:root {
  --bg: #030304;
  --bg-soft: #07090d;
  --section-a: #040506;
  --section-b: #090b10;
  --section-c: #050608;
  --section-d: #0c0e13;
  --panel: rgba(16, 18, 23, 0.94);
  --panel-strong: rgba(20, 22, 28, 0.98);
  --text: #f6efe8;
  --muted: #d8d0c7;
  --line: rgba(255, 255, 255, 0.1);
  --red: #99121d;
  --red-bright: #d8202d;
  --gold: #caa36d;
  --shadow: 0 28px 72px rgba(0, 0, 0, 0.5);
  --radius: 28px;
  --radius-sm: 20px;
  --container: min(1160px, calc(100% - 32px));
  --transition: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Assistant", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  line-height: 1.7;
  background:
    radial-gradient(circle at 18% 10%, rgba(216, 32, 45, 0.16), transparent 26%),
    radial-gradient(circle at 80% 0%, rgba(202, 163, 109, 0.08), transparent 16%),
    linear-gradient(180deg, #020203 0%, #06070a 35%, #030304 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: 12px;
  right: 12px;
  transform: translateY(-180%);
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #000;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35) 0 0.7px, transparent 1px),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.22) 0 0.8px, transparent 1px),
    radial-gradient(circle at 55% 78%, rgba(255, 255, 255, 0.15) 0 0.9px, transparent 1px);
  background-size: 12px 12px, 16px 16px, 18px 18px;
}

.hero {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.34) 50%, rgba(0, 0, 0, 0.82) 100%),
    url("./images/hero-crying.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #040506;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 90%, rgba(216, 32, 45, 0.14), transparent 30%),
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.16), transparent 18%),
    radial-gradient(circle at 26% 42%, rgba(255, 218, 185, 0.08), transparent 16%),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 38%, rgba(0, 0, 0, 0.22) 100%);
  z-index: -2;
}

.hero__atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero__smoke {
  position: absolute;
  filter: blur(18px);
  opacity: 0.65;
}

.hero__smoke--one {
  top: 5%;
  left: 4%;
  width: 36vw;
  height: 24vw;
  background: radial-gradient(circle, rgba(104, 109, 117, 0.16), transparent 62%);
}

.hero__smoke--two {
  top: 24%;
  right: 12%;
  width: 26vw;
  height: 20vw;
  background: radial-gradient(circle, rgba(86, 91, 100, 0.14), transparent 60%);
}

.hero__embers {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4%;
  height: 18%;
}

.hero__embers span {
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(231, 96, 61, 0.96);
  box-shadow: 0 0 14px rgba(216, 32, 45, 0.9);
}

.hero__embers span:nth-child(1) { right: 10%; bottom: 16%; }
.hero__embers span:nth-child(2) { right: 18%; bottom: 36%; width: 3px; height: 3px; }
.hero__embers span:nth-child(3) { right: 34%; bottom: 18%; width: 5px; height: 5px; }
.hero__embers span:nth-child(4) { right: 58%; bottom: 8%; width: 3px; height: 3px; }
.hero__embers span:nth-child(5) { right: 74%; bottom: 26%; width: 4px; height: 4px; }
.hero__embers span:nth-child(6) { right: 90%; bottom: 14%; width: 2px; height: 2px; }

.hero__layout {
  position: relative;
  min-height: 100vh;
  padding: 0;
}

.split-visual__image,
.final-cta__image,
.services-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero__content {
  display: grid;
  gap: 0.95rem;
  position: absolute;
  top: 50%;
  right: clamp(24px, 6vw, 88px);
  transform: translateY(-50%);
  width: min(46vw, 760px);
  min-width: 420px;
  z-index: 1;
  padding-inline: 0;
  text-align: right;
}

.hero__rip {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  height: 38px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
  clip-path: polygon(0 34%, 10% 62%, 20% 36%, 31% 72%, 42% 42%, 53% 78%, 64% 44%, 75% 68%, 86% 40%, 100% 60%, 100% 100%, 0 100%);
}

.eyebrow {
  margin: 0;
  font-family: "Assistant", sans-serif;
  color: var(--gold);
  font-size: clamp(1.02rem, 1.15vw, 1.26rem);
  line-height: 1.45;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(4.6rem, 8vw, 8.2rem);
  line-height: 0.78;
  font-weight: 900;
  max-width: 100%;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.58);
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: #e12b37;
}

h2 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.9rem, 6.4vw, 3.75rem);
  line-height: 1.02;
  font-weight: 900;
  max-width: 18ch;
}

h3 {
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 800;
}

.hero__lead {
  display: grid;
  gap: 0.14em;
  font-family: "Assistant", sans-serif;
  justify-items: center;
  font-size: clamp(1.58rem, 1.85vw, 2rem);
  line-height: 1.24;
  font-weight: 800;
  width: min(100%, 19ch);
  max-width: none;
  margin-inline: auto;
  text-align: center;
  transform: translateX(150px);
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.hero__lead span {
  white-space: nowrap;
}

.hero__lead-accent {
  color: var(--accent);
  margin-top: 0.28em;
  font-size: 1.08em;
  font-weight: 900;
  text-shadow:
    0 8px 24px rgba(216, 32, 45, 0.28),
    0 6px 20px rgba(0, 0, 0, 0.5);
}

.hero__lead-accent--final {
  font-size: 1.12em;
}

.hero__story {
  display: grid;
  gap: 0.8rem;
  font-family: "Assistant", sans-serif;
  font-size: 0.98rem;
  color: var(--muted);
  max-width: 42ch;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.hero__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", sans-serif;
  min-height: 68px;
  padding: 18px 32px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: normal;
  white-space: nowrap;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(180deg, #ea3442, #8f0f19);
  color: #fff;
  box-shadow:
    0 18px 34px rgba(153, 18, 29, 0.42),
    0 0 36px rgba(216, 32, 45, 0.28);
}

.button--secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.button--wide {
  width: 100%;
}

.site-footer {
  padding: 1.4rem 0 calc(96px + env(safe-area-inset-bottom));
  text-align: center;
}

.legal-page .site-footer {
  padding-bottom: 2rem;
}

.site-footer__inner {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
}

.site-footer__copyright {
  color: rgba(246, 239, 232, 0.72);
  font-family: "Assistant", sans-serif;
  font-size: 0.92rem;
}

.site-footer__nav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: rgba(246, 239, 232, 0.84);
  font-family: "Assistant", sans-serif;
  font-size: 0.98rem;
}

.site-footer__nav a {
  transition: color var(--transition);
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: #f6efe8;
}

.site-footer__separator {
  color: rgba(202, 163, 109, 0.5);
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}

.legal-main {
  padding: 80px 16px;
}

.legal-card {
  width: min(900px, 100%);
  margin-inline: auto;
  padding: clamp(28px, 4vw, 42px);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 88% 10%, rgba(216, 32, 45, 0.12), transparent 24%),
    radial-gradient(circle at 18% 0%, rgba(202, 163, 109, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(14, 16, 20, 0.98);
  box-shadow: var(--shadow);
}

.legal-card h1 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  line-height: 1.02;
  text-align: center;
  margin-bottom: 1.4rem;
}

.legal-card h2 {
  margin-top: 2.5rem;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.15;
  color: var(--gold);
  max-width: none;
}

.legal-card p,
.legal-card li {
  font-family: "Assistant", sans-serif;
  font-size: clamp(1.02rem, 1.3vw, 1.12rem);
  line-height: 1.8;
  color: #f6efe8;
}

.legal-card p + p {
  margin-top: 1rem;
}

.legal-card ul {
  margin: 1rem 0 0;
  padding: 0 1.2rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.legal-card li::marker {
  color: var(--gold);
}

.legal-updated {
  margin-top: 2.2rem;
  color: rgba(246, 239, 232, 0.78);
  font-weight: 600;
}

.legal-org-box {
  margin-top: 2.5rem;
  padding: 1.35rem 1.4rem;
  border-radius: 20px;
  border: 1px solid rgba(202, 163, 109, 0.35);
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 163, 109, 0.08), transparent 60%),
    rgba(202, 163, 109, 0.08);
}

