:root {
  --bg: #06070b;
  --panel: rgba(13, 14, 19, 0.94);
  --panel-soft: rgba(11, 12, 17, 0.9);
  --text: #ffffff;
  --muted: #9ca4b6;
  --accent: #ff7a1a;
  --accent-soft: rgba(255, 122, 26, 0.18);
  --blue-soft: rgba(70, 128, 255, 0.2);
  --line: rgba(255, 255, 255, 0.05);
  --shadow: 0 28px 90px rgba(2, 4, 10, 0.5);
  --radius: 32px;
  --drum-duration: 12.5s;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

@font-face {
  font-family: "SF Pro Display Custom";
  src: url("assets/SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display Custom";
  src: url("assets/SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display Custom";
  src: url("assets/SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(29, 62, 122, 0.12), transparent 24%),
    radial-gradient(circle at 50% 0%, rgba(255, 122, 26, 0.045), transparent 24%),
    linear-gradient(180deg, rgba(7, 8, 12, 0.98) 0%, rgba(6, 7, 11, 1) 42%, rgba(5, 6, 10, 1) 100%),
    var(--bg);
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 78%);
  opacity: 0.34;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 122, 26, 0.055), transparent 16%),
    radial-gradient(circle at 82% 12%, rgba(68, 122, 255, 0.08), transparent 20%);
  pointer-events: none;
}

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

button {
  font: inherit;
}

#particle-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.58;
  pointer-events: none;
}

.page-shell {
  position: relative;
  z-index: 1;
}

.section {
  width: min(1120px, calc(100vw - clamp(18px, 4vw, 48px)));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 112px) 0;
}

.hero {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(88px, 11vw, 108px);
  padding-bottom: clamp(32px, 6vw, 64px);
}

.hero-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero-copy,
.hero-video-stage {
  will-change: transform;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.eyebrow,
.section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-title,
.section-title {
  margin: 26px 0 0;
  font-size: clamp(1.7rem, 4.4vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-line,
.section-title > span {
  display: block;
}

.hero-line-accent,
.section-title-accent {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
}

.hero-subtitle,
.section-text {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.6vw, 1.125rem);
  line-height: 1.8;
}

.video-shell {
  position: relative;
  margin-top: 48px;
}

.video-shell::before,
.video-shell::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: calc(var(--radius) - 8px);
  filter: blur(56px);
  opacity: 0.8;
  pointer-events: none;
}

.video-shell::before {
  background: radial-gradient(circle, rgba(255, 122, 26, 0.24), transparent 62%);
  animation: breathe 9s ease-in-out infinite;
}

.video-shell::after {
  inset: 36px;
  background: radial-gradient(circle, rgba(52, 110, 255, 0.2), transparent 62%);
  animation: breathe 11s ease-in-out infinite reverse;
}

.video-card,
.panel-card,
.timeline-card,
.stat-card,
.stat-panel,
.faq-panel,
.cta-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.video-card {
  overflow: hidden;
  min-height: 560px;
  padding: 44px 40px 34px;
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 122, 26, 0.09), transparent 36%),
    radial-gradient(circle at center, rgba(34, 92, 214, 0.16), transparent 48%);
}

.video-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 168px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2), transparent 64%);
  filter: blur(24px);
  opacity: 0.55;
  animation: breathe 8s ease-in-out infinite;
}

.video-sweep {
  position: absolute;
  top: 0;
  left: -32%;
  width: 44%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: skewX(-12deg);
  animation: sweep 6.5s ease-in-out infinite;
}

.video-top-line {
  position: absolute;
  left: 36px;
  right: 36px;
  top: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.75), transparent);
}

.video-badge {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.video-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(255, 122, 26, 0.9);
}

.video-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 112px auto 0;
}

.video-label {
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.video-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.video-player {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  margin: 34px auto 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(52, 110, 255, 0.16), transparent 56%),
    rgba(6, 8, 13, 0.96);
  box-shadow:
    0 24px 80px rgba(3, 6, 12, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.video-player::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.22;
  pointer-events: none;
}

.video-player::after {
  content: "";
  position: absolute;
  inset: auto 12% -16% 12%;
  height: 34%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 122, 26, 0.18), transparent 70%);
  filter: blur(32px);
  opacity: 0.88;
  pointer-events: none;
}

.video-embed {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  background: #05070c;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: opacity 380ms var(--ease-out), visibility 380ms var(--ease-out);
}

.video-poster,
.video-overlay-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.video-poster {
  background:
    linear-gradient(180deg, rgba(4, 6, 11, 0.2), rgba(4, 6, 11, 0.34)),
    url("https://i.ytimg.com/vi/lSQ3MY83FnA/hqdefault.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.video-overlay-shade {
  background:
    radial-gradient(circle at center, rgba(5, 7, 12, 0) 0%, rgba(5, 7, 12, 0.24) 42%, rgba(5, 7, 12, 0.76) 100%),
    linear-gradient(180deg, rgba(5, 7, 12, 0.12), rgba(5, 7, 12, 0.58));
}

.play-button {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  box-shadow: 0 0 0 10px rgba(255, 122, 26, 0.11);
  animation: pulse-ring 3.6s ease-in-out infinite;
  transition: transform 280ms var(--ease-out), box-shadow 280ms var(--ease-out);
}

.video-overlay:hover .play-button {
  transform: scale(1.05);
  box-shadow: 0 0 32px rgba(255, 122, 26, 0.42);
}

.play-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid currentColor;
}

.video-overlay-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  max-width: 460px;
  text-align: center;
}

.video-overlay-copy strong {
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  letter-spacing: -0.03em;
}

.video-overlay-copy span {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.65;
}

.video-player.is-playing .video-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.video-tags span,
.chip-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.hero-offer {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-intake-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 18px;
}

