:root {
  --orange: #ff5b00;
  --orange-dark: #d94e00;
  --ink: #161412;
  --off-white: #fff8f2;
  --white: #ffffff;
  --border: #eaded5;
  --muted: #62564d;
  --green: #1f8a5b;
  --deep: #24343d;
  --shadow: 0 24px 70px rgba(36, 52, 61, 0.16);
  --radius: 8px;
  --header-font: "Chivo", "Inter", system-ui, sans-serif;
  --body-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--off-white);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
.brand,
.proof-value,
.pricing-card h3 {
  margin: 0;
  font-family: var(--header-font);
  letter-spacing: 0;
  line-height: 1.03;
}

p {
  margin: 0;
}

.section-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(234, 222, 213, 0.78);
  background: rgba(255, 248, 242, 0.9);
  backdrop-filter: blur(14px);
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1120px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.08rem;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(255, 91, 0, 0.22);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-links a,
.footer-links a {
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a {
  padding: 10px 12px;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--orange);
}

.button,
.text-link,
.video-action {
  min-height: 46px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.1;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
  box-shadow: 0 14px 32px rgba(255, 91, 0, 0.22);
  white-space: nowrap;
}

.button:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  transform: translateY(-1px);
}

.button:focus-visible,
.text-link:focus-visible,
.video-action:focus-visible,
.nav-links a:focus-visible,
.footer-links a:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(255, 91, 0, 0.36);
  outline-offset: 4px;
}

.button-small {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 0.92rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: var(--deep);
  border-bottom: 2px solid var(--orange);
  border-radius: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 56px;
  min-height: min(760px, calc(100vh - 76px));
  min-height: min(760px, calc(100svh - 76px));
  padding: 68px 0 56px;
}

.hero-copy {
  max-width: 640px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.35rem, 4.8vw, 4.35rem);
  font-weight: 800;
}

h2 {
  max-width: 14ch;
  font-size: clamp(2.15rem, 3.8vw, 3.45rem);
  font-weight: 800;
}

h3 {
  font-size: 1.18rem;
  font-weight: 800;
}

.hero-lede {
  max-width: 610px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.65;
}

.hero-bullets {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-bullets li {
  position: relative;
  padding-left: 32px;
  color: var(--deep);
  font-weight: 600;
}

.hero-bullets li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid var(--orange);
  border-radius: 999px;
  background: var(--off-white);
  content: "";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 222, 213, 0.82);
  border-radius: var(--radius);
  background: #0c1214;
  box-shadow: var(--shadow);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  content: "";
}

.hero-video {
  width: 100%;
  max-height: 520px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-action {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  min-width: 84px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--white);
  background: rgba(22, 20, 18, 0.72);
  font-family: var(--body-font);
  cursor: pointer;
}

.video-action:hover {
  background: rgba(255, 91, 0, 0.92);
}

.video-action.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.proof-band {
  border-block: 1px solid var(--border);
  background: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  background: var(--border);
}

.proof-grid > div {
  min-height: 128px;
  padding: 28px;
  background: var(--white);
}

.proof-value {
  display: block;
  color: var(--deep);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
}

.proof-label {
  display: block;
  max-width: 15rem;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.4;
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.left {
  margin: 0;
  text-align: left;
}

.section-heading p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading .button {
  margin-top: 30px;
}

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

.step-card,
.feature-card,
.pricing-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.step-card {
  min-height: 270px;
  padding: 28px;
}

.step-number,
.pricing-kicker {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--orange);
  font-family: var(--header-font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.step-card p,
.feature-card p,
.pricing-card p,
.pricing-note p,
.footer p {
  color: var(--muted);
}

.step-card h3,
.feature-card h3 {
  margin-bottom: 14px;
}

.success-section {
  border-block: 1px solid var(--border);
  background: var(--white);
}

.success-layout {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  align-items: start;
  gap: 56px;
}

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

.feature-card {
  min-height: 220px;
  padding: 24px;
}

.feature-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: rgba(31, 138, 91, 0.1);
  font-family: var(--header-font);
  font-size: 0.8rem;
  font-weight: 800;
}

.pricing-section {
  padding-bottom: 118px;
}

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

.pricing-card {
  min-height: 292px;
  padding: 34px;
}

.pricing-card.highlighted {
  border-color: rgba(255, 91, 0, 0.42);
  box-shadow: 0 22px 52px rgba(255, 91, 0, 0.1);
}

.pricing-card h3 {
  color: var(--deep);
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 800;
}

.pricing-card .pricing-unit {
  margin: 10px 0 22px;
  color: var(--deep);
  font-weight: 800;
}

.pricing-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 26px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.pricing-note p {
  max-width: 720px;
}

.footer {
  border-top: 1px solid var(--border);
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 44px 0 34px;
}

.footer .brand {
  color: var(--white);
}

.footer p {
  max-width: 370px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 22px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer .footer-bottom {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding-top: 64px;
  }

  h1 {
    max-width: 13ch;
  }

  .success-layout {
    grid-template-columns: 1fr;
  }

  .section-heading.left {
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .section-shell,
  .nav,
  .footer .footer-bottom {
    width: min(1120px, calc(100% - 28px));
  }

  .nav {
    min-height: 66px;
  }

  .button-small {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.86rem;
  }

  .hero {
    padding: 46px 0 48px;
  }

  h1 {
    max-width: 11ch;
    font-size: 2.65rem;
  }

  h2 {
    max-width: 12ch;
    font-size: 2.15rem;
  }

  .hero-lede {
    margin-top: 20px;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    align-self: center;
  }

  .hero-video {
    max-height: 245px;
    aspect-ratio: 4 / 3;
  }

  .video-action {
    right: 12px;
    bottom: 12px;
    min-height: 40px;
  }

  .proof-grid,
  .steps,
  .feature-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid > div {
    min-height: auto;
    padding: 22px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 1rem;
  }

  .step-card,
  .feature-card {
    min-height: auto;
    padding: 22px;
  }

  .pricing-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .pricing-card h3 {
    font-size: 3rem;
  }

  .pricing-note {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .pricing-note .button {
    width: 100%;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.38rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  .brand {
    font-size: 1rem;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