.legal-org-box h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #f6efe8;
}

.legal-org-box p + p {
  margin-top: 0.55rem;
}

.legal-org-box strong {
  color: var(--gold);
  font-weight: 700;
}

.legal-back {
  display: inline-flex;
  margin-top: 1.8rem;
  color: #ea3442;
  font-family: "Assistant", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: color var(--transition);
}

.legal-back:hover,
.legal-back:focus-visible {
  color: #ff5a65;
}

.hero__trust {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  margin: 1.1rem auto 2rem;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 20px;
  border: 1px solid rgba(202, 163, 109, 0.35);
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 163, 109, 0.08), transparent 55%),
    rgba(202, 163, 109, 0.08);
  color: #f6efe8;
  text-align: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(202, 163, 109, 0.08);
}

.hero__trust-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(202, 163, 109, 0.12);
  border: 1px solid rgba(202, 163, 109, 0.28);
  font-size: 1.5rem;
  box-shadow: 0 0 20px rgba(202, 163, 109, 0.12);
}

.hero__trust-line {
  font-family: "Assistant", sans-serif;
  color: #f6efe8;
  font-size: clamp(1.22rem, 2vw, 1.45rem);
  line-height: 1.45;
  font-weight: 700;
  max-width: 34ch;
}

.hero-story-block {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.hero-story-block__copy {
  display: grid;
  gap: 0;
  color: var(--muted);
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.hero-story-block__copy p {
  font-family: "Assistant", sans-serif;
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}

.hero-story-block__copy p:last-child {
  margin-bottom: 0;
}

.story-transition {
  position: relative;
  margin: 60px 0 80px;
  min-height: clamp(380px, 42vw, 460px);
  border-radius: clamp(28px, 3vw, 34px);
  overflow: hidden;
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(216, 32, 45, 0.12);
}

.story-transition img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.96) contrast(1.05) saturate(0.92);
}

.story-transition::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.08) 0%, rgba(5, 6, 8, 0.24) 100%),
    radial-gradient(circle at 18% 22%, rgba(255, 238, 209, 0.08), transparent 24%);
}

.section {
  position: relative;
  padding-block: 120px;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 20%, rgba(216, 32, 45, 0.07), transparent 16%),
    radial-gradient(circle at 88% 70%, rgba(202, 163, 109, 0.04), transparent 12%);
}

.section--statement {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 32, 45, 0.1), transparent 28%),
    linear-gradient(180deg, var(--section-b) 0%, var(--section-a) 100%);
}

.section--symptoms {
  background:
    radial-gradient(circle at 82% 12%, rgba(216, 32, 45, 0.08), transparent 22%),
    linear-gradient(180deg, var(--section-c) 0%, var(--section-b) 100%);
}

.section--stats {
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 32, 45, 0.08), transparent 24%),
    linear-gradient(180deg, var(--section-d) 0%, var(--section-c) 100%);
}

.section-heading,
.statement-heading,
.split-visual__copy,
.mission-copy,
.funeral-copy,
.final-cta__copy,
.numbers-copy {
  display: grid;
  gap: 1rem;
}

.section-heading,
.statement-heading {
  margin-bottom: clamp(3.75rem, 6vw, 5rem);
}

.statement-heading h2,
.section-heading h2 {
  margin-bottom: 0;
}

.statement-panel,
.info-card,
.service-card,
.stat-card,
.donation-panel,
.final-cta,
.mission-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--panel);
  box-shadow: var(--shadow);
}

.statement-panel {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(2.4rem, 4vw, 3.4rem) clamp(1.5rem, 3vw, 2.4rem);
  border-top: 4px solid rgba(216, 32, 45, 0.76);
  margin-top: 24px;
  text-align: center;
  position: relative;
  background:
    radial-gradient(circle at 50% 72%, rgba(216, 32, 45, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--panel);
}

.statement-panel::before {
  content: "”";
  position: absolute;
  top: 22px;
  right: 50%;
  transform: translateX(50%);
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  line-height: 1;
  color: rgba(216, 32, 45, 0.3);
  text-shadow: 0 0 28px rgba(216, 32, 45, 0.18);
}

.statement-panel p:not(.statement-panel__quote) {
  font-family: "Assistant", sans-serif;
  max-width: 860px;
  margin-inline: auto;
  color: #d8d0c7;
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.95;
  font-weight: 500;
}

.statement-panel p + p:not(.statement-panel__quote) {
  margin-top: 1rem;
}

.statement-panel__quote,
.numbers-copy__highlight,
.service-card__highlight,
.split-visual__quote {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 800;
}

.numbers-copy {
  max-width: 1000px;
  margin: 2rem auto 0;
  display: grid;
  gap: 1.6rem;
  text-align: center;
}

.numbers-copy p {
  color: #f6efe8;
  font-size: clamp(26px, 2.2vw, 30px);
  line-height: 1.8;
  margin: 0;
}

.mission-copy p,
.funeral-copy p,
.final-cta__copy p,
.donation-panel__intro p {
  line-height: 1.8;
}

.numbers-copy__emphasis {
  display: inline-block;
  margin-inline: 0.1em;
  color: #e53935;
  font-size: 1.22em;
  font-weight: 900;
  text-shadow: 0 0 16px rgba(229, 57, 53, 0.18);
}

.numbers-copy__highlight {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
  padding: 1.4rem 1.25rem;
  border: 1px solid rgba(229, 57, 53, 0.45);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 57, 53, 0.12), transparent 45%),
    rgba(14, 16, 20, 0.96);
  color: #fff;
  font-size: clamp(28px, 2.5vw, 34px);
  line-height: 1.5;
  text-align: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 16px 34px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(229, 57, 53, 0.12);
}

