:root {
  --ink: #101411;
  --muted: #626964;
  --line: #e2e7e3;
  --paper: #f7f9f7;
  --white: #ffffff;
  --green: #18d96b;
  --green-dark: #0d9e4a;
  --green-soft: #e9fbf0;
}

body {
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

.site {
  overflow: clip;
  padding-top: 78px;
}

.shell {
  width: min(1160px, calc(100% - 48px));
}

.nav {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  width: min(1160px, calc(100% - 48px));
  min-height: 78px;
  gap: 24px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 249, 247, 0.88);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transform: translateX(-50%);
  animation: none;
}

.nav::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  border-bottom: 1px solid rgba(213, 222, 215, 0.9);
  background: rgba(247, 249, 247, 0.88);
  box-shadow: 0 8px 28px rgba(20, 38, 25, 0.045);
  content: "";
}

.brand {
  gap: 11px;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 4px 16px rgba(7, 39, 20, 0.1);
}

.nav-links {
  gap: 26px;
  margin-left: auto;
  font-size: 13px;
}

.nav-links a {
  opacity: 0.66;
  transition: opacity 0.18s ease;
}

.nav-status {
  display: none;
}

.nav-toggle,
.nav-menu-button {
  display: none;
}

.nav-cta,
.primary-cta,
.button {
  min-height: 46px;
  padding: 12px 19px;
  border-radius: 14px;
  font-size: 14px;
  box-shadow: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.nav-cta:hover,
.primary-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13, 25, 17, 0.12);
}

.hero {
  min-height: 610px;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  padding-top: 62px;
  padding-bottom: 68px;
}

