/* ============================================================
   v3-rise — Rise programme page
   Builds on v3-pp base, adds bespoke sections from the Astro source.
   ============================================================ */

/* ---- HERO ---- */
.v3-rs-hero {
  position: relative;
  padding-top: 32px;
  padding-bottom: 64px;
  background: linear-gradient(180deg, #f6f6f3 0%, #efeee9 100%);
  overflow: hidden;
  border-bottom: 1px solid rgba(13,12,16,0.06);
}
.v3-rs-hero::after {
  content: '';
  position: absolute;
  top: -240px; right: -160px;
  width: 760px; height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,89,36,0.04), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}
.v3-rs-hero > * { position: relative; z-index: 1; }

.v3-rs-hero-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px 6px 4px;
  margin-bottom: 40px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  flex-wrap: wrap;
}
.v3-rs-hero-bar .back {
  color: #0d0c10;
  font-weight: 600;
  border-bottom: 1px solid rgba(36,36,36,0.2);
  padding-bottom: 1px;
  text-decoration: none;
  transition: 0.15s;
}
.v3-rs-hero-bar .back:hover { border-bottom-color: #fd5924; }
.v3-rs-hero-bar .sep { color: rgba(36,36,36,0.25); }
.v3-rs-hero-bar .kind { color: #fd5924; font-weight: 600; }
.v3-rs-hero-bar .status {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 10px;
  background: rgba(253,89,36,0.1);
  color: #fd5924;
  font-weight: 700;
  border-radius: 100px;
}
.v3-rs-hero-bar .status .pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fd5924;
  box-shadow: 0 0 0 4px rgba(253,89,36,0.2);
}

.v3-rs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.85fr);
  gap: 48px;
  align-items: end;
}
.v3-rs-hero-eyebrow {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fd5924;
  margin: 0 0 24px;
}
.v3-rs-hero-h1 {
  font-size: clamp(44px, 6.5vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin: 0 0 24px;
  color: #0d0c10;
  max-width: 16ch;
}
.v3-rs-hero-h1 .accent {
  background: linear-gradient(135deg, #fd5924 0%, #9441e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.v3-rs-hero-lede {
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.5;
  color: rgba(13,12,16,0.7);
  max-width: 62ch;
  margin: 0 0 32px;
}
.v3-rs-hero-lede strong { color: #0d0c10; font-weight: 600; }

.v3-rs-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.v3-rs-hero-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.15s;
}
.v3-rs-hero-cta .primary {
  background: #fd5924;
  color: #fff;
}
.v3-rs-hero-cta .primary:hover { background: #e64614; }
.v3-rs-hero-cta .secondary {
  background: transparent;
  color: #0d0c10;
  border: 1px solid rgba(13,12,16,0.15);
}
.v3-rs-hero-cta .secondary:hover { background: rgba(13,12,16,0.04); }

/* Hero aside card */
.v3-rs-hero-aside { display: flex; flex-direction: column; gap: 16px; align-self: end; }
.v3-rs-hero-card {
  background: linear-gradient(180deg, #0d0c10 0%, #1c1a22 100%);
  color: #f6f6f3;
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.v3-rs-hero-card::before {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,89,36,0.25), transparent 65%);
}
.v3-rs-hero-card > * { position: relative; }
.v3-rs-hero-card-tag {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fd5924;
  font-weight: 700;
}
.v3-rs-hero-card-h {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 16px 0 24px;
}
.v3-rs-hero-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(246,246,243,0.1);
}
.v3-rs-hero-card-grid .n {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #f6f6f3;
  line-height: 1;
}
.v3-rs-hero-card-grid .l {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.55);
  margin-top: 6px;
  font-weight: 600;
}

/* ---- Who you'll meet ---- */
.v3-rs-meet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.v3-rs-meet-card {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.15s, transform 0.2s, box-shadow 0.2s;
}
.v3-rs-meet-card:hover {
  background: #faf9f5;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(13,12,16,0.05);
}
.v3-rs-meet-card .n {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fd5924;
}
.v3-rs-meet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.v3-rs-meet-card .cat {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fd5924;
  background: rgba(253,89,36,0.10);
  padding: 4px 11px;
  border-radius: 999px;
}
.v3-rs-meet-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.18;
  margin: 0;
  color: #0d0c10;
}
.v3-rs-meet-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(13,12,16,0.7);
  margin: 0;
}

