/* RevOptix1 pricing — extends revoptix-home.css (rvx tokens + PDPM split-hero layout) */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.rvx-pricing-page {
  overflow-x: hidden;
}

body.rvx-pricing-page.rvx-home-page::before {
  opacity: 0.12;
}

/* Pilot banner */
.pilot-banner {
  margin-top: 0;
  padding: 0.55rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  background: rgba(0, 9, 30, 0.92);
  border-bottom: 1px solid var(--rvx-border);
}

.pilot-banner p {
  font-size: 0.78rem;
  color: var(--rvx-muted);
  font-weight: 500;
}

.pilot-banner strong {
  color: var(--rvx-gold-bright);
}

.spots-badge {
  background: var(--rvx-gold);
  color: var(--rvx-midnight);
  font-size: 10px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 2px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pilot-link {
  background: rgba(184, 151, 94, 0.08);
  border: 1px solid rgba(184, 151, 94, 0.35);
  color: var(--rvx-gold-bright);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.15s;
}

.pilot-link:hover {
  background: rgba(184, 151, 94, 0.16);
}

/* Hero */
.pricing-lux-hero {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 1.5rem 3rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(13, 32, 72, 0.45) 0%, var(--rvx-midnight) 72%);
  border-bottom: 1px solid var(--rvx-border);
}

.pricing-lux-hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(184, 151, 94, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 100% 80% at 50% 100%, rgba(6, 13, 31, 0.9) 0%, transparent 55%);
  z-index: 0;
}

.pricing-lux-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.pricing-lux-hero .hero-inner.pricing-hero-wrap {
  max-width: 72rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.pricing-lux-hero .hero-inner.pricing-hero-layout {
  max-width: 72rem;
}

.rvx-pricing-hero .hero-copy h1 {
  font-family: var(--rvx-font-display);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--rvx-white);
  text-align: left;
  max-width: none;
  margin: 0 0 1rem;
}

.rvx-pricing-hero-lede {
  margin: 0 0 1.25rem !important;
  max-width: none !important;
  text-align: left;
}

.rvx-pricing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: flex-start;
}

.rvx-pricing-trust-strip {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
}

@media (max-width: 960px) {
  .rvx-pricing-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .rvx-pricing-trust-strip {
    grid-template-columns: 1fr;
  }
}

.rvx-pricing-tiers .section-h {
  margin-bottom: 0.75rem;
}

.rvx-pricing-tiers .section-h em,
.rvx-pricing-expert .rvx-home-title em {
  font-style: italic;
  color: var(--rvx-gold-bright);
  font-weight: 500;
}

.rvx-pricing-tiers .section-sub {
  margin-bottom: 2rem;
}

.rvx-pricing-expert {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(200, 155, 63, 0.15);
  text-align: center;
}

.rvx-pricing-expert .rvx-home-title {
  margin-bottom: 0.65rem;
}

.rvx-pricing-expert .rvx-home-lede {
  margin: 0 auto 1.25rem;
  max-width: 42rem;
}

.rvx-pricing-expert-link {
  margin-top: 1rem !important;
  text-align: center;
}

.card .cta-btn.btn-primary {
  background: var(--rvx-gold);
  color: var(--rvx-midnight) !important;
  border: 1px solid var(--rvx-gold);
}

.card .cta-btn.btn-primary:hover {
  background: var(--rvx-gold-bright);
  border-color: var(--rvx-gold-bright);
  transform: translateY(-1px);
}

.card .cta-btn.btn-ghost {
  background: transparent;
  color: var(--rvx-gold-bright) !important;
  border: 1px solid var(--rvx-border);
}

.card .cta-btn.btn-ghost:hover {
  background: rgba(200, 155, 63, 0.1);
  border-color: var(--rvx-gold);
  transform: translateY(-1px);
}

.kicker {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright);
  margin-bottom: 1rem;
}