.hero-intake-timer .countdown-label {
  width: fit-content;
}

.hero-intake-timer .countdown-values {
  justify-content: center;
}

.hero-offer-price {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(9, 11, 17, 0.84);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.hero-offer-label,
.hero-offer-caption {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-offer-price strong {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.06em;
  color: white;
}

.hero-offer-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.hero-offer-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.hero-offer-points span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 122, 26, 0.95);
  box-shadow: 0 0 12px rgba(255, 122, 26, 0.4);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(54px, 5vw, 60px);
  padding: 0 clamp(18px, 3vw, 30px);
  border-radius: 18px;
  font-size: 16px;
  font-weight: 700;
  transition:
    transform 280ms var(--ease-out),
    box-shadow 280ms var(--ease-out),
    border-color 280ms var(--ease-out);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 0 38px rgba(255, 122, 26, 0.2);
}

.btn-primary:hover {
  box-shadow: 0 0 50px rgba(255, 122, 26, 0.34);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
}

.hero-stats,
.proof-stats {
  display: grid;
  gap: 16px;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.stat-card,
.stat-panel {
  padding: 28px 24px;
  text-align: center;
  transition: transform 280ms var(--ease-out), border-color 280ms var(--ease-out);
}

.stat-card:hover,
.stat-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.12);
}

.stat-value {
  font-size: clamp(2.2rem, 5vw, 3.25rem);
  letter-spacing: -0.05em;
}

.stat-label {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

.section-grid,
.proof-grid,
.testimonials-grid {
  display: grid;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
}

.section-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.proof-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  margin-top: 64px;
}

.proof-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  align-items: start;
  gap: 16px;
  width: min(760px, 100%);
  margin: 34px auto 0;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(10, 12, 18, 0.84);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.26);
}

.proof-offer-copy {
  min-width: 0;
  max-width: 700px;
}

.proof-offer-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.proof-offer-copy strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.proof-offer-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.proof-offer-actions {
  display: grid;
  gap: 10px;
  width: 100%;
}

.proof-offer-actions .countdown-label {
  justify-self: start;
  width: fit-content;
}

.micro-copy {
  margin: 0 0 -2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  line-height: 1.45;
}

.proof-offer-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
}

.proof-offer-cta-row .countdown-values {
  margin-top: 0;
}

.proof-offer-cta-row .btn {
  min-width: 188px;
  justify-content: center;
}

.proof-offer-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  width: 100%;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.proof-offer-points li {
  position: relative;
  min-width: 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.96rem;
  line-height: 1.45;
}

.proof-offer-points li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffb378;
  font-size: 0.96rem;
  font-weight: 700;
}

.countdown-block {
  margin-top: 16px;
}

.countdown-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.08);
  color: rgba(255, 196, 155, 0.96);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.countdown-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.countdown-unit {
  min-width: 76px;
  padding: 10px 10px 9px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.02);
  text-align: center;
}

.countdown-unit strong {
  display: block;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.countdown-unit span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.countdown-block-inline .countdown-values {
  justify-content: flex-start;
}

.countdown-block-compact {
  margin-top: 16px;
}

.countdown-block-compact .countdown-values {
  gap: 8px;
}

.countdown-block-compact .countdown-unit {
  min-width: 72px;
  padding: 10px 10px 9px;
  border-radius: 16px;
}

.countdown-block-compact .countdown-unit strong {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.phone-wrap {
  display: flex;
  justify-content: center;
}

.phone-mockup {
  position: relative;
  width: min(100%, 384px);
  aspect-ratio: 464 / 958;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.phone-shadow {
  position: absolute;
  inset: auto 14% -8% 14%;
  height: 20%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(63, 114, 255, 0.15), transparent 52%),
    radial-gradient(circle at center, rgba(255, 122, 26, 0.12), transparent 70%);
  filter: blur(34px);
  opacity: 0.78;
  pointer-events: none;
}

.phone-figma-image {
  position: absolute;
  top: -3.76%;
  left: -109.91%;
  z-index: 1;
  display: block;
  width: 319.83%;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 24px 56px rgba(0, 0, 0, 0.34));
}

.phone-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.phone-screen {
  position: absolute;
  inset: 1.287% 2.926% 1.158% 2.926%;
  overflow: hidden;
  border-radius: 48px;
  background: #05070d;
  isolation: isolate;
}

.phone-wallpaper,
.phone-glare {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.phone-wallpaper {
  background:
    radial-gradient(circle at 24% 21%, rgba(255, 122, 26, 0.12), transparent 18%),
    radial-gradient(circle at 79% 12%, rgba(84, 122, 255, 0.26), transparent 28%),
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, 0.04), transparent 16%),
    linear-gradient(180deg, #161b2a 0%, #0f1421 22%, #0a0f19 46%, #070b12 72%, #05070d 100%);
}

.phone-wallpaper::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.03), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 20%, transparent 78%, rgba(255, 255, 255, 0.02));
}

.phone-glare {
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.06), transparent 16%, transparent 72%, rgba(255, 255, 255, 0.012));
  mix-blend-mode: screen;
  opacity: 0.25;
}

.phone-hardware {
  position: absolute;
  inset: -14.2857% -82.9787%;
  z-index: 5;
  width: 265.9574%;
  height: 128.7001%;
  pointer-events: none;
  user-select: none;
  clip-path: inset(0 0.35% 0 0);
  mix-blend-mode: darken;
}

.phone-status-bar {
  position: absolute;
  top: 20px;
  left: 31px;
  right: 31px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.97);
  font-family: "SF Pro Display Custom", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
}

