:root{--deep:#082d31;--teal:#15595a;--mid:#347576;--pale:#ecf3f1;--ink:#15383b;--muted:#638083;--tan:#b78c65}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#f7f9f8;font:15px/1.55 "DM Sans",sans-serif}.nav{height:86px;padding:0 clamp(18px,3vw,55px);display:flex;align-items:center;gap:24px;background:#fff;border-bottom:1px solid #dce7e5;position:sticky;top:0;z-index:10}.brand{color:var(--deep);font:800 20px Manrope,sans-serif;text-decoration:none;white-space:nowrap}.brand span{display:inline-grid;place-items:center;width:34px;height:34px;margin-right:8px;background:#fff;border:1px solid #d6e3e1;border-radius:11px;color:var(--teal);font-size:15px}.nav nav{display:flex;align-items:center;gap:5px;margin-left:auto}.nav nav a{padding:10px 9px;border-radius:11px;color:#456165;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.nav nav a.active,.nav nav a:hover{background:#e8f0ef;color:var(--deep);text-decoration:underline;text-underline-offset:6px}.nav-actions{display:flex;gap:7px;align-items:center}.nav-actions button,.nav-actions>a{height:42px;border:1px solid #d4dfdd;border-radius:13px;background:#fff;color:var(--ink);padding:0 12px;font:700 14px "DM Sans";text-decoration:none;display:grid;place-items:center}.nav-actions button:first-child{width:42px;font-size:25px}.nav-actions .whatsapp{width:42px;padding:0;border-color:#25d366;background:#25d366;color:#fff;font-size:22px}.nav-actions .quote{padding:0 18px;background:var(--deep);border-color:var(--deep);color:#fff;font-size:15px}.contact-hero{min-height:420px;padding:90px clamp(25px,10vw,155px);color:#fff;background:linear-gradient(113deg,var(--deep),#15595a 67%,#287375);position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:50px;align-items:center}.contact-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff12 1px,transparent 1px),linear-gradient(90deg,#ffffff12 1px,transparent 1px);background-size:80px 80px;pointer-events:none}.contact-hero>div{position:relative;z-index:1}.eyebrow{margin:0 0 17px;color:var(--mid);font-size:11px;font-weight:800;letter-spacing:1.5px}.eyebrow.light{color:#b9dbd4}.contact-hero h1,.section-title h2,.quote-intro h2{font:800 clamp(42px,5vw,65px)/1.07 Manrope,sans-serif;letter-spacing:-2.8px;margin:0}.contact-hero h1 em,.quote-intro em,.section-title em{color:#b8d7d0;font-style:normal}.contact-hero p:not(.eyebrow){max-width:580px;color:#d4e4e1;font-size:17px;margin:24px 0 0}.hero-card{min-width:250px;padding:24px;display:flex;gap:13px;align-items:center;background:#fff;color:var(--deep);border-radius:18px;box-shadow:0 18px 36px #001b1c35}.team-symbol{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#dcebe8;color:var(--teal);font-weight:800}.hero-card div{display:grid}.hero-card small{font-size:12px;color:var(--muted);margin-top:3px}.channels{padding:100px clamp(25px,9vw,140px);display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;background:#fff}.section-title>p:not(.eyebrow){max-width:330px;color:var(--muted);margin:22px 0}.section-title h2 em{color:var(--teal)}.channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.channel-grid a{min-height:195px;padding:24px;display:flex;flex-direction:column;border:1px solid #dbe6e4;border-radius:17px;color:var(--ink);text-decoration:none;transition:.2s}.channel-grid a:hover{border-color:var(--teal);box-shadow:0 10px 25px #082d3112;transform:translateY(-2px)}.channel-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e5efed;color:var(--teal);font-size:21px}.channel-icon.green{background:#25d366;color:#fff}.channel-grid b{font:700 18px Manrope;margin-top:18px}.channel-grid small{color:var(--muted);margin-top:4px}.channel-grid strong{color:var(--teal);font-size:13px;margin-top:auto}.quote-section{display:grid;grid-template-columns:.9fr 1.1fr;background:var(--deep);color:#fff}.quote-intro{padding:90px clamp(25px,7vw,120px)}.quote-intro p:not(.eyebrow){max-width:380px;color:#c2d9d5;margin:21px 0 35px}.quote-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;border-top:1px solid #77a7a033;padding-top:23px}.quote-stats b{display:block;font:800 23px Manrope;color:#fff}.quote-stats span{font-size:11px;color:#b5ccc7}.quote-form{padding:70px clamp(25px,7vw,105px);background:#fff;color:var(--ink);display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#476367}.quote-form input,.quote-form textarea,.quote-form select{width:100%;border:1px solid #d4e0de;border-radius:9px;padding:11px 12px;font:14px "DM Sans";color:var(--ink);background:#fff}.quote-form textarea{height:95px;resize:vertical}.quote-form input:focus,.quote-form textarea:focus,.quote-form select:focus{outline:2px solid #9ec8c0;border-color:transparent}.consent{display:flex!important;grid-template-columns:17px 1fr;align-items:start;gap:9px!important;color:var(--muted)!important;font-weight:500!important}.consent input{width:16px;height:16px}.quote-form button{justify-self:start;border:0;border-radius:10px;padding:14px 19px;background:var(--teal);color:#fff;font:800 14px "DM Sans";cursor:pointer}.quote-form button:disabled{opacity:.7}.form-status{margin:0;color:var(--teal);font-weight:700}.strip{padding:18px;display:flex;justify-content:center;gap:40px;background:#dfece9;color:var(--teal);font-size:11px;font-weight:800;letter-spacing:1.2px}footer{padding:33px clamp(25px,5vw,75px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:15px;background:#f1f5f4}footer p{margin:0;color:var(--muted);font-size:12px}footer p:last-child{text-align:right}@media(max-width:1200px){.nav nav{display:none}.nav{justify-content:space-between}.nav-actions{margin-left:auto}}@media(max-width:780px){.nav{height:68px}.nav-actions button:not(:first-child),.nav-actions .whatsapp{display:none}.nav-actions .quote{height:40px}.contact-hero,.channels,.quote-section{grid-template-columns:1fr}.contact-hero{padding:75px 25px}.hero-card{min-width:0}.channels{padding:72px 25px;gap:35px}.channel-grid{grid-template-columns:1fr}.quote-intro,.quote-form{padding:65px 25px}.form-row{grid-template-columns:1fr}.strip{flex-wrap:wrap;gap:12px 22px}.quote-stats{max-width:360px}footer{grid-template-columns:1fr}footer p:last-child{text-align:left}}
