:root {
  --brand-deep: #0f2e24;
  --brand-green: #22c55e;
  --brand-lime: #a3e635;
  --brand-yellow: #ffb703;
  --ink: #10211b;
  --muted: #4f6259;
  --paper: #fcfdf9;
  --surface: #f1f6f2;
  --line: #d5dfd8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(15, 46, 36, 0.16);
  --radius-large: 28px;
  --radius-medium: 20px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--brand-yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--white);
  color: var(--brand-deep);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

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

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

.section {
  padding-block: clamp(72px, 9vw, 124px);
}

.section-tinted {
  background: var(--surface);
}

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

.section-lime {
  background: var(--brand-lime);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(15, 46, 36, 0.1);
  background: rgba(252, 253, 249, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--brand-deep);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand-live {
  color: #188a45;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50% 50% 48% 52% / 54% 55% 45% 46%;
  background: var(--brand-lime);
  transform: rotate(-7deg);
}

.brand-mark span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-deep);
  box-shadow: 12px 1px 0 var(--brand-deep);
}

.main-nav {
  margin-left: auto;
}

.main-nav ul,
.legal-links,
.trust-list,
.content-types ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  color: #32443c;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover {
  background: #eaf0eb;
  color: var(--brand-deep);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

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

.button-primary {
  background: var(--brand-deep);
  color: var(--white);
  box-shadow: 0 9px 0 rgba(15, 46, 36, 0.14);
}

.button-primary:hover {
  box-shadow: 0 6px 0 rgba(15, 46, 36, 0.18);
}

.button-small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.9rem;
}

.button-large {
  min-height: 56px;
  padding: 15px 28px;
  font-size: 1.05rem;
}

.button-dark {
  background: var(--brand-deep);
  color: var(--white);
}

.button-light {
  border-color: rgba(15, 46, 36, 0.28);
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-deep);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 7vw, 92px) 0 28px;
  background:
    radial-gradient(circle at 8% 6%, rgba(163, 230, 53, 0.28), transparent 28%),
    linear-gradient(135deg, #fbfcf5 0%, #eef8ef 58%, #def1e7 100%);
}

.hero::after {
  position: absolute;
  right: -6vw;
  bottom: 5%;
  width: 22vw;
  min-width: 240px;
  aspect-ratio: 1;
  border: 2px solid rgba(15, 46, 36, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(40px, 5vw, 64px);
}

.eyebrow {
  margin: 0 0 14px;
  color: #166b3a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  overflow-wrap: normal;
  color: var(--brand-deep);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  word-break: normal;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 4.9vw, 4.35rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.8vw, 4.2rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
}

.hero-lead {
  max-width: 690px;
  margin: 0;
  color: #324b40;
  font-size: clamp(1.08rem, 1.45vw, 1.25rem);
  line-height: 1.55;
}

.pilot-offer {
  display: grid;
  grid-template-columns: 0.86fr 0.64fr 1.2fr;
  max-width: 720px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 46, 36, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(15, 46, 36, 0.1);
}

.pilot-offer > div {
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
  min-height: 94px;
  padding: 17px 20px;
}

.pilot-offer > div + div {
  border-left: 1px solid rgba(15, 46, 36, 0.12);
}

.pilot-offer strong,
.pilot-offer span {
  display: block;
}

.pilot-offer strong {
  color: var(--brand-deep);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.pilot-offer span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-action {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.hero-action p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.merchant-login {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.merchant-login a {
  margin-left: 4px;
  color: var(--brand-deep);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 26px;
  color: #2f4b3e;
  font-size: 0.9rem;
  font-weight: 750;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-list span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-lime);
  color: var(--brand-deep);
  font-size: 0.8rem;
}

.merchant-visual {
  position: relative;
  margin: 0;
}

.merchant-photo-frame {
  position: relative;
  border: 8px solid var(--white);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.merchant-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  object-fit: cover;
}

.phone-note,
.control-card {
  position: absolute;
  border: 1px solid rgba(15, 46, 36, 0.1);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(15, 46, 36, 0.18);
}

.phone-note {
  top: 8%;
  left: -9%;
  width: min(270px, 62%);
  padding: 16px 18px;
  border-radius: 18px 18px 18px 5px;
}

.phone-note p {
  margin: 8px 0 12px;
  color: var(--brand-deep);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

.phone-note-time,
.phone-note-status {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.phone-note-status {
  color: #16713d;
}

.control-card {
  right: -8%;
  bottom: -7%;
  display: flex;
  width: min(315px, 72%);
  align-items: center;
  gap: 12px;
  padding: 15px;
  border-radius: 16px;
}

.control-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.control-card strong {
  color: var(--brand-deep);
}

.control-icon {
  display: grid;
  flex: 0 0 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-lime);
  color: var(--brand-deep);
  font-weight: 900;
}

.merchant-visual figcaption {
  margin: 26px 0 0 12px;
  color: var(--muted);
  font-size: 0.75rem;
}

.change-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(62px, 8vw, 104px);
  padding-top: 26px;
  border-top: 1px solid rgba(15, 46, 36, 0.13);
}

.change-strip span {
  padding: 9px 14px;
  border: 1px solid rgba(15, 46, 36, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #365246;
  font-size: 0.85rem;
  font-weight: 750;
}

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

.section-heading > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading-centered {
  margin: 0 auto clamp(38px, 5vw, 64px);
  text-align: center;
}

.section-heading-light h2,
.section-heading-light h3 {
  color: var(--white);
}

.section-heading-light .eyebrow {
  color: var(--brand-lime);
}

.section-heading-light > p:not(.eyebrow) {
  color: #c9d4ce;
}

.everyday-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 7vw, 94px);
}

.everyday-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.everyday-heading h2 {
  font-size: clamp(2.25rem, 4vw, 3.7rem);
}

.situation-grid {
  display: grid;
  gap: 18px;
}

.situation-card {
  position: relative;
  min-height: 188px;
  padding: 32px clamp(26px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--white);
}

.situation-card > span {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(15, 46, 36, 0.14);
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.situation-card h3,
.situation-card p {
  max-width: 600px;
}

.situation-card p {
  margin: 0;
  color: var(--muted);
}

.situation-card-yellow {
  border-color: #ecd794;
  background: #fff4c9;
}

.situation-card-green {
  border-color: #b8ddbd;
  background: #e3f4e4;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--white);
}

.step-card p {
  margin: 0;
  color: var(--muted);
}

.step-count {
  position: absolute;
  top: 22px;
  left: 26px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-deep);
  color: var(--white);
  font-weight: 900;
}

.step-card-loli {
  padding-right: 86px;
  border-color: transparent;
  background: var(--brand-lime);
}

.step-card-loli .step-count {
  background: var(--white);
  color: var(--brand-deep);
}

.step-card-public {
  border-color: transparent;
  background: var(--brand-deep);
}

.step-card-public h3,
.step-card-public p,
.step-card-public .step-example {
  color: var(--white);
}

.step-card-public .step-count {
  background: var(--brand-lime);
  color: var(--brand-deep);
}

.loli {
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: 110px;
  max-height: 205px;
  object-fit: contain;
}

.step-example {
  margin: 18px 0 0;
  padding: 13px 14px;
  border-left: 4px solid var(--brand-lime);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.68);
  color: var(--brand-deep);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
}

.step-status,
.step-action {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  margin-top: 14px;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.72rem;
  font-weight: 850;
}

.step-status {
  background: var(--white);
  color: #246e42;
}

.step-action {
  min-height: 44px;
  background: var(--brand-deep);
  color: var(--white);
}

.step-proof {
  margin-top: 14px !important;
  color: #dce8df !important;
  font-size: 0.74rem;
}

.step-proof span {
  color: var(--brand-lime);
}

.synthetic-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: right;
}

