/* ——— سینما 401 Landing ——— */
:root {
  --lp-bg: #0a1519;
  --lp-bg-elev: #112127;
  --lp-bg-soft: #162a31;
  --lp-green: #2e9754;
  --lp-green-bright: #3db866;
  --lp-green-glow: rgba(46, 151, 84, 0.45);
  --lp-text: #f2f6f4;
  --lp-muted: #9aada8;
  --lp-line: rgba(255, 255, 255, 0.08);
  --lp-font: peyda, "Vazirmatn", sans-serif;
  --lp-max: 1100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--lp-font);
  color: var(--lp-text);
  background: var(--lp-bg);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Film grain overlay */
.lp-grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ——— Nav ——— */
.lp-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1.25rem, 4vw, 3rem);
  background: linear-gradient(180deg, rgba(10, 21, 25, 0.92) 0%, rgba(10, 21, 25, 0.55) 70%, transparent 100%);
  backdrop-filter: blur(8px);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.lp-nav.is-scrolled {
  background: rgba(10, 21, 25, 0.92);
  box-shadow: 0 1px 0 var(--lp-line);
}

.lp-nav-brand {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--lp-text);
}

.lp-nav-links {
  display: flex;
  gap: 1.75rem;
}

.lp-nav-links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--lp-muted);
  transition: color 0.2s;
}

.lp-nav-links a:hover {
  color: var(--lp-text);
}

/* ——— Buttons ——— */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.6rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: var(--lp-green);
  border: none;
  border-radius: 0.65rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 0 0 transparent;
}

.lp-btn:hover {
  background: var(--lp-green-bright);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px var(--lp-green-glow);
}

.lp-btn--sm {
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.lp-btn-short {
  display: none;
}

.lp-btn--ghost {
  background: transparent;
  color: var(--lp-text);
  border: 1px solid var(--lp-line);
  box-shadow: none;
}

.lp-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.18);
}

/* ——— Hero ——— */
.lp-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  padding: 0 clamp(1.25rem, 4vw, 3rem) 4.5rem;
  overflow: hidden;
}

.lp-hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 35%, rgba(46, 151, 84, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 100% 70% at 50% 100%, #0a1519 40%, transparent 70%),
    linear-gradient(180deg, #0d1c22 0%, #0a1519 55%, #071014 100%);
}

.lp-screen {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 920px);
  perspective: 1200px;
}

.lp-screen-glow {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 70%;
  height: 60%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, var(--lp-green-glow) 0%, transparent 70%);
  filter: blur(40px);
  animation: lp-pulse 5s ease-in-out infinite;
}

.lp-screen-beam {
  position: absolute;
  top: -8%;
  left: 50%;
  width: 28%;
  height: 35%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(46, 151, 84, 0.08) 40%, transparent 100%);
  clip-path: polygon(35% 0, 65% 0, 100% 100%, 0 100%);
  opacity: 0.7;
  animation: lp-beam 6s ease-in-out infinite;
}

.lp-screen-frame {
  position: relative;
  padding: 0.55rem;
  background: linear-gradient(145deg, #1a2e35, #0e1a1f);
  border-radius: 0.4rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.55);
  transform: rotateX(8deg);
  transform-origin: center bottom;
  animation: lp-screen-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lp-screen-surface {
  position: relative;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(46, 151, 84, 0.35) 0%, transparent 55%),
    linear-gradient(160deg, #1a3a42 0%, #0f242b 45%, #0a1a1f 100%);
  border-radius: 0.2rem;
  overflow: hidden;
}

.lp-screen-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.06) 50%,
    transparent 60%
  );
  background-size: 200% 100%;
  animation: lp-shimmer 8s ease-in-out infinite;
}

.lp-screen-title {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 0 40px var(--lp-green-glow);
  animation: lp-title-glow 4s ease-in-out infinite;
}

.lp-screen-sub {
  position: relative;
  z-index: 1;
  font-size: clamp(0.75rem, 2vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.55);
}

.lp-seats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 38%;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 28px,
      rgba(0, 0, 0, 0.25) 28px,
      rgba(0, 0, 0, 0.25) 30px
    ),
    linear-gradient(180deg, transparent 0%, rgba(7, 12, 14, 0.4) 20%, #071014 85%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 35%);
  pointer-events: none;
}

.lp-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 36rem;
  padding-top: 55vh;
  animation: lp-copy-in 1s 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lp-brand {
  margin: 0 0 0.5rem;
  font-size: clamp(2.6rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff;
}

.lp-brand--sm {
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  margin-bottom: 0.75rem;
}

.lp-hero-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.35;
  color: rgba(242, 246, 244, 0.92);
}

.lp-hero-lead {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  color: var(--lp-muted);
  max-width: 28rem;
}

