
:root {
  --green: #114529;
  --green-deep: #082d1b;
  --green-soft: #2f8f63;
  --green-mist: #e7f0e9;
  --warm: #f5f1e9;
  --warm-deep: #e8dece;
  --ink: #1e2a23;
  --muted: #5d6861;
  --line: rgba(17, 69, 41, 0.15);
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(20, 42, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  text-wrap: balance;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.eyebrow {
  color: var(--green-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background: var(--green-deep);
  color: var(--white);
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 45%;
  transform: scale(1.015);
}

.hero-wash {
  background:
    linear-gradient(96deg, rgba(4, 20, 12, 0.93) 0%, rgba(6, 31, 18, 0.81) 42%, rgba(8, 36, 21, 0.47) 70%, rgba(8, 24, 16, 0.3) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.22), transparent 25%, rgba(0, 0, 0, 0.2));
}

.nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  margin-top: 16px;
  padding-inline: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 156px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 650;
}

.nav-links a {
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.nav-cta {
  padding: 11px 19px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: var(--white);
  color: var(--green-deep);
}

.mobile-nav {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: 90px;
  min-height: 710px;
  padding-block: 155px 92px;
}

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

.hero h1 {
  max-width: 760px;
  margin-top: 18px;
  font-family: inherit;
  font-size: clamp(2.9rem, 4.9vw, 4.55rem);
  font-weight: 650;
  letter-spacing: -0.052em;
  line-height: 1.03;
}

.hero-lead {
  max-width: 660px;
  margin-top: 29px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.68;
}

.hero-support {
  max-width: 620px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.98rem;
  line-height: 1.65;
}

.hero-mobile-product {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 33px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-light {
  background: var(--white);
  color: var(--green-deep);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.store-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 28px;
}

.store-buttons > div {
  justify-content: inherit;
}

.hero-copy .store-buttons {
  justify-content: flex-start;
}

.store-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 44px;
}

.store-buttons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-buttons-light {
  opacity: 0.88;
}

.hero-product {
  position: relative;
  width: min(100%, 330px);
  margin-left: auto;
}

.phone {
  position: relative;
  aspect-ratio: 1179 / 2556;
  width: 100%;
  filter: drop-shadow(0 30px 42px rgba(2, 20, 11, 0.28));
}

.phone-screen {
  position: absolute;
  z-index: 1;
  top: 1.45%;
  left: 5.15%;
  height: 96.35%;
  width: 89.7%;
  overflow: hidden;
  border-radius: 9.25%;
  background: #fff;
}

.phone-screen img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.phone-frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

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

.section-warm {
  background: var(--warm);
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 64px;
  align-items: start;
}

.split-intro h2,
.section-heading h2,
.business-section h2,
.product-heading h2,
.credibility-section h2,
.final-cta h2 {
  font-family: inherit;
  font-size: clamp(2.15rem, 3.4vw, 3.35rem);
  font-weight: 650;
  letter-spacing: -0.042em;
  line-height: 1.1;
}

.split-intro h2 {
  margin-top: 15px;
  font-size: clamp(2.1rem, 3.15vw, 3.05rem);
}

.prose-large {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.78;
}

.ecosystem-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 53%, rgba(47, 143, 99, 0.12), transparent 31%),
    linear-gradient(180deg, #f8f6f1 0%, #f3eee5 100%);
}

.section-heading {
  max-width: 980px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

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

.section-heading h2 {
  margin-top: 15px;
}

.section-heading > p:last-child {
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.capabilities .section-heading,
.audience-section .section-heading {
  max-width: 1080px;
}

.ecosystem-flow {
  position: relative;
  display: grid;
  grid-template-columns: 225px minmax(245px, 0.9fr) minmax(340px, 1.35fr);
  align-items: center;
  gap: 42px;
  width: min(100%, 1110px);
  margin: 64px auto 0;
  padding: 48px;
  border: 1px solid rgba(17, 69, 41, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 60px rgba(17, 69, 41, 0.08);
}

.ecosystem-horse {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 24px 55px rgba(17, 69, 41, 0.2);
  text-align: center;
}

.ecosystem-horse::after {
  position: absolute;
  top: 50%;
  right: -36px;
  z-index: -1;
  width: 36px;
  height: 1px;
  background: rgba(17, 69, 41, 0.28);
  content: "";
}

.ecosystem-horse strong {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 650;
}

.ecosystem-personas {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(3, 104px);
  gap: 12px;
}

.ecosystem-personas::before,
.ecosystem-personas::after {
  position: absolute;
  top: 52px;
  bottom: 52px;
  z-index: -1;
  width: 1px;
  background: rgba(17, 69, 41, 0.28);
  content: "";
}

.ecosystem-personas::before {
  left: -21px;
}

.ecosystem-personas::after {
  right: -21px;
}

.role-node {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 104px;
  padding: 19px 21px;
  border: 1px solid rgba(17, 69, 41, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 28px rgba(17, 69, 41, 0.07);
}

.role-node::before,
.role-node::after {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 21px;
  height: 1px;
  background: rgba(17, 69, 41, 0.28);
  content: "";
}

.role-node::before {
  left: -21px;
}

.role-node::after {
  right: -21px;
}

.role-node h3 {
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 650;
}

.role-node p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.ecosystem-tools {
  position: relative;
  z-index: 2;
  padding: 26px;
  border-radius: 24px;
  background: var(--green-mist);
}

.ecosystem-tools::before {
  position: absolute;
  top: 50%;
  left: -21px;
  z-index: -1;
  width: 21px;
  height: 1px;
  background: rgba(17, 69, 41, 0.28);
  content: "";
}

.ecosystem-tools-label {
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ecosystem-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}

.feature-pill {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 11px 13px;
  border: 1px solid rgba(17, 69, 41, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--green-deep);
  box-shadow: 0 7px 18px rgba(17, 69, 41, 0.05);
  font-size: 0.73rem;
  font-weight: 750;
  line-height: 1.35;
}

.ecosystem-explainer {
  max-width: 780px;
  margin: 28px auto 0;
  padding: 0 24px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
  text-align: center;
}

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

.capability-swipe-hint {
  display: none;
}

.capability-carousel-controls {
  display: none;
}

.capability-card {
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(17, 69, 41, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(35, 50, 40, 0.06);
}

.capability-card-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.capability-card:nth-child(2),
.capability-card:nth-child(3),
.capability-card:nth-child(6) {
  background: var(--green-mist);
}

.capability-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17, 69, 41, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--green);
}

.capability-icon svg {
  width: 24px;
  height: 24px;
}

.capability-card h3 {
  font-family: inherit;
  font-size: 1.16rem;
  font-weight: 650;
  line-height: 1.25;
}

.capability-card-copy {
  margin-top: 18px;
}

.capability-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.68;
}

.capability-card .capability-note {
  margin-top: 12px;
  color: var(--green);
  font-size: 0.84rem;
}

.business-section {
  background:
    radial-gradient(circle at 78% 25%, rgba(70, 158, 109, 0.19), transparent 28%),
    var(--green-deep);
  color: var(--white);
}

.business-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 84px;
  align-items: center;
}

.business-copy h2 {
  max-width: 700px;
  margin-top: 16px;
}

.business-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
  line-height: 1.76;
}

.stripe-card {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.coming-soon {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #d8b36a;
  color: #38240c;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stripe-card h3 {
  margin-top: 24px;
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 650;
  line-height: 1.15;
}

.stripe-card > p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.7;
}

.stripe-detail {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.85rem;
  line-height: 1.55;
}

.stripe-detail > span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}

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

