  :root {
    --oe-navy:        #0E1A2E;
    --oe-navy-deep:   #060D1A;
    --oe-navy-soft:   #1F2D47;
    --oe-navy-line:   #2A3A57;
    --oe-slate:       #4A5C7A;
    --oe-pearl:       #F8FAFB;
    --oe-pearl-2:     #F0F3F6;
    --oe-pearl-3:     #E2E8EE;
    --oe-white:       #FFFFFF;
    --oe-line:        #E2E8EE;
    --oe-line-soft:   #EDF1F5;
    --oe-ink:         #0E1A2E;
    --oe-ink-soft:    #4A5568;
    --oe-ink-muted:   #94A3B8;
    --bs-body-bg: var(--oe-pearl);
    --bs-body-color: var(--oe-ink);
    --bs-body-font-family: 'Inter', -apple-system, sans-serif;
    --bs-border-color: var(--oe-line);
    --bs-primary: var(--oe-navy);
    --bs-primary-rgb: 14, 26, 46;
    --bs-link-color: var(--oe-navy);
    --bs-link-hover-color: var(--oe-slate);
  }
  * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  html { scroll-padding-top: 150px; scroll-behavior: smooth; }
  body { background: var(--oe-pearl); color: var(--oe-ink); font-family: 'Inter', sans-serif; overflow-x: hidden; font-weight: 400; line-height: 1.6; letter-spacing: -0.01em; }
  a { color: var(--oe-navy); }
  a:hover { color: var(--oe-slate); }

  .brand-lockup { display: block; height: 112px; width: auto; }

  /* NAVBAR */
  .navbar-oe { background: rgba(248, 250, 251, 0.86); backdrop-filter: saturate(180%) blur(18px); -webkit-backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid var(--oe-line); padding: 1rem 0; }
  .navbar-brand { padding: 0; margin: 0; display: flex; align-items: center; transition: opacity 0.3s; }
  .navbar-brand:hover { opacity: 0.8; }
  .navbar-brand .brand-lockup { height: 112px; }
  .navbar-oe .nav-link { color: var(--oe-ink) !important; font-size: 0.85rem; font-weight: 500; padding: 0.5rem 1rem !important; transition: color 0.2s; letter-spacing: -0.01em; }
  .navbar-oe .nav-link:hover { color: var(--oe-slate) !important; }
  .login-toggle { background: transparent; border: 1px solid var(--oe-pearl-3); color: var(--oe-navy); padding: 0.55rem 1.2rem; font-size: 0.82rem; font-weight: 500; border-radius: 8px; transition: all 0.25s; letter-spacing: -0.01em; }
  .login-toggle:hover, .login-toggle:focus, .login-toggle:active, .login-toggle.show { background: var(--oe-pearl-2) !important; border-color: var(--oe-navy) !important; color: var(--oe-navy) !important; box-shadow: none !important; }
  .login-toggle::after { margin-left: 0.45rem; border-top-color: currentColor; border-width: 5px 4px 0; transform: translateY(-1px); }
  .dropdown-menu-oe { background: var(--oe-white); border: 1px solid var(--oe-line); border-radius: 12px; box-shadow: 0 8px 32px rgba(14, 26, 46, 0.08), 0 24px 60px rgba(14, 26, 46, 0.10); min-width: 320px; padding: 6px; margin-top: 10px !important; }
  .dropdown-item-oe { padding: 1rem 1.1rem; border-radius: 8px; color: var(--oe-ink); text-decoration: none; display: flex; align-items: center; gap: 14px; transition: background 0.2s; }
  .dropdown-item-oe:hover { background: var(--oe-pearl); color: var(--oe-navy); }
  .dropdown-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--oe-pearl-2); color: var(--oe-navy); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
  .dropdown-icon.dark { background: var(--oe-navy); color: var(--oe-pearl); }
  .dropdown-item-oe .item-title { font-family: 'Inter Tight', sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: -0.02em; }
  .dropdown-item-oe .item-desc { font-size: 0.78rem; color: var(--oe-ink-muted); margin-top: 1px; font-weight: 400; }

  /* BUTTONS */
  .btn-oe-primary { background: var(--oe-navy); color: var(--oe-pearl); padding: 0.85rem 1.55rem; font-size: 0.88rem; font-weight: 600; border-radius: 10px; border: 1px solid var(--oe-navy); transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; letter-spacing: -0.015em; }
  .btn-oe-primary:hover { background: var(--oe-navy-soft); color: var(--oe-pearl); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(14, 26, 46, 0.18); }
  .btn-oe-primary.btn-large { padding: 1rem 1.85rem; font-size: 0.95rem; }
  .btn-oe-ghost { background: var(--oe-white); color: var(--oe-navy); padding: 1rem 1.85rem; font-size: 0.95rem; font-weight: 600; border: 1px solid var(--oe-line); border-radius: 10px; transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; letter-spacing: -0.015em; }
  .btn-oe-ghost:hover { border-color: var(--oe-navy); color: var(--oe-navy); }

  /* HERO */
  .hero { padding: 5.5rem 0 6rem; position: relative; }
  .hero-tag-plain { display: inline-block; background: var(--oe-pearl-2); border: 1px solid var(--oe-line); color: var(--oe-ink-soft); padding: 0.4rem 0.95rem; border-radius: 100px; font-size: 0.78rem; font-weight: 500; margin-bottom: 1.75rem; letter-spacing: -0.005em; }
  h1.hero-title { font-family: 'Inter Tight', sans-serif; font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: 1.02; font-weight: 600; letter-spacing: -0.045em; margin-bottom: 1.6rem; color: var(--oe-navy); }
  .hero-sub { font-size: 1.06rem; color: var(--oe-ink-soft); max-width: 540px; margin-bottom: 2.25rem; line-height: 1.65; font-weight: 400; }
  .hero-visual { position: relative; }

  /* SCREENSHOT FRAME */
  .shot-frame { border: 1px solid var(--oe-line); border-radius: 14px; overflow: hidden; background: var(--oe-white); box-shadow: 0 12px 32px rgba(14, 26, 46, 0.06), 0 32px 80px rgba(14, 26, 46, 0.08); }
  .shot-frame > img { display: block; width: 100%; height: auto; }
  .shot-caption { font-size: 0.82rem; color: var(--oe-ink-muted); font-weight: 500; margin-top: 0.9rem; text-align: center; }
  /* ZOOMABLE SHOT */
  button.shot-frame { display: block; width: 100%; padding: 0; position: relative; cursor: zoom-in; }
  .shot-zoom-hint { position: absolute; bottom: 12px; right: 12px; display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(14, 26, 46, 0.85); color: var(--oe-pearl); font-size: 0.72rem; font-weight: 600; padding: 0.4rem 0.7rem; border-radius: 8px; letter-spacing: -0.01em; opacity: 0; transition: opacity 0.2s; pointer-events: none; }
  .shot-zoom:hover .shot-zoom-hint, .shot-zoom:focus-visible .shot-zoom-hint { opacity: 1; }
  .lightbox { position: fixed; inset: 0; z-index: 1080; display: none; align-items: center; justify-content: center; padding: 3vh 3vw; background: rgba(6, 13, 26, 0.82); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); cursor: zoom-out; }
  .lightbox.open { display: flex; }
  .lightbox img { max-width: 100%; max-height: 94vh; border-radius: 12px; box-shadow: 0 24px 70px rgba(6, 13, 26, 0.55); cursor: default; }
  .lightbox-close { position: absolute; top: 20px; right: 24px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(248, 250, 251, 0.14); color: var(--oe-pearl); font-size: 1.25rem; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
  .lightbox-close:hover { background: rgba(248, 250, 251, 0.28); }

  /* PRESS BAR */
  .press-bar { background: var(--oe-pearl-2); border-top: 1px solid var(--oe-line); border-bottom: 1px solid var(--oe-line); padding: 2.5rem 0; }
  .press-label { text-align: center; margin-bottom: 1.65rem; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--oe-ink-muted); font-weight: 600; }
  .press-row { display: flex; justify-content: space-around; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .press-name { font-family: 'Inter Tight', sans-serif; font-size: 1.15rem; font-weight: 600; color: var(--oe-navy); opacity: 0.4; transition: opacity 0.3s; letter-spacing: -0.015em; }
  .press-name:hover { opacity: 0.95; }

  /* SECTIONS */
  .section { padding: 7rem 0; position: relative; }
  .section-pearl-2 { background: var(--oe-pearl-2); }
  .section-head { margin-bottom: 4rem; max-width: 760px; }
  .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .section-eyebrow { display: inline-block; padding: 0.35rem 0.85rem; background: var(--oe-pearl-2); color: var(--oe-navy); border: 1px solid var(--oe-line); border-radius: 100px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1.5rem; }
  .section-title { font-family: 'Inter Tight', sans-serif; font-size: clamp(2.1rem, 4.4vw, 3.4rem); line-height: 1.05; font-weight: 600; letter-spacing: -0.04em; margin-bottom: 1.25rem; color: var(--oe-navy); }
  .section-sub { font-size: 1.05rem; color: var(--oe-ink-soft); max-width: 620px; line-height: 1.65; }
  .section-head.center .section-sub { margin-left: auto; margin-right: auto; }

  /* HOW IT WORKS */
  .step-card { background: var(--oe-white); border: 1px solid var(--oe-line); border-radius: 14px; padding: 2.5rem 2rem; height: 100%; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
  .step-card:hover { border-color: var(--oe-navy); box-shadow: 0 10px 30px rgba(14, 26, 46, 0.05); }
  .step-num { font-family: 'Inter Tight', sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--oe-slate); letter-spacing: -0.01em; margin-bottom: 1.5rem; display: inline-flex; align-items: center; gap: 0.55rem; }
  .step-card h3 { font-family: 'Inter Tight', sans-serif; font-size: 1.3rem; font-weight: 600; letter-spacing: -0.025em; margin-bottom: 0.85rem; line-height: 1.2; color: var(--oe-navy); }
  .step-card p { font-size: 0.94rem; color: var(--oe-ink-soft); line-height: 1.65; margin-bottom: 0; }

  /* FEATURES, two column list + screenshot */
  .feature-list { list-style: none; padding: 0; margin: 0; }
  .feature-list li { display: flex; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--oe-line); }
  .feature-list li:first-child { padding-top: 0; }
  .feature-list li:last-child { border-bottom: 0; padding-bottom: 0; }
  .feature-ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; background: var(--oe-pearl-2); color: var(--oe-navy); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
  .feature-list h4 { font-family: 'Inter Tight', sans-serif; font-size: 1.08rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 0.3rem; color: var(--oe-navy); }
  .feature-list p { font-size: 0.92rem; color: var(--oe-ink-soft); line-height: 1.6; margin: 0; }

  /* CAROUSEL */
  .form-carousel-head { max-width: 620px; margin: 6rem auto 2.5rem; text-align: center; }
  .form-carousel-head h3 { font-family: 'Inter Tight', sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; letter-spacing: -0.03em; color: var(--oe-navy); margin-bottom: 0.85rem; }
  .form-carousel-head p { font-size: 1rem; color: var(--oe-ink-soft); margin: 0; }
  .form-carousel { max-width: 980px; margin: 0 auto; }
  .shot-stage { position: relative; aspect-ratio: 1.42 / 1; background: var(--oe-pearl-2); overflow: hidden; }
  .shot-scroll { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .shot-scroll img { display: block; }
  .shot-scroll.fit img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
  .shot-scroll.tall { align-items: flex-start; overflow-y: auto; }
  .shot-scroll.tall img { width: 100%; height: auto; }
  .shot-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 70px; background: linear-gradient(to bottom, rgba(240,243,246,0), rgba(240,243,246,0.96)); pointer-events: none; }
  .shot-caption-bar { padding: 0.95rem 1.25rem; border-top: 1px solid var(--oe-line); background: var(--oe-white); font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 0.95rem; letter-spacing: -0.02em; color: var(--oe-navy); text-align: center; }
  .form-carousel .carousel-control-prev, .form-carousel .carousel-control-next { width: auto; opacity: 1; align-items: flex-start; padding-top: calc((100% / 2.84) - 22px); }
  .form-carousel .ctrl { width: 44px; height: 44px; margin: 0 1rem; border-radius: 50%; background: var(--oe-navy); color: var(--oe-pearl); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: 0 6px 18px rgba(14, 26, 46, 0.25); transition: background 0.2s; }
  .form-carousel .ctrl:hover { background: var(--oe-navy-soft); }
  .carousel-indicators-oe { display: flex; gap: 0.5rem; justify-content: center; margin-top: 1.75rem; flex-wrap: wrap; }
  .carousel-indicators-oe button { width: auto; height: auto; text-indent: 0; margin: 0; background: var(--oe-white); border: 1px solid var(--oe-line); color: var(--oe-ink-soft); border-radius: 100px; padding: 0.45rem 1rem; font-size: 0.78rem; font-weight: 600; font-family: 'Inter', sans-serif; opacity: 1; transition: all 0.2s; }
  .carousel-indicators-oe button:hover { border-color: var(--oe-navy); color: var(--oe-navy); }
  .carousel-indicators-oe button.active { background: var(--oe-navy); border-color: var(--oe-navy); color: var(--oe-pearl); }

  /* PORTALS, media rows */
  .portal-intro { background: var(--oe-navy); color: var(--oe-pearl); border-radius: 16px; padding: 3.25rem 3rem; position: relative; overflow: hidden; margin-bottom: 1.5rem; }
  .portal-intro::before { content: ''; position: absolute; top: -120px; right: -120px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(74, 92, 122, 0.22) 0%, transparent 65%); pointer-events: none; }
  .portal-intro .portal-tag { background: rgba(248, 250, 251, 0.1); color: var(--oe-pearl); border: 1px solid rgba(248, 250, 251, 0.15); }
  .portal-intro h3 { color: var(--oe-pearl); }
  .portal-intro .portal-desc { color: rgba(248, 250, 251, 0.72); }
  .portal-intro .portal-feature { color: rgba(248, 250, 251, 0.9); }
  .portal-intro .feature-marker { background: rgba(248, 250, 251, 0.1); color: var(--oe-pearl); }
  .portal-tag { display: inline-block; padding: 0.4rem 0.9rem; background: var(--oe-pearl-2); color: var(--oe-navy); border-radius: 100px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1.35rem; }
  .portal-media h3 { font-family: 'Inter Tight', sans-serif; font-size: 2rem; font-weight: 600; letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 1.1rem; color: var(--oe-navy); }
  .portal-intro h3 { font-family: 'Inter Tight', sans-serif; font-size: 2.15rem; font-weight: 600; letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 1.25rem; }
  .portal-desc { font-size: 1rem; color: var(--oe-ink-soft); margin-bottom: 1.5rem; line-height: 1.65; }
  .portal-features { list-style: none; padding-left: 0; margin-bottom: 2rem; }
  .portal-feature { font-size: 0.92rem; padding: 0.5rem 0; color: var(--oe-ink); display: flex; align-items: center; gap: 0.85rem; }
  .feature-marker { width: 22px; height: 22px; border-radius: 50%; background: var(--oe-pearl-2); color: var(--oe-navy); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.7rem; }
  .media-row { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; padding: 2.5rem 0; }
  .media-row .portal-media-shot { order: 2; }
  .media-row.rev .portal-media-text { order: 2; }
  .media-row.rev .portal-media-shot { order: 1; }
  .btn-portal { background: var(--oe-navy); color: var(--oe-pearl); padding: 0.85rem 1.55rem; font-size: 0.88rem; font-weight: 600; border-radius: 10px; border: 1px solid var(--oe-navy); transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; letter-spacing: -0.015em; }
  .btn-portal:hover { background: var(--oe-navy-soft); color: var(--oe-pearl); transform: translateY(-1px); }
  .portal-intro .btn-portal { background: var(--oe-pearl); color: var(--oe-navy); border-color: var(--oe-pearl); }
  .portal-intro .btn-portal:hover { background: var(--oe-pearl-2); color: var(--oe-navy); }
  .btn-portal-ghost { background: transparent; color: var(--oe-navy); padding: 0.85rem 1.55rem; font-size: 0.88rem; font-weight: 600; border-radius: 10px; border: 1px solid var(--oe-line); transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; letter-spacing: -0.015em; }
  .btn-portal-ghost:hover { border-color: var(--oe-navy); color: var(--oe-navy); }
  .portal-intro .btn-portal-ghost { color: var(--oe-pearl); border-color: rgba(248, 250, 251, 0.2); }
  .portal-intro .btn-portal-ghost:hover { border-color: var(--oe-pearl); color: var(--oe-pearl); }

  /* PRICING */
  .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .price-card { background: var(--oe-white); border: 1px solid var(--oe-line); border-radius: 16px; padding: 2.75rem 2.25rem; transition: border-color 0.3s ease, box-shadow 0.3s ease; position: relative; display: flex; flex-direction: column; }
  .price-card:hover { border-color: var(--oe-navy); box-shadow: 0 10px 30px rgba(14, 26, 46, 0.05); }
  .price-card.featured { background: var(--oe-navy); color: var(--oe-pearl); border-color: var(--oe-navy); transform: scale(1.02); box-shadow: 0 24px 50px rgba(14, 26, 46, 0.18); z-index: 2; }
  .price-card.featured:hover { box-shadow: 0 28px 60px rgba(14, 26, 46, 0.22); }
  .price-card.featured::before { content: ''; position: absolute; top: -120px; right: -120px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(74, 92, 122, 0.22) 0%, transparent 65%); pointer-events: none; border-radius: 16px; }
  .price-tier-name { font-family: 'Inter Tight', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--oe-navy); margin-bottom: 0.5rem; letter-spacing: -0.02em; }
  .price-card.featured .price-tier-name { color: var(--oe-pearl); }
  .price-tier-sub { font-size: 0.88rem; color: var(--oe-ink-soft); margin-bottom: 1.85rem; line-height: 1.5; }
  .price-card.featured .price-tier-sub { color: rgba(248, 250, 251, 0.65); }
  .price-amount { display: flex; align-items: baseline; gap: 0.25rem; margin-bottom: 0.6rem; }
  .price-currency { font-family: 'Inter Tight', sans-serif; font-size: 1.4rem; font-weight: 600; color: var(--oe-navy); align-self: flex-start; margin-top: 0.95rem; }
  .price-card.featured .price-currency { color: var(--oe-pearl); }
  .price-figure { font-family: 'Inter Tight', sans-serif; font-size: 4rem; font-weight: 700; line-height: 1; letter-spacing: -0.05em; color: var(--oe-navy); }
  .price-card.featured .price-figure { color: var(--oe-pearl); }
  .price-figure.inquiry { font-size: 2.4rem; font-weight: 600; letter-spacing: -0.035em; }
  .price-period { font-size: 0.78rem; color: var(--oe-ink-muted); font-weight: 500; }
  .price-card.featured .price-period { color: rgba(248, 250, 251, 0.6); }
  .price-divider { height: 1px; background: var(--oe-line); margin: 2rem 0 1.5rem; }
  .price-card.featured .price-divider { background: var(--oe-navy-line); }
  .price-features { list-style: none; padding: 0; margin: 0 0 2rem; flex-grow: 1; }
  .price-feature { font-size: 0.9rem; padding: 0.5rem 0; color: var(--oe-ink-soft); display: flex; align-items: flex-start; gap: 0.7rem; line-height: 1.5; }
  .price-card.featured .price-feature { color: rgba(248, 250, 251, 0.85); }
  .price-feature::before { content: ''; width: 14px; height: 14px; border-radius: 50%; background: var(--oe-pearl-2); flex-shrink: 0; margin-top: 0.18rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 7L6 9.5L10.5 4.5' stroke='%230E1A2E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .price-card.featured .price-feature::before { background: rgba(248, 250, 251, 0.15); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 7L6 9.5L10.5 4.5' stroke='%23F8FAFB' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .price-cta { background: var(--oe-navy); color: var(--oe-pearl); padding: 0.95rem 1.4rem; font-size: 0.88rem; font-weight: 600; border-radius: 10px; border: 1px solid var(--oe-navy); transition: all 0.25s; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; text-decoration: none; text-align: center; width: 100%; letter-spacing: -0.015em; }
  .price-cta:hover { background: var(--oe-navy-soft); color: var(--oe-pearl); transform: translateY(-1px); }
  .price-card.featured .price-cta { background: var(--oe-pearl); color: var(--oe-navy); border-color: var(--oe-pearl); }
  .price-card.featured .price-cta:hover { background: var(--oe-pearl-2); color: var(--oe-navy); }
  .pricing-note { text-align: center; margin-top: 2.5rem; color: var(--oe-ink-muted); font-size: 0.92rem; }
  @media (max-width: 991px) { .pricing-grid { grid-template-columns: 1fr; } .price-card.featured { transform: none; } }

  /* CTA */
  .cta-section { background: var(--oe-navy-deep); color: var(--oe-pearl); padding: 8rem 0; text-align: center; position: relative; overflow: hidden; }
  .cta-section::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; background: radial-gradient(ellipse at 50% 0%, rgba(74, 92, 122, 0.22) 0%, transparent 60%); pointer-events: none; }
  .cta-section .container { position: relative; z-index: 1; }
  .cta-section h2 { font-family: 'Inter Tight', sans-serif; font-size: clamp(2.1rem, 4.4vw, 3.4rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 1.5rem; color: var(--oe-pearl); }
  .cta-section p { font-size: 1.05rem; color: rgba(248, 250, 251, 0.7); max-width: 560px; margin: 0 auto 2.5rem; line-height: 1.65; }
  .cta-section .btn-oe-primary { background: var(--oe-pearl); color: var(--oe-navy); border-color: var(--oe-pearl); }
  .cta-section .btn-oe-primary:hover { background: var(--oe-pearl-2); color: var(--oe-navy); }

  /* FOOTER */
  footer { background: var(--oe-navy-deep); color: rgba(248, 250, 251, 0.75); padding: 5rem 0 2.5rem; border-top: 1px solid var(--oe-navy-line); }
  .footer-brand-logo { display: inline-block; margin-bottom: 1.25rem; transition: opacity 0.3s; text-decoration: none; }
  .footer-brand-logo:hover { opacity: 0.85; }
  .footer-brand-logo .brand-lockup { height: 136px; }
  footer h5 { font-family: 'Inter Tight', sans-serif; font-size: 0.85rem; color: var(--oe-pearl); margin-bottom: 1.25rem; font-weight: 600; letter-spacing: -0.02em; }
  footer ul { list-style: none; padding-left: 0; }
  footer li { margin-bottom: 0.7rem; }
  footer a { color: rgba(248, 250, 251, 0.6); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
  footer a:hover { color: var(--oe-pearl); }
  .footer-brand-text { font-size: 0.92rem; color: rgba(248, 250, 251, 0.55); max-width: 320px; line-height: 1.65; margin-bottom: 1.5rem; }
  .footer-contact { font-size: 0.92rem; color: rgba(248, 250, 251, 0.85); }
  .footer-contact a { color: rgba(248, 250, 251, 0.85); }
  .footer-contact div { margin-bottom: 0.4rem; }
  .footer-bottom { padding-top: 2rem; border-top: 1px solid var(--oe-navy-line); margin-top: 2.5rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; color: rgba(248, 250, 251, 0.5); }

  /* Single hero fade */
  .fade-up { opacity: 0; transform: translateY(24px); animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
  .fade-up.d1 { animation-delay: 0.1s; }
  .fade-up.d2 { animation-delay: 0.22s; }
  .fade-up.d3 { animation-delay: 0.34s; }
  @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
  @media (prefers-reduced-motion: reduce) { .fade-up { animation: none; opacity: 1; transform: none; } }

  /* Mobile */
  @media (max-width: 991px) {
    .hero { padding: 3rem 0; }
    .hero-visual { margin-top: 3rem; }
    .section { padding: 5rem 0; }
    .media-row { grid-template-columns: 1fr; gap: 2rem; padding: 1.5rem 0; }
    .media-row .portal-media-shot, .media-row.rev .portal-media-shot, .media-row.rev .portal-media-text { order: 0; }
    .portal-intro { padding: 2.25rem 2rem; }
    .cta-section { padding: 5.5rem 0; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .navbar-brand .brand-lockup { height: 88px; }
    .press-row { gap: 1.25rem; }
    .press-name { font-size: 1rem; }
    .form-carousel .carousel-control-prev, .form-carousel .carousel-control-next { padding-top: 0; align-items: center; }
    .form-carousel .ctrl { margin: 0 0.35rem; width: 38px; height: 38px; }
  }