.numbers-copy__warning-icon {
  font-size: 1.15em;
  line-height: 1;
}

.statement-panel__quote {
  max-width: 18ch;
  margin: 2.2rem auto 0;
  color: #fff;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  text-shadow:
    0 0 24px rgba(216, 32, 45, 0.14),
    0 8px 26px rgba(0, 0, 0, 0.34);
}

.services-visual {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 100%, rgba(216, 32, 45, 0.14), transparent 30%),
    rgba(8, 9, 12, 0.95);
  border-radius: 24px;
}

.services-sprite-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: center;
}

.services-sprite {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background-image: url("./images/2.png");
  background-repeat: no-repeat;
  background-size: 700% auto;
  background-position-y: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 10px 24px rgba(0, 0, 0, 0.28);
}

.services-sprite--1 { background-position-x: 0%; }
.services-sprite--2 { background-position-x: 16.66%; }
.services-sprite--3 { background-position-x: 33.33%; }
.services-sprite--4 { background-position-x: 50%; }
.services-sprite--5 { background-position-x: 66.66%; }
.services-sprite--6 { background-position-x: 83.33%; }
.services-sprite--7 { background-position-x: 100%; }

.services-sprite:hover {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 24px rgba(216, 32, 45, 0.18),
    0 12px 26px rgba(0, 0, 0, 0.34);
}

@media (max-width: 959px) {
  .services-visual {
    padding: 0.85rem;
  }

  .services-sprite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .services-sprite {
    min-height: 120px;
    background-size: 700% auto;
  }
}

.cards-grid,
.stats-grid,
.donation-grid {
  display: grid;
  gap: 1rem;
}

.cards-grid--symptoms .info-card,
.service-card,
.stat-card,
.donation-panel {
  padding: 1.3rem;
}

.cards-grid--symptoms .info-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 0 1 calc(25% - 0.95rem);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: calc(25% - 0.95rem);
  min-height: 325px;
  text-align: center;
  gap: 0.75rem;
  padding: 1.35rem 1.2rem 1.15rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 32, 45, 0.2), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(216, 32, 45, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    var(--panel);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 28px rgba(216, 32, 45, 0.1),
    var(--shadow);
}

.cards-grid--symptoms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
}

.cards-grid--symptoms .info-card::before {
  content: "";
  width: clamp(90px, 8vw, 120px);
  aspect-ratio: 1 / 1;
  margin-bottom: 0.25rem;
  border-radius: 24px;
  background-image: url("./images/2.png");
  background-repeat: no-repeat;
  background-size: 700% auto;
  background-position-y: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 24px rgba(216, 32, 45, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.28);
}

.cards-grid--symptoms .info-card:nth-child(1) {
  order: 7;
}

.cards-grid--symptoms .info-card:nth-child(1)::before {
  background-position-x: 0%;
}

.cards-grid--symptoms .info-card:nth-child(2) {
  order: 4;
}

.cards-grid--symptoms .info-card:nth-child(2)::before {
  background-position-x: 33.33%;
}

.cards-grid--symptoms .info-card:nth-child(3) {
  order: 3;
}

.cards-grid--symptoms .info-card:nth-child(3)::before {
  background-position-x: 66.66%;
}

.cards-grid--symptoms .info-card:nth-child(4) {
  order: 2;
}

.cards-grid--symptoms .info-card:nth-child(4)::before {
  background-position-x: 16.66%;
}

.cards-grid--symptoms .info-card:nth-child(5) {
  order: 6;
}

.cards-grid--symptoms .info-card:nth-child(5)::before {
  background-position-x: 83.33%;
}

.cards-grid--symptoms .info-card:nth-child(6) {
  order: 1;
}

.cards-grid--symptoms .info-card:nth-child(6)::before {
  background-position-x: 50%;
}

.cards-grid--symptoms .info-card:nth-child(6) {
  border-color: rgba(216, 32, 45, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 36px rgba(216, 32, 45, 0.16),
    var(--shadow);
}

.cards-grid--symptoms .info-card:nth-child(7) {
  order: 7;
}

.cards-grid--symptoms .info-card:nth-child(7)::before {
  background-position-x: 100%;
}

.symptom-icon {
  display: none;
}

.cards-grid--symptoms .info-card h3 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  line-height: 1.15;
  font-weight: 800;
}

.cards-grid--symptoms .info-card p {
  font-family: "Assistant", sans-serif;
  color: rgba(245, 241, 236, 0.88);
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  line-height: 1.58;
  font-weight: 400;
}

.symptoms-bridge {
  margin: 2rem auto 0;
  max-width: 34ch;
  text-align: center;
  color: rgba(246, 239, 232, 0.9);
  font-family: "Assistant", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.42rem);
  line-height: 1.55;
  font-weight: 600;
}

.stats-grid {
  margin-bottom: 1.8rem;
}

.stat-card {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  grid-template-rows: auto minmax(72px, auto) minmax(74px, auto) minmax(48px, auto);
  align-content: center;
  gap: 0.9rem;
  min-height: 332px;
  padding: 1.45rem 1.2rem 1.35rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 32, 45, 0.2), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    var(--panel);
}

.stat-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(216, 32, 45, 0.96), transparent);
}

.stat-card__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin-bottom: 0.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 50% 100%, rgba(216, 32, 45, 0.22), transparent 46%),
    rgba(17, 20, 27, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 12px 32px rgba(0, 0, 0, 0.26),
    0 0 26px rgba(216, 32, 45, 0.08);
}

.stat-card__icon::after {
  content: "";
  position: absolute;
  right: 20%;
  left: 20%;
  bottom: 10px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(229, 57, 53, 0.94), transparent);
  box-shadow: 0 0 16px rgba(229, 57, 53, 0.72);
}

