:root {
  --paper: #f7f2ea;
  --paper-soft: #fffaf0;
  --paper-white: #fffdf9;
  --ink: #17130f;
  --ink-soft: #554b41;
  --ink-muted: #82776b;
  --line: #ded3c5;
  --brand: #f59a0b;
  --brand-deep: #df7f00;
  --brand-soft: #fff0d4;
  --night: #151a20;
  --white: #fff;
  --max: 1320px;
  --gutter: clamp(20px, 3vw, 42px);
  --shadow: 0 34px 90px -48px rgba(23,19,15,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--brand); color: #fff; }

.container { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding: clamp(86px, 8vw, 126px) 0; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,242,234,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(23,19,15,.07);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 760; letter-spacing: -.03em; white-space: nowrap; }
.brand img { width: 36px; height: 36px; border-radius: 10px; object-fit: cover; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; color: var(--ink-soft); font-size: 14px; font-weight: 650; }
.nav a:hover { color: var(--ink); }
.nav-login { padding: 10px 17px; border-radius: 999px; background: var(--ink); color: var(--paper-white) !important; }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 12px; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); }

.eyebrow { color: var(--brand-deep); text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-weight: 730; letter-spacing: -.015em; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--ink); color: var(--paper-white); }
.button.primary:hover { background: var(--brand-deep); }

.hero { padding-top: clamp(60px, 6vw, 92px); padding-bottom: clamp(74px, 7vw, 110px); }
.hero-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); align-items: center; gap: clamp(42px, 6vw, 86px); }
.hero-copy { min-width: 0; }
.hero h1 { margin: 16px 0 0; max-width: 9.8ch; font-size: clamp(52px, 5.8vw, 82px); line-height: .96; letter-spacing: -.055em; font-weight: 800; }
.lead { margin: 26px 0 0; max-width: 46ch; color: var(--ink-soft); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.62; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.microcopy { max-width: 28ch; color: var(--ink-muted); font-size: 13px; line-height: 1.45; }
.proof-row { margin-top: 30px; display: flex; gap: 9px; flex-wrap: wrap; }
.proof-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); color: var(--ink-soft); font-size: 12px; }

