:root {
  color-scheme: dark;
  --bg: #020202;
  --panel: #0b0908;
  --panel-soft: #15100d;
  --text: #fff8f1;
  --muted: #b8aaa0;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #ed7a2f;
  --accent-strong: #ff9142;
  --cream: #fff2df;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 50% 4%, rgba(237, 122, 47, 0.2), transparent 34rem),
    linear-gradient(90deg, #000 0%, #120a06 50%, #000 100%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 145, 66, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 145, 66, 0.05) 1px, transparent 1px);
  background-size: 74px 74px;
  -webkit-mask-image: radial-gradient(circle at 50% 18%, #000 0 18rem, transparent 48rem);
  mask-image: radial-gradient(circle at 50% 18%, #000 0 18rem, transparent 48rem);
  opacity: 0.55;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 150px;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.hero__glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), #020202 94%),
    radial-gradient(circle at 50% 24%, rgba(255, 145, 66, 0.2), transparent 34rem);
}

.commerce-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.commerce-bg::before,
.commerce-bg::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 145, 66, 0.48), transparent);
  opacity: 0.58;
  filter: blur(0.5px);
  transform: rotate(-11deg);
}

.commerce-bg::before {
  left: -6vw;
  top: 148px;
  width: 34vw;
  height: 14px;
}

.commerce-bg::after {
  right: -5vw;
  top: 525px;
  width: 41vw;
  height: 18px;
}

.commerce-bg__item {
  position: absolute;
  fill: none;
  stroke: rgba(255, 145, 66, 0.34);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 18px 34px rgba(237, 122, 47, 0.22));
}

.commerce-bg__item--package {
  left: max(18px, calc(50% - 630px));
  top: 205px;
  width: clamp(86px, 9vw, 138px);
  transform: rotate(-14deg);
  opacity: 0.72;
}

.commerce-bg__item--cart {
  right: max(20px, calc(50% - 620px));
  top: 160px;
  width: clamp(98px, 11vw, 160px);
  transform: rotate(9deg);
  opacity: 0.62;
}

.commerce-bg__item--chart {
  right: max(32px, calc(50% - 690px));
  top: 455px;
  width: clamp(118px, 15vw, 220px);
  opacity: 0.54;
}

.commerce-bg__item--bars {
  left: max(-5px, calc(50% - 720px));
  top: 560px;
  width: clamp(112px, 13vw, 198px);
  transform: rotate(7deg);
  opacity: 0.5;
}

.status-pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 7px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px var(--accent);
}

.status-pill--brand {
  min-height: 39px;
  padding: 7px 19px 7px 9px;
  font-size: 14px;
}

.status-pill--brand img {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(255, 166, 23, 0.28);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin: 30px auto 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
  word-spacing: -0.08em;
}

h1 strong {
  color: #f47b22;
  text-shadow:
    1px 1px 0 #5b1c05,
    0 12px 30px rgba(237, 122, 47, 0.24);
}

h2 strong {
  color: var(--accent-strong);
}

.hero__subcopy {
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
}

.video-card {
  position: relative;
  display: block;
  width: min(100%, 900px);
  aspect-ratio: 16 / 9;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: #050505;
  box-shadow: 0 0 70px rgba(237, 122, 47, 0.24);
}

.video-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.58) 74%),
    rgba(0, 0, 0, 0.08);
  color: white;
  cursor: pointer;
  transition: opacity 220ms ease, transform 220ms ease;
}

.video-overlay:hover {
  transform: scale(1.01);
}

.video-card.is-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-overlay__icon {
  display: grid;
  place-items: center;
  width: clamp(86px, 10vw, 126px);
  height: clamp(86px, 10vw, 126px);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #ff8a1f;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(255, 138, 31, 0.8),
    0 0 78px rgba(255, 138, 31, 0.52);
}

.video-overlay__icon svg {
  width: 39%;
  height: 39%;
  margin-left: 5px;
  fill: currentColor;
}

.button.hero__cta {
  min-width: 360px;
  min-height: 82px;
  margin-top: 40px;
  padding: 0 58px;
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 22px 44px rgba(237, 122, 47, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button.hero__cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 52px rgba(237, 122, 47, 0.44);
  filter: brightness(1.04);
}

.button.hero__cta:active {
  transform: translateY(-2px);
}

.band {
  border-block: 1px solid var(--line);
  background: var(--cream);
  color: #1d120c;
}

.band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
}

.band p {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--accent-strong), #de5f19);
  color: white;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(237, 122, 47, 0.28);
  cursor: pointer;
}

.application-modal[hidden] {
  display: none;
}

.application-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
}

