.accelerator-page {
  color: #0f172a;
  overflow: hidden;
}

.accelerator-shell {
  width: min(100% - (var(--xy-page-gutter) * 2), var(--xy-page-width));
  margin: 0 auto;
}

.accelerator-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
}

.accelerator-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 48%, rgba(59, 130, 246, 0.2), transparent 32%),
    linear-gradient(135deg, #020617 0%, #0b1948 52%, #11104b 100%);
}

.accelerator-hero__orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.55;
}

.accelerator-hero__orb--one {
  width: 360px;
  height: 360px;
  top: 10%;
  right: 5%;
  background: rgba(14, 165, 233, 0.22);
}

.accelerator-hero__orb--two {
  width: 260px;
  height: 260px;
  bottom: 2%;
  left: 38%;
  background: rgba(147, 51, 234, 0.18);
}

.accelerator-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  padding-top: 48px;
  padding-bottom: 56px;
}

.accelerator-hero__copy {
  position: relative;
  z-index: 4;
  max-width: 590px;
}

.accelerator-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 7px 13px;
  border: 1px solid rgba(125, 211, 252, 0.3);
  border-radius: 999px;
  color: #bae6fd;
  background: rgba(14, 165, 233, 0.09);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.accelerator-kicker__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}

.accelerator-hero h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.05;
  font-weight: 750;
  letter-spacing: -0.045em;
}

.accelerator-hero__lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: #cbd5e1;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.8;
}

.accelerator-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.accelerator-feature-pills span {
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
}

.accelerator-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.accelerator-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.accelerator-btn--primary,
.accelerator-btn--primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0ea5e9, #4f46e5);
  box-shadow: 0 14px 36px rgba(59, 130, 246, 0.3);
}

.accelerator-btn--ghost,
.accelerator-btn--ghost:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
}

.accelerator-btn--windows,
.accelerator-btn--windows:hover {
  position: relative;
  color: #ffffff;
  border-color: rgba(125, 211, 252, 0.34);
  background: rgba(14, 165, 233, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.accelerator-btn--windows:hover,
.accelerator-btn--windows:focus-visible {
  border-color: rgba(125, 211, 252, 0.68);
  background: rgba(14, 165, 233, 0.18);
}

.accelerator-btn--windows small {
  padding: 2px 6px;
  border-radius: 999px;
  color: #bae6fd;
  background: rgba(14, 165, 233, 0.2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.accelerator-btn i {
  font-size: 18px;
}

.accelerator-hero__note {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
}

.accelerator-hero__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: 14px;
}

.accelerator-product-link {
  color: #bae6fd;
  font-size: 13px;
  font-weight: 700;
}

.accelerator-product-link:hover {
  color: #ffffff;
}

.accelerator-product-link span {
  display: inline-block;
  transition: transform 160ms ease;
}

.accelerator-product-link:hover span {
  transform: translateX(3px);
}

.accelerator-hero__visual {
  position: relative;
  min-height: 620px;
  perspective: 1200px;
}

.accelerator-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(260px, 31vw);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 26px;
  background: #0f172a;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.42);
}

.accelerator-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.accelerator-poster--front {
  z-index: 3;
  transform: translate(-50%, -50%) rotate(-1deg);
}

.accelerator-poster--back {
  z-index: 1;
  transform: translate(-108%, -48%) rotate(-8deg) scale(0.86);
  opacity: 0.78;
}

.accelerator-poster--side {
  z-index: 2;
  transform: translate(8%, -48%) rotate(8deg) scale(0.9);
  opacity: 0.9;
}

.accelerator-benefits {
  padding: 100px 0 112px;
  background: #f8fafc;
}

.accelerator-section-heading {
  max-width: 760px;
}

.accelerator-section-heading__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.accelerator-section-heading h2,
.accelerator-final-cta h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: -0.035em;
}

.accelerator-section-heading p {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

.accelerator-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.accelerator-benefit-card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.accelerator-benefit-card__index {
  color: #3b82f6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.accelerator-benefit-card h3 {
  margin: 44px 0 12px;
  font-size: 21px;
  font-weight: 750;
}

.accelerator-benefit-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.75;
}

.accelerator-gallery {
  padding: 104px 0 112px;
  color: #ffffff;
  background: #070b1c;
}

.accelerator-gallery__topline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.accelerator-section-heading--light h2 {
  color: #ffffff;
}

.accelerator-section-heading--light p {
  color: #94a3b8;
}

.accelerator-gallery__controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.accelerator-gallery__control {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 20px;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.accelerator-gallery__control:hover,
.accelerator-gallery__control:focus-visible {
  border-color: rgba(125, 211, 252, 0.7);
  background: rgba(14, 165, 233, 0.18);
  outline: none;
}

.accelerator-gallery__control img {
  width: 17px;
  height: auto;
  filter: brightness(0) invert(1);
}

.accelerator-gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 28%);
  gap: 24px;
  overflow-x: auto;
  padding: 4px 2px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #334155 transparent;
  scrollbar-width: thin;
}

.accelerator-gallery__item {
  margin: 0;
  scroll-snap-align: start;
}

.accelerator-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.accelerator-gallery__item figcaption {
  margin-top: 14px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.accelerator-final-cta {
  padding: 82px 0;
  color: #ffffff;
  background: linear-gradient(120deg, #172554, #312e81);
}

.accelerator-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

body.accelerator-modal-open {
  overflow: hidden;
}

.accelerator-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.accelerator-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.accelerator-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.76);
  backdrop-filter: blur(12px);
}