/* ---- Format / Calendar ---- */
.v3-rs-format { padding-top: 96px !important; padding-bottom: 96px !important; }
.v3-rs-cal {
  background: rgba(246,246,243,0.04);
  border: 1px solid rgba(246,246,243,0.08);
  border-radius: 10px;
  overflow: hidden;
}
.v3-rs-cal-head,
.v3-rs-cal-row {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(120px, 0.9fr) minmax(220px, 1.4fr) minmax(280px, 2fr);
  gap: 16px;
  padding: 16px 20px;
}
.v3-rs-cal-head {
  background: rgba(246,246,243,0.06);
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.55);
  border-bottom: 1px solid rgba(246,246,243,0.08);
  font-weight: 700;
}
.v3-rs-cal-row {
  border-top: 1px solid rgba(246,246,243,0.08);
  transition: background 0.15s;
}
.v3-rs-cal-row:first-of-type { border-top: 0; }
.v3-rs-cal-row:hover { background: rgba(253,89,36,0.04); }
.v3-rs-cal-row .block {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #f6f6f3;
}
.v3-rs-cal-row .duration {
  font-size: 13.5px;
  color: rgba(246,246,243,0.6);
}
.v3-rs-cal-row .theme {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(246,246,243,0.85);
}
.v3-rs-cal-row .experts {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(246,246,243,0.6);
}
.v3-rs-cal-row.flagship {
  background: rgba(253,89,36,0.07);
}
.v3-rs-cal-row.flagship .block {
  color: #fd5924;
}