.benefits .section-heading {
  margin-bottom: clamp(38px, 5vw, 64px);
}

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

.benefit-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.055);
}

.benefit-card:nth-child(-n+3) {
  border-color: rgba(163, 230, 53, 0.5);
  background: rgba(163, 230, 53, 0.09);
}

.benefit-card h3 {
  color: var(--white);
}

.benefit-card p {
  margin: 0;
  color: #becbc4;
}

.benefit-number {
  display: block;
  margin-bottom: 28px;
  color: var(--brand-lime);
  font-size: 0.75rem;
  font-weight: 900;
}

.search-note {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: 38px;
  margin-top: 24px;
  padding: 28px;
  border-radius: var(--radius-medium);
  border: 1px solid rgba(163, 230, 53, 0.42);
  background: #e8f5e9;
  color: var(--brand-deep);
}

.search-note h3,
.search-note p {
  margin-bottom: 0;
  color: var(--brand-deep);
}

.search-note .eyebrow {
  color: #20623a;
}

.search-note > p {
  align-self: center;
}

.content-types {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-medium);
}

.content-types h3 {
  color: var(--white);
}

.content-types ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.content-types li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #e8efeb;
  font-size: 0.82rem;
  font-weight: 750;
}

.content-types > p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #becbc4;
  font-size: 0.88rem;
}

.live-proof-heading {
  max-width: 760px;
  margin-inline: auto;
}

.live-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.live-proof-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(15, 46, 36, 0.1);
}

.live-proof-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 760 / 522;
  object-fit: cover;
  object-position: top;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.live-proof-card-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
}

.live-proof-card-body h3,
.live-proof-card-body p {
  margin: 0;
}

.live-proof-card-body .button {
  justify-self: start;
  margin-top: 4px;
}

.pilot-entry-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 32px;
  padding: 30px;
  border-radius: var(--radius-medium);
  background: var(--brand-deep);
  color: var(--white);
}

.pilot-entry-note h3,
.pilot-entry-note p {
  margin: 0;
  color: inherit;
}

.pilot-entry-note .eyebrow {
  margin-bottom: 8px;
  color: var(--brand-lime);
}

.pilot-entry-note > div > p:last-child {
  margin-top: 8px;
  color: #c9d4ce;
}