.phone-status-time {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.phone-status-icons {
  display: flex;
  align-items: center;
  gap: 7px;
}

.phone-signal {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 10px;
}

.phone-signal i {
  display: block;
  width: 2.4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
}

.phone-signal i:nth-child(1) { height: 4px; }
.phone-signal i:nth-child(2) { height: 6px; }
.phone-signal i:nth-child(3) { height: 8px; }
.phone-signal i:nth-child(4) { height: 10px; }

.phone-wifi {
  position: relative;
  width: 14px;
  height: 10px;
}

.phone-wifi::before,
.phone-wifi::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
}

.phone-wifi::before {
  bottom: 0;
  width: 14px;
  height: 9px;
}

.phone-wifi::after {
  bottom: 2px;
  width: 8px;
  height: 5px;
}

.phone-battery {
  position: relative;
  width: 24px;
  height: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.64);
  border-radius: 4px;
}

.phone-battery::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -3px;
  width: 2px;
  height: 5px;
  border-radius: 0 2px 2px 0;
  background: rgba(255, 255, 255, 0.64);
}

.phone-battery-level {
  position: absolute;
  inset: 2px;
  width: 74%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.96);
}

.phone-lock-header {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding-top: 83px;
  color: #fff;
  font-family: "SF Pro Display Custom", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
}

.phone-lock-day {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.phone-lock-time {
  margin-top: 8px;
  font-size: 83px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.phone-center-label {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  font-weight: 500;
  font-family: "SF Pro Display Custom", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.phone-notifs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc(100% - 20px);
  height: 238px;
  margin: 18px auto 0;
  overflow: hidden;
}

.phone-notif {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 74px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(60, 60, 64, 0.34), rgba(30, 30, 32, 0.72)),
    rgba(28, 28, 30, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 8px 20px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(26px) saturate(118%);
  will-change: transform, opacity;
}

.phone-notif:nth-child(2) {
  opacity: 0.9;
}

.phone-notif:nth-child(3) {
  opacity: 0.72;
}

.phone-notif-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-family: "SF Pro Display Custom", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.phone-notif-icon.stripe {
  background: linear-gradient(135deg, #635bff, #4f46e5);
}

.phone-notif-icon.paypal {
  background: rgba(255, 255, 255, 0.98);
  color: #003087;
}

.phone-notif-body {
  min-width: 0;
  flex: 1;
  font-family: "SF Pro Display Custom", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.phone-notif-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.phone-notif-app {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.phone-notif-time {
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.phone-notif-text {
  margin-top: 4px;
  color: rgba(235, 235, 245, 0.5);
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.015em;
}

.phone-notif-text strong {
  color: #fff;
  font-weight: 700;
}

.phone-home-indicator {
  position: absolute;
  left: 50%;
  bottom: 11px;
  z-index: 3;
  width: 136px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.testimonials-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.testimonials-marquee {
  position: relative;
  margin-top: 64px;
  overflow: hidden;
  padding: 10px clamp(24px, 5vw, 56px);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 6%,
    #000 14%,
    #000 86%,
    rgba(0, 0, 0, 0.35) 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 6%,
    #000 14%,
    #000 86%,
    rgba(0, 0, 0, 0.35) 94%,
    transparent 100%
  );
}

.testimonials-marquee::before {
  content: "";
  position: absolute;
  inset: 12px 14%;
  background:
    radial-gradient(circle at center, rgba(63, 118, 255, 0.12), transparent 54%),
    radial-gradient(circle at center, rgba(255, 122, 26, 0.07), transparent 74%);
  filter: blur(70px);
  pointer-events: none;
}

.testimonials-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
  transform: translate3d(var(--marquee-x, 0px), 0, 0);
}

.testimonial-slide {
  flex: 0 0 clamp(272px, 28vw, 332px);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: 0 26px 84px rgba(4, 7, 15, 0.4);
}

.testimonial-shot {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 12px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(52, 110, 255, 0.14), transparent 52%),
    rgba(10, 12, 18, 0.9);
}

.testimonial-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at top, rgba(58, 118, 255, 0.1), transparent 48%),
    radial-gradient(circle at bottom, rgba(255, 122, 26, 0.08), transparent 52%);
  pointer-events: none;
}

.testimonial-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 12, 18, 0.08), transparent 22%, transparent 78%, rgba(10, 12, 18, 0.12));
  pointer-events: none;
}

.testimonial-shot img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: 216px;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.45);
}

.testimonial-caption {
  margin-top: 16px;
}

.testimonial-caption strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.testimonial-caption span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.about-grid {
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 4vw, 54px);
}

.about-copy {
  min-width: 0;
}

.about-copy .section-text {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.about-text {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.55vw, 1.08rem);
  line-height: 1.84;
}

.about-visual {
  position: relative;
}

.about-portrait {
  position: relative;
  min-height: 520px;
  padding: clamp(22px, 3vw, 30px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at top right, rgba(68, 122, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 122, 26, 0.08), transparent 34%),
    var(--panel);
  box-shadow: var(--shadow);
}

.about-portrait::before,
.about-portrait::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-portrait::before {
  inset: auto -8% -12% 10%;
  height: 46%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 122, 26, 0.12), transparent 66%);
  filter: blur(42px);
  opacity: 0.9;
}

.about-portrait::after {
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black 24%, transparent 88%);
  opacity: 0.22;
}

.about-portrait-glow {
  position: absolute;
  left: 50%;
  top: 38%;
  width: min(74%, 310px);
  height: min(58%, 280px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 34%, rgba(68, 122, 255, 0.24), transparent 40%),
    radial-gradient(circle at 60% 62%, rgba(255, 122, 26, 0.22), transparent 48%);
  filter: blur(52px);
  opacity: 0.95;
  animation: breathe 10s ease-in-out infinite;
}

.about-photo-frame {
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(74%, 288px);
  aspect-ratio: 0.84;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 18, 0.82);
  border-radius: 30px;
  overflow: hidden;
  box-shadow:
    0 24px 72px rgba(3, 5, 11, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.about-photo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.02) 0%, rgba(5, 7, 12, 0) 28%, rgba(5, 7, 12, 0.18) 100%),
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.08), transparent 44%);
  pointer-events: none;
}

