/* Index Page Specific Styles */

/* Main Content */
.main-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: calc(100vh - 64px);
  min-height: calc(100svh - 64px);
  padding: clamp(56px, 7vh, 84px) 40px clamp(40px, 6vh, 72px);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.landing-hero {
  gap: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 168, 0, 0.11), transparent 30%),
    radial-gradient(circle at 50% 68%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.4), #0a0a0a 92%);
}

.landing-hero::before {
  content: '';
  position: absolute;
  inset: 8% 8% auto;
  height: 620px;
  height: min(620px, 68vw);
  background:
    radial-gradient(ellipse at center, rgba(255, 179, 31, 0.18), transparent 44%),
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08), transparent 58%);
  filter: blur(34px);
  opacity: 0.82;
  pointer-events: none;
  z-index: -2;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1060px;
}

.new-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 8px 16px;
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 500;
}

.new-label {
  background: white;
  color: #0a0a0a;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 184, 46, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-kicker::before,
.hero-kicker::after {
  content: '';
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 184, 46, 0.62));
}

.hero-kicker::after {
  background: linear-gradient(90deg, rgba(255, 184, 46, 0.62), transparent);
}

.main-heading {
  font-size: clamp(48px, 7.4vw, 96px);
  font-weight: 700;
  line-height: 1.02;
  margin: 0 auto 24px;
  max-width: 1120px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-hero .main-heading {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 670px;
  margin: 0 auto 30px;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-trial-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: min(100%, 620px);
  margin: 16px auto 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 184, 46, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 184, 46, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 10, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  line-height: 1.45;
}

.hero-trial-note strong {
  color: #ffc247;
  white-space: nowrap;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

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

.hero-cta-primary {
  color: #090909;
  background: linear-gradient(180deg, #ffc247, #ff9d00);
  box-shadow: 0 16px 32px rgba(255, 157, 0, 0.22);
}

.hero-cta-primary:hover {
  box-shadow: 0 20px 42px rgba(255, 157, 0, 0.28);
}

.hero-cta-secondary {
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.hero-cta-secondary:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
}

.hero-product-hunt {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.product-hunt-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 54px;
  border-radius: 8px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-hunt-badge:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.14);
}

.product-hunt-badge:focus-visible {
  outline: 2px solid rgba(255, 194, 71, 0.9);
  outline-offset: 4px;
}

.product-hunt-badge img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Demo Section */
.demo-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  background: rgba(10, 10, 10, 0.95);
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.demo-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.demo-container {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-demo {
  z-index: 1;
  width: 100%;
  width: min(100%, 1180px);
}

.hero-demo::before {
  content: '';
  position: absolute;
  inset: -9% 5% 4%;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 169, 18, 0.22), transparent 48%),
    radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.1), transparent 66%);
  filter: blur(28px);
  opacity: 0.88;
  pointer-events: none;
}

.demo-image {
  width: 100%;
  max-width: 960px;
  max-width: min(100%, 960px);
  margin: 0 auto;
  position: relative;
  transform: none;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
}

.demo-section.visible .demo-image {
  transform: scale(1);
}

.reveal-demo {
  --reveal-x: 70%;
  --reveal-y: 38%;
  --reveal-size: 0%;
}

.reveal-demo:hover,
.reveal-demo:focus-visible,
.reveal-demo.is-revealing {
  transform: translateY(-4px);
  filter: saturate(1.03) brightness(1.02);
}

.reveal-demo:focus-visible {
  outline: 2px solid rgba(255, 184, 46, 0.72);
  outline-offset: 8px;
  border-radius: 28px;
}

.reveal-demo-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 2018 / 2060;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: #080808;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.68),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 80px rgba(255, 165, 0, 0.12);
  transition: border-color 0.45s ease, box-shadow 0.55s ease;
}

.reveal-demo:hover .reveal-demo-stage,
.reveal-demo:focus-visible .reveal-demo-stage,
.reveal-demo.is-revealing .reveal-demo-stage {
  border-color: rgba(255, 184, 46, 0.28);
  box-shadow:
    0 38px 96px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 58px rgba(255, 184, 46, 0.2),
    inset 0 0 56px rgba(255, 184, 46, 0.06);
}

.reveal-demo-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--reveal-x) var(--reveal-y), rgba(255, 184, 46, 0.26), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent 18%);
  mix-blend-mode: screen;
  opacity: 0.42;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.5s ease;
}

.reveal-demo:hover .reveal-demo-stage::before,
.reveal-demo:focus-visible .reveal-demo-stage::before,
.reveal-demo.is-revealing .reveal-demo-stage::before {
  opacity: 0.72;
}

.reveal-demo-stage::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.12) 50%, transparent 62% 100%);
  transform: translateX(-42%);
  opacity: 0.22;
  pointer-events: none;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
  z-index: 4;
}

.reveal-demo:hover .reveal-demo-stage::after,
.reveal-demo:focus-visible .reveal-demo-stage::after {
  transform: translateX(38%);
  opacity: 0.34;
}

.reveal-demo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.reveal-demo-image-base {
  position: relative;
}

.reveal-demo-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at var(--reveal-x) var(--reveal-y),
    #000 0,
    #000 calc(var(--reveal-size) - 8%),
    rgba(0, 0, 0, 0.7) calc(var(--reveal-size) - 3%),
    rgba(0, 0, 0, 0.24) calc(var(--reveal-size) + 5%),
    transparent calc(var(--reveal-size) + 11%));
  mask-image: radial-gradient(circle at var(--reveal-x) var(--reveal-y),
    #000 0,
    #000 calc(var(--reveal-size) - 8%),
    rgba(0, 0, 0, 0.7) calc(var(--reveal-size) - 3%),
    rgba(0, 0, 0, 0.24) calc(var(--reveal-size) + 5%),
    transparent calc(var(--reveal-size) + 11%));
  transition: opacity 0.32s ease, -webkit-mask-image 0.18s ease, mask-image 0.18s ease;
  z-index: 2;
}

.reveal-demo:hover .reveal-demo-layer,
.reveal-demo:focus-visible .reveal-demo-layer,
.reveal-demo.is-revealing .reveal-demo-layer {
  --reveal-size: 22%;
  opacity: 1;
}

