:root {
  --font-body: ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-display: ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --ink-strong: #171717;
  --ink: #222222;
  --ink-soft: #616161;
  --line: #dddddd;
  --line-strong: #c7c7c7;
  --muted-ui: #b8b8b8;
  --surface: #ffffff;
  --surface-soft: #f9fafb;
  --surface-muted: #f5f5f5;
  --brand-bright: #33b5e5;
  --brand: #13a3db;
  --brand-deep: #0d8fc4;
  --brand-shadow: rgba(19, 163, 219, 0.24);
  --success-bg: #ecfdf3;
  --success-border: #a7f3d0;
  --success-text: #065f46;
  --error-bg: #fff4f4;
  --error-border: #fecaca;
  --error-text: #b91c1c;
  --page-gutter: 44px;
  --hero-inner-gutter: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

html {
  background: rgb(58, 118, 196);
}

body {
  min-height: 100vh;
  font-family: var(--font-body);
  color: #213b55;
  background: rgb(58, 118, 196);
}

.page-main {
  display: block;
}

.kickoff-page {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2.75rem, 10vh, 6rem) 1.25rem 2rem;
}

.kickoff-card {
  width: min(620px, 100%);
  text-align: center;
  padding: 0.75rem 1.4rem 1rem;
}

.success-graphic {
  width: min(300px, 88%);
  height: auto;
  margin: 0 auto 0.8rem;
  display: block;
}

.success-graphic .inbox-halo {
  fill: #e8f7ee;
}

.success-graphic .inbox-shadow {
  fill: rgba(24, 74, 125, 0.12);
}

.success-graphic .inbox-envelope-shell {
  fill: #d6ebff;
}

.success-graphic .inbox-rim {
  stroke: #eef7ff;
}

.success-graphic .inbox-letter {
  fill: #ffffff;
}

.success-graphic .inbox-letter-lines {
  fill: none;
  stroke: #bbd5ec;
  stroke-width: 5;
  stroke-linecap: round;
}

.success-graphic .inbox-envelope-front {
  fill: #58a9f2;
}