.about-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.02) contrast(1.03);
}

.about-profile-card {
  position: absolute;
  left: clamp(18px, 3vw, 26px);
  right: clamp(18px, 3vw, 26px);
  bottom: clamp(18px, 3vw, 26px);
  z-index: 2;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(9, 11, 17, 0.82);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
}

.about-profile-kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-profile-card strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  letter-spacing: -0.03em;
}

.about-profile-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.about-highlight {
  min-width: 0;
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(10, 12, 18, 0.78);
  box-shadow: 0 14px 42px rgba(1, 3, 8, 0.22);
}

.about-highlight strong {
  display: block;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.about-highlight span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-quote {
  margin: 28px 0 0;
  padding: 20px 22px 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 122, 26, 0.42);
  border-radius: 0 24px 24px 0;
  background:
    linear-gradient(90deg, rgba(255, 122, 26, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(10, 12, 18, 0.7);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.8vw, 1.15rem);
  line-height: 1.82;
}

.section-header.center {
  text-align: center;
}

.section-header.center .section-badge {
  margin: 0 auto;
}

.section-header.center .section-text {
  max-width: 760px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.orbit-visual {
  position: relative;
  width: min(100%, 520px);
  height: 420px;
  margin: 0 auto;
}

.orbit-ring,
.orbit-glow {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
}

.orbit-ring-outer {
  width: 92%;
  height: 92%;
  border: 1px solid rgba(68, 122, 255, 0.25);
  animation: spin-cw 30s linear infinite;
}

.orbit-ring-inner {
  width: 72%;
  height: 72%;
  border: 1px solid rgba(68, 122, 255, 0.16);
  animation: spin-ccw 36s linear infinite;
}

.orbit-glow {
  width: 60%;
  height: 60%;
  background:
    radial-gradient(circle at center, rgba(52, 110, 255, 0.16), transparent 56%),
    radial-gradient(circle at center, rgba(255, 122, 26, 0.08), transparent 72%);
  filter: blur(44px);
  animation: breathe 9s ease-in-out infinite;
}

.metric-card {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--panel-soft);
  padding: 24px;
  box-shadow: var(--shadow);
}

.metric-card-small {
  width: 160px;
  left: 0;
  top: 88px;
}

.metric-card-large {
  width: 280px;
  right: 10px;
  top: 0;
}

.metric-card-line {
  width: 260px;
  right: 30px;
  bottom: 18px;
}

.metric-title {
  font-size: 14px;
  font-weight: 700;
}

.metric-subtitle {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 22px;
}

.bars span {
  flex: 1;
  height: var(--bar);
  border-radius: 10px 10px 4px 4px;
  background: rgba(255, 255, 255, 0.18);
  animation: bar-grow 1.2s var(--ease-out) both;
}

.bars .bar-highlight {
  background: linear-gradient(180deg, #5b8bff, #2a66ff);
}

.metric-card-line svg {
  width: 100%;
  height: 78px;
  margin-top: 18px;
}

.metric-card-line path {
  fill: none;
  stroke: #3b82f6;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: draw-line 1.4s var(--ease-out) 0.3s forwards;
}

.metric-value {
  margin-top: 6px;
  font-size: 42px;
  letter-spacing: -0.05em;
}

.timeline {
  position: relative;
  margin-top: 72px;
}

.timeline-line {
  --timeline-progress: 0;
  position: absolute;
  left: 50%;
  top: 112px;
  bottom: 112px;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  overflow: hidden;
}

.timeline-line::before {
  content: "";
  position: absolute;
  inset: -18px;
  background: radial-gradient(circle at center, rgba(255, 122, 26, 0.16), transparent 68%);
  filter: blur(12px);
  opacity: 0.55;
}

.timeline-line::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.88), rgba(255, 122, 26, 0.74));
  box-shadow: 0 0 16px rgba(255, 122, 26, 0.45);
  transform: scaleY(var(--timeline-progress));
  transform-origin: top center;
  will-change: transform;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
}

.timeline-item-right .timeline-card {
  grid-column: 3;
  justify-self: start;
}

.timeline-item:not(.timeline-item-right) .timeline-card {
  grid-column: 1;
  justify-self: end;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 2;
  border-radius: 50%;
  background: rgba(255, 122, 26, 0.28);
  box-shadow: 0 0 0 rgba(255, 122, 26, 0);
  opacity: 0.75;
  transform: scale(0.82);
  transition:
    transform 320ms var(--ease-out),
    background-color 320ms var(--ease-out),
    box-shadow 320ms var(--ease-out),
    opacity 320ms var(--ease-out);
}

.timeline-dot.is-active {
  background: var(--accent);
  box-shadow: 0 0 28px rgba(255, 122, 26, 0.6);
  opacity: 1;
  transform: scale(1);
  animation: pulse-dot 3s ease-in-out infinite;
}

.timeline-card {
  width: min(100%, 520px);
  padding: 28px;
}

.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
}

.timeline-card h3 {
  margin: 18px 0 0;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.timeline-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.drum-shell {
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background: rgba(10, 10, 12, 0.96);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 24px 64px rgba(0,0,0,0.5);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

.drum-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 12%, transparent 88%, rgba(0, 0, 0, 0.34));
  pointer-events: none;
}

.drum-ring {
  position: absolute;
  display: none;
}

.drum-mask {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  height: 72px;
  pointer-events: none;
}