.hero h1 {
  font-family: var(--rvx-font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 600;
  color: var(--rvx-white);
  line-height: 1.08;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.hero h1 em {
  font-style: italic;
  color: var(--rvx-gold-bright);
  font-weight: 500;
}

.hero p {
  font-size: 1.02rem;
  color: var(--rvx-muted);
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto;
}

.hero p a {
  color: var(--rvx-gold-bright);
  font-weight: 600;
  text-decoration: none;
}

.hero p a:hover {
  text-decoration: underline;
}

/* Hero — PDPM-style split: copy left, ROI right */
.pricing-hero-layout {
  display: grid;
  gap: 2rem 2.5rem;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 900px) {
  .pricing-hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 400px);
  }

  .pricing-lux-hero {
    text-align: left;
  }

  .pricing-lux-hero .hero-copy {
    min-width: 0;
  }

  .roi-hero-panel {
    align-self: center;
  }
}

.roi-hero-panel {
  margin: 0;
}

.pricing-hero-preview-row {
  display: block;
  max-width: 28rem;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .pricing-hero-preview-row {
    margin: 0;
    max-width: min(380px, 100%);
    margin-left: auto;
  }
}

/* How RevOptix1 works — preview slides (gold + royal blue) */
.pricing-hero-preview.hero-preview {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--rvx-border);
  background: rgba(10, 22, 40, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.pricing-hero-preview.hero-preview:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 151, 94, 0.45);
}

.pricing-hero-preview .hero-preview-visual {
  padding: 0.45rem 0.45rem 0;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(184, 151, 94, 0.12);
}

.pricing-hero-preview .hero-preview-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
}

.pricing-hero-preview .hero-preview-ui {
  padding: 0.85rem 0.9rem 0.75rem;
}

.pricing-hero-preview .hero-preview-chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

.pricing-hero-preview .hero-preview-chrome span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(184, 151, 94, 0.35);
}

.pricing-hero-preview .hero-preview-chrome p {
  margin: 0 0 0 0.35rem;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rvx-muted);
}

.pricing-hero-preview .hero-preview-tabs {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

.pricing-hero-preview .hero-preview-tabs span {
  font-size: 0.68rem;
  padding: 0.28rem 0.55rem;
  border-radius: 2px;
  border: 1px solid rgba(184, 151, 94, 0.2);
  color: var(--rvx-muted);
}

.pricing-hero-preview .hero-preview-tabs span.active {
  background: rgba(184, 151, 94, 0.18);
  border-color: rgba(184, 151, 94, 0.4);
  color: var(--rvx-gold-bright);
}

.pricing-hero-preview .hero-preview-label {
  margin: 0;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rvx-muted);
}

.pricing-hero-preview .hero-preview-value {
  margin: 0.15rem 0 0.75rem;
  font-family: var(--rvx-font-display);
  font-size: 1.25rem;
  color: var(--rvx-white);
  transition: opacity 0.35s ease;
}

.pricing-hero-preview .hero-preview-value.is-fading {
  opacity: 0.35;
}

.pricing-hero-preview .hero-preview-scroll {
  max-height: 5.5rem;
  overflow-y: auto;
  scrollbar-width: none;
  margin: 0 0 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.pricing-hero-preview .hero-preview-scroll-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.72rem;
  padding: 0.35rem 0.45rem;
  border-radius: 2px;
  background: rgba(6, 13, 31, 0.55);
  color: var(--rvx-muted);
}

.pricing-hero-preview .hero-preview-scroll-row.active {
  background: rgba(184, 151, 94, 0.12);
  color: var(--rvx-white);
}

.pricing-hero-preview .hero-preview-scroll-row code {
  color: var(--rvx-gold-bright);
  font-weight: 700;
}

.pricing-hero-preview .hero-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.pricing-hero-preview .hero-preview-grid div {
  padding: 0.4rem 0.45rem;
  border-radius: 2px;
  background: rgba(6, 13, 31, 0.55);
  border: 1px solid rgba(184, 151, 94, 0.12);
}

.pricing-hero-preview .hero-preview-grid span {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--rvx-muted);
}

.pricing-hero-preview .hero-preview-grid strong {
  font-size: 0.85rem;
  color: var(--rvx-gold-bright);
}

.pricing-hero-preview .hero-preview-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright);
  background: rgba(184, 151, 94, 0.08);
  border-top: 1px solid rgba(184, 151, 94, 0.18);
}

.pricing-hero-preview .hero-preview-play {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--rvx-gold-bright);
}