.success-graphic .inbox-fold {
  fill: none;
  stroke: #eaf5ff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.success-graphic .inbox-seam {
  fill: none;
  stroke: rgba(233, 246, 255, 0.9);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.success-graphic .inbox-badge {
  fill: #3ab77a;
}

.success-graphic .inbox-check {
  fill: none;
  stroke: #ffffff;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.success-graphic .inbox-dot {
  animation: dotLift 1.8s ease-in-out infinite;
}

.success-graphic .inbox-dot-a {
  fill: #b8e8cb;
}

.success-graphic .inbox-dot-b {
  fill: #cfe6ff;
  animation-delay: 0.35s;
}

.success-graphic .inbox-dot-c {
  fill: #ffe8be;
  animation-delay: 0.7s;
}

.kickoff-title {
  margin: 0 auto 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: none;
  text-align: center;
}

.kickoff-copy {
  margin: 0 auto 1.1rem;
  max-width: 38ch;
  color: #31465d;
  font-size: 1.03rem;
  line-height: 1.6;
}

.login-form-wrapper {
  width: min(460px, 100%);
  margin: 0 auto;
}

.index-page {
  display: block;
  min-height: 100vh;
}

.price-notification-bar {
  position: static;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.95rem 1rem;
  background: rgb(145, 236, 196);
  color: rgb(39, 59, 83);
  font-size: 0.98rem;
  font-weight: 400;
  text-align: center;
}

.price-notification-link {
  margin-left: 0.25rem;
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wrapper {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.index-page > main.wrapper {
  width: min(1180px, 100%);
  padding: 0 var(--page-gutter);
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.25rem;
  min-height: 82px;
  padding-top: 1.75rem;
  padding-bottom: 1rem;
  color: #ffffff;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

.brand-logo {
  width: 190px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.brand-wordmark {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.065em;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.nav-login {
  font-weight: 600;
}

.site-actions {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  justify-self: end;
}

.site-login,
.site-signup,
.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: transform 0.16s ease, box-shadow 0.16s ease,
    border-color 0.16s ease, background-color 0.16s ease;
}

.secondary-cta {
  color: var(--ink);
  background: var(--surface-muted);
  border: none;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.03);
}

.site-login {
  padding: 0.5rem 0.92rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
  font-weight: 400;
}

.site-signup,
.primary-cta {
  padding: 0.72rem 1.12rem;
  color: #fffdfb;
  border: none;
  background: linear-gradient(180deg, var(--brand-bright) 0%, var(--brand-deep) 100%);
  box-shadow: 0 12px 22px var(--brand-shadow);
}

.site-signup {
  padding: 0.5rem 0.98rem;
  font-size: 0.88rem;
  color: #0f3f2d;
  background: #4fddaa;
  border: 1px solid transparent;
  box-shadow: none;
  font-weight: 600;
}

.secondary-cta {
  padding: 1rem 1.75rem;
  white-space: nowrap;
}

.primary-cta,
.secondary-cta {
  font-size: 1.16rem;
}

.primary-cta {
  min-width: 280px;
  padding: 0.92rem 2.35rem;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.12), 0 6px 14px rgba(238, 150, 56, 0.18);
}

.site-login:hover,
.site-signup:hover,
.secondary-cta:hover {
  transform: translateY(-1px);
}

.site-login:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.hero-band {
  position: relative;
  background: rgb(91, 67, 166);
  color: #ffffff;
  overflow: hidden;
  padding: 0 0 0.5rem;
}

.hero-payments-star {
  display: none;
}

@media (min-width: 961px) {
  .hero-payments-star {
    position: absolute;
    z-index: 2;
    top: 5rem;
    right: max(0.5rem, calc((100vw - 1180px) / 2 - 1.5rem));
    display: flex;
    width: 164px;
    height: 164px;
    padding: 2rem 1.55rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #213b55;
    background: rgb(143, 236, 196);
    clip-path: polygon(50% 0%, 61% 17%, 79% 7%, 82% 28%, 100% 30%, 87% 47%, 100% 61%, 79% 68%, 81% 90%, 61% 80%, 50% 100%, 39% 80%, 19% 90%, 21% 68%, 0% 61%, 13% 47%, 0% 30%, 18% 28%, 21% 7%, 39% 17%);
    filter: drop-shadow(0 12px 18px rgba(17, 24, 39, 0.2));
    text-align: center;
    pointer-events: none;
    transform-origin: center;
    animation: heroStarArrive 800ms cubic-bezier(0.22, 1, 0.36, 1) 500ms both;
  }

  .hero-payments-star-amount {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .hero-payments-star > span {
    transform: rotate(5deg);
  }

  .hero-payments-star-label {
    max-width: 10ch;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    font-weight: 650;
    line-height: 1.15;
  }
}

.site-signup:hover {
  background: #42d3a0;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(345px, 0.6fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.8rem);
  padding: 1.8rem var(--hero-inner-gutter) 2.2rem;
}

.hero-band .site-header {
  min-height: 56px;
  padding: 1.75rem 10px 1rem;
  background: rgb(91, 67, 166);
  color: #ffffff;
  box-shadow: 0 0 0 100vmax rgb(91, 67, 166);
  clip-path: inset(0 -100vmax);
}

.hero-band .nav-link {
  color: rgba(255, 255, 255, 0.96);
}

.hero-band .site-login {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero-band .site-login:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.hero-band .wrapper {
  width: min(1180px, 100%);
  padding: 0;
  box-sizing: border-box;
}

.trust-strip {
  background: #ffffff;
  color: #171717;
  margin-top: 1.25rem;
}

.trust-strip-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem 2.6rem;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
}

.trust-strip-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.35;
}

.trust-strip-tick {
  color: #159460;
  font-size: 1.15rem;
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  color: #213b55;
}

.how-it-works-section {
  background: #ffffff;
  color: #213b55;
  padding: 6rem var(--page-gutter) 2.5rem var(--page-gutter);
}

.how-it-works-title {
  margin-bottom: 5rem;
  color: #213b55;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.5vw + 1rem, 2.15rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: center;
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 1.5rem;
}

.how-it-works-card {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(244, 250, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
  text-align: center;
}

.how-it-works-visual-wrap {
  position: relative;
  margin: -1.15rem -1.15rem 0.95rem;
}

.how-it-works-visual {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 18px 18px 10px 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.how-it-works-graphic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-it-works-graphic.step-one,
.how-it-works-graphic.step-two {
  transform: scale(1.28) rotate(1.5deg);
}

.how-it-works-graphic.step-three {
  transform: scale(1.14) rotate(1.5deg);
}

.how-it-works-number {
  position: absolute;
  z-index: 2;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43.52px;
  height: 43.52px;
  margin: 0;
  border-radius: 999px;
  background: rgb(39, 91, 165);
  color: #ffffff;
  font-size: 1.292rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(17, 24, 39, 0.2);
}

.how-it-works-card-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.how-it-works-graphic-halo {
  fill: rgba(19, 163, 219, 0.12);
}

.how-it-works-graphic-window,
.how-it-works-graphic-envelope {
  fill: #f8fbff;
  stroke: rgba(19, 163, 219, 0.18);
  stroke-width: 1.5;
}

.how-it-works-graphic-line {
  fill: #dbe6f1;
}

.how-it-works-graphic-line-strong {
  fill: #9dc8ea;
}

.how-it-works-graphic-badge {
  fill: #087dac;
}

.how-it-works-graphic-check {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.how-it-works-graphic-arrow {
  fill: none;
  stroke: #087dac;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.how-it-works-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
}

.how-it-works-arrow-svg {
  display: block;
  width: 96px;
  height: 24px;
}

.how-it-works-arrow-line,
.how-it-works-arrow-head {
  fill: none;
  stroke: #000000;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.how-it-works-card-title {
  margin: 0;
  color: #213b55;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.example-receipt-section {
  background: #ffffff;
  color: #213b55;
  padding: 4rem var(--page-gutter) 1.5rem;
  text-align: center;
}

.example-receipt-section .wrapper {
  width: min(100%, 900px);
  box-sizing: border-box;
}

.example-receipt-title {
  margin: 0 0 2rem;
  color: #213b55;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.5vw + 1rem, 2.15rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.example-receipt-button {
  display: block;
  width: min(100%, 795px);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.example-receipt-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(33, 59, 85, 0.16);
}

.example-receipt-button:focus-visible {
  outline: 3px solid rgba(8, 125, 172, 0.55);
  outline-offset: 6px;
}

.example-receipt-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(33, 59, 85, 0.22);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(33, 59, 85, 0.1);
}

.example-receipt-expand {
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #086d99;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.example-receipt-expand:hover,
.example-receipt-expand:focus-visible {
  color: #064c6c;
}

.testimonial-section {
  background: #ffffff;
  color: #213b55;
  padding: 2.5rem var(--page-gutter);
}

.testimonial-pricing-gap {
  width: 100%;
  height: 6rem;
  flex: 0 0 6rem;
  background: #ffffff;
}

.testimonial-section .wrapper {
  width: min(1180px, 100%);
  box-sizing: border-box;
}

.testimonial-layout {
  display: block;
}

.testimonial-copy {
  min-width: 0;
  width: 100%;
}

.testimonial-card {
  width: 100%;
  padding: 2rem 1.5rem 2.05rem;
  border-radius: 20px;
  border: 2px solid rgba(33, 59, 85, 0.2);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(33, 59, 85, 0.12);
  text-align: center;
}

.testimonial-quote {
  margin: 0;
  color: #213b55;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.2vw + 1rem, 2.75rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.testimonial-attribution {
  margin: 0.85rem 0 0;
  color: #616161;
  font-size: 0.95rem;
  line-height: 1.5;
}

.features-section {
  background: #ffffff;
  color: #213b55;
  padding: 5rem var(--page-gutter);
}

.features-section .wrapper {
  width: min(100%, 1040px);
  box-sizing: border-box;
}

.features-title {
  margin: 0 0 2rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.5vw + 1rem, 2.15rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 380px));
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  justify-content: center;
  gap: 1rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.control-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.55rem 0;
  color: #17324d;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.control-feature-check {
  flex: 0 0 auto;
  color: #087a52;
  font-size: 1.2rem;
  font-weight: 800;
}

.pricing-section {
  background: rgb(174, 235, 248);
  color: #213b55;
  padding: 4.8rem var(--page-gutter) 6.4rem var(--page-gutter);
}

.cta-section {
  padding: 3.6rem 0;
  background: rgb(91, 67, 166);
  color: #ffffff;
}

.cta-section .wrapper {
  width: min(1180px, 100%);
  padding: 0 var(--page-gutter);
  box-sizing: border-box;
}

.cta-title {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1vw + 1rem, 1.8rem);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}

.cta-section .hero-actions {
  margin: 0 auto;
}

.cta-section .no-spam {
  text-align: center;
}

.pricing-section .wrapper {
  width: min(1180px, 100%);
  padding: 0 var(--page-gutter);
  box-sizing: border-box;
}

.pricing-section,
.pricing-section .pricing-copy,
.pricing-section .pricing-grid,
.pricing-section .pricing-card,
.pricing-section .pricing-card * {
  color: #213b55;
}

.pricing-copy {
  text-align: center;
  margin: 0 auto 1.6rem;
  max-width: 46rem;
}

.pricing-title {
  margin: 0;
  font-family: var(--font-display);
  color: #213b55;
  font-size: clamp(1.75rem, 1.5vw + 1rem, 2.15rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px);
  gap: 1rem;
  justify-content: center;
}

.pricing-card {
  padding: 2rem 2.1rem 2.1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.05);
}

.pricing-card-featured {
  border-color: rgba(8, 125, 172, 0.38);
  background: linear-gradient(180deg, rgba(244, 250, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(8, 91, 132, 0.18);
}

.pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.95rem;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--surface-soft);
  color: #616161;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-eyebrow-featured {
  border-color: rgba(19, 163, 219, 0.26);
  background: rgba(19, 163, 219, 0.08);
  color: #0d8fc4;
}

.pricing-card-title {
  margin: 0;
  color: #213b55;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.pricing-price {
  margin: 0.25rem 0 0;
  color: #213b55;
  line-height: 1;
}

.pricing-price-amount {
  font-size: clamp(2.8rem, 3.8vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.pricing-section .pricing-price-amount {
  color: #075f87;
}

.pricing-price-period {
  display: block;
  margin-top: 0.7rem;
  color: #616161;
  font-size: 1rem;
  font-weight: 600;
}

.pricing-price-note {
  margin: 0.85rem 0 0;
  color: #616161;
  font-size: 0.98rem;
  line-height: 1.55;
}

.pricing-list {
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.82rem;
  max-width: none;
  list-style: none;
}

.pricing-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.97rem;
  line-height: 1.45;
  color: #213b55;
}

.pricing-feature-check {
  flex: 0 0 auto;
  color: #087a52;
  font-size: 1.05rem;
  font-weight: 800;
}

.pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.4rem;
  padding: 0.9rem 1.25rem;
  border-radius: 6px;
  background: linear-gradient(180deg, #0e82b2 0%, #075f87 100%);
  box-shadow: 0 12px 22px rgba(7, 95, 135, 0.3);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.pricing-section .pricing-cta {
  color: #ffffff;
}

.pricing-cta:hover {
  filter: brightness(1.04);
}

.faq-section {
  background: #ffffff;
  color: #213b55;
  padding: 6rem var(--page-gutter) 8rem var(--page-gutter);
}

.faq-section .wrapper {
  width: min(1180px, 100%);
  padding: 0 var(--page-gutter);
  box-sizing: border-box;
}

.faq-support {
  margin: 1.5rem 0 0;
  text-align: center;
  color: var(--ink-soft);
  font-size: 1rem;
}

.faq-support a {
  color: #0d8fc4;
  font-weight: 700;
}

.faq-title {
  margin: 0 0 1.15rem;
  color: #213b55;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.5vw + 1rem, 2.15rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: center;
}

.faq-list {
  width: min(100%, 820px);
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid rgba(8, 125, 172, 0.3);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(234, 248, 252, 0.98) 0%, #ffffff 100%);
  box-shadow: 0 10px 26px rgba(33, 59, 85, 0.08);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  border: 0;
  background: transparent;
  color: #213b55;
  padding: 1rem 1.1rem;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(8, 125, 172, 0.16);
  color: #086d99;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.faq-answer {
  padding: 0 1.1rem 1.1rem;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.62;
}

.faq-answer p {
  margin: 0.7rem 0 0;
}

.faq-answer p:first-child {
  margin-top: 0;
}

.faq-answer a {
  color: #0b668f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.faq-answer a:hover,
.faq-answer a:focus-visible {
  color: #084d6d;
}

.faq-answer ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.faq-answer li + li {
  margin-top: 0.35rem;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 1.35rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.eyebrow-accent {
  font-weight: 800;
}

.hero-title {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 23ch;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  letter-spacing: -0.05em;
  font-size: clamp(2.73rem, 5.46vw, 4.2rem);
  font-weight: 700;
  line-height: 0.96;
  margin-bottom: 1rem;
}

.hero-title-highlight {
  display: inline-block;
  padding: 0.02em 0.22em 0.1em;
  margin: 0 0.02em;
  position: relative;
  top: 0.12em;
  transform: rotate(-2.5deg);
  transform-origin: left center;
  line-height: 1;
  background-image: linear-gradient(rgb(4, 15, 95), rgb(4, 15, 95));
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  animation: heroHighlight 850ms cubic-bezier(0.22, 1, 0.36, 1) 250ms both;
}

.hero-title-accent {
  position: relative;
  display: inline-block;
  margin-top: 0.08em;
  font-style: italic;
  color: #ffffff;
}

.hero-title-accent::after {
  content: "";
  position: absolute;
  left: 0.18em;
  right: 0.28em;
  bottom: -0.24em;
  height: 0.42em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 20' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%2322d3ee'/%3E%3Cstop offset='100%25' stop-color='%238b5cf6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M2 10 L10 5 L18 13 L26 7 L34 14 L42 6 L50 12 L58 7 L66 14 L74 6 L82 12 L90 7 L98 14 L106 6 L114 12 L122 7 L130 13 L138 6 L146 12 L154 8' fill='none' stroke='url(%23g)' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  opacity: 0.9;
  transform: rotate(-1.4deg);
  z-index: -1;
}

.hero-subtitle {
  margin: 1.8rem 0 0;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.47rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em;
}

.hero-actions {
  width: 92%;
  max-width: 500px;
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  justify-content: start;
}

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

.notify {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  gap: 0.6rem;
}

.notify-input-wrap {
  width: 100%;
}

.notify input {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: #ffffff;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  color: #213b55;
  box-shadow: none;
}

.notify input::placeholder {
  color: #6b7280;
}

.notify input:focus {
  outline: none;
  background: rgb(242, 255, 249);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
}

.notify-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: white;
  color: #062b5f;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  text-decoration: none;

  width: auto;
  min-width: 220px;
  padding: 16px 24px;
  border-radius: 10px;
}

.notify-cta:hover {
  background: #ffffff;
  box-shadow: 0 17px 28px rgba(17, 24, 39, 0.28), 0 5px 10px rgba(17, 24, 39, 0.13);
  transform: translateY(-1px);
}

.hero-actions-panel .notify input {
  border-color: rgba(255, 255, 255, 0.24);
  background: #ffffff;
  color: #213b55;
}

.hero-actions-panel .notify input::placeholder {
  color: #6b7280;
}

.hero-actions-panel .notify input:focus {
  background: rgb(242, 255, 249);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16);
}

.hero-actions-panel .no-spam {
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}

.cta-section .hero-actions-panel .no-spam {
  text-align: center;
}

.hero-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  z-index: 30;
}

.hero-modal {
  position: relative;
  width: min(520px, 100%);
  border-radius: 18px;
  background: #ffffff;
  padding: 1.4rem 1.4rem 1.25rem;
  text-align: left;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.hero-modal-title {
  margin: 0 0 0.8rem;
  color: #213b55;
  font-size: 1.2rem;
  font-weight: 600;
}

.hero-modal-copy {
  margin: 0 0 1.2rem;
  color: #4b5563;
  line-height: 1.6;
}

.hero-modal-url {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 12px;
  background: #f1f5f9;
  padding: 0.95rem 1rem;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero-modal-url-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
  align-items: flex-start;
}

.hero-modal-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #4b5563;
  font: inherit;
  padding: 0.15rem;
  cursor: pointer;
}

.hero-modal-copy-button svg {
  width: 22px;
  height: 22px;
}

.hero-modal-copy-wrap {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
}

.hero-modal-copied {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.45rem);
  z-index: 2;
  white-space: nowrap;
  padding: 0.28rem 0.48rem;
  border-radius: 999px;
  background: #213b55;
  color: #ffffff;
  font-size: 0.76rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.hero-modal-copied::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0.6rem;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #213b55 transparent transparent transparent;
}

.hero-modal-dismiss {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  border: none;
  background: transparent;
  color: #4b5563;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 639px) {
  .hero-modal-url-row {
    flex-direction: column;
  }
}

.no-spam {
  grid-column: 1 / -1;
  margin: 0.8rem 0 0;
  color: rgba(33, 59, 85, 0.58);
  font-size: 0.84rem;
}

.login-form-wrapper .no-spam {
  margin-top: 0.9rem;
}

.feature-list,
.setup-list {
  list-style: none;
  padding: 0;
}

.feature-list {
  margin: 2rem 0 0;
  display: grid;
  gap: 0.82rem;
  max-width: 33rem;
}

.hero-bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.45;
}

.hero-bullet-icon {
  color: rgb(98, 215, 95);
  font-size: 1.14rem;
  line-height: 1.2;
  margin-top: 0.18em;
  flex: 0 0 auto;
}

.bullet-italic {
  font-style: italic;
}

.notify-success,
.notify-error {
  width: min(580px, 100%);
  border-radius: 14px;
  padding: 1.08rem 1.2rem;
}

.notify-input-wrap {
  position: relative;
  min-width: 0;
}

.notify-success {
  background: var(--success-bg);
  border: 1px solid var(--success-border);
}

.notify-success h3 {
  margin: 0 0 0.32rem;
  color: var(--success-text);
  font-size: 1.03rem;
}

.notify-success p {
  margin: 0;
  color: #047857;
  font-size: 0.93rem;
}

.notify-error {
  background: var(--error-bg);
  border: 1px solid var(--error-border);
}

.notify-error p {
  margin: 0;
  color: var(--error-text);
  font-size: 0.93rem;
}

.notify-error a {
  display: inline-block;
  margin-top: 0.6rem;
  color: #a11616;
  font-size: 0.9rem;
}

.hero-media,
.setup-media {
  display: flex;
  justify-content: center;
}

.hero-phone-button {
  position: relative;
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  perspective: 1200px;
}

.hero-phone-button::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 13%;
  bottom: -18px;
  height: 34px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(17, 24, 39, 0.32) 0%, rgba(17, 24, 39, 0.16) 42%, rgba(17, 24, 39, 0) 72%);
  filter: blur(8px);
  transform: rotate(-2deg);
  pointer-events: none;
}