.kicker,
.eyebrow {
  color: var(--green-dark);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.kicker span {
  color: #092713;
  background: var(--green);
  padding: 6px 10px;
}

.hero h1,
.page-hero h1 {
  max-width: 700px;
  margin: 22px 0 26px;
  font-size: clamp(54px, 6.8vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: var(--green-dark);
}

.hero-text {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.cta-note {
  margin-top: 13px;
  color: #788079;
  font-size: 12px;
}

.product-stage {
  min-height: 500px;
  padding: 50px 28px 34px;
  border: 1px solid #d9eee0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 12%, rgba(24, 217, 107, 0.18), transparent 36%),
    linear-gradient(145deg, #f4fff8, #e8f8ee);
  box-shadow: 0 28px 70px rgba(30, 76, 48, 0.1);
}

.product-stage::before {
  width: 280px;
  height: 280px;
  right: -70px;
  top: -80px;
  background: var(--green);
  filter: blur(100px);
  opacity: 0.11;
}

.stage-label {
  top: 24px;
  left: 26px;
  color: #377049;
  font-size: 10px;
}

.card-stack {
  display: none;
}

.app-shot {
  width: min(200px, 58%);
  border: 5px solid #111;
  border-radius: 21px;
  background: var(--white);
  box-shadow: 0 28px 52px rgba(12, 42, 23, 0.18);
}

.instant-pill {
  left: 24px;
  bottom: 24px;
  padding: 11px 14px;
  border: 1px solid rgba(16, 20, 17, 0.06);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(30, 76, 48, 0.12);
}

.instant-pill b {
  font-size: 13px;
}

.instant-pill small {
  font-size: 11px;
}

.trust-strip {
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefits {
  gap: 0;
}

.benefits article,
.benefits article:first-child,
.benefits article:nth-child(3) {
  min-height: 112px;
  padding: 28px 24px;
  border: 0;
  border-right: 1px solid var(--line);
}

.benefits article:first-child {
  border-left: 1px solid var(--line);
}

.benefits b {
  color: var(--green-dark);
}

.benefits strong {
  font-size: 14px;
}

.benefits span {
  color: #7b827c;
}

.section {
  padding: 88px 0;
}

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

.section-head {
  grid-template-columns: 0.34fr 1.2fr 0.9fr;
  gap: 36px;
  margin-bottom: 44px;
}

.section-head h2 {
  max-width: 680px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -0.052em;
}

.section-head p,
.brands-heading p {
  color: var(--muted);
  line-height: 1.7;
}

.brands-heading {
  margin-bottom: 28px;
}

.brands-heading h2 {
  font-size: clamp(34px, 4vw, 50px);
}

.brand-grid {
  gap: 14px;
}

.brand-card,
.content-card {
  min-height: 158px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 3px 12px rgba(25, 45, 32, 0.025);
}

.brand-card:hover,
.content-card:hover {
  transform: translateY(-3px);
  border-color: #b9d7c4;
  box-shadow: 0 14px 30px rgba(25, 45, 32, 0.07);
}

.brand-card img {
  margin-bottom: 20px;
}

.more-brand {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.steps {
  gap: 22px;
}

.steps article {
  padding: 25px 4px 20px;
  border-top: 1px solid #bfc6c0;
}

.steps h3 {
  margin: 34px 0 8px;
  font-size: 27px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 22px 0;
  font-size: 18px;
}

.faq-list details p {
  color: var(--muted);
  line-height: 1.7;
}

.cta-band {
  padding: 52px;
  border-radius: 24px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 24px 60px rgba(10, 30, 17, 0.12);
}

.cta-band h2 {
  font-size: clamp(40px, 5.5vw, 68px);
}

.cta-band p {
  color: #b8c1ba;
}

.cta-band .button {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.cta-band .button.green {
  border-color: var(--green);
  background: var(--green);
  color: #06130b;
}

.page-hero {
  padding: 68px 0 56px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(48px, 6vw, 76px);
}

.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.content-wrap {
  grid-template-columns: 0.52fr 1.48fr;
  gap: 74px;
}

.side-nav a {
  color: #7b827c;
  font-size: 14px;
}

.prose {
  font-size: 17px;
  line-height: 1.75;
}

.prose h2 {
  font-size: 38px;
}

.prose p,
.prose li {
  color: var(--muted);
}

.prose .note {
  border: 1px solid #dbe8df;
  border-left: 4px solid var(--green);
  border-radius: 12px;
  background: var(--green-soft);
}

.rate-box {
  border-radius: 20px;
  background: var(--ink);
}

.table th,
.table td {
  border-bottom: 1px solid var(--line);
}

.footer {
  margin-top: 64px;
  padding: 42px 0 30px;
  border-top: 1px solid var(--line);
}

.footer-top {
  gap: 42px;
}

.footer-links a {
  color: #707771;
}

.footer-copy {
  border-top: 1px solid var(--line);
  color: #858b86;
}

.mailing-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 28px;
  align-items: start;
}

.mailing-list-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 20px 55px rgba(10, 10, 10, .06);
}

.mailing-list-card h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -.045em;
}

.mailing-list-card > p {
  margin: 0 0 24px;
  color: #646a65;
}

.mailing-form {
  display: grid;
  gap: 12px;
}

.mailing-form label {
  font-size: 14px;
  font-weight: 800;
}

.mailing-form input[type="email"] {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #cfd4d0;
  border-radius: 14px;
  background: #fafbfa;
  color: #0a0a0a;
  font: inherit;
}

.mailing-form input[type="email"]:focus {
  outline: 3px solid rgba(37, 232, 117, .28);
  border-color: #18ad57;
}

.mailing-form .button {
  min-height: 56px;
  cursor: pointer;
  font: inherit;
}

.mailing-consent {
  font-size: 13px;
  color: #777d78;
}

.mailing-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.signup-message {
  display: none;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 750;
}

.signup-message:target {
  display: block;
}

#success {
  background: rgba(37, 232, 117, .14);
  border: 1px solid rgba(16, 148, 70, .3);
}

#invalid,
#error {
  background: #fff3e8;
  border: 1px solid #f0c7a2;
}

.mailing-benefits {
  display: grid;
  gap: 12px;
}

.mailing-benefits .content-card {
  min-height: auto;
}

@media (max-width: 760px) {
  .mailing-list-layout {
    grid-template-columns: 1fr;
  }

  .mailing-list-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
}

.social-row a {
  border-color: var(--line);
  background: var(--white);
}

.social-row {
  flex-wrap: wrap;
}

/* Motion */
@keyframes clean-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes phone-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes glow-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-18px, 16px, 0) scale(1.08);
  }
}

.hero-copy > * {
  animation: none;
}

.hero-copy > :nth-child(2) {
  animation-delay: 0.06s;
}