@media (hover: none) {
  .reveal-demo {
    --reveal-size: 24%;
  }

  .reveal-demo-layer {
    opacity: 0.95;
  }
}

.main-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to bottom, transparent, #0a0a0a);
  pointer-events: none;
  z-index: 1;
}

.features-section,
.pricing-section,
.api-costs-section,
.why-section,
.ownership-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

/* Features Section */
.features-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(67, 204, 188, 0.16), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 184, 46, 0.13), transparent 30%),
    linear-gradient(180deg, #0a0a0a 0%, #0e1113 48%, #0a0a0a 100%);
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.features-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 34%, #000 0, transparent 72%);
  opacity: 0.24;
  pointer-events: none;
}

.features-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.features-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  width: 100%;
  padding: clamp(80px, 10vw, 132px) 40px;
  text-align: center;
}

.features-header {
  max-width: 860px;
  margin: 0 auto clamp(46px, 6vw, 78px);
}

.features-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(67, 204, 188, 0.94);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.features-eyebrow::before,
.features-eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(67, 204, 188, 0.68));
}

.features-eyebrow::after {
  background: linear-gradient(90deg, rgba(67, 204, 188, 0.68), transparent);
}

.features-heading {
  font-size: clamp(42px, 6.2vw, 76px);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 auto 22px;
  max-width: 920px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.76) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 auto;
  max-width: 690px;
}

.features-mode-strip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  margin: 28px auto 0;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.24);
}

.mode-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.mode-pill-active {
  color: #08110f;
  background: linear-gradient(180deg, #7be7d6, #38c2ad);
  box-shadow: 0 10px 26px rgba(56, 194, 173, 0.2);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.feature-card {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.36s ease,
              background 0.36s ease,
              box-shadow 0.36s ease;
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 32%),
    radial-gradient(circle at 50% 0%, var(--feature-glow), transparent 42%);
  opacity: 0.42;
  pointer-events: none;
  transition: opacity 0.36s ease;
}

.feature-card::after {
  content: '';
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--feature-accent), transparent);
  opacity: 0.72;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    0 0 48px var(--feature-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.feature-card:hover::before {
  opacity: 0.7;
}

.feature-card-screen {
  --feature-accent: rgba(255, 184, 46, 0.95);
  --feature-glow: rgba(255, 184, 46, 0.24);
  --feature-shadow: rgba(255, 184, 46, 0.12);
}

.feature-card-transcription {
  --feature-accent: rgba(67, 204, 188, 0.95);
  --feature-glow: rgba(67, 204, 188, 0.23);
  --feature-shadow: rgba(67, 204, 188, 0.13);
}

.feature-card-analysis {
  --feature-accent: rgba(169, 133, 255, 0.95);
  --feature-glow: rgba(169, 133, 255, 0.23);
  --feature-shadow: rgba(169, 133, 255, 0.13);
}

.feature-card-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.feature-index {
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 28px rgba(0, 0, 0, 0.24);
  transition: transform 0.34s ease, border-color 0.34s ease, color 0.34s ease;
}

.feature-card:hover .feature-icon {
  color: var(--feature-accent);
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-3px);
}

.feature-label {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--feature-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.feature-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 16px;
}

.feature-description {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.68;
  margin: 0 0 26px;
}

.feature-surface {
  position: relative;
  z-index: 1;
  min-height: 205px;
  margin-top: auto;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 8, 9, 0.78), rgba(13, 16, 18, 0.9)),
    #0b0d0f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(0, 0, 0, 0.22);
}

.surface-window-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
}

.surface-window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
}

.surface-code-line {
  height: 12px;
  width: 68%;
  margin-bottom: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.surface-code-line-long {
  width: 88%;
}

.surface-code-line-short {
  width: 46%;
  background: rgba(255, 184, 46, 0.36);
}

.surface-insight {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 36px);
  min-height: 36px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 750;
  border: 1px solid rgba(255, 184, 46, 0.28);
  border-radius: 8px;
  background: rgba(255, 184, 46, 0.13);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.surface-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffbd3f;
  box-shadow: 0 0 0 7px rgba(255, 189, 63, 0.12);
}

.transcript-surface {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 68px;
  padding: 0 4px;
}

.waveform span {
  width: 100%;
  max-width: 18px;
  height: var(--bar-height);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(123, 231, 214, 0.98), rgba(67, 204, 188, 0.28));
  box-shadow: 0 0 20px rgba(67, 204, 188, 0.16);
}

.transcript-line {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.5;
}

.transcript-line span {
  color: rgba(123, 231, 214, 0.88);
  font-family: 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', monospace;
  font-size: 11px;
}

.transcript-line-muted {
  color: rgba(255, 255, 255, 0.52);
}

.analysis-surface {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.analysis-command {
  display: inline-flex;
  align-self: flex-start;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
  border: 1px solid rgba(169, 133, 255, 0.32);
  border-radius: 8px;
  background: rgba(169, 133, 255, 0.14);
}

.analysis-result {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.5;
}

.analysis-result span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  border-radius: 50%;
  background: rgba(169, 133, 255, 0.24);
}

.analysis-result-faint {
  color: rgba(255, 255, 255, 0.48);
}

.provider-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.provider-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 750;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.features-footer {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.feature-highlight {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 184, 46, 0.1), rgba(67, 204, 188, 0.09) 52%, rgba(169, 133, 255, 0.08)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.28);
}

.feature-highlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-100%);
  opacity: 0.46;
  transition: transform 0.9s ease;
  pointer-events: none;
}

.feature-highlight:hover::before {
  transform: translateX(100%);
}

