:root {
  --home-ink: #10231e;
  --home-muted: #52655f;
  --home-soft: #eef3ee;
  --home-paper: #f7f8f4;
  --home-card: #ffffff;
  --home-green: #123f34;
  --home-green-hover: #195446;
  --home-mint: #cbeadd;
  --home-acid: #e8fa74;
  --home-line: #d5e0da;
  --home-blue: #dcecff;
  --home-coral: #ffe2d6;
  --home-shadow: 0 24px 70px rgba(21, 56, 47, 0.1);
  --home-shadow-small: 0 12px 34px rgba(21, 56, 47, 0.08);
}

.home-page {
  color: var(--home-ink);
  background:
    radial-gradient(circle at 82% 7%, rgba(203, 234, 221, 0.65), transparent 26rem),
    var(--home-paper);
  font-size: 16px;
}

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

.home-page main {
  overflow: clip;
}

.home-page .skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.7rem;
  color: #fff;
  background: var(--home-green);
  transform: translateY(-180%);
  transition: transform 0.15s ease;
  font-weight: 750;
}

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

.home-page :focus-visible {
  outline: 3px solid #4f7cff;
  outline-offset: 3px;
}

.home-page .home-header {
  min-height: 78px;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  border-bottom-color: rgba(18, 63, 52, 0.09);
  background: rgba(247, 248, 244, 0.92);
}

.mobile-header-cta {
  display: none;
}

.home-page .home-header nav,
.home-page .header-actions {
  gap: 1.6rem;
}

.home-page .home-header nav a,
.home-page .login-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #425750;
  font-size: 0.84rem;
  font-weight: 700;
}

.home-page .home-header nav a.mobile-nav-link,
.home-page .home-header nav a.mobile-nav-cta {
  display: none;
}

.home-page .home-header nav a:hover,
.home-page .login-link:hover {
  color: var(--home-green);
}

.home-page .button {
  min-height: 52px;
  padding: 0.75rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  color: #fff;
  background: var(--home-green);
  box-shadow: 0 12px 26px rgba(18, 63, 52, 0.17);
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.25;
  text-align: center;
}

.home-page .button:hover {
  background: var(--home-green-hover);
  transform: translateY(-1px);
}

.home-page .button-small {
  min-height: 44px;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
}

.home-page .button-with-icon {
  gap: 0.7rem;
}

.home-page .button-with-icon span {
  font-size: 1.15rem;
  line-height: 1;
}

.home-page .button-quiet,
.home-page .button-outline {
  color: var(--home-green);
  border-color: var(--home-line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.home-page .button-quiet:hover,
.home-page .button-outline:hover {
  border-color: #abc1b7;
  color: var(--home-green);
  background: #fff;
}

.home-page .button-light {
  color: var(--home-green);
  background: var(--home-acid);
  box-shadow: none;
}

.home-page .button-light:hover {
  color: var(--home-green);
  background: #f0ff96;
}

.home-page .home-hero {
  width: min(100%, 1240px);
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 5.5rem);
  margin: 0 auto;
  padding: clamp(4.8rem, 8vw, 7.2rem) 1.5rem 4.5rem;
}

.home-hero-copy {
  min-width: 0;
}

.availability-badge {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: #405a51;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.77rem;
  font-weight: 760;
}

.availability-badge > span {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #3fb588;
  box-shadow: 0 0 0 5px rgba(63, 181, 136, 0.13);
}

.home-hero h1 {
  max-width: 720px;
  margin: 1.55rem 0 1.35rem;
  font-size: clamp(3.1rem, 5.25vw, 4.65rem);
  font-weight: 840;
  line-height: 1.02;
  letter-spacing: -0.057em;
}

.home-hero h1 em {
  color: var(--home-green-hover);
  background: linear-gradient(transparent 74%, var(--home-acid) 0);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.72;
}

.home-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.2rem;
  padding: 0;
  margin: 1.35rem 0 0;
  color: #4d625b;
  list-style: none;
  font-size: 0.79rem;
  font-weight: 670;
}

