:root {
  color-scheme: light;
  --ink: #111315;
  --ink-2: #292f34;
  --muted: #65717c;
  --line: #dfe5e8;
  --paper: #f6f7f3;
  --white: #ffffff;
  --green: #b6ff2e;
  --green-dark: #63b400;
  --yellow: #ffd233;
  --red: #ea4c4c;
  --radius: 16px;
  --shadow: 0 22px 70px rgba(10, 14, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  background: #050505;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #050505 0, #050505 112px, var(--paper) 112px);
  color: var(--ink);
  font-family:
    Montserrat, Arial, Helvetica, sans-serif;
}

body,
button,
input {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  align-items: center;
  background: rgba(5, 5, 5, 0.82);
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(10, 14, 18, 0.14);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  margin: 12px auto 0;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 12px;
  width: min(calc(100% - 28px), 1720px);
  z-index: 20;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  gap: 12px;
  grid-column: 1;
  min-width: 0;
  white-space: nowrap;
}

.brand-logo {
  border-radius: 8px;
  height: 36px;
  object-fit: contain;
  width: 36px;
}

.brand-name {
  color: var(--ink);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: lowercase;
}

.ride-word,
.crew-word {
  display: inline-block;
  font-style: italic;
  font-weight: 900;
  transform: skewX(-8deg);
}

.ride-word {
  color: var(--ink);
}

.crew-word {
  color: var(--green);
  margin-left: 2px;
  text-shadow:
    1px 0 0 rgba(17, 19, 21, 0.7),
    -1px 0 0 rgba(78, 220, 255, 0.7);
}

.nav-links {
  align-items: center;
  background: rgba(17, 19, 21, 0.045);
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 999px;
  color: var(--ink-2);
  display: flex;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  grid-column: 2;
  justify-self: center;
  padding: 5px;
}

.nav-links a {
  border-radius: 999px;
  opacity: 0.82;
  padding: 9px 16px;
  position: relative;
  transition:
    background 160ms ease,
    color 160ms ease,
    opacity 160ms ease;
}

.nav-links a:hover {
  background: var(--white);
  color: var(--ink);
  opacity: 1;
}

.nav-links a::after {
  background: var(--green);
  border-radius: 999px;
  bottom: 5px;
  content: "";
  height: 3px;
  left: 18px;
  opacity: 0;
  position: absolute;
  right: 18px;
  transition: opacity 160ms ease;
}

.nav-links a:hover::after {
  opacity: 1;
}

.header-action,
.primary-button,
.secondary-button {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
  white-space: nowrap;
}

.header-action {
  font-size: 14px;
  grid-column: 3;
  justify-self: end;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.header-action,
.primary-button {
  background: var(--ink);
  color: var(--green);
}

.header-action:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.primary-button:hover {
  box-shadow: 0 14px 34px rgba(17, 19, 21, 0.2);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.primary-button.dark {
  background: var(--ink);
  color: var(--green);
  width: 100%;
}

.hero {
  background-color: #f7f4ec;
  background-image: url("assets/hero-desktop-clean.png");
  background-position: center top;
  background-size: cover;
  color: var(--ink);
  min-height: calc(100svh - 72px);
  overflow: hidden;
  position: relative;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(246, 247, 243, 0.08) 0%, rgba(246, 247, 243, 0) 38%, rgba(246, 247, 243, 0.28) 100%),
    linear-gradient(180deg, rgba(246, 247, 243, 0) 72%, rgba(17, 19, 21, 0.14) 100%),
    radial-gradient(circle at 82% 45%, rgba(255, 255, 255, 0.76), transparent 24%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-badge {
  align-items: center;
  background: rgba(17, 19, 21, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  bottom: auto;
  box-shadow: var(--shadow);
  color: var(--white);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(210px, 0.78fr) minmax(250px, 1fr);
  left: clamp(18px, 4vw, 56px);
  padding: 22px 24px;
  position: absolute;
  top: clamp(34px, 7vh, 74px);
  width: min(690px, 45vw);
  z-index: 2;
}

.badge-title {
  display: grid;
  gap: 6px;
}

.hero-badge span {
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-badge b {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.95;
  text-transform: lowercase;
}

.hero-badge ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-badge li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding-left: 18px;
  position: relative;
}

.hero-badge li::before {
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.55em;
  width: 7px;
}

.hero-desktop-cta {
  display: none;
}

.hero-contact-form {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 28px;
  box-shadow: 0 26px 80px rgba(17, 19, 21, 0.18);
  color: var(--ink);
  display: grid;
  gap: 12px;
  padding: 24px;
  position: absolute;
  right: clamp(34px, 5vw, 92px);
  top: 50%;
  transform: translateY(-48%);
  width: clamp(350px, 25vw, 440px);
  z-index: 3;
}

.hero-contact-form .eyebrow {
  color: var(--green-dark);
  margin-bottom: 0;
}

.hero .hero-contact-form h1 {
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 0.96;
  margin: 0 0 8px;
}

.hero-contact-form label {
  display: grid;
  gap: 7px;
}

.hero-contact-form label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.hero-contact-form input {
  background: #f7f8f3;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  outline: none;
  padding: 0 14px;
}

.hero-contact-form input:focus {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 4px rgba(99, 180, 0, 0.12);
}

.hero-contact-form .form-button {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 800;
  width: 100%;
}

@media (min-width: 1280px) {
  .hero-badge {
    left: clamp(44px, 5.6vw, 108px);
    top: clamp(42px, 8vh, 86px);
    width: min(670px, 43vw);
  }

  .hero-contact-form {
    right: clamp(42px, 6vw, 118px);
    width: clamp(360px, 23vw, 430px);
  }
}

@media (min-width: 1680px) {
  .hero-badge {
    left: clamp(64px, 5.2vw, 116px);
    top: clamp(48px, 8vh, 92px);
    width: 640px;
  }

  .hero-contact-form {
    right: clamp(72px, 6.4vw, 138px);
    transform: translateY(-45%);
    width: 420px;
  }
}

@media (min-width: 981px) {
  .site-header {
    background: rgba(5, 5, 5, 0.82);
    border-color: rgba(255, 255, 255, 0.12);
  }

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

  .nav-links {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
  }

  .nav-links a:hover {
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
  }

  .header-action {
    background: var(--white);
    color: var(--ink);
  }

  .hero {
    align-items: center;
    background: #050505;
    background-image: none;
    display: grid;
    gap: clamp(46px, 5vw, 92px);
    grid-template-columns: minmax(390px, 0.82fr) minmax(500px, 1.08fr);
    min-height: calc(100svh - 72px);
    padding: clamp(56px, 7vh, 96px) clamp(40px, 6vw, 108px);
  }

  .hero::before {
    align-self: center;
    aspect-ratio: 1.64;
    background-image:
      linear-gradient(90deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0)),
      url("assets/hero-desktop-clean.png");
    background-position: center top;
    background-size: cover;
    border-radius: 28px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
    content: "";
    display: block;
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 440px;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .hero-shade {
    background:
      radial-gradient(circle at 18% 22%, rgba(182, 255, 46, 0.12), transparent 20%),
      linear-gradient(90deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.18) 100%);
    z-index: 0;
  }

  .hero-badge {
    align-self: end;
    background: transparent;
    border: 0;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    gap: 24px;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 1fr;
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: min(100%, 620px);
    z-index: 2;
  }

  .hero-badge span {
    color: var(--white);
    font-size: clamp(48px, 4.55vw, 82px);
    font-weight: 800;
    line-height: 1.04;
    text-transform: none;
  }

  .hero-badge ul {
    gap: 11px;
  }

  .hero-badge li {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(15px, 1.1vw, 18px);
    font-weight: 700;
  }

  .hero-desktop-cta {
    display: inline-flex;
    justify-self: start;
    margin-top: 10px;
    min-height: 58px;
    padding: 0 30px;
  }

  .hero-contact-form {
    display: none;
  }
}

.eyebrow {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(58px, 10.5vw, 128px);
  line-height: 0.9;
  margin: 0;
  max-width: 760px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.45;
  margin: 26px 0 0;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}

.hero-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  margin: clamp(20px, 3vw, 32px) 0 0;
  max-width: 800px;
}

.hero-metrics div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  min-height: 102px;
  padding: 18px;
}

.hero-metrics dt {
  color: var(--green);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.hero-metrics dd {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
  margin: 10px 0 0;
}

.proof-band,
.income-section,
.steps-section,
.referral-section,
.lead-section {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 4vw, 56px);
}

.proof-band {
  background:
    radial-gradient(circle at 20% 0%, rgba(182, 255, 46, 0.16), transparent 34%),
    var(--ink);
  color: var(--white);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: clamp(34px, 5vw, 62px);
  padding-top: clamp(34px, 5vw, 62px);
}

.proof-item {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  min-height: 190px;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
  overflow: hidden;
}

.proof-item span {
  align-items: center;
  background: rgba(182, 255, 46, 0.12);
  border: 1px solid rgba(182, 255, 46, 0.34);
  border-radius: 999px;
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 22px;
  text-align: center;
  width: 54px;
}

.proof-item strong {
  display: block;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.08;
}

.proof-item p {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
  margin: 14px 0 0;
}

.section-heading {
  margin: 0 auto clamp(32px, 5vw, 54px);
  max-width: 890px;
  text-align: center;
}

.section-heading.compact {
  max-width: 780px;
}

.section-heading h2,
.lead-copy h2 {
  font-size: clamp(36px, 6vw, 76px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.section-heading p:not(.eyebrow),
.lead-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin: 18px auto 0;
  max-width: 760px;
}

.income-section .section-heading p:not(.eyebrow) {
  font-size: 6px;
  font-style: italic;
  line-height: 1.45;
  max-width: 520px;
}

.income-table-shell {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.36fr);
  margin: 0 auto;
  max-width: 1180px;
}

.income-table-shell,
.steps-list li,
.lead-form {
  background: var(--white);
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(17, 19, 21, 0.06);
}

.income-table-shell {
  padding: 10px;
}

.income-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.income-table th,
.income-table td {
  border-bottom: 1px solid var(--line);
  padding: 22px 18px;
  text-align: left;
  vertical-align: middle;
}

.income-table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.income-table td {
  color: var(--ink-2);
  line-height: 1.45;
}

.income-table td:nth-child(2),
.income-table td:nth-child(3) {
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.income-table tr:last-child td {
  border-bottom: 0;
}

.income-table td strong {
  color: var(--ink);
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.income-table td span {
  color: var(--green-dark);
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.featured-row td {
  background: rgba(182, 255, 46, 0.18);
}

.featured-row td:first-child {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.featured-row td:last-child {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

.income-note {
  background: var(--green);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 24px;
}

.income-note strong {
  display: block;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 0.95;
}

.income-note span {
  color: rgba(17, 19, 21, 0.72);
  display: block;
  font-weight: 800;
  line-height: 1.45;
  margin: 22px 0 30px;
}

.steps-list h3 {
  font-size: 24px;
  line-height: 1.08;
  margin: 0;
}

.steps-list p {
  color: var(--muted);
  line-height: 1.55;
  margin: 16px 0 0;
}

.steps-section {
  background: var(--white);
}

.steps-list {
  counter-reset: step;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
}

.steps-list li {
  min-height: 250px;
  padding: 24px;
  position: relative;
}

.steps-list span {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 54px;
  width: 44px;
}

.referral-section {
  align-items: end;
  background: var(--green);
  color: var(--ink);
  display: grid;
  gap: clamp(32px, 6vw, 90px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  overflow: hidden;
}

.referral-copy {
  max-width: 900px;
}

.referral-copy .eyebrow {
  color: rgba(17, 19, 21, 0.58);
}

.referral-copy h2 {
  font-size: clamp(38px, 6vw, 78px);
  line-height: 0.98;
  margin: 0;
}

.referral-copy > p:not(.eyebrow) {
  color: rgba(17, 19, 21, 0.68);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 720px;
}

.referral-action {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.referral-action > p {
  color: rgba(17, 19, 21, 0.62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
  max-width: 320px;
}

.referral-button {
  background: var(--ink);
  color: var(--green);
  min-height: 58px;
  padding: 0 28px;
}

.lead-section {
  align-items: start;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
}

.lead-copy {
  max-width: 760px;
}

.lead-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  margin-left: 0;
}

.lead-form {
  background: var(--white);
  color: var(--ink);
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  font-size: 14px;
  font-weight: 900;
}

.lead-form input {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
  min-height: 50px;
  outline: none;
  padding: 0 14px;
}

.lead-form input:focus {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 4px rgba(99, 180, 0, 0.12);
}

.form-button {
  border: 0;
  cursor: pointer;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 800;
  margin-top: 4px;
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.form-note.success {
  color: var(--green-dark);
  font-weight: 800;
}

.form-note.error {
  color: #b42318;
  font-weight: 700;
}

.site-footer {
  align-items: flex-start;
  background: #080a0c;
  color: rgba(255, 255, 255, 0.66);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr);
  padding: 24px clamp(18px, 4vw, 56px);
}

.footer-logos {
  display: grid;
  gap: 16px;
}

.footer-brand {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  font-size: 22px;
  font-weight: 600;
  gap: 10px;
  text-transform: lowercase;
  white-space: nowrap;
}

.footer-logo {
  border-radius: 8px;
  height: 38px;
  width: 38px;
}

.footer-details {
  display: grid;
  gap: 10px 22px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin: 0;
}

.footer-details div {
  min-width: 0;
}

.footer-details dt {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.footer-details dd {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
}

.footer-partner {
  align-items: flex-start;
  display: grid;
  gap: 8px;
}

.footer-partner span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-partner img {
  display: block;
  height: 38px;
  max-width: min(260px, 100%);
  object-fit: contain;
}

.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-style: italic;
  grid-column: 1 / -1;
  line-height: 1.45;
  margin: 0;
  padding-top: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  grid-column: 1 / -1;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .site-header {
    display: flex;
    gap: 14px;
    justify-content: space-between;
  }

  .nav-links {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    background-image: url("assets/hero-mobile-clean.png");
    background-position: center top;
    background-size: 100% auto;
    min-height: auto;
    padding: clamp(440px, 72vw, 560px) 24px 42px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(246, 247, 243, 0) 46%, rgba(246, 247, 243, 0.78) 62%, rgba(17, 19, 21, 0.1) 100%);
  }

  .hero-contact-form {
    left: auto;
    margin: 0 auto;
    max-width: 720px;
    order: 1;
    padding: 32px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .hero-badge {
    bottom: auto;
    grid-template-columns: minmax(220px, 0.75fr) minmax(250px, 1fr);
    left: 24px;
    margin: 0;
    max-width: 720px;
    order: initial;
    position: absolute;
    right: 24px;
    top: 24px;
    width: auto;
  }

  .hero-metrics,
  .income-table-shell,
  .steps-list,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(184px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .proof-band {
    grid-template-columns: 1fr;
  }

  .steps-list li {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
    padding: 12px 14px;
  }

  .header-action {
    font-size: 12px;
    min-height: 42px;
    padding: 0 10px;
  }

  .hero {
    padding: clamp(360px, 95vw, 470px) 14px 34px;
  }

  .hero-contact-form {
    padding: 24px 22px;
  }

  .hero-badge {
    grid-template-columns: 1fr;
    gap: 12px;
    left: 14px;
    padding: 16px 18px;
    right: 14px;
    top: 16px;
  }

  .hero-badge ul {
    gap: 6px;
  }

  .hero-badge li {
    font-size: 12px;
  }

  .hero .hero-contact-form h1 {
    font-size: 32px;
  }

  .hero-metrics div {
    min-height: 92px;
  }

  .proof-band,
  .income-section,
  .steps-section,
  .lead-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-details {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-logos {
    width: 100%;
  }

  .footer-partner {
    align-items: flex-start;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .hero {
    background-image: url("assets/hero-mobile-clean.png");
    background-position: center top;
    background-size: 100% auto;
    padding: clamp(360px, 95vw, 520px) 14px 34px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(246, 247, 243, 0) 36%, rgba(246, 247, 243, 0.92) 48%, rgba(17, 19, 21, 0.14) 100%),
      radial-gradient(circle at 35% 16%, rgba(255, 255, 255, 0.5), transparent 28%);
  }

  .hero-contact-form {
    padding-top: 24px;
  }

  .hero-badge {
    grid-template-columns: 1fr;
    gap: 12px;
    left: 14px;
    padding: 16px 18px;
    right: 14px;
    top: 16px;
  }

  .income-table-shell {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .income-table,
  .income-table tbody,
  .income-table tr,
  .income-table td {
    display: block;
    width: 100%;
  }

  .income-table thead {
    display: none;
  }

  .income-table tr {
    border: 1px solid var(--line);
    border-radius: 18px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .income-table tr:last-child {
    margin-bottom: 0;
  }

  .income-table td {
    border-bottom: 1px solid var(--line);
    padding: 14px 16px;
  }

  .income-table td:last-child {
    border-bottom: 0;
  }

  .income-table tr:last-child td {
    border-bottom: 1px solid var(--line);
  }

  .income-table tr:last-child td:last-child {
    border-bottom: 0;
  }

  .income-table td::before {
    color: var(--muted);
    display: block;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .income-table td:nth-child(1)::before {
    content: "Тариф";
  }

  .income-table td:nth-child(2)::before {
    content: "Доход в день";
  }

  .income-table td:nth-child(3)::before {
    content: "Доход в месяц";
  }

  .featured-row td:first-child,
  .featured-row td:last-child {
    border-radius: 0;
  }

  .income-note {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .site-header {
    background: rgba(5, 5, 5, 0.82);
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 10px;
    top: 10px;
    width: calc(100% - 20px);
  }

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

  .header-action {
    display: none;
  }

  .menu-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    grid-column: 2;
    height: 42px;
    justify-content: center;
    justify-self: end;
    padding: 0;
    width: 42px;
  }

  .menu-toggle span {
    background: var(--white);
    border-radius: 999px;
    display: block;
    height: 2px;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
    width: 20px;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .menu-toggle:focus-visible {
    outline: 3px solid var(--green);
    outline-offset: 3px;
  }

  .mobile-menu:not([hidden]) {
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
    display: grid;
    gap: 0;
    left: 0;
    max-height: calc(100svh - 64px);
    overflow-y: auto;
    padding: 10px 14px 16px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }

  .mobile-menu > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    font-weight: 700;
    padding: 15px 4px;
  }

  .mobile-referral-cta {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 14px;
  }

  .mobile-referral-cta .primary-button {
    background: var(--green);
    color: var(--ink);
    width: 100%;
  }

  .mobile-referral-cta > p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
  }

  .hero {
    background: #050505;
    background-image: none;
    color: var(--white);
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px 14px 34px;
  }

  .hero::before {
    aspect-ratio: 1.34;
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.08)),
      url("assets/hero-desktop-clean.png");
    background-position: center top;
    background-size: cover;
    border-radius: 24px;
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.36);
    content: "";
    display: block;
    order: 1;
    width: 100%;
  }

  .hero-shade {
    display: none;
  }

  .hero-badge {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--white);
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    left: auto;
    max-width: none;
    order: 2;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .hero-badge span {
    color: var(--white);
    font-size: clamp(34px, 10vw, 48px);
    font-weight: 800;
    line-height: 1.04;
    text-transform: none;
  }

  .hero-badge ul {
    gap: 8px;
  }

  .hero-badge li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
  }

  .hero-desktop-cta {
    display: inline-flex;
    justify-self: start;
    margin-top: 4px;
    min-height: 52px;
    padding: 0 22px;
  }

  .hero-contact-form {
    display: none;
  }

  .referral-section {
    align-items: start;
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .referral-action {
    width: 100%;
  }

  .referral-button {
    width: 100%;
  }
}