.highlight-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: rgba(255, 184, 46, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.highlight-title {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 16px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.12;
}

.highlight-description {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

/* Features Section Responsive */
@media (max-width: 1080px) {
  .features-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-surface {
    min-height: 190px;
  }
}

@media (max-width: 768px) {
  .features-container {
    padding: 72px 24px;
  }

  .features-header {
    margin-bottom: 42px;
  }

  .features-heading {
    font-size: clamp(36px, 9vw, 52px);
  }

  .features-subtitle {
    font-size: 16px;
  }

  .features-mode-strip {
    width: 100%;
    justify-content: center;
  }

  .mode-pill {
    flex: 1;
    min-width: 0;
    padding: 0 10px;
    font-size: 12px;
  }

  .features-grid {
    gap: 16px;
    margin-bottom: 40px;
  }

  .feature-card {
    padding: 22px;
  }

  .feature-card-header {
    margin-bottom: 26px;
  }

  .feature-title {
    font-size: clamp(25px, 7vw, 34px);
  }

  .feature-description {
    font-size: 14px;
  }

  .feature-surface {
    min-height: 180px;
    padding: 16px;
  }

  .surface-insight {
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 480px) {
  .features-container {
    padding: 58px 16px;
  }

  .features-eyebrow {
    font-size: 11px;
  }

  .features-eyebrow::before,
  .features-eyebrow::after {
    width: 18px;
  }

  .features-heading {
    font-size: clamp(31px, 11vw, 42px);
  }

  .features-mode-strip {
    align-items: stretch;
    flex-direction: column;
    border-radius: 8px;
  }

  .mode-pill {
    width: 100%;
    border-radius: 7px;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .provider-row span {
    font-size: 10px;
  }

  .transcript-line {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .highlight-title {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .feature-icon,
  .feature-highlight::before {
    transition: none;
  }

  .feature-card:hover,
  .feature-card:hover .feature-icon {
    transform: none;
  }
}

html.reduce-motion .feature-card,
html.reduce-motion .feature-icon,
html.reduce-motion .feature-highlight::before {
  transition: none;
}

html.reduce-motion .feature-card:hover,
html.reduce-motion .feature-card:hover .feature-icon {
  transform: none;
}

/* Download Section */
.download-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  background: rgba(10, 10, 10, 0.95);
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.download-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.download-container {
  max-width: 1400px;
  width: 100%;
  padding: 80px 40px;
  text-align: center;
}

.download-heading {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.download-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.download-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.download-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.download-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
  text-align: center;
}

.download-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.8s ease;
}

.download-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4),
              0 0 40px rgba(255, 255, 255, 0.1);
}

.download-card:hover::before {
  left: 100%;
}

.platform-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  margin: 0 auto 24px;
  color: white;
  transition: all 0.3s ease;
}

.download-card:hover .platform-icon {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

.platform-name {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}

.platform-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}

.download-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 0 8px;
}

.version, .size {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.download-button {
  width: 100%;
  background: white;
  color: #0a0a0a;
  border: none;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.download-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.download-button:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
}

.download-button:hover::before {
  left: 100%;
}

.download-button:active {
  transform: translateY(0);
}

.button-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.download-button:hover .button-icon {
  transform: translateY(2px);
}

.download-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 20px;
}

.info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: left;
  transition: all 0.3s ease;
}

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

.info-title {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-list li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 20px;
}

.info-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.4);
}

.download-footer {
  text-align: center;
  margin-top: 20px;
}

.download-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.help-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.help-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.help-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease;
}

.help-link:hover::after {
  width: 100%;
}

/* Download Section Mobile Responsive */
@media (max-width: 768px) {
  .download-container {
    padding: 60px 24px;
  }

  .download-heading {
    font-size: clamp(32px, 8vw, 48px);
  }

  .download-subtitle {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .download-content {
    gap: 50px;
  }

  .download-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .download-card {
    padding: 32px 24px;
  }

  .platform-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .platform-name {
    font-size: 20px;
  }

  .download-details {
    margin-bottom: 28px;
  }

  .download-button {
    padding: 14px 20px;
    font-size: 14px;
  }

  .info-card {
    padding: 28px 20px;
  }

  .info-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .download-container {
    padding: 40px 16px;
  }

  .download-heading {
    font-size: clamp(28px, 10vw, 40px);
  }

  .download-subtitle {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .download-content {
    gap: 40px;
  }

  .download-cards {
    gap: 20px;
  }

  .download-card {
    padding: 28px 20px;
  }

  .platform-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }

  .platform-name {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .platform-description {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .download-details {
    margin-bottom: 24px;
  }

  .version, .size {
    font-size: 11px;
    padding: 3px 8px;
  }

  .download-button {
    padding: 12px 16px;
    font-size: 13px;
    gap: 6px;
  }

  .button-icon {
    font-size: 16px;
  }

  .info-card {
    padding: 24px 16px;
  }

  .info-title {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .info-list li {
    font-size: 13px;
  }

  .download-note {
    font-size: 13px;
  }
}

/* Pricing Section */
.pricing-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 184, 46, 0.13), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(67, 204, 188, 0.12), transparent 28%),
    linear-gradient(180deg, #0a0a0a 0%, #0f0f0d 48%, #0a0a0a 100%);
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.pricing-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(255, 255, 255, 0.045) 47%, transparent 68% 100%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, 64px 64px;
  opacity: 0.38;
  pointer-events: none;
}

.pricing-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.pricing-container {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  width: 100%;
  padding: clamp(84px, 10vw, 132px) 40px;
  text-align: center;
}

.pricing-header-copy {
  max-width: 850px;
  margin: 0 auto clamp(46px, 6vw, 76px);
}

.pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(255, 184, 46, 0.94);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-eyebrow::before,
.pricing-eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 184, 46, 0.68));
}

.pricing-eyebrow::after {
  background: linear-gradient(90deg, rgba(255, 184, 46, 0.68), transparent);
}

.pricing-heading {
  font-size: clamp(42px, 6vw, 74px);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 auto 22px;
  max-width: 890px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.76) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 auto;
  max-width: 690px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  gap: 18px;
  align-items: stretch;
  margin: 0 auto clamp(34px, 5vw, 58px);
}

.pricing-card {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.36s ease,
              box-shadow 0.36s ease;
}

.pricing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, var(--pricing-glow), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 32%);
  opacity: 0.56;
  pointer-events: none;
  transition: opacity 0.36s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 36px 96px rgba(0, 0, 0, 0.42),
    0 0 52px var(--pricing-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pricing-card:hover::before {
  opacity: 0.78;
}

.pricing-card-primary {
  --pricing-glow: rgba(255, 184, 46, 0.24);
  --pricing-shadow: rgba(255, 184, 46, 0.13);
}

.pricing-card-primary::after {
  content: '';
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 184, 46, 0.92), rgba(67, 204, 188, 0.8), transparent);
}