.hero-visual { display: grid; grid-template-columns: minmax(0,1fr) minmax(150px,26%); align-items: end; gap: 18px; min-width: 0; }
.desktop-frame { min-width: 0; overflow: hidden; background: #fff; border: 1px solid rgba(23,19,15,.10); border-radius: 20px; box-shadow: var(--shadow); }
.desktop-top { height: 28px; display: flex; align-items: center; gap: 6px; padding-left: 12px; background: #f5f5f6; border-bottom: 1px solid #e9e9eb; }
.desktop-top i { width: 7px; height: 7px; border-radius: 50%; background: #d0d0d4; }
.desktop-frame img { width: 100%; height: auto; }
.phone-frame { min-width: 0; overflow: hidden; background: #111; padding: 7px; border-radius: 30px; box-shadow: var(--shadow); line-height: 0; }
.phone-frame img { width: 100%; height: auto; border-radius: 24px; }
.hero-desktop, .hero-phone { position: static; width: auto; transform: none; }

.trust-strip { background: rgba(255,255,255,.42); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid b, .trust-grid span { display: block; }
.trust-grid b { font-size: 14px; }
.trust-grid span { margin-top: 4px; color: var(--ink-muted); font-size: 13px; }

.section-heading { max-width: 760px; }
.section-heading h2 { margin: 14px 0 18px; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.02; letter-spacing: -.05em; font-weight: 800; }
.section-heading > p { margin: 0; max-width: 58ch; color: var(--ink-soft); font-size: 18px; line-height: 1.62; }

.feature { margin-top: clamp(74px, 8vw, 118px); display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(42px, 6vw, 84px); align-items: center; }
.feature.reverse { grid-template-columns: minmax(0,1.28fr) minmax(260px,.72fr); }
.feature.reverse > .feature-copy { order: 2; }
.feature.reverse > :not(.feature-copy) { order: 1; }
.feature-copy { min-width: 0; }
.step { display: inline-block; padding: 6px 9px; border-radius: 999px; background: var(--brand-soft); color: var(--brand-deep); font-size: 12px; font-weight: 800; }
.feature-copy h3 { margin: 14px 0 16px; font-size: clamp(30px, 2.8vw, 42px); line-height: 1.08; letter-spacing: -.04em; }
.feature-copy p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; color: var(--ink-soft); }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-deep); font-weight: 800; }
.feature-note { margin-top: 24px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.55); color: var(--ink-soft); font-size: 14px; line-height: 1.55; }

.media-pair, .history-showcase { display: grid; grid-template-columns: minmax(0,1fr) minmax(145px,25%); gap: 18px; align-items: end; min-width: 0; }
.media-pair > .desktop-frame, .media-pair > .phone-frame,
.history-showcase > .desktop-frame, .history-showcase > .phone-frame { position: static; width: auto; transform: none; }
.history-showcase { grid-template-columns: minmax(145px,25%) minmax(0,1fr); }
.report-frame { width: 100%; }

.shared-section { background: var(--night); color: var(--paper-white); }
.shared-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(330px,.95fr); align-items: center; gap: clamp(46px, 7vw, 92px); }
.shared-section .eyebrow { color: #ffc15a; }
.shared-section .section-heading > p { color: rgba(255,253,249,.68); }
.role-grid { margin-top: 30px; display: grid; gap: 10px; }
.role-grid > div { padding: 16px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.045); }
.role-grid b, .role-grid span { display: block; }
.role-grid span { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.45; }
.shared-card { min-height: 390px; padding: clamp(28px,4vw,42px); display: flex; flex-direction: column; justify-content: space-between; border-radius: 30px; background: linear-gradient(150deg,#fff1c4,#f5a20c); color: #392500; box-shadow: 0 34px 90px -48px rgba(0,0,0,.78); }
.shared-icon { font-size: 54px; line-height: 1; }
.shared-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.shared-card h3 { margin: 6px 0 8px; font-size: clamp(38px,4vw,56px); letter-spacing: -.05em; }
.shared-card p { margin: 0; max-width: 34ch; line-height: 1.55; }
.members { display: flex; }
.members span { width: 44px; height: 44px; margin-left: -7px; display: grid; place-items: center; border: 3px solid #ffc25b; border-radius: 50%; background: #fff; color: #392500; font-size: 12px; font-weight: 800; }
.members span:first-child { margin-left: 0; }

.security-section { background: var(--paper-white); }
.security-grid { display: grid; grid-template-columns: minmax(210px,.55fr) minmax(0,1.45fr); gap: clamp(52px, 8vw, 112px); align-items: center; }
.detail-phone { width: min(100%, 300px); justify-self: center; }
.security-points { margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.security-points > div { padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.security-points b, .security-points span { display: block; }
.security-points span { margin-top: 5px; color: var(--ink-muted); font-size: 13px; line-height: 1.45; }

.final { padding-top: 46px; }
.final-card { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 30px; padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper-white); box-shadow: 0 26px 70px -50px rgba(23,19,15,.45); }
.final-icon { width: 104px; height: 104px; border-radius: 22%; object-fit: cover; }
.final-copy h2 { margin: 8px 0 10px; font-size: clamp(30px,3vw,42px); line-height: 1.08; letter-spacing: -.04em; }
.final-copy p { margin: 0; max-width: 650px; color: var(--ink-soft); line-height: 1.6; }

footer { padding: 30px 0 42px; border-top: 1px solid var(--line); color: var(--ink-muted); font-size: 13px; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { color: var(--ink); font-size: 17px; }
.footer-brand img { width: 30px; height: 30px; }

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

@media (max-width: 1020px) {
  .section { padding: 80px 0; }
  .hero-grid, .feature, .feature.reverse, .shared-grid, .security-grid { grid-template-columns: 1fr; }
  .feature.reverse > .feature-copy, .feature.reverse > :not(.feature-copy) { order: initial; }
  .feature.reverse > .feature-copy { order: 1; }
  .feature.reverse > :not(.feature-copy) { order: 2; }
  .hero h1 { max-width: 12ch; }
  .hero-visual { max-width: 880px; }
  .feature { gap: 36px; }
  .media-pair, .history-showcase { max-width: 900px; }
  .shared-grid { gap: 44px; }
  .security-grid { gap: 46px; }
  .detail-phone { width: 240px; }
  .security-points { max-width: 760px; }
  .final-card { grid-template-columns: auto 1fr; }
  .final-card > .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --gutter: 18px; }
  .nav-wrap { min-height: 66px; }
  .brand { font-size: 18px; }
  .brand img { width: 32px; height: 32px; }
  .menu-button { display: block; }
  .nav { display: none; position: absolute; left: 14px; right: 14px; top: 70px; padding: 10px; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-white); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 11px 13px; border-radius: 10px; }
  .nav-login { text-align: center; margin-top: 4px; }

  .section { padding: 66px 0; }
  .hero { padding-top: 44px; }
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: clamp(45px, 13vw, 64px); line-height: .98; max-width: 10.5ch; }
  .lead { margin-top: 20px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .microcopy { max-width: 100%; }
  .proof-row { margin-top: 24px; }

  .hero-visual, .media-pair, .history-showcase { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .hero-phone, .media-pair > .phone-frame, .history-showcase > .phone-frame { width: min(58%, 240px); justify-self: center; }
  .desktop-frame { border-radius: 15px; }
  .phone-frame { border-radius: 26px; padding: 6px; }
  .phone-frame img { border-radius: 21px; }

  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }

  .section-heading h2 { font-size: clamp(36px, 10.5vw, 50px); }
  .section-heading > p { font-size: 16px; }
  .feature { margin-top: 64px; gap: 28px; }
  .feature-copy h3 { font-size: 30px; }
  .feature-copy p { font-size: 16px; }

  .shared-card { min-height: 330px; }
  .security-points { grid-template-columns: 1fr; }
  .detail-phone { width: min(58%, 220px); }

  .final-card { grid-template-columns: 1fr; text-align: center; }
  .final-icon { width: 90px; height: 90px; margin-inline: auto; }
  .final-card > .button { grid-column: auto; justify-self: stretch; }
  .footer-row { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal:not(.visible), .reveal.visible { opacity: 1; transform: none; transition: none; }
}

/* Playful question accents — keeps the stable V2 grid, only restores the original voice. */
.playful-answer { margin: 10px 0 14px !important; color: var(--ink); font-weight: 750; font-size: 18px !important; }
.money-lines { margin: 18px 0 16px; display: grid; gap: 5px; font-size: clamp(20px,2vw,27px); line-height: 1.25; font-weight: 750; letter-spacing: -.025em; }
.money-lines span { display: block; }

/* v4: restore playful Moneybara accents without changing the stable responsive layout */
.accent-dot { color: var(--brand); }
.accent-dot-light { color: #fff7e7; }

.trust-grid b { display: flex; align-items: center; gap: 9px; }
.dot { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; display: inline-block; box-shadow: 0 0 0 4px rgba(255,255,255,.7); }
.dot-amber { background: var(--brand); }
.dot-rose { background: #e86a78; }
.dot-green { background: #79a86b; }

.feature:nth-of-type(2) .step { background: #ffe8df; color: #a7472d; }
.feature:nth-of-type(3) .step { background: #e8f0dc; color: #58743c; }
.feature:nth-of-type(4) .step { background: #e9e5f7; color: #62518d; }
.feature:nth-of-type(5) .step { background: #ffe9bd; color: #8b5a00; }

.feature-note { border-left: 4px solid var(--brand); }

.security-points > div:nth-child(1) { background: #fff4d8; }
.security-points > div:nth-child(2) { background: #f5e9ef; }
.security-points > div:nth-child(3) { background: #eaf1e2; }

.final { padding: 0; background: var(--brand); }
.final-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-top: clamp(76px, 8vw, 126px);
  padding-bottom: clamp(76px, 8vw, 126px);
}
.final .eyebrow { color: rgba(23,19,15,.6); }
.final-copy h2 { font-size: clamp(46px, 6vw, 86px); line-height: .94; letter-spacing: -.055em; color: var(--ink); }
.final-copy p { color: rgba(23,19,15,.72); font-size: 18px; }
.final-icon { width: clamp(100px, 10vw, 148px); height: auto; box-shadow: 0 30px 70px -38px rgba(23,19,15,.48); }
.final-button { background: var(--ink); color: var(--paper-white); }
.final-button:hover { background: #382d23; }

@media (max-width: 620px) {
  .final-card { padding-top: 72px; padding-bottom: 72px; }
  .final-copy h2 { font-size: clamp(48px, 15vw, 70px); }
}


/* Moneybara V8 — one clean fullscreen layer on top of V4 */
@media (min-width: 1025px) {
  html {
    scroll-snap-type: y mandatory;
    scroll-padding-top: 72px;
    scroll-behavior: smooth;
  }

  body { overflow-x: hidden; }

  /* Shared rule: one viewport, same width as the header, content centered in usable height. */
  .snap-scene {
    min-height: 100svh;
    box-sizing: border-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 0;
    margin: 0;
  }

  .snap-scene > .container,
  .scene-layout {
    width: min(100%, var(--max));
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: var(--gutter);
    box-sizing: border-box;
  }

  /* FIRST SCREEN: preserve the V4 hero geometry and menu width. */
  .scene-home {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: stretch;
    padding-top: 72px;
    background: var(--paper);
  }

  .scene-home > .hero-grid {
    align-self: center;
    width: min(100%, var(--max));
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: var(--gutter);
    box-sizing: border-box;
    grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
    gap: clamp(42px,6vw,86px);
  }

  .scene-home .hero-copy { max-width: none; }
  .scene-home .hero-visual { width: 100%; }

  .hero-trust {
    width: 100%;
    margin: 0;
    padding: 18px 0 22px;
    align-self: end;
  }

  .hero-trust > .container {
    width: min(100%, var(--max));
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: var(--gutter);
    box-sizing: border-box;
  }

  /* QUESTION / DAILY SCENES: no outer card, larger composition, true vertical centering. */
  .scene-layout {
    min-height: calc(100svh - 72px);
    display: flex;
    align-items: center;
  }

  .scene-layout > .feature {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: grid;
    grid-template-columns: minmax(360px,.78fr) minmax(0,1.22fr);
    gap: clamp(54px,5vw,82px);
    align-items: center;
  }

  .scene-layout > .feature.reverse {
    grid-template-columns: minmax(0,1.22fr) minmax(360px,.78fr);
  }

  .scene-layout > .feature.reverse .feature-copy { order: 2; }
  .scene-layout > .feature.reverse > :not(.feature-copy) { order: 1; }

  .scene-layout .feature-copy {
    max-width: 520px;
    align-self: center;
    transform: none;
    margin: 0;
  }

  .scene-layout .feature-copy h3 {
    font-size: clamp(46px,4.25vw,66px);
    line-height: 1.01;
    letter-spacing: -.045em;
    margin-top: 8px;
  }

  .scene-layout .feature-copy p {
    font-size: clamp(17px,1.25vw,20px);
    line-height: 1.55;
  }

  .scene-layout .desktop-frame,
  .scene-layout .history-showcase,
  .scene-layout .media-pair {
    width: 100%;
    max-width: none;
    align-self: center;
    margin: 0;
  }

  .scene-layout .report-frame {
    max-width: 820px;
    justify-self: end;
  }

  .scene-layout .media-pair,
  .scene-layout .history-showcase {
    min-height: 0;
  }

  .scene-layout .media-pair .desktop-frame,
  .scene-layout .history-desktop {
    width: min(100%, 780px);
  }

  .scene-layout .phone-frame {
    max-height: 68svh;
  }

  .scene-layout .phone-frame img {
    max-height: 68svh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  /* Shared and security: keep V4 design, simply use more of the screen and center it. */
  .scene-shared > .shared-grid,
  .scene-security > .security-grid {
    min-height: calc(100svh - 72px);
    display: grid;
    align-items: center;
    width: min(100%, var(--max));
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: var(--gutter);
    box-sizing: border-box;
  }

  .scene-shared > .shared-grid {
    grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr);
    gap: clamp(54px,6vw,92px);
  }

  .scene-security > .security-grid {
    grid-template-columns: minmax(280px,.58fr) minmax(0,1.42fr);
    gap: clamp(54px,6vw,92px);
  }

  .scene-shared .section-heading,
  .scene-security .section-heading {
    margin: 0;
    max-width: 690px;
    align-self: center;
  }

  .scene-shared .shared-card {
    max-width: 560px;
    justify-self: end;
  }

  .scene-security .detail-phone {
    justify-self: center;
    max-height: 69svh;
  }

  /* Final remains a full amber screen, using V4's full-width treatment. */
  .scene-final {
    min-height: 100svh;
    background: var(--brand);
  }

  .scene-final > .container {
    align-self: center;
  }

  /* Footer is a separate, visible snap destination after the final screen. */
  .footer-snap {
    display: block;
    scroll-snap-align: end;
    scroll-snap-stop: always;
    min-height: 110px;
    padding: 0;
    background: var(--paper-white);
    border-top: 1px solid var(--line);
  }

  .footer-snap .footer-row {
    min-height: 110px;
    width: min(100%, var(--max));
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: var(--gutter);
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  /* Fully working scene navigation. */
  .scene-dots {
    position: fixed;
    z-index: 70;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px;
  }

  .scene-dots a {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
  }

  .scene-dots a span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(23,19,15,.28);
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
  }

  .scene-dots a:hover span {
    transform: scale(1.4);
    background: rgba(23,19,15,.58);
  }

  .scene-dots a.active span {
    transform: scale(1.6);
    background: var(--brand);
    box-shadow: 0 0 0 4px rgba(245,154,11,.18);
  }
}

@media (max-width: 1024px) {
  html { scroll-snap-type: none; scroll-behavior: smooth; }
  .scene-dots { display: none; }
  .snap-scene { min-height: auto; display: block; }
  .footer-snap { display: block; }
}


/* Moneybara V9 — correct viewport geometry for the real sticky 76px header */
@media (min-width: 1025px) {
  html {
    scroll-padding-top: 76px;
  }

  /*
   * Header remains in normal flow (sticky) and is 76px high.
   * Therefore scenes must NOT reserve another 72/76px with padding.
   * The visible first scene gets the remaining viewport height; subsequent
   * snap scenes use the full viewport and center their composition naturally.
   */
  .snap-scene {
    padding-top: 0;
    padding-bottom: 0;
  }

  .scene-home {
    min-height: calc(100svh - 76px);
    padding-top: 0;
  }

  .scene-home > .hero-grid {
    align-self: center;
  }

  .scene-layout,
  .scene-shared > .shared-grid,
  .scene-security > .security-grid {
    min-height: 100svh;
    height: 100svh;
    align-items: center;
  }

  .scene-layout > .feature,
  .scene-shared > .shared-grid,
  .scene-security > .security-grid {
    align-content: center;
  }

  .scene-final {
    min-height: 100svh;
    padding-top: 0;
  }

  .scene-final > .container {
    align-self: center;
  }
}