.accelerator-modal__dialog {
  position: relative;
  width: min(100%, 780px);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 28px;
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 34px 100px rgba(2, 6, 23, 0.5);
  opacity: 0;
  transform: translateY(18px) scale(0.97);
  transition: opacity 200ms ease, transform 200ms ease;
}

.accelerator-modal.is-open .accelerator-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.accelerator-modal__dialog:focus {
  outline: none;
}

.accelerator-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 50%;
  color: #64748b;
  background: rgba(255, 255, 255, 0.9);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.accelerator-modal__close:hover {
  color: #0f172a;
  background: #f1f5f9;
  transform: rotate(5deg);
}

.accelerator-modal__content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
}

.accelerator-modal__copy {
  padding: 48px 42px 40px;
}

.accelerator-modal__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #2563eb;
  background: #eff6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.accelerator-modal__badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14);
}

.accelerator-modal__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-top: 26px;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #0ea5e9, #4f46e5);
  box-shadow: 0 14px 30px rgba(59, 130, 246, 0.25);
  font-size: 25px;
}

.accelerator-modal h2 {
  margin: 20px 0 12px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.accelerator-modal__copy > p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.8;
}

.accelerator-modal__steps {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.accelerator-modal__steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-size: 14px;
  font-weight: 650;
}

.accelerator-modal__steps li span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #2563eb;
  background: #eff6ff;
  font-size: 11px;
  font-weight: 800;
}

.accelerator-modal__later {
  margin-top: 27px;
  padding: 0;
  border: 0;
  color: #64748b;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}

.accelerator-modal__later:hover {
  color: #2563eb;
}

.accelerator-modal__qr-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 58px 34px 42px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 32%, rgba(56, 189, 248, 0.22), transparent 36%),
    linear-gradient(155deg, #eff6ff 0%, #eef2ff 52%, #f5f3ff 100%);
}

.accelerator-modal__qr-glow {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.14);
  filter: blur(34px);
}

.accelerator-modal__qr {
  position: relative;
  width: min(100%, 214px);
  padding: 12px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(51, 65, 85, 0.17);
}

.accelerator-modal__qr img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 13px;
}

.accelerator-modal__qr-panel strong {
  position: relative;
  margin-top: 24px;
  color: #1e293b;
  font-size: 15px;
}

.accelerator-modal__qr-panel > span {
  position: relative;
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .accelerator-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 30px;
  }

  .accelerator-hero__visual {
    min-height: 540px;
  }

  .accelerator-poster {
    width: 220px;
  }
}

@media (max-width: 820px) {
  .hero_area {
    height: auto;
  }

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

  .accelerator-hero__grid {
    grid-template-columns: 1fr;
    padding-top: 72px;
    padding-bottom: 52px;
    text-align: center;
  }

  .accelerator-hero__copy {
    margin: 0 auto;
  }

  .accelerator-hero__lead {
    margin-right: auto;
    margin-left: auto;
  }

  .accelerator-feature-pills,
  .accelerator-hero__actions,
  .accelerator-hero__meta {
    justify-content: center;
  }

  .accelerator-hero__visual {
    width: min(100%, 620px);
    min-height: 530px;
    margin: 0 auto;
  }

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

  .accelerator-benefit-card {
    min-height: auto;
  }

  .accelerator-benefit-card h3 {
    margin-top: 28px;
  }

  .accelerator-gallery__track {
    grid-auto-columns: minmax(230px, 46%);
  }

  .accelerator-modal {
    overflow-y: auto;
  }

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

  .accelerator-modal__copy {
    padding: 40px 34px 30px;
  }

  .accelerator-modal__qr-panel {
    padding: 34px;
  }
}

@media (max-width: 576px) {
  .accelerator-shell {
    width: min(100% - 32px, var(--xy-page-width));
  }

  .accelerator-hero__grid {
    padding-top: 48px;
  }

  .accelerator-hero h1 {
    font-size: 46px;
  }

  .accelerator-hero__lead {
    font-size: 16px;
    line-height: 1.7;
  }

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

  .accelerator-btn {
    width: 100%;
  }

  .accelerator-hero__visual {
    min-height: 430px;
  }

  .accelerator-poster {
    width: 176px;
    border-radius: 18px;
  }

  .accelerator-benefits,
  .accelerator-gallery {
    padding: 72px 0 80px;
  }

  .accelerator-gallery__topline {
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .accelerator-gallery__controls {
    display: none;
  }

  .accelerator-gallery__track {
    grid-auto-columns: 82%;
    gap: 16px;
    margin-right: -16px;
  }

  .accelerator-gallery__item img {
    border-radius: 20px;
  }

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

  .accelerator-final-cta__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .accelerator-modal {
    align-items: start;
    padding: 14px;
  }

  .accelerator-modal__dialog {
    margin: 14px 0;
    border-radius: 22px;
  }

  .accelerator-modal__copy {
    padding: 34px 24px 26px;
  }

  .accelerator-modal__icon {
    margin-top: 22px;
  }

  .accelerator-modal h2 {
    padding-right: 24px;
    font-size: 25px;
  }

  .accelerator-modal__qr-panel {
    padding: 30px 24px 34px;
  }

  .accelerator-modal__qr {
    width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accelerator-btn,
  .accelerator-product-link span,
  .accelerator-modal,
  .accelerator-modal__dialog {
    transition: none;
  }
}