.stat-card__icon svg {
  width: 54px;
  height: 54px;
  stroke: #ff7a73;
  stroke-width: 1.65;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 14px rgba(229, 57, 53, 0.32));
}

.stat-card strong {
  font-family: "Rubik", sans-serif;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.02;
  white-space: nowrap;
  color: #f6efe8;
  text-shadow: 0 0 24px rgba(216, 32, 45, 0.26);
}

.stat-card__label {
  font-family: "Assistant", sans-serif;
  display: block;
  width: 100%;
  max-width: 16ch;
  color: #f6efe8;
  font-size: clamp(1.02rem, 1.18vw, 1.18rem);
  font-weight: 700;
  line-height: 1.32;
  text-wrap: balance;
}

.stat-card__support {
  display: block;
  margin-top: 0.15rem;
  color: rgba(216, 208, 199, 0.86);
  width: 100%;
  max-width: 15ch;
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 500;
}

.section--collapse {
  background:
    radial-gradient(circle at 78% 16%, rgba(216, 32, 45, 0.1), transparent 18%),
    linear-gradient(180deg, var(--section-b) 0%, var(--section-a) 100%);
}

.section--mission {
  background:
    radial-gradient(circle at 16% 12%, rgba(216, 32, 45, 0.08), transparent 20%),
    linear-gradient(180deg, var(--section-c) 0%, var(--section-d) 100%);
}

.section--donation {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 32, 45, 0.16), transparent 28%),
    radial-gradient(circle at 78% 16%, rgba(202, 163, 109, 0.08), transparent 20%),
    linear-gradient(180deg, #11141b 0%, #0c0f14 100%);
}

.section--donation .section-heading {
  max-width: 900px;
  margin-inline: auto;
}

.split-visual {
  display: grid;
  gap: 1.4rem;
}

.split-visual__copy {
  position: relative;
  align-content: center;
  gap: 1.35rem;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-radius: 28px;
}

.split-visual__copy::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.88) 0%, rgba(5, 6, 8, 0.72) 55%, rgba(5, 6, 8, 0.18) 100%),
    radial-gradient(circle at 12% 18%, rgba(216, 32, 45, 0.08), transparent 26%);
  pointer-events: none;
  z-index: 0;
}

.split-visual__copy > * {
  position: relative;
  z-index: 1;
}

.split-visual__copy > p:not(.split-visual__quote) {
  font-family: "Assistant", sans-serif;
  max-width: 32ch;
  color: #f6efe8;
  font-size: clamp(22px, 1.9vw, 24px);
  line-height: 1.78;
  margin: 0;
}

.split-visual__copy > p + p:not(.split-visual__quote) {
  margin-top: 0.85rem;
}

.split-visual__image {
  min-height: 420px;
}

.split-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  filter: brightness(1.24) contrast(1.14) saturate(0.94);
}

.split-visual__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 44%, rgba(226, 177, 109, 0.18), transparent 18%),
    radial-gradient(circle at 58% 56%, rgba(255, 227, 181, 0.08), transparent 14%),
    linear-gradient(90deg, rgba(4, 5, 8, 0.34) 0%, rgba(4, 5, 8, 0.08) 42%, rgba(4, 5, 8, 0.02) 100%),
    linear-gradient(180deg, rgba(4, 5, 8, 0.02), rgba(4, 5, 8, 0.16));
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.36);
}

.split-visual__quote {
  max-width: 20ch;
  margin-top: 2rem;
  padding: 1.25rem 1.35rem;
  border-inline-start: 3px solid rgba(229, 57, 53, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(229, 57, 53, 0.14), rgba(229, 57, 53, 0.03)),
    rgba(12, 13, 17, 0.82);
  color: #e53935;
  font-size: clamp(26px, 2.2vw, 30px);
  line-height: 1.55;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(229, 57, 53, 0.18);
}

.mission-layout {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.mission-panel {
  min-height: 390px;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.mission-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 44%;
  filter: brightness(0.8) contrast(1.04) saturate(0.88);
}

.mission-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.16) 0%, rgba(5, 6, 8, 0.05) 40%, rgba(5, 6, 8, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.06), rgba(5, 6, 8, 0.32));
}

.mission-copy p {
  font-family: "Assistant", sans-serif;
  font-size: clamp(24px, 1.95vw, 28px);
  line-height: 1.86;
  font-weight: 500;
  max-width: 30ch;
  margin-inline: auto;
}

.section--founder {
  background:
    radial-gradient(circle at 14% 18%, rgba(202, 163, 109, 0.08), transparent 20%),
    radial-gradient(circle at 86% 12%, rgba(216, 32, 45, 0.1), transparent 24%),
    linear-gradient(180deg, var(--section-b) 0%, var(--section-c) 100%);
}

.founder-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
}

.founder-panel {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 520px;
  border-radius: 24px;
  border: 1px solid rgba(202, 163, 109, 0.26);
  background: rgba(10, 11, 15, 0.94);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 36px rgba(216, 32, 45, 0.08);
}

.founder-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 20%;
}

.founder-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 8, 10, 0.06), rgba(7, 8, 10, 0.14)),
    radial-gradient(circle at 22% 18%, rgba(202, 163, 109, 0.12), transparent 20%);
  pointer-events: none;
}

.founder-copy {
  position: relative;
  padding: clamp(1.5rem, 2vw, 2rem);
  border-radius: 24px;
  border: 1px solid rgba(202, 163, 109, 0.22);
  background:
    linear-gradient(135deg, rgba(18, 19, 24, 0.92), rgba(10, 11, 15, 0.78)),
    radial-gradient(circle at 88% 16%, rgba(216, 32, 45, 0.08), transparent 22%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 18px 50px rgba(0, 0, 0, 0.22);
}

.founder-copy .section-heading {
  margin-bottom: 1.4rem;
  text-align: right;
}

.founder-copy .section-heading h2 {
  max-width: 13ch;
}

.founder-copy p {
  margin: 0;
  font-family: "Assistant", sans-serif;
  font-size: clamp(20px, 1.68vw, 26px);
  line-height: 1.8;
  color: #f6efe8;
  text-align: right;
}

.founder-copy strong {
  color: #f6efe8;
  font-weight: 700;
  text-shadow: 0 0 18px rgba(202, 163, 109, 0.12);
}

.founder-copy strong:first-of-type {
  color: #d7b27a;
}

.section--services .section-heading {
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}

.section--services .section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.08;
  max-width: 18ch;
  margin-inline: auto;
}

