:root {
  --ink: #061420;
  --navy: #071b2a;
  --navy-2: #09283b;
  --surface: #0b2738;
  --surface-2: #10374a;
  --paper: #f4f8f9;
  --white: #ffffff;
  --muted: #a9bdc9;
  --text: #eaf7f4;
  --green: #22f39a;
  --green-2: #0edb83;
  --teal: #08cfc9;
  --line: rgba(95, 236, 190, .22);
  --shadow: 0 18px 60px rgba(0, 0, 0, .28);
  --radius: 22px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--ink); color: var(--text); line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; color: #00150e; background: var(--green); border-radius: 9px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { background: linear-gradient(90deg, #0b3143, #05243a 50%, #063b36); border-bottom: 1px solid rgba(42, 241, 164, .22); font-size: .78rem; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar p { margin: 0; }
.spark { color: var(--green); margin-right: 7px; }
.topbar-secondary { color: #b9d9d5; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(3, 17, 28, .9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(53, 234, 176, .12); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: 220px 1fr 190px; align-items: center; gap: 24px; }
.brand { display: block; width: 212px; overflow: hidden; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 28px); }
.main-nav a { position: relative; text-decoration: none; color: #d8e8e8; font-size: .9rem; font-weight: 650; padding: 12px 0; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 3px; height: 2px; background: var(--green); transition: left .25s, right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.active::after { left: 0; right: 0; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active { color: var(--green); }
.asset-button { padding: 0; background: transparent; border: 0; filter: drop-shadow(0 0 0 rgba(26, 244, 153, 0)); transition: transform .25s, filter .25s; }
.asset-button:hover, .asset-button:focus-visible { transform: translateY(-2px) scale(1.02); filter: drop-shadow(0 0 18px rgba(26, 244, 153, .36)); outline: none; }
.header-cta { width: 190px; justify-self: end; }
.header-cta img { width: 100%; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; background: rgba(17, 72, 77, .7); border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green); border-radius: 99px; }

