/*
Theme Name: Voicing × Ohh My Brand Proposal
Theme URI: https://www.ohhmybrand.com
Author: Ohh My Brand
Author URI: https://www.ohhmybrand.com
Description: A single-purpose WordPress theme that renders the Voicing Founder-Led Brand Proposal as a password-protected landing page, in the Ohh My Brand identity. On activation, a "Voicing Proposal" page is created and set as the static homepage with a default password (voicing2026). Change the password under Pages → Voicing Proposal → Visibility.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: voicing-omb-proposal
*/

:root {
    --blue: #001689;
    --blue-light: #0027C9;
    --blue-dark: #000E49;
    --blue-white: #F8F9FF;
    --grey: #F4F4F4;
    --white: #FFFFFF;
    --black: #000000;
    --text-muted: #6A6E85;
    --font-display: 'Archivo', 'TT Commons Pro', sans-serif;
    --font-body: 'Inter', 'PP Neue Montreal', sans-serif;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }

  body {
    font-family: var(--font-body);
    background: var(--white);
    color: var(--blue-dark);
    overflow-x: hidden;
    font-weight: 400;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 48px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0,22,137,0.08);
  }

  .nav-logo {
    font-family: var(--font-display);
    font-weight: 900;
    color: var(--blue);
    text-decoration: none;
    font-size: 18px;
    letter-spacing: -0.5px;
    display: flex;
    align-items: baseline;
    gap: 4px;
  }
  .nav-logo em { color: var(--blue-light); font-style: italic; font-weight: 800; }

  .nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
  }
  .nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--blue); }

  /* PROGRESS BAR */
  .progress-bar {
    position: fixed;
    top: 0; left: 0;
    height: 3px;
    background: var(--blue-light);
    z-index: 101;
    width: 0%;
    transition: width 0.1s linear;
  }

  section { position: relative; }

  /* HERO */
  .hero {
    min-height: 100vh;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 48px 80px;
    position: relative;
    overflow: hidden;
  }

  .hero-bg-text {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-60%);
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(200px, 28vw, 420px);
    color: rgba(0,22,137,0.04);
    line-height: 0.85;
    pointer-events: none;
    white-space: nowrap;
    user-select: none;
    letter-spacing: -8px;
  }

  .hero-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 32px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .hero-tag::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--blue);
  }

  .hero-headline {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(64px, 11vw, 168px);
    line-height: 0.92;
    letter-spacing: -3px;
    color: var(--blue);
    margin-bottom: 48px;
    text-transform: uppercase;
  }
  .hero-headline em { color: var(--blue-light); font-style: italic; font-weight: 800; }
  .hero-headline .punc {
    font-style: italic;
    color: var(--blue-light);
    font-weight: 800;
  }

  .hero-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid rgba(0,22,137,0.15);
    padding-top: 32px;
    flex-wrap: wrap;
    gap: 24px;
  }

  .hero-presented {
    font-size: 12px;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .hero-presented strong {
    color: var(--blue);
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-display);
    margin-top: 6px;
    text-transform: none;
    letter-spacing: -0.5px;
  }

  .hero-date {
    font-size: 12px;
    color: var(--text-muted);
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .hero-date strong {
    display: block;
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-display);
    margin-top: 6px;
    text-transform: none;
    letter-spacing: -0.3px;
  }

  /* WELCOME */
  .welcome {
    background: var(--blue-white);
    padding: 140px 48px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start;
  }

  .section-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue-light);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    align-self: flex-start;
  }

  .section-title {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(60px, 8vw, 120px);
    line-height: 0.9;
    letter-spacing: -2.5px;
    color: var(--blue);
    margin-bottom: 48px;
    text-transform: uppercase;
  }
  .section-title em { color: var(--blue-light); font-style: italic; font-weight: 800; }
  .section-title .punc { font-style: italic; color: var(--blue-light); font-weight: 800; }

  .body-text {
    font-size: 17px;
    line-height: 1.7;
    color: var(--blue-dark);
    font-weight: 400;
    max-width: 680px;
  }

  .body-text p + p { margin-top: 22px; }
  .body-text strong { color: var(--blue); font-weight: 700; }

  /* OBSERVED */
  .observed {
    background: var(--white);
    padding: 140px 48px;
    border-top: 1px solid rgba(0,22,137,0.08);
  }

  .observed-header {
    display: flex;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 72px;
  }

  .observed-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }

  .obs-card {
    background: var(--blue-white);
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
    border: 1px solid rgba(0,22,137,0.06);
  }
  .obs-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--blue-light);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  .obs-card:hover { background: #FFFFFF; }
  .obs-card:hover::before { transform: scaleX(1); }

  .obs-number {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 80px;
    color: rgba(0,22,137,0.1);
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -2px;
  }

  .obs-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16px;
  }

  .obs-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--blue-dark);
    font-weight: 400;
  }

  /* ABOUT */
  .about {
    background: var(--blue);
    color: var(--white);
    padding: 140px 48px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
  }

  .about .section-label { color: rgba(255,255,255,0.6); }
  .about .section-title { color: var(--white); }
  .about .section-title em { color: var(--white); }
  .about .body-text { color: rgba(255,255,255,0.78); }
  .about .body-text strong { color: var(--white); }

  .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 48px;
  }

  .stat-box {
    background: rgba(255,255,255,0.06);
    color: var(--white);
    padding: 32px 28px;
    border: 1px solid rgba(255,255,255,0.08);
  }

  .stat-number {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 56px;
    line-height: 1;
    color: var(--white);
    margin-bottom: 10px;
    letter-spacing: -1.5px;
  }

  .stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  /* SCOPE */
  .scope {
    background: var(--blue-white);
    color: var(--blue);
    padding: 140px 48px;
  }

  .scope-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 64px;
    flex-wrap: wrap;
    gap: 24px;
  }

  .scope .section-title {
    font-size: clamp(80px, 14vw, 200px);
    color: var(--blue);
    line-height: 0.85;
  }

  .scope-timeline {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 32px;
    color: var(--blue);
    text-align: right;
    letter-spacing: -1px;
  }

  .scope-timeline span {
    display: block;
    font-size: 11px;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 8px;
  }

  .services-table {
    width: 100%;
    border-collapse: collapse;
  }

  .services-table tr {
    border-top: 1px solid rgba(0,22,137,0.15);
    transition: background 0.2s;
  }
  .services-table tr:hover { background: rgba(0,39,201,0.04); }

  .services-table td {
    padding: 26px 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
  }

  .services-table td:last-child {
    text-align: right;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--blue-light);
  }

  /* PHASE DIVIDER */
  .phase-divider {
    background: var(--blue);
    color: var(--white);
    padding: 100px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }

  .phase-num {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(120px, 20vw, 280px);
    color: rgba(255,255,255,0.07);
    line-height: 1;
    letter-spacing: -8px;
  }

  .phase-title-block { text-align: right; }

  .phase-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 12px;
  }

  .phase-name {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(40px, 6vw, 80px);
    line-height: 0.9;
    color: var(--white);
    letter-spacing: -1.5px;
    text-transform: uppercase;
  }
  .phase-name em { color: var(--white); font-style: italic; font-weight: 800; }

  .phase-weeks {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-top: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
  }

  /* PHASE DETAIL */
  .phase-detail {
    background: var(--white);
    padding: 80px 48px 120px;
  }

  .phase-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }

  .phase-card {
    background: var(--blue-white);
    padding: 48px 36px;
    position: relative;
    border: 1px solid rgba(0,22,137,0.06);
  }

  .phase-card-num {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 64px;
    color: var(--blue-light);
    line-height: 1;
    margin-bottom: 18px;
    opacity: 0.85;
    letter-spacing: -2px;
  }

  .phase-card-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,22,137,0.12);
  }

  .phase-card-text {
    font-size: 14px;
    line-height: 1.75;
    color: var(--blue-dark);
    font-weight: 400;
  }

  /* INVESTMENT */
  .investment {
    background: var(--blue);
    color: var(--white);
    padding: 140px 48px;
  }

  .investment-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .investment-amount {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(80px, 14vw, 180px);
    line-height: 0.85;
    color: var(--white);
    letter-spacing: -4px;
  }
  .investment-amount em {
    color: var(--white);
    font-style: italic;
    font-weight: 800;
    opacity: 0.6;
    font-size: 0.4em;
    margin-left: 12px;
    letter-spacing: -1px;
  }

  .investment-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 16px;
  }

  .investment-note {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    margin-top: 20px;
    line-height: 1.65;
    font-weight: 400;
    max-width: 460px;
  }

  .investment-breakdown {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .breakdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    background: rgba(255,255,255,0.06);
    transition: background 0.2s;
    border: 1px solid rgba(255,255,255,0.08);
  }
  .breakdown-row:hover { background: rgba(255,255,255,0.1); }
  .breakdown-row:last-child {
    background: var(--white);
    color: var(--blue);
    margin-top: 8px;
    border-color: var(--white);
  }

  .breakdown-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
  }
  .breakdown-row:last-child .breakdown-name { color: var(--blue); font-weight: 700; }

  .breakdown-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
  }
  .breakdown-row:last-child .breakdown-tag { color: var(--blue-light); }

  /* PAYMENT */
  .payment {
    background: var(--blue-white);
    padding: 140px 48px;
  }

  .payment-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 56px;
  }

  .payment-card {
    background: var(--white);
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,22,137,0.08);
  }

  .payment-card-num {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 100px;
    color: rgba(0,22,137,0.05);
    position: absolute;
    top: -10px;
    right: 18px;
    line-height: 1;
    letter-spacing: -3px;
  }

  .payment-percent {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--blue);
    line-height: 1;
    margin-bottom: 14px;
  }

  .payment-amount {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 44px;
    color: var(--blue-light);
    margin-bottom: 18px;
    letter-spacing: -1.5px;
    line-height: 1;
  }

  .payment-desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--blue-dark);
    font-weight: 400;
  }

  /* ADD-ONS */
  .addons {
    background: var(--white);
    padding: 140px 48px;
    border-top: 1px solid rgba(0,22,137,0.08);
  }

  .addons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin-top: 48px;
  }

  .addon-card {
    background: var(--blue-white);
    padding: 44px 36px;
    border: 1px solid rgba(0,22,137,0.08);
  }
  .addon-card.feature {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
  }
  .addon-card.feature .addon-title { color: var(--white); }
  .addon-card.feature .addon-desc { color: rgba(255,255,255,0.7); }
  .addon-card.feature .addon-tag { color: rgba(255,255,255,0.7); }

  .addon-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue-light);
    margin-bottom: 16px;
  }

  .addon-title {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 28px;
    color: var(--blue);
    margin-bottom: 14px;
    letter-spacing: -0.8px;
    line-height: 1.05;
  }
  .addon-title .punc { font-style: italic; color: var(--blue-light); font-weight: 800; }

  .addon-desc {
    font-size: 14px;
    line-height: 1.75;
    color: var(--blue-dark);
    font-weight: 400;
  }

  /* WHAT'S NEXT */
  .whats-next {
    background: var(--blue-white);
    padding: 140px 48px;
  }

  .next-layout {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    align-items: start;
    margin-top: 56px;
  }

  .next-steps {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .next-step {
    display: flex;
    gap: 24px;
    padding: 28px 32px;
    background: var(--white);
    align-items: flex-start;
    transition: background 0.2s;
    border: 1px solid rgba(0,22,137,0.08);
  }
  .next-step:hover { background: #FBFCFF; }

  .next-step-num {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 32px;
    color: var(--blue-light);
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
    letter-spacing: -1px;
  }

  .next-step-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 8px;
  }

  .next-step-text {
    font-size: 14px;
    line-height: 1.7;
    color: var(--blue-dark);
    font-weight: 400;
  }

  .contact-block {
    padding: 44px;
    background: var(--blue);
    color: var(--white);
    align-self: end;
  }

  .contact-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 24px;
  }

  .contact-item {
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    transition: color 0.2s;
    font-weight: 400;
  }
  .contact-item:hover { color: var(--blue-white); }
  .contact-item:last-child { border-bottom: none; }

  /* SOW */
  .sow {
    background: var(--white);
    color: var(--blue);
    padding: 120px 48px;
    border-top: 1px solid rgba(0,22,137,0.08);
  }

  .sow .section-title { color: var(--blue); margin-bottom: 56px; }

  .sow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }

  .sow-note {
    font-size: 14px;
    line-height: 1.8;
    color: var(--blue-dark);
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,22,137,0.1);
  }
  .sow-note strong { color: var(--blue); font-weight: 700; }

  .sow-table { width: 100%; border-collapse: collapse; }

  .sow-table tr {
    border-top: 1px solid rgba(0,22,137,0.08);
  }

  .sow-table td {
    padding: 18px 0;
    font-size: 14px;
    vertical-align: top;
  }

  .sow-table td:first-child {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
    width: 180px;
    padding-right: 24px;
  }

  .sow-table td:last-child {
    font-weight: 500;
    color: var(--blue-dark);
  }

  .sow-highlight { color: var(--blue) !important; font-weight: 700 !important; font-size: 16px !important; }

  /* T&Cs */
  .tcs {
    background: var(--grey);
    color: var(--blue);
    padding: 100px 48px;
  }

  .tcs .section-title { color: var(--blue); font-size: 64px; margin-bottom: 48px; }

  .tc-accordion { display: flex; flex-direction: column; gap: 2px; }

  .tc-item {
    background: var(--white);
    overflow: hidden;
  }

  .tc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
  }
  .tc-header:hover { background: var(--blue-white); }

  .tc-header-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.3px;
  }

  .tc-toggle {
    width: 28px;
    height: 28px;
    background: var(--blue);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }

  .tc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .tc-body.open { max-height: 700px; }

  .tc-body-inner {
    padding: 0 28px 28px;
    font-size: 13px;
    line-height: 1.8;
    color: var(--blue-dark);
    font-weight: 400;
  }

  .tc-item.active .tc-toggle { transform: rotate(45deg); }

  /* THANK YOU */
  .thankyou {
    background: var(--blue);
    color: var(--white);
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 48px;
    position: relative;
    overflow: hidden;
  }

  .thankyou-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(200px, 32vw, 540px);
    color: rgba(255,255,255,0.04);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    letter-spacing: -12px;
  }

  .thankyou-content { position: relative; z-index: 1; }

  .thankyou-title {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(80px, 14vw, 200px);
    line-height: 0.85;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: -4px;
    text-transform: uppercase;
  }
  .thankyou-title .punc {
    font-style: italic;
    font-weight: 800;
    color: rgba(255,255,255,0.6);
  }

  .thankyou-sub {
    font-family: var(--font-display);
    font-weight: 800;
    font-style: italic;
    font-size: clamp(28px, 4vw, 56px);
    color: rgba(255,255,255,0.7);
    line-height: 1;
    margin-bottom: 56px;
    letter-spacing: -1px;
  }

  .thankyou-links {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
  }

  .ty-link {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    transition: color 0.2s, border-color 0.2s;
  }
  .ty-link:hover { color: var(--white); border-color: var(--white); }

  .footer-bar {
    position: absolute;
    bottom: 40px;
    left: 48px;
    right: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 22px;
  }

  .footer-logo {
    font-family: var(--font-display);
    font-weight: 900;
    color: var(--white);
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .footer-logo em { color: rgba(255,255,255,0.6); font-style: italic; font-weight: 800; }

  .footer-copy {
    font-size: 11px;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.5px;
    font-weight: 500;
  }

  /* SCROLL ANIMATIONS */
  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }

  /* Responsive */
  @media (max-width: 900px) {
    nav { padding: 18px 22px; }
    .nav-links { display: none; }
    .hero { padding: 0 22px 60px; }
    .welcome.about.scope.investment.payment.whats-next.sow.addons.observed.tcs.thankyou.phase-divider.phase-detail {
      padding: 80px 22px;
    }
    .welcome.about { grid-template-columns: 1fr; gap: 32px; }
    .investment-layout.next-layout.sow-grid.addons-grid { grid-template-columns: 1fr; gap: 40px; }
    .payment-cards { grid-template-columns: 1fr; }
    .observed-cards.phase-cards.stats-row { grid-template-columns: 1fr; }
    .phase-divider { flex-direction: column; gap: 24px; align-items: flex-start; }
    .phase-title-block { text-align: left; }
    .footer-bar { position: static; margin-top: 60px; flex-direction: column; gap: 12px; align-items: flex-start; }
    .section-label { writing-mode: horizontal-tb; transform: none; }
  }