.services-intro {
  max-width: 34ch;
  margin: 1rem auto 0;
  font-family: "Assistant", sans-serif;
  font-size: clamp(1.12rem, 1.45vw, 1.32rem);
  line-height: 1.55;
  color: #d8d0c7;
}

.services-divider {
  display: block;
  width: 168px;
  height: 2px;
  margin: 1.45rem auto 0;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(201, 29, 46, 0.22) 18%, rgba(201, 29, 46, 0.95) 50%, rgba(201, 29, 46, 0.22) 82%, transparent 100%);
  position: relative;
}

.services-divider::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: #e53935;
  box-shadow: 0 0 16px rgba(229, 57, 53, 0.55);
}

.cards-grid--services {
  gap: 24px;
  align-items: stretch;
  direction: ltr;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto auto 1fr auto;
  justify-items: center;
  align-content: start;
  gap: 0;
  min-height: 100%;
  padding: 0;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 29, 46, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(17, 20, 27, 0.96);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.015),
    0 20px 42px rgba(0, 0, 0, 0.34);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
  direction: rtl;
}

.service-card--emergency {
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 29, 46, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(201, 29, 46, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(17, 20, 27, 0.96);
}

.service-card--companions {
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 29, 46, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(17, 20, 27, 0.96);
}

.service-card--family {
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 29, 46, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(17, 20, 27, 0.96);
}

.service-card__visual {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 220px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
}

.service-card__visual img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) contrast(1.04) saturate(0.9);
}

.service-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.75)),
    linear-gradient(180deg, rgba(5, 6, 8, 0.02) 0%, rgba(5, 6, 8, 0.28) 48%, rgba(5, 6, 8, 0.72) 100%);
}

.service-card__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.service-card__badge {
  position: absolute;
  inset: 18px 50% auto auto;
  transform: translateX(50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 42px;
  padding-inline: 18px;
  border-radius: 999px;
  background: #c91d2e;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(201, 29, 46, 0.34);
  z-index: 2;
}

.service-card__icon {
  display: inline-grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 30px rgba(201, 29, 46, 0.18);
  margin-top: -55px;
  position: relative;
  z-index: 1;
}

.service-card__icon svg {
  width: 50px;
  height: 50px;
  fill: #f6efe8;
  opacity: 0.96;
}

.service-card h3 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.25rem, 1.55vw, 1.38rem);
  line-height: 1.15;
  font-weight: 900;
  margin: 1.4rem 0 0;
  max-width: 15ch;
}

.service-card p {
  font-family: "Assistant", sans-serif;
  color: #d8d0c7;
  margin: 0;
}

.service-card__subtitle {
  color: #ef414d;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0.4rem;
}

.service-card__summary {
  font-family: "Assistant", sans-serif;
  max-width: 28ch;
  color: #f6efe8;
  font-size: clamp(1rem, 1.18vw, 1.08rem);
  line-height: 1.6;
  font-weight: 500;
  margin: 1rem auto 0;
  padding-inline: 1.6rem;
}

.service-list,
.service-card ul {
  margin: 0;
  padding: 1.35rem 1.7rem 0;
  list-style: none;
  display: grid;
  gap: 0;
  color: var(--muted);
  width: 100%;
}

.service-card li {
  font-family: "Assistant", sans-serif;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  gap: 14px;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding: 0.92rem 0;
  font-size: 1.02rem;
  line-height: 1.5;
  color: #f6efe8;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.service-list__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #ef414d;
  filter: drop-shadow(0 0 8px rgba(201, 29, 46, 0.2));
}

.service-list__icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-list--support {
  margin-top: 0;
}

.service-card__footer {
  width: calc(100% - 32px);
  margin: 1.2rem 16px 16px;
  padding: 1rem 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(12, 14, 19, 0.86);
  color: #ef414d;
  font-family: "Assistant", sans-serif;
  font-size: clamp(1.18rem, 1.45vw, 1.3rem);
  line-height: 1.4;
  font-weight: 800;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(201, 29, 46, 0.4);
  box-shadow:
    0 26px 52px rgba(0, 0, 0, 0.4),
    0 0 34px rgba(201, 29, 46, 0.16);
}

.donation-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 356px;
  height: 100%;
  text-align: center;
  direction: rtl;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 1.85rem 1.75rem 1.65rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 163, 109, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(153, 18, 29, 0.26), rgba(255, 255, 255, 0.04)),
    var(--panel-strong);
  box-shadow: var(--shadow);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.donation-grid {
  margin-bottom: 50px;
  align-items: stretch;
  direction: ltr;
}

.donation-card:hover,
.donation-card:focus-visible,
.donation-card.is-selected {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(216, 32, 45, 0.94);
  box-shadow:
    0 26px 48px rgba(153, 18, 29, 0.34),
    0 0 40px rgba(216, 32, 45, 0.28);
}

.donation-card__icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.donation-card.is-selected {
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 163, 109, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(216, 32, 45, 0.4), rgba(255, 255, 255, 0.04)),
    #171012;
}

.donation-card__amount {
  font-family: "Rubik", sans-serif;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: baseline;
  margin-inline: auto;
  min-height: 84px;
  padding-inline: 0.6em;
  font-size: clamp(3.5rem, 4vw, 4.25rem);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
  direction: ltr;
  unicode-bidi: isolate;
  flex: 0 0 auto;
}

.donation-card__title {
  display: block;
  font-family: "Assistant", sans-serif;
  font-size: 1.12rem;
  line-height: 1.24;
  font-weight: 800;
  color: #f6efe8;
  text-align: center;
  width: 100%;
}

.donation-card__text {
  display: block;
  font-family: "Assistant", sans-serif;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 19ch;
}

.donation-card--custom {
  justify-content: space-between;
}

.donation-card__amount--custom {
  min-height: auto;
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  line-height: 1.15;
  direction: rtl;
}

.donation-card__field {
  width: 100%;
  margin-top: auto;
}