.section-dark { position: relative; background: var(--ink); }
.section-light { background: var(--paper); color: #0a1b2e; }
.eyebrow { margin: 0 0 12px; color: var(--green-2); font-weight: 850; letter-spacing: .17em; text-transform: uppercase; font-size: .78rem; }
.hero { min-height: 680px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid rgba(21, 238, 151, .18); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -210px; top: -130px; background: radial-gradient(circle, rgba(4, 240, 145, .19), transparent 65%); filter: blur(14px); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; left: -160px; bottom: -240px; background: radial-gradient(circle, rgba(0, 203, 212, .12), transparent 70%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(29, 221, 169, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 221, 169, .1) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent 0, black 42%, black 100%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .93fr) minmax(480px, 1.07fr); align-items: center; gap: 34px; padding-block: 66px 72px; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.5rem, 4.1vw, 4.55rem); line-height: .98; letter-spacing: -.045em; }
.hero h1 span { color: var(--green); text-shadow: 0 0 30px rgba(34, 243, 154, .16); }
.hero-lead { max-width: 660px; margin: 24px 0 0; color: #c8d9df; font-size: clamp(1rem, 1.25vw, 1.15rem); }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.hero-actions .asset-button { width: min(260px, 48%); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 23px 0 0; padding: 0; list-style: none; color: #c6dbd9; font-size: .84rem; }
.hero-trust li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; border: 1px solid var(--green); color: var(--green); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.hero-visual { position: relative; margin: 0; min-height: 490px; }
.hero-laptop { position: absolute; width: 94%; left: 0; bottom: 32px; animation: float 6s ease-in-out infinite; filter: drop-shadow(0 36px 44px rgba(0, 0, 0, .38)); }
.metric { position: absolute; z-index: 3; filter: drop-shadow(0 16px 28px rgba(0, 0, 0, .46)); animation: drift 7s ease-in-out infinite; }
.metric-organic { width: 40%; right: -1%; top: 3%; }
.metric-search { width: 35%; right: -4%; top: 34%; animation-delay: -2.1s; }
.metric-ai { width: 38%; right: 3%; bottom: 0; animation-delay: -3.8s; }
.hero-visual figcaption { position: absolute; left: 7%; bottom: 0; width: 54%; color: #8da7ad; font-size: .68rem; }

.proof-strip { background: linear-gradient(90deg, #082437, #0b3143 45%, #07382f); border-block: 1px solid rgba(26, 245, 154, .14); }
.proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); min-height: 104px; }
.proof-grid article { display: flex; align-items: center; gap: 13px; padding: 20px; border-right: 1px solid rgba(131, 224, 203, .16); }
.proof-grid article:last-child { border-right: 0; }
.proof-mark { color: var(--green); font-size: 1.75rem; font-weight: 300; }
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid strong { font-size: .88rem; }
.proof-grid small { color: #9db7bf; font-size: .72rem; margin-top: 2px; }

.services, .audiences { padding: 92px 0; }
.section-heading { margin-bottom: 34px; }
.section-heading h2, .why h2, .process h2, .final-cta h2, .faq h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.02; letter-spacing: -.04em; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.split-heading > p { margin: 0 0 3px; color: #4d6470; }
.section-dark .split-heading > p { color: #a9c0c8; }
.official-icon-strip { margin: 0 0 18px; padding: 0 12px; overflow: hidden; }
.official-icon-strip img { width: 100%; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.light-card { position: relative; min-height: 244px; padding: 30px; border: 1px solid #dbe8e9; background: rgba(255, 255, 255, .91); border-radius: 19px; box-shadow: 0 12px 32px rgba(13, 48, 62, .06); transition: transform .25s, box-shadow .25s, border-color .25s; }
.light-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(11, 69, 72, .12); border-color: rgba(9, 205, 129, .43); }
.light-card > span { color: #0ca86c; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.light-card h3 { margin: 14px 0 9px; font-size: 1.22rem; }
.light-card p { color: #4a5e6a; margin: 0 0 18px; }
.light-card a { position: absolute; left: 30px; bottom: 26px; color: #05744e; font-weight: 850; font-size: .88rem; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.why { padding: 92px 0; overflow: hidden; background: radial-gradient(circle at 80% 45%, rgba(0, 222, 137, .11), transparent 36%), #061725; }
.why-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.why-intro > p { margin: 0; color: #b3c7ce; max-width: 580px; }
.benefits-strip { margin-top: 28px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.dark-card { min-height: 150px; padding: 25px; border: 1px solid rgba(78, 211, 172, .22); border-radius: 17px; background: linear-gradient(145deg, rgba(12, 49, 69, .9), rgba(5, 29, 44, .9)); }
.dark-card h3 { color: #f2fbf8; margin: 0 0 9px; }
.dark-card p { color: #a9c0c8; margin: 0; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.audience-card { min-height: 190px; padding: 26px; border-radius: 18px; background: white; border: 1px solid #dfe9eb; overflow: hidden; position: relative; }
.audience-card b { position: absolute; right: 18px; top: 6px; color: rgba(9, 210, 132, .12); font-size: 4.8rem; line-height: 1; }
.audience-card h3 { position: relative; margin: 34px 0 8px; font-size: 1.2rem; }
.audience-card p { position: relative; color: #5a6e79; margin: 0; }

.results { padding: 90px 0 70px; background: linear-gradient(180deg, #061725, #08273a); }
.provisional-note { padding: 16px 18px; border: 1px solid rgba(37, 240, 158, .22); border-radius: 13px; background: rgba(15, 73, 68, .23); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { min-height: 300px; padding: 30px; border: 1px solid rgba(48, 223, 167, .24); border-radius: 20px; background: linear-gradient(145deg, rgba(14, 55, 72, .95), rgba(4, 25, 39, .95)); box-shadow: var(--shadow); }
.case-card > span { display: inline-block; padding: 6px 10px; color: var(--green); border: 1px solid rgba(34, 243, 154, .25); border-radius: 99px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.case-card h3 { margin: 22px 0 10px; font-size: 1.55rem; }
.case-card p, .case-card li { color: #b4c8cf; }
.case-card ul { padding-left: 18px; margin: 20px 0 0; }
.case-card li { margin: 5px 0; }

.process { padding: 70px 0 88px; background: #08273a; }
.process-title { display: grid; grid-template-columns: .45fr 1fr; align-items: end; gap: 30px; margin-bottom: 34px; }
.process-title .eyebrow { grid-column: 1; }
.process-title h2 { grid-column: 1 / -1; max-width: 820px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: step; }
.process-grid li { display: flex; gap: 15px; padding: 18px 24px; border-left: 1px solid rgba(98, 219, 189, .2); }
.process-grid li:first-child { border-left: 0; padding-left: 0; }
.process-grid span { flex: 0 0 42px; height: 42px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(34, 243, 154, .35); background: rgba(11, 84, 76, .3); border-radius: 12px; font-weight: 900; }
.process-grid h3 { margin: 0 0 7px; }
.process-grid p { color: #a9bfc7; margin: 0; font-size: .9rem; }

.investment { padding: 90px 0; background: radial-gradient(circle at 48% 47%, rgba(1, 214, 127, .1), transparent 37%), #061725; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; min-height: 470px; display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(73, 222, 174, .28); border-radius: 22px; background: linear-gradient(160deg, rgba(11, 52, 69, .96), rgba(3, 27, 41, .96)); }
.plan-card.featured { transform: translateY(-10px); border-color: var(--green); box-shadow: 0 0 0 1px rgba(34, 243, 154, .18), 0 18px 55px rgba(2, 236, 140, .12); }
.plan-kicker { margin: 0 0 12px; color: var(--green); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.plan-card h3 { margin: 0; font-size: 1.65rem; }
.price { margin: 19px 0; color: #e9fff6; font-size: 1.15rem; font-weight: 850; }
.plan-card ul { margin: 5px 0 28px; padding: 0; list-style: none; color: #b7cbd0; }
.plan-card li { margin: 10px 0; }
.plan-card li::before { content: "✓"; color: var(--green); margin-right: 9px; font-weight: 900; }
.plan-card button { margin-top: auto; min-height: 50px; border: 0; border-radius: 99px; background: linear-gradient(90deg, var(--green), #20df86); color: #03281b; font-weight: 900; box-shadow: 0 0 25px rgba(34, 243, 154, .2); }
.plan-card button:hover, .plan-card button:focus-visible { filter: brightness(1.08); transform: translateY(-2px); }
.ownership-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; margin-top: 28px; padding: 35px; border: 1px solid rgba(35, 245, 154, .38); border-radius: 23px; background: linear-gradient(115deg, rgba(5, 54, 57, .96), rgba(8, 29, 44, .96)); box-shadow: 0 0 45px rgba(17, 232, 139, .07); }
.ownership-card h3 { margin: 0 0 12px; font-size: 2rem; color: var(--green); }
.ownership-card p { margin-bottom: 0; color: #bbd0d1; }
.ownership-list { display: grid; gap: 10px; align-content: center; }
.ownership-list span { padding: 12px 16px; border-radius: 10px; background: rgba(7, 87, 73, .42); border: 1px solid rgba(46, 235, 164, .18); font-weight: 750; }

.testimonials { padding: 84px 0 44px; background: #061725; }
.testimonials-placeholder { min-height: 130px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 30px; text-align: center; border: 1px dashed rgba(53, 236, 171, .35); border-radius: 18px; color: #a9c3c8; }
.testimonials-placeholder span { color: var(--green); font-size: 1.6rem; }

.faq { padding: 80px 0 100px; background: #061725; }
.faq-layout { display: grid; grid-template-columns: .42fr .58fr; gap: 70px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro p:last-child { color: #a9c1c8; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid rgba(68, 217, 173, .22); border-radius: 14px; background: rgba(9, 44, 61, .7); overflow: hidden; }
.faq-list summary { position: relative; padding: 20px 58px 20px 22px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 15px; color: var(--green); font-size: 1.6rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: #a9c0c8; }

.final-cta { background: #061725; padding: 0 0 38px; }
.final-cta-inner { position: relative; min-height: 220px; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 20px; padding: 40px; overflow: hidden; border: 1px solid rgba(35, 245, 154, .42); border-radius: 24px; background: linear-gradient(100deg, #0a3940, #062b35 52%, #0b4f3d); box-shadow: 0 0 45px rgba(17, 232, 139, .1); }
.final-cta h2 { max-width: 640px; font-size: clamp(1.9rem, 3.2vw, 3rem); }
.final-cta p:not(.eyebrow) { color: #bad0d0; }
.final-actions { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.final-decor { position: absolute; width: 420px; right: -50px; bottom: -58px; opacity: .58; pointer-events: none; }

.footer { background: #03101a; border-top: 1px solid rgba(42, 238, 164, .14); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .9fr .9fr; gap: 45px; padding: 58px 0 42px; }
.footer-brand img { width: 280px; margin-bottom: 18px; }
.footer-brand p, .staging-note { color: #93aab2; font-size: .88rem; }
.footer h2 { margin: 0 0 15px; color: var(--green); font-size: 1rem; }
.footer a, .footer-contact { display: block; margin: 8px 0; color: #b6c9cf; text-decoration: none; font-size: .9rem; }
.footer a:hover, .footer a:focus-visible { color: var(--green); }
.footer-contact { padding: 0; background: none; border: 0; text-align: left; }
.footer-contact:hover, .footer-contact:focus-visible { color: var(--green); }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(120, 197, 182, .12); color: #7f98a2; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom button { padding: 0; color: inherit; background: none; border: 0; }
.footer-bottom span { margin: 0 8px; }

dialog { width: min(560px, calc(100% - 32px)); color: var(--text); border: 1px solid rgba(43, 242, 162, .42); border-radius: 22px; padding: 34px; background: linear-gradient(145deg, #0b3141, #041822); box-shadow: 0 30px 100px rgba(0, 0, 0, .7); }
dialog::backdrop { background: rgba(0, 10, 17, .8); backdrop-filter: blur(7px); }
.contact-dialog picture img { width: 270px; margin-bottom: 18px; }
.dialog-close { position: absolute; right: 14px; top: 11px; width: 38px; height: 38px; display: grid; place-items: center; color: #c9dcdc; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; font-size: 1.5rem; }
.dialog-eyebrow { margin: 0 0 7px; color: var(--green); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
dialog h2 { margin: 0 0 12px; font-size: 2rem; line-height: 1.1; }
dialog p { color: #b1c7cd; }
.dialog-choice { font-weight: 800; color: var(--green); }
.dialog-primary { min-height: 48px; padding: 0 20px; border: 0; border-radius: 99px; background: var(--green); color: #03261a; font-weight: 900; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes drift { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-7px,0); } }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 195px 1fr 172px; gap: 14px; }
  .brand { width: 190px; }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: .78rem; }
  .header-cta { width: 170px; }
  .hero-inner { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid article:nth-child(3) { border-right: 0; }
  .proof-grid article:nth-child(n+4) { border-top: 1px solid rgba(131, 224, 203, .16); }
  .service-grid, .benefit-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .process-grid li:nth-child(3) { border-left: 0; padding-left: 0; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 30px, var(--max)); }
  .topbar-secondary { display: none; }
  .topbar-inner { justify-content: center; text-align: center; }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .brand { width: 195px; }
  .menu-toggle { display: block; grid-column: 2; }
  .header-cta { display: none; }
  .main-nav { position: absolute; left: 15px; right: 15px; top: 69px; display: grid; gap: 0; padding: 12px; border: 1px solid rgba(51, 230, 170, .22); border-radius: 16px; background: rgba(3, 20, 31, .98); box-shadow: var(--shadow); transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: transform .2s, opacity .2s; }
  .main-nav.is-open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 12px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { text-align: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 470px; max-width: 670px; width: 100%; margin-inline: auto; }
  .split-heading, .why-intro, .faq-layout, .ownership-card, .final-cta-inner { grid-template-columns: 1fr; gap: 26px; }
  .case-grid, .plan-grid { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .faq-intro { position: static; }
  .final-actions { width: min(520px, 100%); }
  .final-decor { opacity: .24; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(100% - 24px, var(--max)); }
  .topbar { font-size: .67rem; }
  .site-header { position: sticky; }
  .hero-inner { gap: 16px; padding-block: 42px 48px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.65rem); }
  .hero-lead { font-size: .97rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .asset-button { width: min(330px, 86%); }
  .hero-trust { gap: 10px 14px; font-size: .74rem; }
  .hero-visual { min-height: 365px; margin-top: 8px; }
  .hero-laptop { width: 108%; left: -9%; bottom: 26px; }
  .metric-organic { width: 44%; top: 0; right: -2%; }
  .metric-search { width: 40%; top: 35%; right: -4%; }
  .metric-ai { width: 42%; bottom: 4px; right: -1%; }
  .hero-visual figcaption { width: 58%; left: 2%; font-size: .58rem; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .proof-grid article, .proof-grid article:nth-child(n+4) { min-height: 68px; padding: 12px 10px; border-right: 0; border-top: 1px solid rgba(131, 224, 203, .13); }
  .proof-grid article:first-child { border-top: 0; }
  .services, .audiences, .why, .results, .investment { padding: 68px 0; }
  .section-heading h2, .why h2, .process h2, .faq h2 { font-size: 2.2rem; }
  .official-icon-strip { width: calc(100% + 24px); margin-left: -12px; overflow-x: auto; scrollbar-width: thin; }
  .official-icon-strip picture { display: block; width: 780px; max-width: none; }
  .official-icon-strip img { width: 780px; max-width: none; }
  .service-grid, .benefit-grid, .audience-grid { grid-template-columns: 1fr; }
  .light-card { min-height: 220px; }
  .case-card { min-height: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(3) { padding: 18px 0; border-left: 0; border-top: 1px solid rgba(98, 219, 189, .18); }
  .process-grid li:first-child { border-top: 0; }
  .plan-card { min-height: 0; }
  .ownership-card { padding: 25px; }
  .final-cta-inner { padding: 30px 22px 130px; }
  .final-actions { grid-template-columns: 1fr; }
  .final-actions .asset-button { width: min(330px, 100%); }
  .final-decor { width: 340px; right: -70px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { padding: 18px 0; display: grid; text-align: center; justify-content: center; }
  dialog { padding: 30px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* BEGIN HORIZON TRUST COMMITMENTS */
.commitment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.commitment-card {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 30px 26px 28px;
  overflow: hidden;
  border: 1px solid rgba(23, 245, 150, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(11, 40, 51, 0.96),
      rgba(4, 20, 30, 0.96)
    );
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.commitment-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(
    90deg,
    #17f596,
    #09cfd0
  );
}

.commitment-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border: 1px solid rgba(23, 245, 150, 0.42);
  border-radius: 14px;
  color: #17f596;
  background: rgba(23, 245, 150, 0.08);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.commitment-card h3 {
  margin: 0 0 14px;
  color: #f4fbff;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  line-height: 1.2;
}

.commitment-card p {
  margin: 0;
  color: #aebfc8;
  font-size: 0.98rem;
  line-height: 1.68;
}

@media (max-width: 1040px) {
  .commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .commitment-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }

  .commitment-card {
    min-height: auto;
    padding: 26px 22px;
  }
}
/* END HORIZON TRUST COMMITMENTS */

/* BEGIN HORIZON PROJECT SHOWCASE */
.case-showcase-grid { grid-template-areas: "copy1 copy2 copy3" "preview1 preview2 preview3"; align-items: stretch; margin-top: 34px; }
.case-copy-1 { grid-area: copy1; }
.case-copy-2 { grid-area: copy2; }
.case-copy-3 { grid-area: copy3; }
.project-preview-1 { grid-area: preview1; }
.project-preview-2 { grid-area: preview2; }
.project-preview-3 { grid-area: preview3; }
.project-preview { min-width: 0; overflow: hidden; color: #f2fbf8; text-decoration: none; border: 1px solid rgba(48,223,167,.3); border-radius: 20px; background: linear-gradient(145deg,rgba(14,55,72,.98),rgba(4,25,39,.98)); box-shadow: var(--shadow); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.project-preview figure { display: grid; grid-template-rows: auto 1fr; height: 100%; margin: 0; }
.project-preview__media { display: block; aspect-ratio: 1.87/1; overflow: hidden; background: #020c13; border-bottom: 1px solid rgba(48,223,167,.24); }
.project-preview img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .35s ease; }
.project-preview figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 88px; padding: 18px 20px; }
.project-preview figcaption > span:first-child { display: grid; gap: 4px; min-width: 0; }
.project-preview strong { color: #f4fffb; font-size: 1rem; line-height: 1.25; }
.project-preview small { color: #9fbac2; font-size: .76rem; line-height: 1.35; }
.project-preview__action { flex: 0 0 auto; color: var(--green); font-size: .76rem; font-weight: 850; white-space: nowrap; }
.project-preview:hover,.project-preview:focus-visible { transform: translateY(-5px); border-color: rgba(34,243,154,.72); box-shadow: 0 22px 55px rgba(0,0,0,.3),0 0 32px rgba(34,243,154,.1); }
.project-preview:hover img,.project-preview:focus-visible img { transform: scale(1.025); }
.project-preview:focus-visible { outline: 3px solid rgba(34,243,154,.42); outline-offset: 4px; }
@media (max-width: 980px) {
  .case-showcase-grid { grid-template-columns: 1fr; grid-template-areas: "copy1" "preview1" "copy2" "preview2" "copy3" "preview3"; }
  .project-preview { width: min(720px,100%); margin-inline: auto; }
}
@media (max-width: 620px) {
  .case-showcase-grid { gap: 14px; margin-top: 26px; }
  .project-preview { border-radius: 16px; }
  .project-preview figcaption { align-items: flex-start; min-height: 0; padding: 16px; }
  .project-preview__action { font-size: .7rem; }
}
/* END HORIZON PROJECT SHOWCASE */
