:root {
  --bg: #0b0a14;
  --panel: rgba(17, 24, 39, 0.65);
  --text: #f5f3ff;
  --muted: #bab7dc;
  --line: rgba(176, 171, 216, 0.24);
  --accent: #4a0b78;
  --accent-2: #6fd59a;
  --accent-3: #ff4b5f;
  --accent-4: #b3b0d9;
  --accent-5: #c10059;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 18% 10%, #4a0b78 0%, var(--bg) 42%), var(--bg);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.bg-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(65px);
  opacity: 0.45;
  animation: drift 14s ease-in-out infinite alternate;
}

.orb-1 {
  width: 24rem;
  height: 24rem;
  background: #4a0b78;
  left: -5rem;
  top: -5rem;
}

.orb-2 {
  width: 22rem;
  height: 22rem;
  background: #ff4b5f;
  right: -4rem;
  top: 22vh;
  animation-duration: 18s;
}

.orb-3 {
  width: 18rem;
  height: 18rem;
  background: #6fd59a;
  left: 32%;
  bottom: -5rem;
  animation-duration: 20s;
}

@keyframes drift {
  from { transform: translateY(-1rem) translateX(-1rem) scale(1); }
  to { transform: translateY(1rem) translateX(1rem) scale(1.08); }
}

.topbar {
  position: fixed;
  z-index: 4;
  inset: 0 0 auto 0;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: linear-gradient(180deg, rgba(7, 11, 22, 0.82), rgba(7, 11, 22, 0));
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-smart {
  height: 1.5rem;
  width: auto;
  display: block;
}

.brand-divider {
  width: 1px;
  height: 1.15rem;
  background: rgba(243, 246, 255, 0.24);
}

.brand-subtle {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-foxway {
  height: 0.82rem;
  width: auto;
  display: block;
}

.topbar a {
  color: var(--muted);
  text-decoration: none;
}

.progress {
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.section-jump {
  position: fixed;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(176, 171, 216, 0.3);
  background: rgba(7, 11, 22, 0.72);
  color: var(--text);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.section-jump:hover {
  border-color: var(--accent-3);
  background: rgba(24, 17, 42, 0.85);
}

.section-jump:disabled {
  opacity: 0;
  pointer-events: none;
}

.section-jump-up {
  top: 5rem;
}

.section-jump-down {
  bottom: 1rem;
}

.jump-arrow {
  font-size: 0.95rem;
  color: var(--accent-2);
  line-height: 1;
}

.jump-label {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 223, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}

.dot:hover,
.dot.is-active {
  transform: scale(1.2);
  background: var(--accent-3);
  border-color: var(--accent-3);
  box-shadow: 0 0 1rem rgba(255, 75, 95, 0.45);
}

.deck {
  position: relative;
  z-index: 1;
}

.slide {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 6rem 4rem 3rem;
  scroll-snap-align: start;
}

body {
  scroll-snap-type: y mandatory;
}

.slide-inner {
  width: min(1280px, calc(100vw - 5rem));
  margin-inline: auto;
  background: linear-gradient(155deg, rgba(74, 11, 120, 0.42), rgba(20, 15, 36, 0.82));
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  padding: clamp(1.6rem, 2.8vw, 3rem);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.5rem;
  align-items: center;
}

.hero-marquee {
  margin-top: 1.4rem;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(176, 171, 216, 0.16);
  padding-top: 1rem;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.hero-marquee-track {
  display: flex;
  width: max-content;
  gap: 0;
  will-change: transform;
  animation: marqueeScroll 28s linear infinite;
}

.hero-marquee-group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
  padding-right: 1.5rem;
}

.hero-marquee-group img {
  display: block;
  height: 2rem;
  width: auto;
  opacity: 0.88;
  filter: saturate(0) brightness(1.2);
}

.hero-marquee-group img.logo-mark-invert {
  filter: brightness(0) invert(1);
}

.hero-marquee-group img[alt="GMRL"] {
  height: 2.2rem;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-loop-width, 0px)));
  }
}

.visual-stack {
  position: relative;
  min-height: 420px;
}

.shot-card,
.wide-shot {
  margin: 0;
}