/* ---- What we'll work on ---- */
.v3-rs-work {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.v3-rs-work-card {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 10px;
  transition: background 0.15s, transform 0.2s, box-shadow 0.2s;
}
.v3-rs-work-card:hover {
  background: #faf9f5;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(13,12,16,0.05);
}
.v3-rs-work-card.wide { grid-column: span 2; }
.v3-rs-work-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.18;
  margin: 0;
  color: #0d0c10;
}
.v3-rs-work-card .cue {
  margin-top: 8px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fd5924;
  font-weight: 700;
  line-height: 1.55;
}
.v3-rs-work-card p {
  margin-top: 16px;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(13,12,16,0.7);
}
.v3-rs-process {
  margin-top: 40px;
  max-width: 60ch;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(13,12,16,0.65);
}
.v3-rs-process strong { color: #0d0c10; font-weight: 700; }

/* ---- Cohort + fee ---- */
.v3-rs-cohort-section { padding-top: 0 !important; }
.v3-rs-cohort {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 16px;
}
.v3-rs-cohort-main,
.v3-rs-cohort-fee {
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 10px;
}
.v3-rs-cohort .cue {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fd5924;
  font-weight: 700;
  margin: 0 0 16px;
}
.v3-rs-cohort-main h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.14;
  margin: 0 0 16px;
  color: #0d0c10;
}
.v3-rs-cohort-main p {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(13,12,16,0.7);
  margin: 0 0 16px;
}
.v3-rs-cohort-main p:last-child { margin-bottom: 0; }
.v3-rs-cohort-main .chatham {
  display: flex;
  align-items: center;
  gap: 12px;
  font-style: italic;
  color: rgba(13,12,16,0.6);
  font-size: 13.5px;
  padding-top: 16px;
  border-top: 1px dashed rgba(13,12,16,0.12);
  margin-top: 8px;
}
.v3-rs-cohort-main .chatham .pill {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(13,12,16,0.7);
  background: rgba(13,12,16,0.06);
  padding: 4px 10px;
  border-radius: 100px;
  flex-shrink: 0;
}
.v3-rs-cohort-fee .fee {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #0d0c10;
  background: linear-gradient(135deg, #fd5924, #9441e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.v3-rs-cohort-fee .per {
  font-size: 14px;
  color: rgba(13,12,16,0.55);
  margin: 6px 0 18px;
}
.v3-rs-cohort-fee .incl {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(13,12,16,0.7);
  margin: 0;
}

/* ---- Rise 3.0 batch table (mirrors Astro /batches/[batch] layout) ---- */
.v3-rs-batch-tabs {
  display: flex;
  gap: 8px;
  margin: 28px 0 16px;
  flex-wrap: wrap;
}
.v3-rs-batch-tab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid rgba(13,12,16,0.1);
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  font-family: inherit;
  transition: 0.15s;
}
.v3-rs-batch-tab:hover { border-color: #fd5924; color: #fd5924; }
.v3-rs-batch-tab.active {
  background: #0d0c10;
  border-color: #0d0c10;
  color: #f6f6f3;
}
.v3-rs-batch-tab .lbl {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.v3-rs-batch-tab .yr {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: inherit;
  opacity: 0.55;
}
.v3-rs-batch-tab.active .yr { opacity: 0.7; }
.v3-rs-batch-tab .ct {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
  background: rgba(13,12,16,0.06);
  color: rgba(13,12,16,0.6);
}
.v3-rs-batch-tab.active .ct { background: rgba(246,246,243,0.12); color: #f6f6f3; }
.v3-rs-batch-tab:hover .ct { background: rgba(253,89,36,0.14); color: #fd5924; }

.v3-rs-batch {
  margin-top: 28px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
  overflow: hidden;
}
.v3-rs-batch-head,
.v3-rs-batch-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 16px 24px;
  align-items: center;
}
.v3-rs-batch-head {
  border-bottom: 1px solid rgba(13,12,16,0.08);
  background: #faf9f5;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.5);
}
.v3-rs-batch-row {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(13,12,16,0.06);
  transition: background 0.15s;
}
.v3-rs-batch-row:last-child { border-bottom: 0; }
.v3-rs-batch-row:hover { background: #faf9f5; }
.v3-rs-batch-co {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.v3-rs-batch-co .logo {
  width: 38px; height: 38px;
  border-radius: 8px;
  background: rgba(253,89,36,0.1);
  color: #fd5924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.v3-rs-batch-co .n {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0d0c10;
  line-height: 1.25;
}
.v3-rs-batch-co .s,
.v3-rs-batch-then .s,
.v3-rs-batch-now .s,
.v3-rs-batch-round .s {
  font-size: 12.5px;
  color: rgba(13,12,16,0.55);
  margin-top: 3px;
  line-height: 1.4;
}
.v3-rs-batch-then .n,
.v3-rs-batch-now .n,
.v3-rs-batch-round .n {
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0d0c10;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.v3-rs-batch-now .delta {
  display: inline-block;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 7px;
  background: rgba(253,89,36,0.14);
  color: #fd5924;
  border-radius: 100px;
  letter-spacing: 0.02em;
}
.v3-rs-batch-now .delta.down {
  background: rgba(13,12,16,0.06);
  color: rgba(13,12,16,0.55);
}
.v3-rs-batch-note {
  font-size: 12.5px;
  color: rgba(13,12,16,0.5);
  margin: 16px 0 0;
  line-height: 1.5;
}

/* ---- Track record ---- */
.v3-rs-batch-tabs-dark .v3-rs-batch-tab {
  border-color: rgba(246,246,243,0.14);
  background: rgba(246,246,243,0.04);
  color: rgba(246,246,243,0.75);
}
.v3-rs-batch-tabs-dark .v3-rs-batch-tab:hover {
  border-color: #fd5924;
  color: #fd5924;
}
.v3-rs-batch-tabs-dark .v3-rs-batch-tab.active {
  background: #f6f6f3;
  border-color: #f6f6f3;
  color: #0d0c10;
}
.v3-rs-batch-tabs-dark .v3-rs-batch-tab .ct {
  background: rgba(246,246,243,0.1);
  color: rgba(246,246,243,0.7);
}
.v3-rs-batch-tabs-dark .v3-rs-batch-tab.active .ct {
  background: rgba(13,12,16,0.08);
  color: #0d0c10;
}
.v3-rs-batch-tabs-dark .v3-rs-batch-tab:hover .ct {
  background: rgba(253,89,36,0.14);
  color: #fd5924;
}

/* Dark batch table */
.v3-rs-track .v3-rs-batch {
  background: rgba(246,246,243,0.03);
  border-color: rgba(246,246,243,0.1);
}
.v3-rs-track .v3-rs-batch-head {
  background: rgba(246,246,243,0.05);
  border-bottom-color: rgba(246,246,243,0.08);
  color: rgba(246,246,243,0.45);
}
.v3-rs-track .v3-rs-batch-row {
  border-bottom-color: rgba(246,246,243,0.06);
}
.v3-rs-track .v3-rs-batch-row:hover { background: rgba(246,246,243,0.04); }
.v3-rs-track .v3-rs-batch-co .n { color: #f6f6f3; }
.v3-rs-track .v3-rs-batch-co .s,
.v3-rs-track .v3-rs-batch-then .s,
.v3-rs-track .v3-rs-batch-now .s,
.v3-rs-track .v3-rs-batch-round .s { color: rgba(246,246,243,0.45); }
.v3-rs-track .v3-rs-batch-then .n,
.v3-rs-track .v3-rs-batch-now .n,
.v3-rs-track .v3-rs-batch-round .n { color: rgba(246,246,243,0.9); }
.v3-rs-track .v3-rs-batch-co .logo {
  background: rgba(253,89,36,0.18);
  color: #fd7e54;
}
.v3-rs-track { padding-top: 96px !important; padding-bottom: 96px !important; }
.v3-rs-track-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.v3-rs-track-grid article {
  padding: 28px;
  background: rgba(246,246,243,0.04);
  border: 1px solid rgba(246,246,243,0.1);
  border-radius: 10px;
}
.v3-rs-track-grid .l {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.55);
  font-weight: 700;
  margin: 0;
}
.v3-rs-track-grid .n {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 16px 0 8px;
  color: #f6f6f3;
}
.v3-rs-track-grid .s {
  font-size: 13.5px;
  color: rgba(246,246,243,0.55);
  margin: 0;
}

/* ---- CTA ---- */
.v3-rs-cta-section { padding-top: 0 !important; padding-bottom: 96px !important; }
.v3-rs-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 32px;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid rgba(13,12,16,0.08);
  border-bottom: 1px solid rgba(13,12,16,0.08);
}
.v3-rs-cta .cue {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fd5924;
  font-weight: 700;
  margin: 0 0 16px;
}
.v3-rs-cta h2 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 0;
  color: #0d0c10;
}
.v3-rs-cta h2 .a-orange {
  background: linear-gradient(135deg, #fd5924, #9441e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.v3-rs-cta p {
  margin: 16px 0 0;
  max-width: 60ch;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(13,12,16,0.7);
}
.v3-rs-cta .apply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0d0c10;
  color: #f6f6f3;
  padding: 14px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.v3-rs-cta .apply:hover { background: #fd5924; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .v3-rs-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .v3-rs-cohort { grid-template-columns: 1fr; }
  .v3-rs-batch-head { display: none; }
  .v3-rs-batch-row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "co co" "then now" "round round";
    gap: 16px 24px;
  }
  .v3-rs-batch-co    { grid-area: co; }
  .v3-rs-batch-then  { grid-area: then; }
  .v3-rs-batch-now   { grid-area: now; }
  .v3-rs-batch-round { grid-area: round; padding-top: 12px; border-top: 1px solid rgba(13,12,16,0.06); }
  .v3-rs-cal-head { display: none; }
  .v3-rs-cal-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 20px;
  }
  .v3-rs-cal-row .duration::before { content: 'Duration · '; opacity: 0.5; }
  .v3-rs-cal-row .theme,
  .v3-rs-cal-row .experts { font-size: 13px; }
  .v3-rs-work { grid-template-columns: 1fr; }
  .v3-rs-work-card.wide { grid-column: span 1; }
  .v3-rs-track-grid { grid-template-columns: 1fr; }
  .v3-rs-cta { grid-template-columns: 1fr; padding: 40px 0; }
}
