:root {
  --bg: #f7f9f7;
  --surface: #ffffff;
  --surface-2: #eef3f7;
  --ink: #182735;
  --muted: #667482;
  --line: #dbe3e6;
  --blue: #1f58b8;
  --blue-deep: #143b82;
  --green: #0aa36f;
  --green-dark: #06764f;
  --gold: #d5ad4e;
  --gold-soft: #f4e9c6;
  --shadow: 0 22px 70px rgba(29, 49, 63, .10);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section--tint { background: linear-gradient(180deg, #eef3f7 0%, #f7f9f7 100%); }
.section--dark { background: #112333; color: #fff; overflow: hidden; }
.section--dark::before { content: ""; position: absolute; inset: -20% 50% auto -10%; height: 520px; background: radial-gradient(circle, rgba(24, 111, 196, .24), transparent 68%); }

.ambient { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: -1; opacity: .23; }
.ambient--green { background: #76d4ad; top: -180px; right: -120px; }
.ambient--gold { background: #ead58c; top: 40%; left: -240px; opacity: .18; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 249, 247, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 227, 230, .72);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 44px; height: 44px; object-fit: contain; border-radius: 12px; background: transparent; mix-blend-mode: normal; }
.brand-text { display: grid; line-height: .92; font-size: 17px; letter-spacing: .04em; }
.brand-text strong { color: #9d7a26; }
.brand-text em { color: var(--green-dark); font-style: normal; font-weight: 900; }
.main-nav { margin-inline: auto; display: flex; gap: 28px; color: #425260; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; padding: 28px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--green); transition: .25s ease; }
.main-nav a:hover::after { right: 0; }
.header-actions { display: flex; gap: 9px; }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; border-radius: 12px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; transition: .25s ease; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 20px; border-radius: 14px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 10px 24px rgba(10, 163, 111, .22); }
.btn--ghost { border-color: var(--line); background: rgba(255,255,255,.55); }
.btn--soft { background: #e9eff2; color: #263b49; }
.btn--light { background: #fff; color: #183244; }
.btn--large { min-height: 54px; padding: 0 25px; border-radius: 17px; font-size: 15px; }

.hero { padding-top: 78px; min-height: 700px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .12em; color: var(--blue-deep); font-size: 12px; font-weight: 900; }
.eyebrow span { width: 28px; height: 2px; background: var(--green); }
.eyebrow--gold { color: #9c7415; }
.eyebrow--gold span { background: var(--gold); }
.eyebrow--light { color: #a9d5ff; }
.eyebrow--light span { background: #45d69f; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-top: 18px; font-size: clamp(48px, 5.4vw, 78px); max-width: 720px; }
h2 { font-size: clamp(38px, 4vw, 58px); }
h3 { font-size: 22px; }
mark { background: none; color: var(--green-dark); }
.section--dark mark, .engine-card mark { color: #5be0aa; }
.lead { margin: 24px 0 0; max-width: 650px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 26px; gap: 22px; }
.hero-stats div { display: grid; gap: 4px; }
.hero-stats strong { font-size: 28px; letter-spacing: -.03em; }
.hero-stats span { color: var(--muted); font-size: 12px; line-height: 1.35; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.logo-orbit { position: absolute; width: 390px; aspect-ratio: 1; display: grid; place-items: center; top: -34px; right: -52px; opacity: .23; }
.hero-logo { width: 270px; border-radius: 50%; mix-blend-mode: normal; }
.orbit { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(23, 73, 102, .16); }
.orbit--2 { inset: 38px; border-style: dashed; animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.visual-card { background: rgba(255,255,255,.85); border: 1px solid rgba(210, 220, 225, .9); border-radius: 32px; box-shadow: var(--shadow); overflow: hidden; }
.visual-card--main { width: min(100%, 530px); max-width: 100%; transform: none; position: relative; z-index: 2; padding: 14px; }
.visual-card--main img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 520px; border-radius: 24px; object-fit: contain; object-position: center; background: #f7f9fb; }
.float-chip { position: absolute; z-index: 3; background: rgba(255,255,255,.92); border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(32, 53, 64, .13); border-radius: 999px; padding: 11px 16px; font-size: 13px; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; }
.float-chip--top { top: 105px; left: -14px; }
.float-chip--bottom { bottom: 92px; right: -18px; }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot--blue { background: #2c67cc; box-shadow: 0 0 0 5px rgba(44,103,204,.12); }
.dot--green { background: var(--green); box-shadow: 0 0 0 5px rgba(10,163,111,.12); }

.trust-strip { background: #fff; border-block: 1px solid var(--line); }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 24px; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-content: center; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid small { grid-column: 2; }
.trust-grid small { color: var(--muted); font-size: 11px; line-height: 1.35; margin-top: 3px; }
.mini-icon { width: 34px; height: 34px; grid-row: 1 / 3; border-radius: 10px; background: #edf6f2; color: var(--green-dark); display: grid; place-items: center; font-size: 20px; font-weight: 900; }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2 { margin-top: 14px; }
.section-heading p { color: var(--muted); font-size: 17px; max-width: 700px; margin: 18px 0 0; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center p { margin-inline: auto; }

.how-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 54px; align-items: center; }
.steps { display: grid; gap: 12px; }
.step-card { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); }
.step-num { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #eaf4f0; color: var(--green-dark); font-weight: 900; }
.step-card h3 { font-size: 18px; letter-spacing: -.02em; }
.step-card p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.media-card, .image-panel { min-width: 0; margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; box-shadow: var(--shadow); }
.media-card img, .image-panel img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; object-position: center; border-radius: calc(var(--radius) - 9px); }
.media-card figcaption { font-size: 11px; color: #83909a; padding: 10px 7px 2px; }

.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.program-card { position: relative; border-radius: 32px; padding: 34px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.program-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: var(--green); }
.program-card--two::before { background: linear-gradient(90deg, var(--blue), var(--gold)); }
.program-badge { position: absolute; top: 22px; right: 22px; padding: 8px 12px; border-radius: 999px; background: #f5ebcf; color: #8c6815; font-size: 11px; font-weight: 900; }
.program-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-top: 8px; }
.program-kicker { color: var(--muted); font-size: 11px; letter-spacing: .12em; font-weight: 900; text-transform: uppercase; }
.program-head h3 { margin-top: 6px; font-size: 31px; }
.price { text-align: right; }
.price strong { display: block; font-size: 38px; line-height: 1; color: var(--green-dark); }
.program-card--two .price strong { color: var(--blue-deep); }
.price span { color: var(--muted); font-size: 11px; }
.program-metrics { margin-top: 27px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.program-metrics div { padding: 15px; border-radius: 16px; background: #f4f7f7; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.program-metrics span { color: var(--muted); font-size: 12px; }
.program-metrics strong { font-size: 17px; }
.wallet-result { margin-top: 12px; padding: 17px 20px; border-radius: 18px; background: linear-gradient(135deg, #e1f7ed, #eff8f3); display: grid; grid-template-columns: 1fr auto; align-items: center; }
.program-card--two .wallet-result { background: linear-gradient(135deg, #e8f0ff, #f2f6ff); }
.wallet-result span { font-weight: 800; }
.wallet-result strong { font-size: 29px; color: var(--green-dark); }
.program-card--two .wallet-result strong { color: var(--blue-deep); }
.wallet-result small { grid-column: 1 / -1; color: var(--muted); font-size: 10px; }
.program-figure { min-width: 0; margin: 24px 0 18px; overflow: hidden; border-radius: 20px; background: #f7f9fb; }
.program-figure img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 420px; object-fit: contain; object-position: center; }
.btn--program { width: 100%; background: #162d3d; color: white; min-height: 50px; }
.program-card--two .btn--program { background: var(--blue-deep); }

.comparison { margin-top: 32px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; padding: 32px; background: #fff; border-radius: 28px; border: 1px solid var(--line); align-items: center; }
.comparison-copy h3 { margin-top: 8px; font-size: 30px; }
.comparison-copy p { color: var(--muted); }
.comparison-table-wrap { overflow-x: auto; }
.comparison-table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: 13px; }
.comparison-table th, .comparison-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.comparison-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.comparison-table td:nth-child(2), .comparison-table td:nth-child(3) { font-weight: 800; }
.highlight-row td { background: #eaf7f0; color: #075a3d; border-bottom: 0; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.split-grid--reverse { grid-template-columns: 1.06fr .94fr; }
.split-copy h2 { margin-top: 14px; }
.split-copy > p { color: var(--muted); font-size: 17px; margin: 18px 0 0; }
.key-points { margin-top: 28px; display: grid; gap: 12px; }
.key-points > div { display: flex; gap: 16px; align-items: center; }
.key-points > div > span { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; display: grid; place-items: center; background: var(--gold-soft); color: #8c6815; font-size: 21px; font-weight: 900; }
.key-points p { margin: 0; display: grid; }
.key-points small { color: var(--muted); }
.image-panel { padding: 18px; }
.image-panel img { width: 100%; max-width: 100%; height: auto; max-height: 600px; object-fit: contain; object-position: center; }
.ref-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.ref-cards > div { border-radius: 20px; padding: 20px; background: #fff; border: 1px solid var(--line); display: grid; gap: 2px; }
.ref-cards strong { font-size: 34px; color: var(--green-dark); }
.ref-cards small { color: var(--muted); }

.control-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }
.control-copy > p { color: #b8c6cf; font-size: 17px; }
.feature-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-grid article { padding: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 20px; }
.feature-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: rgba(72, 212, 157, .14); color: #64e4b2; font-size: 20px; }
.feature-grid h3 { margin-top: 17px; font-size: 16px; }
.feature-grid p { color: #b7c4cc; font-size: 12px; }
.dashboard-frame { min-width: 0; margin: 0; padding: 14px; overflow: hidden; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; box-shadow: 0 35px 70px rgba(0,0,0,.25); transform: none; }
.dashboard-frame img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; border-radius: 20px; }

.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.benefit > span { color: #86a295; font-weight: 900; font-size: 12px; }
.benefit h3 { margin-top: 32px; font-size: 19px; }
.benefit p { color: var(--muted); font-size: 13px; margin-bottom: 0; }

.engine-section { padding-top: 30px; }
.engine-card { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 30px; background: linear-gradient(135deg, #102638, #163d50); color: #fff; border-radius: 36px; padding: 44px 48px; overflow: hidden; box-shadow: var(--shadow); }
.engine-copy { position: relative; z-index: 2; }
.engine-copy h2 { margin-top: 13px; }
.engine-copy p { color: #c0ccd2; margin: 17px 0 28px; }
.engine-card > img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 430px; object-fit: contain; object-position: center; border-radius: 26px; mix-blend-mode: screen; opacity: .96; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin-top: 14px; }
.faq-intro p { color: var(--muted); }
.accordion { display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.faq-item button { width: 100%; border: 0; background: transparent; display: flex; justify-content: space-between; gap: 18px; align-items: center; text-align: left; padding: 20px 22px; color: var(--ink); font-weight: 800; cursor: pointer; }
.faq-item button i { font-style: normal; font-size: 24px; color: var(--green-dark); transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; margin: 0; padding: 0 22px; color: var(--muted); font-size: 14px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 20px; }

.final-cta { padding-top: 25px; }
.cta-card { display: flex; justify-content: space-between; gap: 38px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 30px; padding: 38px 42px; box-shadow: var(--shadow); }
.cta-card h2 { font-size: clamp(32px, 3.3vw, 46px); margin-top: 7px; }
.cta-card p { margin-bottom: 0; color: var(--muted); }
.cta-actions { display: flex; gap: 10px; flex: 0 0 auto; }

.site-footer { background: #0d1b26; color: #fff; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.site-footer .brand img { mix-blend-mode: normal; background: transparent; }
.footer-brand p, .site-footer a { color: #aebbc4; font-size: 13px; }
.site-footer h3 { font-size: 13px; letter-spacing: .05em; text-transform: uppercase; color: #e7edf1; margin-bottom: 17px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 40px; color: #81909a; font-size: 11px; }
.footer-bottom p { margin: 0; max-width: 700px; text-align: right; }

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

@media (max-width: 1020px) {
  .main-nav { gap: 16px; }
  .header-actions { display: none; }
  .hero-grid, .how-grid, .control-grid, .split-grid, .split-grid--reverse, .faq-grid, .engine-card, .comparison { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .lead { margin-inline: auto; }
  .hero-visual { min-height: 480px; }
  .hero-stats { max-width: 720px; margin-inline: auto; text-align: left; }
  .how-grid { gap: 30px; }
  .program-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .program-card { padding: 30px; }
  .split-grid { gap: 34px; }
  .split-grid--reverse .image-panel { order: 2; }
  .feature-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-frame { transform: none; }
  .faq-intro { position: static; }
  .engine-card { padding: 38px; }
  .engine-card > img { max-height: 450px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 74px 0; }
  .header-inner { min-height: 68px; }
  .brand img { width: 38px; height: 38px; }
  .brand-text { font-size: 14px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; left: 14px; right: 14px; top: 78px; display: grid; gap: 0; background: #fff; padding: 10px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .25s ease; }
  .main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav a { padding: 13px 14px; border-radius: 12px; }
  .main-nav a:hover { background: #f1f5f5; }
  .main-nav a::after { display: none; }
  h1 { font-size: clamp(42px, 12vw, 62px); }
  h2 { font-size: clamp(34px, 9vw, 48px); }
  .hero-grid { gap: 38px; }
  .hero-visual { min-height: 380px; }
  .visual-card--main { width: 92%; }
  .logo-orbit { width: 300px; right: -80px; }
  .float-chip--top { top: 60px; left: 0; }
  .float-chip--bottom { bottom: 45px; right: 0; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats div:last-child { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .program-head { align-items: start; }
  .program-head h3 { font-size: 27px; }
  .program-metrics { grid-template-columns: 1fr; }
  .program-badge { position: static; display: inline-flex; margin-bottom: 16px; }
  .feature-grid, .benefits-grid { grid-template-columns: 1fr; }
  .ref-cards { grid-template-columns: 1fr; }
  .engine-card { padding: 30px 24px; }
  .cta-card { padding: 30px 24px; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-bottom p { text-align: left; }
}

@media (max-width: 480px) {
  .hero { min-height: auto; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { gap: 14px; }
  .hero-stats strong { font-size: 24px; }
  .float-chip { font-size: 11px; padding: 9px 12px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .program-card { padding: 24px 18px; border-radius: 24px; }
  .program-head { display: grid; grid-template-columns: 1fr auto; }
  .price strong { font-size: 31px; }
  .step-card { grid-template-columns: 44px 1fr; padding: 17px; }
  .step-num { width: 40px; height: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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


/* Enlarged image viewer */
.is-zoomable { cursor: zoom-in; }
.is-zoomable:focus-visible { outline: 3px solid rgba(13,145,102,.28); outline-offset: 4px; }
body.lightbox-open { overflow: hidden; }
.image-lightbox {
  position: fixed; inset: 0; z-index: 1000; display: none; place-items: center;
  padding: clamp(18px, 4vw, 48px); background: rgba(8, 18, 23, .88); backdrop-filter: blur(8px);
}
.image-lightbox.is-open { display: grid; }
.image-lightbox__stage {
  position: relative; width: min(96vw, 1500px); height: min(90vh, 980px);
  display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 10px; place-items: center;
}
.image-lightbox__image {
  width: 100%; height: 100%; min-height: 0; object-fit: contain; border-radius: 18px;
  background: rgba(255,255,255,.04); box-shadow: 0 24px 70px rgba(0,0,0,.34);
}
.image-lightbox__caption { max-width: 900px; color: rgba(255,255,255,.8); font-size: 12px; text-align: center; }
.image-lightbox__close {
  position: fixed; top: 18px; right: 20px; z-index: 2; width: 44px; height: 44px;
  display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 14px;
  color: #fff; background: rgba(16,30,38,.72); font-size: 29px; line-height: 1;
}
@media (max-width: 640px) {
  .image-lightbox { padding: 54px 10px 14px; }
  .image-lightbox__stage { width: 100%; height: calc(100vh - 74px); }
}


/* Keep all landing-page presentation images inside their assigned blocks. */
.presentation-media, .presentation-standalone { min-width: 0; max-width: 100%; overflow: hidden; }
.presentation-media img, img.presentation-standalone, .is-zoomable { max-width: 100%; height: auto; }