.shot-card {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 9, 22, 0.76);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.shot-card img,
.wide-shot img,
.logo-strip img {
  display: block;
  width: 100%;
  height: auto;
}

.shot-main {
  width: min(100%, 480px);
  margin-left: auto;
}

.shot-small {
  position: absolute;
  width: 44%;
}

.shot-top {
  top: -0.5rem;
  left: 0;
}

.shot-bottom {
  right: 0;
  bottom: -0.5rem;
}

.float-a {
  animation: floatSoft 7s ease-in-out infinite;
}

.float-b {
  animation: floatSoft 8.2s ease-in-out infinite reverse;
}

.float-c {
  animation: floatSoft 9.2s ease-in-out infinite;
}

@keyframes floatSoft {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(-0.6deg); }
}

.logo-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1rem 0 1.2rem;
}

.logo-strip img {
  width: auto;
  height: 2rem;
  object-fit: contain;
  opacity: 0.9;
}

.logo-mark-invert {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.logo-strip-tight {
  margin-top: 0;
}

.coa-figure {
  margin: 1rem 0 0;
  overflow: hidden;
  border-radius: 0.9rem;
  border: 1px solid rgba(176, 171, 216, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.coa-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: #f1f1f1;
}

.coa-figure figcaption {
  padding: 0.7rem 0.85rem 0.85rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.solution-layout {
  margin-bottom: 1rem;
}

.wide-shot {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wide-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.workflow-gallery {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

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

.inline-shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.highlight-banner {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(176, 171, 216, 0.2);
  border-radius: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(193, 0, 89, 0.08), rgba(74, 11, 120, 0.16));
}

.highlight-banner.key-caption {
  grid-template-columns: minmax(0, 1fr);
  padding: 0.95rem 1rem;
}

#autopilot .highlight-banner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.banner-shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.products-visuals {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.products-visuals-single {
  grid-template-columns: minmax(0, 1fr);
}

.tilt-left {
  transform: rotate(-1.4deg);
}

.tilt-right {
  transform: rotate(1.4deg);
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 75, 95, 0.3);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  background: rgba(255, 75, 95, 0.14);
  color: #ffd7df;
  font-size: 0.8rem;
  font-weight: 600;
}

.eyebrow {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.7rem;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 1.05rem;
  margin-bottom: 0.55rem;
}

.lead,
li,
.note,
.price-card p,
.card p {
  color: var(--muted);
  line-height: 1.6;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.chips span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  color: #ece9ff;
  background: rgba(74, 11, 120, 0.32);
}

.chips i {
  color: var(--accent-2);
  font-size: 0.85rem;
}

.card-icon {
  color: var(--accent-2);
  margin-right: 0.45rem;
  font-size: 0.92rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

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

.problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.problem-card,
.highlight-card {
  min-height: 100%;
}

.intro-timeline ul,
.mar-models ul {
  margin-bottom: 0;
}

.mar-models {
  margin-top: 1rem;
}

.impact-banner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(179, 176, 217, 0.32);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, rgba(179, 176, 217, 0.2), rgba(74, 11, 120, 0.2));
}

.mini-label {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: var(--accent-2);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.card {
  background: rgba(31, 20, 53, 0.72);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
}

.card p {
  max-width: 56ch;
}

.big {
  margin: 0.25rem 0;
  color: #ffd1d8;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.step {
  background: rgba(31, 20, 53, 0.76);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
}

.step span {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4b5f, #6fd59a);
  color: #07101d;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.pricing-scroll-note {
  margin: -0.25rem 0 0.9rem;
  color: rgba(186, 183, 220, 0.95);
}

.pricing-spotlight {
  margin-top: 1rem;
  border: 1px solid rgba(176, 171, 216, 0.28);
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  background: linear-gradient(135deg, rgba(31, 20, 53, 0.88), rgba(74, 11, 120, 0.24));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

.pricing-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.pricing-spotlight-grid article {
  border: 1px solid rgba(176, 171, 216, 0.24);
  border-radius: 0.9rem;
  background: rgba(18, 14, 32, 0.65);
  padding: 0.85rem 0.9rem;
  display: grid;
  gap: 0.3rem;
}

.pricing-spotlight-grid span {
  color: var(--muted);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-spotlight-grid strong {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
  line-height: 1.1;
}

.savings-showcase {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  max-height: 32rem;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transform-origin: top;
  transition: max-height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.28s ease, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), margin-top 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.savings-card {
  border: 1px solid rgba(176, 171, 216, 0.26);
  border-radius: 1rem;
  padding: 0.9rem 0.95rem;
  background: linear-gradient(145deg, rgba(74, 11, 120, 0.18), rgba(31, 20, 53, 0.72));
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.savings-card-wide {
  padding: 1rem 1.05rem;
}

.savings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.savings-header i {
  color: var(--accent-2);
  font-size: 0.95rem;
}

.savings-range {
  margin: 0.45rem 0 0.25rem;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 800;
  line-height: 1.08;
}

.savings-detail {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.savings-metrics {
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.savings-metric {
  border: 1px solid rgba(176, 171, 216, 0.18);
  border-radius: 0.85rem;
  background: rgba(16, 12, 28, 0.58);
  padding: 0.8rem;
}

.savings-metric span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.savings-metric strong {
  display: block;
  margin: 0.35rem 0 0.2rem;
  color: #fff;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  line-height: 1.1;
}

.savings-metric p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.savings-note {
  margin-top: 0.65rem;
  max-height: 4rem;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transform-origin: top;
  transition: max-height 0.42s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.24s ease, transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1), margin-top 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.savings-showcase.is-hidden,
.savings-note.is-hidden {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-0.75rem);
}

.price-card {
  background: rgba(31, 20, 53, 0.78);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
}

.price-card.featured {
  border-color: rgba(193, 0, 89, 0.46);
  box-shadow: 0 0 0 1px rgba(193, 0, 89, 0.18), 0 18px 60px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

#pricing.is-stepping .price-card {
  opacity: 0.55;
  transform: scale(0.985);
}

#pricing.is-stepping .price-card.is-spotlight {
  opacity: 1;
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(111, 213, 154, 0.56);
  box-shadow: 0 0 0 1px rgba(111, 213, 154, 0.2), 0 22px 60px rgba(0, 0, 0, 0.28);
}

.price-card.featured h3 {
  padding-right: 7.2rem;
}

.price-card.featured .tag {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  margin-bottom: 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(193, 0, 89, 0.18);
  color: #ffd8eb;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price {
  margin: 0.3rem 0;
  font-size: 1.9rem;
  color: #e2ddff;
  font-weight: 800;
}

.discount {
  margin: 0.55rem 0 0.35rem;
  color: #c8ffd4;
  font-weight: 700;
  font-size: 0.88rem;
}

.plan-prices {
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.plan-prices li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--muted);
}

.plan-prices strong {
  color: #f5f3ff;
  font-weight: 700;
}

.stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.stats article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  text-align: center;
  background: rgba(31, 20, 53, 0.72);
}

.compact-stats {
  margin-top: 1rem;
}

.counter {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin: 0;
  font-weight: 800;
}

.stats span {
  color: var(--muted);
  font-size: 0.9rem;
}

.actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  color: #dce7ff;
  border: 1px solid var(--line);
  padding: 0.7rem 1.1rem;
  border-radius: 0.75rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: rgba(132, 153, 204, 0.16);
}

.btn.primary {
  color: #08121f;
  border-color: transparent;
  background: linear-gradient(135deg, #ff4b5f, #6fd59a);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(31, 20, 53, 0.76);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.faq-title {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.faq-q-icon {
  color: var(--accent-2);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.faq-icon {
  color: var(--accent-2);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.faq-answer > * {
  overflow: hidden;
}

.faq-answer p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: var(--muted);
  line-height: 1.65;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

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

.footer-brand {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(151, 165, 204, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-brand img {
  height: 1rem;
  width: auto;
  opacity: 0.88;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-seq > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: calc(var(--stagger-index, 0) * 70ms);
}

.reveal.is-visible .reveal-seq > * {
  opacity: 1;
  transform: translateY(0);
}

.key-move-shot {
  margin-top: 0.75rem;
}

.key-flow-fader {
  position: relative;
  aspect-ratio: 16 / 7;
  min-height: 210px;
  background: rgba(9, 8, 16, 0.85);
}

.key-flow-fader img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  animation: keyFlowFade 12s ease-in-out infinite;
}

.key-flow-fader .fade-a {
  animation-delay: 0s;
}

.key-flow-fader .fade-b {
  animation-delay: -6s;
}

@keyframes keyFlowFade {
  0%, 45% {
    opacity: 1;
  }
  50%, 95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hero-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 2rem 2rem 2rem 2.25rem;
  background: linear-gradient(135deg, rgba(74, 11, 120, 0.22), rgba(193, 0, 89, 0.1));
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--accent-3);
}

.hero-quote blockquote {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.hero-quote p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}

.hero-quote-source {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.hero-quote-source::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: var(--accent-2);
  border-radius: 2px;
  flex-shrink: 0;
}

.hero-quote-source span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-2);
  font-weight: 700;
}

.demo-video-wrap {
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 9, 22, 0.8);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.demo-video-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 1rem 0.5rem;
  border-bottom: 1px solid rgba(176, 171, 216, 0.12);
  background: rgba(74, 11, 120, 0.18);
}

.demo-video-caption {
  font-size: 0.8rem;
  color: var(--muted);
}

.demo-video-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
}

.tpr-proof {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(176, 171, 216, 0.2);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(74, 11, 120, 0.12), rgba(111, 213, 154, 0.06));
}