.application-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(237, 122, 47, 0.16), transparent 34rem),
    rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.application-modal__panel {
  position: relative;
  display: grid;
  gap: 22px;
  width: min(100%, 720px);
  max-height: min(820px, calc(100vh - 40px));
  overflow-y: auto;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(255, 145, 66, 0.32);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 145, 66, 0.08), rgba(255, 255, 255, 0.025)),
    #080604;
  box-shadow:
    0 0 0 1px rgba(255, 145, 66, 0.08) inset,
    0 0 80px rgba(237, 122, 47, 0.24),
    0 34px 90px rgba(0, 0, 0, 0.58);
}

.application-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 64px;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 248, 241, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.application-modal__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--cream);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.application-modal__brand img,
.application-success img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(255, 166, 23, 0.32);
}

.application-modal__progress {
  display: grid;
  gap: 9px;
  color: rgba(255, 248, 241, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.application-modal__progress div {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.application-modal__progress span span,
.application-modal__progress div span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffb14d, #ed7a2f);
  box-shadow: 0 0 22px rgba(237, 122, 47, 0.52);
  transition: width 220ms ease;
}

.application-step {
  display: grid;
  gap: 24px;
}

.application-step__kicker {
  margin-bottom: 14px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.application-step h2,
.application-success h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.application-step__helper,
.application-success p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 600;
}

.application-options {
  display: grid;
  gap: 12px;
}

.application-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.application-option:hover,
.application-option.is-selected {
  border-color: rgba(255, 145, 66, 0.52);
  background: rgba(255, 145, 66, 0.12);
  box-shadow: 0 0 28px rgba(237, 122, 47, 0.16);
  transform: translateY(-2px);
}

.application-option span {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.application-option:hover span,
.application-option.is-selected span {
  border-color: var(--accent-strong);
  background: var(--accent-strong);
}

.application-field {
  display: grid;
  gap: 9px;
  color: rgba(255, 248, 241, 0.74);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.application-field input,
.application-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
}

.application-field input {
  height: 54px;
  padding: 0 14px;
}

.application-field textarea {
  min-height: 142px;
  padding: 14px;
  resize: vertical;
}

.application-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.application-step__error {
  margin: -8px 0 0;
  color: #ffb14d;
  font-size: 13px;
  font-weight: 800;
}

.application-step__actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.application-step__back {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.application-step__next {
  min-width: 180px;
  margin-left: auto;
}

.application-success {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.credentials {
  padding: 96px 0 110px;
  background: #070504;
}

.credentials__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.credentials h2 {
  margin: 24px 0 12px;
  color: #f47b22;
  text-shadow:
    1px 1px 0 #5b1c05,
    0 16px 40px rgba(237, 122, 47, 0.26);
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: start;
  gap: 28px;
  width: min(100%, 1040px);
  margin-top: 34px;
}

.result-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 145, 66, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #0d0a08;
  box-shadow:
    0 0 0 1px rgba(255, 145, 66, 0.09) inset,
    0 0 34px rgba(237, 122, 47, 0.28),
    0 0 78px rgba(237, 122, 47, 0.14),
    0 24px 52px rgba(0, 0, 0, 0.34);
}

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

.result-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
}

.credentials__cta {
  margin-top: 38px;
}

.disclaimer {
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
  background: #020202;
}

.disclaimer__inner {
  display: grid;
  gap: 14px;
}

.disclaimer p {
  margin: 0;
  color: rgba(255, 248, 241, 0.54);
  font-size: 12px;
  line-height: 1.65;
}

.disclaimer strong {
  color: rgba(255, 248, 241, 0.76);
}

.precall-page {
  background: #020202;
}

.precall-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 96px;
}

.precall-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.precall-brand {
  text-decoration: none;
}

.precall-hero__copy {
  max-width: 880px;
  margin-top: 44px;
}

.precall-kicker {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.precall-hero h1 {
  max-width: 920px;
  margin: 0 auto 18px;
  font-size: clamp(28px, 4.3vw, 48px);
  line-height: 1.08;
  font-weight: 800;
}

.precall-hero__copy p:not(.precall-kicker),
.precall-copy,
.precall-section__header p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.precall-video {
  margin-top: 42px;
}

.precall-section {
  padding: 90px 0;
  background: #060403;
}

.precall-section--prep {
  border-top: 1px solid rgba(255, 145, 66, 0.13);
  border-bottom: 1px solid rgba(255, 145, 66, 0.13);
  background:
    radial-gradient(circle at 80% 8%, rgba(255, 145, 66, 0.12), transparent 30rem),
    #090604;
}

.precall-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  align-items: start;
}

.precall-section h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 5.3vw, 62px);
  line-height: 1;
}

.precall-copy {
  max-width: 520px;
  margin: 20px 0 0;
}

.precall-checklist {
  display: grid;
  gap: 14px;
}