.lp-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.lp-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 22px;
  height: 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lp-scroll-hint:hover {
  opacity: 1;
}

.lp-scroll-hint span {
  display: block;
  width: 4px;
  height: 8px;
  margin: 6px auto 0;
  background: var(--lp-green);
  border-radius: 2px;
  animation: lp-scroll-dot 1.6s ease-in-out infinite;
}

/* ——— Sections ——— */
.lp-section {
  position: relative;
  z-index: 1;
  padding: clamp(4.5rem, 10vw, 7rem) clamp(1.25rem, 4vw, 3rem);
}

.lp-section--alt {
  background:
    linear-gradient(180deg, transparent, rgba(22, 42, 49, 0.55) 20%, rgba(22, 42, 49, 0.55) 80%, transparent);
}

.lp-section-inner {
  max-width: var(--lp-max);
  margin: 0 auto;
}

.lp-eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--lp-green-bright);
}

.lp-h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.lp-lead {
  margin: 0 0 2.75rem;
  max-width: 34rem;
  font-size: 1.05rem;
  color: var(--lp-muted);
}

.lp-section-inner:has(.lp-pillars),
.lp-section-inner:has(.lp-features) {
  text-align: center;
}

.lp-section-inner:has(.lp-pillars) .lp-lead,
.lp-section-inner:has(.lp-features) .lp-lead {
  margin-left: auto;
  margin-right: auto;
}

.lp-body {
  margin: 0;
  max-width: 34rem;
  font-size: 1.02rem;
  color: var(--lp-muted);
}

/* Steps — editorial, not cards */
.lp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: none;
}

.lp-step {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.25rem;
  row-gap: 0.35rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--lp-line);
}

.lp-step:last-child {
  border-bottom: 1px solid var(--lp-line);
}

.lp-step-num {
  grid-row: 1 / span 2;
  align-self: start;
  padding-top: 0.15rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lp-green);
  font-variant-numeric: tabular-nums;
}

.lp-step h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.lp-step p {
  margin: 0;
  color: var(--lp-muted);
  max-width: 36rem;
}

/* Features — centered boxed grid */
.lp-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.lp-feature {
  padding: 1.75rem 1.35rem;
  background: rgba(17, 33, 39, 0.85);
  border: 1px solid var(--lp-line);
  border-radius: 0.85rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.lp-feature:hover {
  border-color: rgba(46, 151, 84, 0.35);
  background: rgba(22, 42, 49, 0.95);
}

.lp-feature h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.lp-feature p {
  margin: 0 auto;
  max-width: 22rem;
  color: var(--lp-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Experience pillars — centered boxed grid */
.lp-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

.lp-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.85rem 1.35rem;
  background: rgba(17, 33, 39, 0.85);
  border: 1px solid var(--lp-line);
  border-radius: 0.85rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.lp-pillar:hover {
  border-color: rgba(46, 151, 84, 0.35);
  background: rgba(22, 42, 49, 0.95);
}

.lp-pillar-tag {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--lp-green-bright);
}

.lp-pillar h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.lp-pillar > p:not(.lp-pillar-tag):not(.lp-pillar-note) {
  margin: 0;
  max-width: 18rem;
  color: var(--lp-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.lp-pillar-note {
  margin: 1.1rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lp-text);
  opacity: 0.72;
}

.lp-pillar.reveal:nth-child(2) { transition-delay: 0.08s; }
.lp-pillar.reveal:nth-child(3) { transition-delay: 0.16s; }

@media (max-width: 980px) {
  .lp-pillars {
    grid-template-columns: 1fr;
    max-width: 28rem;
  }

  .lp-features {
    max-width: 36rem;
  }
}

/* About */
.lp-about {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.lp-about-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Flat TV set */
.lp-tv {
  width: min(100%, 340px);
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.55));
}

.lp-tv-body {
  width: 100%;
  background: linear-gradient(165deg, #1c2c32 0%, #101c21 55%, #0c161a 100%);
  border-radius: 1.1rem;
  padding: 0.7rem 0.7rem 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(0, 0, 0, 0.35);
}

.lp-tv-bezel {
  border-radius: 0.55rem;
  padding: 0.35rem;
  background: linear-gradient(180deg, #060d10, #0a1216);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.lp-tv-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #04080a;
}

.lp-tv-idle {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, rgba(46, 151, 84, 0.28) 0%, transparent 65%),
    linear-gradient(160deg, #0d1a1f 0%, #071014 100%);
}

.lp-tv-idle-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 50% 40%, rgba(61, 184, 102, 0.18), transparent 55%);
  animation: lp-tv-glow 4.5s ease-in-out infinite;
}

.lp-tv-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-green-bright);
  pointer-events: none;
}

.lp-tv-play svg {
  width: clamp(3.25rem, 14vw, 4rem);
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
}

