:root {
  --bg: #f5f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #fffdf9;
  --text: #162015;
  --muted: #5d675f;
  --line: rgba(22, 32, 21, 0.1);
  --accent: #1f7a45;
  --accent-dark: #165d35;
  --accent-soft: #dcefdc;
  --shadow: 0 24px 70px rgba(22, 32, 21, 0.11);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(31, 122, 69, 0.16), transparent 32%),
    radial-gradient(circle at 80% 20%, rgba(226, 196, 124, 0.22), transparent 28%),
    linear-gradient(180deg, #fbf8f3 0%, var(--bg) 100%);
}

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

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

.inline-accent-link {
  color: #2368ff;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 0.08em;
  font-weight: 600;
}

.inline-accent-link:hover,
.inline-accent-link:focus-visible {
  color: #174ecc;
}

.page-shell {
  overflow: hidden;
}

.hero,
.section {
  padding: 1.25rem 1rem;
}

.topbar,
.hero-grid,
.section,
.flow-layout,
.trust-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.2rem 0 2rem;
}

.brand {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.topbar-links {
  display: none;
}

.language-picker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
}

.language-label {
  color: var(--muted);
  font-size: 0.88rem;
}

.language-select {
  min-width: 160px;
  padding: 0.72rem 2.5rem 0.72rem 0.95rem;
  border: 1px solid rgba(22, 32, 21, 0.16);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font: inherit;
  box-shadow: 0 10px 24px rgba(22, 32, 21, 0.08);
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--accent-dark) 50%),
    linear-gradient(135deg, var(--accent-dark) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.language-select:focus {
  outline: 2px solid rgba(31, 122, 69, 0.24);
  outline-offset: 2px;
}

.hero-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.hero-copy,
.feature-card,
.dashboard-card,
.cta-card {
  backdrop-filter: blur(12px);
}

.hero-copy {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
ol,
ul {
  margin-top: 0;
}

h1 {
  font-size: clamp(1.9rem, 8.5vw, 4.8rem);
  line-height: 1.02;
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
  hyphens: auto;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  line-height: 1.02;
  margin-bottom: 0.9rem;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
}

.hero-text,
.section-heading p,
.feature-card p,
.flow-list span,
.trust-points p,
.cta-links,
.cta-card h2 + div,
.cta-card h2 + p {
  color: var(--muted);
  font-size: 1rem;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.5rem 0;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.92rem 1.25rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(31, 122, 69, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.action-button:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
}

.action-button-secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  border: 1px solid rgba(22, 32, 21, 0.12);
  box-shadow: 0 10px 24px rgba(22, 32, 21, 0.08);
}

.action-button-secondary:hover {
  background: rgba(255, 255, 255, 0.96);
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 194px;
  min-height: 64px;
  padding: 0.8rem 1rem;
  border-radius: 18px;
  background: #0d0d0f;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 32px rgba(16, 16, 18, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(16, 16, 18, 0.3);
}

.store-badge-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.store-badge-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.store-badge-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  line-height: 1;
}

.store-badge-small {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.76;
}

.store-badge-strong {
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.store-badge-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.store-actions-footer {
  margin-bottom: 1.2rem;
}

.hero-points {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
  color: var(--text);
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.hero-visual {
  position: relative;
  min-height: 340px;
  padding: 1rem 0.5rem 0;
}

.phone-frame {
  width: min(100%, 340px);
  margin: 0 auto;
  padding: 1rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.95), rgba(248, 244, 236, 0.92) 62%, rgba(233, 226, 215, 0.88) 100%);
  border: 1px solid rgba(22, 32, 21, 0.08);
  box-shadow: 0 26px 56px rgba(22, 32, 21, 0.12);
}

.phone-frame img {
  border-radius: 0;
  filter: drop-shadow(0 18px 30px rgba(22, 32, 21, 0.16));
}

.floating-card {
  position: absolute;
  right: 0;
  background: var(--surface-strong);
  border: 1px solid rgba(22, 32, 21, 0.08);
  border-radius: 18px;
  padding: 0.8rem 1rem;
  box-shadow: var(--shadow);
}

.floating-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 0.2rem;
}

.floating-card strong {
  font-size: 1rem;
}

.floating-card-top {
  top: 10.2rem;
  max-width: 180px;
}

.floating-card-bottom {
  bottom: 1.5rem;
  left: 0;
  max-width: 190px;
}