@media (max-width: 899px) {
  .pricing-hero-layout {
    text-align: center;
  }

  .rvx-pricing-hero-lede,
  .rvx-pricing-hero .hero-copy h1 {
    text-align: center;
  }

  .rvx-pricing-hero-actions {
    justify-content: center;
  }

  .roi-hero-panel {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Value strip */
.value-strip {
  display: flex;
  background: rgba(10, 22, 40, 0.55);
  border-bottom: 1px solid var(--rvx-border);
}

.vs-item {
  flex: 1;
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(184, 151, 94, 0.12);
}

.vs-item:last-child {
  border-right: none;
}

.vs-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.vs-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--rvx-white);
  margin-bottom: 4px;
}

.vs-sub {
  font-size: 12px;
  color: var(--rvx-muted);
  line-height: 1.4;
}

/* Pricing section */
.pricing {
  padding: 72px 48px;
  background: linear-gradient(180deg, var(--rvx-midnight) 0%, var(--rvx-navy) 50%, var(--rvx-midnight) 100%);
}

.pricing-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright);
  text-align: center;
  margin-bottom: 10px;
}

.section-h {
  font-family: var(--rvx-font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--rvx-white);
  text-align: center;
  line-height: 1.12;
  margin-bottom: 12px;
}

.section-h em {
  font-style: italic;
  color: var(--rvx-gold-bright);
  font-weight: 500;
}

.section-sub {
  font-size: 16px;
  color: var(--rvx-muted);
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
  line-height: 1.65;
}

.card {
  background: rgba(10, 22, 40, 0.55);
  border: 1px solid var(--rvx-border);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.15s;
  display: flex;
  flex-direction: column;
  position: relative;
}

.card:hover {
  transform: translateY(-2px);
  border-color: var(--rvx-gold);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.card.featured {
  border-color: var(--rvx-gold);
  box-shadow: 0 0 0 1px rgba(184, 151, 94, 0.12);
  background: linear-gradient(165deg, rgba(184, 151, 94, 0.1) 0%, rgba(10, 22, 40, 0.75) 100%);
}

.pop-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--rvx-gold);
  color: var(--rvx-midnight);
  font-size: 10px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 0 0 2px 2px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-top {
  padding: 28px 24px 20px;
  border-bottom: 1px solid rgba(184, 151, 94, 0.12);
}

.card.featured .card-top {
  padding-top: 40px;
}

.plan-name {
  font-family: var(--rvx-font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--rvx-white);
  margin-bottom: 4px;
}

.plan-beds {
  font-size: 11px;
  font-weight: 700;
  color: var(--rvx-gold-bright);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.plan-desc {
  font-size: 13px;
  color: var(--rvx-muted);
  line-height: 1.5;
  margin-bottom: 18px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-bottom: 4px;
}

.price-amt {
  font-family: var(--rvx-font-display);
  font-size: 44px;
  font-weight: 600;
  color: var(--rvx-gold-bright);
  line-height: 1;
}

.price-unit {
  font-size: 14px;
  color: var(--rvx-muted);
}

.price-note {
  font-size: 11px;
  color: var(--rvx-muted);
}

.card-body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright);
  margin-bottom: 12px;
}

.feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 20px;
  flex: 1;
  padding: 0;
}