.donation-card__field input {
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  padding-inline: 1rem;
  text-align: center;
  font-family: "Assistant", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.donation-card__field input::placeholder {
  color: rgba(246, 239, 232, 0.55);
}

.donation-card__field input:focus {
  outline: 2px solid rgba(202, 163, 109, 0.44);
  outline-offset: 2px;
}

.donation-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.25rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 32, 45, 0.22), transparent 28%),
    radial-gradient(circle at 80% 14%, rgba(202, 163, 109, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(14, 16, 20, 0.98);
}

.donation-panel__glow {
  position: absolute;
  inset: auto 12% -20% 12%;
  height: 220px;
  background: radial-gradient(circle, rgba(216, 32, 45, 0.22), transparent 64%);
  pointer-events: none;
}

.donation-panel__label {
  font-family: "Assistant", sans-serif;
  color: var(--gold);
  font-weight: 700;
}

.donation-panel__appeal {
  font-family: "Assistant", sans-serif;
  color: #f6efe8;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.45;
  font-weight: 800;
}

#selected-amount {
  display: block;
  margin-block: 0.25rem 0.7rem;
  font-family: "Rubik", sans-serif;
  font-size: clamp(2.2rem, 9vw, 3.6rem);
  line-height: 1;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field span {
  font-family: "Assistant", sans-serif;
  color: var(--muted);
  font-size: 0.95rem;
}

.field input {
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding-inline: 1rem;
}

.field input:focus {
  outline: 2px solid rgba(202, 163, 109, 0.5);
  outline-offset: 2px;
}

.section--funeral {
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 32, 45, 0.1), transparent 22%),
    linear-gradient(180deg, var(--section-a) 0%, var(--section-b) 100%);
  padding-top: 24px;
}

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

.funeral-panel {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: rgba(8, 8, 10, 0.96);
}

.funeral-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  filter: brightness(0.9) contrast(1.03) saturate(0.9);
}

.funeral-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 5, 8, 0.2) 0%, rgba(4, 5, 8, 0.06) 42%, rgba(4, 5, 8, 0.22) 100%),
    linear-gradient(180deg, rgba(4, 5, 8, 0.04), rgba(4, 5, 8, 0.18));
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.34);
}

.funeral-copy {
  position: relative;
  z-index: 1;
  max-width: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  justify-items: start;
  align-content: center;
  text-align: right;
}

.funeral-copy .eyebrow,
.funeral-copy h2,
.funeral-copy p {
  margin-inline: 0;
}

.funeral-copy h2 {
  max-width: 11ch;
}

.funeral-copy p:not(.eyebrow) {
  font-family: "Assistant", sans-serif;
  font-size: clamp(24px, 1.95vw, 28px);
  line-height: 1.78;
  font-weight: 500;
  max-width: 40ch;
}

.funeral-copy > p + p {
  margin-top: 0.85rem;
}

