.accelerator-page {
  --accelerator-ink: #102c2b;
  --accelerator-ink-soft: #35514f;
  --accelerator-teal: #0d9488;
  --accelerator-teal-dark: #08766d;
  --accelerator-paper: #f7f3e9;
  --accelerator-cream: #fffaf0;
  --accelerator-gold: #edb33f;
  --accelerator-coral: #ff765d;
  --accelerator-line: rgba(16, 44, 43, 0.14);
  background:
    linear-gradient(rgba(16, 44, 43, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 44, 43, 0.028) 1px, transparent 1px),
    var(--accelerator-paper);
  background-size: 28px 28px;
  color: var(--accelerator-ink);
}

.accelerator-page [hidden] {
  display: none !important;
}

.accelerator-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.accelerator-page .accelerator-header {
  background: rgba(247, 243, 233, 0.94);
}

.accelerator-page .header-inner {
  max-width: 1328px;
}

.accelerator-page .header-cta .btn-white {
  background: var(--accelerator-ink);
  color: #fff;
}

.accelerator-page .header-cta .btn-white:hover {
  background: var(--accelerator-teal-dark);
}

.accelerator-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.accelerator-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--accelerator-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.095em;
  line-height: 1.35;
  text-transform: uppercase;
}

.accelerator-eyebrow > span {
  width: 24px;
  height: 2px;
  background: var(--accelerator-gold);
}

.accelerator-eyebrow.light {
  color: rgba(255, 255, 255, 0.76);
}

.accelerator-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 86px;
  background:
    radial-gradient(circle at 78% 18%, rgba(13, 148, 136, 0.15), transparent 32%),
    radial-gradient(circle at 8% 84%, rgba(237, 179, 63, 0.13), transparent 28%);
}

.accelerator-hero::after {
  content: '';
  position: absolute;
  right: -120px;
  top: 90px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(13, 148, 136, 0.035), 0 0 0 96px rgba(13, 148, 136, 0.025);
  pointer-events: none;
}

.accelerator-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(44px, 6vw, 94px);
  align-items: center;
}

.accelerator-hero-copy {
  padding: 38px 0;
}

.accelerator-hero-copy h1 {
  max-width: 690px;
  margin: 0;
  color: var(--accelerator-ink);
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.accelerator-hero-copy h1 em {
  color: var(--accelerator-teal);
  font-style: normal;
}

.accelerator-lede {
  max-width: 630px;
  margin: 28px 0 0;
  color: var(--accelerator-ink-soft);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.accelerator-lede strong {
  color: var(--accelerator-ink);
}

.accelerator-visual-headline {
  position: relative;
}

.accelerator-mobile-offer-ribbon,
.accelerator-mobile-visual,
.accelerator-mobile-path {
  display: none;
}

.accelerator-progressive-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #d9e0da;
}

.accelerator-progressive-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accelerator-progressive-preview {
  z-index: 0;
  filter: blur(8px);
  transform: scale(1.04);
}

[data-progressive-media-full] {
  z-index: 1;
  opacity: 0;
  transition: opacity 180ms ease;
}

[data-progressive-media-full][data-progressive-ready="true"] {
  opacity: 1;
}

.accelerator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.accelerator-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.accelerator-button:focus-visible,
.accelerator-page a:focus-visible,
.accelerator-page summary:focus-visible,
.accelerator-page input:focus-visible {
  outline: 3px solid var(--accelerator-gold);
  outline-offset: 3px;
}

.accelerator-button-primary {
  background: var(--accelerator-ink);
  color: #fff;
  box-shadow: 0 14px 30px rgba(16, 44, 43, 0.18);
}

.accelerator-button-primary:hover {
  background: var(--accelerator-teal-dark);
  box-shadow: 0 18px 38px rgba(13, 148, 136, 0.23);
}

.accelerator-button-quiet {
  border-color: rgba(16, 44, 43, 0.2);
  background: rgba(255, 255, 255, 0.58);
  color: var(--accelerator-ink);
}

.accelerator-button-quiet:hover {
  background: #fff;
}

.accelerator-microcopy {
  margin: 12px 0 0;
  color: #667b78;
  font-size: 12px;
  font-weight: 600;
}

.accelerator-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.accelerator-proof-points li {
  position: relative;
  padding: 8px 12px 8px 29px;
  border: 1px solid rgba(13, 148, 136, 0.17);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--accelerator-ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.accelerator-proof-points li::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accelerator-teal);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.1);
}

.accelerator-media-stage {
  position: relative;
  min-height: 590px;
}

.accelerator-compare-card,
.accelerator-cinema-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16, 44, 43, 0.16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 74px rgba(16, 44, 43, 0.17);
}

.accelerator-compare-card {
  position: absolute;
  left: 0;
  top: 40px;
  width: 82%;
  transform: rotate(-1.2deg);
}