.feat {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.feat .y {
  color: var(--rvx-gold-bright);
  flex-shrink: 0;
}

.cta-btn {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn-navy {
  background: rgba(255, 255, 255, 0.06);
  color: var(--rvx-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-navy:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.btn-gold {
  background: rgba(184, 151, 94, 0.14);
  color: var(--rvx-gold-bright);
  border: 1px solid var(--rvx-gold);
}

.btn-gold:hover {
  background: rgba(184, 151, 94, 0.22);
  border-color: var(--rvx-gold-bright);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--rvx-gold-bright);
  border: 1px solid rgba(184, 151, 94, 0.45);
}

.btn-outline:hover {
  background: rgba(184, 151, 94, 0.1);
  border-color: var(--rvx-gold);
}

/* ROI sidebar */
.roi-section {
  background: rgba(10, 22, 40, 0.65);
  border: 1px solid rgba(184, 151, 94, 0.3);
  border-radius: 4px;
  padding: 28px 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.roi-kicker {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright);
  margin-bottom: 6px;
}

.roi-section h3 {
  font-family: var(--rvx-font-display);
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  color: var(--rvx-white);
  margin-bottom: 8px;
  line-height: 1.15;
}

.roi-section .roi-sub {
  font-size: 13px;
  color: var(--rvx-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.roi-section .roi-sub strong {
  color: var(--rvx-gold-bright);
}

.roi-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.roi-field label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rvx-muted);
  margin-bottom: 8px;
}

.roi-field input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(184, 151, 94, 0.35);
  border-radius: 8px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  color: var(--rvx-white);
  background: rgba(6, 13, 31, 0.65);
}

.roi-field input:focus {
  outline: 2px solid rgba(184, 151, 94, 0.45);
  border-color: var(--rvx-gold);
}

.roi-stat {
  background: rgba(184, 151, 94, 0.08);
  border: 1px solid rgba(184, 151, 94, 0.28);
  border-radius: 4px;
  padding: 18px 20px;
}

.roi-stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright);
  margin-bottom: 6px;
}

.roi-stat-value {
  font-family: var(--rvx-font-display);
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 600;
  color: var(--rvx-white);
  line-height: 1.1;
}

.roi-formula {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.roi-tier-note {
  font-size: 12px;
  color: var(--rvx-muted);
  margin-top: 8px;
  line-height: 1.5;
}

.roi-compare {
  font-size: 12px;
  color: var(--rvx-gold-bright);
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.5;
}

.roi-disclaimer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(184, 151, 94, 0.15);
  font-size: 11px;
  color: var(--rvx-muted);
  line-height: 1.55;
}

/* Expert retainer block — uses rvx-subscribe-grid from revoptix-home.css */

/* Value framework */
.value-section {
  padding: 80px 48px;
  background: rgba(10, 22, 40, 0.35);
  border-top: 1px solid var(--rvx-border);
  border-bottom: 1px solid var(--rvx-border);
}

.value-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.value-card {
  background: rgba(6, 13, 31, 0.65);
  border: 1px solid rgba(184, 151, 94, 0.18);
  border-radius: 4px;
  padding: 32px 28px;
}

.value-card-icon {
  font-size: 32px;
  margin-bottom: 14px;
}

.value-card-title {
  font-family: var(--rvx-font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--rvx-white);
  margin-bottom: 10px;
}

.value-card-desc {
  font-size: 14px;
  color: var(--rvx-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.value-example {
  background: rgba(13, 32, 72, 0.35);
  border: 1px solid rgba(184, 151, 94, 0.15);
  border-radius: 8px;
  padding: 14px 16px;
}

.ve-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright);
  margin-bottom: 6px;
}

.ve-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  font-style: italic;
}

/* Milestones */
.milestone-section {
  padding: 80px 48px;
  background: var(--rvx-midnight);
}

.milestone-inner {
  max-width: 900px;
  margin: 0 auto;
}

.milestone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.ms-card {
  background: rgba(10, 22, 40, 0.5);
  border: 1px solid rgba(184, 151, 94, 0.18);
  border-radius: 4px;
  padding: 24px 20px;
  text-align: center;
}

.ms-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--rvx-white);
  margin-bottom: 6px;
}

.ms-desc {
  font-size: 13px;
  color: var(--rvx-muted);
  line-height: 1.55;
  margin-bottom: 12px;
}

.ms-amount {
  font-family: var(--rvx-font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--rvx-gold-bright);
}

.ms-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.ms-note {
  font-size: 11px;
  color: var(--rvx-muted);
  margin-top: 3px;
}

.milestone-notice {
  background: rgba(13, 32, 72, 0.35);
  border: 1px solid rgba(184, 151, 94, 0.22);
  border-radius: 4px;
  padding: 24px 28px;
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.milestone-notice-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.milestone-notice-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--rvx-white);
  margin-bottom: 6px;
}

.milestone-notice-text {
  font-size: 13px;
  color: var(--rvx-muted);
  line-height: 1.7;
  margin: 0;
}

.pilot-cta-col {
  text-align: center;
  flex-shrink: 0;
}