.lp-tv-chin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.65rem 0 0.75rem;
}

.lp-tv-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--lp-green);
  box-shadow: 0 0 10px var(--lp-green-glow);
}

.lp-tv-logo {
  font-size: 0.72rem;
    font-weight: 700;
    color: var(--lp-green);
}

.lp-tv-neck {
  width: 18%;
  height: 1.1rem;
  margin-top: -1px;
  background: linear-gradient(180deg, #152228, #0e171b);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
}

.lp-tv-base {
  width: 48%;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1a2a30, #0c1418);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
}

@keyframes lp-tv-glow {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

/* Final CTA */
.lp-cta {
  position: relative;
  z-index: 1;
  padding: clamp(5rem, 12vw, 8rem) clamp(1.25rem, 4vw, 3rem);
  text-align: center;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(46, 151, 84, 0.15) 0%, transparent 65%),
    var(--lp-bg);
}

.lp-cta-inner {
  max-width: 36rem;
  margin: 0 auto;
}

.lp-cta .lp-lead {
  margin-left: auto;
  margin-right: auto;
}

.lp-cta .lp-btn {
  margin-top: 0.5rem;
}

/* Footer */
.lp-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem);
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--lp-line);
  font-size: 0.9rem;
  color: var(--lp-muted);
  text-align: center;
}

.lp-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.lp-footer-brand {
  font-weight: 700;
  color: var(--lp-text);
  white-space: nowrap;
}

.lp-footer-copy {
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.7;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.lp-footer-link {
  flex-shrink: 0;
  font-weight: 500;
}

.lp-footer-link:hover {
  color: var(--lp-green-bright);
}

/* ——— Reveal on scroll ——— */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.lp-step.reveal:nth-child(2) { transition-delay: 0.08s; }
.lp-step.reveal:nth-child(3) { transition-delay: 0.16s; }

.lp-feature.reveal:nth-child(2) { transition-delay: 0.06s; }
.lp-feature.reveal:nth-child(3) { transition-delay: 0.12s; }
.lp-feature.reveal:nth-child(4) { transition-delay: 0.18s; }
.lp-feature.reveal:nth-child(5) { transition-delay: 0.24s; }
.lp-feature.reveal:nth-child(6) { transition-delay: 0.3s; }

/* ——— Motion ——— */
@keyframes lp-pulse {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes lp-beam {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.85; }
}

@keyframes lp-shimmer {
  0%, 100% { background-position: 120% 0; }
  50% { background-position: -20% 0; }
}

@keyframes lp-title-glow {
  0%, 100% { text-shadow: 0 0 30px var(--lp-green-glow); }
  50% { text-shadow: 0 0 55px rgba(46, 151, 84, 0.7); }
}

@keyframes lp-scroll-dot {
  0% { opacity: 1; transform: translateY(0); }
  70% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 0; transform: translateY(12px); }
}

@keyframes lp-screen-in {
  from { opacity: 0; transform: rotateX(18deg) translateY(40px); }
  to { opacity: 1; transform: rotateX(8deg) translateY(0); }
}

@keyframes lp-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