.hero-copy > :nth-child(3) {
  animation-delay: 0.12s;
}

.hero-copy > :nth-child(4) {
  animation-delay: 0.18s;
}

.hero-copy > :nth-child(5) {
  animation-delay: 0.24s;
}

.product-stage {
  animation: none;
}

.product-stage::before {
  animation: glow-drift 8s ease-in-out infinite;
}

.app-shot {
  animation: phone-float 5.5s ease-in-out infinite;
}

.instant-pill {
  animation: none;
}

.brand-card,
.content-card,
.steps article,
.benefits article {
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.benefits article:hover,
.steps article:hover {
  background: var(--green-soft);
  transform: translateY(-2px);
}

.faq-list summary i {
  transition: transform 0.22s ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

@media (max-width: 980px) {
  .shell {
    width: min(100% - 36px, 1160px);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .product-stage {
    min-height: 470px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .content-wrap {
    grid-template-columns: 1fr;
  }

  .table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 760px) {
  .site {
    padding-top: 70px;
  }

  .nav {
    width: min(100% - 28px, 1160px);
    min-height: 70px;
    gap: 10px;
  }

  .nav .brand {
    z-index: 2;
    order: 1;
    margin-right: auto;
  }

  .nav-cta {
    z-index: 2;
    order: 2;
    min-width: 64px;
    min-height: 42px;
    margin-left: auto;
    padding: 9px 13px;
    border-radius: 12px;
    font-size: 0;
  }

  .nav-cta::before {
    font-size: 13px;
    content: "Join";
  }

  .nav-cta span {
    font-size: 13px;
  }

  .nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .nav-menu-button {
    z-index: 2;
    order: 3;
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    cursor: pointer;
    touch-action: manipulation;
  }

  .nav-menu-button span {
    width: 17px;
    height: 2px;
    border-radius: 9px;
    background: var(--ink);
    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
  }

  .nav-toggle:focus-visible + .nav-menu-button {
    outline: 3px solid rgba(24, 217, 107, 0.3);
    outline-offset: 2px;
  }

  .nav-toggle:checked + .nav-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    top: 78px;
    left: 14px;
    right: 14px;
    z-index: 101;
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(20, 38, 25, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top center;
    pointer-events: none;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
  }

  .nav-links a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 11px;
    opacity: 0.82;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: var(--green-soft);
    opacity: 1;
  }

  .nav-toggle:checked ~ .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
}

@media (max-width: 650px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 48px;
    gap: 36px;
  }

  .hero h1 {
    font-size: clamp(43px, 14vw, 54px);
    line-height: 0.97;
  }

  .hero-text {
    font-size: 16px;
  }

  .product-stage {
    min-height: 400px;
    padding: 46px 12px 28px;
    border-radius: 22px;
  }

  .app-shot {
    width: min(180px, 58%);
    border-width: 4px;
    border-radius: 19px;
  }

  .instant-pill {
    left: 12px;
    bottom: 14px;
  }

  .benefits article,
  .benefits article:first-child,
  .benefits article:nth-child(3) {
    min-height: auto;
    padding: 23px 18px;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 64px 0;
  }

  .brand-grid {
    gap: 10px;
  }

  .brand-card {
    min-height: 140px;
    padding: 18px;
  }

  .cta-band {
    padding: 32px 24px;
    border-radius: 20px;
  }

  .cta-band h2 {
    font-size: 43px;
  }

  .page-hero {
    padding: 46px 0 38px;
  }

  .page-hero h1 {
    font-size: clamp(40px, 13vw, 47px);
  }

  .footer {
    margin-top: 46px;
  }

  .mobile-cta a {
    border-radius: 14px;
    background: var(--ink);
  }

  .prose,
  .footer,
  .page-hero {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .brand span {
    font-size: 18px;
  }

  .nav-cta {
    min-width: 58px;
    padding-inline: 11px;
  }

  .nav-menu-button {
    width: 40px;
    height: 40px;
  }

  .product-stage {
    min-height: 370px;
  }

  .app-shot {
    width: min(160px, 55%);
  }

  .instant-pill {
    max-width: 150px;
  }

  .brand-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top > div:first-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Hero composition matched to the clean visual reference */
body {
  background: #f3f4f3;
}

.hero {
  min-height: 690px;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 78px;
  padding-top: 66px;
  padding-bottom: 76px;
}

.hero-copy {
  align-self: center;
}

.kicker {
  color: #666a63;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.kicker span {
  padding: 8px 11px;
  border-radius: 6px;
  background: #101411;
  color: #ffffff;
}

.hero h1 {
  max-width: 700px;
  margin: 28px 0 28px;
  font-size: clamp(64px, 7.25vw, 96px);
  line-height: 0.91;
  letter-spacing: -0.075em;
}

.hero h1 em {
  color: #10bd55;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 30px;
  color: #646961;
  font-size: 18px;
  line-height: 1.7;
}

.hero .primary-cta {
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 13px;
  font-size: 15px;
}

.hero .primary-cta::before {
  margin-right: 2px;
  font-size: 17px;
  content: "➤";
  transform: rotate(-28deg);
}

.product-stage {
  width: 100%;
  min-height: 625px;
  justify-self: end;
  padding: 54px 28px 24px;
  border: 0;
  border-radius: 32px;
  background-color: #25e875;
  background-image:
    linear-gradient(rgba(8, 76, 35, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 76, 35, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  box-shadow: none;
}

.product-stage::before {
  display: none;
}

.stage-label {
  top: 24px;
  left: 28px;
  padding: 7px 12px;
  border: 1px solid rgba(9, 49, 24, 0.2);
  border-radius: 999px;
  background: rgba(246, 247, 235, 0.9);
  color: #161b17;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.card-stack {
  top: 24px;
  right: 26px;
  display: flex;
  gap: 7px;
}

.card-stack span {
  padding: 7px 9px;
  border: 1px solid rgba(9, 49, 24, 0.16);
  background: rgba(246, 247, 235, 0.9);
  color: #171b18;
  font-size: 8px;
  letter-spacing: 0.05em;
}

.app-shot {
  width: min(260px, 58%);
  height: auto;
  max-height: 560px;
  border: 7px solid #111512;
  border-radius: 27px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 24px 44px rgba(7, 45, 20, 0.2);
  animation: phone-float-reference 6s ease-in-out infinite;
}

.instant-pill {
  left: 20px;
  bottom: 22px;
  padding: 11px 15px;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(7, 45, 20, 0.15);
}

@keyframes phone-float-reference {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-7px) rotate(0.5deg);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 46px;
  }

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

  .product-stage {
    width: min(560px, 100%);
    min-height: 580px;
    justify-self: center;
  }

  .app-shot {
    width: min(245px, 54%);
  }
}

@media (max-width: 650px) {
  .hero {
    gap: 36px;
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .kicker {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .hero h1 {
    margin-top: 24px;
    font-size: clamp(48px, 15.2vw, 62px);
  }

  .hero-text {
    font-size: 16px;
  }

  .product-stage {
    min-height: 475px;
    padding: 50px 16px 20px;
    border-radius: 24px;
    background-size: 30px 30px;
  }

  .stage-label {
    top: 18px;
    left: 18px;
  }

  .card-stack {
    top: 18px;
    right: 16px;
  }

  .card-stack span {
    padding: 6px 7px;
    font-size: 7px;
  }

  .app-shot {
    width: min(195px, 56%);
    border-width: 5px;
    border-radius: 22px;
  }

  .instant-pill {
    left: 14px;
    bottom: 16px;
  }
}

@media (max-width: 390px) {
  .product-stage {
    min-height: 430px;
  }

  .card-stack {
    display: none;
  }

  .app-shot {
    width: min(175px, 56%);
  }
}

/* v6-inspired swipe cards, step icons, and branded launch block */
.steps article {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #ffffff;
}

.steps article > span {
  color: #858b86;
  font: 700 11px ui-monospace, SFMono-Regular, Consolas, monospace;
}

.steps article > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-top: 26px;
  border-radius: 12px;
  background: var(--ink);
  color: #ffffff;
  font-style: normal;
  font-weight: 900;
}

.steps h3 {
  margin: auto 0 8px;
}

.steps p {
  margin: 0;
}

.brand-launch {
  min-height: 430px;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-areas:
    "copy art"
    "actions art";
  gap: 16px 54px;
  overflow: hidden;
  padding: 54px 58px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(10, 30, 17, 0.08);
}

.brand-launch > div:first-child {
  grid-area: copy;
  align-self: end;
}

.brand-launch > div:first-child p {
  color: var(--muted);
}

.brand-launch .actions {
  grid-area: actions;
  align-self: start;
  flex-direction: row;
  flex-wrap: wrap;
}

.brand-launch .button {
  border-color: var(--ink);
  color: #ffffff;
  background: var(--ink);
}

.brand-launch .button.green {
  border-color: var(--green);
  color: #07160c;
  background: var(--green);
}

.launch-art {
  position: relative;
  grid-area: art;
  min-height: 320px;
  display: grid;
  place-items: center;
  align-self: stretch;
}

.launch-orbit {
  position: absolute;
  border: 1px solid #dce9e0;
  border-radius: 50%;
}

.launch-orbit-one {
  width: 230px;
  height: 230px;
  background: var(--green-soft);
}

.launch-orbit-two {
  width: 330px;
  height: 330px;
}

.launch-logo {
  position: relative;
  z-index: 2;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background: var(--ink);
  box-shadow: 0 24px 45px rgba(17, 25, 19, 0.2);
  transform: rotate(-5deg);
  animation: launch-logo-float 5s ease-in-out infinite;
}

.launch-logo img {
  width: 102px;
  height: 102px;
  border-radius: 27px;
}

.build-tag {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 3;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.build-tag i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--green-dark);
}

@keyframes launch-logo-float {
  50% {
    transform: translateY(-8px) rotate(-2deg);
  }
}

@media (max-width: 760px) {
  .brand-grid,
  .steps {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-right: -14px;
    padding: 0 14px 14px 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .brand-grid::-webkit-scrollbar,
  .steps::-webkit-scrollbar {
    display: none;
  }

  .brand-grid .brand-card {
    min-width: min(74vw, 280px);
    flex: 0 0 min(74vw, 280px);
    scroll-snap-align: start;
  }

  .steps article {
    min-width: min(82vw, 330px);
    min-height: 230px;
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }

  .brand-launch {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "art"
      "actions";
    gap: 24px;
    padding: 36px 24px;
  }

  .brand-launch > div:first-child {
    align-self: auto;
  }

  .brand-launch .actions {
    align-self: auto;
  }

  .launch-art {
    min-height: 280px;
  }

  .launch-orbit-one {
    width: 190px;
    height: 190px;
  }

  .launch-orbit-two {
    width: 270px;
    height: 270px;
  }

  .launch-logo {
    width: 110px;
    height: 110px;
    border-radius: 30px;
  }

  .launch-logo img {
    width: 88px;
    height: 88px;
    border-radius: 24px;
  }

  .build-tag {
    bottom: 34px;
  }
}

/* Compact, touch-friendly mobile and tablet layout */
@media (max-width: 820px) {
  .shell {
    width: min(100% - 24px, 1160px);
  }

  .hero {
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .hero h1 {
    margin: 20px 0 20px;
    font-size: clamp(43px, 13.5vw, 56px);
  }

  .hero-text {
    margin-bottom: 22px;
    line-height: 1.55;
  }

  .hero .primary-cta,
  .button,
  .content-card .button,
  .prose .button,
  .cta-band .button,
  .brand-launch .button {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .actions,
  .brand-launch .actions {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 9px;
  }

  .product-stage {
    min-height: 405px;
    padding: 46px 14px 18px;
    border-radius: 20px;
  }

  .app-shot {
    width: min(172px, 54%);
  }

  .trust-strip {
    padding: 10px 0 0;
    border: 0;
    background: transparent;
  }

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

  .benefits article,
  .benefits article:first-child,
  .benefits article:nth-child(3) {
    min-height: 112px;
    flex-direction: column;
    gap: 9px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
  }

  .benefits b {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--green-soft);
    font-size: 10px;
  }

  .benefits strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .benefits span {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.3;
  }

  .section {
    padding: 48px 0;
  }

  .section-head {
    gap: 10px;
    margin-bottom: 26px;
  }

  .section-head h2,
  .brands-heading h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .brands-heading {
    margin-bottom: 20px;
  }

  .brand-grid,
  .steps {
    gap: 9px;
    padding-bottom: 10px;
  }

  .brand-grid .brand-card {
    min-width: min(66vw, 238px);
    min-height: 118px;
    flex-basis: min(66vw, 238px);
    padding: 15px;
    border-radius: 15px;
  }

  .brand-card img {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .brand-card strong {
    font-size: 16px;
  }

  .steps article {
    min-width: min(76vw, 280px);
    min-height: 188px;
    flex-basis: min(76vw, 280px);
    padding: 17px;
    border-radius: 15px;
  }

  .steps article > i {
    width: 36px;
    height: 36px;
    margin-top: 14px;
    border-radius: 10px;
  }

  .steps h3 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .steps p {
    font-size: 14px;
  }

  .content-card,
  .rate-box,
  .prose .note {
    min-height: 0;
    padding: 18px;
    border-radius: 15px;
  }

  .content-card h3 {
    font-size: 21px;
  }

  .grid-2,
  .grid-3 {
    gap: 10px;
  }

  .faq-list summary {
    min-height: 58px;
    padding: 16px 0;
  }

  .faq-list details p {
    margin-bottom: 20px;
  }

  .cta-band,
  .brand-launch {
    gap: 18px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .cta-band h2 {
    font-size: 38px;
  }

  .cta-band p {
    font-size: 15px;
  }

  .launch-art {
    min-height: 210px;
  }

  .launch-orbit-one {
    width: 145px;
    height: 145px;
  }

  .launch-orbit-two {
    width: 205px;
    height: 205px;
  }

  .launch-logo {
    width: 86px;
    height: 86px;
    border-radius: 24px;
  }

  .launch-logo img {
    width: 68px;
    height: 68px;
    border-radius: 19px;
  }

  .build-tag {
    bottom: 20px;
  }

  .page-hero {
    padding: 38px 0 30px;
  }

  .page-hero h1 {
    margin: 16px 0 18px;
    font-size: clamp(37px, 11.5vw, 45px);
  }

  .footer {
    margin-top: 38px;
    padding: 34px 0 26px;
  }

  .mobile-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .mobile-cta a {
    min-height: 50px;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 370px) {
  .benefits article,
  .benefits article:first-child,
  .benefits article:nth-child(3) {
    min-height: 106px;
    padding: 12px;
  }

  .benefits strong {
    font-size: 12px;
  }

  .benefits span {
    font-size: 10px;
  }
}

/* SEO page system */
.seo-page-hero {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  padding: 62px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(24, 217, 107, 0.18), transparent 28%),
    linear-gradient(145deg, #ffffff 0%, #fbfdfb 72%, #effaf3 100%);
  box-shadow: 0 20px 55px rgba(17, 41, 25, 0.07);
}

.seo-page-hero::before,
.seo-page-hero::after {
  position: absolute;
  border: 1px solid rgba(13, 158, 74, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.seo-page-hero::before {
  width: 280px;
  height: 280px;
  top: -135px;
  right: -48px;
}

.seo-page-hero::after {
  width: 180px;
  height: 180px;
  right: 78px;
  bottom: -112px;
}

.seo-page-hero > * {
  position: relative;
  z-index: 1;
}

.seo-page-hero .breadcrumbs {
  margin-bottom: 34px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.seo-page-hero .eyebrow {
  padding: 8px 11px;
  border: 1px solid #cce7d5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.seo-page-hero h1 {
  max-width: 940px;
  margin: 24px 0 22px;
  font-size: clamp(50px, 6.2vw, 78px);
  line-height: 0.95;
}

.seo-page-hero p {
  max-width: 760px;
  margin: 0;
}

.seo-summary {
  display: grid;
  grid-template-columns: 0.72fr 1.7fr;
  gap: 26px;
  margin-top: 16px;
  padding: 28px;
  border-radius: 24px;
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 18px 42px rgba(8, 25, 14, 0.12);
}

.seo-summary-intro {
  padding: 8px 4px 8px 8px;
}

.seo-summary-intro > span,
.seo-discover-head > span,
.seo-faq-head > span {
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.seo-summary-intro p {
  margin: 13px 0 0;
  color: #c2cac4;
  font-size: 14px;
  line-height: 1.55;
}

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

.seo-fact-grid article {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.seo-fact-grid span {
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.seo-fact-grid strong {
  margin-top: auto;
  font-size: 16px;
  line-height: 1.2;
}

.seo-fact-grid p {
  margin: 7px 0 0;
  color: #aeb8b0;
  font-size: 12px;
  line-height: 1.45;
}

.seo-page-content {
  padding-top: 58px;
}

.seo-page-content .content-wrap {
  gap: 34px;
}

.seo-page-content .side-nav {
  top: 104px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(20, 40, 26, 0.04);
}

.seo-page-content .side-nav a {
  padding: 11px 3px;
  border-bottom: 1px solid #edf0ed;
}

.seo-page-content .side-nav a:last-child {
  border-bottom: 0;
}

.seo-page-content > .prose,
.seo-page-content .content-wrap > .prose {
  padding: 42px 46px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 38px rgba(20, 40, 26, 0.045);
}

.seo-page-content .prose h2 {
  margin-top: 48px;
  font-size: clamp(30px, 3.4vw, 40px);
}

.seo-page-content .prose h2:first-child {
  margin-top: 0;
}

.seo-page-content .prose li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.seo-page-content .prose a:not(.button) {
  color: #078e40;
  font-weight: 750;
  text-decoration-color: rgba(7, 142, 64, 0.28);
  text-underline-offset: 3px;
}

.seo-page-content .content-card {
  position: relative;
  overflow: hidden;
}

.seo-page-content .content-card::after {
  position: absolute;
  width: 90px;
  height: 90px;
  right: -54px;
  bottom: -54px;
  border-radius: 50%;
  background: var(--green-soft);
  content: "";
  transition: transform 0.25s ease;
}

.seo-page-content .content-card:hover::after {
  transform: scale(1.35);
}

.seo-discover {
  margin-top: 72px;
  padding: 42px;
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 8%, rgba(24, 217, 107, 0.2), transparent 26%),
    var(--ink);
}

.seo-discover-head {
  max-width: 710px;
  margin-bottom: 28px;
}

.seo-discover h2,
.seo-faq h2 {
  margin: 10px 0 0;
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.seo-link-grid a {
  position: relative;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  padding: 19px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  color: #ffffff;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.seo-link-grid a:hover {
  border-color: rgba(24, 217, 107, 0.6);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.seo-link-grid a > span {
  padding-right: 28px;
  font-size: 17px;
  font-weight: 850;
}

.seo-link-grid a > p {
  margin: auto 0 0;
  color: #afb9b1;
  font-size: 12px;
  line-height: 1.45;
}

.seo-link-grid a > b {
  position: absolute;
  top: 17px;
  right: 17px;
  color: var(--green);
  font-size: 18px;
}

.seo-faq {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 48px;
  margin-top: 68px;
}

.seo-faq-head > span {
  color: var(--green-dark);
}

.seo-faq-list {
  border-top: 1px solid var(--line);
}

.seo-faq-list details {
  border-bottom: 1px solid var(--line);
}

.seo-faq-list summary {
  min-height: 72px;
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 800;
}

.seo-faq-list summary::-webkit-details-marker {
  display: none;
}

.seo-faq-list summary span {
  color: #8a918b;
  font-size: 10px;
}

.seo-faq-list summary i {
  color: var(--green-dark);
  font-style: normal;
  font-size: 20px;
  transition: transform 0.2s ease;
}

.seo-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.seo-faq-list details p {
  max-width: 760px;
  margin: -4px 24px 24px 46px;
  color: var(--muted);
  line-height: 1.7;
}

@keyframes seo-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.seo-page-hero .breadcrumbs,
.seo-page-hero .eyebrow,
.seo-page-hero h1,
.seo-page-hero p,
.seo-summary-intro,
.seo-fact-grid article {
  animation: seo-rise 0.58s ease both;
}

.seo-page-hero .eyebrow {
  animation-delay: 0.06s;
}

.seo-page-hero h1 {
  animation-delay: 0.12s;
}

.seo-page-hero p {
  animation-delay: 0.18s;
}

.seo-summary-intro {
  animation-delay: 0.22s;
}

.seo-fact-grid article:nth-child(1) {
  animation-delay: 0.26s;
}

.seo-fact-grid article:nth-child(2) {
  animation-delay: 0.32s;
}

.seo-fact-grid article:nth-child(3) {
  animation-delay: 0.38s;
}

@supports (animation-timeline: view()) {
  .seo-page-content .content-card,
  .seo-page-content .prose > h2,
  .seo-discover,
  .seo-faq {
    animation: seo-rise linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 30%;
  }
}

@media (max-width: 980px) {
  .seo-summary {
    grid-template-columns: 1fr;
  }

  .seo-summary-intro {
    max-width: 720px;
  }

  .seo-faq {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

.brand-switcher {
  display: grid;
  grid-template-columns: minmax(210px, 0.6fr) minmax(0, 1.4fr);
  gap: 18px;
  margin-top: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(14, 21, 16, 0.06);
}

.brand-switcher-intro > span {
  display: block;
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.brand-switcher-intro > strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.2;
}

.brand-switcher-intro > a {
  display: inline-block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.brand-switcher-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.brand-switcher-track > a {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 60px;
  gap: 9px;
  padding: 10px 11px;
  color: var(--ink);
  background: #f7f9f7;
  border: 1px solid var(--line);
  border-radius: 13px;
  font-size: 13px;
  font-weight: 850;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.brand-switcher-track > a:hover {
  transform: translateY(-2px);
  border-color: var(--green-dark);
}

.brand-switcher-track > a.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.brand-switcher-track img {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  border-radius: 9px;
}

@media (max-width: 820px) {
  .brand-switcher {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 17px;
  }

  .brand-switcher-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-right: -16px;
    padding-right: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .brand-switcher-track::-webkit-scrollbar {
    display: none;
  }

  .brand-switcher-track > a {
    min-width: 142px;
    min-height: 54px;
    flex: 0 0 142px;
    scroll-snap-align: start;
  }

  .seo-page-hero {
    margin-top: 14px;
    padding: 34px 22px;
    border-radius: 22px;
  }

  .seo-page-hero::before {
    width: 190px;
    height: 190px;
  }

  .seo-page-hero h1 {
    margin: 20px 0 16px;
    font-size: clamp(38px, 11.5vw, 49px);
  }

  .seo-page-hero p {
    font-size: 16px;
    line-height: 1.55;
  }

  .seo-summary {
    gap: 15px;
    padding: 18px;
    border-radius: 18px;
  }

  .seo-summary-intro {
    padding: 3px;
  }

  .seo-fact-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-right: -18px;
    padding: 0 18px 8px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .seo-fact-grid::-webkit-scrollbar,
  .seo-link-grid::-webkit-scrollbar {
    display: none;
  }

  .seo-fact-grid article {
    min-width: min(72vw, 245px);
    min-height: 132px;
    flex: 0 0 min(72vw, 245px);
    padding: 15px;
    scroll-snap-align: start;
  }

  .seo-page-content {
    padding-top: 44px;
  }

  .seo-page-content > .prose,
  .seo-page-content .content-wrap > .prose {
    margin-top: 32px !important;
    padding: 24px 20px;
    border-radius: 17px;
  }

  .seo-page-content .content-wrap > .prose {
    margin-top: 0 !important;
  }

  .seo-page-content .prose h2 {
    margin-top: 36px;
    font-size: 29px;
  }

  .seo-discover {
    margin-top: 50px;
    padding: 25px 18px;
    border-radius: 19px;
  }

  .seo-discover h2,
  .seo-faq h2 {
    font-size: 34px;
  }

  .seo-link-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-right: -18px;
    padding: 0 18px 8px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .seo-link-grid a {
    min-width: min(76vw, 270px);
    min-height: 138px;
    flex: 0 0 min(76vw, 270px);
    padding: 16px;
    scroll-snap-align: start;
  }

  .seo-faq {
    gap: 20px;
    margin-top: 50px;
  }

  .seo-faq-list summary {
    min-height: 64px;
    grid-template-columns: 26px 1fr 20px;
    padding: 15px 0;
    font-size: 15px;
  }

  .seo-faq-list details p {
    margin: -2px 8px 20px 38px;
    font-size: 14px;
  }
}