.pricing-card-compare {
  --pricing-glow: rgba(255, 116, 116, 0.14);
  --pricing-shadow: rgba(255, 116, 116, 0.09);
}

.pricing-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 28px;
  color: #0e0a03;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffc757, #ffa411);
  box-shadow: 0 14px 30px rgba(255, 164, 17, 0.2);
}

.pricing-badge-muted {
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
}

.pricing-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.pack-kicker {
  margin: 0 0 8px;
  color: rgba(255, 184, 46, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pack-name {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.08;
}

.pack-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}

.price {
  color: #ffffff;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.95;
}

.price-muted {
  color: rgba(255, 139, 139, 0.82);
  text-decoration: line-through;
}

.price-period {
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  font-weight: 700;
}

.pricing-value-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.pricing-value-grid div {
  min-height: 132px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.pricing-value-grid span {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trial-info-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid rgba(255, 184, 46, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 184, 46, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.2);
}

.trial-info-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 184, 46, 0.42);
  border-radius: 8px;
  color: #090909;
  background: linear-gradient(180deg, #ffc247, #ff9d00);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.trial-info-strip strong {
  display: block;
  margin-bottom: 5px;
  color: #fff3d4;
  font-size: 15px;
}

.trial-info-strip span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.pricing-feature-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.pricing-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.pricing-check-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  color: #7be7d6;
}

.buy-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  color: #090909;
  background: linear-gradient(180deg, #ffc757, #ffa411);
  box-shadow: 0 16px 34px rgba(255, 164, 17, 0.22);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.buy-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transition: left 0.6s ease;
}

.buy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(255, 164, 17, 0.28);
}

.buy-button:hover::before {
  left: 100%;
}

.buy-button:active {
  transform: translateY(0);
}

.pricing-fine-print {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.tax-offset-discount-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -8px 0 24px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
  background: rgba(255, 171, 29, 0.075);
  border: 1px solid rgba(255, 171, 29, 0.22);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.tax-offset-discount-note .tax-offset-label {
  flex: 0 0 auto;
  color: #ffc757;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tax-offset-discount-note .tax-offset-copy {
  min-width: 0;
}

.tax-offset-discount-note .tax-offset-code {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  color: #100b02;
  font-family: monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  background: linear-gradient(180deg, #ffd77a, #ffae22);
  border: 1px solid rgba(255, 224, 145, 0.7);
  border-radius: 5px;
  box-shadow: 0 6px 18px rgba(255, 164, 17, 0.16);
}

.pricing-compare-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.compare-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.17);
}

.compare-row strong {
  color: rgba(255, 147, 147, 0.92);
  font-size: 14px;
  white-space: nowrap;
}

.pricing-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.timeline-row {
  display: grid;
  grid-template-columns: 70px minmax(70px, 1fr) 68px;
  gap: 12px;
  align-items: center;
}

.timeline-label,
.timeline-value {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 750;
}

.timeline-value {
  text-align: right;
}

.timeline-bar {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.timeline-bar-ghost {
  width: 28%;
  background: linear-gradient(90deg, #ffc757, #7be7d6);
}

.timeline-bar-subscription {
  width: 74%;
  background: linear-gradient(90deg, rgba(255, 147, 147, 0.45), rgba(255, 147, 147, 0.9));
}

.timeline-bar-long {
  width: 100%;
}

.savings-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 20px;
  align-items: stretch;
  padding: clamp(24px, 3vw, 34px);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(67, 204, 188, 0.1), rgba(255, 184, 46, 0.08)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.26);
}

.savings-copy {
  align-self: center;
}

.savings-kicker {
  margin: 0 0 10px;
  color: rgba(123, 231, 214, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.savings-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.12;
}

.savings-description {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.savings-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.savings-metrics div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 128px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.savings-metrics span {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
}

/* Pricing Section Responsive */
@media (max-width: 1080px) {
  .pricing-cards,
  .savings-section {
    grid-template-columns: 1fr;
    max-width: 820px;
  }

  .pricing-cards {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .pricing-container {
    padding: 72px 24px;
  }

  .pricing-header-copy {
    margin-bottom: 42px;
  }

  .pricing-heading {
    font-size: clamp(36px, 9vw, 52px);
  }

  .pricing-subtitle {
    font-size: 16px;
  }

  .pricing-cards {
    gap: 16px;
  }

  .pricing-card {
    padding: 24px;
  }

  .pricing-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .pack-price {
    justify-content: flex-start;
  }

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

  .pricing-value-grid div {
    min-height: auto;
  }

  .trial-info-strip {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .trial-info-mark {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

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

  .savings-metrics div {
    min-height: auto;
  }

  .buy-button {
    font-size: 15px;
  }

  .tax-offset-discount-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .pricing-container {
    padding: 58px 16px;
  }

  .pricing-eyebrow {
    font-size: 11px;
  }

  .pricing-eyebrow::before,
  .pricing-eyebrow::after {
    width: 18px;
  }

  .pricing-heading {
    font-size: clamp(31px, 11vw, 42px);
  }

  .pricing-card {
    padding: 20px;
  }

  .pricing-badge {
    margin-bottom: 22px;
  }

  .trial-info-strip {
    grid-template-columns: 1fr;
  }

  .price {
    font-size: 46px;
  }

  .timeline-row {
    grid-template-columns: 62px minmax(54px, 1fr) 58px;
    gap: 8px;
  }

  .compare-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
  }

  .savings-section {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-card,
  .buy-button {
    transition: none;
  }

  .pricing-card:hover,
  .buy-button:hover {
    transform: none;
  }
}

html.reduce-motion .pricing-card,
html.reduce-motion .buy-button {
  transition: none;
}

html.reduce-motion .pricing-card:hover,
html.reduce-motion .buy-button:hover {
  transform: none;
}

/* Referral Section */
.referral-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  background: rgba(10, 10, 10, 0.95);
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.referral-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.referral-container {
  max-width: 1400px;
  width: 100%;
  padding: 80px 40px;
  text-align: center;
}

.referral-heading {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.referral-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 80px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.referral-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: center;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

.referral-rewards {
  max-width: 500px;
}

.rewards-title {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}

.rewards-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.reward-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.reward-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.reward-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.reward-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.reward-card:hover::before {
  left: 100%;
}

.reward-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  font-weight: 500;
}

.reward-percentage {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}

.reward-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.referral-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 48px 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.referral-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transition: left 0.8s ease;
}

.referral-cta:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.referral-cta:hover::before {
  left: 100%;
}

.cta-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
}

.referral-button {
  background: white;
  color: #0a0a0a;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.referral-button:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
}

/* Smooth Scrolling Enhancements */
html {
  scroll-behavior: smooth;
}

/* Enhanced footer link hover effects */
.footer-link {
  position: relative;
  transition: all 0.3s ease;
}

.footer-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
  transition: width 0.3s ease;
}

.footer-link:hover::after {
  width: 100%;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.9);
  transform: translateX(6px);
}

/* Section scroll targets with better spacing */
.features-section,
.download-section,
.pricing-section,
.referral-section {
  scroll-margin-top: 80px;
}

/* Active section highlighting (for visual feedback) */
.section-highlight {
  position: relative;
}

.section-highlight::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  opacity: 0;
  animation: highlightFade 1s ease-out;
}