/* ——— Tablet & mobile ——— */
@media (max-width: 860px) {
  .lp-nav {
    padding:
      calc(0.75rem + env(safe-area-inset-top, 0px))
      max(1rem, env(safe-area-inset-left, 0px))
      0.75rem
      max(1rem, env(safe-area-inset-right, 0px));
    gap: 0.75rem;
  }

  .lp-nav-links {
    display: none;
  }

  .lp-nav-brand {
    font-size: 1.15rem;
  }

  .lp-btn-full {
    display: none;
  }

  .lp-btn-short {
    display: inline;
  }

  /* Stacked hero: screen then copy — no overlap */
  .lp-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
    padding:
      calc(4.25rem + env(safe-area-inset-top, 0px))
      max(1.15rem, env(safe-area-inset-right, 0px))
      2.75rem
      max(1.15rem, env(safe-area-inset-left, 0px));
    gap: 0;
  }

  .lp-hero-stage {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    padding: 0.5rem 0 0.25rem;
    background:
      radial-gradient(ellipse 90% 80% at 50% 40%, rgba(46, 151, 84, 0.22) 0%, transparent 60%),
      transparent;
  }

  .lp-screen {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    perspective: 800px;
  }

  .lp-screen-glow {
    width: 85%;
    height: 70%;
    filter: blur(28px);
  }

  .lp-screen-beam {
    display: none;
  }

  .lp-screen-frame {
    padding: 0.4rem;
    transform: rotateX(4deg);
    animation: lp-screen-in-mobile 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06),
      0 20px 40px rgba(0, 0, 0, 0.45);
  }

  .lp-screen-title {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .lp-screen-sub {
    letter-spacing: 0.22em;
    font-size: 0.72rem;
  }

  .lp-seats {
    display: none;
  }

  .lp-hero-copy {
    position: relative;
    z-index: 2;
    max-width: none;
    width: 100%;
    padding-top: 1.5rem;
    text-align: center;
    animation: lp-copy-in 0.85s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  /* Screen already carries the brand; lead with headline */
  .lp-hero-copy .lp-brand {
    display: none;
  }

  .lp-hero-title {
    font-size: clamp(1.35rem, 5.5vw, 1.65rem);
    margin-bottom: 0.65rem;
  }

  .lp-hero-lead {
    margin: 0 auto 1.35rem;
    font-size: 0.95rem;
    line-height: 1.75;
    max-width: 22rem;
  }

  .lp-hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    max-width: 20rem;
    margin: 0 auto;
  }

  .lp-hero-cta .lp-btn {
    width: 100%;
    min-height: 48px;
    padding: 0.9rem 1.25rem;
  }

  .lp-scroll-hint {
    display: none;
  }

  /* Sections */
  .lp-section {
    padding:
      3.25rem
      max(1.15rem, env(safe-area-inset-right, 0px))
      3.25rem
      max(1.15rem, env(safe-area-inset-left, 0px));
  }

  .lp-lead {
    margin-bottom: 1.75rem;
    font-size: 0.95rem;
  }

  .lp-h2 {
    font-size: clamp(1.45rem, 6vw, 1.85rem);
  }

  .lp-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .lp-step {
    column-gap: 0.9rem;
    padding: 1.35rem 0;
  }

  .lp-step-num {
    font-size: 0.95rem;
  }

  .lp-step h3 {
    font-size: 1.08rem;
  }

  .lp-step p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .lp-features {
    grid-template-columns: 1fr;
    max-width: 24rem;
    gap: 0.85rem;
  }

  .lp-feature {
    padding: 1.35rem 1.15rem;
  }

  .lp-feature h3 {
    font-size: 1.08rem;
  }

  .lp-feature p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .lp-pillars {
    grid-template-columns: 1fr;
    max-width: 24rem;
    gap: 0.85rem;
  }

  .lp-pillar {
    padding: 1.45rem 1.15rem;
  }

  .lp-pillar h3 {
    font-size: 1.15rem;
  }

  .lp-pillar > p:not(.lp-pillar-tag):not(.lp-pillar-note) {
    font-size: 0.92rem;
    max-width: none;
  }

  .lp-pillar-note {
    font-size: 0.8rem;
  }

  .lp-about {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .lp-about-copy .lp-lead,
  .lp-about-copy .lp-body {
    margin-left: auto;
    margin-right: auto;
  }

  .lp-about-visual {
    order: -1;
    display: flex;
  }

  .lp-tv {
    width: min(100%, 280px);
  }

  .lp-cta {
    padding:
      3.5rem
      max(1.15rem, env(safe-area-inset-right, 0px))
      3.5rem
      max(1.15rem, env(safe-area-inset-left, 0px));
  }

  .lp-cta .lp-btn {
    width: 100%;
    max-width: 20rem;
    min-height: 48px;
  }

  .lp-cta .lp-lead {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .lp-footer {
    gap: 0.55rem;
    align-items: center;
    text-align: center;
    padding:
      1.25rem
      max(1.15rem, env(safe-area-inset-right, 0px))
      calc(1.25rem + env(safe-area-inset-bottom, 0px))
      max(1.15rem, env(safe-area-inset-left, 0px));
    font-size: 0.8rem;
  }

  .lp-footer-top {
    gap: 0.75rem;
  }

  .lp-footer-copy {
    font-size: 0.78rem;
    line-height: 1.65;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .lp-hero {
    padding-top: calc(3.85rem + env(safe-area-inset-top, 0px));
    padding-bottom: 2.25rem;
  }

  .lp-screen {
    max-width: none;
  }

  .lp-screen-frame {
    transform: none;
  }

  .lp-hero-lead {
    font-size: 0.9rem;
    max-width: none;
  }

  .lp-section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

/* Short landscape phones */
@media (max-width: 860px) and (max-height: 480px) and (orientation: landscape) {
  .lp-hero {
    min-height: auto;
  }

  .lp-screen {
    max-width: 280px;
  }

  .lp-hero-copy {
    padding-top: 1rem;
  }
}

@keyframes lp-screen-in-mobile {
  from { opacity: 0; transform: rotateX(10deg) translateY(20px); }
  to { opacity: 1; transform: rotateX(4deg) translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .lp-screen-glow,
  .lp-screen-beam,
  .lp-screen-surface::after,
  .lp-screen-title,
  .lp-scroll-hint span,
  .lp-tv-idle-glow,
  .lp-screen-frame,
  .lp-hero-copy {
    animation: none !important;
  }
}