.hero-phone-button:focus-visible {
  outline: 3px solid rgba(19, 163, 219, 0.48);
  outline-offset: 8px;
  border-radius: 3.2rem;
}

.hero-phone-button .hero-graphic {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-phone-button:hover .hero-graphic {
  transform: translateY(-3px) rotateY(-9deg) rotateZ(1deg) scale(1.012);
  box-shadow: 0 34px 58px rgba(17, 24, 39, 0.18);
}

.hero-graphic,
.setup-graphic {
  width: min(100%, 460px);
  height: auto;
  display: block;
}

.hero-graphic {
  width: auto;
  max-width: min(100%, 660px);
  max-height: 897px;
  object-fit: contain;
  padding: 7px;
  background: #050505;
  border: 3px solid #9ca3af;
  border-radius: 3rem;
  box-shadow: 0 28px 50px rgba(17, 24, 39, 0.14);
  transform: rotateY(-9deg) rotateZ(1deg);
  transform-origin: center center;
}

.phone-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2.5rem);
  background: rgba(17, 24, 39, 0.62);
  animation: phoneBackdropIn 180ms ease-out both;
}

.phone-modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(92vw, 760px);
  max-height: min(90vh, 980px);
  animation: phoneOpen 240ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.phone-modal-graphic {
  display: block;
  width: auto;
  max-width: min(92vw, 760px);
  max-height: min(90vh, 980px);
  object-fit: contain;
  padding: 9px;
  background: #050505;
  border: 4px solid #9ca3af;
  border-radius: 3.2rem;
  box-shadow: 0 34px 76px rgba(0, 0, 0, 0.32);
}