.hero-assurances li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-assurances span {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--home-green);
  background: var(--home-mint);
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-scope {
  max-width: 610px;
  margin: 1.1rem 0 0;
  color: #64756f;
  font-size: 0.78rem;
  line-height: 1.55;
}

.product-preview {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 63, 52, 0.13);
  border-radius: 1.65rem;
  background: #fff;
  box-shadow: 0 38px 90px rgba(18, 63, 52, 0.17);
  transform: rotate(1deg);
}

.product-preview::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 20% -20% -25% 15%;
  border-radius: 50%;
  background: rgba(167, 220, 197, 0.42);
  filter: blur(45px);
}

.preview-browser-bar {
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0 1rem;
  border-bottom: 1px solid #e3e9e5;
  background: #f9fbf9;
}

.preview-browser-bar > span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #cad4cf;
}

.preview-browser-bar > span:first-child { background: #ffb6aa; }
.preview-browser-bar > span:nth-child(2) { background: #f2d576; }
.preview-browser-bar > span:nth-child(3) { background: #8fd8b3; }

.preview-browser-bar div {
  min-width: 0;
  flex: 1;
  margin-left: 0.55rem;
  padding: 0.35rem 0.7rem;
  overflow: hidden;
  border-radius: 0.45rem;
  color: #75847f;
  background: #eef2ef;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.66rem;
}

.preview-app {
  min-height: 505px;
  display: grid;
  grid-template-columns: 54px 1fr;
  background: #f4f7f4;
}

.preview-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.3rem;
  padding: 1rem 0.6rem;
  background: var(--home-green);
}

.preview-sidebar img {
  width: 2rem;
  height: 2rem;
  padding: 0.4rem;
  border-radius: 0.6rem;
  background: var(--home-acid);
}

.preview-sidebar i {
  width: 1.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.preview-sidebar i.active {
  background: var(--home-acid);
}

.preview-content {
  position: relative;
  min-width: 0;
  padding: 1.35rem;
}

.preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.preview-toolbar span,
.progress-copy span {
  display: block;
  color: #6a7c75;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.preview-toolbar strong,
.progress-copy strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.83rem;
}

.preview-toolbar .scan-active {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  color: #1f654f;
  background: #e3f5ec;
  font-size: 0.64rem;
  font-weight: 780;
  letter-spacing: 0;
}

.scan-active i,
.source-statuses i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #3fb588;
}

.preview-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.05rem 0;
}

.preview-filters span,
.reason-chips span {
  padding: 0.38rem 0.55rem;
  border: 1px solid #dde6e1;
  border-radius: 999px;
  color: #53665f;
  background: #fff;
  font-size: 0.6rem;
  font-weight: 700;
}

.preview-progress {
  padding: 0.9rem;
  border: 1px solid #dce6e0;
  border-radius: 0.85rem;
  background: #fff;
}

.source-statuses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.source-statuses span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #64756f;
  font-size: 0.54rem;
  font-weight: 650;
}

.source-statuses .working i {
  background: #e0bd34;
  animation: preview-pulse 1.8s ease-in-out infinite;
}

@keyframes preview-pulse {
  50% { box-shadow: 0 0 0 6px rgba(224, 189, 52, 0); }
}

.preview-listing {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1rem;
  margin-top: 0.8rem;
  padding: 0.75rem;
  border: 1px solid #dce6e0;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 63, 52, 0.07);
}

.listing-visual {
  position: relative;
  min-height: 7rem;
  display: grid;
  place-items: end center;
  overflow: hidden;
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #eef5ef, #d9e9e1);
}

