
:root{
  --navy:#050914; --ink:#0b1220; --muted:#637083; --line:#dfe5ec;
  --soft:#f5f8fb; --card:#ffffff; --teal:#53f0df; --lime:#c9ff2f;
  --prestaya:#b8ff32; --valmaris:#68eadb; --blue:#1d80ff; --radius:28px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#f7fafc;color:var(--ink);line-height:1.55} img{max-width:100%;display:block} a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:20px;top:20px;background:#fff;color:#000;padding:12px 16px;border-radius:12px;z-index:99}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(5,9,20,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:14px;color:#fff;font-weight:900;font-size:20px;letter-spacing:-.02em;white-space:nowrap}.brand img{width:54px;height:54px;border-radius:18px}.nav-links{display:flex;align-items:center;gap:6px}.nav-links a{color:rgba(255,255,255,.78);font-weight:800;font-size:15px;padding:12px 14px;border-radius:999px}.nav-links a:hover,.nav-links a[aria-current="page"]{background:rgba(255,255,255,.09);color:#fff}.nav-links .cta{background:var(--lime);color:#050914;padding:14px 22px;margin-left:6px;box-shadow:0 14px 34px rgba(201,255,47,.18)}.menu-toggle{display:none;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;padding:11px 14px;font-weight:900}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 20%,rgba(83,240,223,.12),transparent 30%),radial-gradient(circle at 85% 10%,rgba(201,255,47,.12),transparent 32%),linear-gradient(135deg,#050914,#081827 54%,#0c241e);color:#fff}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.04) 0 1px,transparent 1px 90px);opacity:.18;animation:drift 36s linear infinite}.hero .container{position:relative;z-index:1}.hero-grid{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;padding:92px 0}.hero-centered{min-height:620px;display:grid;align-items:center;padding:94px 0}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.24em;color:var(--teal);font-size:13px;font-weight:950}.eyebrow::before{content:"";width:9px;height:9px;border-radius:50%;background:currentColor;box-shadow:0 0 20px currentColor}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,7vw,92px);line-height:.94;letter-spacing:-.07em;margin:24px 0 28px;max-width:920px}h2{font-size:clamp(34px,4.5vw,64px);line-height:1;letter-spacing:-.06em;margin:14px 0 18px}h3{font-size:24px;line-height:1.08;letter-spacing:-.035em;margin-bottom:12px}.lead{font-size:clamp(18px,2vw,24px);color:rgba(255,255,255,.76);max-width:780px}.body-lg{font-size:20px;color:#566478;max-width:860px}.proof-row{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.proof-row span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);color:#fff;border-radius:999px;padding:10px 14px;font-weight:850}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:15px 24px;font-weight:950;border:1px solid transparent;transition:.18s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-lime{background:var(--lime);color:#050914}.btn-dark{background:#071120;color:#fff}.btn-outline{border-color:rgba(255,255,255,.26);color:#fff;background:rgba(255,255,255,.04)}.btn-soft{border-color:#d9e2ea;background:#fff;color:#071120}.btn-teal{background:var(--teal);color:#06211f}.hero-card{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:42px;padding:34px;box-shadow:0 40px 100px rgba(0,0,0,.35)}.ops-panel{display:grid;gap:16px}.ops-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:24px;color:#fff}.ops-card strong{display:block;font-size:28px;margin-bottom:8px}.ops-card span{color:rgba(255,255,255,.68)}.section{padding:90px 0}.section-light{background:#f7fafc}.section-white{background:#fff}.section-dark{background:#050914;color:#fff}.section-heading{max-width:880px;margin-bottom:42px}.grid{display:grid;gap:26px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 22px 70px rgba(15,23,42,.06)}.card.dark{background:#0b1220;color:#fff;border-color:rgba(255,255,255,.12)}.card p{color:#607087}.card.dark p{color:rgba(255,255,255,.72)}.data-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:34px 0}.data-strip div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}.data-strip strong{display:block;font-size:22px}.data-strip span{color:#64748b;font-weight:750}.product-hero{min-height:700px;display:grid;grid-template-columns:1fr .82fr;align-items:center;gap:60px;padding:88px 0}.product-frame{border-radius:42px;padding:40px;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.16);box-shadow:0 40px 100px rgba(0,0,0,.3)}.product-frame.light{background:#fff;border-color:#e4eaf0}.product-frame img{margin:auto;border-radius:24px;max-height:520px;object-fit:contain}.prestaya-theme{background:radial-gradient(circle at 80% 0,rgba(201,255,47,.13),transparent 34%),radial-gradient(circle at 20% 30%,rgba(83,240,223,.10),transparent 34%),linear-gradient(140deg,#050914,#071625 60%,#132017)}.valmaris-theme{background:radial-gradient(circle at 86% 5%,rgba(104,234,219,.22),transparent 36%),radial-gradient(circle at 15% 30%,rgba(255,255,255,.08),transparent 30%),linear-gradient(140deg,#04251f,#073b35 60%,#071b2e)}.brand-header .nav-links a{font-size:14px}.brand-prestaya .brand-word,.prestaya-accent{color:var(--prestaya)}.brand-valmaris .brand-word,.valmaris-accent{color:var(--valmaris)}.steps{counter-reset:step}.step{position:relative}.step::before{counter-increment:step;content:counter(step,decimal-leading-zero);display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:var(--lime);color:#071120;font-weight:950;margin-bottom:18px}.form-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:32px;box-shadow:0 26px 80px rgba(15,23,42,.08)}label{display:block;font-weight:900;margin-bottom:8px}input,select,textarea{width:100%;border:1px solid #d6dee8;border-radius:16px;padding:15px 16px;font:inherit;font-weight:700;background:#f9fbfd}textarea{min-height:150px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}.site-footer{background:#050914;color:#fff;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}.site-footer a,.site-footer span{display:block;color:rgba(255,255,255,.70);margin:8px 0}.site-footer p{color:rgba(255,255,255,.68)}.copyright{border-top:1px solid rgba(255,255,255,.08);margin-top:40px;padding-top:24px;color:rgba(255,255,255,.55);font-size:14px}.notice{background:#fff9db;border:1px solid #ffe58b;border-radius:22px;padding:20px;color:#513c00}.minimal-gateway{background:#fff;border:1px solid var(--line);border-radius:32px;padding:44px;max-width:760px}.brand-note{font-size:14px;color:#8491a3;margin-top:12px}.white-text{color:#fff}.muted{color:#657386}.center{text-align:center;margin-left:auto;margin-right:auto}.page-small h1{font-size:clamp(42px,6vw,74px)}@keyframes drift{from{background-position:0 0}to{background-position:300px 160px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media (max-width:1020px){.menu-toggle{display:inline-flex}.nav-links{display:none;position:absolute;left:20px;right:20px;top:78px;background:#070d18;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:14px;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links a{display:block}.hero-grid,.product-hero{grid-template-columns:1fr;min-height:auto}.hero-card,.product-frame{max-width:620px}.data-strip,.grid.three,.footer-grid{grid-template-columns:1fr 1fr}.brand span{display:inline}.nav{min-height:74px}}@media (max-width:640px){.container{width:min(100% - 28px,1180px)}h1{font-size:44px}.hero-grid,.hero-centered,.product-hero{padding:62px 0}.section{padding:64px 0}.grid.two,.grid.three,.data-strip,.footer-grid,.form-grid{grid-template-columns:1fr}.brand{font-size:17px}.brand img{width:46px;height:46px}.btn{width:100%}.product-frame{padding:22px;border-radius:30px}.product-frame img{max-height:390px}.hero-card{padding:24px;border-radius:30px}}


/* v7.2 QA polish: hard brand separation + layout stability */
:root{--header-h:82px}
.site-header{position:sticky;top:0;z-index:60}
.nav{min-height:78px;gap:16px}
.brand{font-size:18px;gap:12px;min-width:max-content}
.brand img{width:50px;height:50px;border-radius:16px;flex:0 0 auto}.brand span{line-height:1.05}
.nav-links{gap:4px;flex:1;justify-content:flex-end;min-width:0}.nav-links a{font-size:14px;padding:10px 12px;white-space:nowrap}.nav-links .cta{padding:13px 20px;min-width:max-content}.container{width:min(1220px,calc(100% - 48px))}
.hero-grid{min-height:calc(100svh - var(--header-h));padding:72px 0 76px;gap:56px}.hero-centered{min-height:430px;padding:72px 0}.page-small .hero-centered{min-height:360px;padding:58px 0}.product-hero{min-height:620px;padding:72px 0;gap:52px}h1{font-size:clamp(44px,6vw,78px);line-height:.99;letter-spacing:-.065em;margin:22px 0 24px;max-width:830px}.page-small h1{font-size:clamp(38px,5.2vw,64px);line-height:1}.lead{font-size:clamp(17px,1.7vw,22px);max-width:730px}.hero-card{border-radius:36px;padding:28px}.ops-card{padding:22px}.ops-card strong{font-size:25px}.section{padding:78px 0}.section-heading{margin-bottom:34px}.card{padding:28px}.policy-body{max-width:920px}.policy-body .card{padding:34px 38px}.policy-body h2{font-size:32px;margin-top:8px}.policy-body p,.policy-body li{font-size:17px;color:#4f5f72}.policy-body ul{padding-left:22px}.site-footer{padding:58px 0 24px}.site-footer .copyright{display:block}.site-footer .copyright a{display:inline!important;margin:0!important;color:rgba(255,255,255,.72)!important}.site-footer .copyright span{display:inline!important;margin:0!important}.copyright{line-height:1.8}.brand-header .brand{font-size:22px}.brand-header .brand img{display:none}.brand-header .nav-links{flex:0 1 auto}.form-card .btn{width:100%}
@media (max-width:1180px){.nav-links a{font-size:13px;padding:9px 9px}.nav-links .cta{padding:12px 15px}.brand{font-size:17px}.brand img{width:46px;height:46px}.hero-grid{grid-template-columns:1fr .9fr;gap:38px}h1{font-size:clamp(42px,5.4vw,68px)}}
@media (max-width:1020px){.nav{min-height:74px}.nav-links{justify-content:flex-start}.hero-grid,.product-hero{grid-template-columns:1fr;min-height:auto;padding:64px 0}.hero-centered{min-height:auto;padding:64px 0}.page-small .hero-centered{min-height:auto}.hero-card,.product-frame{max-width:620px}.data-strip,.grid.three,.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.container{width:min(100% - 28px,1180px)}.brand{font-size:16px}.brand img{width:44px;height:44px}h1{font-size:42px;line-height:1.02}.page-small h1{font-size:38px}.hero-grid,.hero-centered,.product-hero{padding:52px 0}.section{padding:58px 0}.grid.two,.grid.three,.data-strip,.footer-grid,.form-grid{grid-template-columns:1fr}.btn{width:100%}.product-frame{padding:22px;border-radius:30px}.product-frame img{max-height:390px}.hero-card{padding:22px;border-radius:28px}.proof-row{gap:10px}.proof-row span{font-size:14px}}

/* v7.3: Brands dropdown navigation without a shared Brands page */
.nav-dropdown{position:relative;color:rgba(255,255,255,.78);font-weight:800;font-size:14px;white-space:nowrap}
.nav-dropdown summary{list-style:none;cursor:pointer;padding:10px 12px;border-radius:999px;user-select:none;color:rgba(255,255,255,.78)}
.nav-dropdown summary::-webkit-details-marker{display:none}
.nav-dropdown summary::after{content:"▾";font-size:11px;margin-left:7px;opacity:.7}
.nav-dropdown[open] summary,.nav-dropdown summary:hover{background:rgba(255,255,255,.09);color:#fff}
.dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:250px;background:#071120;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:10px;box-shadow:0 28px 80px rgba(0,0,0,.38);display:grid;gap:6px;z-index:100}
.dropdown-menu a{display:block!important;border-radius:15px!important;padding:13px 14px!important;background:rgba(255,255,255,.04);color:#fff!important}
.dropdown-menu a:hover{background:rgba(83,240,223,.12)!important}
.dropdown-menu strong{display:block;font-size:14px;letter-spacing:.02em}
.dropdown-menu span{display:block;font-size:12px;color:rgba(255,255,255,.62);margin-top:2px}
@media (max-width:1020px){.nav-dropdown{width:100%}.nav-dropdown summary{display:block;padding:12px 14px}.dropdown-menu{position:static;min-width:0;margin:4px 0 0;background:rgba(255,255,255,.04);box-shadow:none}.dropdown-menu a{padding:12px 14px!important}}


/* v7.4: Buyer readiness layer */
.snapshot-card{background:#071120;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:32px;box-shadow:0 26px 80px rgba(15,23,42,.14)}
.snapshot-card h3{color:#fff}.snapshot-list{display:grid;gap:0;border:1px solid rgba(255,255,255,.1);border-radius:22px;overflow:hidden;background:rgba(255,255,255,.04)}
.snapshot-row{display:grid;grid-template-columns:220px 1fr;gap:16px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.09)}.snapshot-row:last-child{border-bottom:0}.snapshot-row strong{color:rgba(255,255,255,.92)}.snapshot-row span{color:rgba(255,255,255,.68)}
.buyer-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 22px 70px rgba(15,23,42,.06)}
.buyer-table th,.buyer-table td{text-align:left;padding:16px 18px;border-bottom:1px solid #e6edf4;vertical-align:top}.buyer-table th{width:32%;background:#f6f9fc;color:#1b2533;font-weight:950}.buyer-table td{color:#566478;font-weight:750}.buyer-table tr:last-child th,.buyer-table tr:last-child td{border-bottom:0}.tag{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;background:#eefbf8;color:#06332e;font-weight:950;font-size:13px}
.request-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.request-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;font-weight:900;color:#142033}.request-item span{display:block;color:#687789;font-weight:750;font-size:14px;margin-top:4px}.checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.check-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px 18px;color:#142033;font-weight:900}.check-item::before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--lime);color:#06111f;margin-right:10px;font-weight:950}.mini-note{font-size:14px;color:#748195;margin-top:16px}.cta-panel{background:linear-gradient(135deg,#071120,#0b1d24);color:#fff;border-radius:34px;padding:38px;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 90px rgba(15,23,42,.18)}.cta-panel p{color:rgba(255,255,255,.74)}
@media (max-width:760px){.snapshot-row{grid-template-columns:1fr;gap:4px}.request-list,.checklist{grid-template-columns:1fr}.buyer-table th,.buyer-table td{display:block;width:100%}.buyer-table th{border-bottom:0;padding-bottom:6px}.buyer-table td{padding-top:6px}}


/* v7.5: PRESTAYA B2B conversion funnel */
.path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.path-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 18px 60px rgba(15,23,42,.05)}.path-card strong{display:block;font-size:22px;letter-spacing:-.035em;margin-bottom:7px}.path-card span{display:block;color:#64748b;font-weight:750}.path-card .tag{margin-bottom:12px}.launch-panel{background:linear-gradient(135deg,#071120,#0c211c);color:#fff;border-radius:36px;padding:38px;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 90px rgba(5,9,20,.22)}.launch-panel h2,.launch-panel h3{color:#fff}.launch-panel p,.launch-panel li{color:rgba(255,255,255,.72)}.launch-panel .buyer-table{box-shadow:none}.timeline{display:grid;gap:14px;counter-reset:funnel}.timeline-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px 24px 22px 86px;box-shadow:0 18px 60px rgba(15,23,42,.045)}.timeline-step::before{counter-increment:funnel;content:counter(funnel);position:absolute;left:22px;top:22px;width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:var(--lime);color:#071120;font-weight:950}.timeline-step strong{display:block;font-size:21px;margin-bottom:5px}.timeline-step span{display:block;color:#64748b;font-weight:750}.channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.channel-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}.channel-card h3{font-size:21px}.channel-card p{color:#607087}.objection-list{display:grid;gap:12px}.objection{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 20px}.objection strong{display:block;color:#111827;margin-bottom:5px}.objection span{color:#627083;font-weight:750}.score-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.score-item{background:#f7fafc;border:1px solid #e4ebf2;border-radius:18px;padding:16px;font-weight:900}.score-item small{display:block;color:#6b788a;font-weight:750;margin-top:4px;line-height:1.4}.subtle-link{font-weight:950;color:#071120;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.asset-note{border:1px dashed #b7c5d4;background:#f9fbfd;border-radius:22px;padding:20px;color:#536276}.prestaya-nav-extra{display:none}.form-card .helper{color:#6b788a;font-size:13px;font-weight:750;margin-top:6px}.hero .btn-outline.light-outline{border-color:rgba(255,255,255,.55)}.print-box{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 18px 60px rgba(15,23,42,.04)}
@media(max-width:1050px){.path-grid,.score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.path-grid,.score-grid,.channel-grid{grid-template-columns:1fr}.timeline-step{padding-left:22px;padding-top:78px}.timeline-step::before{top:20px}.launch-panel{padding:26px}}


/* v7.6: SEO + schema + content authority foundation */
.article-wrap{max-width:920px}.article-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:38px;box-shadow:0 20px 70px rgba(15,23,42,.055)}
.article-section{padding:8px 0 24px;border-bottom:1px solid #e8eef5}.article-section:last-child{border-bottom:0}.article-section h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.045em;margin:12px 0 12px}.article-section p{color:#536275;font-size:18px;line-height:1.72}.article-cta{margin-top:26px;border-radius:26px;background:#071120;color:#fff;padding:28px}.article-cta h2{color:#fff;margin-top:0}.article-cta p{color:rgba(255,255,255,.74)}
.faq-wrap{max-width:940px}.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:0;box-shadow:0 16px 54px rgba(15,23,42,.045);overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:22px 24px;font-weight:950;color:#101827;font-size:19px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';float:right;font-size:22px}.faq-item[open] summary::after{content:'–'}.faq-item p{padding:0 24px 22px;margin:0;color:#5c6b7d;font-size:17px;line-height:1.65}
.seo-note{background:#f7fafc;border:1px dashed #bcc8d6;border-radius:22px;padding:20px;color:#536276;font-weight:750}.content-hub-card{min-height:100%}
@media(max-width:700px){.article-card{padding:24px;border-radius:26px}.article-section p{font-size:16px}.faq-item summary{font-size:17px;padding:18px 20px}.faq-item p{padding:0 20px 18px}}

/* v7.7: mobile overflow + buyer table QA fix */
html,body{max-width:100%;overflow-x:hidden}
*{min-width:0}
section,[id]{scroll-margin-top:96px}
.site-header,.hero,.section,.site-footer{max-width:100%;overflow-x:hidden}
.data-strip span,.site-footer a,.site-footer span,.snapshot-row span,.buyer-table td,.card p,.body-lg,.lead,.notice,input,select,textarea{overflow-wrap:anywhere;word-break:normal}
.product-hero > *, .hero-grid > *, .grid > *, .footer-grid > *{min-width:0}
@media(max-width:900px){
  .product-hero{display:grid;grid-template-columns:1fr!important;gap:34px;padding:58px 0!important}
  .product-hero .form-card,.product-hero .product-frame,.product-hero > div{width:100%;max-width:100%}
  .data-strip,.data-strip[style]{grid-template-columns:1fr!important}
  .hero-grid{grid-template-columns:1fr!important}
  .grid.two,.grid.three,.footer-grid{grid-template-columns:1fr!important}
}
@media(max-width:760px){
  .container{width:calc(100% - 32px)!important;max-width:100%}
  .nav{min-height:72px}
  .brand{font-size:18px;max-width:calc(100% - 110px)}
  .brand img{width:46px;height:46px}
  .menu-toggle{padding:10px 16px;flex:0 0 auto}
  h1{font-size:clamp(36px,10.5vw,44px)!important;line-height:1.04!important;letter-spacing:-.055em!important}
  h2{font-size:clamp(30px,8.6vw,38px)!important;line-height:1.06!important;letter-spacing:-.05em!important}
  .lead,.body-lg{font-size:18px!important;line-height:1.55!important}
  .hero-centered,.hero-grid,.product-hero{padding:48px 0!important}
  .section{padding:54px 0!important}
  .form-card,.card,.snapshot-card,.launch-panel,.article-card,.hero-card,.product-frame,.cta-panel,.print-box{padding:24px!important;border-radius:26px!important}
  .proof-row span,.tag{font-size:13px}
  .btn{min-height:56px;padding:14px 18px!important;text-align:center}
  input,select,textarea{font-size:16px!important;padding:14px!important;max-width:100%}
  textarea{min-height:138px}
  .notice{font-size:17px;line-height:1.5;padding:18px}
  .buyer-table{display:block;max-width:100%;overflow:hidden}
  .buyer-table tbody,.buyer-table tr,.buyer-table th,.buyer-table td{display:block;width:100%!important}
  .buyer-table tr{border-bottom:1px solid #e6edf4}
  .buyer-table th,.buyer-table td{border-bottom:0!important;padding:12px 16px!important}
  .buyer-table th{padding-bottom:4px!important}
  .buyer-table td{padding-top:2px!important}
  .snapshot-row{grid-template-columns:1fr!important}
  .path-grid,.score-grid,.channel-grid,.request-list,.checklist,.data-strip{grid-template-columns:1fr!important}
  .site-footer{padding-top:52px}
}
@media(max-width:420px){
  .container{width:calc(100% - 24px)!important}
  h1{font-size:38px!important}
  h2{font-size:32px!important}
  .brand{font-size:16px;gap:10px}
  .brand img{width:42px;height:42px;border-radius:14px}
  .form-card,.card,.snapshot-card,.launch-panel,.article-card{padding:20px!important}
}

/* v7.8: desktop Brands dropdown visibility fix */
.site-header{overflow:visible!important}
.nav,.nav-links,.nav-dropdown{overflow:visible!important}
.nav-dropdown{z-index:2000}
.dropdown-menu{z-index:5000}
@media (min-width:1021px){
  .nav-dropdown[open] .dropdown-menu{display:grid!important}
}

/* v7.9: mobile menu reliability fix */
.menu-toggle{position:relative;z-index:10020;touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer}
.site-header{z-index:10000!important}
@media (max-width:1020px){
  .site-header{overflow:visible!important}
  .nav{position:relative;overflow:visible!important}
  .nav-links{position:fixed!important;left:16px!important;right:16px!important;top:calc(env(safe-area-inset-top,0px) + 84px)!important;z-index:10010!important;max-height:calc(100dvh - 104px)!important;overflow-y:auto!important;overscroll-behavior:contain;background:#070d18!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 28px 80px rgba(0,0,0,.42);display:none!important;gap:4px!important;padding:14px!important;border-radius:22px!important}
  .nav-links.open, body.nav-open .nav-links{display:flex!important}
  .nav-links a,.nav-links summary{min-height:48px;display:flex!important;align-items:center;justify-content:space-between;width:100%;padding:13px 14px!important;border-radius:16px!important;color:rgba(255,255,255,.86)!important;touch-action:manipulation}
  .nav-links .cta{margin-left:0!important;margin-top:6px!important;justify-content:center;color:#050914!important;background:var(--lime)!important}
  .nav-dropdown{width:100%}
  .nav-dropdown summary{list-style:none;cursor:pointer;font-weight:900}
  .nav-dropdown summary::-webkit-details-marker{display:none}
  .dropdown-menu{position:static!important;display:none!important;margin:6px 0 6px 0!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important;border-radius:18px!important;min-width:0!important;padding:8px!important}
  .nav-dropdown[open] .dropdown-menu{display:grid!important}
  .dropdown-menu a{background:rgba(255,255,255,.04)!important;color:#fff!important;display:grid!important;gap:2px!important;justify-content:start!important;align-items:start!important;min-height:54px}
  .dropdown-menu span{color:rgba(255,255,255,.68)!important;font-size:13px}
}
@media(max-width:760px){
  .nav-links{left:12px!important;right:12px!important;top:calc(env(safe-area-inset-top,0px) + 78px)!important;max-height:calc(100dvh - 92px)!important}
}

/* v8.1 buyer materials download visibility fix */
.download-grid .card{display:flex;flex-direction:column;align-items:flex-start}
.download-grid .card .btn{margin-top:auto}
.section-light .btn-outline,.section-white .btn-outline{border-color:#d9e2ea;color:#071120;background:#fff}
.section-light .btn-outline:hover,.section-white .btn-outline:hover{border-color:#b9c7d6;background:#f7fafc}