/* ============================================================
   PASSWORD GATE — OMB BRANDED
   ============================================================ */
.vomb-gate {
    min-height: 100vh;
    background: var(--blue);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
    position: relative;
    overflow: hidden;
    font-family: var(--font-body);
}
.vomb-gate::before {
    content: 'OHH';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(200px, 30vw, 480px);
    color: rgba(255,255,255,0.04);
    pointer-events: none;
    user-select: none;
    letter-spacing: -12px;
    line-height: 0.85;
}
.vomb-gate-inner {
    position: relative;
    z-index: 1;
    max-width: 560px;
    width: 100%;
}
.vomb-gate-tag {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    letter-spacing: -0.4px;
    margin-bottom: 40px;
}
.vomb-gate-tag em {
    color: var(--white);
    font-style: italic;
    font-weight: 800;
}
.vomb-gate-headline {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(48px, 7vw, 96px);
    line-height: 0.92;
    color: var(--white);
    letter-spacing: -2px;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.vomb-gate-headline em {
    color: rgba(255,255,255,0.55);
    font-style: italic;
    font-weight: 800;
}
.vomb-gate-headline .vomb-punc {
    font-style: italic;
    font-weight: 800;
    color: rgba(255,255,255,0.55);
}
.vomb-gate-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    margin-bottom: 36px;
    font-weight: 400;
    max-width: 440px;
}
.vomb-gate-form {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.vomb-gate-form input[type="password"] {
    flex: 1;
    min-width: 220px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: var(--white);
    font-size: 15px;
    font-family: var(--font-body);
    font-weight: 500;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    border-radius: 0;
}
.vomb-gate-form input[type="password"]::placeholder {
    color: rgba(255,255,255,0.4);
}
.vomb-gate-form input[type="password"]:focus {
    border-color: var(--white);
    background: rgba(255,255,255,0.12);
}
.vomb-gate-submit {
    padding: 18px 28px;
    background: var(--white);
    color: var(--blue);
    border: none;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.vomb-gate-submit:hover {
    background: var(--blue-light);
    color: var(--white);
}
.vomb-gate-footer {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    font-weight: 400;
}
.vomb-gate-footer a {
    color: var(--white);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    transition: border-color 0.2s;
    margin-left: 4px;
}
.vomb-gate-footer a:hover {
    border-color: var(--white);
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* ============================================================
   SETUP-NEEDED FALLBACK
   ============================================================ */
.vomb-setup {
    padding: 100px 32px;
    max-width: 720px;
    margin: 0 auto;
    font-family: var(--font-body);
    color: var(--blue-dark);
}
.vomb-setup h1 {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 48px;
    color: var(--blue);
    letter-spacing: -1.5px;
    margin-bottom: 24px;
}
.vomb-setup p { font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
.vomb-setup strong { color: var(--blue); }