.listing-visual > span {
  position: absolute;
  z-index: 2;
  left: 0.55rem;
  top: 0.55rem;
  padding: 0.24rem 0.38rem;
  border-radius: 0.35rem;
  color: var(--home-green);
  background: var(--home-acid);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.listing-visual svg {
  width: 100%;
  height: auto;
}

.listing-copy {
  min-width: 0;
  padding-block: 0.2rem;
}

.listing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.listing-meta span {
  color: #1d7356;
  font-size: 0.61rem;
  font-weight: 800;
}

.listing-meta small {
  color: #71817b;
  font-size: 0.56rem;
}

.listing-copy > strong {
  display: block;
  margin: 0.55rem 0 0.28rem;
  font-size: 0.84rem;
  line-height: 1.28;
}

.listing-copy > p {
  margin: 0;
  color: #61736c;
  font-size: 0.64rem;
}

.reason-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.reason-chips span {
  padding: 0.25rem 0.38rem;
  color: #315d4f;
  border-color: #d7e8df;
  background: #edf8f3;
  font-size: 0.52rem;
}

.preview-notification {
  position: absolute;
  right: 0.85rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid #dce6e0;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(18, 63, 52, 0.15);
  animation: notification-float 3.5s ease-in-out infinite;
}

.preview-notification > span {
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  color: var(--home-green);
  background: var(--home-mint);
}

.preview-notification strong,
.preview-notification small {
  display: block;
}

.preview-notification strong { font-size: 0.65rem; }
.preview-notification small { margin-top: 0.15rem; color: #6e7f79; font-size: 0.54rem; }

@keyframes notification-float {
  50% { transform: translateY(-5px); }
}

.outcome-strip {
  width: min(calc(100% - 3rem), 1192px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin: 0 auto 1rem;
  border: 1px solid var(--home-line);
  border-radius: 1.1rem;
  background: var(--home-line);
  box-shadow: var(--home-shadow-small);
}

.outcome-strip article {
  min-height: 115px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
}

.outcome-strip svg {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  padding: 0.4rem;
  border-radius: 0.55rem;
  fill: none;
  stroke: var(--home-green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: var(--home-mint);
}

.outcome-strip strong,
.outcome-strip span {
  display: block;
}

.outcome-strip strong {
  font-size: 0.93rem;
}

.outcome-strip span {
  margin-top: 0.25rem;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.try-first-section,
.source-transparency,
.partner-note,
.home-final-cta {
  width: min(calc(100% - 3rem), 1192px);
  margin-inline: auto;
}

.try-first-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  margin-top: 5rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 1.7rem;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(232, 250, 116, 0.15), transparent 18rem),
    var(--home-green);
  box-shadow: 0 26px 70px rgba(18, 63, 52, 0.17);
}

.try-first-copy .eyebrow,
.home-final-cta .eyebrow {
  color: #c5d9d2;
}

.try-first-copy h2 {
  max-width: 650px;
  margin: 0.7rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.try-first-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: #c2d3cd;
  line-height: 1.7;
}

.try-first-copy .button {
  margin-top: 1.6rem;
  color: var(--home-green);
  background: var(--home-acid);
  box-shadow: none;
}

.try-first-copy .button:hover { background: #f0ff96; }

.try-first-steps {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.try-first-steps li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.07);
}

.try-first-steps li > span {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 0.75rem;
  color: var(--home-green);
  background: var(--home-acid);
  font-weight: 850;
}

.try-first-steps strong {
  font-size: 0.95rem;
}

.try-first-steps p {
  margin: 0.25rem 0 0;
  color: #bcd0c9;
  font-size: 0.8rem;
  line-height: 1.5;
}

.home-page .section {
  width: min(100%, 1240px);
  padding: clamp(5rem, 8vw, 7.5rem) 1.5rem;
}

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

.home-page .eyebrow {
  color: #536c63;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.home-page .section-heading h2 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(2.2rem, 4.6vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.home-page .section-heading > p:last-child {
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.home-page .home-workflow {
  width: 100%;
  max-width: none;
  margin-top: 6rem;
  padding-inline: max(1.5rem, calc((100vw - 1192px) / 2));
  background: #edf2ed;
}

.home-page .home-workflow > * {
  max-width: 1192px;
}

.home-page .workflow {
  gap: 1rem;
}

.home-page .workflow article {
  min-height: 255px;
  padding: 1.7rem;
  border-color: var(--home-line);
  border-radius: 1.15rem;
  box-shadow: 0 10px 26px rgba(18, 63, 52, 0.04);
}

.home-page .workflow article > span {
  color: #d2ddd7;
  font-size: 2.2rem;
}

.home-page .workflow article > i {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  background: var(--home-acid);
}

.home-page .workflow h3 {
  margin-top: 1.5rem;
  font-size: 1.08rem;
}

.home-page .workflow p {
  color: var(--home-muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

.comparison-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.comparison-card {
  min-height: 385px;
  padding: 1.65rem;
  border: 1px solid var(--home-line);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: var(--home-shadow-small);
}

.comparison-card.new-way {
  color: #fff;
  border-color: var(--home-green);
  background: var(--home-green);
  transform: translateY(-1.1rem);
}

.comparison-label {
  color: #5a7067;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.new-way .comparison-label { color: var(--home-acid); }

.comparison-card h3 {
  margin: 1rem 0 1.4rem;
  font-size: 1.42rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.comparison-card ul {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.comparison-card li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.comparison-card li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 1.15rem;
  height: 1.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #8c5042;
  background: #ffe7de;
  font-weight: 850;
}

.new-way li {
  color: #c5d8d1;
}

.new-way li::before {
  content: "✓";
  color: var(--home-green);
  background: var(--home-acid);
  font-size: 0.7rem;
}

.benefits-section {
  padding-top: 4rem !important;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.benefit-card {
  min-height: 280px;
  padding: 1.65rem;
  border: 1px solid var(--home-line);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 63, 52, 0.04);
}

.featured-benefit {
  grid-column: span 2;
  min-height: 340px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(232, 250, 116, 0.16), transparent 16rem),
    var(--home-green);
}

.benefit-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  color: var(--home-green);
  background: var(--home-acid);
  font-size: 1.3rem;
  font-weight: 850;
}

.benefit-icon.mint { background: var(--home-mint); }
.benefit-icon.yellow { background: var(--home-acid); }
.benefit-icon.blue { background: var(--home-blue); }
.benefit-icon.coral { background: var(--home-coral); }

.benefit-kicker {
  margin: 1.5rem 0 0;
  color: var(--home-acid) !important;
  font-size: 0.67rem !important;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.benefit-card h3 {
  margin: 1.25rem 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.featured-benefit h3 {
  max-width: 700px;
  margin-top: 0.55rem;
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
}

.benefit-card > p:not(.benefit-kicker) {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.featured-benefit > p:not(.benefit-kicker) {
  max-width: 650px;
  color: #bfd2cb;
}

.mini-match {
  max-width: 510px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem 0.8rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.07);
}

.mini-match > span {
  color: var(--home-acid);
  font-size: 0.74rem;
  font-weight: 800;
}

.mini-match i {
  height: 0.42rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.mini-match b {
  width: 92%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--home-acid);
}

.mini-match small {
  grid-column: 1 / -1;
  color: #bcd0c9;
  font-size: 0.7rem;
}

.source-transparency {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  margin-bottom: 7rem;
  padding: clamp(2.4rem, 5vw, 4rem);
  border: 1px solid var(--home-line);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--home-shadow-small);
}

.source-transparency h2 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.source-transparency > div > p:not(.eyebrow) {
  color: var(--home-muted);
  line-height: 1.7;
}

.text-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.65rem;
  color: var(--home-green);
  font-weight: 800;
}

.text-action:hover { text-decoration: underline; }

.source-board {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 1rem;
  background: #f7faf7;
}

.source-board div {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--home-line);
}

.source-board div:last-child { border-bottom: 0; }

.source-board span {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #40584f;
  font-size: 0.85rem;
  font-weight: 750;
}

.source-board i {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #45b889;
  box-shadow: 0 0 0 5px rgba(69, 184, 137, 0.12);
}

.source-board strong {
  color: #61746d;
  text-align: right;
  font-size: 0.75rem;
}

.home-page .home-pricing {
  width: 100%;
  max-width: none;
  padding-inline: max(1.5rem, calc((100vw - 1192px) / 2));
  color: #fff;
  background: #0e3028;
}

.home-page .home-pricing > * {
  max-width: 1192px;
}

.home-page .home-pricing .section-heading > p:last-child {
  color: #b8cbc5;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.plan-card {
  position: relative;
  min-height: 485px;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  color: var(--home-ink);
  background: #fff;
}

.pro-plan {
  color: #fff;
  border-color: var(--home-acid);
  background: #17483c;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.plan-popular {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0.38rem 0.55rem;
  border-radius: 999px;
  color: var(--home-green);
  background: var(--home-acid);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.plan-label {
  color: #5c7269;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.pro-plan .plan-label { color: var(--home-acid); }

.plan-card h3 {
  min-height: 3.5rem;
  margin: 0.85rem 0 1.25rem;
  font-size: 1.35rem;
  line-height: 1.25;
}

.plan-price strong,
.plan-price span {
  display: block;
}

.plan-price strong {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.055em;
}

.plan-price span {
  margin-top: 0.35rem;
  color: #64766f;
  font-size: 0.77rem;
}

.pro-plan .plan-price span { color: #bed0ca; }

.plan-card ul {
  display: grid;
  gap: 0.85rem;
  padding: 1.4rem 0 1.6rem;
  margin: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 1.55rem;
  color: #50635c;
  font-size: 0.84rem;
  line-height: 1.5;
}

.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #247257;
  font-weight: 900;
}

.pro-plan li { color: #c7d8d2; }
.pro-plan li::before { color: var(--home-acid); }

.plan-card .button {
  margin-top: auto;
}

.plan-card > small {
  margin-top: 0.75rem;
  color: #c6d7d1;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.45;
}

.pro-billing-control {
  margin-bottom: 1rem;
}

.pro-billing-label {
  display: block;
  margin-bottom: 0.45rem;
  color: #bcd0c9;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pro-billing-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.3rem;
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.85rem;
  background: rgba(7, 37, 30, 0.38);
}

.pro-billing-option {
  min-width: 0;
  min-height: 48px;
  display: grid;
  place-items: center;
  gap: 0.08rem;
  padding: 0.4rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.62rem;
  color: #d5e4df;
  background: transparent;
  line-height: 1.1;
}

.pro-billing-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
}

.pro-billing-option small {
  color: #9fb8b0;
  font-size: 0.61rem;
  font-weight: 700;
}

.pro-billing-option.active {
  color: var(--home-green);
  border-color: var(--home-acid);
  background: var(--home-acid);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.14);
}

.pro-billing-option.active span::after {
  content: "✓";
  margin-left: 0.35rem;
  font-size: 0.68rem;
}

.pro-billing-option.active small {
  color: #3f6358;
}

.pro-plan-price {
  min-height: 77px;
}

.pro-plan-price p {
  margin: 0.45rem 0 0;
  color: var(--home-acid);
  font-size: 0.78rem;
  font-weight: 780;
}

.pro-plan ul {
  padding-block: 1.15rem 1.3rem;
}

.pro-direct-option {
  margin: 0.35rem 0 0;
  color: #bcd0c9;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.4;
}

.pro-direct-option a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(232, 250, 116, 0.65);
  text-underline-offset: 0.18rem;
}

.pro-direct-option a:hover {
  color: var(--home-acid);
}

.home-page .home-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.home-page .faq-list {
  border-top-color: var(--home-line);
}

.home-page .faq-list details {
  border-bottom-color: var(--home-line);
}

.home-page .faq-list summary {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 1.15rem 2.5rem 1.15rem 0;
  color: var(--home-ink);
  font-size: 0.96rem;
  line-height: 1.45;
  list-style: none;
}

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

.home-page .faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0.35rem;
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--home-line);
  border-radius: 50%;
  color: var(--home-green);
  background: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

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

.home-page .faq-list p {
  max-width: 720px;
  padding: 0 2.5rem 1.3rem 0;
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.partner-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--home-line);
  border-radius: 1rem;
  background: #fff;
}

.partner-note > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.partner-icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
  color: var(--home-green);
  background: var(--home-acid);
  font-size: 1.2rem;
  font-weight: 850;
}

.partner-note h2 {
  margin: 0.35rem 0 0.3rem;
  font-size: 1.1rem;
}

.partner-note p:not(.eyebrow) {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.partner-note .text-action {
  flex: 0 0 auto;
  margin: 0;
  font-size: 0.82rem;
}

.home-page .home-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-bottom: 5rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: 1.6rem;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(232, 250, 116, 0.15), transparent 18rem),
    var(--home-green);
}

.home-final-cta h2 {
  max-width: 760px;
  margin: 0.65rem 0 0.7rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.home-final-cta p {
  margin: 0;
  color: #bfd2cb;
  line-height: 1.6;
}

.home-page .home-footer {
  width: min(calc(100% - 3rem), 1192px);
  max-width: none;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 1.4fr) auto;
  gap: 2rem;
  align-items: start;
  margin: 0 auto;
  padding: 2.3rem 0 3rem;
}

.footer-branding p {
  max-width: 390px;
  margin: 0.85rem 0 0;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.home-page .home-footer .footer-branding {
  display: block;
  color: inherit;
  text-align: left;
}

.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  padding-top: 0.4rem;
}

.home-footer nav a,
.copyright {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: #4d625b;
  font-size: 0.75rem;
  font-weight: 650;
}

.home-footer nav a:hover { color: var(--home-green); text-decoration: underline; }

.copyright {
  justify-self: end;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .home-page .home-header nav { gap: 1rem; }

  .home-page .home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 2.5rem;
  }

  .home-hero h1 { font-size: clamp(2.9rem, 5.5vw, 4rem); }
  .preview-app { min-height: 475px; }
  .preview-listing { grid-template-columns: 7rem minmax(0, 1fr); }
  .source-statuses { grid-template-columns: 1fr; }

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

  .comparison-section .section-heading {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .home-page .home-header {
    min-height: 70px;
    gap: 0.6rem;
    padding-inline: 1.25rem;
  }

  .mobile-header-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0.55rem 0.85rem;
    border-radius: 0.7rem;
    color: #fff;
    background: var(--home-green);
    font-size: 0.78rem;
    font-weight: 800;
  }

  .mobile-header-cta:hover {
    color: #fff;
    background: var(--home-green-hover);
  }

  .home-page .home-header.open nav {
    top: 78px;
  }

  .home-page .home-header.open nav a.mobile-nav-link,
  .home-page .home-header.open nav a.mobile-nav-cta {
    display: flex;
  }

  .home-page .menu-button {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--home-line);
    background: #fff;
  }

  .home-page .menu-button span,
  .home-page .menu-button span::before,
  .home-page .menu-button span::after {
    width: 1.15rem;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--home-green);
    transition: transform 0.16s ease, opacity 0.16s ease;
  }

  .home-page .menu-button span {
    position: relative;
  }

  .home-page .menu-button span::before,
  .home-page .menu-button span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .home-page .menu-button span::before { top: -0.36rem; }
  .home-page .menu-button span::after { top: 0.36rem; }

  .home-page .home-header.open .menu-button span { background: transparent; }
  .home-page .home-header.open .menu-button span::before { top: 0; transform: rotate(45deg); }
  .home-page .home-header.open .menu-button span::after { top: 0; transform: rotate(-45deg); }

  .home-page .home-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-top: 4rem;
  }

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

  .home-hero h1 {
    font-size: clamp(3rem, 8vw, 4.5rem);
  }

  .product-preview {
    width: min(100%, 640px);
    justify-self: center;
    transform: none;
  }

  .outcome-strip {
    grid-template-columns: 1fr;
  }

  .outcome-strip article {
    min-height: 94px;
  }

  .try-first-section,
  .source-transparency {
    grid-template-columns: 1fr;
  }

  .home-page .home-workflow {
    margin-top: 5rem;
  }

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

  .featured-benefit {
    grid-column: span 2;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 620px !important;
    gap: 0.85rem;
  }

  .plan-card {
    min-height: auto;
  }

  .plan-card h3 {
    min-height: 0;
  }

  .home-page .home-faq {
    grid-template-columns: 1fr;
  }

  .partner-note,
  .home-page .home-final-cta {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .partner-note {
    display: grid;
  }

  .home-page .home-footer {
    grid-template-columns: 1fr 1fr;
  }

  .copyright {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .home-page {
    background:
      radial-gradient(circle at 100% 3%, rgba(203, 234, 221, 0.6), transparent 18rem),
      var(--home-paper);
  }

  .home-page .home-header { padding-inline: 1rem; }
  .home-page .brand-logo { width: 138px; }

  .home-page .home-header.open nav {
    left: 0.75rem;
    right: 0.75rem;
    top: 76px;
  }

  .home-page .home-hero {
    width: 100%;
    gap: 2.25rem;
    padding: 2.35rem 1rem 3rem;
  }

  .availability-badge {
    width: auto;
    font-size: 0.7rem;
  }

  .home-hero h1 {
    margin-top: 1.25rem;
    font-size: clamp(2.35rem, 11vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .hero-lead {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .home-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-page .hero-actions .button {
    width: 100%;
  }

  .hero-assurances {
    display: grid;
    gap: 0.6rem;
  }

  .product-preview {
    border-radius: 1.15rem;
  }

  .preview-browser-bar { min-height: 38px; }
  .preview-app { min-height: 365px; grid-template-columns: 38px 1fr; }
  .preview-sidebar { gap: 1rem; padding-inline: 0.3rem; }
  .preview-sidebar img { width: 1.65rem; height: 1.65rem; }
  .preview-content { padding: 0.8rem; }
  .preview-toolbar { align-items: flex-start; flex-direction: column; gap: 0.55rem; }
  .preview-filters { margin-block: 0.7rem; }
  .preview-progress { padding: 0.7rem; }
  .source-statuses { gap: 0.3rem; margin-top: 0.55rem; }
  .preview-filters span:nth-child(3) { display: none; }
  .preview-listing { grid-template-columns: 1fr; margin-top: 0.65rem; padding: 0.65rem; }
  .listing-visual { display: none; }
  .preview-notification {
    position: static;
    width: max-content;
    max-width: 100%;
    margin: 0.65rem 0 0 auto;
    padding: 0.55rem 0.65rem;
    animation: none;
  }

  .outcome-strip,
  .try-first-section,
  .source-transparency,
  .partner-note,
  .home-page .home-final-cta,
  .home-page .home-footer {
    width: calc(100% - 2rem);
  }

  .outcome-strip article {
    min-height: 82px;
    padding: 1.05rem;
  }

  .try-first-section {
    margin-top: 3.5rem;
    padding: 1.5rem;
    border-radius: 1.2rem;
  }

  .try-first-copy h2 {
    font-size: 2rem;
  }

  .try-first-copy .button {
    width: 100%;
  }

  .try-first-steps li {
    grid-template-columns: 2.25rem 1fr;
    padding: 0.9rem;
  }

  .try-first-steps li > span {
    width: 2.25rem;
    height: 2.25rem;
  }

  .home-page .section {
    padding: 3.9rem 1rem;
  }

  .home-page .home-workflow,
  .home-page .home-pricing {
    padding-inline: 1rem;
  }

  .home-page .section-heading h2 {
    font-size: clamp(2rem, 9.5vw, 2.25rem);
    letter-spacing: -0.04em;
  }

  .home-page .home-pricing .section-heading.centered {
    margin-inline: 0;
    text-align: left;
  }

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

  .comparison-card {
    min-height: auto;
  }

  .comparison-card.new-way {
    transform: none;
  }

  .featured-benefit {
    grid-column: auto;
    min-height: auto;
  }

  .benefit-card {
    min-height: auto;
  }

  .source-transparency {
    margin-bottom: 4.5rem;
    padding: 1.5rem;
  }

  .source-board div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .source-board strong {
    padding-left: 1.3rem;
    text-align: left;
  }

  .plan-card {
    padding: 1.3rem;
    border-radius: 1rem;
  }

  .plan-card h3 {
    margin-block: 0.7rem 1rem;
  }

  .plan-card ul {
    gap: 0.7rem;
    padding-block: 1.15rem 1.3rem;
  }

  .pro-billing-option {
    min-height: 50px;
  }

  .home-page .workflow article {
    min-height: auto;
    padding: 1.4rem;
  }

  .partner-note > div {
    align-items: flex-start;
  }

  .partner-note .text-action {
    margin-left: 4rem;
  }

  .home-page .home-final-cta {
    padding: 1.75rem;
    border-radius: 1.2rem;
  }

  .home-page .home-final-cta .button {
    width: 100%;
  }

  .home-page .home-footer {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .home-footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .copyright {
    grid-column: auto;
  }
}

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