/* After signup */
.after {
  padding: 80px 48px;
  background: rgba(10, 22, 40, 0.35);
  border-top: 1px solid var(--rvx-border);
}

.after-inner {
  max-width: 860px;
  margin: 0 auto;
}

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(184, 151, 94, 0.12);
  align-items: flex-start;
}

.step:last-child {
  border-bottom: none;
}

.step-n {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(184, 151, 94, 0.15);
  border: 1px solid rgba(184, 151, 94, 0.35);
  color: var(--rvx-gold-bright);
  font-family: var(--rvx-font-display);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-tag {
  display: inline-block;
  background: rgba(184, 151, 94, 0.12);
  color: var(--rvx-gold-bright);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 100px;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--rvx-white);
  margin-bottom: 5px;
}

.step p {
  font-size: 14px;
  color: var(--rvx-muted);
  line-height: 1.6;
}

/* Pilot */
.pilot {
  padding: 0 48px 80px;
  background: var(--rvx-midnight);
}

.pilot-inner {
  max-width: 960px;
  margin: 0 auto;
  background: rgba(10, 22, 40, 0.65);
  border: 1px solid rgba(184, 151, 94, 0.35);
  border-radius: 4px;
  padding: 48px 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.pilot-eye {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright);
  margin-bottom: 12px;
}

.pilot-inner h2 {
  font-family: var(--rvx-font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: var(--rvx-white);
  line-height: 1.15;
  margin-bottom: 12px;
}

.pilot-inner h2 em {
  font-style: italic;
  color: var(--rvx-gold-bright);
}

.pilot-inner p {
  font-size: 15px;
  color: var(--rvx-muted);
  line-height: 1.7;
}

.spots-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(184, 151, 94, 0.1);
  border: 2px solid rgba(184, 151, 94, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.spots-big {
  font-family: var(--rvx-font-display);
  font-size: 52px;
  font-weight: 600;
  color: var(--rvx-gold-bright);
  line-height: 1;
}

.spots-sub {
  font-size: 11px;
  font-weight: 700;
  color: var(--rvx-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pilot-btn {
  background: rgba(184, 151, 94, 0.14);
  color: var(--rvx-gold-bright);
  border: 1px solid var(--rvx-gold);
  padding: 0.65rem 1.25rem;
  border-radius: 2px;
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pilot-btn:hover {
  background: rgba(184, 151, 94, 0.22);
  border-color: var(--rvx-gold-bright);
}

/* BAA */
.baa {
  background: rgba(184, 151, 94, 0.08);
  border-top: 1px solid var(--rvx-border);
  border-bottom: 1px solid var(--rvx-border);
  padding: 22px 48px;
  text-align: center;
}

.baa p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

.baa a {
  color: var(--rvx-gold-bright);
  font-weight: 600;
}

/* FAQ */
.faq {
  padding: 72px 48px;
  background: var(--rvx-midnight);
}

.faq-inner {
  max-width: 760px;
  margin: 0 auto;
}

.faq-h {
  font-family: var(--rvx-font-display);
  font-size: 34px;
  font-weight: 600;
  color: var(--rvx-white);
  text-align: center;
  margin-bottom: 36px;
}

.faq-item {
  background: rgba(10, 22, 40, 0.45);
  border: 1px solid rgba(184, 151, 94, 0.18);
  border-radius: 4px;
  margin-bottom: 10px;
}

.faq-q {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--rvx-white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-q:hover {
  background: rgba(184, 151, 94, 0.06);
  border-radius: 4px;
}

.faq-arr {
  color: var(--rvx-gold-bright);
  font-size: 16px;
  transition: transform 0.2s;
}

.faq-a {
  display: none;
  padding: 0 20px 16px;
  font-size: 14px;
  color: var(--rvx-muted);
  line-height: 1.75;
}

.faq-item.open .faq-a {
  display: block;
}

.faq-item.open .faq-arr {
  transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 960px) {
  .pilot-banner,
  .hero,
  .pricing,
  .value-section,
  .milestone-section,
  .after,
  .pilot,
  .faq,
  .baa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .value-grid,
  .milestone-grid {
    grid-template-columns: 1fr;
  }

  .pilot-inner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
}

@media (max-width: 640px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