.drum-mask-top {
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.drum-mask-bottom {
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.drum-lane {
  position: relative;
  height: 250px; /* fallback, overridden by JS */
  overflow: hidden;
}

.drum-card {
  position: absolute;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(28, 28, 30, 0.92);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  will-change: transform;
}

.drum-card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.drum-card-icon.stripe {
  background: linear-gradient(135deg, #635bff, #4f46e5);
}

.drum-card-icon.paypal {
  background: #ffffff;
  color: #003087;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  isolation: isolate;
}

.drum-card-copy {
  min-width: 0;
  flex: 1;
}

.drum-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drum-card-top strong {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.drum-card-top span {
  color: #8e8e93;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.drum-card-copy p {
  margin: 6px 0 0;
  color: rgba(235, 235, 245, 0.64);
  font-size: 15px;
  line-height: 1.42;
}

.drum-card-copy p strong {
  color: #fff;
  font-weight: 700;
}

.faq-panel {
  width: min(960px, 100%);
  margin: 64px auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: border-color 300ms ease, background 300ms ease;
}

.faq-item.is-open {
  border-color: rgba(249, 115, 22, 0.35);
  background: rgba(249, 115, 22, 0.04);
}

.faq-summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  background: none;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 200ms ease;
}

.faq-summary:hover {
  color: var(--accent);
}

.faq-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: border-color 300ms ease, transform 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::before {
  width: 10px;
  height: 1.5px;
}

.faq-icon::after {
  width: 1.5px;
  height: 10px;
  transition: opacity 300ms ease;
}

.faq-item.is-open .faq-icon {
  border-color: var(--accent);
  transform: rotate(45deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 420ms cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-body {
  max-height: 300px;
}

.faq-body > p {
  padding: 0 24px 22px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Btn pulse glow */
@keyframes btn-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.4), 0 4px 24px rgba(249, 115, 22, 0.25); }
  50% { box-shadow: 0 0 0 8px rgba(249, 115, 22, 0), 0 4px 32px rgba(249, 115, 22, 0.45); }
}

.btn-primary {
  animation: btn-pulse 2.8s ease-in-out infinite;
}

.btn-primary:hover {
  animation: none;
}

/* Footer */
.site-footer {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 48px 24px 32px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-logo {
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent);
  border: 1px solid rgba(249, 115, 22, 0.3);
  border-radius: 8px;
  padding: 4px 10px;
  width: fit-content;
}

.footer-brand p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  max-width: 380px;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-decoration: none;
  transition: color 200ms ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom span {
  color: rgba(255, 255, 255, 0.28);
  font-size: 12px;
  line-height: 1.6;
}

.testimonial-card {
  position: relative;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
  transition:
    transform 280ms var(--ease-out),
    border-color 280ms var(--ease-out),
    box-shadow 280ms var(--ease-out);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 96px rgba(4, 7, 15, 0.54);
}

.testimonial-media {
  position: relative;
  overflow: hidden;
  min-height: 172px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(52, 110, 255, 0.14), transparent 50%),
    rgba(10, 12, 18, 0.88);
}

.media-toolbar {
  display: flex;
  gap: 6px;
}

.media-toolbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.chart-grid {
  position: absolute;
  inset: 42px 14px 14px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: 14px;
  opacity: 0.5;
}

.testimonial-media svg {
  position: absolute;
  inset: auto 12px 10px 12px;
  width: calc(100% - 24px);
  height: 120px;
}

.testimonial-media path {
  fill: none;
  stroke: #4a82ff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.testimonial-media.soft path {
  stroke: #71a1ff;
}

.bars-preview {
  position: absolute;
  inset: auto 18px 16px 18px;
  height: 120px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.bars-preview span {
  flex: 1;
  height: var(--bar);
  border-radius: 12px 12px 6px 6px;
  background: rgba(255, 255, 255, 0.18);
  animation: bar-grow 1.2s var(--ease-out) both;
}

.bars-preview .bar-accent {
  background: linear-gradient(180deg, #5b8bff, #2a66ff);
}

.metric-stack {
  display: grid;
  gap: 10px;
  align-content: end;
}

.metric-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.metric-pill span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.metric-pill strong {
  font-size: 18px;
}

.testimonial-card blockquote {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.75;
}

.testimonial-meta {
  margin-top: 18px;
}

.testimonial-meta strong {
  display: block;
  font-size: 17px;
}

.testimonial-meta span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.faq-panel details {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.18);
  padding: 18px 22px;
}

.faq-panel details + details {
  margin-top: 16px;
}

.faq-panel summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
}

.faq-panel summary::-webkit-details-marker {
  display: none;
}

.faq-panel summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.56);
  font-size: 28px;
  transition: transform 220ms var(--ease-out);
}

.faq-panel details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-panel p {
  margin: 14px 0 0;
  max-width: 840px;
  color: var(--muted);
  line-height: 1.8;
}

.cta-section {
  padding-top: 28px;
  padding-bottom: 132px;
}

.cta-panel {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  padding: 34px;
  text-align: left;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: -14% auto auto -8%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.15), transparent 68%);
  filter: blur(32px);
  pointer-events: none;
}

.cta-panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -24% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54, 106, 228, 0.14), transparent 72%);
  filter: blur(42px);
  pointer-events: none;
}

.cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: start;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.cta-copy .section-badge {
  margin: 0;
}

.cta-copy .section-text {
  max-width: 680px;
  margin-left: 0;
}

.cta-points {
  margin-top: 30px;
  display: grid;
  gap: 16px;
}

.cta-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(7, 8, 12, 0.5);
}

.cta-point-dot {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(255, 122, 26, 0.65);
}

.cta-point strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.cta-point p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.checkout-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(9, 10, 15, 0.94);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.36);
}

.checkout-glow {
  position: absolute;
  inset: -12% -18% auto auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.16), transparent 68%);
  filter: blur(26px);
  pointer-events: none;
}

.checkout-top {
  position: relative;
  z-index: 1;
}

.checkout-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.checkout-top strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.checkout-top p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.checkout-price {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.025);
}