.section--final-cta {
  background:
    radial-gradient(circle at 84% 8%, rgba(216, 32, 45, 0.14), transparent 24%),
    radial-gradient(circle at 18% 14%, rgba(202, 163, 109, 0.06), transparent 18%),
    linear-gradient(180deg, #0f1218 0%, #06070a 100%);
  padding-top: 12px;
}

.final-cta {
  display: grid;
  gap: 1.4rem;
  padding: 1.7rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(216, 32, 45, 0.18), transparent 26%),
    radial-gradient(circle at 18% 84%, rgba(202, 163, 109, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(216, 32, 45, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.final-cta__copy {
  max-width: 34rem;
}

.final-cta__copy h2 {
  font-family: "Rubik", sans-serif;
  max-width: 11ch;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.final-cta__image {
  display: block;
  width: 100%;
  min-height: 420px;
  height: 420px;
  background: rgba(8, 8, 10, 0.96);
}

.final-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 36% center;
  filter: brightness(0.75) saturate(0.82);
}

.final-cta__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 50%, rgba(216, 32, 45, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(4, 5, 8, 0.3) 0%, rgba(4, 5, 8, 0.08) 36%, rgba(4, 5, 8, 0.58) 100%);
}

.site-footer {
  padding: 0 0 calc(96px + env(safe-area-inset-bottom));
  text-align: center;
}

.floating-help {
  position: fixed;
  left: 16px;
  bottom: calc(96px + env(safe-area-inset-bottom));
  z-index: 20;
  min-width: 60px;
  min-height: 60px;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #16915c, #0d7347);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px rgba(13, 115, 71, 0.28);
  font-weight: 800;
}

.mobile-sticky-donate {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.9rem 1rem calc(0.9rem + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(216, 32, 45, 0.22), rgba(7, 8, 10, 0.96)),
    rgba(5, 6, 8, 0.96);
  border-top: 1px solid rgba(216, 32, 45, 0.32);
  backdrop-filter: blur(18px);
  transition: opacity var(--transition);
  box-shadow: 0 -18px 36px rgba(0, 0, 0, 0.44);
}

.mobile-sticky-donate strong {
  display: block;
  font-size: 1.15rem;
}

.mobile-sticky-donate span {
  color: var(--muted);
  font-size: 0.85rem;
}

@media (min-width: 700px) {
  .cards-grid--symptoms,
  .cards-grid--services,
  .stats-grid,
  .donation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .donation-panel__controls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .button--wide {
    width: auto;
    min-width: 220px;
  }
}

@media (min-width: 960px) {
  .hero {
    min-height: 100vh;
  }

  .hero__layout {
    min-height: 100vh;
  }

  h1 {
    font-size: clamp(4.2rem, 7.3vw, 7.5rem);
  }

  h1 span + span {
    margin-top: 16px;
  }

  .hero__lead {
    justify-items: start;
    margin-inline: 0;
    margin-right: auto;
    text-align: right;
    width: max-content;
    max-width: 100%;
    margin-top: 1.1rem;
    transform: translateX(252px);
  }

  .hero__actions {
    margin-top: 1.7rem;
  }

  .section--donation .section-heading {
    max-width: 1180px;
  }

  .section--donation .section-heading h2 {
    max-width: 22ch;
    font-size: clamp(1.8rem, 3.55vw, 2.95rem);
    line-height: 1.14;
    margin-inline: auto;
  }

  .section--symptoms .container {
    width: min(1320px, calc(100% - 32px));
  }

  .section--symptoms .section-heading {
    max-width: 1200px;
    margin-inline: auto;
  }

  .section--symptoms .section-heading h2 {
    max-width: none;
    font-size: clamp(1.72rem, 3.75vw, 3.05rem);
    white-space: nowrap;
  }

  .section {
    padding-block: 120px;
  }

  .cards-grid--symptoms,
  .cards-grid--services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cards-grid--services {
    gap: 32px;
  }

  .cards-grid--symptoms {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .donation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
    direction: rtl;
  }

  .split-visual {
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    align-items: center;
  }

  .mission-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
  }

  .founder-layout {
    grid-template-columns: minmax(320px, 0.4fr) minmax(0, 0.6fr);
  }

  .funeral-layout {
    grid-template-columns: minmax(590px, 640px) minmax(0, 1fr);
    align-items: center;
    gap: 2rem;
  }

  .funeral-panel {
    width: min(100%, 640px);
    max-width: 640px;
    min-height: 0;
    height: auto;
    aspect-ratio: 1.8 / 1;
  }

  .funeral-panel img {
    object-position: center center;
  }

  .funeral-copy {
    justify-items: start;
    align-content: center;
    text-align: right;
  }

  .funeral-copy p:not(.eyebrow) {
    max-width: 43ch;
  }

  .final-cta {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    align-items: center;
  }

  .final-cta__image {
    width: 100%;
    height: 420px;
    min-height: 420px;
  }

  .donation-panel {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
  }

  .mobile-sticky-donate {
    display: none;
  }

  .floating-help {
    bottom: 24px;
  }

  .site-footer {
    padding-bottom: 42px;
  }

  .section-heading,
  .statement-heading,
  .statement-panel,
  .numbers-copy,
  .hero__trust,
  .stats-grid,
  .stat-card,
  .cards-grid--symptoms .info-card,
  .service-card,
  .section--funeral .funeral-copy,
  .section--donation .section-heading,
  .section--donation .donation-panel {
    text-align: center;
    align-items: center;
  }

  .section-heading,
  .statement-heading,
  .statement-panel,
  .numbers-copy,
  .hero__trust {
    justify-items: center;
  }

  .stats-grid {
    justify-content: center;
    align-items: stretch;
  }

  .stat-card,
  .service-card {
    justify-items: center;
  }

  .section--donation .donation-panel {
    justify-items: center;
  }
}

@media (max-width: 959px) {
  .section {
    padding-block: 80px;
  }

  .section--stats {
    padding-inline: 16px;
  }

  .hero {
    min-height: auto;
    background-position: 26% 18%;
  }

  .hero__layout {
    min-height: auto;
    position: relative;
  }

  .hero__content {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: min(100%, 640px);
    min-width: 0;
    padding-top: min(58vw, 320px);
    padding-inline: 8px;
    margin-inline: auto;
  }

  h1 {
    max-width: none;
    font-size: clamp(3.8rem, 16vw, 5.8rem);
  }

  h1 span + span {
    margin-top: 12px;
  }

  h2 {
    font-size: clamp(1.7rem, 6.2vw, 2.8rem);
    max-width: 19ch;
    line-height: 1.08;
  }

  .hero__lead {
    gap: 0.16em;
    justify-items: center;
    width: min(100%, 24ch);
    max-width: none;
    margin-inline: auto;
    font-size: clamp(1.06rem, 3.45vw, 1.32rem);
    line-height: 1.24;
    text-align: center;
    transform: none;
  }

  .hero__lead-accent {
    margin-top: 0.36em;
    font-size: 1.1em;
  }

  .hero__story {
    max-width: 100%;
  }

  .hero__actions {
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 1rem;
  }

  .hero__trust {
    font-size: 0.82rem;
  }

  .statement-heading,
  .section-heading {
    margin-bottom: 45px;
  }

  .statement-panel {
    padding: 2.6rem 1.2rem 2.2rem;
  }

  .statement-panel p:not(.statement-panel__quote) {
    font-size: clamp(18px, 4.7vw, 22px);
    line-height: 1.85;
  }

  .statement-panel__quote {
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.45;
    margin-top: 1.8rem;
  }

  .numbers-copy {
    gap: 1.2rem;
  }

  .numbers-copy p {
    font-size: clamp(20px, 5vw, 24px);
  }

  .numbers-copy__highlight {
    font-size: clamp(24px, 6vw, 30px);
    padding: 1.2rem 1rem;
  }

  .hero-story-block__copy {
    gap: 0;
  }

  .hero-story-block__copy p {
    font-size: clamp(20px, 5.5vw, 22px);
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .story-transition {
    margin: 40px 0 50px;
    min-height: clamp(240px, 62vw, 300px);
  }

  .cards-grid--symptoms {
    gap: 1rem;
  }

  .cards-grid--symptoms .info-card {
    flex-basis: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    min-height: 360px;
  }

  .cards-grid--symptoms .info-card::before {
    width: 84px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 26px;
  }

  .stat-card strong {
    font-size: clamp(2.15rem, 9vw, 2.8rem);
  }

  .stat-card {
    width: min(92vw, 420px);
    max-width: 420px;
    grid-template-rows: auto minmax(64px, auto) minmax(68px, auto) minmax(48px, auto);
    min-height: 280px;
    gap: 0.95rem;
    padding: 2.1rem 1.5rem 1.8rem;
    margin-inline: auto;
  }

  .stat-card__icon {
    width: 88px;
    height: 88px;
  }

  .stat-card__icon svg {
    width: 42px;
    height: 42px;
  }

  .stat-card__label {
    max-width: 16ch;
    font-size: clamp(1.25rem, 4.6vw, 1.38rem);
    line-height: 1.3;
  }

  .stat-card__support {
    max-width: 17ch;
    font-size: clamp(1.08rem, 4vw, 1.18rem);
    line-height: 1.42;
  }

  .split-visual__image {
    order: -1;
    min-height: 320px;
  }

  .split-visual__copy > p:not(.split-visual__quote) {
    max-width: 100%;
    font-size: clamp(18px, 4.7vw, 20px);
    line-height: 1.7;
    text-align: center;
  }

  .split-visual__quote {
    font-size: clamp(24px, 6.5vw, 28px);
    line-height: 1.6;
    text-align: center;
    margin-top: 1.15rem;
    padding: 1.05rem 1rem;
    border-inline-start: 0;
    border-top: 3px solid rgba(229, 57, 53, 0.9);
  }

  .mission-panel {
    min-height: 300px;
  }

  .mission-panel img {
    object-position: 58% center;
  }

  .founder-layout {
    grid-template-columns: 1fr;
  }

  .founder-panel {
    min-height: clamp(360px, 72vw, 520px);
    order: -1;
  }

  .founder-panel img {
    object-position: center 18%;
  }

  .founder-copy {
    padding: 1.2rem;
    justify-items: center;
  }

  .founder-copy .section-heading {
    margin-bottom: 1rem;
    text-align: center;
  }

  .founder-copy .section-heading h2 {
    max-width: 100%;
  }

  .founder-copy p {
    font-size: clamp(18px, 4.6vw, 21px);
    line-height: 1.8;
    text-align: center;
  }

  .funeral-panel {
    min-height: 300px;
  }

  .funeral-panel img {
    object-position: 52% 34%;
  }

  .mission-copy p {
    font-size: clamp(18px, 4.7vw, 22px);
    line-height: 1.74;
    max-width: 100%;
  }

  .funeral-copy {
    justify-items: center;
    text-align: center;
  }

  .funeral-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: clamp(18px, 4.7vw, 22px);
    line-height: 1.72;
  }

  .donation-grid {
    margin-bottom: 28px;
    grid-template-columns: 1fr;
  }

  .donation-card {
    min-height: 0;
    width: 100%;
    padding: 1.55rem 1.15rem 1.4rem;
  }

  .button {
    font-size: 18px;
    min-height: 64px;
    padding: 16px 24px;
  }
}

@media (max-width: 640px) {
  .cards-grid--symptoms .info-card {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .cards-grid--symptoms .info-card::before {
    width: 72px;
  }

  .cards-grid--symptoms .info-card h3 {
    font-size: 1.5rem;
  }

  .cards-grid--symptoms .info-card p {
    font-size: clamp(0.82rem, 3.15vw, 0.92rem);
    line-height: 1.62;
  }

  .symptoms-bridge {
    margin-top: 1.6rem;
    font-size: 1.02rem;
  }
}

@media (max-width: 768px) {
  .legal-main {
    padding: 48px 16px;
  }

  .legal-card {
    padding: 1.5rem 1.1rem 1.7rem;
  }

  .legal-card h1 {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .legal-card h2 {
    font-size: clamp(1.14rem, 5.6vw, 1.32rem);
  }

  .legal-card p,
  .legal-card li {
    font-size: 1rem;
  }

  .site-footer__nav {
    display: grid;
    gap: 0.45rem;
  }

  .site-footer__separator {
    display: none;
  }

  .hero__content,
  .section-heading,
  .statement-heading,
  .statement-panel,
  .split-visual__copy,
  .mission-copy,
  .funeral-copy,
  .final-cta__copy,
  .donation-panel,
  .service-card,
  .info-card,
  .stat-card,
  .donation-card,
  .numbers-copy,
  .hero-story-block__copy,
  .donation-panel__summary,
  .donation-panel__tax,
  .mobile-sticky-donate {
    text-align: center;
    align-items: center;
  }

  .hero__content,
  .section-heading,
  .statement-heading,
  .split-visual__copy,
  .mission-copy,
  .funeral-copy,
  .final-cta__copy,
  .donation-panel,
  .numbers-copy,
  .hero-story-block__copy {
    justify-items: center;
  }

  .hero__actions,
  .donation-panel__controls,
  .mobile-sticky-donate,
  .cards-grid,
  .stats-grid,
  .donation-grid,
  .cards-grid--symptoms,
  .cards-grid--services {
    justify-content: center;
    align-items: center;
  }

  .hero__content,
  .split-visual__copy,
  .mission-copy,
  .funeral-copy,
  .final-cta__copy,
  .donation-panel,
  .donation-panel__summary,
  .hero-story-block__copy {
    margin-inline: auto;
  }

  .button,
  .button--wide {
    margin-inline: auto;
  }

  .hero__actions {
    align-self: center;
  }

  .donation-panel__controls {
    justify-items: center;
  }

  .final-cta {
    justify-items: center;
  }

  .final-cta__image {
    width: 100%;
    height: clamp(320px, 78vw, 420px);
    min-height: clamp(320px, 78vw, 420px);
  }

  .final-cta__image img {
    object-position: 42% center;
  }

  .hero__trust {
    padding: 22px 18px;
    gap: 0.6rem;
  }

  .hero__trust-line {
    font-size: 1.08rem;
    max-width: 100%;
  }

  .eyebrow {
    font-size: 1rem;
    line-height: 1.4;
  }

  .cards-grid--symptoms .info-card {
    gap: 1.3rem;
  }

  .cards-grid--symptoms .info-card::before,
  .services-sprite,
  .symptom-icon,
  .service-card__icon {
    width: 108px;
    height: 108px;
    min-width: 108px;
    min-height: 108px;
  }

  .cards-grid--symptoms .info-card::before,
  .service-card__icon {
    margin-bottom: 20px;
  }

  .cards-grid--symptoms .info-card h3,
  .service-card h3 {
    margin-top: 10px;
  }

  .donation-card__amount {
    min-height: 64px;
    padding-inline: 0.4em;
    font-size: clamp(2.65rem, 10vw, 3.25rem);
  }

  .donation-card__title {
    font-size: 1.3rem;
  }

  .donation-card__text {
    font-size: 0.98rem;
  }

  .service-card {
    grid-template-rows: auto auto auto auto auto 1fr auto;
    width: min(92vw, 420px);
    max-width: 420px;
    padding: 0;
    gap: 0;
    margin-inline: auto;
  }

  .service-card__visual {
    width: 100%;
    margin: 0;
    min-height: 180px;
  }

  .service-card__visual img {
    height: 180px;
  }

  .service-card__badge {
    min-width: 84px;
    height: 38px;
    font-size: 1rem;
  }

  .service-card__icon {
    width: 96px;
    height: 96px;
    margin-top: -48px;
  }

  .service-card__icon svg {
    width: 44px;
    height: 44px;
  }

  .service-card h3 {
    font-size: clamp(1.25rem, 5.8vw, 1.36rem);
    margin-top: 1.15rem;
    max-width: 88%;
  }

  .services-intro {
    max-width: 24ch;
    margin-top: 0.8rem;
    font-size: clamp(1rem, 4vw, 1.14rem);
    line-height: 1.52;
  }

  .section--services .section-heading h2 {
    font-size: clamp(2rem, 8.2vw, 2.5rem);
    max-width: 12ch;
  }

  .services-divider {
    width: 136px;
    margin-top: 1.15rem;
  }

  .service-card__subtitle {
    width: 88%;
    font-size: 1.02rem;
    margin-top: 0.32rem;
    line-height: 1.35;
  }

  .service-card__summary {
    max-width: none;
    width: 88%;
    font-size: clamp(1.08rem, 4.6vw, 1.2rem);
    line-height: 1.65;
    font-weight: 500;
    margin-top: 0.8rem;
    padding-inline: 0;
  }

  .service-card li {
    max-width: none;
    font-size: clamp(1.04rem, 4.2vw, 1.12rem);
    line-height: 1.5;
    padding: 0.82rem 0;
  }

  .service-list,
  .service-card ul {
    width: 88%;
    padding: 1.05rem 0 0;
  }

  .service-card__footer {
    width: calc(100% - 24px);
    margin: 1rem 12px 12px;
    padding: 1.08rem 1rem;
    font-size: clamp(1.24rem, 5vw, 1.34rem);
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