@keyframes highlightFade {
  0% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* Index Page Responsive Design */
@media (max-width: 768px) {
  .main-content {
    min-height: auto;
    padding: 48px 24px 56px;
  }

  .landing-hero {
    gap: 28px;
  }

  .hero-kicker {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    width: 18px;
  }

  .main-heading {
    font-size: clamp(36px, 10vw, 58px);
    margin-bottom: 18px;
  }

  .subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-cta {
    min-height: 42px;
    padding: 0 15px;
  }

  .hero-product-hunt {
    margin-top: 20px;
  }

  .demo-container {
    padding: 0 24px;
  }

  .demo-image {
    max-width: 100%;
  }

  .reveal-demo-stage {
    border-radius: 18px;
    box-shadow:
      0 24px 52px rgba(0, 0, 0, 0.62),
      0 0 0 1px rgba(255, 255, 255, 0.05),
      0 0 54px rgba(255, 165, 0, 0.1);
  }

  /* Referral Section Mobile */
  .referral-container {
    padding: 60px 24px;
  }

  .referral-content {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .referral-rewards {
    max-width: none;
  }

  .rewards-title {
    font-size: 28px;
  }

  .reward-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .referral-cta {
    padding: 36px 24px;
  }

  .referral-button {
    padding: 14px 28px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .main-content {
    padding: 42px 16px 48px;
  }

  .new-badge {
    margin-bottom: 32px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .demo-container {
    padding: 0 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }

  .hero-cta {
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }

  .reveal-demo-stage {
    border-radius: 14px;
  }

  /* Referral Section Extra Small Mobile */
  .referral-container {
    padding: 40px 16px;
  }

  .referral-heading {
    font-size: clamp(28px, 8vw, 40px);
  }

  .referral-subtitle {
    font-size: 16px;
    margin-bottom: 60px;
  }

  .referral-content {
    gap: 40px;
  }

  .rewards-title {
    font-size: 24px;
  }

  .rewards-description {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .reward-card {
    padding: 20px 16px;
  }

  .reward-percentage {
    font-size: 24px;
  }

  .referral-cta {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .cta-description {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .referral-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* ================================
   API COSTS / WHY - premium refresh
   ================================ */

.api-costs-section,
.why-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.api-costs-section.visible,
.why-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.api-costs-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(67, 204, 188, 0.14), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(169, 133, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #0a0a0a 0%, #0c1012 48%, #0a0a0a 100%);
}

.api-costs-section::after,
.why-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(ellipse at 50% 28%, #000 0, transparent 72%);
  opacity: 0.28;
  pointer-events: none;
}

.api-costs-container,
.why-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1260px;
  padding: clamp(84px, 10vw, 132px) 40px;
  text-align: center;
}

.api-costs-header,
.why-header {
  max-width: 850px;
  margin: 0 auto clamp(46px, 6vw, 76px);
  text-align: center;
}

.api-costs-eyebrow,
.why-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.api-costs-eyebrow {
  color: rgba(123, 231, 214, 0.94);
}

.why-eyebrow {
  color: rgba(169, 133, 255, 0.94);
}

.api-costs-eyebrow::before,
.api-costs-eyebrow::after,
.why-eyebrow::before,
.why-eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
}

.api-costs-eyebrow::before {
  background: linear-gradient(90deg, transparent, rgba(123, 231, 214, 0.68));
}

.api-costs-eyebrow::after {
  background: linear-gradient(90deg, rgba(123, 231, 214, 0.68), transparent);
}

.why-eyebrow::before {
  background: linear-gradient(90deg, transparent, rgba(169, 133, 255, 0.68));
}

.why-eyebrow::after {
  background: linear-gradient(90deg, rgba(169, 133, 255, 0.68), transparent);
}

.api-costs-heading,
.why-heading {
  font-size: clamp(42px, 6vw, 74px);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 auto 22px;
  max-width: 920px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.api-costs-subtitle,
.why-subtitle {
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 720px;
}

.api-costs-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 36px;
}

.api-costs-ledger,
.api-cost-card,
.why-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: left;
  transition: border-color 0.36s ease, background 0.36s ease, box-shadow 0.36s ease, transform 0.36s ease;
}

.api-costs-ledger {
  padding: clamp(26px, 3vw, 38px);
  text-align: left;
}

.api-costs-ledger::before,
.api-cost-card::before,
.why-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 32%),
    radial-gradient(circle at 30% 0%, var(--section-glow), transparent 44%);
  opacity: 0.52;
  pointer-events: none;
  transition: opacity 0.36s ease;
}

.api-costs-ledger {
  --section-glow: rgba(123, 231, 214, 0.18);
}

.api-cost-card {
  --section-glow: rgba(123, 231, 214, 0.14);
  padding: 24px;
  border-radius: 8px;
}

.api-cost-card-insight {
  --section-glow: rgba(169, 133, 255, 0.15);
}

.api-cost-card-free {
  --section-glow: rgba(255, 184, 46, 0.14);
}

.api-cost-card:hover,
.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.4),
    0 0 44px rgba(123, 231, 214, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ledger-kicker,
.why-label {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: rgba(123, 231, 214, 0.9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ledger-title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.1;
}

.ledger-copy {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.ledger-table {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.ledger-table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.ledger-table span,
.ledger-table strong {
  font-size: 12px;
  line-height: 1.35;
}

.ledger-table span {
  color: rgba(255, 255, 255, 0.62);
}

.ledger-table strong {
  color: #ffffff;
  text-align: right;
}

.api-costs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: none;
  margin: 0;
}

.api-provider {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.provider-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  color: #0b1110;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  border-radius: 8px;
  background: linear-gradient(180deg, #7be7d6, #38c2ad);
  box-shadow: 0 14px 28px rgba(56, 194, 173, 0.18);
}

.provider-name {
  color: #ffffff;
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.provider-use {
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.45;
}

.cost-breakdown {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.cost-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.cost-row:last-child {
  border-bottom: none;
}

.cost-row.highlight {
  margin: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(123, 231, 214, 0.1);
}

.cost-row.highlight .cost-value {
  color: #7be7d6;
}

.cost-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.4;
}

.cost-value {
  color: #ffffff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  text-align: right;
}

.cost-note {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.52);
  font-style: normal;
  line-height: 1.55;
}

.pricing-links {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.links-label {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.5;
}

.provider-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.provider-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  font-weight: 750;
  transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease;
}

.provider-link:hover {
  border-color: rgba(123, 231, 214, 0.34);
  background: rgba(123, 231, 214, 0.08);
  transform: translateY(-2px);
}

.why-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 12%, rgba(169, 133, 255, 0.14), transparent 30%),
    radial-gradient(circle at 86% 22%, rgba(255, 184, 46, 0.1), transparent 28%),
    linear-gradient(180deg, #0a0a0a 0%, #0f0c12 48%, #0a0a0a 100%);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: none;
}

.why-card {
  --section-glow: rgba(169, 133, 255, 0.14);
  padding: 26px;
  min-height: 310px;
}

.why-card-wide {
  grid-column: span 2;
}

.why-card-accent {
  --section-glow: rgba(255, 184, 46, 0.16);
}

.why-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 0 28px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 28px rgba(0, 0, 0, 0.24);
}

.why-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.why-label {
  color: rgba(169, 133, 255, 0.92);
}

.why-title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.12;
}

.why-description {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .api-costs-layout,
  .why-grid {
    grid-template-columns: 1fr;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .api-costs-container,
  .why-container {
    padding: 72px 24px;
  }

  .api-costs-header,
  .why-header {
    margin-bottom: 42px;
  }

  .api-costs-heading,
  .why-heading {
    font-size: clamp(36px, 9vw, 52px);
  }

  .api-costs-subtitle,
  .why-subtitle {
    font-size: 16px;
  }

  .api-costs-ledger,
  .api-cost-card,
  .why-card {
    padding: 22px;
  }

  .ledger-table div,
  .cost-row {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 12px 14px;
  }

  .ledger-table strong {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .api-costs-container,
  .why-container {
    padding: 58px 16px;
  }

  .api-costs-eyebrow,
  .why-eyebrow {
    font-size: 11px;
  }

  .api-costs-eyebrow::before,
  .api-costs-eyebrow::after,
  .why-eyebrow::before,
  .why-eyebrow::after {
    width: 18px;
  }

  .api-costs-heading,
  .why-heading {
    font-size: clamp(31px, 11vw, 42px);
  }

  .api-provider {
    flex-direction: column;
  }

  .provider-link {
    width: 100%;
    justify-content: center;
  }

  .why-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .api-cost-card,
  .why-card,
  .provider-link {
    transition: none;
  }

  .api-cost-card:hover,
  .why-card:hover,
  .provider-link:hover {
    transform: none;
  }
}

html.reduce-motion .api-cost-card,
html.reduce-motion .why-card,
html.reduce-motion .provider-link {
  transition: none;
}

html.reduce-motion .api-cost-card:hover,
html.reduce-motion .why-card:hover,
html.reduce-motion .provider-link:hover {
  transform: none;
}

/* =====================================================
   Ownership / Referral Experiment Section (landing page)
   ===================================================== */
.ownership-section {
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ownership-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255, 171, 29, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.ownership-container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ownership-label {
  display: inline-block;
  background: rgba(255, 171, 29, 0.12);
  color: #ffab1d;
  border: 1px solid rgba(255, 171, 29, 0.25);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ownership-heading {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: white;
  line-height: 1.15;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
}

.ownership-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ownership-cards {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 36px;
}

.ownership-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: left;
  transition: all 0.25s ease;
}

.ownership-card:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

.ownership-card-arrow {
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: 0 16px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}

.ownership-card-arrow:hover {
  background: none;
  transform: none;
}

.ownership-card-highlight {
  border-color: rgba(255, 171, 29, 0.25);
  background: rgba(255, 171, 29, 0.05);
}

.ownership-card-highlight:hover {
  background: rgba(255, 171, 29, 0.08);
}

.ownership-card-icon {
  font-size: 28px;
  margin-bottom: 14px;
}

.ownership-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-bottom: 8px;
}

.ownership-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.ownership-card .tax-offset-discount-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}

.ownership-card code {
  font-family: monospace;
  background: rgba(255, 255, 255, 0.08);
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 13px;
  color: #ffab1d;
}

.ownership-referral-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 36px;
  text-align: left;
}

.ownership-referral-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4caf50;
}

.ownership-referral-text {
  flex: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.ownership-referral-text strong {
  color: white;
}

.ownership-referral-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.ownership-referral-link:hover {
  color: white;
}

.ownership-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ownership-cta-btn {
  background: white;
  color: #0a0a0a;
  border: none;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ownership-cta-btn:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}

.ownership-cta-secondary {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  transition: all 0.2s ease;
}

.ownership-cta-secondary:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

/* Ownership section — responsive */
@media (max-width: 768px) {
  .ownership-section {
    padding: 60px 24px;
  }

  .ownership-cards {
    flex-direction: column;
  }

  .ownership-card-arrow {
    transform: rotate(90deg);
    padding: 8px 0;
    font-size: 20px;
  }

  .ownership-subtitle br {
    display: none;
  }

  .ownership-referral-box {
    flex-wrap: wrap;
  }

  .ownership-referral-link {
    width: 100%;
  }
}

/* ================================
   OWNERSHIP / REFERRAL SECTION — entrance animation
   ================================ */

.ownership-section {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.ownership-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ================================
   SECTION SEPARATORS
   Thin luminous rule between sections for visual rhythm
   ================================ */

.demo-section,
.features-section,
.download-section,
.pricing-section,
.referral-section,
.api-costs-section,
.why-section,
.ownership-section {
  position: relative;
}

.demo-section::before,
.features-section::before,
.download-section::before,
.pricing-section::before,
.referral-section::before,
.api-costs-section::before,
.why-section::before,
.ownership-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  max-width: 640px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.07), transparent);
  pointer-events: none;
  z-index: 1;
}

/* ================================
   STAGGERED INNER-CONTENT ANIMATION
   Heading → subtitle → grid reveal in sequence
   ================================ */

.demo-section .demo-container,
.features-section .features-eyebrow,
.features-section .features-heading,
.features-section .features-subtitle,
.features-section .features-mode-strip,
.features-section .features-grid,
.features-section .features-footer,
.pricing-section .pricing-eyebrow,
.pricing-section .pricing-heading,
.pricing-section .pricing-subtitle,
.pricing-section .pricing-cards,
.pricing-section .savings-section,
.api-costs-section .api-costs-eyebrow,
.api-costs-section .api-costs-heading,
.api-costs-section .api-costs-subtitle,
.api-costs-section .api-costs-layout,
.api-costs-section .pricing-links,
.why-section .why-eyebrow,
.why-section .why-heading,
.why-section .why-subtitle,
.why-section .why-grid,
.ownership-section .ownership-label,
.ownership-section .ownership-heading,
.ownership-section .ownership-subtitle,
.ownership-section .ownership-cards,
.ownership-section .ownership-referral-box,
.ownership-section .ownership-cta {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Demo */
.demo-section.visible .demo-container { opacity: 1; transform: none; transition-delay: 0.12s; }

/* Features */
.features-section.visible .features-eyebrow     { opacity: 1; transform: none; transition-delay: 0.08s; }
.features-section.visible .features-heading     { opacity: 1; transform: none; transition-delay: 0.14s; }
.features-section.visible .features-subtitle    { opacity: 1; transform: none; transition-delay: 0.22s; }
.features-section.visible .features-mode-strip  { opacity: 1; transform: none; transition-delay: 0.30s; }
.features-section.visible .features-grid        { opacity: 1; transform: none; transition-delay: 0.38s; }
.features-section.visible .features-footer      { opacity: 1; transform: none; transition-delay: 0.50s; }

/* Pricing */
.pricing-section.visible .pricing-eyebrow       { opacity: 1; transform: none; transition-delay: 0.08s; }
.pricing-section.visible .pricing-heading       { opacity: 1; transform: none; transition-delay: 0.14s; }
.pricing-section.visible .pricing-subtitle      { opacity: 1; transform: none; transition-delay: 0.22s; }
.pricing-section.visible .pricing-cards         { opacity: 1; transform: none; transition-delay: 0.34s; }
.pricing-section.visible .savings-section       { opacity: 1; transform: none; transition-delay: 0.46s; }

/* API costs */
.api-costs-section.visible .api-costs-eyebrow   { opacity: 1; transform: none; transition-delay: 0.08s; }
.api-costs-section.visible .api-costs-heading   { opacity: 1; transform: none; transition-delay: 0.14s; }
.api-costs-section.visible .api-costs-subtitle  { opacity: 1; transform: none; transition-delay: 0.22s; }
.api-costs-section.visible .api-costs-layout    { opacity: 1; transform: none; transition-delay: 0.34s; }
.api-costs-section.visible .pricing-links       { opacity: 1; transform: none; transition-delay: 0.46s; }

/* Why */
.why-section.visible .why-eyebrow               { opacity: 1; transform: none; transition-delay: 0.08s; }
.why-section.visible .why-heading               { opacity: 1; transform: none; transition-delay: 0.14s; }
.why-section.visible .why-subtitle              { opacity: 1; transform: none; transition-delay: 0.22s; }
.why-section.visible .why-grid                  { opacity: 1; transform: none; transition-delay: 0.34s; }

/* Ownership */
.ownership-section.visible .ownership-label         { opacity: 1; transform: none; transition-delay: 0.08s; }
.ownership-section.visible .ownership-heading       { opacity: 1; transform: none; transition-delay: 0.16s; }
.ownership-section.visible .ownership-subtitle      { opacity: 1; transform: none; transition-delay: 0.24s; }
.ownership-section.visible .ownership-cards         { opacity: 1; transform: none; transition-delay: 0.34s; }
.ownership-section.visible .ownership-referral-box  { opacity: 1; transform: none; transition-delay: 0.44s; }
.ownership-section.visible .ownership-cta           { opacity: 1; transform: none; transition-delay: 0.52s; }

/* ================================
   REDUCED MOTION — landing page sections
   ================================ */

@media (prefers-reduced-motion: reduce) {
  .demo-section,
  .features-section,
  .download-section,
  .pricing-section,
  .referral-section,
  .api-costs-section,
  .why-section,
  .ownership-section {
    opacity: 1 !important;
    transform: none !important;
  }

  .demo-section .demo-container,
  .features-section .features-eyebrow,
  .features-section .features-heading,
  .features-section .features-subtitle,
  .features-section .features-mode-strip,
  .features-section .features-grid,
  .features-section .features-footer,
  .pricing-section .pricing-eyebrow,
  .pricing-section .pricing-heading,
  .pricing-section .pricing-subtitle,
  .pricing-section .pricing-cards,
  .pricing-section .savings-section,
  .api-costs-section .api-costs-eyebrow,
  .api-costs-section .api-costs-heading,
  .api-costs-section .api-costs-subtitle,
  .api-costs-section .api-costs-layout,
  .api-costs-section .pricing-links,
  .why-section .why-eyebrow,
  .why-section .why-heading,
  .why-section .why-subtitle,
  .why-section .why-grid,
  .ownership-section .ownership-label,
  .ownership-section .ownership-heading,
  .ownership-section .ownership-subtitle,
  .ownership-section .ownership-cards,
  .ownership-section .ownership-referral-box,
  .ownership-section .ownership-cta {
    opacity: 1 !important;
    transform: none !important;
  }

  .demo-image {
    transform: none !important;
  }

}

html.reduce-motion .demo-section,
html.reduce-motion .features-section,
html.reduce-motion .download-section,
html.reduce-motion .pricing-section,
html.reduce-motion .referral-section,
html.reduce-motion .api-costs-section,
html.reduce-motion .why-section,
html.reduce-motion .ownership-section {
  opacity: 1 !important;
  transform: none !important;
}

html.reduce-motion .demo-section .demo-container,
html.reduce-motion .features-section .features-eyebrow,
html.reduce-motion .features-section .features-heading,
html.reduce-motion .features-section .features-subtitle,
html.reduce-motion .features-section .features-mode-strip,
html.reduce-motion .features-section .features-grid,
html.reduce-motion .features-section .features-footer,
html.reduce-motion .pricing-section .pricing-eyebrow,
html.reduce-motion .pricing-section .pricing-heading,
html.reduce-motion .pricing-section .pricing-subtitle,
html.reduce-motion .pricing-section .pricing-cards,
html.reduce-motion .pricing-section .savings-section,
html.reduce-motion .ownership-section .ownership-label,
html.reduce-motion .ownership-section .ownership-heading,
html.reduce-motion .ownership-section .ownership-subtitle,
html.reduce-motion .ownership-section .ownership-cards,
html.reduce-motion .ownership-section .ownership-referral-box,
html.reduce-motion .ownership-section .ownership-cta {
  opacity: 1 !important;
  transform: none !important;
}

html.reduce-motion .demo-image {
  transform: none !important;
}

/* Roadmap Page */
.roadmap-page {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 184, 46, 0.12), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(67, 204, 188, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.34), #0a0a0a 38%, #0d1011 100%);
}

.roadmap-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.72fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  max-width: 1280px;
  min-height: calc(100svh - 101px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 40px clamp(58px, 8vw, 104px);
}

.roadmap-hero-copy {
  max-width: 780px;
}

.roadmap-title {
  max-width: 820px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(52px, 8vw, 100px);
  font-weight: 700;
  line-height: 1.01;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.roadmap-subtitle {
  max-width: 680px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.65;
}

.roadmap-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.roadmap-signal {
  position: relative;
}

.roadmap-signal::before {
  content: "";
  position: absolute;
  inset: -28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 184, 46, 0.26), transparent 38%),
    radial-gradient(circle at 78% 64%, rgba(67, 204, 188, 0.22), transparent 42%);
  filter: blur(24px);
  opacity: 0.8;
}