.comparison-table {
  overflow: hidden;
  margin-top: 55px;
  border: 1px solid rgba(17, 69, 41, 0.15);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.comparison-head,
.comparison-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.08fr;
}

.comparison-head {
  background: var(--warm);
  color: var(--green-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-head > div,
.comparison-row > div {
  padding: 22px 25px;
}

.comparison-head .aurestra-column {
  background: var(--green);
  color: var(--white);
}

.comparison-row {
  border-top: 1px solid rgba(17, 69, 41, 0.1);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.comparison-title {
  color: var(--ink);
  font-weight: 750;
}

.comparison-row .aurestra-column {
  background: rgba(17, 69, 41, 0.045);
  color: var(--green-deep);
}

.mobile-label {
  display: none;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 54px;
}

.audience-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 69, 41, 0.13);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(30, 48, 36, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.audience-card:hover,
.audience-card:focus-visible {
  border-color: rgba(17, 69, 41, 0.3);
  box-shadow: 0 20px 48px rgba(30, 48, 36, 0.12);
  transform: translateY(-2px);
}

.audience-image {
  position: relative;
  aspect-ratio: 4 / 3.15;
  overflow: hidden;
}

.audience-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: var(--audience-position, center);
  transition: transform 500ms ease;
}

.audience-card:hover .audience-image img {
  transform: scale(1.025);
}

.audience-image-shade {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(to top, rgba(5, 24, 14, 0.86), transparent);
}

.audience-image h3 {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: var(--white);
  font-family: inherit;
  font-size: 1.45rem;
  font-weight: 650;
}

.audience-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 220px;
  padding: 28px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.68;
}

.audience-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 69, 41, 0.12);
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 750;
}