.precall-checklist div,
.precall-testimonial,
.case-study {
  border: 1px solid rgba(255, 145, 66, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #0d0a08;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.precall-checklist div {
  padding: 24px;
}

.precall-checklist span,
.precall-testimonial span,
.case-study span {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.precall-checklist h3,
.precall-testimonial h3,
.case-study h3 {
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.15;
}

.precall-checklist p,
.precall-testimonial p,
.case-study p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.precall-section__header {
  max-width: 780px;
  margin-bottom: 34px;
}

.precall-section__header p {
  margin: 18px 0 0;
}

.precall-testimonials {
  display: grid;
  gap: 24px;
}

.precall-testimonial {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  gap: 28px;
  align-items: center;
  padding: 18px;
}

.precall-testimonial .result-card {
  min-height: 0;
}

.precall-testimonial .result-card img {
  max-height: 460px;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.case-study {
  overflow: hidden;
}

.case-study img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
}

.case-study div {
  padding: 24px;
}

.section {
  padding: 92px 0;
  background: #fff8ef;
  color: #150e0a;
}

.section--dark {
  background: #050403;
  color: var(--text);
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
  font-weight: 900;
}

.split h2,
.proof h2,
.faq h2 {
  margin-top: 18px;
}

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

.feature {
  min-height: 260px;
  padding: 26px;
  border-radius: 8px;
}

.feature span {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
}

.feature h3 {
  margin: 36px 0 12px;
  font-size: 22px;
}

.feature p,
.proof__list p,
.faq p {
  color: var(--muted);
  line-height: 1.65;
}

.proof {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
}

.proof .eyebrow {
  border-color: rgba(21, 14, 10, 0.18);
  background: rgba(21, 14, 10, 0.04);
  color: #4a2b18;
}

.proof__list {
  display: grid;
  gap: 12px;
}

.proof__list p {
  margin: 0;
  padding: 24px;
  border-color: rgba(21, 14, 10, 0.12);
  border-radius: 8px;
  background: white;
  color: #3c312b;
  font-weight: 700;
}

.faq {
  max-width: 820px;
}

.faq h2 {
  margin-bottom: 28px;
}

details {
  margin-top: 12px;
  border-radius: 8px;
  padding: 20px 22px;
}

summary {
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 12px 0 0;
}

@media (max-width: 860px) {
  .hero {
    padding-top: 48px;
  }

  .commerce-bg__item--package {
    left: -18px;
    top: 235px;
  }

  .commerce-bg__item--cart {
    right: -22px;
    top: 205px;
  }

  .commerce-bg__item--chart {
    right: -35px;
    top: 500px;
  }

  .commerce-bg__item--bars {
    left: -38px;
    top: 560px;
  }

  .split,
  .proof,
  .grid,
  .application-contact,
  .credential-grid,
  .precall-split,
  .precall-testimonial,
  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .feature {
    min-height: auto;
  }

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

  .band__inner {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .precall-hero {
    padding-top: 42px;
  }

  .precall-hero__copy {
    margin-top: 34px;
  }

  .precall-section {
    padding: 72px 0;
  }

  .case-study img {
    height: auto;
    max-height: 420px;
    object-fit: contain;
    background: #050403;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1120px);
  }

  h1 {
    font-size: 30px;
  }

  .status-pill--brand {
    font-size: 13px;
  }

  .commerce-bg::before {
    top: 120px;
    width: 52vw;
  }

  .commerce-bg::after {
    top: 480px;
    width: 58vw;
  }

  .commerce-bg__item {
    stroke-width: 7;
  }

  .button.hero__cta {
    width: min(100%, 320px);
    min-width: 0;
    min-height: 74px;
    font-size: 29px;
    padding: 0 32px;
  }

  .video-card {
    border-radius: 9px;
  }

  .section,
  .credentials,
  .precall-section {
    padding: 68px 0;
  }

  .precall-hero {
    padding-bottom: 70px;
  }

  .precall-hero h1 {
    font-size: 27px;
  }

  .precall-hero__copy p:not(.precall-kicker),
  .precall-copy,
  .precall-section__header p {
    font-size: 16px;
  }

  .precall-testimonial,
  .precall-checklist div,
  .case-study div {
    padding: 16px;
  }

  .application-modal {
    padding: 10px;
  }

  .application-modal__panel {
    max-height: calc(100vh - 20px);
    padding: 22px 16px;
  }

  .application-modal__close {
    top: 10px;
    right: 10px;
  }

  .application-option {
    font-size: 14px;
  }

  .application-step__actions {
    flex-direction: column-reverse;
  }

  .application-step__back,
  .application-step__next {
    width: 100%;
    margin-left: 0;
  }
}