.future {
  background:
    radial-gradient(circle at 92% 12%, rgba(163, 230, 53, 0.2), transparent 25%),
    var(--paper);
}

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

.future-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--white);
}

.future-card p {
  margin: 0;
  color: var(--muted);
}

.future-status {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e7f4e2;
  color: #246e42;
  font-size: 0.72rem;
  font-weight: 850;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 8vw, 110px);
}

.faq-list details {
  border-top: 1px solid #cfd9d1;
}

.faq-list details:last-child {
  border-bottom: 1px solid #cfd9d1;
}

.faq-list summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 6px;
  color: var(--brand-deep);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  font-size: 1.45rem;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 690px;
  margin: -2px 0 22px;
  padding: 0 44px 0 6px;
  color: var(--muted);
}

.closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: end;
  gap: clamp(36px, 7vw, 90px);
}

.closing-inner h2 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.closing-inner > div > p:not(.eyebrow) {
  margin: 0;
  color: #294620;
  font-size: 1.08rem;
}

.closing-actions {
  display: grid;
  gap: 14px;
}

.closing-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 14px 14px 20px;
  border: 1px solid rgba(15, 46, 36, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.28);
}

.closing-action > span {
  color: #385c2b;
  font-size: 0.76rem;
  font-weight: 800;
}

.closing-note {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(15, 46, 36, 0.24);
  border-radius: 16px;
  font-weight: 750;
}

.site-footer {
  padding-block: 46px 30px;
  background: #0a2019;
  color: #d7e0dc;
}

.footer-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

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

.footer-grid > div > p {
  margin: 12px 0 0;
  color: #9fb0a8;
  font-size: 0.9rem;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 24px;
}

.legal-links a,
.legal-links > li > span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #d7e0dc;
  font-size: 0.84rem;
}

.legal-links a {
  text-underline-offset: 4px;
}

.legal-links small {
  margin-left: 5px;
  color: #84978e;
  font-size: 0.68rem;
}

.legal-release-note {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8fa299;
  font-size: 0.72rem;
}

@media (max-width: 1040px) {
  .main-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 42px;
  }

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

@media (max-width: 800px) {
  .hero-grid,
  .everyday-grid,
  .faq-grid,
  .closing-inner {
    grid-template-columns: 1fr;
  }

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

  .merchant-visual {
    width: min(92%, 620px);
    margin-inline: auto;
  }

  .everyday-heading {
    position: static;
  }

  .search-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

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

  .pilot-entry-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .closing-actions {
    width: min(100%, 520px);
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    min-height: 68px;
  }

  .header-cta {
    padding-inline: 14px;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .hero-action {
    align-items: stretch;
    flex-direction: column;
  }

  .pilot-offer {
    grid-template-columns: 1fr;
  }

  .pilot-offer > div {
    min-height: auto;
    padding: 15px 18px;
  }

  .pilot-offer > div + div {
    border-top: 1px solid rgba(15, 46, 36, 0.12);
    border-left: 0;
  }

  .hero-action p {
    max-width: none;
  }

  .button-large {
    align-self: flex-start;
  }

  .trust-list {
    display: grid;
  }

  .merchant-photo-frame {
    border-width: 7px;
  }

  .phone-note {
    left: -3%;
  }

  .control-card {
    right: -3%;
  }

  .steps-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .live-proof-card-body,
  .pilot-entry-note {
    padding: 22px;
  }

  .closing-action {
    align-items: stretch;
    flex-direction: column;
  }

  .closing-action .button {
    width: 100%;
  }

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

  .legal-links {
    justify-content: flex-start;
  }
}

@media (max-width: 350px) {
  .shell {
    width: min(calc(100% - 20px), var(--shell));
  }

  .header-cta {
    max-width: 128px;
    padding-inline: 10px;
  }

  .brand {
    font-size: 1.15rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  h1 {
    font-size: 2.35rem;
  }

  .phone-note,
  .control-card {
    position: static;
    width: auto;
    margin: 10px;
    transform: none;
  }

  .merchant-photo-frame {
    border-radius: 22px;
    transform: none;
  }

  .merchant-photo {
    border-radius: 15px;
  }

  .step-card-loli {
    padding-right: 28px;
  }

  .loli {
    display: none;
  }
}

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

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

  .button:hover {
    transform: none;
  }
}

@media (forced-colors: active) {
  .button,
  .pilot-offer,
  .trust-list span,
  .brand-mark,
  .step-count,
  .step-example,
  .benefit-card,
  .search-note,
  .future-card {
    border: 2px solid currentcolor;
  }

  .phone-note,
  .control-card {
    box-shadow: none;
  }
}

@media print {
  .site-header,
  .closing,
  .merchant-login {
    display: none;
  }

  .section,
  .hero {
    padding-block: 24px;
  }

  .hero,
  .section-tinted,
  .section-deep,
  .section-lime {
    background: var(--white);
    color: var(--ink);
  }

  .section-deep h2,
  .section-deep h3,
  .section-deep p {
    color: var(--ink);
  }
}