.example-receipt-modal-graphic {
  max-width: min(92vw, 794px);
  max-height: 90vh;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(33, 59, 85, 0.3);
  border-radius: 10px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.phone-modal-dismiss {
  position: absolute;
  top: max(0.85rem, env(safe-area-inset-top));
  right: 0.85rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.phone-modal-dismiss svg {
  width: 18px;
  height: 18px;
}

.phone-modal-dismiss:focus-visible {
  outline: 3px solid rgba(19, 163, 219, 0.55);
  outline-offset: 3px;
}

.hero-halo {
  fill: #f7f8fb;
}

.page-layer {
  fill: rgba(248, 250, 252, 0.92);
  stroke: #eef1f5;
}

.page-shadow-1 {
  opacity: 0.96;
}

.page-shadow-2 {
  opacity: 0.7;
}

.page-shadow-3 {
  opacity: 0.42;
}

.page-front {
  fill: #ffffff;
  stroke: #e5e7eb;
  filter: drop-shadow(0 32px 40px rgba(17, 24, 39, 0.09));
}

.page-dot {
  fill: #d1d5db;
}

.page-line {
  fill: #d7dce4;
}

.page-line-strong {
  fill: #bec7d4;
}

.page-line-faint {
  fill: #eef1f5;
}

.page-panel {
  fill: #f6f7f9;
  stroke: #ebeef2;
}

.hero-tag {
  fill: #111827;
}

.hero-tag-text {
  fill: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.setup-section {
  display: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2.4rem, 4vw, 4rem);
  padding: 2.5rem 0 4.5rem;
}

.setup-window {
  fill: #ffffff;
  stroke: #dde1e7;
  filter: drop-shadow(0 28px 38px rgba(17, 24, 39, 0.08));
}

.setup-window-top {
  fill: #f7f8fa;
}

.setup-window-dot {
  fill: #c5ccd7;
}

.setup-line {
  fill: #dadfe7;
}

.setup-line-strong {
  fill: #aeb9c8;
}

.setup-input {
  fill: #f6f7f9;
  stroke: #e8ebf0;
}

.setup-button {
  fill: #f48120;
}

.setup-orb {
  fill: #fff1e3;
}

.setup-check {
  fill: none;
  stroke: #f48120;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.setup-pill {
  fill: #111827;
}

.setup-pill-text {
  fill: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.setup-title {
  margin: 0;
  font-family: var(--font-display);
  color: var(--ink-strong);
  font-size: clamp(1.75rem, 1.5vw + 1rem, 2.15rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.setup-body {
  margin: 1.2rem 0 0;
  max-width: 38ch;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.setup-list {
  margin: 1.45rem 0 0;
  display: grid;
  gap: 0.95rem;
}

.setup-bullet {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  font-size: 1rem;
}

.setup-bullet-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f49a43 0%, var(--brand) 100%);
  box-shadow: 0 6px 10px rgba(244, 129, 32, 0.26);
  flex: 0 0 10px;
}

.legal {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: auto calc(50% - 50vw) 0;
  padding: 1.6rem var(--page-gutter);
  background: #f8fafc;
}

.legal a {
  color: #213b55;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.legal a:hover,
.legal a:focus-visible {
  color: #0d8fc4;
  text-decoration: underline;
}

@media (min-width: 961px) {
  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy .hero-title {
    margin-bottom: 0;
  }

  .hero-copy .hero-subtitle {
    margin: 2.8rem 0 0;
  }

  .hero-copy #signup {
    width: 100%;
    max-width: 500px;
  }

  .hero-copy .hero-actions {
    width: 100%;
    max-width: none;
    margin-top: 2.8rem;
  }

  .hero-copy .notify-cta {
    width: 100%;
  }
}

@keyframes heroHighlight {
  from {
    background-size: 0% 100%;
  }

  to {
    background-size: 100% 100%;
  }
}

@keyframes heroStarArrive {
  from {
    opacity: 0;
    transform: scale(0.15);
  }

  72% {
    opacity: 1;
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dotLift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes phoneBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes phoneOpen {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 960px) {
  :root {
    --page-gutter: 20px;
    --hero-inner-gutter: 10px;
  }

  .hero-title {
  }

  .hero-subtitle {
    font-size: 1.26rem;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    padding-bottom: 0.4rem;
  }

  .setup-section {
    grid-template-columns: 1fr;
  }

  .pricing-section .wrapper {
    width: min(100%, 1180px);
  }

  .hero-band .wrapper {
    width: min(100%, 1180px);
    padding: 0 var(--page-gutter);
  }

  .setup-section {
    padding-top: 0.5rem;
    gap: 2rem;
  }

  .setup-copy {
    order: 1;
  }

  .setup-media {
    order: 2;
  }

  .how-it-works-section {
  }

  .how-it-works-title {
  }

  .how-it-works-visual {
    margin-bottom: 0.75rem;
  }

  .how-it-works-graphic {
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    justify-self: stretch;
    width: 100%;
  }

  .pricing-grid {
    width: 100%;
  }

  .cta-section .wrapper {
    width: min(100%, 1180px);
  }

  .faq-section .wrapper {
    width: min(100%, 1180px);
  }

}

@media (max-width: 720px) {
  :root {
    --page-gutter: 10px;
    --hero-inner-gutter: 0.5rem;
  }

  .trust-strip-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .trust-strip-item {
    justify-content: center;
    text-align: center;
  }

  .features-section {
    padding: 4.5rem 0;
  }

  .features-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    padding: 0 1.25rem;
  }

  .wrapper {
    width: min(100% - 28px, 1180px);
  }

  .index-page > main.wrapper {
    width: min(1180px, 100%);
  }

  .site-header {
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.6rem;
    min-height: auto;
  }

  .site-actions {
    width: auto;
    justify-self: end;
    justify-content: flex-end;
    gap: 0;
  }

  .site-actions .mobile-hidden {
    display: none;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    padding: 3rem 0.5rem 3rem;
  }

  .hero-copy {
    order: 1;
  }

  .hero-media {
    order: 2;
  }

  .brand-logo {
    width: 160px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.205rem, 10.5vw, 2.73rem);
    line-height: 1.05;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .hero-copy,
  .setup-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-band .wrapper {
    padding: 0 var(--page-gutter);
  }

  .hero-band .site-header {
    padding: 1.5rem var(--page-gutter) 1.6rem;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .pricing-section {
    padding: 2.8rem 0 3.2rem;
  }

  .cta-section {
    padding: 1.98rem 0 2.34rem;
  }

  .cta-section .wrapper {
    padding: 0 var(--page-gutter);
  }

  .faq-section {
    padding: 3.5rem 0 4rem;
  }

  .faq-section .wrapper {
    padding: 0 var(--page-gutter);
  }

  .faq-question {
    padding: 0.92rem 0.95rem;
  }

  .faq-answer {
    padding: 0 0.95rem 1rem;
  }

  .testimonial-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .testimonial-card {
    padding: 1.8rem 1.15rem 1.85rem;
    border-radius: 16px;
  }

  .pricing-card {
    padding: 1.65rem 1.5rem 1.7rem;
    border-radius: 16px;
  }

  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .how-it-works-arrow {
    display: none;
  }

  .how-it-works-card {
    padding: 1rem 0.95rem 1.05rem;
  }

  .how-it-works-visual-wrap {
    margin: -1rem -0.95rem 0.85rem;
  }

  .how-it-works-graphic {
    width: 100%;
  }

  .setup-title {
    letter-spacing: -0.05em;
    text-align: center;
  }

  .hero-subtitle {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.26rem;
    text-align: center;
    margin-bottom: 1em;
  }


  .hero-actions {
    grid-template-columns: 1fr;
    width: min(100%, 390px);
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    justify-items: center;
    margin-top: 2.4rem;
    margin-bottom: 2.5rem;
  }

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

  .hero-actions-panel .no-spam {
    text-align: center;
  }

  #signup {
    margin-bottom: 0;
  }

  .feature-list {
    margin-top: 0;
    text-align: left;
    background: transparent;
    padding: 0;
  }

  .feature-list .hero-bullet {
    color: #ffffff;
  }

  .hero-bullet {
    text-align: left;
  }

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

  .notify {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .notify input {
    border: 1.5px solid #9ca3af;
    border-radius: 10px;
  }

  .notify-cta {
    min-width: 0;
    border-radius: 10px;
  }

  .primary-cta,
  .secondary-cta {
    width: 80%;
    font-size: 1rem;
    padding-top: 0.82rem;
    padding-bottom: 0.82rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    margin: 0 auto;
  }

  .feature-list {
    margin-top: 1.8rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    gap: 0.95rem;
  }

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

  .hero-bullet-icon {
    transform: scale(1.18);
    transform-origin: left 0.55em;
  }

  .hero-graphic,
  .setup-graphic {
    width: min(100%, 430px);
  }

  .hero-graphic {
    width: auto;
    max-width: min(100%, 340px);
    margin: 0 auto;
  }


  .phone-modal-graphic {
    max-width: min(92vw, 420px);
    padding: 7px;
    border-radius: 2.4rem;
  }

  .legal {
    flex-wrap: wrap;
    gap: 0.9rem 1.2rem;
    padding-bottom: 1.8rem;
  }
}

@media (min-width: 768px) {
  .kickoff-card {
    padding: 0.95rem 1.8rem 1.1rem;
  }

  .kickoff-copy {
    font-size: 1.08rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title-highlight {
    animation: none;
    background-size: 100% 100%;
  }

  .hero-payments-star {
    animation: none;
  }
}