.donate-visual {
  position: relative;
}

.donate-visual-card,
.faq-card,
.fallback-card,
.impact-card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.donate-visual-card {
  padding: 1.4rem;
  display: grid;
  gap: 1rem;
}

.micro-label {
  margin: 0;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.impact-kicker {
  margin: 0;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  line-height: 1.08;
}

.impact-list,
.fallback-list,
.impact-points {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.impact-list li,
.fallback-list li,
.impact-points li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
}

.impact-list li::before,
.fallback-list li::before,
.impact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
}

.contact-card {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(31, 122, 69, 0.12), rgba(255, 255, 255, 0.66));
  border: 1px solid rgba(22, 32, 21, 0.08);
}

.contact-card a {
  color: var(--accent-dark);
  font-weight: 700;
  border-bottom: 1px solid rgba(22, 32, 21, 0.2);
}

.faq-grid {
  display: grid;
  gap: 1rem;
}

.faq-card,
.fallback-card,
.impact-card {
  padding: 1.35rem;
}

.faq-card h3,
.fallback-card h3,
.impact-card h3 {
  margin-bottom: 0.55rem;
}

.faq-card p,
.fallback-card p,
.impact-card p {
  color: var(--muted);
}

.faq-index {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.95rem;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 800;
}

.fallback-layout,
.impact-layout {
  display: grid;
  gap: 1rem;
}

.legal-summary {
  display: grid;
  gap: 1rem;
}

.legal-summary-card,
.legal-card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.legal-summary-card {
  padding: 1.35rem;
}

.legal-summary-card p,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

.platform-tabs {
  display: grid;
  gap: 1.2rem;
}

.platform-tablist {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

.platform-tab {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(22, 32, 21, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(22, 32, 21, 0.08);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.platform-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(22, 32, 21, 0.22);
  box-shadow: 0 18px 34px rgba(22, 32, 21, 0.1);
}

.platform-tab.is-active {
  background: var(--accent);
  color: #fff;
  border-color: rgba(31, 122, 69, 0.3);
  box-shadow: 0 20px 34px rgba(31, 122, 69, 0.24);
}

.platform-tab-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border-radius: 12px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(22, 32, 21, 0.08);
}

.platform-tab.is-active .platform-tab-icon {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.platform-tab-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.platform-tab-label {
  line-height: 1.1;
}

.platform-panel {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.platform-grid {
  display: grid;
  gap: 1.4rem;
  align-items: start;
}

.platform-steps-grid {
  display: grid;
  gap: 1rem;
}

.platform-shot {
  display: flex;
  justify-content: center;
}

.platform-phone-frame {
  width: min(100%, 320px);
}

.platform-copy {
  min-width: 0;
}

.platform-steps {
  display: grid;
  gap: 1rem;
  padding-left: 1.25rem;
  margin: 0;
}

.platform-steps li {
  color: var(--muted);
}

.platform-steps strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.platform-step-card,
.participant-action-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.platform-step-shot,
.participant-action-shot {
  background: linear-gradient(180deg, rgba(250, 247, 241, 0.92), rgba(238, 231, 220, 0.82));
  padding: 1rem;
  border-bottom: 1px solid rgba(22, 32, 21, 0.08);
}

.platform-step-shot img,
.participant-action-shot img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(22, 32, 21, 0.08);
}

.platform-step-copy {
  padding: 1rem 1.1rem 1.15rem;
}

.platform-step-index {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.platform-step-copy strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text);
}

.platform-step-copy p,
.participant-action-card p {
  color: var(--muted);
}

.participant-actions-grid {
  display: grid;
  gap: 1rem;
}

.details-groups {
  display: grid;
  gap: 2.25rem;
}

.details-group-heading {
  margin-bottom: 1.2rem;
}

.details-group-heading h3 {
  margin-bottom: 0;
}

.participant-action-card {
  padding-bottom: 1rem;
}

.participant-action-card h3,
.participant-action-card p {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.participant-action-card [data-i18n-html] p {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.participant-action-card h3 {
  margin: 1rem 0 0.55rem;
}

.participant-action-card p + p {
  margin-top: -0.25rem;
}

.card-bullet-list {
  margin: 0.2rem 0 0;
  color: var(--muted);
  padding-left: 2.7rem;
}

.card-bullet-list li + li {
  margin-top: 0.35rem;
}

.legal-layout {
  display: grid;
  gap: 1rem;
}

.legal-card {
  padding: 1.4rem;
}

.legal-card h3 {
  margin-bottom: 0.65rem;
}

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

.legal-list li {
  position: relative;
  padding-left: 1.35rem;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
}

.legal-note {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(31, 122, 69, 0.12), rgba(255, 255, 255, 0.66));
  border: 1px solid rgba(22, 32, 21, 0.08);
}

.legal-note a {
  color: var(--accent-dark);
  font-weight: 700;
  border-bottom: 1px solid rgba(22, 32, 21, 0.2);
}

.fallback-card strong,
.impact-card strong {
  color: var(--text);
}

.subtle-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.8rem;
  color: var(--muted);
}

.subtle-links a {
  border-bottom: 1px solid rgba(22, 32, 21, 0.18);
  padding-bottom: 0.15rem;
}

.section {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.feature-grid {
  display: grid;
  gap: 1rem;
}

.feature-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-accent .flow-layout {
  background: linear-gradient(135deg, rgba(31, 122, 69, 0.08), rgba(255, 255, 255, 0.5));
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 1.2rem;
  display: grid;
  gap: 1.5rem;
}

.flow-list {
  display: grid;
  gap: 1.1rem;
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.flow-list strong {
  display: block;
  margin-bottom: 0.3rem;
}

.screen-collage {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.collage-surface {
  position: relative;
  min-height: 600px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 238, 227, 0.56)),
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.78), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(31, 122, 69, 0.1), transparent 26%);
  border: 1px solid rgba(22, 32, 21, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

.collage-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 33, 23, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 33, 23, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 90%);
}

