@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('./assets/heebo-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

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

.public-checkout-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 1.2rem;
  place-items: center;
  background:
    radial-gradient(circle at 15% 10%, rgba(27, 119, 239, 0.2), transparent 32rem),
    rgba(6, 20, 42, 0.7);
  backdrop-filter: blur(12px);
}

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

.public-checkout-dialog {
  position: relative;
  width: min(100%, 640px);
  max-height: calc(100vh - 2.4rem);
  padding: clamp(1.5rem, 4vw, 2.8rem);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 100% 0, rgba(50, 136, 255, 0.15), transparent 18rem),
    linear-gradient(145deg, #fff, #f4f9ff);
  box-shadow: 0 34px 100px rgba(0, 24, 70, 0.38);
  text-align: center;
}

.public-checkout-close {
  position: absolute;
  inset-block-start: 0.8rem;
  inset-inline-end: 0.9rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  color: #3c4e68;
  background: rgba(226, 237, 252, 0.8);
  font-size: 1.65rem;
  line-height: 1;
}

.public-dialog-eyebrow {
  margin: 0 0 0.45rem;
  color: var(--success);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.public-checkout-dialog h2 {
  max-width: 510px;
  margin: 0 auto 0.65rem;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.15;
}

.public-generic-message {
  max-width: 520px;
  margin: 0 auto 1.35rem;
  color: var(--muted);
}

.public-generic-message {
  padding: 0.85rem 1rem;
  border: 1px solid #cfe0f5;
  border-radius: 1rem;
  background: #f4f8ff;
  line-height: 1.7;
}

.public-email-label {
  display: block;
  max-width: 460px;
  margin: 0 auto 0.4rem;
  text-align: right;
  font-weight: 800;
}

.public-email-input,
.public-code-input {
  display: block;
  width: min(100%, 460px);
  min-height: 3.45rem;
  margin: 0 auto 0.7rem;
  padding: 0.7rem 1rem;
  border: 2px solid #cedbed;
  border-radius: 1rem;
  color: #14233a;
  background: #fff;
  box-shadow: inset 0 2px 5px rgba(24, 55, 94, 0.04);
}

.public-email-input {
  direction: ltr;
  text-align: left;
}

.public-code-input {
  direction: ltr;
  text-align: center;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.55rem;
}

.public-primary-button {
  width: min(100%, 460px);
  min-height: 3.45rem;
  padding: 0.8rem 1.2rem;
  border: 0;
  border-radius: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #0b73ef, #064bad);
  box-shadow: 0 15px 32px rgba(7, 95, 228, 0.24);
  font-weight: 900;
}

.public-primary-button:disabled {
  cursor: wait;
  opacity: 0.66;
}

.public-download-panel {
  margin: 1.35rem auto 0;
  padding: 1.1rem;
  border: 1px solid #dbe6f4;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
}

.public-download-panel h3 {
  margin: 0 0 0.8rem;
  font-size: 1.05rem;
}

.public-download-panel p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.public-store-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.public-store-buttons .store-download {
  min-width: min(100%, 190px);
}

.public-text-button {
  border: 0;
  color: var(--primary-dark);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.public-text-button {
  display: block;
  margin: 0.8rem auto 0;
  font-weight: 800;
}

.public-checkout-status {
  min-height: 1.5rem;
  margin: 0.7rem 0 0;
  color: var(--danger);
  font-weight: 750;
}

.public-checkout-status[data-kind='success'] {
  color: var(--success);
}

@media (max-width: 600px) {
  .public-checkout-modal {
    padding: 0.55rem;
    align-items: end;
  }

  .public-checkout-dialog {
    max-height: calc(100vh - 0.55rem);
    padding: 2.5rem 1rem 1.15rem;
    border-radius: 1.5rem 1.5rem 0.65rem 0.65rem;
  }

  .public-store-buttons .store-download {
    min-width: 0;
    flex: 1 1 155px;
  }
}

@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('./assets/heebo-latin.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --bg: #f5f9ff;
  --surface: #ffffff;
  --text: #172033;
  --muted: #5d687d;
  --line: #dce3ed;
  --primary: #075fe4;
  --primary-dark: #0044ad;
  --primary-soft: #edf3ff;
  --diamond: #6842c2;
  --diamond-soft: #f1edff;
  --success: #07845d;
  --success-soft: #eaf9f2;
  --danger: #b42318;
  --danger-soft: #fff0ee;
  --orange: #ff9d32;
  --shadow: 0 20px 55px rgba(11, 55, 116, 0.12);
  font-family: Heebo, 'Segoe UI', Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 3%, #dbeaff 0, transparent 32rem),
    radial-gradient(circle at 8% 20%, #e1fbef 0, transparent 24rem), var(--bg);
  font-size: 16px;
  line-height: 1.6;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
input:focus-visible,
summary:focus-visible,
.skip-link:focus-visible {
  outline: 3px solid #ffbd3d;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 20;
  padding: 0.55rem 0.85rem;
  border-radius: 0.5rem;
  color: #fff;
  background: var(--text);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(100% - 2rem, 1120px);
  margin-inline: auto;
}

main {
  min-height: calc(100vh - 9rem);
  padding-block: 2rem 3rem;
}

[hidden] {
  display: none !important;
}

.hero {
  position: relative;
  display: grid;
  gap: 2rem;
  max-width: none;
  min-height: 410px;
  margin-block: 0.25rem 1.5rem;
  padding: clamp(1.5rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.98), rgba(235, 246, 255, 0.92)), var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero h1 {
  margin: 0.15rem 0 0.5rem;
  font-size: clamp(2.45rem, 8vw, 4.5rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.hero-lead {
  margin: 0;
  color: var(--muted);
  max-width: 600px;
  font-size: clamp(1.05rem, 2.5vw, 1.3rem);
}

.eyebrow {
  margin: 0;
  color: var(--success);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.account-detail {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.current-plan {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.8rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid #bfd0ff;
  border-radius: 99px;
  color: #153c9d;
  background: var(--primary-soft);
  font-size: 0.9rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.hero-visual {
  position: relative;
  min-height: 250px;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(7, 95, 228, 0.18);
  border-radius: 50%;
}

.visual-orbit--one {
  inset: 3% 8% 3% 10%;
}

.visual-orbit--two {
  inset: 18% 22% 18% 0;
  border-color: rgba(7, 132, 93, 0.24);
}

.visual-card {
  position: absolute;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 35px rgba(11, 55, 116, 0.15);
  font-size: 0.82rem;
  font-weight: 800;
}

.visual-card--main {
  inset: 12% 5% auto 12%;
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
  color: #fff;
  background: linear-gradient(145deg, #075fe4, #07449b);
  transform: rotate(-3deg);
}

.visual-card--main strong {
  font-size: clamp(2rem, 7vw, 3.3rem);
  line-height: 1.15;
}

.visual-card--main small {
  opacity: 0.82;
}

.visual-card--secure {
  inset: auto 0 5% auto;
  color: var(--success);
}

.visual-card--flex {
  inset: 4% auto auto 0;
  border-color: #ffe1b7;
  color: #92500b;
}

.benefits-strip {
  display: grid;
  gap: 0.75rem;
  margin-block: 1.5rem 2rem;
}

.benefits-strip > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.85);
}

.benefits-strip span {
  grid-row: 1 / 3;
  color: var(--orange);
  font-size: 1.25rem;
  font-weight: 900;
}

.benefits-strip small {
  color: var(--muted);
}

.notice {
  margin-bottom: 1.5rem;
  padding: 0.8rem 1rem;
  border: 1px solid #f1cf83;
  border-radius: 0.75rem;
  color: #704800;
  background: #fff8e7;
}

.notice--preview {
  border-color: #b9cdfd;
  color: #173d93;
  background: #edf3ff;
  font-weight: 700;
}

.important-note {
  display: flex;
  gap: 0.85rem;
  margin-block: 1.5rem 2.25rem;
  padding: 1rem;
  border: 1px solid #cbd9ff;
  border-radius: 1rem;
  background: var(--primary-soft);
}

.important-note h2,
.important-note p {
  margin: 0;
}

.important-note h2 {
  font-size: 1rem;
}

.important-note p {
  margin-top: 0.2rem;
  color: #34486f;
  font-size: 0.92rem;
}

.note-symbol {
  display: grid;
  flex: 0 0 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
}

.section-heading {
  margin-bottom: 1rem;
}

.section-heading h2 {
  margin: 0.1rem 0 0;
  font-size: clamp(1.45rem, 5vw, 2rem);
}

.section-heading > p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.plans-grid {
  display: grid;
  gap: 1rem;
}

.plans-grid--single {
  max-width: 620px;
  margin-inline: auto;
}

.plan-card {
  display: flex;
  flex-direction: column;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: 0 5px 18px rgba(31, 45, 74, 0.04);
}

.plan-card--featured {
  border-color: #a9c8f8;
  background: linear-gradient(155deg, rgba(237, 246, 255, 0.75), #fff 45%), #fff;
  box-shadow: 0 18px 45px rgba(7, 95, 228, 0.12);
}

.plan-card.is-current {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary-soft);
}

.plan-card.is-current::before {
  content: 'המסלול הנוכחי';
  align-self: flex-start;
  margin-bottom: 0.7rem;
  padding: 0.15rem 0.55rem;
  border-radius: 99px;
  color: #fff;
  background: var(--primary);
  font-size: 0.72rem;
  font-weight: 700;
}

.plan-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.tier-badge,
.model-badge {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 99px;
  color: #19429e;
  background: var(--primary-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.tier-badge--diamond {
  color: #55349f;
  background: var(--diamond-soft);
}

.model-badge {
  color: #506078;
  background: #f0f3f7;
}

.model-badge--usage {
  color: #08704f;
  background: #e7f8f1;
}

.plan-card h3 {
  margin: 1rem 0 0.25rem;
  font-size: 1.25rem;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin: 0;
}

.price strong {
  font-size: 1.75rem;
  letter-spacing: -0.04em;
}

.price span {
  color: var(--muted);
  font-size: 0.88rem;
}

.setup-fee {
  margin: 0.1rem 0 0;
  color: var(--success);
  font-size: 0.86rem;
  font-weight: 700;
}

.plan-summary {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.plan-card ul {
  margin: 1rem 0 1.25rem;
  padding-inline-start: 1.25rem;
  font-size: 0.9rem;
}

.select-button {
  width: 100%;
  min-height: 3rem;
  margin-top: auto;
  border: 0;
  border-radius: 0.7rem;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
  transition:
    background 0.15s ease,
    transform 0.15s ease;
}

.select-button:not(:disabled):hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.select-button:disabled {
  cursor: not-allowed;
  color: #7d8798;
  background: #e5e9ef;
}

.rules {
  margin-top: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface);
  overflow: hidden;
}

.rules summary {
  padding: 1rem 1.15rem;
  cursor: pointer;
  font-weight: 800;
}

.rules-content {
  padding: 0 1.15rem 1.15rem;
  color: #40506b;
}

.rules-content p,
.rules-content ul {
  margin-block: 0 0.75rem;
}

.consent-card {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.verification-card {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: clamp(1.1rem, 4vw, 1.6rem);
  border: 1px solid #bcd3f8;
  border-radius: 1.3rem;
  background: linear-gradient(135deg, #fff, #f0f7ff);
  box-shadow: var(--shadow);
}

.verification-content,
.consent-content {
  flex: 1;
  min-width: 0;
}

.verification-card h2 {
  margin: 0.1rem 0 0.35rem;
}

.verification-card p {
  margin: 0.25rem 0;
}

.step-number {
  display: grid;
  flex: 0 0 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--primary), var(--success));
  font-weight: 900;
}

.forwarding-note {
  padding: 0.7rem 0.85rem;
  border-inline-start: 4px solid var(--orange);
  color: #6b4a20;
  background: #fff8e9;
  font-size: 0.9rem;
}

.verify-button {
  min-height: 2.8rem;
  margin-top: 0.85rem;
  padding: 0.65rem 1.15rem;
  border: 0;
  border-radius: 0.75rem;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  font-weight: 800;
}

.verify-button:disabled,
.text-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.code-entry {
  margin-top: 1rem;
}

.code-entry label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 800;
}

.code-entry input {
  width: min(100%, 260px);
  min-height: 3.4rem;
  padding: 0.4rem 0.8rem;
  border: 2px solid #b7cae8;
  border-radius: 0.8rem;
  direction: ltr;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.45em;
}

.verification-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.text-button {
  margin-top: 0.85rem;
  border: 0;
  color: var(--primary-dark);
  background: transparent;
  font-weight: 800;
}

.verification-status {
  min-height: 1.5rem;
  margin-top: 0.65rem !important;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.verification-status.is-success {
  color: var(--success);
}

.verification-status.is-error {
  color: var(--danger);
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  margin-top: 1.25rem;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  color: #eaf3ff;
  background: #102b52;
  font-size: 0.85rem;
}

.trust-bar strong {
  color: #fff;
}

.trust-bar span::before {
  content: '✓';
  margin-inline-end: 0.35rem;
  color: #5fe0ad;
}

.consent-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
}

.consent-label {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  cursor: pointer;
}

.consent-label input {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  accent-color: var(--primary);
}

.security-note {
  margin: 0.8rem 2.05rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.submit-error {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border: 1px solid #ffc9c4;
  border-radius: 0.75rem;
  color: var(--danger);
  background: var(--danger-soft);
}

.state-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 700px;
  margin: 10vh auto 0;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.state-card h1,
.state-card p {
  margin: 0;
}

.state-card h1 {
  font-size: 1.35rem;
}

.state-card p {
  margin-top: 0.25rem;
  color: var(--muted);
}

.state-card--error {
  border-color: #ffc9c4;
}

.state-card--success {
  border-color: #a9e5cd;
  background: var(--success-soft);
}

.state-card--pending {
  border-color: #f1cf83;
  background: #fffaf0;
}

.state-icon {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--danger);
  font-weight: 900;
}

.state-card--success .state-icon {
  background: var(--success);
}

.spinner {
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.2rem;
  border: 3px solid #d7e0ef;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.secondary-button {
  margin-top: 1rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  color: var(--text);
  background: #fff;
  font-weight: 700;
}

footer {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-block: 1rem 2rem;
  color: var(--muted);
  font-size: 0.78rem;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@media (min-width: 680px) {
  .shell {
    width: min(100% - 3rem, 1120px);
  }

  main {
    padding-block-start: 3rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    align-items: center;
  }

  .benefits-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
  }

  .section-heading > p {
    max-width: 330px;
    text-align: left;
  }

  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plans-grid--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .plan-card {
    padding: 1.35rem;
  }

  .consent-card {
    padding: 1.35rem;
  }

  footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1040px) {
  .plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .plans-grid--single {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

  .spinner {
    animation-duration: 1.6s;
  }

  .select-button {
    transition: none;
  }
}

/* Full-width product hero, aligned with the forDrivers visual language. */
body {
  overflow-x: hidden;
}

main {
  padding-block-start: 0;
}

#checkout-state {
  position: relative;
}

#cancel-notice {
  margin-top: 1.5rem;
}

.hero {
  isolation: isolate;
  width: 100vw;
  max-width: none;
  min-height: clamp(680px, 100vh, 860px);
  margin: 0 calc(50% - 50vw) 2rem;
  padding: clamp(3.5rem, 7vw, 6.5rem) max(2rem, calc((100vw - 1240px) / 2));
  border: 0;
  border-radius: 0 0 4rem 4rem;
  background:
    radial-gradient(circle at 12% 12%, rgba(25, 211, 155, 0.2), transparent 24rem),
    radial-gradient(circle at 86% 24%, rgba(45, 127, 249, 0.3), transparent 30rem),
    radial-gradient(circle at 52% 112%, rgba(255, 166, 42, 0.18), transparent 26rem),
    linear-gradient(128deg, #ffffff 0%, #f3f9ff 46%, #e8f4ff 100%);
  box-shadow: 0 35px 90px rgba(23, 72, 129, 0.16);
}

.hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72) 0 32%, transparent 32% 100%),
    repeating-linear-gradient(125deg, transparent 0 90px, rgba(7, 95, 228, 0.025) 90px 91px);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 50%;
  bottom: -300px;
  width: min(1050px, 95vw);
  height: 420px;
  border: 1px solid rgba(7, 95, 228, 0.12);
  border-radius: 50%;
  transform: translateX(50%);
  box-shadow:
    0 0 0 80px rgba(7, 95, 228, 0.025),
    0 0 0 160px rgba(25, 211, 155, 0.025);
  pointer-events: none;
}

.hero-copy {
  display: grid;
  align-self: start;
  justify-items: start;
  gap: 0.8rem;
  max-width: 690px;
  text-align: right;
}

.hero-quick-actions {
  position: fixed;
  z-index: 1000;
  top: 0.65rem;
  left: max(1rem, calc((100vw - 1240px) / 2));
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-quick-actions a {
  display: grid;
  min-width: 118px;
  min-height: 32px;
  place-items: center;
  padding: 0.18rem 0.5rem;
  border: 1px solid rgba(151, 174, 204, 0.38);
  border-radius: 0;
  color: #294764;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 22px rgba(25, 62, 105, 0.08);
  backdrop-filter: blur(14px);
  font-size: 0.86rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.hero-quick-actions a:hover {
  border-color: rgba(7, 95, 228, 0.36);
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

@media (max-width: 560px) {
  .hero-quick-actions {
    left: 50%;
    width: calc(100% - 1.5rem);
    justify-content: center;
    transform: translateX(-50%);
  }

  .hero-quick-actions a {
    min-width: 0;
    max-width: 150px;
    flex: 1;
  }
}

.hero-logo {
  width: min(185px, 48vw);
  height: auto;
  margin-bottom: 1.4rem;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(30, 70, 120, 0.15));
}

.hero-product-line {
  max-width: 720px;
  margin: 0 0 0.45rem;
  color: #075fe4;
  font-size: clamp(1.4rem, 2.7vw, 2.15rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.hero-product-name {
  color: #65758b;
}

.hero-zero-price {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0.2rem 0 0;
}

.hero-zero-price span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #405875;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 700;
}

.hero-zero-price span::before {
  content: '';
  width: 1.5rem;
  height: 3px;
  border-radius: 999px;
  background: #19a97d;
}

.hero-zero-price strong {
  color: #07845d;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.hero-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.store-download {
  display: flex;
  width: 176px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.85rem;
  color: #fff;
  background: linear-gradient(145deg, #172235, #080d16);
  box-shadow: 0 14px 30px rgba(9, 22, 40, 0.2);
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.store-download:hover {
  box-shadow: 0 18px 38px rgba(9, 22, 40, 0.28);
  transform: translateY(-3px);
}

.store-download--google {
  border-color: rgba(52, 168, 83, 0.45);
  background:
    linear-gradient(90deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75%) top / 100%
      4px no-repeat,
    linear-gradient(135deg, #173b51, #146746);
  box-shadow: 0 14px 30px rgba(31, 137, 79, 0.24);
}

.store-download--google:hover {
  box-shadow: 0 19px 40px rgba(31, 137, 79, 0.32);
}

.store-download--apple {
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #20a9ff, #087ee5 58%, #0665bf);
  box-shadow: 0 14px 30px rgba(8, 126, 229, 0.28);
}

.store-download--apple:hover {
  box-shadow: 0 19px 40px rgba(8, 126, 229, 0.38);
}

.store-download > span:last-child {
  display: grid;
  line-height: 1.05;
}

.store-download small {
  color: #c8d1df;
  font-size: 0.65rem;
  font-weight: 600;
}

.store-download strong {
  direction: ltr;
  margin-top: 0.38rem;
  font-size: 1rem;
  font-weight: 800;
}

.store-download-logo {
  display: block;
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
}

.store-download-icon {
  position: relative;
  display: block;
  flex: 0 0 1.65rem;
  width: 1.65rem;
  height: 1.65rem;
}

.store-download-icon--play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.4rem;
  border: 0;
  background: conic-gradient(from 35deg, #34a853, #fbbc05, #ea4335, #4285f4, #34a853);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(-42%, -50%);
}

.store-download-icon--apple::before {
  content: '';
  position: absolute;
  right: 0.22rem;
  bottom: 0.05rem;
  width: 1.22rem;
  height: 1.3rem;
  border-radius: 48% 48% 52% 52%;
  background: #fff;
}

.store-download-icon--apple::after {
  content: '';
  position: absolute;
  top: -0.02rem;
  right: 0.2rem;
  width: 0.65rem;
  height: 0.35rem;
  border-radius: 100% 0 100% 0;
  background: #fff;
  transform: rotate(-28deg);
}

.hero-greeting {
  width: fit-content;
  margin: 0;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(7, 132, 93, 0.17);
  border-radius: 999px;
  color: #075c43;
  background: rgba(232, 252, 244, 0.9);
  font-size: 0.86rem;
  font-weight: 850;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.4rem, 6.2vw, 6.2rem);
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, #075fe4 5%, #087e67 75%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 650px;
  color: #405875;
  font-size: clamp(1.18rem, 1.9vw, 1.55rem);
  font-weight: 850;
  line-height: 1.65;
}

.hero-price-line {
  margin: -0.35rem 0 0;
  color: #075fe4;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 900;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.45rem;
}

.hero-highlights span {
  display: flex;
  min-width: 180px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  padding: 0.66rem 0.85rem;
  border: 1px solid rgba(177, 198, 224, 0.65);
  border-radius: 1rem;
  color: #405875;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 28px rgba(25, 67, 115, 0.08);
  backdrop-filter: blur(14px);
  font-size: 0.84rem;
  font-weight: 750;
}

.hero-highlights strong {
  color: #405875;
  font-size: 0.78rem;
  font-weight: 900;
}

.hero-highlights b {
  color: #075fe4;
  font-size: 1.05rem;
  font-weight: 950;
}

.hero-visual {
  display: grid;
  min-height: 560px;
  place-items: center;
}

.hero-phone-stage {
  position: relative;
  display: grid;
  width: min(100%, 500px);
  min-height: 590px;
  place-items: center;
  perspective: 1200px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow--blue {
  top: 4%;
  left: 5%;
  width: 210px;
  height: 210px;
  background: rgba(45, 127, 249, 0.23);
}

.hero-glow--green {
  right: 1%;
  bottom: 9%;
  width: 240px;
  height: 240px;
  background: rgba(25, 211, 155, 0.2);
}

.hero-glow--orange {
  right: 8%;
  top: 33%;
  width: 110px;
  height: 110px;
  background: rgba(255, 157, 50, 0.24);
}

.hero-phone {
  position: relative;
  z-index: 3;
  width: clamp(235px, 21vw, 300px);
  aspect-ratio: 9 / 19.4;
  padding: 13px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 46px;
  background: linear-gradient(145deg, #15263d, #050b14);
  box-shadow:
    0 50px 85px rgba(10, 35, 66, 0.32),
    0 0 0 9px rgba(255, 255, 255, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  transform: rotate(-4deg) translateY(3px);
  animation: phoneFloat 5.8s ease-in-out infinite;
}

.hero-phone::after {
  content: '';
  position: absolute;
  z-index: 4;
  inset: 0 auto 0 48%;
  width: 24%;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: skewX(-15deg);
  pointer-events: none;
}

.phone-speaker {
  position: absolute;
  z-index: 6;
  top: 17px;
  right: 50%;
  width: 72px;
  height: 17px;
  border-radius: 999px;
  background: #07101c;
  transform: translateX(50%);
  box-shadow: 0 5px 16px rgba(6, 18, 34, 0.3);
}

.phone-speaker::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1c3e68;
}

.hero-app-shot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  background: #fff;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 230px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(27, 70, 120, 0.2);
  backdrop-filter: blur(18px);
}

.hero-floating-card strong,
.hero-floating-card small {
  display: block;
}

.hero-floating-card strong {
  font-size: 0.92rem;
  line-height: 1.3;
}

.hero-floating-card small {
  margin-top: 0.1rem;
  color: #667891;
  font-size: 0.73rem;
  font-weight: 700;
}

.hero-floating-card--top {
  top: 14%;
  right: -3%;
}

.hero-floating-card--bottom {
  bottom: 15%;
  left: -6%;
}

.floating-icon {
  display: grid;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 0.85rem;
  color: #fff;
  background: linear-gradient(145deg, #075fe4, #063d9c);
  font-size: 1.1rem;
  font-weight: 900;
}

.floating-icon--green {
  background: linear-gradient(145deg, #0ba879, #087052);
}

.hero-price-orb {
  position: absolute;
  z-index: 4;
  top: 7%;
  left: 2%;
  display: grid;
  width: 112px;
  height: 112px;
  place-content: center;
  border: 8px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #ffad40, #f2771b);
  box-shadow: 0 25px 55px rgba(235, 118, 22, 0.3);
  transform: rotate(8deg);
}

.hero-price-orb span,
.hero-price-orb small {
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1;
}

.hero-price-orb strong {
  font-size: 1.65rem;
  line-height: 1.1;
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: rotate(-4deg) translateY(3px);
  }
  50% {
    transform: rotate(-2.5deg) translateY(-12px);
  }
}

@media (min-width: 820px) {
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.82fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
  }
}

@media (max-width: 819px) {
  .hero {
    gap: 1rem;
    min-height: auto;
    padding-top: 3rem;
    border-radius: 0 0 2.7rem 2.7rem;
  }

  .hero-copy {
    justify-items: center;
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-visual {
    order: -1;
    min-height: 510px;
  }

  .hero-phone-stage {
    min-height: 510px;
  }

  .hero-phone {
    width: min(255px, 62vw);
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 2rem 1rem 3.5rem;
  }

  .hero-logo {
    width: 145px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-visual,
  .hero-phone-stage {
    min-height: 430px;
  }

  .hero-phone {
    width: min(205px, 60vw);
    padding: 10px;
    border-radius: 37px;
  }

  .hero-app-shot {
    border-radius: 28px;
  }

  .phone-speaker {
    top: 14px;
    width: 58px;
    height: 14px;
  }

  .hero-floating-card {
    max-width: 175px;
    padding: 0.65rem 0.75rem;
  }

  .hero-floating-card--top {
    right: 0;
  }

  .hero-floating-card--bottom {
    left: 0;
  }

  .hero-floating-card strong {
    font-size: 0.78rem;
  }

  .hero-floating-card small {
    font-size: 0.65rem;
  }

  .floating-icon {
    flex-basis: 1.9rem;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.9rem;
  }

  .hero-price-orb {
    width: 82px;
    height: 82px;
    border-width: 5px;
  }

  .hero-price-orb strong {
    font-size: 1.15rem;
  }

  .hero-highlights {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-phone {
    animation: none;
  }
}

/* Premium conversion journey */
.benefits-strip {
  position: relative;
  z-index: 6;
  margin: -4.4rem auto 4rem;
  gap: 1rem;
}

.benefits-strip > div {
  position: relative;
  overflow: hidden;
  min-height: 136px;
  align-content: center;
  padding: 1.35rem;
  border: 1px solid rgba(193, 211, 234, 0.72);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 55px rgba(19, 63, 114, 0.14);
  backdrop-filter: blur(20px);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.benefits-strip > div::after {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #075fe4, #19d39b);
}

.benefits-strip > div:nth-child(2)::after {
  background: linear-gradient(90deg, #19d39b, #ffad40);
}

.benefits-strip > div:nth-child(3)::after {
  background: linear-gradient(90deg, #ffad40, #075fe4);
}

.benefits-strip > div:hover {
  box-shadow: 0 30px 70px rgba(19, 63, 114, 0.2);
  transform: translateY(-6px);
}

.benefits-strip span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 1rem;
  color: #fff;
  background: linear-gradient(145deg, #075fe4, #0044ad);
  box-shadow: 0 12px 25px rgba(7, 95, 228, 0.25);
  font-size: 0.84rem;
}

.benefits-strip > div:nth-child(2) span {
  background: linear-gradient(145deg, #13a77b, #087052);
  box-shadow: 0 12px 25px rgba(8, 132, 93, 0.24);
}

.benefits-strip > div:nth-child(3) span {
  background: linear-gradient(145deg, #ffad40, #ef761e);
  box-shadow: 0 12px 25px rgba(239, 118, 30, 0.24);
}

.benefits-strip strong {
  font-size: 1.02rem;
  font-weight: 900;
}

.benefits-strip small {
  font-size: 0.95rem;
  font-weight: 650;
}

.important-note {
  position: relative;
  overflow: hidden;
  align-items: center;
  margin-block: 0 4rem;
  padding: clamp(1.5rem, 4vw, 2.35rem);
  border: 1px solid rgba(101, 158, 230, 0.2);
  border-radius: 1.7rem;
  color: #fff;
  background:
    radial-gradient(circle at 8% 0%, rgba(25, 211, 155, 0.2), transparent 16rem),
    linear-gradient(125deg, #0d2748, #123c70 62%, #075f8c);
  box-shadow: 0 26px 70px rgba(9, 37, 72, 0.24);
}

.important-note::after {
  content: '';
  position: absolute;
  left: -70px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 35px rgba(255, 255, 255, 0.025),
    0 0 0 70px rgba(255, 255, 255, 0.02);
}

.important-note > * {
  position: relative;
  z-index: 1;
}

.important-note h2 {
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}

.important-note p {
  max-width: 850px;
  color: #c9dbf2;
}

.important-note .note-kicker {
  margin: 0 0 0.15rem;
  color: #5fe0ad;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.important-note .note-symbol {
  flex-basis: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: linear-gradient(145deg, #19d39b, #07956c);
  box-shadow: 0 14px 30px rgba(25, 211, 155, 0.28);
  font-size: 1.25rem;
}

.offer-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
  padding: clamp(1.35rem, 4.5vw, 3.5rem);
  border: 1px solid rgba(188, 210, 239, 0.75);
  border-radius: 2.4rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 211, 155, 0.13), transparent 25rem),
    radial-gradient(circle at 0% 65%, rgba(7, 95, 228, 0.12), transparent 28rem),
    linear-gradient(145deg, #f8fbff, #eef6ff);
  box-shadow: 0 35px 90px rgba(23, 72, 129, 0.14);
}

.offer-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 8%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(7, 95, 228, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(7, 95, 228, 0.025);
  pointer-events: none;
}

.offer-section > * {
  position: relative;
  z-index: 1;
}

.offer-section .section-heading {
  margin-bottom: 1.8rem;
}

.offer-section .section-heading h2 {
  max-width: 740px;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.offer-section .section-heading > p {
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(8, 132, 93, 0.15);
  border-radius: 1rem;
  color: #087052;
  background: rgba(234, 249, 242, 0.82);
  text-align: right;
  font-weight: 800;
}

.plans-grid--single {
  max-width: none;
}

.plan-section {
  margin-bottom: 4rem;
}

.plan-card--featured {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(138, 177, 228, 0.8);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 35px 80px rgba(18, 67, 126, 0.2);
}

.plan-glow {
  position: absolute;
  z-index: 0;
  top: -120px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(25, 211, 155, 0.16);
  filter: blur(3px);
  pointer-events: none;
}

.plan-ribbon {
  position: absolute;
  z-index: 4;
  top: 1.25rem;
  left: 1.4rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(110deg, #ffad40, #f0781e);
  box-shadow: 0 12px 25px rgba(240, 120, 30, 0.24);
  font-size: 0.72rem;
  font-weight: 900;
}

.plan-card--featured .plan-topline {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  padding: 1.35rem 1.5rem 0;
}

.plan-card-layout {
  position: relative;
  z-index: 2;
  display: grid;
}

.plan-primary {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 5vw, 3.2rem);
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 82% 12%, rgba(25, 211, 155, 0.3), transparent 15rem),
    linear-gradient(145deg, #075fe4, #063d91 72%, #082a58);
}

.plan-primary::after {
  content: '';
  position: absolute;
  left: -100px;
  bottom: -130px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(255, 255, 255, 0.035),
    0 0 0 90px rgba(255, 255, 255, 0.02);
}

.plan-primary > * {
  position: relative;
  z-index: 1;
}

.plan-label {
  margin: 0;
  color: #9ee8d0;
  font-size: 0.78rem;
  font-weight: 900;
}

.plan-card .plan-primary h3 {
  margin: 0.25rem 0 0.5rem;
  color: #fff;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
}

.plan-card .plan-primary .price {
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}

.plan-card .plan-primary .price strong {
  font-size: clamp(3.1rem, 7vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.plan-card .plan-primary .price span {
  padding-bottom: 0.35rem;
  color: #c8dcf7;
  font-size: 1rem;
  font-weight: 800;
}

.plan-promise {
  width: fit-content;
  margin: 1rem 0 0;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(158, 232, 208, 0.3);
  border-radius: 999px;
  color: #d9fff1;
  background: rgba(25, 211, 155, 0.15);
  font-size: 0.9rem;
  font-weight: 900;
}

.plan-card .plan-primary .plan-summary {
  max-width: 420px;
  margin-top: 1rem;
  color: #dceaff;
  font-size: 1rem;
  font-weight: 700;
}

.setup-fee {
  display: grid;
  grid-template-columns: auto 1fr;
  width: fit-content;
  min-width: 230px;
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 35px rgba(3, 30, 70, 0.15);
  backdrop-filter: blur(14px);
}

.setup-fee span,
.setup-fee small {
  grid-column: 2;
  font-size: 0.72rem;
  line-height: 1.25;
}

.setup-fee span {
  color: #9ee8d0;
  font-weight: 900;
}

.setup-fee strong {
  grid-row: 1 / 3;
  align-self: center;
  margin-left: 0.75rem;
  font-size: 2rem;
  line-height: 1;
}

.setup-fee small {
  color: #dceaff;
  font-weight: 700;
}

.plan-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 3.2rem);
  background: rgba(255, 255, 255, 0.96);
}

.plan-action-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
}

.plan-card .plan-action ul {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.plan-card .plan-action li {
  position: relative;
  padding-right: 1.85rem;
  color: #344b68;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  font-weight: 400;
  line-height: 1.55;
}

.plan-card .plan-action li::before {
  content: '✓';
  position: absolute;
  right: 0;
  top: 0.05rem;
  display: grid;
  width: 1.3rem;
  height: 1.3rem;
  place-items: center;
  border-radius: 50%;
  color: #087052;
  background: #e7f8f1;
  font-size: 0.7rem;
  font-weight: 900;
}

.plan-action .select-button {
  min-height: 3.7rem;
  border-radius: 1rem;
  background: linear-gradient(110deg, #075fe4, #0644ad);
  box-shadow: 0 18px 36px rgba(7, 95, 228, 0.25);
  font-size: 1rem;
}

.plan-action .select-button:not(:disabled):hover {
  background: linear-gradient(110deg, #064fc0, #07398e);
  box-shadow: 0 22px 42px rgba(7, 95, 228, 0.32);
  transform: translateY(-3px);
}

.plan-action .select-button:disabled {
  box-shadow: none;
}

.plan-secure-line {
  margin: 0.65rem 0 0;
  color: #6b7a90;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.plan-secure-line::before {
  content: '✓';
  margin-left: 0.3rem;
  color: #087052;
}

.offer-section .rules {
  margin-top: 1.3rem;
  border-color: rgba(173, 199, 232, 0.8);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 15px 38px rgba(25, 67, 115, 0.08);
}

.offer-section .rules summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.6rem;
  padding: 1rem 1.3rem;
}

.offer-section .rules summary span {
  color: #173653;
  font-size: 1rem;
}

.offer-section .rules summary small {
  color: #075fe4;
  font-size: 0.76rem;
}

.audience-benefits {
  position: relative;
  margin: 0 0 clamp(5rem, 9vw, 8rem);
}

.audience-benefits-heading {
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  text-align: center;
}

.audience-benefits-heading p {
  margin: 0 0 0.45rem;
  color: #65758b;
  font-size: 0.9rem;
  font-weight: 650;
}

.audience-benefits-heading h2 {
  margin: 0;
  color: #172f4d;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.audience-benefit-groups {
  display: grid;
  gap: clamp(1.3rem, 3vw, 2.2rem);
}

.audience-benefit-group {
  --group-accent: #075fe4;
  --group-dark: #073f8c;
  --group-soft: #f3f8ff;
  --group-soft-alt: #e5f0ff;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--group-accent) 22%, #d5e0ed);
  border-radius: 1.8rem;
  background: var(--group-soft);
}

.audience-benefit-group--driver {
  --group-accent: #d84b35;
  --group-dark: #a52e21;
  --group-soft: #fff6f1;
  --group-soft-alt: #ffe8de;
}

.audience-benefit-group > header {
  display: grid;
  min-height: 145px;
  align-content: center;
  justify-items: start;
  gap: 0.35rem;
  padding: 1.5rem clamp(1.25rem, 3vw, 2rem);
  color: #fff;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.18), transparent 10rem),
    linear-gradient(120deg, var(--group-dark), var(--group-accent));
}

.audience-benefit-group > header span {
  padding: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 3.7rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
}

.audience-benefit-group > header h3 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 650;
  line-height: 1.2;
  text-align: right;
  letter-spacing: -0.02em;
}

.benefit-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: color-mix(in srgb, var(--group-accent) 17%, #d7e1ec);
}

.benefit-tile {
  position: relative;
  display: grid;
  min-height: 188px;
  align-content: center;
  justify-items: start;
  gap: 0.34rem;
  padding: clamp(1.1rem, 2.6vw, 1.7rem);
  border: 0;
  background: rgba(255, 255, 255, 0.82);
  text-align: right;
  transition:
    opacity 600ms ease,
    transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1),
    background 180ms ease;
  transition-delay: 0ms;
}

.benefit-tile:nth-child(2) {
  transition-delay: 85ms;
}

.benefit-tile:nth-child(3) {
  transition-delay: 170ms;
}

.benefit-tile:nth-child(4) {
  transition-delay: 255ms;
}

.benefit-tile:nth-child(5) {
  transition-delay: 340ms;
}

.benefit-tile:nth-child(6) {
  transition-delay: 425ms;
}

.benefit-tile:nth-child(7) {
  transition-delay: 510ms;
}

.benefit-tile:nth-child(8) {
  transition-delay: 595ms;
}

.benefit-tile:nth-child(9) {
  transition-delay: 680ms;
}

.benefit-tile:nth-child(10) {
  transition-delay: 765ms;
}

.benefit-tile:nth-child(2n) {
  background: var(--group-soft-alt);
}

.benefit-tile:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1;
  min-height: 160px;
}

.audience-benefits.benefits-motion-ready .benefit-tile {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.975);
}

.audience-benefits.benefits-motion-ready .benefit-tile.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.audience-benefits.benefits-motion-ready .benefit-tile.is-visible:hover {
  z-index: 2;
  background: #fff;
  transform: translate3d(0, -4px, 0) scale(1.01);
}

.benefit-tile-icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 0.3rem;
  place-items: center;
  border-radius: 0.9rem;
  color: var(--group-accent);
  background: color-mix(in srgb, var(--group-accent) 11%, #fff);
}

.benefit-tile-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.benefit-tile p {
  margin: 0;
  color: #65758b;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  font-weight: 400;
  line-height: 1.55;
}

.benefit-tile h4 {
  margin: 0;
  color: #17324f;
  font-size: clamp(1.3rem, 2.1vw, 1.65rem);
  font-weight: 900;
  line-height: 1.16;
}

@media (max-width: 800px) {
  .benefit-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-tile:last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .audience-benefit-group {
    border-radius: 1.35rem;
  }

  .audience-benefit-group > header {
    min-height: 125px;
    padding: 1.2rem;
  }

  .audience-benefit-group > header h3 {
    font-size: 1.1rem;
  }

  .benefit-tile {
    min-height: 176px;
    padding: 1rem 0.8rem;
  }

  .benefit-tile h4 {
    font-size: 1.18rem;
  }

  .benefit-tile p {
    font-size: 0.94rem;
  }
}

@media (max-width: 430px) {
  .benefit-mosaic {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audience-benefits.benefits-motion-ready .benefit-tile,
  .audience-benefits.benefits-motion-ready .benefit-tile.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.question-story {
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw) clamp(5rem, 9vw, 8rem);
  padding: clamp(6rem, 10vw, 10rem) max(1rem, calc((100vw - 1240px) / 2))
    clamp(8rem, 16vw, 15rem);
  color: #fff;
  background:
    radial-gradient(circle at 8% 10%, rgba(7, 95, 228, 0.2), transparent 32rem),
    radial-gradient(circle at 92% 80%, rgba(25, 211, 155, 0.12), transparent 34rem),
    #07172d;
}

.question-story-heading {
  max-width: 1180px;
  margin: 0 auto clamp(4rem, 8vw, 7rem);
  text-align: center;
}

.question-story-heading p {
  margin: 0 0 0.7rem;
  color: #8db9f4;
  font-size: 0.9rem;
  font-weight: 750;
}

.question-story-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.055em;
}

.question-scenes {
  max-width: 1180px;
  margin-inline: auto;
}

.question-scene {
  position: relative;
  top: auto;
  overflow: hidden;
  display: grid;
  min-height: min(760px, calc(100vh - 4rem));
  align-items: center;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 6vw, 6rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2.8rem;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.35);
}

.question-scene:nth-child(1) {
  z-index: 1;
}

.question-scene:nth-child(2) {
  z-index: 2;
}

.question-scene:nth-child(3) {
  z-index: 3;
  margin-bottom: 0;
}

.question-scene--business {
  background:
    radial-gradient(circle at 5% 10%, rgba(116, 193, 255, 0.32), transparent 27rem),
    linear-gradient(135deg, #073b91, #075fe4 52%, #06316f);
}

.question-scene--driver {
  background:
    radial-gradient(circle at 95% 15%, rgba(255, 194, 112, 0.34), transparent 24rem),
    linear-gradient(135deg, #9f251f, #db4c32 54%, #84211e);
}

.question-scene--together {
  background:
    radial-gradient(circle at 8% 12%, rgba(68, 224, 178, 0.28), transparent 26rem),
    radial-gradient(circle at 92% 90%, rgba(53, 128, 255, 0.26), transparent 28rem),
    linear-gradient(135deg, #073f48, #092e52 58%, #071b36);
}

.question-scene-number {
  position: absolute;
  bottom: -0.18em;
  left: -0.04em;
  color: rgba(255, 255, 255, 0.075);
  font-size: clamp(10rem, 27vw, 25rem);
  font-weight: 950;
  line-height: 0.75;
  letter-spacing: -0.09em;
  pointer-events: none;
}

.question-scene-content {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
}

.question-scene-audience {
  margin: 0 0 0.8rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 750;
}

.question-scene h3 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.question-lines {
  display: grid;
  gap: 0.9rem;
  max-width: 850px;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.question-lines p {
  margin: 0;
  padding: 0.8rem 1rem;
  border-right: 4px solid rgba(255, 255, 255, 0.52);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(4, 19, 42, 0.16);
  font-size: clamp(1.15rem, 2.15vw, 1.7rem);
  font-weight: 650;
  line-height: 1.35;
  transition:
    opacity 600ms ease,
    transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: 0ms;
}

.question-lines p:nth-child(2) {
  transition-delay: 120ms;
}

.question-lines p:nth-child(3) {
  transition-delay: 240ms;
}

.question-story.question-motion-ready .question-lines p {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
}

.question-story.question-motion-ready .question-scene.is-active .question-lines p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.question-scene-punch {
  display: block;
  width: fit-content;
  margin-top: 1.8rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.question-together-lead {
  max-width: 840px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  line-height: 1.45;
}

.question-scene--together .question-scene-content {
  width: 100%;
  max-width: none;
}

.question-usage-panel {
  width: 100%;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.3rem, 3vw, 2.2rem);
  border-radius: 1.7rem;
  color: #17324f;
  background: #fff;
  box-shadow: 0 24px 65px rgba(2, 20, 40, 0.22);
}

.question-usage-panel h4 {
  margin: 0 0 1.2rem;
  color: #17324f;
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.03em;
}

.question-usage-beats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid #dce6f1;
  border-radius: 1.1rem;
}

.question-usage-beats > div {
  position: relative;
  display: grid;
  min-height: 175px;
  align-content: center;
  justify-items: center;
  gap: 0.45rem;
  padding: 3.6rem 1.4rem 1.4rem;
  border-top: 5px solid #075fe4;
  border-left: 1px solid #dce6f1;
  background: #f8fbff;
  text-align: center;
}

.question-usage-beats > div:nth-child(2) {
  border-top-color: #e18b2f;
  background: #fffaf3;
}

.question-usage-beats > div:last-child {
  border-top-color: #0b9b6f;
  border-left: 0;
  background: #edfbf6;
}

.question-usage-beats span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 145px;
  padding: 0.55rem 1rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #075fe4;
  font-size: clamp(0.92rem, 1.5vw, 1.05rem);
  font-weight: 800;
  text-align: center;
}

.question-usage-beats > div:nth-child(2) span {
  color: #fff;
  background: #e18b2f;
}

.question-usage-beats > div:last-child span {
  color: #fff;
  background: #0b9b6f;
}

.question-usage-beats .usage-answer {
  margin: 0;
  color: #17324f;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.25;
}

.question-usage-beats > div:last-child .usage-answer {
  color: #07845d;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
}

.question-download-link {
  display: inline-flex;
  margin-top: 1.6rem;
  padding: 0.9rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #092f4b;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.question-brand-panel {
  max-width: 1180px;
  margin: clamp(5rem, 10vw, 9rem) auto 0;
  padding: clamp(3rem, 7vw, 6.5rem);
  border: 1px solid rgba(165, 194, 228, 0.72);
  border-radius: 2.8rem;
  color: #17324f;
  background:
    radial-gradient(circle at 8% 10%, rgba(25, 211, 155, 0.15), transparent 22rem),
    radial-gradient(circle at 92% 90%, rgba(7, 95, 228, 0.14), transparent 28rem),
    linear-gradient(145deg, #fff, #eef6ff);
  box-shadow: 0 32px 90px rgba(0, 10, 28, 0.28);
  text-align: center;
}

.question-brand-panel h3 {
  margin: 0;
  color: #075fe4;
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.question-brand-panel h3 span {
  display: block;
  max-width: 980px;
  margin: 1.2rem auto 0;
  color: #17324f;
  font-size: clamp(1.6rem, 3.5vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.question-brand-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.question-brand-panel .question-download-link {
  margin-top: 0;
  border-color: #075fe4;
  color: #fff;
  background: #075fe4;
}

.question-brand-panel .question-subscription-link {
  border-color: #07845d;
  background: #07845d;
}

@media (max-width: 700px) {
  .question-story {
    padding-block: 5rem 7rem;
  }

  .question-story-heading {
    margin-bottom: 3rem;
  }

  .question-scene {
    position: relative;
    top: auto;
    min-height: 0;
    margin-bottom: 2rem;
    padding: 2.2rem 1.15rem;
    border-radius: 1.6rem;
  }

  .question-scene h3 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .question-lines p {
    padding: 0.7rem 0.8rem;
    font-size: 1.05rem;
  }

  .question-usage-beats {
    grid-template-columns: 1fr;
  }

  .question-usage-beats > div {
    min-height: 125px;
    border-bottom: 1px solid #dce6f1;
    border-left: 0;
  }

  .question-usage-beats > div:last-child {
    border-bottom: 0;
  }

  .question-usage-panel {
    padding: 0.9rem;
    border-radius: 1.25rem;
  }

  .question-brand-panel {
    padding: 3rem 1.1rem;
    border-radius: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .question-story.question-motion-ready .question-lines p,
  .question-story.question-motion-ready .question-scene.is-active .question-lines p {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.activation-flow {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: clamp(1.35rem, 4.5vw, 3.5rem);
  border-radius: 2.4rem;
  color: #fff;
  background:
    radial-gradient(circle at 0% 0%, rgba(25, 211, 155, 0.2), transparent 25rem),
    radial-gradient(circle at 100% 100%, rgba(7, 95, 228, 0.35), transparent 28rem),
    linear-gradient(135deg, #0a2342, #102f5d);
  box-shadow: 0 35px 90px rgba(8, 35, 70, 0.28);
}

.activation-flow::before {
  content: '';
  position: absolute;
  top: 110px;
  right: 50%;
  width: 2px;
  height: calc(100% - 150px);
  background: linear-gradient(#19d39b, rgba(95, 224, 173, 0.08));
  transform: translateX(50%);
}

.activation-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1.6rem;
  text-align: center;
}

.activation-heading .eyebrow {
  color: #5fe0ad;
}

.activation-heading h2 {
  margin: 0.2rem 0 0;
  color: #fff;
  font-size: clamp(1.8rem, 5vw, 3rem);
  letter-spacing: -0.04em;
}

.activation-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.15rem;
}

.activation-flow .verification-card,
.activation-flow .consent-card {
  min-height: 100%;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1.5rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 55px rgba(3, 24, 52, 0.24);
  backdrop-filter: blur(18px);
}

.activation-flow .consent-card {
  align-items: flex-start;
  background: linear-gradient(145deg, #fff, #f4fbf8);
}

.activation-flow .step-number {
  flex-basis: 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  box-shadow: 0 12px 28px rgba(7, 95, 228, 0.24);
}

.activation-flow .verification-card h2,
.activation-flow .consent-card h2 {
  margin: 0.15rem 0 0.75rem;
  color: #142a45;
  font-size: 1.25rem;
}

.activation-flow .consent-label {
  padding: 1rem;
  border: 1px solid #d8e4f2;
  border-radius: 1rem;
  background: #f8fbff;
}

.activation-flow .security-note {
  margin-right: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 0.8rem;
  color: #087052;
  background: #eaf9f2;
  font-weight: 700;
}

.trust-bar {
  position: relative;
  overflow: hidden;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  padding: 1.35rem;
  border: 1px solid rgba(108, 155, 218, 0.35);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 50% 150%, rgba(25, 211, 155, 0.18), transparent 20rem),
    linear-gradient(110deg, #102b52, #143b6e);
  box-shadow: 0 24px 55px rgba(10, 42, 81, 0.2);
}

.trust-bar strong {
  margin-left: 0.6rem;
}

.trust-bar span {
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

footer {
  margin-top: 2rem;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid rgba(180, 199, 224, 0.55);
}

@media (min-width: 780px) {
  .plan-card-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  }

  .activation-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 779px) {
  .benefits-strip {
    margin-top: -2rem;
  }

  .offer-section,
  .activation-flow {
    border-radius: 1.7rem;
  }

  .plan-ribbon {
    position: static;
    align-self: flex-start;
    margin: 1.1rem 1.2rem 0;
  }

  .plan-card--featured .plan-topline {
    padding-top: 0.8rem;
  }

  .activation-flow::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .benefits-strip {
    margin-bottom: 2.5rem;
  }

  .benefits-strip > div {
    min-height: 112px;
  }

  .important-note {
    align-items: flex-start;
    margin-bottom: 2.5rem;
    border-radius: 1.35rem;
  }

  .important-note .note-symbol {
    flex-basis: 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1rem;
  }

  .offer-section {
    margin-inline: -0.35rem;
    margin-bottom: 2.5rem;
  }

  .plan-section {
    margin-bottom: 2.5rem;
  }

  .offer-section .section-heading h2 {
    font-size: 2rem;
  }

  .plan-primary,
  .plan-action {
    padding: 1.5rem;
  }

  .setup-fee {
    min-width: 0;
    width: 100%;
  }

  .activation-flow {
    margin-inline: -0.35rem;
  }

  .activation-flow .verification-card,
  .activation-flow .consent-card {
    flex-direction: column;
  }

  .trust-bar {
    align-items: stretch;
    text-align: center;
  }

  .trust-bar strong {
    width: 100%;
    margin: 0 0 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .benefits-strip > div {
    transition: none;
  }
}

.driver-search-section {
  position: relative;
  z-index: 7;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 0;
  width: 100vw;
  max-width: none;
  margin: -2rem calc(50% - 50vw) 0;
  padding: clamp(4rem, 7vw, 7rem) max(1.25rem, calc((100vw - 1320px) / 2));
  border-block: 1px solid rgba(124, 162, 207, 0.28);
  color: #17324f;
  background:
    radial-gradient(circle at 5% 18%, rgba(25, 211, 155, 0.12), transparent 28rem),
    radial-gradient(circle at 95% 72%, rgba(44, 132, 255, 0.14), transparent 31rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.driver-search-section::before,
.driver-search-section::after {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(7, 95, 228, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.driver-search-section::before {
  top: -15rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
}

.driver-search-section::after {
  bottom: -19rem;
  left: -12rem;
  width: 42rem;
  height: 42rem;
}

.driver-search-content {
  display: grid;
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

.driver-search-eyebrow {
  position: relative;
  margin: 0 0 1.4rem;
  padding: 0 0 1rem;
  color: #075fe4;
  font-size: clamp(1.45rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.driver-search-eyebrow::after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: 0;
  width: clamp(80px, 10vw, 145px);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #19a97d, #075fe4);
  transform: translateX(50%);
}

.driver-search-section h2 {
  max-width: 900px;
  margin: 0;
  color: #132f4f;
  font-size: clamp(2rem, 4.7vw, 4.15rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.service-groups {
  display: grid;
  width: 100%;
  max-width: 1120px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.6vw, 1.1rem);
  margin: clamp(1.5rem, 3vw, 2.3rem) 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-group {
  --service-accent: #075fe4;
  --service-wash: #e8f2ff;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 132px auto;
  align-items: stretch;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(156, 184, 218, 0.48);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 61, 104, 0.07);
}

.service-group:last-child {
  --service-accent: #087d72;
  --service-wash: #e8f7f4;
}

.service-group h3 {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 132px;
  margin: 0;
  padding: 1.9rem;
  border: 0;
  color: var(--service-accent);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.98), transparent 11rem),
    linear-gradient(145deg, #fff, color-mix(in srgb, var(--service-wash) 42%, #fff));
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 800;
  text-align: right;
}

.service-group h3 > span:first-child {
  position: absolute;
  z-index: 2;
  right: 1.9rem;
  top: 50%;
  width: 44%;
  line-height: 1.05;
  transform: translateY(-50%);
}

.service-vehicle-images {
  position: absolute;
  z-index: 0;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 67%;
  display: block;
  direction: ltr;
  -webkit-mask-image: linear-gradient(to right, #000 0 68%, rgba(0, 0, 0, 0.58) 84%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0 68%, rgba(0, 0, 0, 0.58) 84%, transparent 100%);
  pointer-events: none;
}

.service-vehicle-images > span {
  position: absolute;
  top: 50%;
  left: -0.6rem;
  display: block;
  width: 50%;
  transform: translateY(-50%) rotate(-4deg);
}

.service-vehicle-images > span:last-child {
  top: 50%;
  right: -0.45rem;
  left: auto;
  width: 50%;
  transform: translateY(-50%) rotate(3deg);
}

.service-vehicle-images img {
  display: block;
  width: 100%;
  height: 84px;
  object-fit: contain;
  filter: grayscale(1) contrast(0.82);
  opacity: 0.13;
  transform: translateZ(0);
  transition:
    opacity 420ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-vehicle-images > span:last-child img {
  opacity: 0.18;
}

.service-group:last-child .service-vehicle-images > span:first-child {
  width: 29%;
}

.service-group:last-child .service-vehicle-images > span:last-child {
  right: -0.7rem;
  width: 76%;
}

.service-group:last-child .service-vehicle-images > span:last-child img {
  filter: grayscale(1) contrast(1.08);
  opacity: 0.23;
  transform: scale(1.55) translateZ(0);
}

.service-group:hover .service-vehicle-images > span:first-child img {
  opacity: 0.2;
  transform: translate3d(8px, -3px, 0);
}

.service-group:hover .service-vehicle-images > span:last-child img {
  opacity: 0.25;
  transform: translate3d(-8px, 2px, 0);
}

.service-group:last-child:hover .service-vehicle-images > span:last-child img {
  opacity: 0.28;
  transform: scale(1.55) translate3d(-5px, 2px, 0);
}

.service-types {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: rgba(255, 255, 255, 0.98);
  list-style: none;
}

.service-types li {
  display: grid;
  min-width: 0;
  min-height: 78px;
  grid-template-columns: auto minmax(0, 1fr);
  place-items: center start;
  align-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-top: 1px solid rgba(174, 198, 228, 0.42);
  border-left: 1px solid rgba(174, 198, 228, 0.42);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.service-types li:nth-child(2n) {
  border-left: 0;
}

.service-types li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  border-left: 0;
}

.service-types li:hover {
  background: var(--service-wash);
  opacity: 1;
  transform: none;
}

.service-type-icon {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 0.2rem;
  color: var(--service-accent);
  background: var(--service-wash);
}

.service-type-icon svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-types strong {
  color: #1c3858;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.25;
  text-align: right;
}

.driver-search-free {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(8, 132, 93, 0.24);
  border-radius: 999px;
  color: #075c43;
  background: #e7fbf3;
  font-size: clamp(1.05rem, 2.1vw, 1.45rem);
  font-weight: 850;
}

.driver-search-free span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 50%;
  color: #075c43;
  background: #bfffe6;
  font-weight: 900;
}

.driver-search-download {
  margin: 1.5rem 0 0.85rem;
  color: #405875;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 650;
}

.driver-search-store-buttons {
  justify-content: center;
  margin-top: 1.25rem;
}

.driver-search-store-buttons .store-download {
  width: 190px;
  min-height: 62px;
}

.driver-search-section + .use-cases {
  margin-top: clamp(8rem, 13vw, 13rem);
  margin-bottom: clamp(9rem, 14vw, 14rem);
}

#subscription-plan {
  scroll-margin-top: 5rem;
}

@media (max-width: 780px) {
  .service-groups {
    max-width: 620px;
    grid-template-columns: 1fr;
  }

  .service-group {
    grid-template-rows: 124px auto;
  }

  .service-group h3 {
    min-height: 124px;
  }
}

@media (max-width: 560px) {
  .driver-search-section {
    width: 100vw;
    margin: -2rem calc(50% - 50vw) 0;
    padding: 3.4rem 0.85rem;
  }

  .driver-search-section h2 {
    font-size: clamp(1.85rem, 9.5vw, 2.65rem);
  }

  .service-vehicle-images > span {
    left: -0.85rem;
    width: 50%;
  }

  .service-vehicle-images > span:last-child {
    right: -0.75rem;
    left: auto;
    width: 50%;
  }

  .service-vehicle-images img {
    height: 76px;
  }

  .service-types {
    gap: 0;
  }

  .service-types li {
    min-width: 0;
    min-height: 74px;
    padding: 0.75rem 0.65rem;
  }

  .service-type-icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .service-type-icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .service-types strong {
    font-size: 0.8rem;
  }

  .driver-search-free {
    align-items: flex-start;
    border-radius: 1.1rem;
    line-height: 1.45;
  }

  .driver-search-store-buttons {
    width: 100%;
  }

  .driver-search-store-buttons .store-download {
    width: min(100%, 210px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-types li {
    transition: none;
  }
}

.use-cases {
  position: relative;
  z-index: 6;
  display: grid;
  gap: 1rem;
  margin: -4.4rem auto 4rem;
}

.use-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.2rem;
  min-height: 205px;
  padding: clamp(1.4rem, 3.5vw, 2.2rem);
  border: 1px solid rgba(184, 205, 232, 0.75);
  border-radius: 1.7rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 65px rgba(18, 62, 113, 0.15);
  backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.use-card::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: -65px;
  bottom: -85px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(7, 95, 228, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(7, 95, 228, 0.025);
}

.use-card > * {
  position: relative;
  z-index: 1;
}

.use-card:hover {
  box-shadow: 0 34px 78px rgba(18, 62, 113, 0.21);
  transform: translateY(-6px);
}

.use-card--free {
  min-height: 180px;
  border-color: rgba(95, 224, 173, 0.35);
  color: #fff;
  background:
    radial-gradient(circle at 8% 10%, rgba(95, 224, 173, 0.24), transparent 18rem),
    linear-gradient(120deg, #087052, #0a8f68 54%, #075f7f);
  box-shadow: 0 30px 75px rgba(8, 112, 82, 0.25);
}

.use-card--free::after {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 0 0 35px rgba(255, 255, 255, 0.035),
    0 0 0 70px rgba(255, 255, 255, 0.02);
}

.use-card--business {
  border-top: 4px solid #075fe4;
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 95, 228, 0.11), transparent 16rem),
    rgba(255, 255, 255, 0.97);
}

.use-card--driver {
  border-top: 4px solid #ff9d32;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 157, 50, 0.13), transparent 16rem),
    rgba(255, 255, 255, 0.97);
}

.use-card-icon {
  display: grid;
  width: 4.7rem;
  height: 4.7rem;
  place-items: center;
  border-radius: 1.45rem;
  color: #fff;
  background: linear-gradient(145deg, #075fe4, #063d91);
  box-shadow: 0 18px 38px rgba(7, 95, 228, 0.25);
  font-size: 1.25rem;
  font-weight: 950;
}

.use-card--free .use-card-icon {
  color: #075c43;
  background: #fff;
  box-shadow: 0 18px 42px rgba(3, 58, 42, 0.22);
  font-size: 1.45rem;
}

.use-card--driver .use-card-icon {
  background: linear-gradient(145deg, #ffad40, #ef761e);
  box-shadow: 0 18px 38px rgba(239, 118, 30, 0.25);
}

.use-card-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.35rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  color: #075fe4;
  background: #edf3ff;
  font-size: 0.68rem;
  font-weight: 900;
}

.use-card--free .use-card-badge {
  color: #d9fff1;
  background: rgba(255, 255, 255, 0.12);
}

.use-card--driver .use-card-badge {
  color: #92500b;
  background: #fff3e4;
}

.use-card h2 {
  margin: 0;
  color: #172d49;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.use-card--free h2 {
  color: #fff;
  font-size: clamp(1.55rem, 3.6vw, 2.15rem);
}

.use-card p {
  max-width: 760px;
  margin: 0.6rem 0 0;
  color: #50637d;
  font-size: clamp(1.05rem, 1.65vw, 1.24rem);
  font-weight: 400;
  line-height: 1.7;
}

.use-card--free p {
  max-width: 880px;
  color: #d8f7eb;
  font-size: clamp(1.05rem, 1.65vw, 1.24rem);
}

.use-card > div {
  display: flex;
  width: 100%;
  min-height: 100%;
  align-self: stretch;
  flex-direction: column;
}

.use-card-punch {
  display: block;
  margin-top: auto;
  padding-top: 1.35rem;
  color: #0757c7;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  font-weight: 850;
}

.use-card--driver .use-card-punch {
  color: #b42332;
}

@media (min-width: 780px) {
  .use-cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-card--free {
    grid-column: 1 / -1;
  }
}

@media (max-width: 779px) {
  .use-cases {
    margin-top: -2rem;
  }
}

@media (max-width: 560px) {
  .use-cases {
    margin-bottom: 2.5rem;
  }

  .use-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 1.35rem;
  }

  .use-card-icon {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .use-card {
    transition: none;
  }
}

/* Three attached usage cards */
.use-cases {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 205, 232, 0.75);
  border-radius: 1.7rem;
  background: #fff;
  box-shadow: 0 30px 75px rgba(18, 62, 113, 0.18);
}

.use-card,
.use-card--free {
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
  min-height: 285px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.use-card + .use-card {
  border-right: 1px solid rgba(184, 205, 232, 0.7);
}

.use-card:hover {
  z-index: 2;
  box-shadow: inset 0 0 0 2px rgba(7, 95, 228, 0.12);
  transform: none;
}

.use-card--free:hover {
  box-shadow: inset 0 0 0 2px rgba(95, 224, 173, 0.24);
}

.use-card-badge {
  margin-bottom: 0.75rem;
  padding: 0.38rem 0.8rem;
  font-size: 0.75rem;
}

@media (min-width: 780px) {
  .use-cases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .use-card--free {
    grid-column: auto;
  }
}

@media (max-width: 779px) {
  .use-card,
  .use-card--free {
    min-height: 0;
  }

  .use-card + .use-card {
    border-top: 1px solid rgba(184, 205, 232, 0.7);
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .use-cases,
  .use-card {
    border-radius: 0;
  }

  .use-cases {
    border-radius: 1.35rem;
  }
}

/* Stronger audience labels and differentiated card colors */
.use-card--free {
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 211, 155, 0.13), transparent 17rem),
    linear-gradient(145deg, #ffffff, #f4fcf8);
}

.use-card--free::after {
  border-color: rgba(8, 132, 93, 0.12);
  box-shadow:
    0 0 0 35px rgba(8, 132, 93, 0.03),
    0 0 0 70px rgba(8, 132, 93, 0.018);
}

.use-card--free h2 {
  color: #15334a;
}

.use-card--free p {
  color: #50637d;
}

.use-card--business {
  border-top: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 95, 228, 0.2), transparent 18rem),
    linear-gradient(145deg, #f5f9ff, #dfecff);
}

.use-card--driver {
  border-top: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(225, 55, 64, 0.18), transparent 18rem),
    linear-gradient(145deg, #fff9f9, #ffe5e7);
}

.use-card-badge {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 0.66rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.95rem 0.95rem 0.95rem 0.28rem;
  color: #fff;
  background: linear-gradient(115deg, #075fe4, #0643a8);
  box-shadow: 0 12px 28px rgba(7, 95, 228, 0.24);
  font-family: inherit;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.use-card-badge::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 -35%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-18deg);
}

.use-card--free .use-card-badge {
  color: #fff;
  background: linear-gradient(115deg, #0ca878, #087052);
  box-shadow: 0 12px 28px rgba(8, 132, 93, 0.24);
}

.use-card--driver .use-card-badge {
  color: #fff;
  background: linear-gradient(115deg, #e23d46, #ad202d);
  box-shadow: 0 12px 28px rgba(194, 38, 50, 0.24);
}

.use-card--driver p strong {
  color: #b42332;
}

.hero-feature-stack {
  position: absolute;
  z-index: 6;
  top: 4%;
  right: -10%;
  display: grid;
  gap: 0.28rem;
  width: min(215px, 58vw);
  height: auto;
  transform: rotate(-4deg);
  transform-origin: center;
}

.hero-feature-heading {
  display: flex;
  width: fit-content;
  max-width: 100%;
  justify-self: end;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.9rem;
  color: #17324f;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(22, 62, 110, 0.17);
}

.hero-feature-heading span {
  display: grid;
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 0.6rem;
  color: #fff;
  background: linear-gradient(145deg, #075fe4, #063d91);
  font-size: 0.85rem;
  font-weight: 900;
}

.hero-feature-heading strong {
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
}

.hero-feature-list {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-feature-list li {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: none;
  justify-self: stretch;
  align-items: center;
  justify-content: center;
  padding: 0.34rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 0.72rem;
  color: #183650;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 7px 18px rgba(22, 62, 110, 0.12);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(-9px);
  animation: featureReveal 420ms ease forwards;
}

.hero-feature-list li::before {
  content: '✓';
  position: absolute;
  right: 0.7rem;
  top: 50%;
  width: auto;
  height: auto;
  color: #0a9d70;
  background: transparent;
  font-size: 1rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.hero-feature-list li:nth-child(1) {
  animation-delay: 250ms;
}

.hero-feature-list li:nth-child(2) {
  animation-delay: 430ms;
}

.hero-feature-list li:nth-child(3) {
  animation-delay: 610ms;
}

.hero-feature-list li:nth-child(4) {
  animation-delay: 790ms;
}

.hero-feature-list li:nth-child(5) {
  animation-delay: 970ms;
}

.hero-feature-list li:nth-child(6) {
  animation-delay: 1150ms;
}

.hero-feature-list li:nth-child(7) {
  animation-delay: 1330ms;
}

.hero-feature-list li:nth-child(8) {
  animation-delay: 1510ms;
}

.hero-feature-list li:nth-child(9) {
  animation-delay: 1690ms;
}

@keyframes featureReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 819px) {
  .hero-feature-stack {
    right: 0;
    width: min(205px, 55vw);
    height: auto;
  }
}

@media (max-width: 560px) {
  .hero-feature-stack {
    top: 1%;
    right: -0.35rem;
    gap: 0.25rem;
    width: min(160px, 47vw);
    height: auto;
    padding-block: 0.2rem;
  }

  .hero-feature-heading {
    gap: 0.35rem;
    padding: 0.45rem;
    border-radius: 0.65rem;
  }

  .hero-feature-heading span {
    flex-basis: 1.35rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.45rem;
    font-size: 0.65rem;
  }

  .hero-feature-heading strong {
    font-size: 0.64rem;
  }

  .hero-feature-list li {
    min-width: 0;
    padding: 0.28rem 1.45rem;
    border-radius: 0.5rem;
    font-size: 0.68rem;
    line-height: 1.1;
  }

  .hero-feature-list li::before {
    right: 0.42rem;
    width: auto;
    height: auto;
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-feature-list li {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.back-to-top {
  position: fixed;
  z-index: 40;
  left: 1.15rem;
  bottom: 1.15rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(127, 151, 181, 0.34);
  border-radius: 0.75rem;
  color: #49637f;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(22, 55, 94, 0.1);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition:
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.back-to-top:hover {
  color: #075fe4;
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-2px);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 560px) {
  .back-to-top {
    left: 0.75rem;
    bottom: 0.75rem;
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}