.accelerator-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(16, 44, 43, 0.11);
  background: #fff;
  color: var(--accelerator-ink-soft);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.accelerator-card-topline strong {
  color: var(--accelerator-teal-dark);
}

.accelerator-card-topline.inverse {
  border-color: rgba(255, 255, 255, 0.16);
  background: var(--accelerator-ink);
  color: rgba(255, 255, 255, 0.72);
}

.accelerator-card-topline.inverse strong {
  color: var(--accelerator-gold);
}

.accelerator-compare {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.accelerator-compare .image-compare-label {
  top: 16px;
}

.accelerator-compare-card > figcaption {
  padding: 17px 20px 19px;
  color: var(--accelerator-ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.accelerator-cinema-card {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 4;
  width: 58%;
  border: 5px solid var(--accelerator-ink);
  background: var(--accelerator-ink);
  transform: rotate(1.8deg);
}

.accelerator-cinema-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #071b1a;
  object-fit: contain;
}

.accelerator-cinema-card figcaption {
  display: grid;
  gap: 2px;
  padding: 14px 15px 16px;
  background: var(--accelerator-ink);
  color: #fff;
}

.accelerator-cinema-card figcaption strong {
  color: var(--accelerator-gold);
  font-size: 14px;
}

.accelerator-cinema-card figcaption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.accelerator-story {
  padding: 104px 0;
  border-top: 1px solid var(--accelerator-line);
  background: rgba(255, 255, 255, 0.72);
}

.accelerator-section-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 0.9fr;
  gap: 42px;
  align-items: end;
}

.accelerator-section-heading .accelerator-eyebrow {
  align-self: start;
}

.accelerator-section-heading h2,
.accelerator-offer h2,
.accelerator-guarantee h2,
.accelerator-final h2,
.accelerator-offer-unavailable h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

.accelerator-section-heading > p:last-child {
  margin: 0;
  color: var(--accelerator-ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.accelerator-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.accelerator-story-grid li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--accelerator-line);
  border-radius: 18px;
  background: var(--accelerator-cream);
}

.accelerator-step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--accelerator-ink);
  color: var(--accelerator-gold);
  font-size: 12px;
  font-weight: 800;
}

.accelerator-story-grid strong {
  display: block;
  margin-top: 5px;
  color: var(--accelerator-ink);
  font-size: 20px;
}

.accelerator-story-grid p {
  margin: 14px 0 0;
  color: var(--accelerator-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.accelerator-offer-wrap {
  padding: 104px 0 0;
  background: var(--accelerator-paper);
}

.accelerator-offer-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 170px;
  border: 1px solid var(--accelerator-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--accelerator-ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.accelerator-loading-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accelerator-teal);
  animation: accelerator-pulse 1.1s ease-in-out infinite alternate;
}

@keyframes accelerator-pulse {
  from { opacity: 0.35; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1.1); }
}

.accelerator-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: var(--accelerator-ink);
  color: #fff;
  box-shadow: 0 30px 80px rgba(16, 44, 43, 0.19);
}

.accelerator-offer-intro {
  position: relative;
  padding: clamp(42px, 5vw, 72px);
  background:
    radial-gradient(circle at 15% 15%, rgba(13, 148, 136, 0.3), transparent 32%),
    var(--accelerator-ink);
}

.accelerator-offer-intro::after {
  content: '';
  position: absolute;
  inset: auto 0 0 auto;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(237, 179, 63, 0.22);
  border-radius: 50% 0 0 0;
  pointer-events: none;
}