.collage-ribbon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(31, 122, 69, 0.12);
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.collage-phone,
.collage-cut {
  margin: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 238, 227, 0.96));
  border: 1px solid rgba(22, 32, 21, 0.09);
  box-shadow: 0 28px 52px rgba(22, 32, 21, 0.16);
  overflow: hidden;
}

.collage-phone img,
.collage-cut img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.collage-phone-main {
  left: 50%;
  top: 4.9rem;
  z-index: 3;
  width: 228px;
  height: 458px;
  padding: 0.72rem;
  border-radius: 34px;
  transform: translateX(-50%) rotate(-4deg);
}

.collage-phone-main::before {
  content: "";
  position: absolute;
  top: 0.48rem;
  left: 50%;
  width: 32%;
  height: 1.15rem;
  border-radius: 999px;
  background: rgba(18, 33, 23, 0.88);
  transform: translateX(-50%);
}

.collage-phone-main img {
  border-radius: 27px;
}

.collage-cut {
  z-index: 4;
  padding: 0.45rem;
}

.collage-cut-top {
  left: -0.35rem;
  top: 10.8rem;
  width: 166px;
  height: 248px;
  border-radius: 28px;
  transform: rotate(-12deg);
  clip-path: polygon(0 8%, 88% 0, 100% 78%, 14% 100%);
}

.collage-cut-bottom {
  right: -0.65rem;
  bottom: 6.9rem;
  width: 172px;
  height: 262px;
  border-radius: 30px;
  transform: rotate(11deg);
  clip-path: polygon(12% 0, 100% 12%, 88% 100%, 0 86%);
}

.collage-route {
  position: absolute;
  left: 16%;
  right: 14%;
  top: 8.4rem;
  bottom: 7.9rem;
  z-index: 2;
  border: 2px dashed rgba(31, 122, 69, 0.24);
  border-radius: 220px 220px 260px 260px;
  opacity: 0.7;
}

.route-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #f7f1e6;
  border: 3px solid rgba(31, 122, 69, 0.48);
  box-shadow: 0 8px 20px rgba(22, 32, 21, 0.12);
}

.route-dot-one {
  left: 10%;
  top: 22%;
}

.route-dot-two {
  right: 6%;
  top: 38%;
}

.route-dot-three {
  left: 32%;
  bottom: 10%;
}

.collage-note {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 205px;
  padding: 0.72rem 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(22, 32, 21, 0.08);
  box-shadow: 0 18px 34px rgba(22, 32, 21, 0.12);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.3;
  backdrop-filter: blur(10px);
}

.collage-note-index {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(31, 122, 69, 0.12);
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.collage-note-one {
  top: 7rem;
  right: 0.9rem;
}

.collage-note-two {
  top: 23.4rem;
  left: 0.8rem;
}

.collage-note-three {
  right: 0.7rem;
  bottom: 4.8rem;
}

.collage-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.85;
}