.product-section {
  overflow: hidden;
  background: var(--white);
}

.product-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
}

.product-heading h2 {
  margin-top: 15px;
}

.product-heading > p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.phone-showcase {
  position: relative;
  max-width: 960px;
  margin: 72px auto 0;
  padding: 58px 60px 42px;
  border: 1px solid rgba(17, 69, 41, 0.12);
  border-radius: 42px;
  background: linear-gradient(145deg, var(--warm) 0%, #ebf2ec 100%);
}

.phone-showcase-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 35px;
}

.phone-showcase::before {
  position: absolute;
  z-index: 0;
  inset: 13% 9% 17%;
  border: 1px solid rgba(17, 69, 41, 0.1);
  border-radius: 50%;
  content: "";
}

.phone-card {
  position: relative;
  z-index: 1;
  margin: 0;
}

.phone-card .phone {
  max-width: 210px;
  margin-inline: auto;
}

.phone-card-stable {
  transform: translateY(-30px);
}

.phone-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 23px;
  text-align: center;
}

.phone-card figcaption strong {
  font-family: inherit;
  font-size: 1.18rem;
  font-weight: 650;
}

.phone-card figcaption span {
  color: var(--muted);
  font-size: 0.78rem;
}

.phone-showcase-summary {
  display: none;
}

.credibility-section {
  padding-bottom: 100px;
  background: var(--white);
}

.credibility-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 75px;
  padding: 66px;
  border-radius: 32px;
  background: var(--green-deep);
  color: var(--white);
}

.credibility-card h2 {
  margin-top: 15px;
}

.credibility-card > div:last-child {
  display: grid;
  align-content: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.96rem;
  line-height: 1.75;
}

.final-cta {
  background: var(--warm);
}

