:root {
  --paper: #f2f4ef;
  --white: #fffefb;
  --ink: #12201b;
  --muted: #63706a;
  --green: #194d3c;
  --green-dark: #10362a;
  --orange: #ee623d;
  --blue: #c8e2e8;
  --lime: #dce98d;
  --line: rgba(18, 32, 27, .16);
  --radius: 26px;
  --shadow: 0 24px 70px rgba(19, 46, 37, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 10px 15px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(242,244,239,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-row { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.identity { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.identity-mark { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 10px 20px 10px 20px; font-size: 20px; font-weight: 900; }
.identity strong, .identity small { display: block; line-height: 1.1; }
.identity strong { font-size: 15px; }
.identity small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.header-row nav { display: flex; gap: 28px; margin-left: auto; }
.header-row nav a { color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; }
.header-row nav a:hover { color: var(--orange); }
.header-help { padding: 10px 16px; color: white; background: var(--green); border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; }

.hero { overflow: hidden; padding: 74px 0 92px; }
.hero-layout { display: grid; grid-template-columns: minmax(420px, .94fr) minmax(0, 1.06fr); align-items: center; gap: 80px; }
.hero-layout > *, .recovery-layout > *, .help-layout > *, .organizer-row > * { min-width: 0; }
.hero-photos { position: relative; min-height: 680px; }
.hero-photos::before { content: ""; position: absolute; width: 520px; height: 520px; left: -110px; top: 52px; background: var(--lime); border-radius: 50%; }
.hero-photo-main, .hero-photo-small { position: absolute; overflow: hidden; margin: 0; background: #d6dbd4; box-shadow: var(--shadow); }
.hero-photo-main { width: 410px; height: 590px; top: 0; right: 20px; border-radius: 210px 210px 30px 30px; }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-photo-small { width: 220px; height: 300px; left: 0; bottom: 0; border: 10px solid var(--paper); border-radius: 24px; transform: rotate(-4deg); }
.hero-photo-small img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.photo-label { position: absolute; right: 0; bottom: 34px; max-width: 210px; padding: 14px 18px; background: var(--white); border-radius: 16px; box-shadow: var(--shadow); font-size: 12px; font-weight: 800; }
.kicker, .section-tag { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-tag.light { color: #f7af98; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(54px, 5.8vw, 88px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-text { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.primary-button, .light-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; color: white; background: var(--orange); border-radius: 14px; box-shadow: 0 13px 30px rgba(238,98,61,.22); font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.primary-button:hover, .light-button:hover { transform: translateY(-2px); background: #d94e2d; }
.share-button { min-height: 54px; padding: 0 22px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; font-weight: 800; }
.amount-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 30px; margin-top: 42px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amount-card span, .amount-card strong { display: block; }
.amount-card span { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.amount-card strong { margin-top: 4px; color: var(--orange); font-size: 32px; line-height: 1; white-space: nowrap; }
.amount-card p { margin: 0; color: var(--muted); font-size: 13px; }

.proof-strip { color: white; background: var(--green-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { min-height: 166px; display: grid; grid-template-columns: 36px 1fr; align-content: center; gap: 3px 18px; padding: 32px 34px; border-left: 1px solid rgba(255,255,255,.14); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid span { grid-row: 1 / 3; align-self: start; color: var(--lime); font-size: 11px; font-weight: 900; }
.proof-grid strong { font-size: 20px; }
.proof-grid p { margin: 3px 0 0; color: rgba(255,255,255,.64); font-size: 12px; }

.section { padding: 112px 0; }
.section-title-row { display: grid; grid-template-columns: .35fr 1.65fr; align-items: start; gap: 60px; margin-bottom: 58px; }
.section-title-row h2, .recovery-copy h2, .help-copy h2, .organizer-row h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.story-board { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.story-board article { border-radius: var(--radius); }
.story-lead { grid-column: span 7; min-height: 300px; display: flex; align-items: flex-end; padding: 40px; background: var(--lime); }
.story-lead p { max-width: 700px; margin: 0; font-size: clamp(22px, 2.5vw, 34px); font-weight: 750; line-height: 1.25; letter-spacing: -.025em; }
.story-card { grid-column: span 5; min-height: 300px; padding: 34px; }
.story-card span { font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-card h3 { margin: 46px 0 12px; font-size: 27px; line-height: 1.12; }
.story-card p { margin: 0; color: inherit; opacity: .72; }
.story-card-dark { color: white; background: var(--green-dark); }
.story-card-blue { grid-column: span 5; background: var(--blue); }
.story-card-light { grid-column: span 7; background: var(--white); border: 1px solid var(--line); }

.recovery-section { padding: 110px 0; color: white; background: var(--green); }
.recovery-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 84px; }
.recovery-copy p:not(.section-tag) { max-width: 460px; color: rgba(255,255,255,.7); font-size: 17px; }
.recovery-copy h2 { margin-bottom: 26px; }
.video-frame { position: relative; padding: 12px; background: var(--white); border-radius: 28px; box-shadow: 0 30px 80px rgba(5,26,19,.35); }
.video-frame video { width: 100%; max-height: 650px; object-fit: contain; background: #0d1713; border-radius: 18px; }
.video-frame > span { position: absolute; left: 28px; bottom: 28px; padding: 9px 13px; color: var(--ink); background: var(--lime); border-radius: 10px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; pointer-events: none; }

.plan-section { background: var(--white); }
.cost-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; }
.cost-grid article { padding: 40px; border-radius: var(--radius); }
.cost-grid article > span { font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cost-grid article > strong { display: block; margin: 18px 0 48px; font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; }
.cost-grid h3 { margin: 0 0 14px; font-size: 25px; line-height: 1.2; }
.cost-grid p { margin: 0; opacity: .72; }
.cost-main { color: white; background: var(--green-dark); }
.cost-main > span { color: var(--lime); }
.cost-extra { background: var(--blue); }
.cost-extra > span { color: var(--green); }
.cost-extra ul { margin: 0; padding-left: 19px; }
.cost-extra li + li { margin-top: 7px; }
.plan-note { display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 42px; margin-top: 20px; padding: 26px 30px; border: 1px solid var(--line); border-radius: 20px; }
.plan-note span { color: var(--orange); font-size: 28px; font-weight: 900; }
.plan-note p { margin: 0; color: var(--muted); }

.help-section { padding: 112px 0; color: white; background: #163a50; }
.help-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: start; }
.help-copy h2 { margin-bottom: 28px; }
.help-copy > p:not(.section-tag) { max-width: 500px; color: rgba(255,255,255,.7); font-size: 17px; }
.light-button { margin-top: 20px; color: var(--ink); background: var(--lime); box-shadow: none; }
.light-button:hover { background: #c9d872; }
.payment-panel { padding: 34px; color: var(--ink); background: var(--white); border-radius: 30px; box-shadow: 0 30px 80px rgba(5,20,29,.32); }
.payment-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 26px; }
.payment-heading span, .payment-line span { display: block; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.payment-heading strong { display: block; margin-top: 5px; font-size: 21px; }
.bank-chip { padding: 8px 12px; color: var(--green) !important; background: var(--lime); border-radius: 999px; white-space: nowrap; letter-spacing: 0 !important; }
.payment-data { border-top: 1px solid var(--line); }
.payment-line { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.payment-line strong { display: block; margin-top: 5px; font-size: 20px; letter-spacing: .01em; }
.payment-line button { padding: 8px 11px; color: var(--green); background: transparent; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; font-size: 11px; font-weight: 800; }
.qr-block { display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 22px; margin: 24px 0; padding: 18px; background: var(--paper); border-radius: 18px; }
.qr-block img { width: 140px; height: 140px; object-fit: cover; object-position: top; border-radius: 12px; }
.qr-block p { margin: 5px 0; color: var(--muted); font-size: 13px; }
.qr-block small { color: var(--muted); }
.payment-button { width: 100%; }

.documents-title > div > p { max-width: 660px; margin: 17px 0 0; color: var(--muted); font-size: 16px; }
.featured-documents { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.document-card { overflow: hidden; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 20px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.document-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.document-card img { width: 100%; height: 330px; object-fit: cover; object-position: top; background: #dedfd9; }
.document-card > span { display: flex; flex-direction: column; min-height: 145px; padding: 20px; }
.document-card small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.document-card strong { margin-top: 7px; font-size: 17px; line-height: 1.3; }
.document-card em { margin-top: auto; color: var(--green); font-size: 12px; font-style: normal; font-weight: 850; }
.document-details { margin-top: 20px; }
.document-details summary { display: flex; align-items: center; justify-content: space-between; padding: 19px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; cursor: pointer; list-style: none; font-weight: 850; }
.document-details summary::-webkit-details-marker { display: none; }
.document-details summary span { font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.document-details[open] summary span { transform: rotate(45deg); }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 16px; }
.document-thumb { position: relative; overflow: hidden; height: 360px; background: #ddd; border-radius: 16px; border: 1px solid var(--line); }
.document-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .2s ease; }
.document-thumb:hover img { transform: scale(1.02); }
.document-thumb span { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 9px 11px; background: rgba(255,254,251,.94); border-radius: 10px; font-size: 11px; font-weight: 850; }
.privacy-message { display: flex; align-items: flex-start; gap: 14px; margin-top: 25px; padding: 18px 20px; color: var(--muted); background: #e7ebe4; border-radius: 16px; font-size: 13px; }
.privacy-message span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; font-weight: 900; }
.privacy-message p { margin: 1px 0 0; }

.organizer-section { padding: 86px 0; background: var(--blue); }
.organizer-row { display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 80px; }
.organizer-row h2 { font-size: clamp(38px, 4.5vw, 62px); }
.organizer-row > p { margin: 0 0 5px; color: #455c63; font-size: 17px; }
.site-footer { padding: 44px 0; color: rgba(255,255,255,.68); background: var(--ink); }
.footer-row { display: grid; grid-template-columns: .8fr 1.4fr auto; align-items: center; gap: 40px; }
.footer-identity strong { color: white; }
.footer-identity small { color: rgba(255,255,255,.5); }
.footer-row p { margin: 0; font-size: 12px; }
.footer-row > a { color: white; font-size: 13px; font-weight: 800; }
.mobile-donate { display: none; }

.document-dialog { width: min(980px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 18px; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.document-dialog::backdrop { background: rgba(10,20,16,.8); backdrop-filter: blur(5px); }
.dialog-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 17px; background: var(--white); border-bottom: 1px solid var(--line); }
.dialog-head button { width: 38px; height: 38px; border: 0; border-radius: 10px; background: var(--paper); cursor: pointer; font-size: 25px; line-height: 1; }
.dialog-scroll { overflow: auto; max-height: calc(100vh - 96px); background: #d4d6d0; }
.dialog-scroll img { width: 100%; height: auto; margin: 0 auto; }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 22px; transform: translate(-50%, 22px); padding: 10px 16px; color: white; background: var(--ink); border-radius: 999px; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; font-size: 12px; font-weight: 800; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .header-row nav { display: none; }
  .header-help { margin-left: auto; }
  .hero-layout, .recovery-layout, .help-layout, .organizer-row { grid-template-columns: 1fr; }
  .hero-copy { order: -1; }
  .hero-layout { gap: 50px; }
  .hero-photos { width: min(590px, 100%); margin-inline: auto; }
  .proof-grid > div { padding-inline: 22px; }
  .section-title-row { grid-template-columns: 1fr; gap: 14px; }
  .story-lead, .story-card { grid-column: span 6; }
  .recovery-layout, .help-layout, .organizer-row { gap: 48px; }
  .cost-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .shell { width: min(100% - 28px, 1200px); }
  .site-header { position: relative; }
  .header-row { min-height: 68px; }
  .header-help { display: none; }
  .hero { padding: 48px 0 64px; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-text { margin-top: 24px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .amount-card { grid-template-columns: 1fr; gap: 10px; margin-top: 32px; }
  .amount-card strong { font-size: 29px; }
  .hero-photos { min-height: 490px; }
  .hero-photos::before { width: 370px; height: 370px; left: -80px; }
  .hero-photo-main { width: 78%; height: 440px; right: 0; border-radius: 150px 150px 24px 24px; }
  .hero-photo-small { width: 150px; height: 205px; border-width: 6px; }
  .photo-label { right: 0; bottom: 16px; max-width: 175px; font-size: 10px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 15px; }
  .proof-grid > div { min-height: auto; padding: 20px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .proof-grid > div:last-child { border: 0; }
  .section, .recovery-section, .help-section { padding: 76px 0; }
  .section-title-row { margin-bottom: 36px; }
  .section-title-row h2, .recovery-copy h2, .help-copy h2 { font-size: 42px; }
  .story-board { grid-template-columns: 1fr; }
  .story-lead, .story-card { grid-column: auto; min-height: auto; padding: 26px; }
  .story-lead p { font-size: 22px; }
  .story-card h3 { margin-top: 34px; }
  .video-frame { padding: 8px; border-radius: 20px; }
  .video-frame video { border-radius: 14px; }
  .video-frame > span { left: 18px; bottom: 18px; }
  .cost-grid article { padding: 27px; }
  .cost-grid article > strong { margin-bottom: 34px; font-size: 44px; }
  .plan-note { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .payment-panel { padding: 22px; border-radius: 22px; }
  .payment-heading { flex-direction: column; }
  .payment-line { align-items: flex-start; }
  .payment-line strong { font-size: 17px; }
  .qr-block { grid-template-columns: 105px 1fr; gap: 14px; padding: 13px; }
  .qr-block img { width: 105px; height: 105px; }
  .featured-documents { grid-template-columns: 1fr; }
  .document-card { display: grid; grid-template-columns: 122px 1fr; min-height: 158px; }
  .document-card img { width: 122px; height: 100%; }
  .document-card > span { min-height: auto; padding: 16px; }
  .document-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .document-thumb { height: 235px; }
  .organizer-row { align-items: start; }
  .footer-row { grid-template-columns: 1fr; gap: 24px; }
  .footer-row > a { display: none; }
  .mobile-donate { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: white; background: var(--orange); border-radius: 14px; box-shadow: 0 16px 42px rgba(50,29,22,.35); text-decoration: none; }
  .mobile-donate span { font-weight: 900; }
  .mobile-donate strong { font-size: 12px; }
  .toast { bottom: 82px; }
}

@media (max-width: 390px) {
  .identity small { display: none; }
  .hero-photos { min-height: 450px; }
  .hero-photo-main { height: 410px; }
  .hero-photo-small { width: 135px; height: 185px; }
  .payment-line { flex-direction: column; gap: 12px; }
  .payment-line button { width: 100%; }
  .qr-block { grid-template-columns: 92px 1fr; }
  .qr-block img { width: 92px; height: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
