*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#17252a;background:#fff;line-height:1.55}a{color:inherit}.site-header{min-height:88px;padding:12px clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid #e7ecec;background:#fff;position:sticky;top:0;z-index:10}.brand img{width:140px;height:80px;object-fit:contain;display:block}.site-header nav{display:flex;align-items:center;gap:26px}.site-header nav a{text-decoration:none;font-weight:700;font-size:.92rem}.nav-cta{padding:12px 18px;border:2px solid #087f8c;border-radius:4px;color:#087f8c}.hero{min-height:540px;display:flex;align-items:center;padding:80px clamp(22px,8vw,120px);background:linear-gradient(135deg,#f3fbfb,#e4f3f3)}.hero-inner{max-width:850px}.eyebrow{font-size:.78rem;letter-spacing:.14em;font-weight:800;color:#087f8c;margin:0 0 14px}.hero h1{font-size:clamp(2.6rem,6vw,5.3rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px;max-width:1050px}.hero h1 span{color:#087f8c}.lead{font-size:clamp(1.05rem,2vw,1.35rem);max-width:720px;color:#405156;margin:0 0 32px}.button{display:inline-block;border:0;border-radius:4px;padding:15px 24px;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;font-weight:800;cursor:pointer}.primary{background:#087f8c;color:white}.construction-note{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:16px 22px;background:#17252a;color:white;text-align:center;font-size:.94rem}.construction-note strong{color:#fff}.construction-note span{color:#dce7e8}.construction-note a{font-weight:800;color:#7bd6dc}.section{padding:78px clamp(22px,8vw,120px)}.section-heading{max-width:760px;margin-bottom:36px}.section h2,.trust-section h2,.quote-section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.035em;margin:0}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.service-card{border:1px solid #dce5e5;padding:34px;border-radius:8px;min-height:330px;display:flex;flex-direction:column}.service-number{font-size:.8rem;font-weight:800;color:#087f8c}.service-card h3{font-size:1.75rem;margin:10px 0}.service-card>p:not(.service-number){color:#4a5a5e}.service-tags{font-weight:800;margin-top:auto!important;color:#17252a!important}.coming{display:block;margin-top:18px;padding-top:16px;border-top:1px solid #e3e8e8;font-size:.85rem;color:#718084}.trust-section{padding:78px clamp(22px,8vw,120px);background:#f3f7f7;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.trust-list p{padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid #d8e1e1;font-size:1.08rem}.trust-list span{color:#536367}.quote-section{padding:78px clamp(22px,8vw,120px);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;background:#17252a;color:#fff}.quote-intro>p:not(.eyebrow):not(.form-note){color:#d6e0e1;font-size:1.08rem}.form-note{font-size:.86rem;color:#b9c8ca;border-left:3px solid #087f8c;padding-left:14px;margin-top:30px}.quote-form{background:#fff;color:#17252a;padding:30px;border-radius:8px}.quote-form label{display:block;font-weight:700;font-size:.88rem;margin-bottom:18px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,select,textarea{width:100%;margin-top:7px;padding:13px;border:1px solid #bcc9ca;border-radius:4px;font:inherit;background:#fff}textarea{resize:vertical}.quote-form button{width:100%;font-size:.92rem}.status{margin:12px 0 0;font-size:.88rem;color:#8a3e20}footer{padding:30px clamp(22px,8vw,120px);display:flex;align-items:center;gap:20px;background:#0f191d;color:#d7e1e2}footer img{width:74px;height:60px;object-fit:contain;background:white;border-radius:4px}footer p{margin:3px 0;font-size:.84rem}footer a{margin-left:auto;font-weight:800;color:#7bd6dc}@media(max-width:760px){.site-header{position:static;align-items:flex-start}.brand img{width:92px}.site-header nav a:not(.nav-cta){display:none}.service-grid,.trust-section,.quote-section,.field-row{grid-template-columns:1fr}.hero{min-height:auto;padding-top:64px;padding-bottom:64px}.trust-section,.quote-section{gap:38px}.service-card{min-height:auto}footer{align-items:flex-start;flex-wrap:wrap}footer a{margin-left:0;width:100%}}
/* Tasi View logo size override */
.site-header .brand img {
    width: 180px !important;
    height: auto !important;
    object-fit: contain !important;
}