.final-cta-card {
  max-width: 980px;
  padding: 75px 55px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.final-cta h2 {
  max-width: 760px;
  margin: 16px auto 0;
}

.final-cta-card > p:not(.eyebrow) {
  max-width: 690px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

footer {
  padding-block: 68px 28px;
  background: #0b1f14;
  color: rgba(255, 255, 255, 0.75);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  gap: 70px;
}

.footer-about img {
  width: 190px;
}

.footer-about p {
  max-width: 390px;
  margin-top: 22px;
  font-size: 0.88rem;
  line-height: 1.7;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.87rem;
}

.footer-column h3 {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-column > a {
  color: rgba(255, 255, 255, 0.88);
  transition: color 180ms ease;
}

.footer-column > a:hover,
.footer-column > a:focus-visible {
  color: var(--white);
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 13px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
}

.footer-socials svg {
  width: 17px;
  height: 17px;
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  line-height: 1.55;
}

.footer-bottom p + p {
  margin-top: 3px;
}

@media (max-width: 980px) {
  .hero {
    min-height: 760px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 650px;
    padding-block: 140px 80px;
  }

  .hero-product {
    display: none;
  }

  .hero-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 145px;
    align-items: stretch;
    gap: 30px;
    max-width: 820px;
    margin-top: 29px;
  }

  .hero-detail-layout .hero-lead {
    margin-top: 0;
  }

  .hero-mobile-product {
    display: flex;
    width: 145px;
    align-items: center;
    justify-content: center;
  }

  .hero-mobile-product .phone {
    width: 100%;
  }

  .split-intro,
  .business-grid,
  .product-heading,
  .credibility-card {
    grid-template-columns: 1fr;
  }

  .split-intro,
  .business-grid,
  .product-heading,
  .credibility-card {
    gap: 38px;
  }

  .ecosystem-flow {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 28px;
    margin-top: 52px;
    padding: 36px;
  }

  .ecosystem-horse {
    width: 190px;
    height: 190px;
    margin: 0 auto;
  }

  .ecosystem-horse::after {
    right: -24px;
    width: 24px;
  }

  .ecosystem-personas::before {
    left: -14px;
  }

  .ecosystem-personas::after,
  .role-node::after {
    display: none;
  }

  .role-node::before {
    left: -14px;
    width: 14px;
  }

  .role-node {
    padding: 22px;
  }

  .ecosystem-tools {
    grid-column: 1 / -1;
  }

  .ecosystem-tools::before {
    display: none;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card:nth-child(odd) {
    background: rgba(255, 255, 255, 0.9);
  }

  .capability-card:nth-child(even) {
    background: var(--green-mist);
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    display: grid;
    grid-template-columns: minmax(230px, 0.8fr) 1.2fr;
  }

  .audience-image {
    min-height: 280px;
    aspect-ratio: auto;
  }

  .audience-copy {
    min-height: 0;
    padding: 34px;
  }

  .phone-showcase {
    gap: 22px;
    padding-inline: 35px;
  }

  .footer-main {
    gap: 40px;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 28px, 620px);
  }

  .nav {
    min-height: 66px;
    margin-top: 12px;
    padding-inline: 17px 10px;
  }

  .brand img {
    width: 145px;
  }

  .nav-links {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    display: grid;
    gap: 4px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    display: block;
    width: 17px;
    height: 1.5px;
    border-radius: 999px;
    background: var(--white);
  }

  .mobile-nav-panel {
    position: absolute;
    top: 52px;
    right: 0;
    display: grid;
    width: min(270px, calc(100vw - 36px));
    gap: 3px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(5, 30, 17, 0.97);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  }

  .mobile-nav-panel a {
    padding: 11px 13px;
    border-radius: 11px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.86rem;
    font-weight: 650;
  }

  .mobile-nav-panel a:hover,
  .mobile-nav-panel a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
  }

  .mobile-nav-panel .mobile-nav-download {
    margin-top: 5px;
    background: var(--white);
    color: var(--green-deep);
    text-align: center;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: 60% center;
  }

  .hero-wash {
    background: linear-gradient(100deg, rgba(3, 20, 11, 0.95), rgba(5, 28, 16, 0.82));
  }

  .hero-inner {
    min-height: 675px;
    padding-block: 130px 75px;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
    line-height: 1.04;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 1rem;
  }

  .hero-support {
    font-size: 0.9rem;
  }

  .hero-detail-layout {
    grid-template-columns: minmax(0, 1fr) 135px;
    align-items: start;
    gap: 18px;
    margin-top: 24px;
  }

  .hero-detail-layout .hero-lead {
    margin-top: 0;
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .hero-mobile-product {
    width: 135px;
    align-items: flex-start;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 25px;
  }

  .hero-actions .button {
    min-width: 0;
    padding-inline: 11px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .hero-copy .store-buttons {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 18px;
  }

  .hero-copy .store-buttons > div {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 132px));
    gap: 10px;
  }

  .hero-copy .store-buttons a {
    width: 100%;
    height: 40px;
  }

  .split-intro h2,
  .section-heading h2,
  .business-section h2,
  .product-heading h2,
  .credibility-section h2,
  .final-cta h2 {
    font-size: clamp(1.9rem, 8vw, 2.55rem);
  }

  .prose-large {
    font-size: 1rem;
  }

  .ecosystem-explainer {
    padding-inline: 10px;
  }

  .ecosystem-flow {
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 26px 14px 18px;
    border-radius: 26px;
  }

  .ecosystem-horse {
    width: 118px;
    height: 118px;
  }

  .ecosystem-horse::after {
    right: -9px;
    width: 9px;
  }

  .ecosystem-horse strong {
    font-size: 1.08rem;
  }

  .ecosystem-personas {
    grid-template-rows: repeat(3, 104px);
    gap: 8px;
  }

  .ecosystem-personas::before {
    top: 52px;
    bottom: 52px;
    left: -8px;
  }

  .role-node {
    height: 104px;
    padding: 12px;
    border-radius: 14px;
  }

  .role-node::before {
    left: -8px;
    width: 8px;
  }

  .role-node h3 {
    font-size: 0.85rem;
  }

  .role-node p {
    margin-top: 5px;
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .feature-pill {
    min-height: 52px;
    padding: 9px 10px;
    font-size: 0.75rem;
  }

  .ecosystem-tools-label {
    font-size: 0.76rem;
  }

  .ecosystem-tools {
    grid-column: 1 / -1;
    padding: 22px 16px;
    border-radius: 20px;
  }

  .ecosystem-tool-grid {
    gap: 8px;
  }

  .capability-card {
    flex: 0 0 100%;
    min-height: 0;
    padding: 24px;
    scroll-snap-align: start;
    box-shadow: none;
    overflow: hidden;
  }

  .capability-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-top: 18px;
    padding-bottom: 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y pinch-zoom;
    cursor: grab;
  }

  .capability-grid.is-dragging {
    scroll-snap-type: none;
    cursor: grabbing;
    user-select: none;
  }

  .capability-grid::-webkit-scrollbar {
    display: none;
  }

  .capability-swipe-hint {
    display: block;
    margin-top: 22px;
    color: var(--ink);
    font-size: 0.76rem;
    font-weight: 650;
    letter-spacing: 0.02em;
  }

  .capability-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
  }

  .capability-carousel-controls button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(17, 69, 41, 0.2);
    border-radius: 50%;
    background: var(--white);
    color: var(--green);
    box-shadow: 0 8px 20px rgba(17, 69, 41, 0.08);
    font: inherit;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  }

  .capability-carousel-controls button:hover,
  .capability-carousel-controls button:focus-visible {
    border-color: rgba(17, 69, 41, 0.42);
    background: var(--green);
    color: var(--white);
  }

  .capability-carousel-controls button:disabled {
    border-color: rgba(17, 69, 41, 0.1);
    background: rgba(255, 255, 255, 0.58);
    color: rgba(17, 69, 41, 0.3);
    box-shadow: none;
    cursor: default;
  }

  .capability-carousel-count {
    min-width: 56px;
    color: var(--green-deep);
    font-size: 0.78rem;
    font-weight: 750;
    text-align: center;
  }

  .capability-card:nth-child(n) {
    background: var(--white);
  }

  .capability-card:nth-child(2),
  .capability-card:nth-child(3),
  .capability-card:nth-child(6) {
    background: var(--green-mist);
  }

  .capability-card-heading {
    align-items: center;
    gap: 12px;
  }

  .capability-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 12px;
  }

  .capability-icon svg {
    width: 22px;
    height: 22px;
  }

  .capability-card h3 {
    font-size: 1.02rem;
    line-height: 1.25;
  }

  .capability-card-copy {
    margin-top: 18px;
  }

  .capability-card p {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .capability-card .capability-note {
    margin-top: 13px;
    font-size: 0.78rem;
  }

  .stripe-card {
    padding: 30px;
  }

  .comparison-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    margin-top: 16px;
    border: 1px solid rgba(17, 69, 41, 0.14);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 12px 30px rgba(25, 47, 33, 0.07);
  }

  .comparison-row:first-child {
    margin-top: 0;
  }

  .comparison-row > div {
    padding: 15px;
  }

  .comparison-title {
    grid-column: 1 / -1;
    background: var(--warm);
    font-size: 0.95rem;
  }

  .comparison-row > div:not(.comparison-title) {
    font-size: 0.79rem;
    line-height: 1.52;
  }

  .comparison-row .aurestra-column {
    border-top: 0;
    border-left: 1px solid rgba(17, 69, 41, 0.1);
    background: var(--green-mist);
  }

  .mobile-label {
    display: block;
    margin-bottom: 7px;
    color: var(--green-soft);
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .audience-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 38px;
  }

  .audience-card {
    display: grid;
    height: 178px;
    grid-template-columns: clamp(128px, 38vw, 148px) minmax(0, 1fr);
    min-width: 0;
    border-radius: 18px;
  }

  .audience-card:nth-child(3) {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }

  .audience-image {
    min-height: 0;
    height: 178px;
    aspect-ratio: auto;
  }

  .audience-image img {
    object-position: var(--audience-mobile-position, var(--audience-position, center));
  }

  .audience-image h3 {
    right: 12px;
    bottom: 11px;
    left: 12px;
    font-size: 0.96rem;
    line-height: 1.15;
  }

  .audience-copy {
    min-height: 0;
    padding: 16px;
    font-size: 0.78rem;
    line-height: 1.48;
  }

  .audience-cta {
    margin-top: auto;
    padding-top: 11px;
    font-size: 0.78rem;
  }

  .phone-showcase {
    margin-top: 50px;
    padding: 28px 10px 25px;
    border-radius: 28px;
  }

  .phone-showcase::before {
    display: none;
  }

  .phone-showcase-stage {
    display: block;
    height: 350px;
  }

  .phone-card {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 145px;
  }

  .phone-card-horse {
    z-index: 1;
    transform: translateX(-108%) rotate(-6deg) scale(0.9);
    transform-origin: center bottom;
  }

  .phone-card-stable {
    z-index: 3;
    top: 4px;
    transform: translateX(-50%);
  }

  .phone-card-billing {
    z-index: 2;
    transform: translateX(8%) rotate(6deg) scale(0.9);
    transform-origin: center bottom;
  }

  .phone-card .phone {
    max-width: none;
  }

  .phone-card figcaption {
    display: none;
  }

  .phone-showcase-summary {
    display: block;
    max-width: 300px;
    margin: 8px auto 0;
    color: var(--green-deep);
    font-size: 0.86rem;
    font-weight: 650;
    line-height: 1.55;
    text-align: center;
  }

  .credibility-section {
    padding-bottom: 65px;
  }

  .credibility-card {
    width: 100%;
    padding: 58px 28px;
    border-radius: 0;
  }

  .final-cta-card {
    padding: 55px 25px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 28px;
  }

  .footer-about {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer-about img {
    margin-inline: auto;
  }

  .footer-about p {
    margin-inline: auto;
  }

  .footer-bottom {
    margin-top: 38px;
  }
}

@media (max-width: 360px) {
  .audience-card,
  .audience-image {
    height: 210px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