.signal-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(8, 8, 8, 0.72);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.signal-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
  opacity: 0.32;
  pointer-events: none;
}

.signal-header,
.signal-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px;
}

.signal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.signal-dot-active {
  background: #ffb82e;
  box-shadow: 0 0 24px rgba(255, 184, 46, 0.72);
}

.signal-label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
}

.signal-status {
  margin-left: auto;
  padding: 6px 10px;
  border: 1px solid rgba(255, 184, 46, 0.26);
  border-radius: 999px;
  color: rgba(255, 210, 116, 0.95);
  background: rgba(255, 184, 46, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.signal-lanes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 48px) 22px;
}

.signal-lane {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 14px;
}

.signal-lane span,
.signal-note span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-lane i {
  display: block;
  width: var(--lane-width);
  height: 14px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 184, 46, 0.24), rgba(255, 184, 46, 0.92)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 34px rgba(255, 184, 46, 0.2);
}

.signal-lane-accent i {
  background: linear-gradient(90deg, rgba(67, 204, 188, 0.18), rgba(67, 204, 188, 0.86));
  box-shadow: 0 0 34px rgba(67, 204, 188, 0.2);
}

.signal-note {
  align-items: flex-start;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-note strong {
  color: #ffffff;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.18;
}

.roadmap-content {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(74px, 10vw, 128px) 40px;
}

.roadmap-section-header {
  max-width: 860px;
  margin: 0 auto clamp(46px, 6vw, 76px);
  text-align: center;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.roadmap-card {
  grid-column: span 2;
  min-height: 310px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease, box-shadow 0.32s ease;
}

.roadmap-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 32%),
    radial-gradient(circle at 50% 0%, rgba(255, 184, 46, 0.18), transparent 44%);
  opacity: 0.42;
  pointer-events: none;
}