.checkout-price-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.1);
  color: rgba(255, 185, 137, 0.95);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.checkout-price-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: 12px;
}

.checkout-price-row strong {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.checkout-price-row span {
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  letter-spacing: 0.02em;
}

.checkout-price p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.checkout-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.checkout-metric {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.checkout-metric span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.checkout-metric strong {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.checkout-includes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.checkout-item {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.checkout-item::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(255, 122, 26, 0.55);
}

.cta-checkout {
  width: 100%;
  margin-top: 26px;
  min-height: 64px;
  font-size: 17px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 40px rgba(255, 122, 26, 0.22);
}

.cta-checkout:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 56px rgba(255, 122, 26, 0.34);
}

.checkout-trust {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.checkout-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.checkout-trust span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(95, 238, 166, 0.92);
  box-shadow: 0 0 12px rgba(95, 238, 166, 0.35);
}

.cta-panel .btn {
  margin-top: 0;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  filter: blur(12px);
  transition:
    opacity 900ms var(--ease-out),
    transform 900ms var(--ease-out),
    filter 900ms var(--ease-out);
  transition-delay: var(--delay, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

@keyframes breathe {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.04);
    opacity: 0.72;
  }
}

@keyframes sweep {
  0%,
  12% {
    opacity: 0;
    transform: translateX(0) skewX(-12deg);
  }

  38% {
    opacity: 0.66;
    transform: translateX(190%) skewX(-12deg);
  }

  100% {
    opacity: 0;
    transform: translateX(220%) skewX(-12deg);
  }
}

@keyframes pulse-ring {
  0%,
  100% {
    box-shadow: 0 0 0 10px rgba(255, 122, 26, 0.12);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 16px rgba(255, 122, 26, 0.05);
    transform: scale(1.04);
  }
}

@keyframes spin-cw {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-ccw {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes bar-grow {
  from {
    transform: scaleY(0);
    transform-origin: bottom;
  }

  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes pulse-dot {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 12px rgba(255, 122, 26, 0.4);
  }

  50% {
    transform: scale(1.18);
    box-shadow: 0 0 28px rgba(255, 122, 26, 0.72);
  }
}

/* drum-cycle replaced by JS RAF */

@media (max-width: 1200px) {
  .hero-inner {
    width: min(940px, 100%);
  }

  .section-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  }

  .about-grid {
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  }

  .video-card {
    min-height: 528px;
  }

  .orbit-visual {
    width: min(100%, 480px);
    height: 396px;
  }

  .metric-card-large {
    width: 248px;
    right: 0;
  }

  .metric-card-line {
    width: 236px;
    right: 16px;
  }
}

@media (max-width: 1024px) {
  .section,
  .hero {
    width: min(100%, calc(100vw - 32px));
  }

  .section-grid,
  .proof-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-copy {
    order: 1;
  }

  .about-visual {
    order: 2;
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .about-portrait {
    min-height: 484px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-slide {
    flex-basis: 300px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .phone-wrap {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .proof-offer {
    width: min(760px, 100%);
    justify-items: stretch;
  }

  .proof-offer-actions {
    gap: 10px;
  }

  .proof-offer-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .proof-offer-cta-row .btn {
    width: 100%;
  }

  .proof-offer-points {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .timeline-line {
    top: 22px;
    bottom: 22px;
    left: 10px;
    transform: none;
  }

  .timeline-item {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    margin-bottom: 24px;
  }

  .timeline-item:not(.timeline-item-right) .timeline-card,
  .timeline-item.timeline-item-right .timeline-card {
    grid-column: 2;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .timeline-dot {
    left: 10px;
    margin-left: -10px;
  }

  .timeline-card {
    padding: 24px 20px;
  }

  .timeline-card h3 {
    font-size: 28px;
  }

  .timeline-card p {
    font-size: 15px;
  }

  .cta-panel {
    max-width: 920px;
  }
}

@media (max-width: 900px) {
  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-actions .btn {
    flex: 1 1 240px;
  }

  .video-card {
    min-height: 500px;
    padding: 38px 28px 24px;
  }

  .video-top-line {
    left: 26px;
    right: 26px;
    top: 28px;
  }

  .video-badge {
    top: 42px;
    max-width: calc(100% - 44px);
    padding: 8px 14px;
    letter-spacing: 0.18em;
  }

  .video-copy {
    margin-top: 98px;
  }

  .video-player {
    margin-top: 30px;
    border-radius: 24px;
  }

  .video-tags {
    margin-top: 28px;
  }

  .hero-offer-price {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orbit-visual {
    max-width: 400px;
    height: 350px;
  }

  .metric-card {
    padding: 18px;
  }

  .metric-card-small {
    width: 126px;
    top: 82px;
  }

  .metric-card-large {
    width: 208px;
  }

  .metric-card-line {
    width: 210px;
    right: 10px;
    bottom: 8px;
  }

  .proof-offer {
    padding: 22px 20px;
  }
}

@media (max-width: 768px) {
  .about-portrait {
    min-height: 438px;
    padding: 20px;
    border-radius: 28px;
  }

  .about-photo-frame {
    width: min(76%, 256px);
    top: 42%;
  }

  .about-profile-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px 18px 16px;
    border-radius: 22px;
  }

  .about-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .about-highlight {
    padding: 16px 15px;
    border-radius: 20px;
  }

  .about-quote {
    margin-top: 22px;
    padding: 18px 18px 18px 20px;
    border-radius: 0 20px 20px 0;
    font-size: 0.98rem;
  }

  .section {
    padding: 72px 0;
  }

  .eyebrow,
  .section-badge {
    min-height: 34px;
    padding: 0 14px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .hero-title,
  .section-title {
    margin-top: 20px;
    line-height: 1.02;
  }

  .hero-subtitle,
  .section-text {
    margin-top: 18px;
    line-height: 1.72;
  }

  .cta-section {
    padding-bottom: 96px;
  }

  .cta-panel {
    padding: 20px 16px;
  }

  .cta-grid {
    gap: 22px;
  }

  .checkout-card {
    padding: 18px 16px;
    border-radius: 24px;
  }

  .hero-offer-price {
    min-height: auto;
    width: 100%;
    max-width: 480px;
    padding: 16px 18px;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 28px;
  }

  .hero-offer-points {
    gap: 8px;
  }

  .proof-offer {
    padding: 20px 18px;
  }

  .countdown-unit {
    min-width: 72px;
    border-radius: 16px;
  }

  .checkout-price-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .checkout-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-point {
    padding: 16px 14px;
    border-radius: 20px;
  }

  .cta-point strong {
    font-size: 16px;
  }

  .cta-point p {
    font-size: 14px;
  }

  .checkout-top p,
  .checkout-price p {
    font-size: 14px;
    line-height: 1.65;
  }

  .checkout-top strong {
    font-size: clamp(1.9rem, 8vw, 2.4rem);
  }

  .video-card {
    min-height: 460px;
    padding: 32px 18px 22px;
    border-radius: 28px;
  }

  .video-top-line {
    left: 22px;
    right: 22px;
    top: 24px;
  }

  .video-badge {
    top: 38px;
    gap: 8px;
    padding: 8px 12px;
    font-size: 9px;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-align: center;
  }

  .video-copy {
    margin-top: 88px;
    max-width: 100%;
  }

  .video-copy h2 {
    margin-top: 14px;
    font-size: clamp(1.4rem, 6vw, 2rem);
  }

  .video-player {
    margin-top: 28px;
    border-radius: 22px;
  }

  .play-button {
    width: 88px;
    height: 88px;
    margin-top: 0;
  }

  .video-overlay {
    gap: 16px;
    padding: 18px;
  }

  .video-overlay-copy {
    max-width: 360px;
  }

  .hero-actions {
    margin-top: 30px;
  }

  .btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-card,
  .stat-panel {
    padding: 22px 18px;
  }

  .orbit-visual {
    max-width: 360px;
    height: 320px;
  }

  .metric-card-small {
    width: 118px;
    top: 80px;
  }

  .metric-card-large,
  .metric-card-line {
    width: 198px;
  }

  .metric-card-line {
    right: 10px;
    bottom: 6px;
  }

  .metric-title {
    font-size: 12px;
  }

  .metric-subtitle {
    font-size: 10px;
  }

  .metric-value {
    font-size: 34px;
  }

  .bars {
    gap: 6px;
    margin-top: 16px;
  }

  .phone-mockup {
    width: min(100%, 340px);
  }

  .phone-screen {
    border-radius: 44px;
  }

  .phone-lock-header {
    padding-top: 76px;
  }

  .phone-lock-time {
    font-size: 78px;
  }

  .phone-center-label {
    margin-top: 14px;
  }

  .phone-notifs {
    width: calc(100% - 18px);
    gap: 10px;
    height: 234px;
  }

  .phone-notif {
    min-height: 70px;
    padding: 12px 13px;
    border-radius: 20px;
  }

  .phone-notif-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
    font-size: 19px;
  }

  .phone-notif-app {
    font-size: 15px;
  }

  .phone-notif-time {
    font-size: 12px;
  }

  .drum-shell {
    padding: 0;
    border-radius: 0;
  }

  .drum-lane {
    height: 176px;
  }

  .drum-mask {
    height: 64px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-marquee {
    margin-top: 48px;
    padding: 10px 14px;
  }

  .testimonial-slide {
    flex-basis: min(78vw, 272px);
    padding: 14px;
  }

  .testimonial-shot {
    min-height: 210px;
  }

  .testimonial-shot img {
    max-height: 188px;
  }

  .drum-card {
    inset-inline: 10px;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 18px;
  }

  .drum-card-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 13px;
    font-size: 20px;
  }

  .drum-card-top strong {
    font-size: 15px;
  }

  .drum-card-top span {
    font-size: 12px;
  }

  .drum-card-copy p {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq-panel {
    margin-top: 48px;
    padding: 16px;
  }

  .faq-panel details {
    padding: 16px;
    border-radius: 20px;
  }

  .faq-panel summary {
    padding-right: 28px;
    font-size: 18px;
  }

  .faq-panel p {
    font-size: 15px;
    line-height: 1.7;
  }

  .checkout-metric {
    min-height: 82px;
  }

  .checkout-metric strong {
    font-size: 18px;
  }

  .checkout-item {
    min-height: 42px;
    font-size: 14px;
  }

  .checkout-trust {
    gap: 8px;
  }

  .checkout-trust span {
    font-size: 11px;
    min-height: 32px;
  }
}

@media (max-width: 480px) {
  body::before {
    background-size: 58px 58px;
  }

  .section,
  .hero {
    width: min(100%, calc(100vw - 18px));
  }

  .section {
    padding: 60px 0;
  }

  .hero {
    padding-top: 80px;
  }

  .hero-title,
  .section-title {
    font-size: clamp(1.55rem, 9.5vw, 2.25rem);
  }

  .hero-subtitle,
  .section-text {
    font-size: 15px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-offer-price {
    gap: 8px;
    padding: 14px 12px;
    border-radius: 22px;
  }

  .hero-offer-price strong {
    font-size: 2.2rem;
  }

  .hero-offer-points span {
    width: 100%;
    justify-content: center;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .video-shell {
    margin-top: 36px;
  }

  .video-card {
    min-height: 420px;
    padding: 26px 14px 18px;
    border-radius: 24px;
  }

  .video-top-line {
    left: 16px;
    right: 16px;
    top: 20px;
  }

  .video-badge {
    top: 30px;
    gap: 6px;
    padding: 7px 10px;
    font-size: 8px;
    letter-spacing: 0.12em;
    max-width: calc(100% - 28px);
  }

  .video-copy {
    margin-top: 72px;
  }

  .video-copy h2 {
    font-size: clamp(1.3rem, 8vw, 1.8rem);
  }

  .video-player {
    margin-top: 24px;
    border-radius: 18px;
  }

  .play-button {
    width: 76px;
    height: 76px;
    margin-top: 0;
  }

  .play-triangle {
    margin-left: 6px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid currentColor;
  }

  .video-tags {
    margin-top: 24px;
    gap: 8px;
  }

  .video-overlay {
    gap: 14px;
    padding: 14px;
  }

  .video-overlay-copy strong {
    font-size: 1.06rem;
  }

  .video-overlay-copy span {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .video-tags span,
  .chip-row span {
    width: 100%;
    min-height: 36px;
    font-size: 11px;
  }

  .testimonials-marquee {
    padding: 8px 10px;
  }

  .about-portrait {
    min-height: 376px;
    padding: 18px;
    border-radius: 24px;
  }

  .about-portrait::after {
    background-size: 44px 44px;
  }

  .about-photo-frame {
    width: min(78%, 214px);
    top: 40%;
  }

  .about-profile-card strong {
    font-size: 1.08rem;
  }

  .about-profile-card p,
  .about-highlight span {
    font-size: 13px;
  }

  .about-quote {
    font-size: 0.94rem;
    line-height: 1.74;
  }

  .testimonial-slide {
    flex-basis: min(84vw, 250px);
    padding: 12px;
    border-radius: 22px;
  }

  .testimonial-shot {
    min-height: 186px;
    border-radius: 18px;
  }

  .testimonial-shot img {
    max-height: 160px;
  }

  .testimonial-caption strong {
    font-size: 18px;
  }

  .orbit-visual {
    max-width: 296px;
    height: 280px;
  }

  .metric-card {
    padding: 12px;
    border-radius: 18px;
  }

  .metric-card-small {
    width: 100px;
    top: 72px;
  }

  .metric-card-large {
    width: 160px;
    right: 0;
  }

  .metric-card-line {
    width: 170px;
    right: 4px;
    bottom: 0;
  }

  .metric-title {
    font-size: 11px;
  }

  .metric-subtitle {
    font-size: 9px;
    line-height: 1.4;
  }

  .bars {
    gap: 5px;
  }

  .metric-value {
    font-size: 28px;
  }

  .timeline {
    margin-top: 48px;
  }

  .timeline-line {
    top: 18px;
    bottom: 18px;
  }

  .timeline-item {
    gap: 14px;
    margin-bottom: 22px;
  }

  .timeline-item:not(.timeline-item-right) .timeline-card,
  .timeline-item.timeline-item-right .timeline-card {
    grid-column: 2;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .timeline-card {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .timeline-step {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .timeline-card h3 {
    font-size: 24px;
  }

  .timeline-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .timeline-dot {
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
  }

  .phone-mockup {
    width: min(100%, 286px);
  }

  .phone-screen {
    border-radius: 40px;
  }

  .phone-status-bar {
    left: 20px;
    right: 20px;
  }

  .phone-lock-header {
    padding-top: 70px;
  }

  .phone-lock-day {
    font-size: 13px;
  }

  .phone-lock-time {
    font-size: 68px;
  }

  .phone-center-label {
    margin-top: 12px;
    font-size: 10px;
  }

  .phone-notifs {
    width: calc(100% - 16px);
    gap: 8px;
    height: 214px;
    margin-top: 14px;
  }

  .phone-notif {
    gap: 10px;
    min-height: 64px;
    padding: 10px 11px;
    border-radius: 18px;
  }

  .phone-notif-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
    font-size: 17px;
  }

  .phone-notif-app {
    font-size: 14px;
  }

  .phone-notif-time {
    font-size: 11px;
  }

  .phone-notif-text {
    font-size: 12px;
  }

  .drum-shell {
    padding: 0;
    border-radius: 0;
  }

  .drum-lane {
    height: 164px;
  }

  .drum-mask {
    height: 56px;
  }

  .drum-card {
    inset-inline: 8px;
    gap: 10px;
    padding: 12px;
    border-radius: 17px;
  }

  .drum-card-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
    font-size: 18px;
  }

  .drum-card-top strong {
    font-size: 14px;
  }

  .drum-card-top span {
    font-size: 11px;
  }

  .drum-card-copy p {
    font-size: 13px;
  }

  .proof-offer {
    padding: 18px 14px;
    border-radius: 22px;
  }

  .proof-offer-copy strong {
    font-size: clamp(1.4rem, 7vw, 1.9rem);
  }

  .countdown-values {
    gap: 8px;
  }

  .countdown-unit {
    min-width: calc(33.333% - 6px);
    flex: 1 1 calc(33.333% - 6px);
    padding: 10px 8px 9px;
    border-radius: 14px;
  }

  .countdown-unit strong {
    font-size: 1.2rem;
  }

  .countdown-unit span {
    margin-top: 6px;
    font-size: 10px;
  }

  .faq-panel {
    margin-top: 40px;
    padding: 14px;
  }

  .faq-panel details {
    padding: 14px;
    border-radius: 18px;
  }

  .faq-panel summary {
    font-size: 16px;
  }

  .cta-panel {
    padding: 16px 14px;
  }

  .cta-panel::before,
  .cta-panel::after {
    width: 220px;
    height: 220px;
  }

  .cta-point {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cta-point-dot {
    margin-top: 0;
  }

  .checkout-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .checkout-metrics {
    grid-template-columns: 1fr;
  }

  .proof-stats {
    grid-template-columns: 1fr;
  }

  .checkout-trust span {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
