@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root{--navy:#10244a;--ink:#172744;--muted:#66738a;--burg:#a71943;--burg2:#c52d4f;--orange:#ff7a21;--gold:#ffb52e;--cream:#fff8f3;--peach:#fff0e8;--rose:#fde8ec;--lav:#fff3df;--line:#e5e7ed;--shadow:0 18px 50px rgba(16,36,74,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,"Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.55;background:#fff}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}header{height:78px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:50}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brandLogo img{width:150px;display:block}.navlinks{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:#53627a}.navlinks a:hover,.navlinks a.active{color:var(--burg)}.navcta{background:var(--burg);color:#fff;padding:12px 19px;border-radius:11px;font-weight:850}.dropdown{position:relative}.dropBtn{display:flex;gap:7px;align-items:center}.chev{width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-top:-4px}.dropdownMenu{position:absolute;top:28px;left:-20px;width:350px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:9px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(5px);transition:.18s}.dropdown:hover .dropdownMenu,.dropdown:focus-within .dropdownMenu{opacity:1;pointer-events:auto;transform:none}.dropLabel{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;font-weight:900;color:#8a94a8;padding:8px 12px}.dropItem{display:flex;gap:12px;padding:12px;border-radius:12px}.dropItem:hover{background:#faf8f7}.dropItem img{width:110px;height:auto;object-fit:contain;align-self:flex-start}.dropItem b{font-size:14px}.dropItem span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.hero{padding:76px 0 65px;background:radial-gradient(circle at 75% 20%,#fff0df 0,transparent 28%),linear-gradient(180deg,#fff,#fff8f4)}.heroGrid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-size:11px;font-weight:900;color:var(--burg);margin-bottom:14px}.hero h1{font-size:clamp(42px,4.8vw,64px);line-height:1.04;letter-spacing:-2.8px;margin:0 0 20px}.accent{color:var(--burg)}.lead{font-size:17px;color:var(--muted);max-width:650px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:27px}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 19px;border-radius:11px;font-size:14px;font-weight:850;border:1px solid var(--line)}.btn.primary{background:var(--burg);color:#fff;border-color:var(--burg)}.btn.secondary{background:#fff}.metricRow{display:flex;gap:0;margin-top:30px}.metric{padding:0 24px;border-right:1px solid #d9dce3}.metric:first-child{padding-left:0}.metric:last-child{border:0}.metric b{font-size:26px;color:var(--burg)}.metric span{display:block;color:var(--muted);font-size:12px}.heroVisual{position:relative;min-height:520px}.warmOrb{position:absolute;border-radius:50%}.orb1{width:300px;height:300px;right:10px;top:0;background:linear-gradient(135deg,#ffb52e,#ff7a21);opacity:.25}.orb2{width:260px;height:260px;right:120px;bottom:15px;background:linear-gradient(135deg,#a71943,#ff6b5f);opacity:.16}.dash{position:absolute;top:40px;left:15px;width:88%;border:1px solid #dfe3eb;border-radius:22px;background:#fff;box-shadow:0 25px 65px rgba(16,36,74,.14);overflow:hidden;z-index:2}.dashTop{height:42px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;padding:0 14px;gap:6px}.dot{width:7px;height:7px;border-radius:50%;background:#ccd3df}.dashBody{padding:18px}.dashHead{display:flex;justify-content:space-between;align-items:center}.dashHead b{font-size:15px}.period{border:1px solid #e3e6ed;border-radius:8px;padding:6px 9px;font-size:9px;color:var(--muted)}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.kpi{border:1px solid #eceef2;border-radius:11px;padding:10px;background:#fff}.kpi b{font-size:20px}.kpi span{display:block;color:var(--muted);font-size:8px}.trend{height:24px;margin-top:5px;position:relative;overflow:hidden}.trend svg{width:100%;height:100%}.chartRow{display:grid;grid-template-columns:1.25fr .75fr;gap:10px;margin-top:11px}.panel{border:1px solid #eceef2;border-radius:12px;padding:12px;background:#fff}.panelTitle{font-size:10px;font-weight:850;margin-bottom:9px}.barChart{height:160px;display:flex;align-items:flex-end;gap:10px;padding:10px 5px 20px;border-bottom:1px solid #e8ebf0;background:repeating-linear-gradient(to top,#fff,#fff 39px,#f0f2f5 40px)}.bar{width:28px;background:linear-gradient(180deg,var(--burg2),var(--burg));border-radius:6px 6px 0 0;position:relative}.bar i{position:absolute;top:-10px;left:0;right:0;height:8px;background:var(--orange);border-radius:5px 5px 0 0}.bar:nth-child(1){height:45%}.bar:nth-child(2){height:57%}.bar:nth-child(3){height:62%}.bar:nth-child(4){height:73%}.bar:nth-child(5){height:82%}.bar:nth-child(6){height:91%}.barLabels{display:flex;justify-content:space-between;font-size:8px;color:var(--muted);padding:6px 5px 0}.opp{display:grid;gap:9px}.oppItem{display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid #f0f1f4}.oppIcon{width:25px;height:25px;border-radius:8px;background:var(--peach);display:grid;place-items:center;color:var(--burg);font-size:10px;font-weight:900}.oppItem b{font-size:9px}.oppItem span{display:block;color:var(--muted);font-size:8px}.person{position:absolute;right:-5px;bottom:-8px;width:205px;z-index:3;filter:drop-shadow(0 15px 20px rgba(16,36,74,.16))}.note{position:absolute;right:-10px;top:215px;z-index:4;color:var(--burg);font-family:cursive;font-size:18px;transform:rotate(-5deg)}.section{padding:62px 0}.cream{background:var(--cream)}.rose{background:linear-gradient(135deg,#fff7f3,#fff0f2)}.sectionHead{max-width:760px;margin-bottom:36px}.sectionHead h2{font-size:clamp(31px,3.5vw,46px);line-height:1.08;letter-spacing:-1.8px;margin:0 0 13px}.sectionHead p{font-size:16px;color:var(--muted)}.solutionCards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.solutionCard{border:1px solid var(--line);border-radius:21px;padding:24px;background:#fff;box-shadow:0 8px 28px rgba(16,36,74,.05);position:relative;overflow:hidden}.solutionCard.sales{background:linear-gradient(135deg,#fff0ed,#fff)}.solutionCard.partner{background:linear-gradient(135deg,#fff5e6,#fff)}.solutionCard img{width:205px;max-width:70%;margin-bottom:12px}.solutionCard h3{font-size:24px;margin:3px 0 8px}.solutionCard p{color:var(--muted);font-size:13px;max-width:470px}.tagline{font-size:12px;font-weight:900;letter-spacing:1px;color:var(--burg);text-transform:uppercase}.miniGraph{height:80px;margin-top:18px;border-radius:12px;background:#fff;border:1px solid #eee;display:flex;align-items:flex-end;padding:12px 16px;gap:9px}.miniGraph span{display:block;width:28px;border-radius:5px 5px 0 0;background:linear-gradient(180deg,var(--orange),var(--burg));}.miniGraph span:nth-child(1){height:25%}.miniGraph span:nth-child(2){height:35%}.miniGraph span:nth-child(3){height:46%}.miniGraph span:nth-child(4){height:59%}.miniGraph span:nth-child(5){height:72%}.miniGraph span:nth-child(6){height:86%}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.infoCard{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;font-size:18px;font-weight:900;margin-bottom:15px}.icon.b{background:var(--rose);color:var(--burg)}.icon.o{background:#fff1df;color:var(--orange)}.icon.g{background:var(--lav);color:var(--burg)}.infoCard b{font-size:16px}.infoCard p{font-size:13px;color:var(--muted)}.industries{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.industry{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff}.industry .icon{width:36px;height:36px;font-size:14px;margin-bottom:11px}.industry b{font-size:14px}.industry p{font-size:11px;color:var(--muted);margin:6px 0 0}.dark{background:var(--navy);color:#fff}.dark .sectionHead p{color:#c7d0de}.outcomeGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.outcome{border:1px solid rgba(255,255,255,.12);border-radius:17px;padding:22px;background:rgba(255,255,255,.045)}.outcome b{font-size:25px;color:#ffcf8c}.outcome span{display:block;color:#c7d0de;font-size:12px}.flow{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.flowCard{border:1px solid var(--line);border-radius:19px;padding:23px;background:#fff}.flowCard .step{font-size:10px;letter-spacing:1.4px;font-weight:900;color:var(--burg)}.flowCard h3{font-size:24px;margin:8px 0}.flowCard p{font-size:13px;color:var(--muted)}.flowLine{height:4px;border-radius:5px;background:linear-gradient(90deg,var(--burg),var(--orange));margin-top:18px}.partnerGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.partnerFeature{border:1px solid var(--line);border-radius:18px;padding:21px;background:#fff}.partnerFeature b{font-size:16px}.partnerFeature p{font-size:12px;color:var(--muted)}.priceGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.price{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff}.price.sales{background:linear-gradient(145deg,#fff1ee,#fff)}.price.partner{background:linear-gradient(145deg,#fff6e8,#fff)}.price img{width:210px;display:block;margin:5px 0 12px}.pill{display:inline-block;padding:6px 9px;border-radius:18px;background:var(--rose);color:var(--burg);font-size:10px;font-weight:900}.price p{font-size:13px;color:var(--muted)}.priceLine{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #eceef2;padding:12px 0;font-size:13px}.priceLine strong{color:var(--burg)}.aboutGrid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.principles{display:grid;gap:11px}.principle{border:1px solid var(--line);border-radius:15px;padding:17px;background:#fff}.principle b{font-size:14px}.principle span{display:block;font-size:12px;color:var(--muted);margin-top:3px}.form{max-width:720px;border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;box-shadow:var(--shadow)}label{display:block;font-size:12px;font-weight:800;margin:15px 0 6px}input,textarea,select{width:100%;padding:12px;border:1px solid #ccd5e2;border-radius:9px;font:inherit}textarea{min-height:120px}footer{border-top:1px solid var(--line);padding:28px 0;color:#718096;font-size:12px}.footer{display:flex;justify-content:space-between;gap:20px}.footer img{width:110px;vertical-align:middle;margin-right:5px}
.sectionCtaRight{display:flex;justify-content:flex-end;margin-top:22px}.sectionCtaRight .actions{margin:0;justify-content:flex-end}.sectionCtaRight .btn{white-space:nowrap}
@media(max-width:900px){.heroGrid,.aboutGrid{grid-template-columns:1fr}.solutionCards,.priceGrid,.partnerGrid{grid-template-columns:1fr}.cards3{grid-template-columns:1fr 1fr}.industries{grid-template-columns:1fr 1fr}.outcomeGrid{grid-template-columns:1fr 1fr}.navlinks{gap:15px}.heroVisual{min-height:480px}}@media(max-width:650px){header{height:auto;padding:12px 0}.nav{flex-wrap:wrap;gap:10px}.navlinks{order:3;width:100%;justify-content:center;flex-wrap:wrap}.navcta{margin-left:auto}.hero{padding:52px 0}.hero h1{font-size:42px}.metricRow{flex-wrap:wrap}.metric{margin-bottom:12px}.heroVisual{min-height:380px}.dash{width:100%;left:0}.person{width:125px}.note{display:none}.kpis{grid-template-columns:1fr 1fr}.chartRow{grid-template-columns:1fr}.cards3,.industries,.outcomeGrid{grid-template-columns:1fr}.flow{grid-template-columns:1fr}.flowCard{min-height:150px}}

/* v10: clean hero composition */
.homeBrandBlock{margin-bottom:23px}.homeBrandBlock img{display:block;width:205px;height:auto}.brandPromise{margin-top:6px;font-size:13px;line-height:1.25;font-weight:800;letter-spacing:.35px;color:var(--burg)}
.heroVisual{min-height:540px;overflow:visible}.dash{width:92%;left:0;top:28px}.person{width:164px;right:-2px;bottom:0;border-radius:18px;box-shadow:0 18px 35px rgba(16,36,74,.18);object-fit:cover}.note{display:none}
@media(max-width:1050px){.heroGrid{grid-template-columns:1fr .9fr;gap:32px}.person{width:145px}.dash{width:95%}}
@media(max-width:760px){.heroGrid{grid-template-columns:1fr}.heroVisual{min-height:500px;margin-top:12px}.dash{width:100%;left:0}.person{width:145px;right:5px}.homeBrandBlock img{width:185px}}

.pricingVisualGrid .price{position:relative;overflow:hidden}
.pricingVisualGrid .price:after{content:"";position:absolute;right:-35px;top:-45px;width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,rgba(255,181,46,.16),rgba(167,25,67,.10));pointer-events:none}

/* v11 final home hero: clean analytics composition */
.heroVisual{position:relative;min-height:530px;display:flex;align-items:center;justify-content:center;padding:20px 0 10px 25px;overflow:visible}
.heroVisual .dash{position:relative;z-index:2;width:min(610px,100%);margin-right:20px}
.heroVisual .person{width:155px;right:12px;bottom:18px;z-index:4;border-radius:16px;box-shadow:0 14px 35px rgba(16,36,74,.18)}
.heroVisual .warmOrb{z-index:0}
@media(max-width:900px){.heroVisual{min-height:470px;padding-left:0}.heroVisual .dash{width:100%;margin-right:0}.heroVisual .person{width:125px;right:8px;bottom:10px}}
@media(max-width:650px){.heroVisual{min-height:420px}.heroVisual .person{width:105px;right:5px;bottom:6px}.heroVisual .dash{transform:scale(.94);transform-origin:center}}

/* v12: dashboard-only hero visual; no person overlay */
.heroVisual{position:relative;display:flex;align-items:center;justify-content:center;min-height:480px;padding:0 0 0 14px}
.heroVisual .dash{position:relative;z-index:2;width:min(100%,650px)}
.heroVisual .warmOrb{z-index:0}
@media(max-width:900px){.heroVisual{min-height:500px;padding-left:0}.heroVisual .dash{width:100%}}
@media(max-width:650px){.heroVisual{min-height:auto;padding-top:25px}.heroVisual .dash{transform:none}}