.roadmap-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 184, 46, 0.88), transparent);
  opacity: 0.72;
}

.roadmap-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    0 0 48px rgba(255, 184, 46, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.roadmap-card-featured,
.roadmap-card-feedback {
  grid-column: span 3;
}

.roadmap-card-topline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 46px;
}

.roadmap-card-index {
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.roadmap-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.055);
  font-size: 12px;
  font-weight: 800;
}

.roadmap-card h3,
.roadmap-card p {
  position: relative;
  z-index: 1;
}

.roadmap-card h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.1;
}

.roadmap-card p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.65;
}

.roadmap-note {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto clamp(72px, 9vw, 132px);
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(67, 204, 188, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.34);
}

.roadmap-note span {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(67, 204, 188, 0.96);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.roadmap-note h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.roadmap-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .roadmap-hero,
  .roadmap-note {
    grid-template-columns: 1fr;
  }

  .roadmap-hero {
    min-height: auto;
  }

  .roadmap-card,
  .roadmap-card-featured,
  .roadmap-card-feedback {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  .roadmap-hero,
  .roadmap-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .roadmap-title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .roadmap-subtitle {
    font-size: 16px;
  }

  .roadmap-card,
  .roadmap-card-featured,
  .roadmap-card-feedback {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .roadmap-card-topline,
  .signal-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .signal-status {
    margin-left: 0;
  }

  .signal-lane {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .signal-lane i {
    width: 100%;
  }

  .roadmap-note {
    margin-left: 20px;
    margin-right: 20px;
  }
}