.collage-glow-one {
  top: 5rem;
  right: 12%;
  width: 160px;
  height: 160px;
  background: rgba(31, 122, 69, 0.14);
}

.collage-glow-two {
  bottom: 6rem;
  left: 10%;
  width: 190px;
  height: 190px;
  background: rgba(226, 196, 124, 0.24);
}

.trust-grid {
  display: grid;
  gap: 1.5rem;
}

.trust-points {
  display: grid;
  gap: 1rem;
}

.trust-points article {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.section-cta {
  padding-bottom: 4rem;
}

.cta-card {
  width: min(100%, 920px);
  margin: 0 auto;
  background: linear-gradient(160deg, rgba(19, 29, 20, 0.97), rgba(34, 73, 47, 0.94));
  color: #f5f6f1;
  border-radius: 34px;
  padding: 1.6rem;
  box-shadow: 0 32px 80px rgba(18, 26, 18, 0.28);
}

.cta-card .eyebrow,
.cta-card p,
.cta-links a {
  color: rgba(245, 246, 241, 0.78);
}

.cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.8rem;
}

.cta-links a {
  border-bottom: 1px solid rgba(245, 246, 241, 0.35);
  padding-bottom: 0.15rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  animation: rise-in 900ms ease forwards;
}

.reveal-1 {
  animation-delay: 0.1s;
}

.reveal-2 {
  animation-delay: 0.25s;
}

.reveal-3 {
  animation-delay: 0.4s;
}

.reveal-4 {
  animation-delay: 0.55s;
}

@keyframes rise-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 720px) {
  .platform-tablist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .topbar-links {
    display: flex;
    gap: 1.2rem;
    color: var(--muted);
  }

  .topbar {
    flex-wrap: nowrap;
  }

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

  .faq-grid,
  .fallback-layout,
  .impact-layout,
  .legal-layout,
  .platform-grid,
  .platform-steps-grid,
  .participant-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen-collage {
    min-height: 700px;
  }

  .collage-surface {
    min-height: 700px;
  }

  .collage-phone-main {
    width: 250px;
    height: 500px;
    top: 5.1rem;
  }

  .collage-cut-top {
    left: 1rem;
    top: 11rem;
    width: 188px;
    height: 280px;
  }

  .collage-cut-bottom {
    right: 1rem;
    bottom: 7.3rem;
    width: 196px;
    height: 298px;
  }

  .collage-note {
    max-width: 220px;
    font-size: 0.92rem;
  }

  .collage-note-one {
    right: 1.5rem;
    top: 7.4rem;
  }

  .collage-note-two {
    left: 1.2rem;
    top: 25.3rem;
  }

  .collage-note-three {
    right: 1.2rem;
    bottom: 5.2rem;
  }

  .trust-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }
}

@media (min-width: 980px) {
  h1 {
    font-size: clamp(3rem, 4.2vw, 4rem);
  }

  h2 {
    font-size: clamp(2.2rem, 2.9vw, 2.9rem);
  }

  .impact-kicker {
    font-size: clamp(1.55rem, 2.2vw, 1.95rem);
  }

  .hero {
    padding-top: 1.5rem;
  }

  .hero-grid,
  .flow-layout,
  .fallback-layout,
  .impact-layout,
  .legal-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 2rem;
  }

  .platform-steps-grid,
  .participant-actions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .screen-collage {
    min-height: 780px;
  }

  .collage-surface {
    min-height: 780px;
  }

  .collage-phone-main {
    width: 276px;
    height: 552px;
    top: 5rem;
  }

  .collage-cut-top {
    left: 1.75rem;
    top: 10.5rem;
    width: 208px;
    height: 312px;
  }

  .collage-cut-bottom {
    right: 1.6rem;
    bottom: 7.8rem;
    width: 214px;
    height: 326px;
  }

  .collage-route {
    left: 17%;
    right: 16%;
    top: 8.2rem;
    bottom: 8.3rem;
  }

  .collage-note-one {
    right: 1.8rem;
    top: 7.6rem;
  }

  .collage-note-two {
    left: 1.6rem;
    top: 28rem;
  }

  .collage-note-three {
    right: 1.6rem;
    bottom: 5.8rem;
  }

  .hero-copy {
    padding: 2rem;
  }

  .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .section {
    padding-top: 5.5rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .button {
    transition: none;
  }
}
