:root{--navy:#061f46;--navy2:#0a315f;--blue:#0a4f93;--sky:#eaf3fb;--yellow:#ffd534;--teal:#14a895;--ink:#0d1b2a;--muted:#5b6776;--line:#dce5ee;--paper:#f7f9fc;--white:#fff;--shadow:0 24px 70px rgba(3,27,59,.12);--radius:28px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.narrow{max-width:900px}.center{text-align:center}.skip-link{position:fixed;left:12px;top:-100px;background:#fff;padding:12px 16px;z-index:9999}.skip-link:focus{top:12px}.topbar{background:var(--navy);color:#dce9f7;font-size:13px}.topbar-inner{display:flex;gap:20px;align-items:center;min-height:40px}.topbar-inner a{margin-left:auto}.topbar-inner a+a{margin-left:0}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(8,42,78,.08)}.header-inner{height:82px;display:flex;align-items:center;gap:28px}.brand img{width:190px;height:58px;object-fit:contain}.main-nav{margin-left:auto;display:flex;align-items:center;gap:24px;font-weight:700;font-size:14px}.main-nav>a,.nav-group>button{padding:30px 0;border:0;background:none;cursor:pointer;color:#17324f}.nav-group{position:relative}.nav-panel{position:absolute;right:-140px;top:66px;width:620px;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(10px);transition:.18s}.nav-group:hover .nav-panel,.nav-group:focus-within .nav-panel,.nav-group.open .nav-panel{opacity:1;visibility:visible;transform:none}.nav-panel a{padding:16px;border-radius:14px;background:#f6f9fc}.nav-panel a:hover{background:#eaf2fa}.nav-panel small{display:block;color:var(--muted);font-weight:500;margin-top:3px}.header-cta{background:var(--navy);color:#fff;padding:13px 18px;border-radius:999px;font-weight:800;font-size:14px;white-space:nowrap}.menu-toggle{display:none}.landing-header .header-inner{justify-content:space-between}.landing-header .header-cta{margin-left:auto}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:16px}.eyebrow:before{content:"";width:28px;height:2px;background:var(--yellow)}.eyebrow.light{color:#c9e0f5}.hero{position:relative;overflow:hidden}.home-hero{padding:74px 0 62px;background:linear-gradient(120deg,#f7fbff 0%,#fff 52%,#edf5fb 100%)}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:60px;align-items:center}.hero h1{font-size:clamp(46px,5.4vw,76px);line-height:.99;letter-spacing:-.045em;margin:0 0 24px;max-width:780px}.lead{font-size:clamp(19px,2vw,24px);line-height:1.45;color:#435469;max-width:760px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:14px 20px;border-radius:999px;font-weight:850;border:1px solid transparent;transition:.18s;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{background:#0b376d}.btn-secondary{background:#fff;border-color:#bfcfe0;color:var(--navy)}.btn-yellow{background:var(--yellow);color:#112746}.btn-ghost-light{border-color:rgba(255,255,255,.5);color:#fff}.btn-lg{padding:17px 25px;min-height:58px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px;padding-top:28px;border-top:1px solid var(--line)}.hero-proof span{font-size:13px;color:#53657a}.hero-proof b{display:block;color:var(--blue);font-size:18px;margin-bottom:3px}.hero-visual{position:relative}.image-frame{overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);background:var(--sky)}.image-frame img{width:100%;height:100%;object-fit:cover}.main-photo{aspect-ratio:4/3;position:relative}.photo-caption{position:absolute;left:22px;right:22px;bottom:22px;padding:14px 16px;background:rgba(5,26,54,.88);color:#fff;border-radius:16px;backdrop-filter:blur(6px)}.photo-caption b,.photo-caption span{display:block}.photo-caption span{font-size:13px;color:#cde0f2}.visual-note{position:absolute;right:-20px;top:44px;width:225px;padding:19px;background:var(--yellow);border-radius:18px;box-shadow:0 15px 40px rgba(0,0,0,.12);transform:rotate(2deg)}.visual-note span{font-size:10px;font-weight:900;letter-spacing:.12em}.visual-note strong{display:block;font-size:18px;line-height:1.18;margin-top:6px}.decision-strip{background:var(--navy);color:#fff}.decision-strip .shell{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.decision-strip p{font-size:18px;margin:0}.decision-strip a{font-weight:800;color:var(--yellow)}
.section{padding:94px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.section h2{font-size:clamp(36px,4vw,58px);line-height:1.04;letter-spacing:-.035em;margin:0 0 22px}.big-copy{font-size:22px;line-height:1.55;color:#3f5369;margin-top:0}.text-link{display:inline-block;margin-top:12px;color:var(--blue);font-weight:750}.text-link.strong{font-size:17px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:38px}.section-head>div{max-width:780px}.section-head>p{max-width:420px;color:var(--muted);margin:0}.center-head{justify-content:center;text-align:center}.category-showcase{background:var(--paper)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{min-height:320px;border-radius:24px;padding:28px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);position:relative;overflow:hidden;transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-card:after{content:"";position:absolute;right:-70px;bottom:-70px;width:180px;height:180px;border-radius:50%;background:rgba(10,79,147,.07)}.category-card span{font-weight:900;color:var(--blue);font-size:13px}.category-card h3{font-size:27px;line-height:1.08;margin:70px 0 12px}.category-card p{color:var(--muted)}.category-card b{margin-top:auto;color:var(--blue)}.category-card.c2{background:#eef8f6}.category-card.c3{background:#fff9dc}.category-card.c4{background:#edf2fb}.category-grid.compact .category-card{min-height:240px}.category-grid.compact .category-card h3{margin-top:34px}.models-section{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 50px rgba(5,39,77,.10)}.product-media{aspect-ratio:1.18/1;position:relative;background:#f2f6fa;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:10px}.product-tag{position:absolute;left:14px;top:14px;background:rgba(6,31,70,.9);color:#fff;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:850;letter-spacing:.04em}.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product-kicker{font-size:11px!important;letter-spacing:.09em;text-transform:uppercase;font-weight:850;color:var(--blue)!important}.product-body h3{font-size:23px;margin:4px 0 9px;letter-spacing:-.02em}.product-body p{font-size:14px;color:var(--muted);margin:0 0 14px}.mini-list{list-style:none;padding:0;margin:0 0 20px;font-size:13px;color:#41556a}.mini-list li:before{content:"✓";color:var(--teal);font-weight:900;margin-right:7px}.card-actions{margin-top:auto}.card-actions .btn{width:100%;font-size:13px}.card-actions .text-link{font-size:12px;margin-top:10px}.choose-lab{background:linear-gradient(120deg,#082957,#0a4f93);color:#fff}.lab-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.lab-copy p{color:#d6e7f7;font-size:19px;max-width:720px}.lab-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lab-steps div{padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.06)}.lab-steps b{display:block;color:var(--yellow);font-size:25px}.store-proof{background:#f5f8fb}.store-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:60px;align-items:center}.store-grid.reverse{grid-template-columns:.93fr 1.07fr}.store-gallery{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:1fr 1fr;gap:12px;min-height:540px}.store-gallery>div{overflow:hidden;border-radius:22px;background:#e9f0f6}.store-gallery img{width:100%;height:100%;object-fit:cover}.gallery-a{grid-row:1/3}.store-copy>p{font-size:18px;color:var(--muted)}.store-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.store-facts div{padding:17px;background:#fff;border:1px solid var(--line);border-radius:16px}.store-facts span{display:block;font-size:11px;letter-spacing:.08em;font-weight:900;color:var(--blue);text-transform:uppercase}.asset-note{font-size:11px!important;color:#7a8795!important;margin-top:18px}.visual-richness{background:var(--paper)}.photo-mosaic{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:16px}.photo-tile{position:relative;overflow:hidden;border-radius:24px;background:#eef4f9;min-height:240px;box-shadow:0 14px 40px rgba(5,39,77,.08)}.photo-tile.large{grid-row:span 2;min-height:520px}.photo-tile img{width:100%;height:100%;object-fit:cover}.photo-tile figcaption{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(6,31,70,.84);color:#fff;padding:10px 12px;border-radius:14px;font-size:12px;font-weight:800}.local-seo{padding-top:65px}.local-links{display:flex;flex-wrap:wrap;gap:10px}.local-links a{border:1px solid var(--line);padding:12px 16px;border-radius:999px;font-weight:700;color:#234a72}.footer-cta{background:linear-gradient(110deg,#0b376d,#071e42);color:#fff;padding:70px 0}.footer-cta-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.footer-cta h2{font-size:clamp(34px,4vw,56px);line-height:1.04;margin:0 0 16px;letter-spacing:-.035em}.footer-cta p{color:#c9dced;font-size:18px}.footer-cta-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.site-footer{background:#04152f;color:#c9d8e8;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .9fr;gap:46px}.footer-grid h3{color:#fff;font-size:14px}.footer-grid a{display:block;margin:9px 0;color:#d6e6f5}.footer-grid p{font-size:14px}.footer-brand img{max-width:190px}.legal-mini{color:#9cb2c9}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:45px;font-size:12px}.footer-bottom>div{display:flex;gap:18px}.float-wa{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#18a85f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;z-index:90;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.subhero{padding:70px 0;background:linear-gradient(120deg,#f4f9fd,#fff)}.subhero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.subhero h1,.guide-hero h1,.legal-hero h1,.geo-hero h1{font-size:clamp(42px,5vw,68px)}.subhero-mosaic{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:10px;min-height:480px}.subhero-mosaic>div{overflow:hidden;border-radius:22px;background:#edf3f8}.subhero-mosaic>div:first-child{grid-row:1/3}.subhero-mosaic img{width:100%;height:100%;object-fit:contain}.micro-proof{font-size:13px;color:#556d84;margin-top:20px;font-weight:700}.compare-senses{background:#f8fafc}.sense-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.sense-grid>div{padding:26px;border:1px solid var(--line);background:#fff;border-radius:20px}.sense-grid b{color:var(--blue);font-size:20px}.sense-grid h3{font-size:20px;margin:14px 0 8px}.sense-grid p{color:var(--muted);font-size:14px}.dark{background:var(--navy);color:#fff}.dark .section-head>p,.dark p{color:#c8d9e9}.sense-grid.light>div{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16)}.sense-grid.light p{color:#c8d9e9}.sense-grid.light b{color:var(--yellow)}.visit-band{background:var(--navy);color:#fff}.visit-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.visit-grid>div:first-child{height:360px;border-radius:24px;overflow:hidden}.visit-grid img{width:100%;height:100%;object-fit:cover}.visit-grid p{color:#c9d9e9;font-size:19px}.hero-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-stack>div{background:#eef4f9;border-radius:20px;overflow:hidden;position:relative}.hero-stack img{height:380px;width:100%;object-fit:contain}.hero-stack span{position:absolute;bottom:12px;left:12px;background:var(--navy);color:#fff;padding:8px 10px;border-radius:10px;font-weight:800;font-size:12px}
.lp-hero{padding:58px 0 64px;background:linear-gradient(120deg,#f8fbff,#edf5fb)}.lp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.lp-hero h1,.pmax-hero h1{font-size:clamp(54px,6.4vw,92px);max-width:820px}.lp-photo{aspect-ratio:1.08/1;position:relative}.lp-tension{padding-block:85px}.steps-section{background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps-grid>div{padding:34px;border-radius:24px;background:#f5f8fb;border:1px solid var(--line)}.steps-grid span{font-size:30px;font-weight:900;color:var(--blue)}.steps-grid h3{font-size:25px;margin:38px 0 9px}.steps-grid p{color:var(--muted)}.final-lp{background:linear-gradient(120deg,#092b5b,#061c3d);color:#fff}.final-lp p{font-size:20px;color:#cee0f0}.centered{justify-content:center}.faq-list{display:grid;gap:10px}.faq{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.faq summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:850}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:var(--blue)}.faq[open] summary:after{content:"−"}.faq div{padding:0 22px 18px;color:var(--muted)}
.pmax-hero{padding:58px 0 70px;background:radial-gradient(circle at 75% 10%,#e9f4ff,transparent 34%),linear-gradient(120deg,#f7fbff,#fff)}.pmax-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center}.pmax-proof{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.pmax-proof span{padding:8px 11px;border-radius:999px;background:#e8f1f8;color:#214767;font-size:12px;font-weight:800}.hero-collage{display:grid;grid-template-columns:1.4fr .6fr;grid-template-rows:repeat(3,1fr);gap:10px;height:620px}.hero-collage>div{overflow:hidden;border-radius:22px;background:#edf3f8;position:relative}.hero-collage .hc-main{grid-row:1/4}.hero-collage img{width:100%;height:100%;object-fit:cover}.hero-collage .hc-product img{object-fit:contain}.hero-collage span{position:absolute;left:8px;bottom:8px;background:rgba(6,31,70,.88);color:#fff;padding:6px 8px;border-radius:8px;font-size:10px;font-weight:800}.emotion-bridge{background:var(--yellow);padding:34px 0}.emotion-bridge .shell{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.emotion-bridge blockquote{font-size:28px;line-height:1.22;font-weight:850;margin:0}.emotion-bridge p{margin:0;font-size:17px}.quick-guide{padding-block:70px}.guide-banner{display:flex;justify-content:space-between;align-items:center;gap:35px;background:linear-gradient(110deg,#0b4f93,#061f46);color:#fff;padding:42px;border-radius:30px}.guide-banner h2{margin-bottom:10px}.guide-banner p{color:#d1e4f5;margin:0}.compare-table{display:grid;grid-template-columns:1fr 1fr;gap:14px}.compare-table>div{padding:28px;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05)}.compare-table span{display:block;color:#9fc3e4;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.compare-table b{display:block;font-size:23px;margin:20px 0 8px}
.guide-hero{padding:80px 0;background:linear-gradient(120deg,#f8fbff,#eef5fb)}.guide-badge{margin-left:auto;width:260px;height:260px;border-radius:50%;background:var(--navy);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.guide-badge strong{font-size:78px;line-height:.9;color:var(--yellow)}.guide-badge span{font-weight:850}.guide-badge small{max-width:170px;color:#aac7e2;margin-top:8px}.guide-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:35px}.quiz{border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.quiz-progress{height:6px;background:#edf2f7;border-radius:999px;margin-bottom:35px;overflow:hidden}.quiz-progress span{display:block;width:25%;height:100%;background:var(--blue);transition:.25s}.quiz-step{display:none}.quiz-step.active{display:block}.quiz-num{font-size:12px;font-weight:900;color:var(--blue);letter-spacing:.08em}.quiz-step h2,.quiz-result h2{font-size:38px;margin-top:12px}.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quiz-options button{padding:18px;border:1px solid #cbd8e5;border-radius:15px;background:#f8fafc;text-align:left;font-weight:800;cursor:pointer}.quiz-options button:hover{border-color:var(--blue);background:#edf5fc}.quiz-result{display:none}.quiz-result.active{display:block}.quiz-summary{margin:20px 0}.summary-pill{display:inline-block;margin:4px;padding:8px 11px;border-radius:999px;background:#edf5fb;font-weight:750;font-size:13px}.quiz-recommendation{font-size:18px;color:#3f5369}.guide-side{background:var(--navy);color:#fff;border-radius:28px;padding:30px;align-self:start}.guide-side h3{font-size:28px}.check-list{padding:0;list-style:none}.check-list li{padding:10px 0 10px 28px;position:relative;border-bottom:1px solid rgba(128,155,182,.2)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}.guide-side-photo{margin-top:28px;height:240px;border-radius:20px;overflow:hidden}.guide-side-photo img{width:100%;height:100%;object-fit:cover}
.contact-hero,.geo-hero{padding:75px 0;background:#f6f9fc}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-card,.identity-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}.contact-card>span,.identity-card>span{font-size:11px;color:var(--blue);font-weight:900;letter-spacing:.08em}.contact-card h2,.identity-card h2{font-size:27px;margin:20px 0 10px}.contact-card .btn{width:100%;margin-top:8px}.map-section iframe{width:100%;height:520px;border:0;display:block}.legal-hero{padding:75px 0;background:linear-gradient(120deg,#f8fbff,#eef5fb)}.identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.identity-card.highlight{background:#edf6ff;border-color:#9fc5e8}.prose{max-width:900px}.prose h2{font-size:30px;margin-top:42px}.prose p{font-size:18px;color:#45586c}.facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.facts-grid>div{padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:22px}.facts-grid span{font-size:11px;color:#9fc3e4;font-weight:800;letter-spacing:.08em}.facts-grid h3{font-size:25px;margin:20px 0 8px}
.reveal,.js .reveal,.js .reveal.is-visible{opacity:1;transform:none}

.search-ad-hero{background:radial-gradient(circle at 78% 14%,#eaf4ff,transparent 32%),linear-gradient(120deg,#f8fbff,#eef5fb)}
.search-hero-collage{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(3,1fr);gap:10px;min-height:590px}.search-hero-collage>div{position:relative;overflow:hidden;border-radius:22px;background:#eef4f9}.search-hc-store{grid-row:1/4}.search-hero-collage img{width:100%;height:100%;object-fit:cover}.search-hc-product img{object-fit:contain;padding:8px}.search-hc-product>span{position:absolute;left:9px;bottom:9px;padding:7px 9px;border-radius:9px;background:rgba(6,31,70,.88);color:#fff;font-size:10px;font-weight:850}.ad-match-pills{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}.ad-match-pills span{font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;color:#31577b;background:#e9f2f9;border:1px solid #d3e2ee;padding:7px 9px;border-radius:999px}
@media(max-width:1050px){.main-nav{display:none;position:absolute;left:20px;right:20px;top:78px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav>a,.nav-group>button{padding:12px;text-align:left}.nav-panel{position:static;width:auto;display:grid;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:8px;background:#f5f8fb;display:none}.nav-group.open .nav-panel{display:grid}.menu-toggle{display:flex;margin-left:auto;width:43px;height:43px;border:1px solid var(--line);border-radius:12px;background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:4px}.menu-toggle span{width:20px;height:2px;background:var(--navy)}.menu-toggle b{display:none}.header-cta{display:none}.landing-header .header-cta{display:inline-flex}.hero-grid,.subhero-grid,.lp-hero-grid,.pmax-grid,.store-grid,.store-grid.reverse,.split,.lab-grid,.guide-layout{grid-template-columns:1fr}.hero-visual{max-width:760px}.visual-note{right:10px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-cta-grid{grid-template-columns:1fr}.footer-cta-actions{justify-content:flex-start}.hero-collage{height:550px}.search-hero-collage{min-height:520px}.store-gallery{min-height:480px}.contact-grid{grid-template-columns:1fr}.guide-side{display:grid;grid-template-columns:1fr 1fr;gap:20px}.guide-side-photo{height:auto;margin:0}.guide-badge{margin:20px 0 0}.photo-tile.large{min-height:380px}.emotion-bridge .shell{grid-template-columns:1fr}}
@media(max-width:700px){.shell{width:min(100% - 28px,var(--max))}.topbar-inner{min-height:34px;font-size:11px}.topbar-inner span,.topbar-inner a:last-child{display:none}.topbar-inner a{margin-left:0}.header-inner{height:70px;gap:10px}.brand img{width:156px;height:50px}.landing-header .brand img{width:145px}.landing-header .header-cta{font-size:11px;padding:10px 12px}.home-hero,.subhero,.lp-hero,.pmax-hero,.guide-hero,.contact-hero,.geo-hero,.legal-hero{padding:42px 0}.hero h1,.subhero h1,.lp-hero h1,.pmax-hero h1,.guide-hero h1,.legal-hero h1,.geo-hero h1{font-size:clamp(39px,12vw,58px);line-height:1}.lead{font-size:18px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-proof{grid-template-columns:1fr;gap:8px}.main-photo{aspect-ratio:1/1}.visual-note{position:relative;right:auto;top:auto;margin:-20px 12px 0;width:auto;transform:none}.decision-strip .shell{padding:18px 0;display:block}.decision-strip p{font-size:16px;margin-bottom:8px}.section{padding:65px 0}.section h2{font-size:38px}.section-head{display:block;margin-bottom:28px}.section-head>p{margin-top:15px}.category-grid,.product-grid,.sense-grid,.steps-grid,.facts-grid,.identity-grid,.compare-table,.photo-mosaic{grid-template-columns:1fr}.category-card{min-height:240px}.category-card h3{margin-top:38px}.product-media{aspect-ratio:1.4/1}.product-body{padding:20px}.lab-steps{grid-template-columns:1fr}.store-gallery{grid-template-columns:1fr 1fr;grid-template-rows:310px 180px;min-height:0}.gallery-a{grid-column:1/3;grid-row:auto}.store-facts{grid-template-columns:1fr}.hero-stack{grid-template-columns:1fr}.hero-stack>div:nth-child(n+2){display:none}.hero-stack img{height:360px}.subhero-mosaic{min-height:390px}.lp-hero-grid>div:last-child{order:-1}.pmax-grid>div:last-child{order:-1}.hero-collage{height:430px;grid-template-columns:1fr 1fr;grid-template-rows:1.4fr .6fr}.hero-collage .hc-main{grid-column:1/3;grid-row:1}.hero-collage .hc-product:nth-child(n+4){display:none}.search-hero-collage{min-height:430px;grid-template-columns:1fr 1fr;grid-template-rows:1.5fr .5fr}.search-hc-store{grid-column:1/3;grid-row:1}.search-hc-product:nth-child(n+4){display:none}.search-hc-product img{padding:4px}.emotion-bridge blockquote{font-size:23px}.guide-banner{display:block;padding:28px}.guide-banner .btn{margin-top:22px;width:100%}.quiz{padding:22px}.quiz-step h2,.quiz-result h2{font-size:30px}.quiz-options{grid-template-columns:1fr}.guide-side{display:block}.guide-side-photo{height:240px;margin-top:24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom>div{display:grid;gap:5px;margin-bottom:20px}.float-wa{width:54px;height:54px;right:14px;bottom:14px}.map-section iframe{height:380px}.asset-note{display:none}}
@media(max-width:360px){.shell{width:calc(100% - 22px)}.landing-header .header-cta{padding:9px 10px}.brand img{width:138px}.hero h1,.subhero h1,.lp-hero h1,.pmax-hero h1{font-size:38px}.section h2{font-size:34px}.btn{font-size:13px}.store-gallery{grid-template-rows:260px 150px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* ==========================================================
   V9 — DIREÇÃO VISUAL INSPIRADA NO SITE DE REFERÊNCIA
   Estrutura própria da Jacu-Pêssego; nenhum ativo de outra loja.
   ========================================================== */
:root{
  --navy:#071d3b;
  --navy2:#0a2c54;
  --blue:#0e5fa7;
  --blue2:#1475c4;
  --sky:#edf5fb;
  --cream:#f7f3ec;
  --yellow:#f3cb3d;
  --teal:#1aa491;
  --ink:#12243a;
  --muted:#5c6d80;
  --line:#dfe7ef;
  --paper:#f7f9fc;
  --white:#fff;
  --shadow:0 24px 70px rgba(8,33,67,.11);
  --shadow-soft:0 14px 44px rgba(8,33,67,.08);
  --radius:30px;
  --max:1220px;
}
body{background:#fff;color:var(--ink);font-size:16px}
body:after{content:"";position:fixed;inset:auto 0 0 0;height:0;z-index:250;pointer-events:none}
.shell{width:min(var(--max),calc(100% - 48px))}
.topbar{background:#06214a;color:#dfeaf5;border:0}
.topbar-inner{min-height:38px;font-size:12px;letter-spacing:.01em}
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid rgba(8,39,74,.07);box-shadow:0 7px 28px rgba(7,29,59,.045);backdrop-filter:blur(18px)}
.header-inner{height:84px;gap:32px}
.brand img{width:184px;height:56px}
.main-nav{gap:25px;font-size:13px}
.main-nav>a,.nav-group>button{color:#1f3c5d;font-weight:800}
.header-cta{background:var(--blue);box-shadow:0 9px 24px rgba(14,95,167,.20);padding:14px 20px}
.header-cta:hover{background:#0a4f8e}
.nav-panel{border:0;box-shadow:0 24px 70px rgba(6,31,70,.16);padding:16px;border-radius:24px}
.nav-panel a{background:#f7f9fc;padding:17px 18px}
.nav-panel a:hover{background:#edf5fb}

.eyebrow{color:var(--blue);font-size:11px;letter-spacing:.14em;margin-bottom:14px}
.eyebrow:before{width:34px;height:3px;border-radius:2px;background:var(--yellow)}
.home-hero,.subhero,.lp-hero,.pmax-hero,.guide-hero,.contact-hero,.geo-hero,.legal-hero{background:linear-gradient(135deg,#fff 0%,#fff 50%,#f2f6fa 100%)}
.home-hero{padding:70px 0 72px}
.hero-grid,.lp-hero-grid,.pmax-grid{gap:62px}
.hero h1,.lp-hero h1,.pmax-hero h1,.subhero h1,.guide-hero h1,.legal-hero h1,.geo-hero h1{font-size:clamp(48px,5.2vw,72px);line-height:1.01;letter-spacing:-.045em;color:#0c2748}
.lead{color:#56697d;font-size:clamp(19px,1.7vw,23px);line-height:1.52;max-width:720px}
.btn{min-height:52px;padding:14px 21px;border-radius:14px;font-weight:850;box-shadow:none}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(14,95,167,.18)}
.btn-primary:hover{background:#0a4f8e}
.btn-secondary{background:#fff;border-color:#cbd8e4;color:#193c61}
.btn-yellow{background:var(--yellow);color:#122b49}
.btn-lg{min-height:57px;padding:16px 24px}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px;padding-top:0;border-top:0}
.hero-proof span{background:#fff;border:1px solid #e1e8ef;border-radius:16px;padding:15px 14px;box-shadow:0 7px 24px rgba(8,33,67,.05);font-size:12px;color:#56697d}
.hero-proof b{font-size:12px;letter-spacing:.1em;color:var(--blue);margin:0 0 6px}
.hero-visual:before{content:"";position:absolute;width:74%;height:74%;right:-28px;top:-28px;border-radius:36px;background:#e8f2fb;z-index:-1}
.image-frame{border-radius:32px;box-shadow:0 28px 74px rgba(9,34,68,.16);background:#eef4f8}
.main-photo{aspect-ratio:1.16/1}
.photo-caption{left:20px;right:auto;bottom:20px;max-width:78%;padding:13px 15px;border-radius:14px;background:rgba(4,27,57,.90)}
.visual-note{right:-18px;top:auto;bottom:54px;width:220px;background:var(--yellow);border-radius:18px;padding:18px;box-shadow:0 18px 46px rgba(0,0,0,.14);transform:none}
.visual-note strong{font-size:17px}
.decision-strip{background:#071d3b}
.decision-strip .shell{min-height:68px}
.decision-strip p{font-size:17px}
.decision-strip a{color:#f7d95d}

.section{padding:88px 0}
.section h2{color:#102b4a;font-size:clamp(36px,3.7vw,54px);letter-spacing:-.038em;line-height:1.05}
.section-head{align-items:flex-end;margin-bottom:36px}
.section-head>p{font-size:16px;line-height:1.7;color:#647487}
.big-copy{font-size:21px;color:#53677d;line-height:1.65}
.tension{background:#fff}

/* Narrative emotional section */
.night-story{background:var(--cream)}
.night-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.night-story-media{position:relative;border-radius:32px;overflow:hidden;min-height:570px;background:#e9edf1;box-shadow:var(--shadow-soft)}
.night-story-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.story-stamp{position:absolute;left:24px;bottom:24px;background:rgba(6,29,59,.92);color:#fff;border-radius:18px;padding:18px 20px;max-width:270px}
.story-stamp span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#bcd5ed}
.story-stamp strong{display:block;font-size:24px;line-height:1.08;margin-top:6px}
.night-story-copy{padding:16px 0}
.story-points{list-style:none;padding:0;margin:28px 0 30px;display:grid;gap:14px}
.story-points li{display:grid;grid-template-columns:120px 1fr;gap:10px;padding-bottom:14px;border-bottom:1px solid rgba(20,57,91,.12)}
.story-points b{color:#10345b}.story-points span{color:#617184}

/* Categories */
.category-showcase{background:#f6f8fb}
.category-grid{gap:14px}
.category-card{min-height:300px;border:0;border-radius:24px;padding:25px;box-shadow:0 11px 34px rgba(7,31,64,.06);background:#fff}
.category-card:hover{box-shadow:0 20px 55px rgba(7,31,64,.11)}
.category-card:after{width:170px;height:170px;right:-78px;bottom:-78px;background:rgba(14,95,167,.06)}
.category-card h3{margin-top:62px;font-size:25px;color:#13365d}
.category-card p{line-height:1.6}
.category-card b{font-size:13px;color:var(--blue)}
.category-card.c2{background:#f1f8f6}.category-card.c3{background:#fff9e6}.category-card.c4{background:#eef4fb}

/* Product editorial cards */
.product-grid{grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{border:0;border-radius:26px;box-shadow:0 11px 38px rgba(7,31,64,.075);background:#fff}
.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(7,31,64,.12)}
.product-media{aspect-ratio:1.32/1;background:#f5f6f6}
.product-media img{padding:0;object-fit:cover}
.product-tag{top:14px;left:14px;background:#0a315f;padding:7px 11px;border-radius:9px;font-size:10px}
.product-body{padding:22px 22px 24px}
.product-kicker{color:#66798d!important;font-size:10px!important}
.product-body h3{font-size:26px;color:#123455;margin:4px 0 9px}
.product-body p{font-size:14px;line-height:1.6}
.mini-list{font-size:12px;display:flex;flex-wrap:wrap;gap:6px 14px;color:#4b6075}
.mini-list li:before{content:"•";color:var(--blue)}
.card-actions .btn{font-size:12px;min-height:47px;border-radius:12px}
.card-actions .text-link{color:#315c86}
.models-section{background:#fff}

/* Guide band */
.choose-lab{background:linear-gradient(125deg,#0a2a50,#0d5fa7);position:relative;overflow:hidden}
.choose-lab:after{content:"";position:absolute;width:450px;height:450px;border-radius:50%;right:-140px;top:-170px;border:70px solid rgba(255,255,255,.05)}
.lab-grid{position:relative;z-index:1}
.lab-copy p{line-height:1.7}
.lab-steps div{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);backdrop-filter:blur(6px)}

/* Store proof + service values */
.service-values{background:#fff}
.service-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.service-value-grid article{padding:28px 24px;border:1px solid #e0e8f0;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(7,31,64,.05)}
.service-icon{display:inline-flex;width:42px;height:42px;border-radius:12px;align-items:center;justify-content:center;background:#edf5fb;color:var(--blue);font-weight:900;font-size:12px}
.service-value-grid h3{font-size:21px;color:#15395f;margin:22px 0 10px}.service-value-grid p{color:#607286;font-size:14px;line-height:1.65;margin:0}
.store-proof{background:#f6f8fb}
.store-grid{gap:60px}
.store-gallery{gap:10px;min-height:530px}
.store-gallery>div{border-radius:24px;box-shadow:0 10px 30px rgba(7,31,64,.08)}
.store-copy>p{line-height:1.7}
.store-facts{gap:10px}
.store-facts div{border:0;border-radius:15px;box-shadow:0 7px 24px rgba(7,31,64,.05)}

/* Visual mosaics */
.visual-richness{background:var(--cream)}
.photo-mosaic{gap:12px}
.photo-tile{border-radius:24px;box-shadow:0 11px 32px rgba(7,31,64,.08)}
.photo-tile figcaption{border-radius:12px;background:rgba(5,28,58,.86);font-size:11px}

/* Dark comparison sections */
.dark,.compare-deep,.final-lp{background:linear-gradient(125deg,#061b38,#0b315e);color:#fff}
.dark h2,.compare-deep h2,.final-lp h2{color:#fff}
.dark .section-head>p,.compare-deep p,.final-lp p{color:#c9d9e8}
.compare-table>div,.sense-grid.light>div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:20px}
.compare-table b{color:#fff}

/* Search & PMax landing pages */
.is-landing .topbar{display:block}
.landing-header .header-inner{height:78px}
.landing-header .header-cta{background:var(--blue)}
.search-ad-hero,.pmax-hero{padding:64px 0 72px}
.lp-hero-grid,.pmax-grid{display:grid;grid-template-columns:.94fr 1.06fr;align-items:center}
.micro-proof{margin-top:22px;color:#38536f;font-size:13px}
.ad-match-pills,.pmax-proof{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.ad-match-pills span,.pmax-proof span{background:#fff;border:1px solid #dce6ef;border-radius:999px;padding:8px 11px;color:#37546e;font-size:11px;font-weight:800;box-shadow:0 5px 16px rgba(7,31,64,.04)}
.search-hero-collage,.hero-collage{height:585px;display:grid;grid-template-columns:1.38fr .62fr;grid-template-rows:repeat(3,1fr);gap:10px}
.search-hc-store,.hero-collage .hc-main{grid-row:1/4;border-radius:30px;overflow:hidden;position:relative;box-shadow:0 25px 65px rgba(6,31,64,.16);background:#eef4f8}
.search-hc-product,.hero-collage .hc-product{border-radius:18px;overflow:hidden;position:relative;background:#f4f6f8;box-shadow:0 8px 25px rgba(7,31,64,.07)}
.search-hero-collage img,.hero-collage img{width:100%;height:100%;object-fit:cover}
.search-hc-product img,.hero-collage .hc-product img{object-fit:cover;padding:0}
.search-hc-product span,.hero-collage .hc-product span{position:absolute;left:8px;bottom:8px;background:rgba(6,31,64,.88);color:#fff;padding:6px 8px;border-radius:8px;font-size:10px;font-weight:800}
.lp-tension{background:var(--cream)}
.lp-tension .narrow{max-width:930px}
.steps-section{background:#fff}
.steps-grid{gap:15px}
.steps-grid>div{border:1px solid #e1e8ef;border-radius:22px;background:#fff;padding:29px 25px;box-shadow:0 9px 30px rgba(7,31,64,.05)}
.steps-grid span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:#edf5fb;color:var(--blue);font-weight:900}
.steps-grid h3{color:#173c63;font-size:22px}
.steps-grid p{color:#617285;line-height:1.65}
.quick-guide{background:#fff}
.guide-banner{border-radius:28px;background:linear-gradient(125deg,#0a315f,#0d5fa7);box-shadow:0 22px 60px rgba(7,31,64,.15)}
.emotion-bridge{background:var(--yellow);color:#142d4d}
.emotion-bridge blockquote{font-size:26px}

/* Other inner pages */
.subhero{padding:60px 0 66px}
.subhero-mosaic{border-radius:30px;overflow:hidden}
.contact-card,.identity-card{border:0;box-shadow:0 10px 34px rgba(7,31,64,.07);border-radius:24px}
.faq-list{gap:10px}.faq{border:1px solid #dfe7ef;border-radius:17px;box-shadow:0 5px 18px rgba(7,31,64,.035)}
.faq summary{padding:20px 22px;color:#193d62}
.local-links a{background:#fff;border-color:#dbe5ee;box-shadow:0 4px 14px rgba(7,31,64,.04)}

/* Footer */
.footer-cta{background:linear-gradient(125deg,#0a2b52,#0c4f88);padding:68px 0}
.footer-cta h2{font-size:clamp(34px,3.8vw,52px)}
.site-footer{background:#06172e;padding-top:62px}
.footer-grid h3{color:#fff}.footer-grid a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09)}
.float-wa{background:#168c77;box-shadow:0 12px 28px rgba(14,108,91,.26)}
.mobile-contact-bar{display:none}

@media(max-width:1050px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .service-value-grid{grid-template-columns:1fr 1fr}
  .night-story-grid{grid-template-columns:1fr;gap:38px}
  .night-story-media{min-height:500px}
  .lp-hero-grid,.pmax-grid{grid-template-columns:1fr}
  .search-hero-collage,.hero-collage{height:520px;max-width:780px}
}

@media(max-width:700px){
  body{padding-bottom:68px}
  .shell{width:calc(100% - 28px)}
  .topbar-inner{justify-content:center}.topbar-inner a{display:none}.topbar-inner span{display:inline!important}
  .site-header{top:0}.header-inner{height:70px}.landing-header .header-inner{height:68px}
  .brand img{width:148px}
  .landing-header .header-cta{display:inline-flex;font-size:11px;border-radius:10px;padding:10px 12px}
  .home-hero,.subhero,.lp-hero,.pmax-hero,.guide-hero,.contact-hero,.geo-hero,.legal-hero{padding:42px 0 48px}
  .hero h1,.lp-hero h1,.pmax-hero h1,.subhero h1,.guide-hero h1,.legal-hero h1,.geo-hero h1{font-size:clamp(40px,12vw,55px)}
  .lead{font-size:18px}
  .hero-proof{grid-template-columns:1fr 1fr}.hero-proof span:last-child{grid-column:1/3}
  .visual-note{margin:-18px 12px 0;position:relative;bottom:auto;right:auto;width:auto}
  .section{padding:62px 0}.section h2{font-size:36px}
  .night-story-media{min-height:420px}.story-stamp{left:14px;right:14px;bottom:14px;max-width:none}.story-points li{grid-template-columns:1fr;gap:2px}
  .service-value-grid{grid-template-columns:1fr}.service-value-grid article{padding:23px 21px}
  .product-grid{grid-template-columns:1fr}.product-media{aspect-ratio:1.35/1}
  .category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:210px}.category-card h3{margin-top:32px;font-size:21px}
  .search-hero-collage,.hero-collage{height:430px;grid-template-columns:1fr 1fr;grid-template-rows:1.55fr .55fr;order:-1}
  .search-hc-store,.hero-collage .hc-main{grid-column:1/3;grid-row:1;border-radius:24px}
  .search-hc-product:nth-of-type(n+4),.hero-collage .hc-product:nth-of-type(n+4){display:none}
  .ad-match-pills span,.pmax-proof span{font-size:10px}
  .steps-grid{grid-template-columns:1fr}
  .photo-mosaic{grid-template-columns:1fr}.photo-tile.large{min-height:380px}.photo-tile{min-height:250px}
  .store-gallery{grid-template-rows:300px 165px}
  .mobile-contact-bar{display:grid;grid-template-columns:1fr 1.2fr;position:fixed;left:0;right:0;bottom:0;z-index:500;background:#fff;border-top:1px solid #dce5ee;box-shadow:0 -10px 30px rgba(7,31,64,.12);padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));gap:8px}
  .mobile-contact-bar a{min-height:48px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;color:#12385e;background:#eef4f8}
  .mobile-contact-bar .mobile-wa{background:#168c77;color:#fff}
  .float-wa{display:none}
}
@media(max-width:420px){
  .category-grid{grid-template-columns:1fr}
  .hero-proof{grid-template-columns:1fr}.hero-proof span:last-child{grid-column:auto}
}