.tpr-proof-images {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.8fr;
  gap: 0.75rem;
  align-items: center;
}

.badge-card img {
  aspect-ratio: 2 / 1;
  object-fit: contain;
  background: rgba(255,255,255,0.03);
  padding: 0.75rem;
}

@media (min-width: 1600px) {
  .slide {
    padding-inline: 2.5rem;
  }

  .slide-inner {
    width: min(1480px, calc(100vw - 6rem));
    padding: 2.4rem 2.75rem;
  }
}

@media (max-width: 1020px) {
  .slide {
    padding: 5.5rem 1rem 2rem;
  }

  .hero-layout,
  .highlight-banner {
    grid-template-columns: 1fr;
  }

  .visual-stack {
    min-height: 360px;
  }

  .hero-marquee-group img {
    height: 1.75rem;
  }

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

  .problem-grid,
  .grid.three,
  .steps,
  .pricing-grid,
  .stats,
  .workflow-gallery,
  .products-visuals,
  .tpr-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-banner {
    grid-template-columns: 1fr;
  }

  .pricing-spotlight-grid {
    grid-template-columns: 1fr;
  }

  .savings-showcase {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  body {
    scroll-snap-type: y proximity;
  }

  #autopilot .highlight-banner {
    grid-template-columns: 1fr;
  }

  .section-jump {
    padding: 0.42rem 0.7rem;
  }

  .jump-label {
    font-size: 0.68rem;
  }

  .faq-title {
    line-height: 1.4;
  }

  .progress {
    right: 0.45rem;
  }

  .grid.two,
  .grid.three,
  .problem-grid,
  .steps,
  .pricing-grid,
  .stats,
  .workflow-gallery,
  .products-visuals,
  .tpr-proof,
  .tpr-proof-images {
    grid-template-columns: 1fr;
  }

  #pricing.is-stepping .price-card,
  #pricing.is-stepping .price-card.is-spotlight {
    opacity: 1;
    transform: none;
  }

  .visual-stack {
    min-height: auto;
  }

  .shot-main,
  .shot-small {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hero-stack {
    display: grid;
    gap: 0.9rem;
  }

  .hero-marquee {
    margin-top: 1rem;
    padding-top: 0.85rem;
  }

  .hero-marquee-track,
  .hero-marquee-group {
    gap: 1rem;
  }

  .hero-marquee-group img {
    height: 1.45rem;
  }

  .hero-marquee-group img[alt="Foxway"] {
    height: 1rem;
  }

  .hero-marquee-group img[alt="GMRL"] {
    height: 1.7rem;
  }

  .tilt-left,
  .tilt-right {
    transform: none;
  }

  .logo-strip img {
    height: 1.6rem;
  }

  .topbar {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-smart {
    height: 1.2rem;
  }

  .brand-foxway {
    height: 0.72rem;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .reveal-seq > * {
    opacity: 1 !important;
    transform: none !important;
  }
}
