:root{--navy:#08245b;--navy2:#0d3378;--gold:#ffae00;--gold2:#ffc63e;--ink:#162033;--muted:#667085;--paper:#fffdf9;--soft:#f6f7fb;--line:#e8eaf0;--success:#1ca55b;--shadow:0 18px 50px rgba(8,36,91,.13);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{max-width:100%;display:block}a{color:inherit}button,input,textarea{font:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.76rem;color:var(--navy)}.eyebrow:before{content:"";width:28px;height:3px;border-radius:999px;background:var(--gold)}h1,h2,h3{line-height:1.08;margin:0 0 16px;color:var(--navy)}h1{font-size:clamp(2.55rem,5vw,5.2rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,3.6vw,3.5rem);letter-spacing:-.035em}h3{font-size:1.23rem}p{margin:0 0 16px}.lead{font-size:clamp(1.05rem,1.8vw,1.3rem);color:#4d5a70;max-width:760px}.small{font-size:.9rem;color:var(--muted)}.btn{display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--gold);color:#111c38;box-shadow:0 10px 24px rgba(255,174,0,.25)}.btn-secondary{background:white;color:var(--navy);border-color:#dbe0ea}.btn-dark{background:var(--navy);color:white}.topbar{background:var(--navy);color:white;font-size:.86rem;padding:9px 0}.topbar .container{display:flex;justify-content:space-between;gap:16px;align-items:center}.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,234,240,.85)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand img{width:132px;height:58px;object-fit:contain}.navlinks{display:flex;align-items:center;gap:23px}.navlinks a{text-decoration:none;font-size:.94rem;font-weight:700;color:#344054}.navlinks a:hover{color:var(--navy)}.menu-btn{display:none;border:0;background:#f5f6f8;border-radius:12px;padding:10px 12px;font-size:1.2rem}.hero{padding:64px 0 54px;overflow:hidden;background:radial-gradient(circle at 82% 12%,rgba(255,174,0,.19),transparent 29%),linear-gradient(180deg,#fff 0%,#fffaf0 100%)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:52px}.hero-copy .lead{max-width:650px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 26px}.trust-row{display:flex;flex-wrap:wrap;gap:14px 22px;color:#4f5b6e;font-size:.92rem}.trust-row span:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e8f7ef;color:var(--success);font-weight:900;margin-right:7px}.hero-media{position:relative}.hero-media:before{content:"";position:absolute;inset:-26px 36px 20px -26px;background:var(--gold);border-radius:34px;transform:rotate(-2deg);z-index:0}.hero-media img{position:relative;z-index:1;width:100%;height:560px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.hero-badge{position:absolute;z-index:2;left:-25px;bottom:28px;background:white;border-radius:18px;padding:15px 18px;box-shadow:var(--shadow);font-weight:800;color:var(--navy);max-width:210px}.section{padding:86px 0}.section.alt{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head .lead{max-width:610px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 24px rgba(16,24,40,.045)}.card-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#fff5db;font-size:1.45rem;margin-bottom:18px}.product-card{min-height:250px;display:flex;flex-direction:column}.product-card .btn{margin-top:auto;align-self:flex-start;padding:10px 14px;font-size:.88rem}.services-wrap{display:grid;grid-template-columns:1fr 1fr;gap:24px}.service-feature{background:var(--navy);color:white;border-radius:30px;padding:34px;display:flex;flex-direction:column;justify-content:space-between;min-height:380px;overflow:hidden;position:relative}.service-feature h2,.service-feature h3{color:white}.service-feature p{color:#dfe7f6}.service-feature:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:var(--gold);right:-100px;bottom:-100px;opacity:.95}.service-list{display:grid;gap:18px}.mini-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.brands{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;align-items:stretch}.brand-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;min-height:120px;display:grid;place-items:center}.brand-card img{max-height:70px;width:100%;object-fit:contain}.location{display:grid;grid-template-columns:1fr .95fr;gap:30px;align-items:stretch}.location-photo{border-radius:30px;overflow:hidden;min-height:390px}.location-photo img{width:100%;height:100%;object-fit:cover}.location-card{background:#fff8e9;border:1px solid #ffe0a3;border-radius:30px;padding:32px}.location-card .meta{display:grid;gap:15px;margin:24px 0}.meta-row{display:flex;gap:12px;align-items:flex-start}.meta-row strong{display:block;color:var(--navy)}.cta-strip{padding:30px 0 76px}.cta-box{background:linear-gradient(135deg,var(--navy),#123d86);color:white;border-radius:32px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-box h2{color:white;max-width:670px}.cta-box p{color:#dce4f2}.footer{background:#071a3e;color:#d9e1f0;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:38px}.footer h3{color:white;font-size:1rem}.footer a{color:#d9e1f0;text-decoration:none}.footer a:hover{color:white}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.85rem;color:#aab6ca}.wa-float{position:fixed;right:20px;bottom:20px;z-index:50;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;text-decoration:none;font-size:1.55rem;box-shadow:0 12px 30px rgba(37,211,102,.34)}.legal-hero{padding:64px 0 32px;background:linear-gradient(180deg,#fff9ea,#fff)}.legal{padding:20px 0 90px}.legal article{max-width:860px}.legal article h2{font-size:1.65rem;margin-top:34px}.legal article h3{font-size:1.13rem;margin-top:26px}.legal article ul{padding-left:22px}.legal article li{margin:8px 0}.legal-note{background:#fff8e8;border:1px solid #ffe0a3;border-radius:18px;padding:18px 20px;margin:22px 0}.breadcrumb{font-size:.9rem;color:var(--muted);margin-bottom:24px}.breadcrumb a{color:var(--navy)}.steps{counter-reset:steps;display:grid;gap:14px;margin:24px 0}.step{counter-increment:steps;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}.step:before{content:counter(steps);width:42px;height:42px;border-radius:50%;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-weight:900}.cookie{position:fixed;left:20px;right:20px;bottom:18px;z-index:100;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:18px 20px;display:none;align-items:center;justify-content:space-between;gap:20px}.cookie.show{display:flex}.cookie p{margin:0;font-size:.9rem}.cookie-actions{display:flex;gap:8px;flex-shrink:0}.cookie .btn{padding:9px 13px;font-size:.86rem}
@media(max-width:960px){.navlinks{display:none;position:absolute;top:82px;left:20px;right:20px;flex-direction:column;align-items:stretch;background:white;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)}.navlinks.open{display:flex}.menu-btn{display:block}.hero-grid,.services-wrap,.location{grid-template-columns:1fr}.hero{padding-top:44px}.hero-media img{height:460px}.brands{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.section-head{align-items:start;flex-direction:column}}
@media(max-width:660px){.container{width:min(100% - 28px,1120px)}.topbar .container{justify-content:center;text-align:center}.topbar .container span:last-child{display:none}.nav{min-height:72px}.brand img{width:112px;height:50px}.navlinks{top:72px}.hero{padding-top:34px}.hero-grid{gap:34px}.hero-media:before{inset:-14px 18px 14px -10px}.hero-media img{height:360px;border-radius:24px}.hero-badge{left:12px;bottom:12px;max-width:190px}.section{padding:64px 0}.grid-3,.grid-4{grid-template-columns:1fr}.brands{grid-template-columns:repeat(2,1fr)}.cta-box{padding:30px;align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.cookie{left:12px;right:12px;bottom:12px;align-items:stretch;flex-direction:column}.cookie-actions{width:100%}.cookie-actions .btn{flex:1}}