.accelerator-offer-status {
  display: inline-flex;
  margin: 0 0 28px;
  padding: 8px 12px;
  border: 1px solid rgba(237, 179, 63, 0.42);
  border-radius: 100px;
  background: rgba(237, 179, 63, 0.1);
  color: var(--accelerator-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.accelerator-offer h2 {
  max-width: 570px;
  color: #fff;
}

.accelerator-offer-lede {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

.accelerator-offer-value {
  display: grid;
  gap: 3px;
  margin: 30px 0 24px;
  padding: 16px 18px;
  border-left: 3px solid var(--accelerator-gold);
  background: rgba(255, 255, 255, 0.07);
}

.accelerator-offer-value span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.accelerator-offer-value strong {
  color: #fff;
  font-size: 18px;
}

.accelerator-button-coral {
  background: var(--accelerator-coral);
  color: var(--accelerator-ink);
  box-shadow: 0 16px 34px rgba(255, 118, 93, 0.2);
}

.accelerator-button-coral:hover {
  background: #ff8b75;
}

.accelerator-offer-intro > small {
  display: block;
  max-width: 500px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.5;
}

.accelerator-package {
  padding: clamp(40px, 5vw, 68px);
  background: #fdf7eb;
  color: var(--accelerator-ink);
}

.accelerator-package-label {
  margin: 0 0 22px;
  color: var(--accelerator-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.accelerator-package ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.accelerator-package li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 19px 0;
  border-top: 1px solid rgba(16, 44, 43, 0.13);
}

.accelerator-package li:last-child {
  border-bottom: 1px solid rgba(16, 44, 43, 0.13);
}

.accelerator-package li > span {
  color: var(--accelerator-coral);
  font-size: 12px;
  font-weight: 850;
}

.accelerator-package strong,
.accelerator-package small {
  display: block;
}

.accelerator-package strong {
  font-size: 17px;
}

.accelerator-package small {
  margin-top: 5px;
  color: var(--accelerator-ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.accelerator-offer-unavailable {
  padding: clamp(40px, 6vw, 74px);
  border: 1px solid var(--accelerator-line);
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.accelerator-offer-unavailable .accelerator-eyebrow {
  justify-content: center;
}

.accelerator-offer-unavailable p:not(.accelerator-eyebrow) {
  max-width: 680px;
  margin: 20px auto 26px;
  color: var(--accelerator-ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

.accelerator-guarantee {
  padding: 94px 0 110px;
  background: var(--accelerator-paper);
}

.accelerator-guarantee-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.accelerator-guarantee-mark {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(16, 44, 43, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(13, 148, 136, 0.14), transparent 52%),
    #fff;
  box-shadow: 0 24px 60px rgba(16, 44, 43, 0.1);
}

.accelerator-guarantee-mark span,
.accelerator-guarantee-mark i {
  color: var(--accelerator-ink);
  font-size: clamp(72px, 8vw, 116px);
  font-style: normal;
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.accelerator-guarantee-mark i {
  color: var(--accelerator-coral);
  text-align: right;
}

.accelerator-guarantee-mark small {
  margin-top: 12px;
  color: var(--accelerator-ink-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.accelerator-guarantee-mark small:last-child {
  text-align: right;
}

.accelerator-free-line {
  display: block;
  margin-top: 16px;
  color: var(--accelerator-coral);
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}

.accelerator-guarantee-copy > p:not(.accelerator-eyebrow) {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--accelerator-ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.accelerator-guarantee details {
  max-width: 800px;
  margin-top: 26px;
  border: 1px solid var(--accelerator-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
}

.accelerator-guarantee summary {
  padding: 17px 20px;
  color: var(--accelerator-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

.accelerator-terms {
  padding: 0 20px 20px;
  color: var(--accelerator-ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.accelerator-terms p {
  margin: 12px 0 0;
}

.accelerator-final {
  padding: 80px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(13, 148, 136, 0.28), transparent 32%),
    var(--accelerator-ink);
  color: #fff;
}

.accelerator-final-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 56px;
  align-items: center;
}

.accelerator-final h2 {
  color: #fff;
}

.accelerator-final p:not(.accelerator-eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.accelerator-final-actions {
  display: grid;
  justify-items: start;
  gap: 17px;
}

.accelerator-button-light {
  background: #fff;
  color: var(--accelerator-ink);
}

.accelerator-button-light:hover {
  background: var(--accelerator-gold);
}

.accelerator-final-actions > a:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1120px) {
  .accelerator-hero-grid {
    grid-template-columns: minmax(350px, 0.9fr) minmax(480px, 1.1fr);
    gap: 36px;
  }

  .accelerator-media-stage {
    min-height: 550px;
  }

  .accelerator-compare-card {
    width: 88%;
  }

  .accelerator-cinema-card {
    width: 60%;
  }

  .accelerator-section-heading {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .accelerator-section-heading > p:last-child {
    grid-column: 2;
  }
}

@media (max-width: 920px) {
  .accelerator-page .nav,
  .accelerator-page .header-cta .link-muted {
    display: none;
  }

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

  .accelerator-hero-copy {
    max-width: 760px;
    padding-bottom: 0;
  }

  .accelerator-media-stage {
    min-height: 610px;
  }

  .accelerator-compare-card {
    width: 84%;
  }

  .accelerator-cinema-card {
    width: 54%;
  }

  .accelerator-story-grid {
    grid-template-columns: 1fr;
  }

  .accelerator-story-grid li {
    min-height: 0;
  }

  .accelerator-offer,
  .accelerator-guarantee-grid,
  .accelerator-final-grid {
    grid-template-columns: 1fr;
  }

  .accelerator-guarantee-mark {
    max-width: 500px;
  }
}

@media (max-width: 760px) {
  .accelerator-shell {
    width: min(100% - 30px, 640px);
  }

  .accelerator-page .header-inner {
    height: 60px;
    padding: 0 15px;
  }

  .accelerator-page .header-cta .btn-white {
    padding: 10px 14px;
    font-size: 12px;
  }

  .accelerator-hero {
    padding: 60px 0 60px;
  }

  .accelerator-hero-copy {
    padding-top: 0;
  }

  .accelerator-visual-headline {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .accelerator-mobile-offer-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 31px;
    padding: 6px 14px;
    background: var(--accelerator-gold);
    color: var(--accelerator-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  .accelerator-mobile-offer-ribbon strong {
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    white-space: nowrap;
  }

  .accelerator-mobile-visual {
    display: block;
    position: relative;
    overflow: hidden;
    height: 500px;
    margin: 0;
    background: #d8ded8;
  }

  .accelerator-mobile-visual::after {
    content: '';
    position: absolute;
    z-index: 2;
    inset: 34% 0 0;
    background: linear-gradient(transparent, rgba(5, 26, 25, 0.92));
    pointer-events: none;
  }

  .accelerator-mobile-after > img {
    object-position: 50% 50%;
  }

  .accelerator-mobile-before {
    position: absolute;
    z-index: 4;
    top: 18px;
    left: 16px;
    width: 132px;
    height: 86px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 10px;
    background: #d8ded8;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  }

  .accelerator-mobile-before span,
  .accelerator-mobile-after-label {
    position: absolute;
    z-index: 5;
    padding: 5px 7px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
  }

  .accelerator-mobile-before span {
    top: 7px;
    left: 7px;
    background: #fff;
    color: var(--accelerator-ink);
  }

  .accelerator-mobile-after-label {
    top: 19px;
    right: 16px;
    background: var(--accelerator-teal);
    color: #fff;
  }

  .accelerator-title-block {
    position: absolute;
    z-index: 4;
    right: 16px;
    bottom: 24px;
    left: 16px;
    color: #fff;
  }

  .accelerator-title-block .accelerator-eyebrow {
    margin-bottom: 13px;
    color: #d5f3ee;
  }

  .accelerator-title-block .accelerator-eyebrow > span {
    background: var(--accelerator-gold);
  }

  .accelerator-hero-copy h1 {
    color: #fff;
    font-size: clamp(42px, 11.3vw, 48px);
    line-height: 0.94;
  }

  .accelerator-hero-copy h1 em {
    color: #67ddcc;
  }

  .accelerator-mobile-path {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0 0;
    color: var(--accelerator-ink);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
  }

  .accelerator-mobile-path i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accelerator-gold);
    flex: 0 0 auto;
  }

  .accelerator-lede {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .accelerator-actions {
    display: grid;
    margin-top: 15px;
  }

  .accelerator-button {
    width: 100%;
  }

  .accelerator-actions .accelerator-button-quiet {
    display: none;
  }

  .accelerator-microcopy {
    margin-top: 8px;
    text-align: center;
  }

  .accelerator-proof-points {
    display: none;
  }

  .accelerator-media-stage {
    display: grid;
    gap: 16px;
    min-height: 0;
  }

  .accelerator-compare-card,
  .accelerator-cinema-card {
    position: static;
    width: 100%;
    transform: none;
  }

  .accelerator-media-stage .accelerator-compare-card {
    display: none;
  }

  .accelerator-cinema-card {
    display: block;
  }

  .accelerator-cinema-card .accelerator-card-topline {
    width: 100%;
  }

  .accelerator-cinema-card video {
    aspect-ratio: 16 / 9;
  }

  .accelerator-cinema-card figcaption {
    padding: 22px;
  }

  .accelerator-card-topline {
    min-height: 44px;
    padding: 0 13px;
    font-size: 9px;
  }

  .accelerator-compare .image-compare-label {
    max-width: 43%;
    padding: 6px 8px;
    white-space: normal;
  }

  .accelerator-story,
  .accelerator-offer-wrap {
    padding-top: 72px;
  }

  .accelerator-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .accelerator-section-heading > p:last-child {
    grid-column: auto;
  }

  .accelerator-section-heading h2,
  .accelerator-offer h2,
  .accelerator-guarantee h2,
  .accelerator-final h2,
  .accelerator-offer-unavailable h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .accelerator-story-grid {
    margin-top: 34px;
  }

  .accelerator-story-grid li {
    padding: 22px;
  }

  .accelerator-offer {
    border-radius: 18px;
  }

  .accelerator-offer-intro,
  .accelerator-package {
    padding: 34px 24px;
  }

  .accelerator-guarantee {
    padding: 68px 0 78px;
  }

  .accelerator-guarantee-grid {
    gap: 40px;
  }

  .accelerator-guarantee-mark {
    padding: 28px;
  }

  .accelerator-final {
    padding: 64px 0;
  }

  .accelerator-final-grid {
    gap: 34px;
  }

  .accelerator-final-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accelerator-page *,
  .accelerator-page *::before,
  .accelerator-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