/* v13 compact layout + responsive navigation */
.homeBrandBlock{margin:0 0 10px}.homeBrandBlock img{display:none}.brandPromise{font-size:13px;font-weight:800;color:var(--burg);letter-spacing:.2px}
.hero .eyebrow{margin-bottom:10px}.hero h1{max-width:720px}.hero .lead{max-width:690px}.sectionHead{margin-bottom:28px}.solutionCard{padding:22px}.cards3{gap:13px}.industries{gap:11px}.outcomeGrid{gap:11px}
.person,.note{display:none!important}.mobileToggle{display:none;flex-direction:column;justify-content:center;align-items:center;background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px;cursor:pointer}.mobileToggle span{display:block;width:18px;height:2px;background:var(--navy);border-radius:2px;margin:3px 0;transition:transform .2s,opacity .2s}.mobileToggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobileToggle.open span:nth-child(2){opacity:0}.mobileToggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.fomoLine{margin-top:25px;padding:15px 18px;border-left:3px solid var(--burg);background:linear-gradient(90deg,#fff2ee,#fff);border-radius:0 12px 12px 0;color:var(--navy);font-size:13px;font-weight:750;max-width:760px}
.brandLogo span{display:flex;flex-direction:column;align-items:flex-start}.brandLogo img{display:block;width:145px;height:auto}.brandLogo small{font-size:9px;line-height:1.1;color:var(--burg);font-weight:800;margin-top:-1px;letter-spacing:.1px}
@media(max-width:760px){
 header{height:auto}.nav{height:auto;min-height:70px;position:relative}.mobileToggle{display:inline-flex;order:4}.navlinks{display:none;order:5;width:100%;padding:8px 0 5px;gap:5px;flex-direction:column;align-items:stretch}.navlinks.open{display:flex}.navlinks>a,.navlinks .dropBtn{padding:9px 8px;border-radius:8px}.navlinks>a:hover,.navlinks .dropBtn:hover{background:#faf4f1}.dropdownMenu{position:static;width:100%;display:none;opacity:1;pointer-events:auto;transform:none;box-shadow:none;margin:2px 0 4px;border-radius:12px}.dropdown.open .dropdownMenu{display:block}.dropdown:hover .dropdownMenu{display:none}.dropdown.open:hover .dropdownMenu{display:block}.dropItem{padding:10px}.navcta{margin-left:auto;order:3;padding:7px 11px;font-size:11px;border-radius:9px;font-weight:800}.hero{padding:38px 0 34px}.heroGrid{display:block}.heroVisual{min-height:0;margin-top:28px;padding:0}.heroVisual .dash{width:100%}.hero h1{font-size:40px;letter-spacing:-1.8px}.section{padding:48px 0}.sectionHead h2{font-size:31px}.solutionCards,.priceGrid,.partnerGrid,.aboutGrid{grid-template-columns:1fr}.cards3,.industries,.outcomeGrid{grid-template-columns:1fr}.flow{grid-template-columns:1fr}.footer{flex-direction:column}.sectionCtaRight{justify-content:stretch}.sectionCtaRight .actions{width:100%;justify-content:flex-end}.sectionCtaRight .btn{width:auto}.brandPromise{font-size:12px}.fomoLine{font-size:12px}.heroVisual{overflow:hidden}.dash{max-width:100%}
}

/* v14: single logo treatment + tighter hero */
.homeBrandBlock{display:none!important}.heroGrid{align-items:center}.hero .eyebrow{margin-top:0}

/* Booking experience */
.bookingOverlay{position:fixed;inset:0;background:rgba(16,36,74,.42);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:24px;z-index:1000}.bookingOverlay.open{display:flex}.bookingModal{width:min(900px,100%);max-height:92vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 28px 90px rgba(16,36,74,.25);padding:30px}.bookingClose{position:absolute;margin:-12px 0 0 0;right:calc(50% - 430px);width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:25px;color:var(--navy);cursor:pointer}.bookingIntro{padding-right:42px;margin-bottom:24px}.bookingIntro h2{font-size:34px;margin:4px 0 8px}.bookingIntro p{color:var(--muted);margin:0;line-height:1.6}.bookingGrid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.bookingLabel{display:block;font-size:13px;font-weight:800;color:var(--navy);margin-bottom:10px}.dateGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.dateBtn{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 7px;cursor:pointer;text-align:center;color:var(--navy);min-height:72px}.dateBtn span,.dateBtn small{display:block;color:var(--muted);font-size:10px}.dateBtn b{display:block;font-size:19px;margin:3px 0}.dateBtn.selected{border-color:#b31945;background:#fff0f3;box-shadow:inset 0 0 0 1px #b31945}.slotGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-height:290px;overflow:auto;padding-right:3px}.slotBtn{border:1px solid #e4c4cd;background:#fff;border-radius:10px;padding:11px 8px;cursor:pointer;color:var(--navy);font-weight:700}.slotBtn:hover,.slotBtn.selected{background:#b31945;color:#fff;border-color:#b31945}.bookingLoading,.bookingEmpty{grid-column:1/-1;border:1px dashed var(--line);border-radius:12px;padding:24px;text-align:center;color:var(--muted);font-size:13px}.bookingSelected{margin-top:20px;background:#fff7f2;border:1px solid #f0ddd2;border-radius:12px;padding:12px 14px;color:var(--navy);font-size:13px}.bookingActions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.bookingActions .btn{border:0}.bookingBack{border:0;background:none;padding:0;color:#b31945;font-weight:800;cursor:pointer;margin-bottom:14px}.bookingSummary{background:#fff7f2;border:1px solid #f0ddd2;border-radius:12px;padding:14px;margin-bottom:20px;font-weight:800;color:var(--navy)}.bookingForm{display:grid;gap:13px}.bookingFormGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bookingForm label{font-size:12px;font-weight:800;color:var(--navy);display:block;margin-bottom:6px}.bookingForm input,.bookingForm select,.bookingForm textarea{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;padding:12px 13px;font:inherit;color:var(--navy);background:#fff}.bookingForm input:focus,.bookingForm select:focus,.bookingForm textarea:focus{outline:3px solid #f6d7df;border-color:#b31945}.bookingSuccessIcon{width:48px;height:48px;border-radius:50%;background:#fff0f3;color:#b31945;display:grid;place-items:center;font-size:24px;font-weight:900;margin-bottom:15px}.bookingSuccess h2{font-size:34px;margin:5px 0}.bookingSuccess p{color:var(--muted)}.bookingCalendarActions{justify-content:flex-start}.bookingFine{font-size:11px!important;margin-top:18px}.bookingSuccessText{max-width:600px}.hidden{display:none!important}.bookingOpen{overflow:hidden}
@media(max-width:760px){.bookingOverlay{padding:12px}.bookingModal{padding:22px;border-radius:18px;max-height:95vh}.bookingClose{position:sticky;float:right;right:auto;top:0;margin:-5px -5px 0 0;z-index:2}.bookingGrid,.bookingFormGrid{grid-template-columns:1fr}.dateGrid{grid-template-columns:repeat(4,1fr)}.slotGrid{max-height:none}.bookingIntro h2{font-size:28px}.bookingActions{justify-content:stretch;flex-wrap:wrap}.bookingActions .btn{flex:1;min-width:180px}}
@media(max-width:420px){.dateGrid{grid-template-columns:repeat(3,1fr)}.bookingModal{padding:18px}.bookingIntro{padding-right:0}.bookingSuccess h2{font-size:28px}}

.bookingPageHero{padding-bottom:34px}.bookingPageTrust{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.bookingPageTrust span{padding:8px 11px;border:1px solid #eadde1;background:#fff;border-radius:999px;color:var(--muted);font-size:12px;font-weight:700}.bookingCard{display:grid;grid-template-columns:1fr 390px;gap:34px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.bookingCard h2{font-size:32px}.bookingCard p{color:var(--muted);max-width:520px}.bookingPreview{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fffaf7}.bookingPreviewTop{display:flex;justify-content:space-between;color:var(--navy);font-size:12px;margin-bottom:15px}.bookingPreviewTop span{color:#b31945;font-weight:800}.previewDates{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.previewDates span{border:1px solid var(--line);border-radius:10px;padding:8px;text-align:center;color:var(--muted);font-size:10px}.previewDates b{font-size:18px;color:var(--navy)}.previewDates .selected{background:#fff0f3;border-color:#b31945;color:#b31945}.previewDates .selected b{color:#b31945}.previewSlots{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.previewSlots span{border:1px solid #ead2d9;border-radius:9px;padding:9px;text-align:center;font-size:11px;font-weight:800;color:var(--navy)}.previewSlots .active{background:#b31945;color:#fff;border-color:#b31945}@media(max-width:760px){.bookingCard{grid-template-columns:1fr;padding:22px}.bookingCard h2{font-size:28px}}

/* v17 visual refinement: clearer hero composition, richer cards, stronger typography */
.heroBottom{width:min(1180px,92%);margin:4px auto 0;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid rgba(167,25,67,.12)}
.heroBottom .fomoLine{margin:0;max-width:720px}
.heroBottom .actions{margin:0;flex-shrink:0}
.heroBottom .btn{white-space:nowrap}

.metricRow{gap:0;align-items:stretch}
.metric{position:relative;padding:2px 27px 0}
.metric:before{content:"";display:block;width:26px;height:3px;border-radius:4px;background:linear-gradient(90deg,var(--burg),var(--orange));margin-bottom:8px}
.metric:nth-child(2):before{background:var(--orange)}
.metric:nth-child(3):before{background:var(--gold)}
.metric b{display:block;font-family:"Arial Narrow","Trebuchet MS",Arial,sans-serif;font-size:21px;letter-spacing:3px;font-weight:900;line-height:1.05}
.metric span{margin-top:5px;line-height:1.35}

/* Less repetitive, more editorial cards */
.infoCard,.partnerFeature,.flowCard,.industry,.principle,.price,.solutionCard{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.infoCard:before,.partnerFeature:before,.flowCard:before,.industry:before,.principle:before,.price:before,.solutionCard:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--burg),var(--orange));opacity:.8}
.infoCard:hover,.partnerFeature:hover,.flowCard:hover,.industry:hover,.principle:hover,.price:hover,.solutionCard:hover{transform:translateY(-4px);border-color:#e2ccd2;box-shadow:0 16px 38px rgba(16,36,74,.10)}
.infoCard,.partnerFeature,.flowCard{background:linear-gradient(180deg,#fff 0%,#fffdfc 100%)}
.infoCard{min-height:184px;padding:24px 22px 20px}
.infoCard .icon,.partnerFeature .icon,.industry .icon{box-shadow:inset 0 0 0 1px rgba(167,25,67,.05)}
.infoCard b,.partnerFeature b{display:block;font-size:16px;line-height:1.25}
.infoCard p,.partnerFeature p{line-height:1.6;margin-bottom:0}
.cards3{gap:18px}
.partnerGrid{grid-template-columns:repeat(3,1fr);gap:16px}
.partnerFeature{min-height:158px;padding:22px 20px}
.flow{gap:18px}
.flowCard{min-height:235px;padding:24px 22px}
.flowCard h3{font-size:27px;letter-spacing:-.7px}
.flowLine{height:5px;margin-top:22px}
.industries{gap:14px}
.industry{min-height:154px;padding:19px 16px}
.outcome{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));transition:transform .2s ease,border-color .2s ease}
.outcome:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#ffcf8c,var(--orange));opacity:.9}
.outcome:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.25)}
.solutionCard{padding:27px 25px 24px;min-height:340px}
.solutionCard img{width:205px;height:auto;max-height:82px;object-fit:contain;object-position:left center}
.solutionCard h3{font-size:26px;letter-spacing:-.7px}
.miniGraph{margin-top:22px;height:84px;background:linear-gradient(180deg,#fff,#fff9f6);box-shadow:inset 0 1px 0 #fff}

/* Booking modal: compact, responsive, and always-present primary action */
.bookingOverlay{padding:16px}
.bookingModal{width:min(940px,100%);max-height:calc(100vh - 32px);overflow:hidden;padding:26px 28px 22px}
.bookingIntro{margin-bottom:18px}
.bookingIntro h2{font-size:31px;letter-spacing:-1.2px}
.bookingStep{min-height:0}
.bookingStep#bookingStep1{display:flex;flex-direction:column}
.bookingStep#bookingStep1.hidden{display:none}
.bookingGrid{grid-template-columns:1.05fr .95fr;gap:20px}
.bookingLabel{margin-bottom:8px}
.dateGrid{grid-template-columns:repeat(7,1fr);gap:7px}
.dateBtn{min-height:58px;padding:7px 5px;border-radius:10px}
.dateBtn b{font-size:17px;margin:2px 0}
.dateBtn span,.dateBtn small{font-size:9px}
.slotGrid{grid-template-columns:repeat(4,1fr);gap:7px;max-height:none;overflow:visible;padding:0}
.slotBtn{padding:9px 5px;font-size:12px;min-height:38px}
.bookingSelected{margin-top:14px;padding:10px 13px;font-weight:750;background:linear-gradient(90deg,#fff7f2,#fff)}
.bookingActions{margin-top:13px;padding-top:13px;border-top:1px solid #eee4e2}
.bookingActions .btn{min-height:46px}
#continueBooking{min-width:170px;box-shadow:0 8px 18px rgba(167,25,67,.16)}
#continueBooking:disabled{opacity:.42;box-shadow:none;cursor:not-allowed}
.bookingBack{margin-bottom:10px}
.bookingForm{overflow:auto;padding-right:2px}

@media(max-width:900px){
  .partnerGrid{grid-template-columns:1fr 1fr}
  .heroBottom{align-items:flex-start}
  .heroBottom .fomoLine{max-width:620px}
}
@media(max-width:760px){
  .heroBottom{width:92%;display:flex;flex-direction:column;align-items:stretch;gap:12px;padding-top:18px}
  .heroBottom .actions{width:100%}
  .heroBottom .btn{width:100%;justify-content:center}
  .metricRow{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
  .metric{padding:2px 14px 0}
  .metric:first-child{padding-left:0}
  .metric b{font-size:18px;letter-spacing:2.4px}
  .metric span{font-size:11px}
  .partnerGrid{grid-template-columns:1fr}
  .solutionCard{min-height:0}

  .bookingOverlay{padding:8px}
  .bookingModal{width:100%;max-height:calc(100vh - 16px);padding:18px 16px 14px;border-radius:16px}
  .bookingIntro{padding-right:0;margin-bottom:13px}
  .bookingIntro h2{font-size:25px;margin-bottom:4px}
  .bookingIntro p{font-size:12px;line-height:1.45}
  .bookingGrid{grid-template-columns:1fr;gap:13px}
  .dateGrid{grid-template-columns:repeat(5,1fr);gap:5px}
  .dateBtn{min-height:55px;padding:6px 3px}
  .dateBtn b{font-size:16px}
  .dateBtn span,.dateBtn small{font-size:8px}
  .slotGrid{grid-template-columns:repeat(4,1fr);gap:6px}
  .slotBtn{font-size:11px;padding:8px 3px;min-height:36px}
  .bookingSelected{margin-top:10px;font-size:12px}
  .bookingActions{margin-top:10px;padding-top:10px}
  #continueBooking{width:100%;justify-content:center;min-height:50px;font-size:15px}
}
@media(max-width:430px){
  .metric b{font-size:16px;letter-spacing:1.8px}
  .metric span{font-size:10px}
  .dateGrid{grid-template-columns:repeat(5,1fr)}
  .slotBtn{font-size:10px}
}

/* v19: site-wide spacing optimization — tighter section rhythm without losing hierarchy */
.section{padding:46px 0}
.section + .section{padding-top:32px}
.section.cream + .section.cream{padding-top:24px}
.sectionHead{margin-bottom:24px}
.sectionHead h2{margin-bottom:10px}
.sectionHead p{margin:0}
.aboutGrid{gap:28px}
.solutionCards{gap:16px}
.cards3{gap:14px}
.infoCard{min-height:0;padding:20px 20px 18px}
.partnerGrid{gap:14px}
.partnerFeature{min-height:0;padding:19px 18px}
.flow{gap:14px}
.flowCard{min-height:0;padding:20px 20px}
.industry{min-height:0;padding:17px 15px}
.price{padding:24px}
.principle{padding:15px 16px}
.solutionCard{min-height:0;padding:24px 23px 21px}
.miniGraph{margin-top:17px;height:76px}
.fomoLine{margin-top:19px;padding:13px 16px}
.hero{padding:58px 0 50px}
.heroGrid{gap:42px}
.heroVisual{min-height:490px}
.metricRow{margin-top:24px}
.actions{margin-top:22px}
footer{padding:22px 0}

/* Avoid double vertical padding between adjacent sections. */
@media(max-width:760px){
  .section{padding:38px 0}
  .section + .section{padding-top:24px}
  .section.cream + .section.cream{padding-top:18px}
  .sectionHead{margin-bottom:20px}
  .hero{padding:38px 0 32px}
  .heroGrid{gap:28px}
  .heroVisual{min-height:0}
  .actions{margin-top:18px}
  .infoCard,.partnerFeature,.flowCard,.industry,.principle,.price,.solutionCard{padding-top:18px;padding-bottom:17px}
}

/* effyPitch detail cards */
.effyPitchFlow{align-items:stretch}
.effyPitchFlow .flowCard{padding:25px 24px 22px;min-height:430px;display:flex;flex-direction:column;position:relative;overflow:hidden}
.effyPitchFlow .flowCard:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--burg),var(--orange))}
.effyPitchFlow .pitchCard{background:linear-gradient(145deg,#fff4f2,#fff)}
.effyPitchFlow .demoCard{background:linear-gradient(145deg,#fff8ed,#fff)}
.effyPitchFlow .docCard{background:linear-gradient(145deg,#fff1f3,#fff)}
.flowTitleRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}
.flowTitleRow h3{font-size:28px;margin:6px 0 8px;letter-spacing:-.8px}
.flowTag{font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:900;color:var(--burg);background:#fff;border:1px solid #efd8dd;border-radius:999px;padding:6px 8px;white-space:nowrap}
.flowIntro{font-size:13px!important;line-height:1.55;margin:0 0 18px!important;min-height:61px}
.detailLabel{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;font-weight:900;color:#7c8799;margin-bottom:8px}
.flowList{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.flowList li{position:relative;padding-left:18px;font-size:12px;color:var(--ink);line-height:1.4}
.flowList li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:var(--orange)}
.flowOutcome{margin-top:auto;padding:12px 13px;border-radius:11px;background:rgba(255,255,255,.75);border:1px solid rgba(167,25,67,.10)}
.flowOutcome b{display:block;font-size:9px;text-transform:uppercase;letter-spacing:1px;color:var(--burg);margin-bottom:3px}
.flowOutcome span{font-size:11px;color:var(--muted)}
.effyPitchFlow .flowLine{margin-top:13px;height:4px}
@media(max-width:650px){.effyPitchFlow .flowCard{min-height:0;padding:22px 20px}.flowIntro{min-height:0}.flowTitleRow h3{font-size:25px}}

/* effyPitch product visuals — inspired by modern interactive-demo and proposal UX patterns */
.effyPitchFlow .flowCard{min-height:560px}
.pitchVisual,.demoVisual,.docVisual{margin:4px 0 18px;border:1px solid rgba(167,25,67,.10);border-radius:14px;background:rgba(255,255,255,.72);padding:12px;overflow:hidden}
.pitchVisual{display:grid;grid-template-columns:76px 1fr;gap:10px;position:relative}
.pitchScore{border-radius:12px;background:linear-gradient(145deg,#fff0f2,#fff);display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #f0d9df}
.pitchScore b{font-size:25px;color:var(--burg);letter-spacing:-1px}.pitchScore span{font-size:8px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);font-weight:800}
.pitchStack{display:grid;gap:5px}.pitchStack span{font-size:9px;font-weight:800;color:var(--ink);padding:7px 9px;border-radius:7px;background:#fff;border:1px solid #eee4e7}.pitchStack span:nth-child(2){border-left:3px solid var(--orange)}.pitchStack span:nth-child(3){border-left:3px solid var(--burg)}.pitchStack span:nth-child(4){border-left:3px solid #e7a24b}
.pitchCheck{grid-column:1/-1;font-size:9px;color:var(--burg);font-weight:800;padding-top:2px}
.demoVisual,.docVisual{padding:10px}.demoWindow{border:1px solid #dfe3ea;border-radius:10px;background:#fff;box-shadow:0 6px 18px rgba(22,39,68,.06);overflow:hidden}.miniTop{height:22px;display:flex;align-items:center;gap:4px;padding:0 7px;border-bottom:1px solid #eef0f4;background:#fafbfc}.miniTop i{width:5px;height:5px;border-radius:50%;background:#c8d0dc}.miniTop span{margin-left:auto;font-size:7px;color:#7b8798}.demoBody{display:grid;grid-template-columns:72px 1fr;min-height:100px}.demoSide{background:#f8f5f3;padding:9px 7px;display:grid;align-content:start;gap:7px}.demoSide b{font-size:7px}.demoSide span{font-size:6.5px;color:#7c8799;padding:4px;border-radius:4px}.demoSide .active{background:#fff0ed;color:var(--burg);font-weight:800}.demoMain{padding:10px;position:relative}.demoMetric{display:flex;flex-direction:column}.demoMetric b{font-size:15px;color:var(--ink)}.demoMetric small{font-size:6.5px;color:var(--muted)}.demoBars{height:47px;display:flex;align-items:end;gap:5px;margin-top:6px}.demoBars i{width:12px;border-radius:4px 4px 1px 1px;background:linear-gradient(180deg,var(--orange),var(--burg));display:block}.demoHint{position:absolute;right:7px;bottom:7px;font-size:6.5px;font-weight:900;color:var(--burg);background:#fff5f2;border-radius:8px;padding:5px 6px}.demoPills,.docBadges{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.demoPills span,.docBadges span{font-size:7px;font-weight:800;color:var(--burg);background:#fff3ef;border:1px solid #f1ddd8;border-radius:999px;padding:4px 6px}
.docPaper{border:1px solid #dddfe4;border-radius:9px;background:#fff;box-shadow:0 6px 18px rgba(22,39,68,.06);padding:10px}.docHeader{display:flex;justify-content:space-between;font-size:6.5px;color:#7b8798}.docHeader b{color:var(--ink)}.docHero{padding:12px 5px 8px}.docHero small{display:block;font-size:6px;letter-spacing:1px;color:var(--burg);font-weight:900}.docHero strong{display:block;font-size:12px;line-height:1.15;color:var(--ink);margin-top:5px;max-width:85%}.docLine{width:42%;height:3px;background:linear-gradient(90deg,var(--burg),var(--orange));margin-top:8px;border-radius:2px}.docRows{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.docRows span{font-size:6.5px;padding:7px 5px;border:1px solid #eee;border-radius:5px;color:#69778a}.docTrack{margin-top:7px;display:flex;align-items:center;gap:6px;background:#fff6ed;border-radius:6px;padding:6px;font-size:6.5px}.docTrack b{color:var(--burg)}.docTrack span{color:#69778a}.docTrack i{margin-left:auto;font-style:normal;color:var(--burg);font-weight:900}.docBadges span{background:#fff1f4}
@media(max-width:900px){.effyPitchFlow .flowCard{min-height:0}}
@media(max-width:650px){.pitchVisual,.demoVisual,.docVisual{margin-bottom:16px}.demoBody{min-height:92px}.docHero strong{font-size:11px}.effyPitchFlow .flowCard{min-height:0}}

/* effyPitch detail navigation */
.knowMore{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding:11px 17px;border:1.5px solid var(--burg);border-radius:999px;background:#fff;color:var(--burg);font-size:12px;font-weight:900;letter-spacing:.1px;text-decoration:none;line-height:1;min-height:38px;box-sizing:border-box;transition:all .18s ease}.knowMore:hover{background:var(--burg);color:#fff;text-decoration:none;transform:translateY(-1px)}.knowMore:focus-visible{outline:3px solid rgba(198,27,77,.22);outline-offset:3px}.pitchDetailHero{padding:68px 0 52px;background:linear-gradient(135deg,#fff8f3,#fff0ee 55%,#fff)}.pitchDetailHero h1{font-size:clamp(42px,5vw,64px);line-height:1.04;letter-spacing:-2.7px;max-width:850px;margin:0 0 16px}.pitchDetailHero .lead{max-width:800px}.pitchNav{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.pitchNav a{padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:850}.pitchNav a:hover{border-color:#d9aab8;color:var(--burg)}.pitchDetail{padding:70px 0}.pitchDetail.alt{background:var(--cream)}.detailGrid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.detailGrid.reverse .detailCopy{order:2}.detailGrid.reverse .detailVisual{order:1}.detailCopy h2{font-size:clamp(32px,3.6vw,48px);line-height:1.08;letter-spacing:-1.7px;margin:0 0 14px}.detailCopy .lead2{font-size:16px;color:var(--muted);max-width:610px}.featureList{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:24px 0 0;padding:0;list-style:none}.featureList li{border:1px solid var(--line);border-radius:13px;padding:13px 14px;background:#fff;font-size:12px}.featureList li b{display:block;font-size:13px;margin-bottom:3px}.featureList li span{color:var(--muted)}.detailVisual{border:1px solid var(--line);border-radius:24px;padding:20px;background:#fff;box-shadow:0 18px 45px rgba(16,36,74,.08);min-height:330px;position:relative;overflow:hidden}.detailVisual.pitch{background:linear-gradient(145deg,#fff4f2,#fff)}.detailVisual.demo{background:linear-gradient(145deg,#fff8ed,#fff)}.detailVisual.doc{background:linear-gradient(145deg,#fff1f3,#fff)}.visualTop{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:900;margin-bottom:15px}.visualBadge{font-size:9px;padding:5px 8px;border-radius:999px;background:var(--rose);color:var(--burg)}.pitchBoard{display:grid;grid-template-columns:.9fr 1.1fr;gap:12px}.pitchBoard .side,.pitchBoard .main{border:1px solid #eceef2;border-radius:15px;background:#fff;padding:14px}.pitchBoard .side span{display:block;padding:9px 0;border-bottom:1px solid #f0f1f4;font-size:10px;color:var(--muted)}.pitchBoard .side span.active{font-weight:900;color:var(--burg)}.pitchBoard .main h4{margin:0 0 12px;font-size:16px}.storyRow{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.storyStep{border-radius:10px;padding:10px 7px;background:var(--peach);font-size:9px;font-weight:850;text-align:center}.storyStep:nth-child(2),.storyStep:nth-child(4){background:#fff1df}.readyMeter{margin-top:14px;border:1px solid #eceef2;border-radius:12px;padding:11px}.readyMeterTop{display:flex;justify-content:space-between;font-size:9px}.meter{height:8px;background:#edf0f4;border-radius:5px;margin-top:7px;overflow:hidden}.meter i{display:block;width:92%;height:100%;background:linear-gradient(90deg,var(--burg),var(--orange))}.demoMock{border:1px solid #e4e7ed;border-radius:17px;background:#fff;overflow:hidden}.demoMockTop{height:34px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;gap:5px;padding:0 11px;font-size:9px;color:var(--muted)}.demoMockBody{display:grid;grid-template-columns:110px 1fr;min-height:230px}.demoSide{padding:14px;border-right:1px solid #edf0f4;background:#fbfaf9}.demoSide b{display:block;font-size:10px;margin-bottom:12px}.demoSide span{display:block;padding:8px 7px;border-radius:7px;font-size:9px;color:var(--muted)}.demoSide span.active{background:var(--rose);color:var(--burg);font-weight:900}.demoMain2{padding:15px}.demoKpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.demoKpi{border:1px solid #edf0f4;border-radius:10px;padding:9px}.demoKpi b{display:block;font-size:14px}.demoKpi span{font-size:8px;color:var(--muted)}.sandboxBox{margin-top:11px;border:1px dashed #d9b4a2;border-radius:12px;padding:12px;background:linear-gradient(135deg,#fff8f1,#fff);display:flex;justify-content:space-between;align-items:center;gap:10px}.sandboxBox b{font-size:10px}.sandboxBox span{font-size:8px;color:var(--muted)}.sandboxBtn{background:var(--burg);color:#fff;padding:7px 9px;border-radius:7px;font-size:8px;font-weight:900;white-space:nowrap}.demoSignals{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.demoSignals span{font-size:8px;padding:6px 8px;border-radius:999px;background:#fff1df;color:#9a5b12}.docMock{border:1px solid #e2e5ea;border-radius:17px;background:#fff;overflow:hidden}.docMockHead{padding:13px 15px;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;font-size:9px}.docMockBody{padding:17px}.docTitle{font-size:20px;line-height:1.1;font-weight:900;max-width:380px}.docMeta{font-size:8px;color:var(--muted);margin-top:5px}.docSections{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px}.docSection{border:1px solid #edf0f4;border-radius:9px;padding:9px;font-size:8px}.docSection b{display:block;font-size:9px;margin-bottom:3px}.docTrack2{margin-top:11px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px}.trackStat{background:#fff8f3;border-radius:9px;padding:9px}.trackStat b{display:block;font-size:12px;color:var(--burg)}.trackStat span{font-size:7px;color:var(--muted)}.detailOutcome{margin-top:22px;border-left:4px solid var(--burg);padding:12px 15px;background:#fff;border-radius:0 12px 12px 0}.detailOutcome b{display:block;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--burg)}.detailOutcome span{font-size:13px}.compareStrip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.compareCard{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.compareCard b{font-size:17px}.compareCard p{font-size:12px;color:var(--muted)}.compareCard a{color:var(--burg);font-size:11px;font-weight:900}.detailCta{display:flex;justify-content:flex-end;margin-top:30px}@media(max-width:900px){.detailGrid{grid-template-columns:1fr}.detailGrid.reverse .detailCopy,.detailGrid.reverse .detailVisual{order:initial}.compareStrip{grid-template-columns:1fr}.pitchDetail{padding:55px 0}.featureList{grid-template-columns:1fr}}@media(max-width:650px){.pitchDetailHero{padding:52px 0 40px}.pitchDetailHero h1{font-size:42px}.pitchNav{gap:7px}.pitchNav a{font-size:11px;padding:9px 12px}.detailVisual{min-height:0;padding:14px}.pitchBoard{grid-template-columns:1fr}.demoMockBody{grid-template-columns:82px 1fr}.demoSide{padding:10px}.demoMain2{padding:10px}.docSections,.docTrack2{grid-template-columns:1fr}.storyRow{grid-template-columns:1fr 1fr}.detailCta{justify-content:stretch}.detailCta .btn{width:100%;justify-content:center}}

/* AI roleplay / category-informed visual layer */
.practiceSection{padding:70px 0;background:linear-gradient(135deg,#fff8f2 0%,#fff 55%,#fff2ee 100%);border-top:1px solid #f0e5df;border-bottom:1px solid #f0e5df}
.practiceGrid{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center}
.practiceCopy h2{font-size:clamp(32px,3.7vw,48px);line-height:1.07;letter-spacing:-1.8px;margin:0 0 14px}
.practicePoints{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:23px}
.practicePoints>div{border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:rgba(255,255,255,.86)}
.practicePoints b{display:block;font-size:12px}.practicePoints span{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.practiceExtra{margin-top:15px;border-left:4px solid var(--orange);background:#fff;padding:13px 15px;border-radius:0 13px 13px 0}.practiceExtra b{display:block;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--burg)}.practiceExtra span{display:block;font-size:12px;color:var(--muted);margin-top:3px}
.roleplayVisual{border:1px solid #e1e4e9;border-radius:24px;background:#fff;box-shadow:0 22px 55px rgba(16,36,74,.10);overflow:hidden;position:relative}
.roleplayTop{height:46px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-size:10px;font-weight:900}.roleplayLive{font-size:8px;letter-spacing:.8px;color:var(--burg);background:var(--rose);padding:6px 8px;border-radius:999px}
.roleplayBody{padding:16px;background:linear-gradient(180deg,#fff,#fff9f5)}
.personaCard{display:flex;gap:10px;align-items:center;border:1px solid #eceef2;border-radius:14px;padding:11px;background:#fff}.avatarCircle{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--burg),var(--orange));color:#fff;font-size:10px;font-weight:900}.personaCard b{display:block;font-size:9px;color:var(--muted)}.personaCard strong{display:block;font-size:12px}.personaCard span{display:block;font-size:8px;color:var(--muted)}
.conversation{display:grid;gap:9px;margin-top:11px}.bubble{max-width:82%;border-radius:13px;padding:10px 12px;font-size:10px;line-height:1.45}.bubble small{display:block;font-size:7px;letter-spacing:.8px;font-weight:900;margin-bottom:4px;color:var(--burg)}.bubble.buyer{background:#fff0ed;border:1px solid #f3ddd8}.bubble.rep{background:#fff;border:1px solid #e5e8ed;margin-left:auto}.coachSignal{border:1px dashed #d9b4a2;border-radius:12px;background:#fff9f1;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.coachSignal b{font-size:9px;color:var(--burg)}.coachSignal span{font-size:8px;color:var(--muted)}.coachSignal i{width:8px;height:8px;border-radius:50%;background:var(--orange);display:block}
.scoreRow{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.scoreRow>div{border:1px solid #eceef2;border-radius:10px;background:#fff;padding:9px}.scoreRow b{display:block;font-size:14px;color:var(--burg)}.scoreRow span{font-size:7px;color:var(--muted)}
.roleplayFlow{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:13px;font-size:8px;font-weight:900;color:var(--burg)}.roleplayFlow span{padding:6px 8px;background:#fff1df;border-radius:999px}.roleplayFlow i{font-style:normal;color:#9ca5b3}
.extraGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.extraCard{border:1px solid var(--line);border-radius:17px;background:#fff;padding:20px;min-height:180px}.extraNo{display:block;font-size:10px;font-weight:900;color:var(--burg);letter-spacing:1px;margin-bottom:18px}.extraCard b{font-size:15px}.extraCard p{font-size:11px;color:var(--muted);margin:8px 0 0}
@media(max-width:900px){.practiceGrid{grid-template-columns:1fr;gap:30px}.extraGrid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.practiceSection{padding:52px 0}.practicePoints{grid-template-columns:1fr}.scoreRow{grid-template-columns:1fr 1fr}.roleplayFlow{flex-wrap:wrap}.extraGrid{grid-template-columns:1fr}.extraCard{min-height:0}}

/* Separate effyPitch module pages */
.moduleHero{padding:62px 0 46px;background:linear-gradient(135deg,#fff8f3,#fff1ef 55%,#fff)}
.moduleHeroGrid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center}
.moduleHero h1{font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:-2.8px;margin:0 0 16px;max-width:760px}
.moduleHero .lead{max-width:680px}
.moduleKicker{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.moduleKicker span{font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:900;padding:7px 9px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--burg)}
.moduleImage{border:1px solid var(--line);border-radius:24px;background:#fff;padding:16px;box-shadow:0 22px 55px rgba(16,36,74,.10);overflow:hidden}.moduleImageTitle{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:900;margin-bottom:12px}.moduleImageTitle span:last-child{font-size:8px;color:var(--burg);background:var(--rose);padding:6px 8px;border-radius:999px}
.moduleSection{padding:58px 0}.moduleSection.cream{background:var(--cream)}.moduleHead{max-width:760px;margin-bottom:28px}.moduleHead h2{font-size:clamp(32px,3.5vw,48px);line-height:1.07;letter-spacing:-1.7px;margin:0 0 10px}.moduleHead p{color:var(--muted);font-size:15px}
.moduleGrid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.moduleFeature{border:1px solid var(--line);border-radius:18px;padding:21px;background:#fff;min-height:190px;position:relative;overflow:hidden}.moduleFeature:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--burg),var(--orange))}.featureIcon{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#fff0ed,#fff7e9);display:grid;place-items:center;color:var(--burg);margin-bottom:14px}.featureIcon svg{width:20px;height:20px}.moduleFeature h3{font-size:16px;margin:0 0 7px}.moduleFeature p{font-size:12px;color:var(--muted);margin:0;line-height:1.55}
.moduleSplit{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.moduleSplit.reverse .moduleText{order:2}.moduleSplit.reverse .moduleImage{order:1}.moduleText h2{font-size:clamp(30px,3.4vw,44px);line-height:1.08;letter-spacing:-1.5px;margin:0 0 12px}.moduleText p{color:var(--muted);font-size:14px}.moduleList{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:10px}.moduleList li{display:flex;gap:10px;align-items:flex-start;font-size:12px}.moduleList li:before{content:"✓";display:grid;place-items:center;width:19px;height:19px;flex:0 0 19px;border-radius:50%;background:var(--rose);color:var(--burg);font-size:10px;font-weight:900}.moduleCTA{display:flex;justify-content:flex-end;margin-top:26px}.moduleCTA .btn{min-width:190px;justify-content:center}
/* Pitch roleplay interface */
.roleplayPanel{border:1px solid #e0e4ea;border-radius:22px;background:#fff;box-shadow:0 20px 50px rgba(16,36,74,.09);overflow:hidden}.rpHeader{padding:13px 16px;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;align-items:center}.rpHeader b{font-size:10px}.rpStatus{font-size:8px;font-weight:900;color:var(--burg);background:var(--rose);padding:6px 8px;border-radius:999px}.rpControls{padding:13px 15px;background:#fbfaf9;border-bottom:1px solid #edf0f4;display:grid;grid-template-columns:1fr 1fr;gap:10px}.rpSelect{border:1px solid #e4e7ed;border-radius:11px;background:#fff;padding:9px}.rpSelect small{display:block;color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.8px;font-weight:900;margin-bottom:5px}.rpSelect b{font-size:10px}.modeToggle{display:flex;gap:5px}.modeBtn{flex:1;border:1px solid #e1e5eb;background:#fff;border-radius:8px;padding:7px 5px;font-size:8px;font-weight:900;color:#687589;cursor:pointer}.modeBtn.active{background:var(--burg);color:#fff;border-color:var(--burg)}.rpCall{padding:15px;background:linear-gradient(180deg,#fff,#fff9f5)}.rpPersona{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #eceef2;border-radius:12px;background:#fff}.rpAvatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--burg),var(--orange));color:#fff;font-size:9px;font-weight:900}.rpPersona b{display:block;font-size:8px;color:var(--muted)}.rpPersona strong{display:block;font-size:12px}.rpPersona span{display:block;font-size:8px;color:var(--muted)}.rpTranscript{margin-top:11px;display:grid;gap:8px}.rpBubble{padding:9px 11px;border-radius:12px;font-size:9px;line-height:1.45;max-width:84%}.rpBubble.buyer{background:#fff0ed;border:1px solid #f1dbd6}.rpBubble.rep{margin-left:auto;background:#fff;border:1px solid #e4e7ed}.rpBubble small{display:block;font-size:7px;font-weight:900;color:var(--burg);letter-spacing:.7px;margin-bottom:3px}.rpFooter{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:11px}.rpTimer{font-size:9px;color:var(--muted);font-weight:800}.rpActions{display:flex;gap:6px}.rpAction{border:0;border-radius:8px;padding:7px 9px;font-size:8px;font-weight:900}.rpAction.end{background:#f4e4e7;color:var(--burg)}.rpAction.mic{background:var(--burg);color:#fff}.rpOnline{display:flex;gap:6px;align-items:center;font-size:8px;color:var(--muted);margin-top:8px}.rpOnline i{width:6px;height:6px;border-radius:50%;background:#db8a3b}.scoreCards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.scoreCard{border:1px solid var(--line);border-radius:11px;padding:9px;background:#fff}.scoreCard b{display:block;font-size:14px;color:var(--burg)}.scoreCard span{font-size:7px;color:var(--muted)}
/* Demo sandbox image */
.sandboxUI{border:1px solid #dfe4eb;border-radius:18px;background:#fff;overflow:hidden}.browserBar{height:31px;display:flex;align-items:center;gap:5px;padding:0 10px;border-bottom:1px solid #edf0f4}.browserBar i{width:6px;height:6px;border-radius:50%;background:#cbd2dd}.browserBar span{margin-left:auto;font-size:7px;color:var(--muted)}.sandboxGrid{display:grid;grid-template-columns:94px 1fr;min-height:235px}.sandboxNav{padding:13px 9px;background:#fbfaf9;border-right:1px solid #edf0f4}.sandboxNav b{font-size:9px;display:block;margin-bottom:10px}.sandboxNav span{display:block;font-size:7px;color:var(--muted);padding:7px 6px;border-radius:6px}.sandboxNav .active{background:var(--rose);color:var(--burg);font-weight:900}.sandboxContent{padding:13px}.sandboxHeader{display:flex;justify-content:space-between;align-items:center}.sandboxHeader b{font-size:14px}.sandboxHeader span{font-size:7px;color:var(--burg);background:#fff1df;padding:6px 8px;border-radius:999px}.sandboxCards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.sandboxCard{border:1px solid #edf0f4;border-radius:9px;padding:9px}.sandboxCard b{font-size:12px;display:block}.sandboxCard small{font-size:7px;color:var(--muted)}.sandboxChart{margin-top:10px;height:78px;border:1px solid #edf0f4;border-radius:10px;padding:8px;display:flex;align-items:end;gap:6px}.sandboxChart i{flex:1;border-radius:4px 4px 1px 1px;background:linear-gradient(180deg,var(--orange),var(--burg));display:block}.sandboxCTA{margin-top:9px;padding:10px;border-radius:10px;background:linear-gradient(90deg,#fff5ed,#fff);border:1px dashed #d8b09e;display:flex;justify-content:space-between;align-items:center}.sandboxCTA b{font-size:8px}.sandboxCTA span{font-size:7px;color:var(--burg);font-weight:900}
/* Doc visual */
.proposalUI{border:1px solid #dfe4eb;border-radius:18px;background:#fff;overflow:hidden}.proposalTop{padding:12px 14px;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;font-size:8px}.proposalBody{padding:16px}.proposalLabel{font-size:7px;letter-spacing:1px;color:var(--burg);font-weight:900}.proposalBody h3{font-size:21px;line-height:1.1;max-width:450px;margin:7px 0}.proposalBody p{font-size:8px;color:var(--muted)}.proposalTabs{display:flex;gap:6px;margin-top:13px}.proposalTabs span{font-size:7px;padding:7px 8px;border:1px solid #edf0f4;border-radius:7px}.proposalTabs span.active{background:var(--rose);color:var(--burg);font-weight:900}.proposalStats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px}.proposalStat{background:#fff8f2;border-radius:9px;padding:9px}.proposalStat b{display:block;color:var(--burg);font-size:12px}.proposalStat span{font-size:7px;color:var(--muted)}.proposalCTA{margin-top:11px;background:var(--burg);color:#fff;border-radius:9px;padding:10px;display:flex;justify-content:space-between;align-items:center;font-size:8px;font-weight:900}
@media(max-width:900px){.moduleHeroGrid,.moduleSplit{grid-template-columns:1fr;gap:28px}.moduleSplit.reverse .moduleText,.moduleSplit.reverse .moduleImage{order:initial}.moduleGrid3{grid-template-columns:1fr 1fr}.scoreCards{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.moduleHero{padding:46px 0 36px}.moduleHero h1{font-size:42px}.moduleSection{padding:45px 0}.moduleGrid3{grid-template-columns:1fr}.rpControls{grid-template-columns:1fr}.sandboxGrid{grid-template-columns:72px 1fr}.sandboxCards{grid-template-columns:1fr}.proposalStats{grid-template-columns:1fr}.moduleCTA{justify-content:stretch}.moduleCTA .btn{width:100%}}

/* v25 dedicated module pages */
.moduleSubnav{border-bottom:1px solid var(--line);background:#fff;position:relative;z-index:20}.moduleSubnav .wrap{display:flex;align-items:center;gap:22px;min-height:42px;font-size:11px;font-weight:850;color:#6d7788}.moduleSubnav span{color:var(--burg);text-transform:uppercase;letter-spacing:1.3px;margin-right:auto}.moduleSubnav a{padding:12px 0;border-bottom:2px solid transparent}.moduleSubnav a.active{color:var(--burg);border-color:var(--burg)}
.buildSteps{padding:56px 0}.buildSteps.cream{background:var(--cream)}.stepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.stepCard{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff;position:relative;overflow:hidden;min-height:270px;box-shadow:0 8px 24px rgba(16,36,74,.045)}.stepCard:after{content:"";position:absolute;right:-30px;bottom:-35px;width:110px;height:110px;border-radius:50%;background:var(--peach);opacity:.45}.stepNo{position:absolute;top:14px;right:15px;font-size:10px;font-weight:900;letter-spacing:1px;color:#a7afbd}.stepIcon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#fff0ed,#fff7e9);color:var(--burg);display:grid;place-items:center;font-size:19px;font-weight:900;margin-bottom:13px;border:1px solid #f4e3df}.stepCard h3{font-size:16px;margin:0 0 7px}.stepCard p{font-size:12px;color:var(--muted);margin:0;max-width:310px}.miniVisual{margin-top:15px;border:1px solid #eceef2;border-radius:12px;background:#fbfcfd;padding:11px;position:relative;z-index:1;min-height:48px}.personaMini,.accountMini,.docMini,.personalDocMini{display:flex;flex-direction:column;gap:2px}.miniVisual b{font-size:11px}.miniVisual span{font-size:9px;color:var(--muted)}.storyMini,.contentMini,.choiceMini,.screenMini,.guideMini,.shareMini{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.storyMini span,.contentMini span,.choiceMini span,.screenMini span,.guideMini span,.shareMini span{font-size:8px;font-weight:800;background:#fff;border:1px solid #e3e7ed;padding:5px 6px;border-radius:7px}.storyMini i,.shareMini i{font-style:normal;color:var(--burg);font-size:9px}.callMini{display:flex;justify-content:space-between;align-items:center;background:#fff1ee}.callMini b{font-size:8px;color:var(--burg);letter-spacing:.8px}.scoreMini,.trackMini,.docTrackMini{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:5px;align-items:center}.scoreMini b,.trackMini b,.docTrackMini b{font-size:13px;color:var(--burg)}.scoreMini span,.trackMini span,.docTrackMini span{font-size:8px}.publishMini{display:flex;justify-content:space-between;align-items:center}.publishMini span{font-size:8px;font-weight:900;color:var(--burg)}.publishMini b{font-size:9px}.testMini{display:flex;justify-content:space-between;align-items:center}.testMini b{font-size:10px;color:var(--burg)}.demoOptionGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.demoOption{border:1px solid var(--line);border-radius:21px;padding:22px;background:#fff;overflow:hidden;position:relative;box-shadow:0 10px 28px rgba(16,36,74,.05)}.demoOption.guided{background:linear-gradient(145deg,#fff5f1,#fff)}.demoOption.personal{background:linear-gradient(145deg,#fff8ea,#fff)}.demoOption.sandbox{background:linear-gradient(145deg,#fff1f2,#fff)}.optionIcon{width:44px;height:44px;border-radius:13px;background:#fff;color:var(--burg);display:grid;place-items:center;font-size:18px;font-weight:900;border:1px solid #f0dfe0}.optionTag{margin-top:15px;color:var(--burg);font-size:9px;font-weight:900;letter-spacing:1.3px}.demoOption h3{font-size:23px;line-height:1.12;margin:7px 0 8px}.demoOption p{font-size:12px;color:var(--muted);min-height:58px}.demoOption ul{padding-left:17px;margin:15px 0 0;color:var(--muted);font-size:11px;line-height:1.8}.optionVisual{height:175px;margin-top:15px;border:1px solid #e6e9ee;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 9px 25px rgba(16,36,74,.07)}.tourScreen{height:100%;padding:22px 18px;position:relative;background:linear-gradient(180deg,#fff,#fbfcfe)}.fakeNav{height:16px;width:55%;background:#e9edf2;border-radius:4px}.fakePanel{height:56px;margin-top:18px;border:1px solid #e8ebef;border-radius:8px;background:linear-gradient(90deg,#fff,#f7f9fb)}.fakePanel.small{height:28px;margin-top:8px;width:72%}.hotspot{position:absolute;right:48px;top:57px;width:24px;height:24px;border-radius:50%;background:var(--burg);color:#fff;display:grid;place-items:center;font-size:9px;box-shadow:0 0 0 7px rgba(167,25,67,.12)}.tooltip{position:absolute;right:10px;top:87px;background:#172744;color:#fff;padding:7px 9px;border-radius:7px;font-size:8px}.personalVisual{padding:14px}.personalHeader{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf0f3;padding-bottom:10px}.personalHeader span{font-size:11px;font-weight:900}.personalHeader b{font-size:9px;color:var(--burg)}.personalRows{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;margin-top:13px}.personalRows span{border:1px solid #e8ebef;border-radius:8px;padding:9px 6px;font-size:8px;color:var(--muted)}.personalNote{margin-top:11px;padding:9px;border-radius:8px;background:#fff1e8;color:var(--burg);font-size:8px;font-weight:800}.sandboxWindow{height:100%;background:#f8fafc}.sandboxTop{height:31px;background:#fff;border-bottom:1px solid #e7eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:8px}.sandboxTop b{color:var(--burg);font-size:7px;letter-spacing:.7px}.sandboxBody{display:grid;grid-template-columns:58px 1fr;height:calc(100% - 31px)}.sandboxSide{background:#f1f4f7}.sandboxDash{padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:8px;position:relative}.sandboxDash div{height:45px;border-radius:7px;background:#fff;border:1px solid #e6e9ee}.sandboxDash div:nth-child(3){grid-column:1/3;height:30px}.sandboxDash span{position:absolute;right:14px;bottom:13px;background:var(--burg);color:#fff;padding:6px 8px;border-radius:7px;font-size:7px;font-weight:900}.demoSteps{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.stepsGrid,.demoOptionGrid{grid-template-columns:1fr 1fr}.moduleSubnav .wrap{gap:15px;overflow:auto;white-space:nowrap}.demoOption p{min-height:auto}}
@media(max-width:650px){.moduleSubnav .wrap{width:94%;gap:17px}.moduleSubnav span{display:none}.stepsGrid,.demoOptionGrid{grid-template-columns:1fr}.stepCard{min-height:0}.optionVisual{height:160px}.demoOption h3{font-size:21px}.buildSteps{padding:45px 0}}

/* v26 — real AI roleplay product screenshots */
.roleplayScreens{background:linear-gradient(180deg,#fffaf7 0%,#fff 100%)}
.rpScreenshotGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px}
.rpScreenshotCard{margin:0;border:1px solid rgba(20,39,70,.12);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 36px rgba(20,39,70,.07)}
.rpScreenshotFrame{padding:12px;background:#101116;border-bottom:1px solid rgba(20,39,70,.08);aspect-ratio:16/9;display:flex;align-items:center}
.rpScreenshotFrame img{display:block;width:100%;height:100%;object-fit:contain;border-radius:9px}
.rpScreenshotCard figcaption{display:flex;flex-direction:column;gap:7px;padding:17px 18px 19px}
.rpScreenshotCard figcaption b{font-size:15px;color:#142746}
.rpScreenshotCard figcaption span{font-size:14px;line-height:1.5;color:#5e718d}
.rpScreenshotStrip{display:grid;grid-template-columns:.8fr 1.5fr;gap:28px;align-items:center;margin-top:34px;padding:26px;border-radius:24px;background:#142746;color:#fff}
.rpStripIntro h3{font-size:26px;line-height:1.15;margin:8px 0 10px;color:#fff}
.rpStripIntro p{color:#dbe3ee;line-height:1.55;margin:0;max-width:430px}
.rpStripIntro .eyebrow{color:#ffb24a}
.rpStripImages{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.rpStripImages figure{margin:0}
.rpStripImages img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0b0d12}
.rpStripImages figcaption{font-size:12px;font-weight:700;margin-top:7px;color:#f6d7bc}
.stepScreenshot{margin:13px 0 2px;border-radius:12px;overflow:hidden;border:1px solid rgba(20,39,70,.1);background:#101116;aspect-ratio:2.2/1;display:flex;align-items:center;justify-content:center}
.stepScreenshot img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:11px}
@media(max-width:900px){.rpScreenshotGrid{grid-template-columns:1fr 1fr}.rpStripImages{grid-template-columns:1fr}.rpScreenshotStrip{grid-template-columns:1fr}.rpStripImages figure{display:grid;grid-template-columns:160px 1fr;gap:10px;align-items:center}.rpStripImages figcaption{margin:0}}
@media(max-width:600px){.rpScreenshotGrid{grid-template-columns:1fr}.rpScreenshotFrame{aspect-ratio:16/10}.stepScreenshot{aspect-ratio:2.2/1}.stepScreenshot img{height:100%;width:100%}.rpScreenshotStrip{padding:20px}.rpStripImages figure{grid-template-columns:1fr}.rpStripImages img{aspect-ratio:16/9}}
/* v27 — prominent real-product screenshot showcase */
.roleplayShowcase{background:linear-gradient(180deg,#fff 0%,#fff8f4 100%)}
.showcaseHero{display:grid;grid-template-columns:.78fr 1.5fr;gap:28px;align-items:center;margin-top:26px;padding:24px;border:1px solid rgba(20,39,70,.10);border-radius:26px;background:#fff;box-shadow:0 18px 48px rgba(20,39,70,.08)}
.showcaseCopy{padding:12px 8px 12px 10px}.showcaseTag{font-size:10px;font-weight:900;letter-spacing:1.2px;color:var(--burg)}.showcaseCopy h3{font-size:28px;line-height:1.12;margin:10px 0 14px;color:var(--navy)}
.showcasePills{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px}.showcasePills span{font-size:10px;font-weight:800;padding:7px 9px;border-radius:999px;background:#fff0e4;color:#7c2441;border:1px solid #f2d8c8}
.showcaseImage{background:#101116;border-radius:17px;padding:12px;overflow:hidden}.showcaseImage img{display:block;width:100%;height:auto;border-radius:9px}
#roleplay-screens{scroll-margin-top:90px}
@media(max-width:800px){.showcaseHero{grid-template-columns:1fr}.showcaseCopy h3{font-size:24px}}

/* v29 — image-led feature storytelling */
.imageStorySection{padding:58px 0}.imageStoryGrid{display:grid;grid-template-columns:1.35fr .65fr;gap:30px;align-items:center}.imageStoryGrid.reverse{grid-template-columns:.65fr 1.35fr}.imageStoryGrid.reverse .imageStoryVisual{order:2}.imageStoryVisual{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 18px 45px rgba(16,36,74,.07)}.imageStoryVisual img{display:block;width:100%;height:auto}.imageStoryVisual.wide{max-width:1100px;margin:0 auto}.imageStoryCopy{padding:8px 10px}.storyLabel{font-size:10px;letter-spacing:1.5px;font-weight:900;color:var(--burg)}.imageStoryCopy h3{font-size:30px;line-height:1.12;margin:10px 0 12px}.imageStoryCopy p{font-size:14px;line-height:1.65;color:var(--muted)}.storyPoints{display:grid;gap:9px;margin:18px 0}.storyPoints>div{padding:12px 14px;border:1px solid var(--line);border-radius:13px;background:#fff}.storyPoints b{display:block;font-size:13px;color:var(--ink)}.storyPoints span{display:block;font-size:10px;color:var(--muted);margin-top:3px}.storyQuote{padding:13px 15px;border-left:4px solid var(--burg);background:#fff1ee;border-radius:0 12px 12px 0;font-size:14px;font-weight:800;color:var(--ink)}.storyQuote span{display:block;font-size:10px;font-weight:500;color:var(--muted);margin-top:4px}.experienceRail{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.experienceRail>div{padding:15px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}.experienceRail b{display:block;font-size:13px}.experienceRail span{display:block;font-size:10px;color:var(--muted);margin-top:4px}@media(max-width:900px){.imageStoryGrid,.imageStoryGrid.reverse{grid-template-columns:1fr}.imageStoryGrid.reverse .imageStoryVisual{order:0}.experienceRail{grid-template-columns:1fr}}@media(max-width:650px){.imageStorySection{padding:44px 0}.imageStoryCopy h3{font-size:24px}.imageStoryVisual{border-radius:18px}.experienceRail{gap:9px}}

.dropSubLinks{padding:10px 14px 12px;border-top:1px solid #f0e5df;border-bottom:1px solid #f0e5df;background:#fffaf7;display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px 10px}
.dropSubLinks span{grid-column:1/-1;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--burg)}
.dropSubLinks a{font-size:12px;font-weight:700;color:var(--navy);text-decoration:none;padding:4px 0}
.dropSubLinks a:hover{color:var(--burg)}
@media(max-width:760px){.dropSubLinks{grid-template-columns:1fr}.dropSubLinks span{grid-column:auto}}


/* Vertical certification */
.certGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.certVisual{border:1px solid rgba(32,36,44,.12);border-radius:22px;background:#171a20;color:#f7f2eb;padding:20px;box-shadow:0 18px 50px rgba(20,20,20,.12)}.certTop{display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:.12em;color:#d7c9bd}.certTop b{color:#f4a35f;font-size:12px;letter-spacing:.08em}.productContext{margin-top:18px;padding:14px 16px;border-radius:14px;background:#242932;display:flex;justify-content:space-between;gap:16px;align-items:center}.productContext strong{font-size:14px}.productContext span{font-size:11px;color:#bfc3c9}.scenarioLane{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.scenarioLane div{background:#20242c;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}.scenarioLane small{display:block;color:#f4a35f;font-size:9px;letter-spacing:.1em;margin-bottom:6px}.scenarioLane b{font-size:11px;line-height:1.35}.scoreMatrix{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.scoreMatrix div{display:flex;justify-content:space-between;gap:8px;padding:10px 11px;border-radius:10px;background:#242932}.scoreMatrix span{font-size:11px;color:#c8cbd0}.scoreMatrix b{font-size:12px}.certStatus{margin-top:14px;padding:12px 14px;border-radius:12px;background:rgba(125,45,48,.28);border:1px solid rgba(210,115,100,.35);display:flex;justify-content:space-between;align-items:center}.certStatus span{font-weight:800;font-size:12px;letter-spacing:.1em}.certStatus small{color:#d7c9bd}.certOutcome{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.certOutcome div{padding:14px;border-radius:13px;background:#fff;border:1px solid rgba(32,36,44,.1);text-align:center}.certOutcome strong{display:block;font-size:22px;color:#7d2d30}.certOutcome span{font-size:10px;color:#62666d}.verticalGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.verticalCard{padding:18px;border:1px solid rgba(32,36,44,.1);border-radius:18px;background:#fff;min-height:190px;box-shadow:0 8px 24px rgba(30,25,20,.05)}.verticalCard.active{background:linear-gradient(145deg,#fff6ef,#f9ebe4);border-color:rgba(174,78,53,.3)}.verticalIcon{width:42px;height:42px;border-radius:12px;background:#f1dfd1;color:#7d2d30;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:.06em}.verticalCard h3{margin:14px 0 7px}.verticalCard p{font-size:12px;line-height:1.55;color:#656970}.verticalCard span{display:block;margin-top:12px;font-size:10px;font-weight:700;color:#7d2d30}.verticalCallout{margin-top:22px;padding:18px 20px;border-radius:16px;background:#241d1e;color:#fff;display:flex;justify-content:space-between;gap:20px;align-items:center}.verticalCallout strong{font-size:18px}.verticalCallout span{color:#d9d2cd;font-size:12px}@media(max-width:900px){.certGrid{grid-template-columns:1fr}.verticalGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.scenarioLane{grid-template-columns:1fr}.scoreMatrix{grid-template-columns:1fr}.certOutcome{grid-template-columns:1fr}.verticalGrid{grid-template-columns:1fr}.verticalCallout{flex-direction:column;align-items:flex-start}.productContext,.certStatus{flex-direction:column;align-items:flex-start}}


/* FINAL REFERENCE-STYLE CLIENT LOGO SECTION */
.client-trust{padding:82px 0 78px;background:#fff;border-top:0;border-bottom:0;position:relative;overflow:hidden}
.client-trust:after{content:"";position:absolute;left:-8%;right:-8%;bottom:-105px;height:145px;border-radius:50% 50% 0 0/100% 100% 0 0;background:linear-gradient(180deg,rgba(238,246,253,.75),rgba(255,255,255,0));pointer-events:none}
.client-trust .wrap{position:relative;z-index:1}
.client-trust .sectionHead{text-align:center;max-width:1100px;margin:0 auto 30px}
.client-trust .eyebrow{font-size:12px;letter-spacing:1.4px;color:#c51f55;margin-bottom:5px;font-weight:800}
.client-trust h2{font-family:Poppins,"Segoe UI",Arial,sans-serif;font-size:clamp(31px,3.4vw,45px);font-weight:700;line-height:1.12;letter-spacing:-1.25px;color:#10244a;margin:0 0 11px}
.client-trust .sectionLead{max-width:980px;margin:0 auto;color:#68758d;font-size:17px;line-height:1.55;font-weight:400}
.clientLogoGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:30px}
.clientLogoGridBottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:900px;margin:14px auto 0}
.clientLogo{height:116px;background:#fff;border:1px solid #dfe6ee;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:12px 18px;box-shadow:0 2px 9px rgba(16,36,74,.035);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden}
.clientLogo:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(16,36,74,.08);border-color:#d3dce7}
.clientLogo img{display:block;width:100%;height:100%;max-width:300px;max-height:88px;object-fit:contain;background:#fff}
@media(max-width:900px){.clientLogoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.clientLogoGridBottom{max-width:100%}}
@media(max-width:600px){.client-trust{padding:62px 0 60px}.client-trust .sectionHead{margin-bottom:22px}.client-trust .sectionLead{font-size:15px}.clientLogoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.clientLogoGridBottom{grid-template-columns:1fr;gap:10px;margin-top:10px}.clientLogo{height:96px;padding:10px 14px}.clientLogo img{max-height:72px}}
/* Reference hero treatment — matched to the supplied effyBiz hero visual */
.heroReference{padding:54px 0 36px;background:radial-gradient(circle at 74% 38%,rgba(255,190,77,.22),transparent 27%),linear-gradient(180deg,#fff 0%,#fff9f5 100%);overflow:hidden}
.heroRefWrap{display:grid;grid-template-columns:1.02fr .98fr;gap:18px;align-items:center;min-height:650px}
.heroRefCopy{position:relative;z-index:3;padding:18px 0 8px}
.heroReference h1{font-size:clamp(46px,5.2vw,72px);line-height:.99;letter-spacing:-3.5px;max-width:720px;margin:0 0 22px;color:#10244a;font-weight:850}
.heroReference h1 span{display:block;background:linear-gradient(90deg,#a71943 0%,#e21f3f 48%,#ff7a21 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.heroReference .lead{font-size:18px;line-height:1.48;max-width:650px;color:#46546d;margin:0}
.heroPillars{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:27px;max-width:650px}
.heroPillars>div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center}
.heroPillars .pillarIcon{grid-row:1 / span 2;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:18px;font-weight:900}
.heroPillars b{font-size:13px;line-height:1.05;color:#172744}.heroPillars span{font-size:11px;color:#66738a;line-height:1.15}
.contentIcon{background:#fde5ed;color:#c31d50}.experienceIcon{background:#dff3ff;color:#1175ad}.intelligenceIcon{background:#e6f7e9;color:#36a34a}.growthIcon{background:#fff0dc;color:#ee6f18}
.heroProductCards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:29px;max-width:690px}
.heroProduct{display:flex;align-items:center;justify-content:space-between;min-height:130px;border-radius:18px;padding:20px 23px;color:#fff;box-shadow:0 15px 30px rgba(16,36,74,.12);transition:transform .18s ease,box-shadow .18s ease}
.heroProduct:hover{transform:translateY(-3px);box-shadow:0 20px 36px rgba(16,36,74,.18)}
.heroProduct.sales{background:linear-gradient(135deg,#a90045 0%,#e61d47 70%,#f53f3d 100%)}
.heroProduct.partner{background:linear-gradient(135deg,#ef4524 0%,#ff8b20 100%)}
.heroProduct small{display:block;font-size:11px;letter-spacing:1.4px;font-weight:900;opacity:.95;margin-bottom:6px}.heroProduct strong{display:block;font-size:31px;line-height:1.05;font-weight:850}.heroProduct span{display:block;font-size:13px;margin-top:8px}.heroProduct em{font-style:normal;border:1.5px solid rgba(255,255,255,.75);width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:22px;flex:0 0 40px}
.heroRefVisual{position:relative;align-self:stretch;min-height:650px;border-radius:0 0 0 120px;overflow:hidden;margin-right:-12vw;background:#eaf1f8}
.heroRefVisual img{width:100%;height:100%;display:block;object-fit:cover;object-position:56% center;transform:scale(1.02)}
.heroVisualFade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,247,.95) 0%,rgba(255,250,247,.16) 16%,transparent 38%);pointer-events:none}
.heroReference .heroBottom{margin-top:5px;border-top:0;padding-top:4px}
.heroReference .fomoLine{font-size:13px;color:#66738a}
@media(max-width:900px){.heroRefWrap{grid-template-columns:1fr;min-height:0}.heroRefVisual{min-height:470px;margin:8px 0 0;border-radius:0 0 0 70px}.heroReference h1{font-size:clamp(44px,8vw,62px)}.heroPillars{max-width:720px}.heroProductCards{max-width:720px}}
@media(max-width:650px){.heroReference{padding:36px 0 28px}.heroReference h1{font-size:43px;letter-spacing:-2.2px}.heroReference .lead{font-size:16px}.heroPillars{grid-template-columns:1fr 1fr;gap:17px}.heroProductCards{grid-template-columns:1fr;gap:11px}.heroProduct{min-height:112px}.heroProduct strong{font-size:27px}.heroRefVisual{min-height:360px;border-radius:0 0 0 42px}.heroReference .heroBottom{flex-direction:column;align-items:stretch}.heroReference .heroBottom .actions,.heroReference .heroBottom .btn{width:100%;justify-content:center}}

/* Final hero refinement: reference image proportions + responsive typography */
.heroReference h1{font-size:clamp(40px,4.25vw,58px);line-height:1.02;letter-spacing:-2.6px;max-width:700px}
.heroRefVisual{min-height:620px;background:#f8f5f2}
.heroRefVisual img{object-fit:cover;object-position:center center;transform:none}
.heroVisualFade{background:linear-gradient(90deg,rgba(255,250,247,.55) 0%,rgba(255,250,247,.05) 18%,transparent 42%)}
@media(max-width:900px){.heroRefWrap{grid-template-columns:1fr;min-height:0}.heroRefCopy{padding-top:8px}.heroReference h1{font-size:clamp(40px,7vw,52px);max-width:720px}.heroRefVisual{min-height:0;height:auto;aspect-ratio:16/10;margin:18px 0 0;border-radius:0 0 0 70px}.heroRefVisual img{width:100%;height:100%;object-fit:cover}.heroProductCards{max-width:none}}
@media(max-width:650px){.heroReference{padding:34px 0 28px}.heroReference h1{font-size:38px;line-height:1.02;letter-spacing:-1.8px;margin-bottom:18px}.heroReference .lead{font-size:16px;line-height:1.45}.heroPillars{grid-template-columns:1fr 1fr;gap:16px 10px;margin-top:23px}.heroProductCards{grid-template-columns:1fr;gap:11px;margin-top:22px}.heroProduct{min-height:104px;padding:17px 18px}.heroProduct strong{font-size:27px}.heroProduct span{font-size:12px}.heroRefVisual{aspect-ratio:4/3;margin-top:22px;border-radius:0 0 0 46px}.heroRefVisual img{object-position:center center}.heroBottom{margin-top:14px!important;padding-top:14px!important}.heroBottom .fomoLine{font-size:12px}}
/* Final visual fit: show the complete clean hero artwork without cropping embedded callouts */
.heroRefVisual{background:#f8f5f2}
.heroRefVisual img{object-fit:contain;object-position:center center}
.heroVisualFade{background:linear-gradient(90deg,rgba(255,250,247,.45) 0%,rgba(255,250,247,.04) 18%,transparent 38%)}
@media(max-width:900px){.heroRefVisual img{object-fit:contain}}

/* Hero visual final crop fix: keep all visual callouts and growth ribbon inside the frame */
.heroRefVisual{overflow:hidden;}
.heroRefVisual img{object-fit:cover!important;object-position:center center!important;width:100%;height:100%;transform:none!important;}
@media(max-width:900px){.heroRefVisual{aspect-ratio:16/11!important;overflow:hidden}.heroRefVisual img{object-fit:cover!important;object-position:center center!important}}
@media(max-width:650px){.heroRefVisual{aspect-ratio:4/3!important}.heroRefVisual img{object-fit:cover!important;object-position:center center!important}}

/* Final hero callout fix: the Sales Teams card is HTML, so it can never be clipped by the image crop. */
.heroSalesCallout{position:absolute;left:4%;top:31%;z-index:6;display:flex;align-items:center;gap:12px;padding:13px 18px;border-radius:15px;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(16,36,74,.14);border:1px solid rgba(255,255,255,.8);min-width:240px;color:#10244a}
.heroSalesCallout i{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fde5ed;color:#c31d50;font-style:normal;font-size:22px}
.heroSalesCallout b{display:block;font-size:15px;line-height:1.1}.heroSalesCallout span{display:block;font-size:11px;line-height:1.35;color:#46546d;margin-top:4px}
.heroVisualFade{z-index:5;pointer-events:none}
@media(max-width:900px){.heroSalesCallout{left:4%;top:31%;min-width:220px;padding:11px 14px}.heroSalesCallout i{width:40px;height:40px}.heroSalesCallout b{font-size:14px}}
@media(max-width:650px){.heroSalesCallout{left:4%;top:29%;min-width:205px;padding:10px 12px;gap:9px}.heroSalesCallout i{width:36px;height:36px;font-size:18px}.heroSalesCallout b{font-size:13px}.heroSalesCallout span{font-size:10px}}
.heroSalesCallout i svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}


/* FINAL REFERENCE HERO — full visual width, no top gap, no duplicated callout */
.heroReference{position:relative;padding:0 0 28px!important;background:linear-gradient(180deg,#fff 0%,#fffaf7 100%);overflow:hidden}
.heroRefWrap{position:relative;display:grid;grid-template-columns:52% 48%;gap:0;align-items:stretch;min-height:650px!important;width:min(1380px,94%);margin:0 auto}
.heroRefCopy{position:relative;z-index:4;align-self:center;padding:34px 24px 30px 0!important;max-width:760px}
.heroReference h1{font-size:clamp(40px,4.05vw,58px)!important;line-height:1.02!important;letter-spacing:-2.5px!important;max-width:700px!important;margin:0 0 20px!important}
.heroReference .lead{font-size:17px!important;line-height:1.48!important;max-width:650px!important}
.heroPillars{margin-top:25px!important;max-width:650px!important;gap:17px!important}
.heroProductCards{margin-top:26px!important;max-width:700px!important;gap:16px!important}
.heroProduct{min-height:126px!important;padding:19px 22px!important}
.heroRefVisual{position:absolute!important;z-index:1;right:-6vw;top:0;bottom:0;width:68vw!important;height:650px!important;min-height:0!important;margin:0!important;border-radius:0 0 0 135px!important;overflow:hidden!important;background:#dcecf8!important}
.heroRefVisual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;transform:none!important;display:block!important}
.heroVisualFade{position:absolute!important;z-index:2!important;inset:0!important;background:linear-gradient(90deg,rgba(255,250,247,1) 0%,rgba(255,250,247,.92) 8%,rgba(255,250,247,.55) 20%,rgba(255,250,247,.12) 34%,transparent 46%)!important;pointer-events:none}
.heroReference .heroBottom{position:relative;z-index:5;margin-top:0!important;padding-top:8px!important}
@media(max-width:1200px){.heroRefWrap{width:94%;grid-template-columns:52% 48%}.heroRefVisual{width:70vw!important;right:-9vw!important}.heroReference h1{font-size:clamp(40px,4.2vw,54px)!important}}
@media(max-width:900px){
 .heroReference{padding:0 0 24px!important}
 .heroRefWrap{display:flex!important;flex-direction:column!important;width:100%!important;min-height:0!important}
 .heroRefCopy{padding:42px 4% 28px!important;max-width:none!important;order:1!important}
 .heroReference h1{font-size:clamp(38px,7.2vw,52px)!important;max-width:760px!important}
 .heroRefVisual{position:relative!important;order:2!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:auto!important;aspect-ratio:16/10!important;border-radius:0 0 0 70px!important;margin:0!important;overflow:hidden!important}
 .heroRefVisual img{object-fit:contain!important;background:#eaf3f9!important}
 .heroVisualFade{background:linear-gradient(180deg,rgba(255,250,247,.08),transparent 20%)!important}
 .heroReference .heroBottom{order:3!important;padding:14px 4% 0!important}
}
@media(max-width:600px){
 .heroRefCopy{padding:30px 5% 24px!important}
 .heroReference h1{font-size:37px!important;line-height:1.04!important;letter-spacing:-1.7px!important}
 .heroReference .lead{font-size:15.5px!important;line-height:1.48!important}
 .heroPillars{grid-template-columns:1fr 1fr!important;gap:15px 10px!important;margin-top:21px!important}
 .heroPillars>div{grid-template-columns:38px 1fr!important;column-gap:8px!important}
 .heroPillars .pillarIcon{width:38px!important;height:38px!important}
 .heroProductCards{grid-template-columns:1fr!important;gap:10px!important;margin-top:22px!important}
 .heroProduct{min-height:100px!important;padding:16px 18px!important;border-radius:16px!important}
 .heroProduct strong{font-size:26px!important}
 .heroRefVisual{aspect-ratio:16/11!important;border-radius:0 0 0 42px!important}
 .heroReference .heroBottom{padding-left:5%!important;padding-right:5%!important}
}

/* FINAL VIEWPORT FIT — keep headline and both product cards visible without scrolling */
.heroReference{padding:0 0 18px!important;overflow:hidden!important}
.heroRefWrap{width:min(1380px,94%)!important;height:670px!important;min-height:670px!important;grid-template-columns:52% 48%!important;align-items:start!important}
.heroRefCopy{align-self:start!important;padding:64px 24px 12px 0!important}
.heroReference h1{font-size:clamp(42px,3.75vw,54px)!important;line-height:1.03!important;letter-spacing:-2.4px!important;margin-bottom:17px!important;max-width:700px!important}
.heroReference .lead{font-size:16px!important;line-height:1.46!important;max-width:640px!important}
.heroPillars{margin-top:21px!important;gap:14px!important}
.heroPillars .pillarIcon{width:40px!important;height:40px!important}
.heroProductCards{margin-top:21px!important;gap:14px!important}
.heroProduct{min-height:104px!important;padding:16px 19px!important;border-radius:16px!important}
.heroProduct strong{font-size:28px!important}
.heroProduct span{font-size:12px!important;margin-top:6px!important}
.heroProduct em{width:36px!important;height:36px!important;flex-basis:36px!important;font-size:20px!important}
.heroRefVisual{height:670px!important;min-height:670px!important;width:62vw!important;right:-2vw!important;top:0!important;border-radius:0 0 0 110px!important}
.heroRefVisual img{object-fit:cover!important;object-position:center center!important}
.heroVisualFade{background:linear-gradient(90deg,rgba(255,250,247,.72) 0%,rgba(255,250,247,.24) 12%,rgba(255,250,247,.03) 28%,transparent 40%)!important}
@media(max-width:1200px) and (min-width:901px){.heroRefWrap{height:650px!important;min-height:650px!important}.heroRefCopy{padding-top:54px!important}.heroReference h1{font-size:46px!important}.heroRefVisual{height:650px!important;min-height:650px!important;width:64vw!important;right:-5vw!important}.heroProduct{min-height:98px!important}.heroPillars{margin-top:18px!important}.heroProductCards{margin-top:18px!important}}
@media(max-width:900px){.heroReference{padding:0 0 24px!important}.heroRefWrap{height:auto!important;min-height:0!important;width:100%!important;display:flex!important}.heroRefCopy{padding:38px 4% 24px!important}.heroReference h1{font-size:clamp(38px,7.2vw,52px)!important}.heroPillars{margin-top:21px!important}.heroProductCards{margin-top:20px!important}.heroRefVisual{height:auto!important;min-height:0!important;width:100%!important;aspect-ratio:1052/941!important;right:auto!important;top:auto!important;border-radius:0 0 0 60px!important}.heroRefVisual img{object-fit:cover!important;object-position:center center!important}.heroReference .heroBottom{padding-top:12px!important}}
@media(max-width:600px){.heroRefCopy{padding:28px 5% 22px!important}.heroReference h1{font-size:36px!important;line-height:1.04!important}.heroReference .lead{font-size:15.5px!important}.heroPillars{grid-template-columns:1fr 1fr!important;gap:14px 9px!important}.heroProductCards{grid-template-columns:1fr!important}.heroProduct{min-height:98px!important}.heroRefVisual{aspect-ratio:1052/941!important;border-radius:0 0 0 40px!important}}

/* FINAL HERO — balanced desktop viewport and complete right-side visual */
.heroReference{padding:0!important;min-height:calc(100vh - 92px);height:calc(100vh - 92px);max-height:760px;overflow:hidden!important;background:linear-gradient(180deg,#fff 0%,#fffaf7 100%)}
.heroRefWrap{width:min(1420px,94%)!important;height:100%!important;min-height:0!important;grid-template-columns:50% 50%!important;align-items:center!important}
.heroRefCopy{align-self:center!important;padding:18px 28px 18px 0!important;max-width:700px!important;z-index:4!important}
.heroReference .eyebrow{margin-bottom:14px!important}
.heroReference h1{font-size:clamp(40px,3.65vw,55px)!important;line-height:1.01!important;letter-spacing:-2.3px!important;max-width:680px!important;margin-bottom:17px!important}
.heroReference .lead{font-size:16px!important;line-height:1.43!important;max-width:650px!important}
.heroPillars{margin-top:20px!important;gap:12px!important;max-width:650px!important}
.heroPillars>div{min-width:0}
.heroPillars b{font-size:13px!important}
.heroPillars span{font-size:11px!important}
.heroProductCards{margin-top:20px!important;gap:14px!important;max-width:690px!important}
.heroProduct{min-height:100px!important;padding:15px 18px!important;border-radius:16px!important}
.heroProduct strong{font-size:28px!important}
.heroProduct span{font-size:12px!important;margin-top:5px!important}
.heroProduct em{width:36px!important;height:36px!important;flex-basis:36px!important;font-size:19px!important}
.heroRefVisual{position:absolute!important;z-index:1!important;right:-1vw!important;top:0!important;bottom:0!important;width:55vw!important;height:100%!important;min-height:0!important;margin:0!important;border-radius:0 0 0 110px!important;overflow:hidden!important;background:#dcecf8!important}
.heroRefVisual img{width:auto!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:center right!important;transform:none!important;display:block!important;margin-left:auto!important}
.heroVisualFade{z-index:2!important;background:linear-gradient(90deg,rgba(255,250,247,1) 0%,rgba(255,250,247,.92) 7%,rgba(255,250,247,.5) 16%,rgba(255,250,247,.08) 27%,transparent 38%)!important}
.heroReference .heroBottom{display:none!important}
.heroSalesCallout{display:none!important}
@media(max-width:1200px) and (min-width:901px){
 .heroReference{min-height:calc(100vh - 88px);height:calc(100vh - 88px)}
 .heroRefWrap{width:96%!important;grid-template-columns:51% 49%!important}
 .heroRefCopy{padding-right:20px!important}
 .heroReference h1{font-size:46px!important;max-width:650px!important}
 .heroReference .lead{font-size:15.5px!important}
 .heroRefVisual{width:54vw!important;right:-2vw!important}
 .heroProductCards{gap:11px!important}
 .heroProduct{padding:14px 15px!important}
}
@media(max-width:900px){
 .heroReference{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0 0 24px!important}
 .heroRefWrap{width:100%!important;height:auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}
 .heroRefCopy{padding:32px 5% 22px!important;max-width:none!important;order:1!important}
 .heroReference h1{font-size:clamp(38px,7vw,52px)!important;max-width:760px!important}
 .heroReference .lead{font-size:16px!important;max-width:700px!important}
 .heroPillars{max-width:700px!important}
 .heroProductCards{max-width:700px!important}
 .heroRefVisual{position:relative!important;order:2!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:auto!important;aspect-ratio:972/900!important;border-radius:0 0 0 58px!important;margin:0!important}
 .heroRefVisual img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;margin:0!important}
 .heroVisualFade{background:linear-gradient(180deg,rgba(255,250,247,.05),transparent 18%)!important}
}
@media(max-width:600px){
 .heroRefCopy{padding:28px 5% 20px!important}
 .heroReference h1{font-size:36px!important;line-height:1.04!important;letter-spacing:-1.7px!important;margin-bottom:16px!important}
 .heroReference .lead{font-size:15px!important;line-height:1.46!important}
 .heroPillars{grid-template-columns:1fr 1fr!important;gap:14px 9px!important;margin-top:20px!important}
 .heroPillars .pillarIcon{width:38px!important;height:38px!important}
 .heroProductCards{grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important}
 .heroProduct{min-height:96px!important;padding:15px 17px!important}
 .heroProduct strong{font-size:26px!important}
 .heroRefVisual{aspect-ratio:972/900!important;border-radius:0 0 0 40px!important}
}


/* FINAL HERO IMAGE INTEGRATION — editable HTML copy + complete visual artwork */
.heroReference{padding:0;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 42%,#fff8f4 66%,#eef7ff 100%);}
.heroRefWrap{width:min(1280px,96%);min-height:calc(100vh - 78px);height:auto;grid-template-columns:minmax(0,48%) minmax(0,52%);gap:0;align-items:center;}
.heroRefCopy{padding:34px 10px 28px 0;z-index:3;}
.heroReference h1{font-size:clamp(42px,4.25vw,62px);line-height:1.02;letter-spacing:-2.8px;max-width:700px;margin-bottom:18px;}
.heroReference .lead{font-size:17px;line-height:1.45;max-width:650px;}
.heroPillars{margin-top:24px;max-width:690px;gap:14px;}
.heroProductCards{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:730px;}
.heroRefVisual{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:center;overflow:visible;min-height:0;}
.heroRefVisual img{display:block;width:100%;height:auto;max-width:100%;max-height:calc(100vh - 86px);object-fit:contain;object-position:center center;}
.heroRefVisual .heroVisualFade{display:none!important;}
.heroBottom{display:none;}
@media(max-width:1100px){
 .heroRefWrap{grid-template-columns:50% 50%;width:96%;}
 .heroReference h1{font-size:clamp(39px,4.5vw,56px);}
 .heroReference .lead{font-size:16px;}
 .heroPillars{gap:10px;}
 .heroPillars b{font-size:12px;}
 .heroPillars span{font-size:10px;}
 .heroProductCards{gap:10px;}
}
@media(max-width:760px){
 .heroReference{padding:0;background:linear-gradient(180deg,#fff 0%,#fff9f5 52%,#edf7ff 100%);}
 .heroRefWrap{display:flex;flex-direction:column;width:100%;min-height:auto;gap:0;}
 .heroRefCopy{width:92%;padding:34px 0 18px;margin:0 auto;}
 .heroReference h1{font-size:clamp(36px,9.5vw,48px);letter-spacing:-2px;}
 .heroReference .lead{font-size:16px;}
 .heroPillars{grid-template-columns:repeat(2,1fr);gap:16px 12px;margin-top:22px;}
 .heroProductCards{grid-template-columns:1fr;gap:12px;margin-top:22px;}
 .heroRefVisual{width:100%;padding:0 0 18px;order:2;}
 .heroRefVisual img{width:100%;max-height:none;object-fit:contain;}
}

/* FINAL VIEWPORT FIX — keep the hero compact, editable and fully visible in the first desktop viewport. */
.heroReference{padding:0 0 24px!important;overflow:hidden!important}
.heroRefWrap{width:100%!important;max-width:none!important;margin:0!important;padding:0 3%!important;grid-template-columns:50% 50%!important;gap:0!important;min-height:calc(100vh - 78px)!important;height:calc(100vh - 78px)!important;align-items:start!important}
.heroRefCopy{align-self:start!important;padding:34px 28px 24px 0!important;max-width:760px!important;z-index:4!important}
.heroReference h1{font-size:clamp(42px,3.7vw,54px)!important;line-height:1.01!important;letter-spacing:-2.4px!important;margin:0 0 18px!important;max-width:700px!important}
.heroReference .lead{font-size:16px!important;line-height:1.45!important;max-width:680px!important;margin:0!important}
.heroPillars{margin-top:21px!important;gap:14px!important;max-width:680px!important}
.heroProductCards{margin-top:20px!important;gap:14px!important;max-width:760px!important}
.heroProduct{min-height:112px!important;padding:17px 20px!important}
.heroProduct strong{font-size:29px!important}
.heroProduct span{font-size:12px!important;margin-top:6px!important}
.heroRefVisual{position:relative!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:calc(100vh - 78px)!important;min-height:0!important;margin:0!important;border-radius:0 0 0 110px!important;overflow:hidden!important;background:#eaf3f9!important;z-index:1!important}
.heroRefVisual img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;object-position:center center!important;transform:none!important;background:#eaf3f9!important}
.heroVisualFade{display:none!important}
.heroReference .heroBottom{display:none!important}

@media (max-height:800px) and (min-width:901px){
  .heroRefWrap{min-height:calc(100vh - 78px)!important;height:calc(100vh - 78px)!important}
  .heroRefCopy{padding-top:24px!important}
  .heroReference h1{font-size:clamp(40px,3.5vw,50px)!important;margin-bottom:15px!important}
  .heroReference .lead{font-size:15px!important;line-height:1.4!important}
  .heroPillars{margin-top:17px!important}
  .heroProductCards{margin-top:17px!important}
  .heroProduct{min-height:104px!important;padding:15px 18px!important}
  .heroProduct strong{font-size:27px!important}
}

@media(max-width:900px){
  .heroReference{padding:0 0 24px!important;overflow:visible!important}
  .heroRefWrap{display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;padding:0!important}
  .heroRefCopy{padding:30px 5% 22px!important;max-width:none!important}
  .heroReference h1{font-size:clamp(38px,7vw,52px)!important;max-width:760px!important}
  .heroReference .lead{font-size:16px!important;max-width:700px!important}
  .heroRefVisual{width:100%!important;height:auto!important;aspect-ratio:1501/1048!important;min-height:0!important;margin:0!important;border-radius:0 0 0 70px!important}
  .heroRefVisual img{width:100%!important;height:100%!important;object-fit:contain!important}
  .heroReference .heroBottom{display:flex!important;order:3!important;padding:14px 5% 0!important}
}

@media(max-width:600px){
  .heroRefCopy{padding:26px 5% 20px!important}
  .heroReference h1{font-size:37px!important;line-height:1.04!important;letter-spacing:-1.7px!important}
  .heroReference .lead{font-size:15px!important;line-height:1.45!important}
  .heroPillars{grid-template-columns:1fr 1fr!important;gap:14px 9px!important;margin-top:19px!important}
  .heroProductCards{grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important}
  .heroProduct{min-height:96px!important;padding:15px 17px!important}
  .heroProduct strong{font-size:25px!important}
  .heroRefVisual{aspect-ratio:1501/1048!important;border-radius:0 0 0 42px!important}
}

/* LOCKED HERO LAYOUT — final desktop/mobile viewport treatment */
.heroReference{padding:0!important;margin:0!important;min-height:calc(100vh - 78px)!important;height:calc(100vh - 78px)!important;max-height:none!important;overflow:hidden!important}
.heroRefWrap{width:100%!important;max-width:1440px!important;height:100%!important;min-height:0!important;margin:0 auto!important;padding:0 28px!important;display:grid!important;grid-template-columns:50% 50%!important;gap:0!important;align-items:center!important}
.heroRefCopy{align-self:center!important;padding:8px 24px 8px 0!important;margin:0!important;max-width:700px!important;z-index:5!important}
.heroReference .eyebrow{margin:0 0 10px!important;font-size:11px!important;line-height:1.2!important}
.heroReference h1{font-size:clamp(38px,3.35vw,52px)!important;line-height:1.02!important;letter-spacing:-2.1px!important;max-width:690px!important;margin:0 0 13px!important}
.heroReference .lead{font-size:15.5px!important;line-height:1.4!important;max-width:670px!important;margin:0!important}
.heroPillars{margin:15px 0 0!important;gap:12px!important;max-width:680px!important}
.heroPillars>div{min-width:0!important}
.heroPillars b{font-size:13px!important}
.heroPillars span{font-size:11px!important}
.heroProductCards{margin:15px 0 0!important;gap:12px!important;max-width:700px!important}
.heroProduct{min-height:94px!important;height:94px!important;padding:14px 18px!important}
.heroProduct small{font-size:10px!important}
.heroProduct strong{font-size:27px!important;line-height:1.05!important}
.heroProduct span{font-size:11.5px!important;margin-top:4px!important}
.heroProduct em{font-size:20px!important;width:42px!important;height:42px!important;display:grid!important;place-items:center!important}
.heroRefVisual{position:relative!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:0 0 0 80px!important;overflow:hidden!important;background:#eaf3f9!important;z-index:2!important}
.heroRefVisual img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;margin:0!important;transform:none!important}
.heroReference .heroBottom{display:none!important}

@media (max-width:1200px) and (min-width:901px){
 .heroRefWrap{padding:0 22px!important}
 .heroRefCopy{padding-right:18px!important}
 .heroReference h1{font-size:45px!important}
 .heroReference .lead{font-size:15px!important}
 .heroPillars{gap:9px!important;margin-top:13px!important}
 .heroPillars b{font-size:12px!important}
 .heroProductCards{gap:9px!important;margin-top:13px!important}
 .heroProduct{min-height:88px!important;height:88px!important;padding:12px 14px!important}
 .heroProduct strong{font-size:24px!important}
 .heroProduct span{font-size:10.5px!important}
}

@media (max-width:900px){
 .heroReference{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
 .heroRefWrap{width:100%!important;height:auto!important;min-height:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}
 .heroRefCopy{width:100%!important;max-width:none!important;padding:28px 5% 18px!important;margin:0!important;order:1!important}
 .heroReference h1{font-size:clamp(36px,7.4vw,50px)!important;line-height:1.03!important;letter-spacing:-1.8px!important;margin-bottom:14px!important}
 .heroReference .lead{font-size:16px!important;line-height:1.45!important;max-width:720px!important}
 .heroPillars{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important;margin-top:18px!important}
 .heroProductCards{grid-template-columns:1fr!important;gap:10px!important;margin-top:18px!important;max-width:none!important}
 .heroProduct{height:auto!important;min-height:96px!important;padding:15px 17px!important}
 .heroRefVisual{order:2!important;width:100%!important;height:auto!important;aspect-ratio:1501/1048!important;border-radius:0 0 0 48px!important;overflow:hidden!important}
 .heroRefVisual img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}
}
@media (max-width:600px){
 .heroRefCopy{padding:24px 5% 18px!important}
 .heroReference h1{font-size:35px!important;line-height:1.04!important;letter-spacing:-1.6px!important}
 .heroReference .lead{font-size:15px!important}
 .heroPillars{gap:12px 9px!important;margin-top:16px!important}
 .heroProductCards{margin-top:16px!important}
 .heroProduct{min-height:92px!important;padding:14px 15px!important}
 .heroProduct strong{font-size:24px!important}
 .heroRefVisual{aspect-ratio:1501/1048!important;border-radius:0 0 0 36px!important}
}

/* FINAL HERO GEOMETRY FIX — no glyph clipping, no top gap, no CTA clipping. */
@media (min-width:901px){
  .heroReference{
    height:calc(100vh - 78px)!important;
    min-height:620px!important;
    max-height:none!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .heroReference .heroRefWrap{
    width:min(1440px,100%)!important;
    height:100%!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:0 28px!important;
    display:grid!important;
    grid-template-columns:50% 50%!important;
    gap:0!important;
    align-items:start!important;
  }
  .heroReference .heroRefCopy{
    align-self:start!important;
    padding:30px 28px 20px 0!important;
    max-width:700px!important;
    margin:0!important;
    z-index:5!important;
  }
  .heroReference .eyebrow{
    margin:0 0 10px!important;
    line-height:1.2!important;
  }
  .heroReference h1{
    font-size:clamp(42px,3.55vw,52px)!important;
    line-height:1.09!important;
    letter-spacing:-2.2px!important;
    max-width:680px!important;
    margin:0 0 14px!important;
    overflow:visible!important;
  }
  .heroReference .lead{
    font-size:15.5px!important;
    line-height:1.42!important;
    max-width:670px!important;
    margin:0!important;
  }
  .heroReference .heroPillars{
    margin:14px 0 0!important;
    gap:11px!important;
    max-width:680px!important;
  }
  .heroReference .heroProductCards{
    margin:14px 0 0!important;
    gap:12px!important;
    max-width:700px!important;
  }
  .heroReference .heroProduct{
    height:96px!important;
    min-height:96px!important;
    padding:14px 18px!important;
  }
  .heroReference .heroProduct strong{
    font-size:26px!important;
    line-height:1.08!important;
  }
  .heroReference .heroProduct span{
    font-size:11.5px!important;
    line-height:1.2!important;
    margin-top:4px!important;
  }
  .heroReference .heroRefVisual{
    position:relative!important;
    align-self:start!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    overflow:hidden!important;
    border-radius:0 0 0 90px!important;
    background:#eaf3f9!important;
    z-index:2!important;
  }
  .heroReference .heroRefVisual img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    max-height:none!important;
    object-fit:initial!important;
    object-position:top center!important;
    margin:0!important;
    transform:none!important;
  }
}

@media (min-width:901px) and (max-height:760px){
  .heroReference .heroRefCopy{padding-top:22px!important}
  .heroReference h1{font-size:46px!important;line-height:1.08!important;margin-bottom:12px!important}
  .heroReference .lead{font-size:14.5px!important;line-height:1.38!important}
  .heroReference .heroPillars{margin-top:11px!important}
  .heroReference .heroProductCards{margin-top:11px!important}
  .heroReference .heroProduct{height:88px!important;min-height:88px!important}
  .heroReference .heroProduct strong{font-size:24px!important}
}

@media (max-width:900px){
  .heroReference{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0!important}
  .heroReference .heroRefWrap{height:auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;padding:0!important}
  .heroReference .heroRefCopy{order:1!important;padding:28px 5% 20px!important;width:100%!important;max-width:none!important;margin:0!important}
  .heroReference h1{font-size:clamp(36px,7.4vw,50px)!important;line-height:1.08!important;letter-spacing:-1.7px!important;margin-bottom:14px!important;overflow:visible!important}
  .heroReference .lead{font-size:16px!important;line-height:1.45!important;max-width:720px!important}
  .heroReference .heroPillars{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important;margin-top:18px!important}
  .heroReference .heroProductCards{grid-template-columns:1fr!important;gap:10px!important;margin-top:18px!important}
  .heroReference .heroProduct{height:auto!important;min-height:96px!important;padding:15px 17px!important}
  .heroReference .heroRefVisual{order:2!important;width:100%!important;height:auto!important;aspect-ratio:auto!important;overflow:hidden!important;border-radius:0 0 0 45px!important;margin:0!important;padding:0!important;background:#eaf3f9!important}
  .heroReference .heroRefVisual img{display:block!important;width:100%!important;height:auto!important;object-fit:initial!important;object-position:top center!important}
}

@media (max-width:600px){
  .heroReference .heroRefCopy{padding:24px 5% 18px!important}
  .heroReference h1{font-size:35px!important;line-height:1.08!important;letter-spacing:-1.5px!important}
  .heroReference .lead{font-size:15px!important;line-height:1.45!important}
  .heroReference .heroPillars{margin-top:16px!important}
  .heroReference .heroProductCards{margin-top:16px!important}
  .heroReference .heroProduct{min-height:92px!important;padding:14px 15px!important}
  .heroReference .heroProduct strong{font-size:24px!important}
}

/* ROOT FIX: content-height hero, no artificial blank area, and safe H1 descenders */
@media (min-width:901px){
  .heroReference{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:0 0 34px!important;
    overflow:visible!important;
  }
  .heroReference .heroRefWrap{
    height:auto!important;
    min-height:0!important;
    width:min(1440px,94%)!important;
    padding:34px 28px 0!important;
    grid-template-columns:50% 50%!important;
    align-items:center!important;
  }
  .heroReference .heroRefCopy{
    align-self:center!important;
    padding:0 28px 0 0!important;
  }
  .heroReference h1{
    font-size:clamp(40px,3.35vw,52px)!important;
    line-height:1.10!important;
    letter-spacing:-2.1px!important;
    margin:0 0 14px!important;
    overflow:visible!important;
  }
  .heroReference h1 span{
    display:block!important;
    padding-bottom:5px!important;
    overflow:visible!important;
  }
  .heroReference .lead{line-height:1.42!important}
  .heroReference .heroRefVisual{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    margin:0!important;
    overflow:visible!important;
    border-radius:0 0 0 80px!important;
    background:#eaf3f9!important;
  }
  .heroReference .heroRefVisual img{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
  .heroReference .heroPillars{margin-top:17px!important}
  .heroReference .heroProductCards{margin-top:17px!important}
  .heroReference .heroProduct{height:94px!important;min-height:94px!important}
}

@media (max-width:900px){
  .heroReference{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0 0 24px!important;
  }
  .heroReference .heroRefWrap{
    height:auto!important;
    min-height:0!important;
  }
  .heroReference h1{
    line-height:1.10!important;
    overflow:visible!important;
  }
  .heroReference h1 span{
    display:block!important;
    padding-bottom:4px!important;
    overflow:visible!important;
  }
  .heroReference .heroRefVisual{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    aspect-ratio:auto!important;
  }
  .heroReference .heroRefVisual img{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    max-height:none!important;
    object-fit:contain!important;
  }
}
.hbr{display:none}@media(max-width:600px){.hbr{display:inline}.heroReference h1{font-size:32px!important;line-height:1.08!important}}@media(max-width:380px){.heroReference h1{font-size:29px!important}}
/* --- Refined About / CTA / Footer --- */
.site-cta{padding:42px 0;background:#102b56 url("assets/about-cta-reference.jpg") right center/auto 100% no-repeat;color:#fff;position:relative;overflow:hidden}
.site-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#102b56 0%,#102b56 42%,rgba(16,43,86,.90) 64%,rgba(16,43,86,.18) 100%);pointer-events:none}
.site-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;z-index:1}
.site-cta .eyebrow{color:#ffcf8c;margin-bottom:8px}
.site-cta h2{font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-1.5px;margin:0 0 8px;color:#fff}
.site-cta p{margin:0;color:#d9e0ea;font-size:14px;max-width:650px}
.site-cta .btn{white-space:nowrap}
.site-footer{background:#0d2039;color:#d7deea;padding:46px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr 1.25fr;gap:28px}
.footer-brand img{width:145px;display:block;margin-bottom:8px}
.footer-brand small{color:#aeb9c9;font-size:11px;line-height:1.5;display:block;max-width:250px}
.footer-col h4{margin:0 0 13px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:1.2px}
.footer-col a{display:block;color:#b9c5d5;font-size:12px;margin:8px 0}
.footer-col a:hover{color:#fff}
.footer-contact{font-size:12px;color:#b9c5d5;line-height:1.7}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:10px;color:#94a3b8}
.footer-legal{display:flex;gap:14px;flex-wrap:wrap}
.footer-legal a{color:#aeb9c9}
@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr)}.site-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.site-cta{padding:34px 0}}


/* Cleaned effyPitch module pages */
.moduleHero .btn.primary{margin-top:24px}
.moduleCTA{display:flex;align-items:center;justify-content:space-between;gap:24px}
@media(max-width:900px){.moduleHeroGrid,.moduleSplit{grid-template-columns:1fr!important}.moduleImage{margin-top:24px}.moduleCTA{flex-direction:column;align-items:flex-start}.moduleHero h1{font-size:clamp(42px,8vw,76px)}}
@media(max-width:640px){.moduleKicker{flex-wrap:wrap}.moduleGrid3{grid-template-columns:1fr!important}.showcaseHero{grid-template-columns:1fr!important}.stepsGrid{grid-template-columns:1fr!important}.moduleHero{padding-top:56px!important;padding-bottom:56px!important}}

/* Footer logo supplied by user: transparent, sized consistently */
.site-footer .footer-brand img[src*="effyBiz-footer-user-transparent"]{
  width:190px; height:auto; display:block; object-fit:contain;
  background:transparent; padding:0; border:0;
}
@media(max-width:760px){
  .site-footer .footer-brand img[src*="effyBiz-footer-user-transparent"]{width:165px}
}

/* Header logo: restore approved header artwork and make it more prominent */
.brandLogo img{width:178px!important;height:auto!important}
@media(max-width:760px){.brandLogo img{width:154px!important}}
/* Footer reversed logo */
.site-footer .footer-brand img[src*="effyBiz-footer-white-transparent"]{
  width:190px;height:auto;display:block;object-fit:contain;background:transparent;padding:0;border:0;
}
@media(max-width:760px){
  .site-footer .footer-brand img[src*="effyBiz-footer-white-transparent"]{width:165px}
}

.footer-origin{
  width:100%;
  text-align:center;
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#ffffff;
  font-size:11px;
  font-weight:600;
  letter-spacing:.15px;
}
@media(max-width:560px){
  .footer-origin{
    font-size:10px;
    line-height:1.5;
    padding:12px 8px 0;
  }
}

/* Exact user-supplied reversed footer logo */
.site-footer .footer-brand img[src*="effyBiz-footer-user-supplied-white-transparent"]{
  width:190px!important;
  height:auto!important;
  display:block!important;
  object-fit:contain;
  background:transparent!important;
  border:0!important;
  padding:0!important;
}
@media(max-width:760px){
  .site-footer .footer-brand img[src*="effyBiz-footer-user-supplied-white-transparent"]{
    width:165px!important;
  }
}

/* Fix hero product arrow controls: true circles at every viewport size */
.heroProduct em{
  width:40px!important;
  min-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  flex:0 0 40px!important;
  aspect-ratio:1 / 1!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  box-sizing:border-box!important;
  padding:0!important;
}
@media(max-width:650px){
  .heroProduct em{
    width:36px!important;
    min-width:36px!important;
    height:36px!important;
    min-height:36px!important;
    flex-basis:36px!important;
    aspect-ratio:1 / 1!important;
  }
}

/* =========================================================
   v18 visual refinement — consistent typography + stronger cards
   ========================================================= */
:root{
  --card-radius:18px;
  --card-shadow:0 10px 30px rgba(16,36,74,.07);
}

/* Keep the hierarchy strong without oversized headlines. */
.section{padding:52px 0}
.sectionHead{max-width:820px;margin-bottom:28px}
.sectionHead h2{font-size:clamp(30px,3.05vw,40px)!important;line-height:1.12;letter-spacing:-1.25px;margin-bottom:10px}
.sectionHead p{font-size:15px;line-height:1.6;margin:0}
.eyebrow{font-size:10.5px;letter-spacing:1.7px;margin-bottom:11px}

/* Homepage hero — slightly more controlled than the previous oversized treatment. */
.hero{padding:64px 0 54px}
.hero h1{font-size:clamp(40px,4.25vw,56px)!important;line-height:1.06;letter-spacing:-2.1px;margin-bottom:17px}
.hero .lead{font-size:16px;line-height:1.62}

/* Consistent card language across the site. */
.solutionCard,
.infoCard,
.industry,
.flowCard,
.partnerFeature,
.compareCard,
.extraCard,
.moduleFeature,
.price,
.outcome{
  border-radius:var(--card-radius);
  box-shadow:var(--card-shadow);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.solutionCard:hover,
.infoCard:hover,
.industry:hover,
.flowCard:hover,
.partnerFeature:hover,
.compareCard:hover,
.extraCard:hover,
.moduleFeature:hover,
.price:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 38px rgba(16,36,74,.10);
}

/* Make the generic three-card sections feel designed, not like plain boxes. */
.cards3{gap:18px}
.infoCard{
  position:relative;
  padding:23px 22px 21px;
  min-height:176px;
  overflow:hidden;
  background:linear-gradient(145deg,#fff 0%,#fff 78%,#fff8f3 100%);
}
.infoCard:before,
.industry:before,
.moduleFeature:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,var(--burg),var(--orange));
}
.infoCard .icon{width:42px;height:42px;border-radius:12px;margin-bottom:16px;font-size:17px}
.infoCard b{display:block;font-size:17px;line-height:1.3;margin-bottom:6px}
.infoCard p{font-size:13.5px;line-height:1.55;margin:0;color:var(--muted)}

/* Industry cards: clearer title/body proportions. */
.industries{gap:14px}
.industry{position:relative;padding:19px 17px 18px;min-height:145px;overflow:hidden}
.industry .icon{width:38px;height:38px;margin-bottom:12px}
.industry b{display:block;font-size:15px;line-height:1.3}
.industry p{font-size:12px;line-height:1.5;margin-top:6px}

/* Direct / indirect solution cards. */
.solutionCards{gap:20px}
.solutionCard{padding:24px}
.solutionCard h3{font-size:22px;line-height:1.2;letter-spacing:-.5px;margin:5px 0 8px}
.solutionCard p{font-size:13.5px;line-height:1.58;margin:0}
.solutionCard .tagline{font-size:10.5px;letter-spacing:1.2px}
.miniGraph{height:76px;margin-top:16px}

/* Product/detail cards. */
.moduleGrid3,.flow,.partnerGrid,.compareStrip{gap:16px}
.moduleFeature{padding:21px;min-height:182px}
.moduleFeature h3,.flowCard h3{font-size:18px;line-height:1.3;letter-spacing:-.25px}
.moduleFeature p,.flowCard p,.partnerFeature p,.compareCard p{font-size:13px;line-height:1.55}
.flowCard{padding:21px}
.flowCard h3{margin:7px 0}
.partnerFeature{padding:20px}
.partnerFeature b,.compareCard b{font-size:16px;line-height:1.3}
.compareCard{padding:20px}
.compareCard p{margin:7px 0 12px}

/* Outcome cards: compact but readable. */
.outcomeGrid{gap:14px}
.outcome{padding:20px}
.outcome b{font-size:21px}
.outcome span{font-size:12.5px;line-height:1.5;margin-top:4px}

/* Pricing: retain the card structure while reducing visual bulk. */
.priceGrid{gap:18px}
.price{padding:24px}
.price p{font-size:13px;line-height:1.55}
.priceLine{font-size:13px;padding:10px 0}

/* Module hero/detail typography should belong to the same family/scale. */
.moduleHero{padding:54px 0 42px}
.moduleHero h1{font-size:clamp(40px,4.4vw,56px)!important;line-height:1.05;letter-spacing:-2px}
.moduleHead h2{font-size:clamp(30px,3.05vw,40px)!important;line-height:1.12;letter-spacing:-1.25px}

/* Keep body copy readable and consistent in dense feature areas. */
.practiceCopy h2{font-size:clamp(30px,3.2vw,42px)!important;line-height:1.1;letter-spacing:-1.3px}
.extraCard{padding:19px;min-height:165px}
.extraCard b{font-size:15px;line-height:1.35}
.extraCard p{font-size:12.5px;line-height:1.55}

/* Desktop breathing room: reduce oversized vertical gaps. */
.sectionCtaRight{margin-top:22px}

@media(max-width:900px){
  .section{padding:44px 0}
  .sectionHead h2{font-size:34px!important}
  .hero{padding:52px 0 45px}
  .hero h1{font-size:clamp(38px,7vw,50px)!important}
  .cards3,.solutionCards{gap:14px}
}
@media(max-width:650px){
  .section{padding:38px 0}
  .sectionHead{margin-bottom:22px}
  .sectionHead h2{font-size:29px!important;letter-spacing:-.8px}
  .sectionHead p{font-size:14px}
  .hero{padding:42px 0 38px}
  .hero h1{font-size:36px!important;letter-spacing:-1.3px}
  .hero .lead{font-size:15px}
  .cards3,.solutionCards,.moduleGrid3,.flow,.partnerGrid{grid-template-columns:1fr}
  .infoCard{min-height:0;padding:20px}
  .industry{min-height:0}
  .moduleHero h1{font-size:36px!important}
  .moduleHead h2{font-size:29px!important}
}


/* ===== v19 global visual refinement ===== */
/* One header treatment across every page: match the homepage. */
header{height:78px!important;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}
.nav{height:100%;display:flex;align-items:center;justify-content:space-between}
.brandLogo{display:block;flex:0 0 auto}
.brandLogo>span{display:flex;flex-direction:column;align-items:flex-start}
.brandLogo img{display:block;width:205px!important;height:auto!important;max-height:62px;object-fit:contain}
.brandLogo small{display:block;font-size:11px;line-height:1.15;color:var(--burg);font-weight:800;margin-top:2px;letter-spacing:.05px}
.site-header .brand img,.site-header .brandLogo img{width:205px!important;height:auto!important;max-height:62px;object-fit:contain}
.site-header .brand{display:flex;flex-direction:column;align-items:flex-start}
.site-header .brand:after{content:'Enable people. Multiply growth.';font-size:11px;line-height:1.15;color:var(--burg);font-weight:800;margin-top:2px}
.site-header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:#53627a}
.site-header nav a:hover,.site-header nav a.active{color:var(--burg)}
.site-header .nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}
.site-header .navcta{background:var(--burg);color:#fff;padding:12px 19px;border-radius:11px;font-weight:850}

/* Typography: tighter, more consistent hierarchy. */
.sectionHead h2{font-size:clamp(30px,3.15vw,42px)!important;line-height:1.1!important;letter-spacing:-1.45px!important}
.sectionHead p{font-size:15px!important;line-height:1.55}
.infoCard,.flowCard,.partnerFeature,.industry,.outcome,.solutionCard{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.infoCard:hover,.flowCard:hover,.partnerFeature:hover,.industry:hover,.solutionCard:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(16,36,74,.09);border-color:#ddd7d3}
.infoCard{padding:24px!important;min-height:170px}
.infoCard b{font-size:17px!important;line-height:1.25;display:block}
.infoCard p{font-size:14px!important;line-height:1.55!important}
.industry{padding:19px!important}
.industry b{font-size:15px!important}
.industry p{font-size:12px!important;line-height:1.45}
.flowCard{padding:24px!important}
.flowCard h3{font-size:22px!important}
.flowCard p{font-size:14px!important;line-height:1.55}
.partnerFeature{padding:23px!important}
.partnerFeature b{font-size:17px!important}
.partnerFeature p{font-size:13px!important;line-height:1.5}
.outcome{padding:23px!important}
.outcome b{font-size:23px!important}
.outcome span{font-size:13px!important;line-height:1.45}

/* ===== Pricing v19 ===== */
.pricing-v11 .pricingHero{padding:44px 0 28px!important}
.pricing-v11 .pricingHero h1{font-size:clamp(40px,4vw,50px)!important;line-height:1.07!important;letter-spacing:-2px!important;max-width:820px!important;margin-bottom:12px!important}
.pricing-v11 .pricingHero .lead{font-size:16px!important;line-height:1.55!important;max-width:760px}
.pricing-toolbar{margin-top:25px!important;padding:10px;background:#fff;border:1px solid #eadfd9;border-radius:18px;box-shadow:0 10px 30px rgba(37,27,23,.055);display:grid!important;grid-template-columns:1.25fr 1fr auto;gap:10px;align-items:center}
.pricing-toolbar>div{min-width:0}
.product-switch,.mode-switch,.currency-switch{display:flex!important;width:100%;padding:3px!important;background:#f7f2ef!important;border:1px solid #e8ddd6!important;border-radius:13px!important}
.product-switch button,.mode-switch button,.currency-switch button{min-height:48px;padding:9px 14px!important;border-radius:10px!important}
.product-switch button{flex:1;text-align:left}
.product-switch button span{font-size:9px!important;letter-spacing:.1em}
.product-switch button strong{font-size:15px!important}
.mode-switch button{flex:1;font-size:13px!important}
.currency-wrap{justify-content:flex-end!important;gap:8px!important;white-space:nowrap}
.currency-switch{width:auto!important}
.currency-switch button{min-width:62px;font-size:12px!important}
.pricing-area{padding:34px 0 62px!important}
.price-head{margin-bottom:20px!important}
.price-head h2{font-size:27px!important;line-height:1.15!important}
.price-head p{font-size:14px!important}
.price-grid{gap:16px!important}
.price-card{padding:24px!important;border-radius:19px!important;min-height:395px!important;box-shadow:0 9px 28px rgba(37,27,23,.055)!important}
.price-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(37,27,23,.10)!important}
.price-card h3{font-size:24px!important}
.price-card .audience{font-size:13px!important;line-height:1.45;min-height:38px}
.price-main strong{font-size:34px!important}
.price-main small{font-size:11px!important}
.price-year{font-size:12px!important}
.price-card li{font-size:13px!important;line-height:1.48!important;padding:5px 0 5px 19px!important}
.price-card .btn{font-size:13px!important;padding:12px 16px!important}
.module-grid-v11{gap:16px!important}
.module-card-v11{padding:23px!important;border-radius:18px!important;box-shadow:0 8px 25px rgba(37,27,23,.05)!important}
.module-card-v11:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(37,27,23,.10)!important}
.module-card-v11 h3{font-size:21px!important}
.module-card-v11 p{font-size:13px!important;line-height:1.55!important}
.price-bottom-cta{margin-top:32px!important;padding:24px 26px!important;border-radius:18px!important}
.price-bottom-cta h3{font-size:21px!important}

@media(max-width:1050px){
 .pricing-toolbar{grid-template-columns:1fr 1fr}
 .currency-wrap{grid-column:1/-1;justify-content:flex-end!important}
}
@media(max-width:760px){
 header{height:auto!important}
 .nav{min-height:70px}
 .brandLogo img,.site-header .brand img{width:178px!important}
 .brandLogo small,.site-header .brand:after{font-size:10px}
 .pricing-toolbar{grid-template-columns:1fr;padding:9px}
 .currency-wrap{grid-column:auto;justify-content:space-between!important}
 .product-switch button,.mode-switch button{min-height:44px}
 .pricing-v11 .pricingHero h1{font-size:38px!important;letter-spacing:-1.5px!important}
 .price-card{min-height:0!important}
}


/* Pricing controls: clear hierarchy instead of stacked-looking tabs. */
.pricing-toolbar{grid-template-columns:1.55fr 1fr auto!important;gap:18px!important;padding:14px 16px!important}
.pricing-control{min-width:0}
.control-label{font-size:9px;letter-spacing:1.35px;font-weight:900;color:#8c6d72;margin:0 0 6px 2px}
.product-switch,.mode-switch,.currency-switch{box-shadow:none!important}
.product-switch button{min-height:54px!important;padding:8px 15px!important}
.product-switch button.active{box-shadow:0 5px 14px rgba(38,25,20,.09)!important}
.mode-switch button{min-height:54px!important;font-size:13px!important}
.currency-switch button{min-height:46px!important}
.currency-control{display:flex;flex-direction:column;align-items:flex-end}

/* Unified card language: stronger visual anchors, readable type and consistent depth. */
.infoCard,.industry,.flowCard,.partnerFeature,.outcome,.solutionCard,.module-card-v11,.price-card{overflow:hidden}
.infoCard:before,.industry:before,.flowCard:before,.partnerFeature:before,.solutionCard:before,.module-card-v11:before,.price-card:before{content:"";display:block;position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--burg),var(--orange));opacity:.95}
.infoCard,.industry,.flowCard,.partnerFeature,.solutionCard,.module-card-v11,.price-card{position:relative}
.infoCard .icon{width:46px!important;height:46px!important;border-radius:14px!important;margin-bottom:17px!important;font-size:19px!important}
.infoCard p,.industry p,.flowCard p,.partnerFeature p{max-width:100%}
.solutionCard{padding:25px!important}
.solutionCard h3{font-size:25px!important;line-height:1.2}
.solutionCard p{font-size:14px!important;line-height:1.55}

@media(max-width:1050px){
 .pricing-toolbar{grid-template-columns:1fr 1fr!important}
 .currency-control{grid-column:1/-1;align-items:flex-start}
}
@media(max-width:760px){
 .pricing-toolbar{grid-template-columns:1fr!important;gap:10px!important}
 .currency-control{grid-column:auto;align-items:stretch}
 .product-switch button,.mode-switch button{min-height:48px!important}
 .currency-switch{width:100%!important}
 .currency-switch button{flex:1}
}

/* Footer legal row: copyright left, company statement centered, legal links right */
.site-footer .footer-bottom{
  display:grid;
  grid-template-columns:minmax(220px,1fr) auto minmax(420px,1fr);
  align-items:center;
  gap:24px;
  width:100%;
}
.site-footer .footer-copy{justify-self:start;white-space:nowrap}
.site-footer .footer-origin{
  width:auto;
  margin:0;
  padding:0;
  border:0;
  text-align:center;
  color:#fff;
  font-size:12px;
  font-weight:600;
  line-height:1.4;
  white-space:nowrap;
}
.site-footer .footer-legal{
  justify-self:end;
  justify-content:flex-end;
  align-items:center;
  gap:20px;
}
@media(max-width:1100px){
  .site-footer .footer-bottom{grid-template-columns:1fr;gap:12px;text-align:center}
  .site-footer .footer-copy,.site-footer .footer-origin,.site-footer .footer-legal{justify-self:center}
  .site-footer .footer-copy{white-space:normal}
  .site-footer .footer-legal{justify-content:center}
}
@media(max-width:560px){
  .site-footer .footer-bottom{gap:10px}
  .site-footer .footer-origin{font-size:10px;white-space:normal;padding:0 8px}
  .site-footer .footer-legal{gap:10px 14px}
}

/* Solutions dropdown — desktop hover + click-to-stay-open UX */
.dropdown{position:relative}
.dropdownMenu{top:calc(100% + 8px);z-index:100}
.dropdownMenu::before{content:"";position:absolute;left:0;right:0;top:-10px;height:12px}
.dropdownMenu .dropItem{transition:background .15s ease,transform .15s ease,box-shadow .15s ease}
.dropdownMenu .dropItem:hover{background:#fff5f1;transform:translateX(2px);box-shadow:0 4px 14px rgba(16,36,74,.06)}
.dropdown.is-open .dropdownMenu{opacity:1;pointer-events:auto;transform:none}
@media (min-width:761px){.dropdown:hover .dropdownMenu,.dropdown:focus-within .dropdownMenu,.dropdown.is-open .dropdownMenu{opacity:1;pointer-events:auto;transform:none}}
@media (max-width:760px){.dropdownMenu{top:auto}.dropdown.is-open .dropdownMenu{display:block;opacity:1;pointer-events:auto;transform:none}}


/* ===== Final visual polish: consistent hierarchy + stronger cards + hero highlights ===== */
/* Keep the homepage hero to three intentional lines on laptop/desktop. */
@media (min-width:1201px){
  .heroRefWrap{grid-template-columns:49% 51%!important;width:min(1380px,94%)!important}
  .heroRefCopy{max-width:710px!important}
  .heroReference h1{font-size:clamp(46px,3.3vw,54px)!important;max-width:690px!important;line-height:1.03!important;letter-spacing:-2.35px!important}
}
@media (min-width:901px) and (max-width:1200px){
  .heroRefWrap{grid-template-columns:50% 50%!important}
  .heroReference h1{font-size:46px!important;max-width:650px!important;line-height:1.04!important;letter-spacing:-2px!important}
}

/* Same highlight language as the homepage hero on the product heroes. */
.heroGrid h1 span{
  background:linear-gradient(90deg,#a71943 0%,#e21f3f 48%,#ff7a21 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.heroGrid h1{font-size:clamp(42px,4vw,54px)!important;line-height:1.04!important;letter-spacing:-2.25px!important;max-width:700px!important}
.heroGrid .lead{font-size:16px!important;line-height:1.5!important}

/* More consistent section typography across the site. */
.sectionHead h2{font-size:clamp(31px,3vw,40px)!important;line-height:1.1!important;letter-spacing:-1.55px!important}
.sectionHead p{font-size:15.5px!important;line-height:1.55!important}

/* Make the three homepage capability cards feel like intentional visual anchors. */
.cream .cards3{gap:18px!important}
.cream .infoCard{
  min-height:190px!important;padding:26px 25px 24px!important;border-radius:22px!important;
  background:linear-gradient(145deg,#fff 0%,#fff 70%,#fff8f5 100%)!important;
  box-shadow:0 12px 30px rgba(16,36,74,.065)!important;
  border:1px solid #e7e3e3!important;
}
.cream .infoCard:nth-child(2){background:linear-gradient(145deg,#fff 0%,#fff 70%,#fffaf0 100%)!important}
.cream .infoCard:nth-child(3){background:linear-gradient(145deg,#fff 0%,#fff 70%,#fff5f7 100%)!important}
.cream .infoCard:before{height:4px!important;background:linear-gradient(90deg,var(--burg),var(--orange))!important}
.cream .infoCard:nth-child(2):before{background:linear-gradient(90deg,var(--orange),var(--gold))!important}
.cream .infoCard:nth-child(3):before{background:linear-gradient(90deg,var(--burg2),var(--burg))!important}
.cream .infoCard .icon{
  width:52px!important;height:52px!important;border-radius:16px!important;margin-bottom:19px!important;
  color:#fff!important;font-size:20px!important;box-shadow:0 8px 18px rgba(16,36,74,.10)!important;
}
.cream .infoCard:nth-child(1) .icon{background:linear-gradient(135deg,#bd174b,#e72b50)!important}
.cream .infoCard:nth-child(2) .icon{background:linear-gradient(135deg,#ff8a1f,#f6b52e)!important}
.cream .infoCard:nth-child(3) .icon{background:linear-gradient(135deg,#a71943,#d72b55)!important}
.cream .infoCard b{display:block!important;font-size:19px!important;line-height:1.25!important;color:var(--navy)!important;margin-bottom:7px!important}
.cream .infoCard p{font-size:14px!important;line-height:1.55!important;color:#61718a!important;margin:0!important;max-width:95%!important}
.cream .infoCard:hover{transform:translateY(-5px)!important;box-shadow:0 18px 38px rgba(16,36,74,.11)!important;border-color:#ded8d7!important}

/* Refine the growth-engine cards without disturbing their existing graphs. */
.growth-card{box-shadow:0 12px 34px rgba(16,36,74,.065)!important}
.growth-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(16,36,74,.10)!important}
.growth-pills>div{box-shadow:0 7px 18px rgba(16,36,74,.09)!important}
.growth-pills b{font-size:14px!important}
.growth-copy h3{font-size:30px!important;line-height:1.1!important}
.growth-copy p{font-size:15.5px!important;line-height:1.5!important}

/* Keep product hero headings visually related to the homepage, while remaining compact. */
@media(max-width:760px){
  .heroGrid h1{font-size:40px!important;letter-spacing:-1.7px!important}
  .sectionHead h2{font-size:31px!important}
  .cream .infoCard{min-height:0!important;padding:22px!important}
  .cream .infoCard b{font-size:18px!important}
  .cream .infoCard p{font-size:14px!important}
}

/* ===== v23: one consistent highlight language across editorial/product heroes ===== */
.about-ref h1 span, .sp-hero h1 span{
  background:linear-gradient(90deg,#a71943 0%,#e21f3f 48%,#ff7a21 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent!important;
}

/* v24 — effyPartner capability cards: clearer meaning, stronger visual hierarchy */
.partnerCapabilityGrid{grid-template-columns:repeat(3,1fr);gap:18px}
.partnerCapabilityGrid .capabilityCard{min-height:224px;padding:22px 22px 20px;border-radius:20px;background:linear-gradient(145deg,#fff 0%,#fffaf8 100%);box-shadow:0 10px 28px rgba(16,36,74,.055)}
.partnerCapabilityGrid .capabilityCard:after{content:"";position:absolute;right:-38px;bottom:-52px;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,rgba(255,181,46,.10),rgba(197,45,79,.08));pointer-events:none}
.capabilityTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}
.capabilityNo{font-size:10px;font-weight:900;letter-spacing:1.4px;color:#9aa4b5}
.partnerCapabilityGrid .icon{width:50px;height:50px;border-radius:15px;margin:0;box-shadow:inset 0 0 0 1px rgba(167,25,67,.07),0 7px 16px rgba(16,36,74,.06)}
.partnerCapabilityGrid .icon svg{width:25px;height:25px}
.partnerCapabilityGrid .icon.b{background:linear-gradient(145deg,#fde7ec,#fff2f1);color:var(--burg)}
.partnerCapabilityGrid .icon.o{background:linear-gradient(145deg,#fff0d9,#fff7eb);color:var(--orange)}
.partnerCapabilityGrid .icon.g{background:linear-gradient(145deg,#fff1df,#fff8ee);color:#bd294d}
.partnerCapabilityGrid b{display:block;font-size:18px;line-height:1.25;letter-spacing:-.25px;margin-bottom:8px;position:relative;z-index:1}
.partnerCapabilityGrid p{font-size:13.5px;line-height:1.55;color:var(--muted);margin:0;max-width:390px;position:relative;z-index:1}
.capabilityOutcome{display:inline-block;margin-top:14px;font-size:10px;font-weight:850;letter-spacing:.3px;color:var(--burg);position:relative;z-index:1}
.partnerCapabilityGrid .capabilityCard:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(16,36,74,.11);border-color:#decbd1}
@media(max-width:900px){.partnerCapabilityGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.partnerCapabilityGrid{grid-template-columns:1fr;gap:14px}.partnerCapabilityGrid .capabilityCard{min-height:0;padding:20px}.partnerCapabilityGrid .capabilityCard:hover{transform:none}}


/* FINAL RESPONSIVE NAV + ABOUT STORY CARD CORRECTIONS */
@media (max-width:760px){
  header{height:auto!important;padding:0!important;}
  header .nav{
    width:92%;
    min-height:70px!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto;
    grid-template-areas:
      "brand cta toggle"
      "menu menu menu";
    align-items:center;
    column-gap:10px;
    row-gap:0;
    flex-wrap:nowrap!important;
    padding:0;
  }
  header .brandLogo{grid-area:brand;min-width:0;display:block!important;}
  header .brandLogo>span{display:flex!important;flex-direction:column!important;align-items:flex-start!important;}
  header .brandLogo img{width:178px!important;max-width:100%;height:auto!important;max-height:none!important;object-fit:contain;}
  header .brandLogo small{font-size:10px!important;line-height:1.1!important;margin-top:1px!important;white-space:nowrap;}
  header .navcta{grid-area:cta;order:initial!important;margin:0!important;white-space:nowrap;padding:10px 13px!important;font-size:11px!important;border-radius:10px!important;}
  header .mobileToggle{
    grid-area:toggle;
    order:initial!important;
    display:inline-flex!important;
    width:42px!important;
    height:42px!important;
    padding:9px!important;
    margin:0!important;
    flex:0 0 42px!important;
  }
  header .navlinks{
    grid-area:menu;
    order:initial!important;
    width:100%!important;
    min-width:0;
    margin:0!important;
    padding:8px 0 10px!important;
  }
  header .navlinks:not(.open){display:none!important;}
  header .navlinks.open{display:flex!important;}
  header .dropdownMenu{display:none!important;position:static!important;width:100%!important;margin:3px 0 5px!important;}
  header .dropdown.is-open .dropdownMenu{display:block!important;opacity:1!important;pointer-events:auto!important;transform:none!important;}
  header .dropdown:hover .dropdownMenu{display:none!important;}
  header .dropdown.is-open:hover .dropdownMenu{display:block!important;}
  header .dropItem{display:flex!important;align-items:flex-start!important;gap:10px!important;}
}

/* About Us: keep the product logo, audience title and description in a clean hierarchy. */
.about-ref .story-card{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:24px!important;
  row-gap:8px!important;
  align-items:center!important;
  min-height:150px;
}
.about-ref .story-card img{
  grid-column:1!important;
  grid-row:1!important;
  width:170px!important;
  max-width:100%!important;
  height:auto!important;
  max-height:66px!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0!important;
}
.about-ref .story-card>b{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  display:block!important;
  font-size:18px!important;
  line-height:1.25!important;
  margin:0!important;
  color:#102b56!important;
}
.about-ref .story-card>p{
  grid-column:1 / -1!important;
  grid-row:2!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.5!important;
}
@media(max-width:680px){
  .about-ref .story-card{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto!important;
    gap:10px!important;
    padding:20px!important;
    min-height:0!important;
  }
  .about-ref .story-card img{
    grid-column:1!important;
    grid-row:1!important;
    width:175px!important;
    max-width:100%!important;
    max-height:68px!important;
  }
  .about-ref .story-card>b{
    grid-column:1!important;
    grid-row:2!important;
    font-size:18px!important;
    line-height:1.3!important;
  }
  .about-ref .story-card>p{
    grid-column:1!important;
    grid-row:3!important;
    font-size:14px!important;
    line-height:1.5!important;
  }
}

/* =========================================================
   GLOBAL EFFYBIZ BREADCRUMBS
   Shared by the established pages and the newer platform pages.
   ========================================================= */
.site-breadcrumb{
  width:min(1180px,92%);
  min-height:48px;
  margin:0 auto;
  padding:0;
  display:flex;
  align-items:center;
  gap:9px;
  box-sizing:border-box;
  font-family:Poppins,"Segoe UI",Arial,sans-serif;
  font-size:13px;
  font-weight:500;
  color:#66738a;
  line-height:1.3;
  background:#fff;
}
.site-breadcrumb a{
  color:#66738a;
  text-decoration:none;
  white-space:nowrap;
  transition:color .18s ease;
}
.site-breadcrumb a:hover{color:#a71943}
.site-breadcrumb-sep{
  color:#a71943;
  font-size:18px;
  line-height:1;
  font-weight:600;
  flex:0 0 auto;
}
.site-breadcrumb-current{
  color:#172744;
  font-weight:600;
  white-space:nowrap;
}

/* Keep the breadcrumb visually separated from the page header/hero. */
header + .site-breadcrumb{
  border-top:0;
  border-bottom:1px solid #f0eceb;
}

@media(max-width:760px){
  .site-breadcrumb{
    width:100%;
    min-height:46px;
    padding:12px 5%;
    font-size:12px;
    gap:7px;
    overflow-x:auto;
    white-space:nowrap;
  }
}

/* =========================================================
   SPACE-PRESERVING BREADCRUMBS
   Breadcrumbs are informational navigation, not a new content band.
   They float at the top of the first section so the original page
   geometry/hero spacing is preserved.
   ========================================================= */
header + .site-breadcrumb{
  position:absolute!important;
  top:78px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:min(1180px,92%)!important;
  min-height:48px!important;
  height:48px!important;
  margin:0!important;
  padding:0!important;
  z-index:30!important;
  background:rgba(255,255,255,.94)!important;
  border:0!important;
  box-shadow:none!important;
  pointer-events:none;
}
header + .site-breadcrumb > *{pointer-events:auto}
header + .site-breadcrumb a,
header + .site-breadcrumb .site-breadcrumb-current{display:inline-flex;align-items:center;height:48px}

@media(max-width:760px){
  header + .site-breadcrumb{
    top:70px!important;
    width:100%!important;
    min-height:42px!important;
    height:42px!important;
    padding:0 5%!important;
    overflow-x:auto!important;
    white-space:nowrap!important;
  }
  header + .site-breadcrumb a,
  header + .site-breadcrumb .site-breadcrumb-current{height:42px}
}

/* ===== FINAL LAYOUT FIX: breadcrumbs removed site-wide =====
/* Breadcrumbs were adding/overlapping the hero geometry. Navigation is intentionally
   omitted from the production pages so the original space-optimized layouts remain intact. */
.site-breadcrumb{display:none!important}

/* Keep the About hero compact enough that the CTA/point cards never overlap the copy. */
.about-ref .ar-hero{min-height:520px!important}
.about-ref .ar-hero-grid{min-height:520px!important}
.about-ref .ar-copy{padding:34px 30px 24px 0!important;justify-content:center!important}
.about-ref h1{font-size:52px!important;line-height:1.01!important;margin-bottom:18px!important}
.about-ref .hero-desc{font-size:18px!important;line-height:1.48!important;margin-bottom:24px!important}
@media(max-width:1000px){
  .about-ref .ar-copy{padding:42px 0 28px!important}
}
@media(max-width:680px){
  .about-ref .ar-copy{padding:34px 0 24px!important}
  .about-ref h1{font-size:40px!important;line-height:1.02!important;margin-bottom:18px!important}
  .about-ref .hero-desc{font-size:16px!important;line-height:1.5!important;margin-bottom:22px!important}
}

/* effyPartner architecture + homepage overview */
.home-partner-platform{background:linear-gradient(135deg,#fff8f3 0%,#fff 58%,#fff0ea 100%);padding:72px 0 78px}
.home-pp-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}
.home-pp-head>div{max-width:820px}.home-pp-head h2{font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-2px;margin:0 0 12px}.home-pp-head p{max-width:780px;color:#60718c;font-size:17px;line-height:1.6;margin:0}.home-pp-head .btn{white-space:nowrap}
.home-pp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home-pp-grid a{display:block;padding:24px;border:1px solid #eadfe0;border-radius:18px;background:rgba(255,255,255,.84);transition:transform .18s,box-shadow .18s,border-color .18s}.home-pp-grid a:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(23,43,77,.08);border-color:#e4c8cf}.home-pp-grid span{display:block;color:#bd174b;font-size:12px;font-weight:900;letter-spacing:1px;margin-bottom:20px}.home-pp-grid b{display:block;font-size:18px;color:#172b4d;margin-bottom:7px}.home-pp-grid small{display:block;color:#60718c;font-size:12px;line-height:1.5}
.site-footer .footer-grid{grid-template-columns:1.35fr .75fr 1.05fr .75fr .75fr .95fr}.site-footer .footer-col a{font-size:12px;line-height:1.45}
@media(max-width:900px){.home-pp-head{align-items:flex-start;flex-direction:column}.home-pp-grid{grid-template-columns:1fr 1fr}.site-footer .footer-grid{grid-template-columns:1.3fr 1fr 1.2fr 1fr}}
@media(max-width:600px){.home-partner-platform{padding:55px 0 60px}.home-pp-head h2{font-size:34px}.home-pp-head p{font-size:15px}.home-pp-grid{grid-template-columns:1fr}.home-pp-head .btn{width:100%;justify-content:center}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}}

/* Home product architecture */
.home-sales-platform{background:#fff;padding:72px 0 78px;border-top:1px solid #eee5e1}
.home-sales-platform .sales-home-grid a{min-height:150px;box-sizing:border-box}
.home-sales-platform .home-pp-head h2{max-width:850px}
.site-footer .footer-grid{grid-template-columns:1.25fr .7fr 1fr 1.05fr .72fr .85fr 1fr}
@media(max-width:1100px){.site-footer .footer-grid{grid-template-columns:1.25fr .8fr 1fr 1.1fr .8fr .9fr}.site-footer .footer-grid .footer-col:last-child{grid-column:auto}}
@media(max-width:900px){.site-footer .footer-grid{grid-template-columns:1.3fr 1fr 1.1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}}
@media(max-width:600px){.home-sales-platform{padding:55px 0 60px}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}}

/* Home platform architecture cards are informational; only the platform View button navigates. */
.home-platform-card{display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;text-decoration:none;color:inherit;border:1px solid #eadfe0;border-radius:20px;background:#fff;padding:26px 24px;min-height:176px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.home-platform-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(23,43,77,.08);border-color:#e5cbd1}
.home-platform-card>span{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;background:#fde8ec;color:#bd174b;font-size:12px;font-weight:900;margin-bottom:20px}
.home-platform-card>b{color:#172b4d;font-size:20px;line-height:1.2}
.home-platform-card>small{display:block;color:#60718c;font-size:14px;line-height:1.5;margin-top:8px}
.home-sales-platform .home-pp-grid,.home-partner-platform .home-pp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
@media(max-width:700px){.home-sales-platform .home-pp-grid,.home-partner-platform .home-pp-grid{grid-template-columns:1fr}.home-platform-card{min-height:0;padding:21px 18px}.home-platform-card>span{width:36px;height:36px;margin-bottom:17px}.home-platform-card>b{font-size:18px}}
