:root{--background: #f5f6f7;--surface: #ffffff;--surface-alt: #f7f8fa;--surface-strong: #f3f4f6;--text: #1f2937;--muted: #6b7280;--border: #e5e7eb;--primary: #8a0f1b;--primary-dark: #650b14;--primary-soft: rgba(138, 15, 27, .1);--accent: #004aad;--shadow: 0 18px 50px rgba(138, 15, 27, .08);--shadow-lg: 0 28px 80px rgba(138, 15, 27, .14);--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px;--container: 1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(148,163,184,.12),transparent 32%),linear-gradient(180deg,#f8fafc,#fff 32%,#f5f6f7);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.top-banner .container,.site-header .container{width:min(calc(100% - 1rem),1280px)}.section{padding:4.5rem 0}.section-tight{padding:3rem 0}.impact-hero-strip{padding:2.25rem 0 1.5rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:999px;background:#b91c1c14;color:var(--primary);font-size:.9rem;font-weight:700;width:fit-content}h1,h2,h3{margin:0;line-height:1.15;letter-spacing:-.03em}h1{font-size:clamp(2.5rem,6vw,4.75rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.25rem}p{margin:0;color:var(--muted)}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow)}.card-soft{background:linear-gradient(180deg,#ffffff 0%,var(--surface-alt) 100%)}.button-row{display:flex;flex-wrap:wrap;gap:1rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:48px;padding:.85rem 1.25rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 16px 36px #7f1d1d33}.button-secondary{background:#ffffffb8;border-color:var(--border);color:var(--text)}.hero{padding:4rem 0 5rem}.hero-home{padding:3rem 0 2rem;background:radial-gradient(circle at 18% 28%,rgba(138,15,27,.06),transparent 24%),radial-gradient(circle at 86% 20%,rgba(0,74,173,.05),transparent 20%),linear-gradient(180deg,#fff 0% 100%)}.hero-grid{display:grid;gap:clamp(2rem,5vw,4.5rem);align-items:center;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}.hero-copy{display:grid;gap:1.35rem}.hero-copy p{max-width:62ch;font-size:1.08rem}.hero-copy-home{max-width:38rem;justify-items:start;padding:2rem 0}.hero-copy-home h1{max-width:12ch;font-size:clamp(3rem,6vw,4.6rem);color:#171717}.hero-copy-home h1 span{display:inline-block;color:#c73939;text-decoration:underline;text-decoration-thickness:.5rem;text-decoration-color:#c739392e;text-underline-offset:.2rem}.hero-title-accent{color:#8a0f1b!important;text-decoration-color:#8a0f1b29!important}.hero-copy-home p{max-width:34rem;font-size:1.1rem;color:#5f6368}.hero-shell{position:relative}.hero-app-pill{display:inline-flex;align-items:center;padding:.55rem .95rem;border-radius:999px;background:#c7393914;color:var(--primary);font-size:.9rem;font-weight:800}.hero-app-pill img{width:1.4rem;height:1.4rem;object-fit:contain}.hero-list{list-style:none;margin:0;padding:0;display:grid;gap:.8rem}.hero-list li,.trust-list li{display:flex;align-items:flex-start;gap:.75rem;color:var(--text)}.hero-list li:before,.trust-list li:before,.footer-trust-item:before{content:"";width:.75rem;height:.75rem;margin-top:.35rem;border-radius:999px;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);flex:0 0 auto}.mockup{color:#fff;display:grid;gap:1rem}.mockup-hero{position:relative;justify-items:center;align-self:stretch;padding:0}.mockup-hero:before{content:"";position:absolute;inset:12% 8% 14% 10%;border-radius:999px;background:radial-gradient(circle,rgba(138,15,27,.1),rgba(138,15,27,.02) 58%,transparent 74%);filter:blur(18px)}.mockup-screen{background:#fff7f7;color:var(--text);border-radius:24px;padding:1rem;display:grid;gap:1rem}.mockup-screen-image{padding:0;overflow:hidden;border-radius:28px;background:#111827}.mockup-screen-image img{width:100%;height:100%;object-fit:cover}.mockup-badge-row{display:flex;flex-wrap:wrap;gap:.65rem}.phone-mockup{position:relative;z-index:1;width:clamp(260px,30vw,360px);margin:0;padding:.9rem;border-radius:42px;background:linear-gradient(180deg,#111827,#050816);border:4px solid rgba(255,255,255,.16);box-shadow:0 28px 60px #00000052;transform:translate(1.5rem,-1rem) rotate(-6deg);transform-origin:center}.phone-mockup-top{width:38%;height:1.25rem;margin:0 auto .75rem;border-radius:999px;background:#ffffff29}.mockup-caption{display:grid;gap:.35rem;text-align:center}.mockup-caption p{color:#ffffffdb}.impact-hero-strip-below{padding:1.25rem 0 2.5rem;background:#fff}.mockup-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.45rem .75rem;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);color:#fff;font-size:.92rem}.mockup-list,.inline-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.kpis,.feature-grid,.page-links,.tiers,.partner-grid,.faq-grid,.contact-grid,.timeline,.advisors{display:grid;gap:1rem}.kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.kpis-prominent{width:100%}.stat-value{color:var(--primary-dark);font-size:2rem;font-weight:800}.stat-value-animated{font-size:clamp(2.2rem,5vw,3rem)}.stat-card{position:relative;overflow:hidden}.stat-card-prominent{text-align:center;padding:1.45rem 1.2rem 1.3rem;border-radius:20px;background:#fff;display:grid;justify-items:center;gap:.75rem}.stat-card-prominent p{max-width:22ch;margin:0 auto}.stat-icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:999px;background:linear-gradient(180deg,#8a0f1b1f,#004aad14);color:var(--primary);box-shadow:inset 0 0 0 1px #8a0f1b14}.stat-icon svg{width:1.55rem;height:1.55rem}.stats-heading{margin-bottom:1.5rem;max-width:42rem;justify-items:center}.stat-card:after{content:"";position:absolute;inset:auto -2rem -2rem auto;width:6rem;height:6rem;border-radius:999px;background:radial-gradient(circle,rgba(0,74,173,.12),transparent 68%)}.section-heading{display:grid;gap:.9rem;max-width:70ch;margin-bottom:2rem}.section-heading-centered{text-align:center;margin-left:auto;margin-right:auto}.highlight-band{background:linear-gradient(180deg,#f8fafcf5,#fffffff5);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.advisors .card,.faq-grid .card{text-align:center}.faq-accordion{display:grid;gap:1rem}.faq-item{text-align:left}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;font-size:1.15rem;font-weight:700;color:var(--text)}.faq-item summary::-webkit-details-marker{display:none}.faq-chevron{flex-shrink:0;font-size:1.4rem;line-height:1;color:var(--primary);transition:transform .2s ease}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-item p{margin:1rem 0 0;color:var(--muted);line-height:1.7}.trust-privacy-section{padding-top:4rem;padding-bottom:4rem}.trust-privacy-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:clamp(2rem,4vw,4rem);align-items:center}.trust-privacy-copy{display:grid;gap:1.35rem}.trust-privacy-copy h2{max-width:min(18ch,100%);font-size:clamp(2.5rem,6vw,4.75rem)}.trust-privacy-points{display:grid;gap:1rem;max-width:44ch;list-style:none;padding:0;margin:0}.trust-privacy-points li{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start}.trust-privacy-points span:last-child{font-size:1.1rem;color:var(--text);line-height:1.7}.trust-privacy-check{width:1.65rem;height:1.65rem;border-radius:.45rem;background:linear-gradient(180deg,#22c55e,#16a34a);color:#fff;display:inline-grid;place-items:center;font-size:.92rem;font-weight:800;box-shadow:0 8px 18px #22c55e3d}.trust-privacy-visual{display:grid;justify-items:center}.trust-privacy-phone{transform:rotate(4deg)}.impact-visibility-section{padding-top:.5rem;background:radial-gradient(circle at top right,rgba(0,74,173,.04),transparent 26%),radial-gradient(circle at bottom left,rgba(138,15,27,.05),transparent 30%)}.impact-visibility-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(2rem,4vw,4rem);align-items:center;padding:0;color:var(--text)}.impact-visibility-copy{display:grid;gap:1.6rem}.impact-visibility-copy h1,.impact-visibility-copy h2{max-width:min(18ch,100%);font-size:clamp(2.4rem,4vw,3.6rem);color:var(--text)}.impact-visibility-copy>p{max-width:44ch;font-size:1.1rem;line-height:1.7}.impact-visibility-points{display:grid;gap:1rem;padding-top:.7rem}.impact-point{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center}.impact-point h3{margin:0;color:var(--text);font-weight:500}.impact-point-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:14px;background:#8a0f1b14;color:var(--primary);box-shadow:inset 0 0 0 1px #8a0f1b14}.impact-point-icon svg{width:1.35rem;height:1.35rem}.impact-visibility-visual{display:grid;justify-items:center;align-self:center}.impact-visibility-phone-wrap{position:relative;width:min(100%,420px);padding:.8rem 0 4.25rem}.impact-visibility-phone{width:clamp(260px,28vw,340px);margin:0 auto;transform:translate(-.4rem) rotate(-1.5deg);position:relative;z-index:1}.impact-floating-card{position:absolute;right:.25rem;bottom:1.8rem;min-width:13rem;display:grid;gap:.2rem;padding:1rem 1.15rem;border-radius:20px;background:#fffffff5;color:var(--text);box-shadow:0 18px 50px #00000038;z-index:3}.impact-floating-card strong{color:var(--primary-dark)}.impact-floating-card span{color:var(--muted);font-size:.92rem}.home-how-it-works{padding-top:2rem}.how-it-works-heading{margin-bottom:2.5rem;justify-items:center}.how-it-works-heading h2,.how-it-works-heading p{max-width:100%;margin-left:auto;margin-right:auto}.home-how-it-works-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.home-how-card{position:relative;min-height:100%;padding:2rem 1.75rem;border-radius:28px;background:linear-gradient(180deg,#fff,snow);border:1px solid rgba(138,15,27,.08);box-shadow:0 18px 45px #8a0f1b14;display:grid;justify-items:center;text-align:center;gap:1rem;overflow:hidden}.home-how-card-count{position:absolute;top:.7rem;right:1rem;font-size:clamp(2.2rem,6vw,3.2rem);line-height:1;font-weight:800;color:#8a0f1b14}.home-how-card-icon{display:inline-flex;align-items:center;justify-content:center;width:4.3rem;height:4.3rem;border-radius:999px;background:#8a0f1b14;color:#c73939}.home-how-card-icon svg{width:1.7rem;height:1.7rem}.home-how-card h3{color:#6a7474}.home-how-card p{margin:0;color:var(--muted)}.home-journey-tabs-section{padding-top:1.5rem}.home-journey-heading{margin-bottom:2rem;justify-items:center}.home-journey-heading h2,.home-journey-heading p{max-width:100%;margin-left:auto;margin-right:auto}.home-journey-tabs{display:grid;gap:2rem}.home-journey-tab-list{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.home-journey-tab{border:1px solid rgba(138,15,27,.08);background:linear-gradient(180deg,#fff,#fff8f8);color:var(--text);border-radius:999px;min-height:3.7rem;padding:.85rem 1.45rem;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;font:inherit;font-weight:700;box-shadow:0 16px 36px #8a0f1b14;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.home-journey-tab:hover,.home-journey-tab:focus-visible{transform:translateY(-1px)}.home-journey-tab.is-active{background:linear-gradient(180deg,#c73c36,#a91e22);color:#fff;box-shadow:0 20px 44px #a91e2247}.home-journey-tab-icon{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem}.home-journey-tab-icon svg{width:1.2rem;height:1.2rem}.home-journey-panel[hidden]{display:none}.home-journey-timeline{position:relative;display:grid;gap:1.75rem;padding:5.5rem 0 6rem;justify-items:stretch;align-items:stretch;justify-content:center}.home-journey-timeline:after{content:"✓";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:54px;height:54px;border-radius:999px;background:linear-gradient(180deg,#22c55e,#16a34a);color:#fff;display:grid;place-items:center;font-size:1.45rem;font-weight:800;box-shadow:0 0 0 4px #fff,0 14px 32px #22c55e47;z-index:2}.home-journey-timeline:before{content:"♥";position:absolute;top:0;left:50%;transform:translate(-50%);width:54px;height:54px;border-radius:999px;background:linear-gradient(180deg,#ef5751,#c73c36);color:#fff;display:grid;place-items:center;font-size:1.2rem;box-shadow:0 0 0 4px #fff,0 12px 30px #c73c364d;z-index:2}.home-journey-panel{position:relative}.home-journey-panel:before{content:"";position:absolute;top:27px;bottom:27px;left:50%;width:6px;transform:translate(-50%);border-radius:999px;background:linear-gradient(180deg,#c73c3633,#c73c36d9 16% 84%,#c73c3633);box-shadow:0 0 0 8px #c73c360d;z-index:0}.journey-step-card{position:relative;display:grid;grid-template-columns:360px 96px 360px;justify-content:center;align-items:center;column-gap:0;min-height:156px}.journey-step-card-inner{position:relative;width:360px;min-height:136px;padding:1.5rem 1.6rem;border-radius:28px;background:linear-gradient(180deg,#fff,#fff8f8);border:1px solid rgba(138,15,27,.08);box-shadow:0 18px 48px #8a0f1b1a;display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center}.journey-step-card-right .journey-step-card-inner{grid-column:3;justify-self:start;margin-left:8px;margin-right:0}.journey-step-card-left .journey-step-card-inner{grid-column:1;justify-self:end;margin-left:0;margin-right:8px}.journey-step-card-right .journey-step-card-inner:before,.journey-step-card-left .journey-step-card-inner:before{content:"";position:absolute;top:50%;width:34px;height:2px;background:#c73c3659}.journey-step-card-right .journey-step-card-inner:before{left:-34px}.journey-step-card-left .journey-step-card-inner:before{right:-34px}.journey-step-marker{grid-column:2;position:relative;z-index:2;width:96px;height:96px;display:grid;place-items:center;justify-self:center;align-self:center}.journey-step-marker span{width:54px;height:54px;border-radius:999px;background:linear-gradient(180deg,#ef5751,#c73c36);color:#fff;display:grid;place-items:center;font-size:1.45rem;font-weight:800;box-shadow:0 0 0 4px #fff,0 12px 30px #c73c364d}.journey-step-icon{width:2.8rem;height:2.8rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#c73c3614;color:#c73c36}.journey-step-icon svg{width:1.3rem;height:1.3rem}.journey-step-card h3{margin-bottom:.45rem}.journey-step-card p{margin:0;color:var(--muted)}.home-partners-section{padding-top:1rem}.donor-levels-section{padding-top:.5rem}.donor-levels-heading{margin-bottom:2rem;justify-items:center}.donor-levels-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.donor-level-card{padding:1.5rem 1rem;border-radius:26px;background:linear-gradient(180deg,#fff,#fff9f9);border:1px solid rgba(138,15,27,.08);box-shadow:0 16px 42px #8a0f1b14;display:grid;justify-items:center;text-align:center;gap:.85rem}.donor-level-badge{width:4.25rem;height:4.25rem;border-radius:999px;display:grid;place-items:center;color:#fff;background:linear-gradient(180deg,color-mix(in srgb,var(--donor-level-color) 78%,#ffffff 22%) 0%,var(--donor-level-color) 100%);box-shadow:0 12px 28px color-mix(in srgb,var(--donor-level-color) 28%,transparent 72%)}.donor-level-badge svg{width:1.6rem;height:1.6rem}.donor-level-card h3{font-size:1.1rem}.donor-level-card p{color:var(--muted);font-size:.95rem}.donor-why-section{padding-top:2rem}.donor-why-heading{margin-bottom:2.25rem}.donor-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.donor-why-card{padding-left:1rem;border-left:4px solid var(--primary)}.donor-why-card h3{color:var(--primary);margin-bottom:.75rem}.donor-why-card ul{margin:0;padding-left:1.2rem;color:var(--text)}.donor-why-card li+li{margin-top:.45rem}.donor-why-closing{margin-top:2.5rem;text-align:center;font-size:clamp(1.45rem,2.6vw,2rem);font-weight:700;color:var(--primary)}.home-partners-heading{margin-bottom:2rem;justify-items:center}.home-partners-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.home-partner-logo-card{min-height:180px;border-radius:28px;background:linear-gradient(180deg,#fff,#fff9f9);border:1px solid rgba(138,15,27,.08);box-shadow:0 18px 48px #8a0f1b14;display:grid;place-items:center;padding:1.75rem;transition:transform .2s ease,box-shadow .2s ease}.home-partner-logo-card:hover,.home-partner-logo-card:focus-visible{transform:translateY(-4px);box-shadow:0 22px 56px #8a0f1b24}.home-partner-logo-card img{max-width:min(100%,220px);max-height:92px;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}.advisor-photo{width:100%;max-width:220px;aspect-ratio:1 / 1;object-fit:cover;border-radius:24px;margin:0 auto 1rem;box-shadow:0 16px 36px #8a0f1b1f}.feature-grid,.tiers,.partner-grid,.faq-grid,.advisors,.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.advisors{justify-content:center;grid-template-columns:repeat(auto-fit,minmax(260px,320px))}.page-links{grid-template-columns:repeat(2,minmax(0,1fr))}.app-showcase-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.app-shot-card{margin:0;padding:.85rem;border-radius:22px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);display:grid;gap:.75rem}.app-shot-card img{width:100%;aspect-ratio:9 / 19;object-fit:cover;border-radius:18px;border:6px solid #111827}.app-shot-card figcaption{text-align:center;color:var(--primary-dark);font-weight:700}.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline ol,.ordered-steps{margin:0;padding-left:1.25rem;display:grid;gap:.85rem;color:var(--muted)}.notice{border-left:4px solid var(--primary);background:var(--surface-alt)}.initiative-band{display:flex;align-items:center;justify-content:center;gap:.85rem;padding:.95rem 1rem;border-radius:18px;background:linear-gradient(90deg,#8a0f1b14,#004aad14);border:1px solid var(--border)}.initiative-logo{width:auto;height:2rem;object-fit:contain;flex:0 0 auto;mix-blend-mode:multiply}.initiative-band p{color:var(--primary-dark);font-weight:800;letter-spacing:.02em;text-align:center}.initiative-band-footer{margin:1rem 0 1.5rem}.site-header{position:sticky;top:0;z-index:20;padding:.5rem 0 .6rem;background:#fffffff5;border-bottom:1px solid rgba(241,213,219,.7)}.site-header-inner,.site-footer-top,.site-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header-inner{min-height:76px;gap:1.5rem;align-items:center}.site-nav-shell{flex:1 1 auto;min-height:2.8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.4rem .55rem .4rem 1.5rem;border-radius:999px;background:linear-gradient(180deg,#fff,#fff5f5);border:1px solid rgba(138,15,27,.14);box-shadow:0 14px 34px #8a0f1b1a}.nav-toggle{display:none;width:3rem;height:3rem;border:1px solid rgba(138,15,27,.16);border-radius:999px;background:linear-gradient(180deg,#fff,#fff5f5);color:var(--primary);align-items:center;justify-content:center;gap:.22rem;flex-direction:column;box-shadow:0 12px 28px #8a0f1b1a}.nav-toggle span{display:block;width:1.15rem;height:2px;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.logo{display:inline-flex;align-items:center;gap:.75rem;font-weight:800;letter-spacing:-.03em}.logo-image{width:3.25rem;height:3.25rem;object-fit:contain;flex:0 0 auto;mix-blend-mode:multiply}.logo>span:last-child{display:grid;gap:.1rem}.site-name{font-size:1rem;color:#8a0f1b;font-weight:500;text-transform:capitalize}.footer-site-name{color:#8a0f1b;font-weight:500;text-transform:uppercase}.logo small{color:var(--muted);font-size:.82rem;font-weight:600;letter-spacing:0}.logo-mark{width:2.25rem;height:2.25rem;border-radius:999px;display:inline-grid;place-items:center;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;font-weight:800}.site-nav{display:flex;flex-wrap:wrap;gap:1.35rem;align-items:center}.site-nav a,.footer-links a{color:var(--text);font-weight:700;font-size:.95rem}.site-nav a[aria-current=page],.site-nav a:hover,.footer-links a:hover{color:var(--primary)}.header-callout{display:inline-flex;align-items:center;gap:.8rem;flex-direction:column;justify-content:center;min-height:3rem;padding:.45rem 1rem;border-radius:999px;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;flex:0 0 auto}.header-callout>div{display:grid;gap:.05rem}.header-callout span{font-size:.78rem;font-weight:700;color:#ffffffd6}.header-callout strong{font-size:1rem;line-height:1.2}.header-callout-play{flex-direction:row}.top-banner{padding:.35rem 0 .15rem;background:#fff}.initiative-band-top{justify-content:center;width:100%;padding:.45rem .85rem;border-radius:0;border-left:0;border-right:0}.initiative-band-top p{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.45rem}.initiative-prefix{color:#111;font-weight:400;font-style:normal}.initiative-name{color:#004aad;font-weight:500;font-style:italic}.hero-button-row{align-items:center}.button-playstore{background:#1c1c1c;color:#fff;box-shadow:0 16px 30px #1c1c1c2e}.button-playstore:hover{background:#111}.playstore-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem}.playstore-icon svg{width:100%;height:100%}.playstore-icon-white{color:#fff}.site-footer{padding:3.5rem 0 2rem;background:radial-gradient(circle at top left,rgba(0,74,173,.08),transparent 24%),linear-gradient(180deg,#fffdfd,#f8fbf9);border-top:1px solid rgba(138,15,27,.08)}.footer-grid{display:grid;gap:2rem;grid-template-columns:1.3fr .8fr .9fr 1fr;margin:0 0 2.25rem}.footer-brand-block,.footer-links,.footer-meta{display:grid;gap:.75rem}.footer-logo .logo-image{width:3rem;height:3rem}.footer-logo strong,.footer-links h3,.footer-meta h3{color:var(--text)}.footer-brand-block .footer-caption,.footer-links a,.footer-meta p,.footer-meta a,.footer-legal-links a,.site-footer-bottom .footer-caption{color:var(--muted)}.footer-links a,.footer-legal-links a{display:inline-flex;align-items:center;gap:.55rem;width:fit-content}.footer-links a:before,.footer-legal-links a:before{content:"↗";color:#f3c84b;font-size:.9rem;line-height:1}.footer-legal-links{display:grid;gap:.6rem;margin-top:.5rem}.footer-caption{font-size:.95rem}.site-footer-bottom{padding-top:1.35rem;border-top:1px solid rgba(138,15,27,.08)}.footer-contact-item{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start}.footer-contact-icon{width:1.65rem;height:1.65rem;display:inline-grid;place-items:center;border-radius:999px;background:#f3c84b2e;color:#c79814}.footer-contact-icon svg{width:.95rem;height:.95rem}.partner-logo-wrap{min-height:96px;display:grid;place-items:center;margin-bottom:1rem;padding:1rem;border-radius:18px;background:#ffffffeb;border:1px solid rgba(138,15,27,.08)}.partner-logo{max-height:64px;width:auto;object-fit:contain}.cta-panel{padding:2rem;border-radius:28px;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 62%,var(--accent) 100%);color:#fff;box-shadow:var(--shadow-lg)}.cta-panel p,.cta-panel h2,.cta-panel li{color:inherit}.cta-panel .button-secondary{background:#ffffff1f;border-color:#ffffff3d;color:#fff}.trust-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.split-callout{display:grid;gap:1.5rem;grid-template-columns:1.1fr .9fr;align-items:center}.flow-toggle-row{display:flex;justify-content:center;gap:1rem;margin:2rem 0 2.5rem;flex-wrap:wrap}.flow-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.9rem 1.5rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);font-weight:700;box-shadow:var(--shadow)}.flow-toggle-active{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff}.flow-section{display:grid;gap:1.5rem;margin-bottom:2.5rem}.flow-intro-card{display:grid;gap:1.5rem;grid-template-columns:1.1fr .9fr;align-items:center}.flow-highlights{display:grid;gap:.85rem}.flow-highlight-pill{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:999px;border:2px solid rgba(138,15,27,.18);background:#fff}.flow-highlight-pill span,.flow-step-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;font-weight:800;box-shadow:0 14px 32px #8a0f1b2e}.flow-highlight-pill p{color:var(--text);font-weight:700}.flow-note-card{padding:1.25rem;border-radius:var(--radius-md);background:linear-gradient(180deg,#fffffffa,#fff4f4eb);border:1px solid var(--border)}.flow-steps{display:grid;gap:1rem}.flow-step-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center}.flow-step-content{position:relative;min-height:88px;display:flex;align-items:center;padding:1rem 1.25rem;border-radius:999px;border:2px solid rgba(138,15,27,.18);background:#fff;box-shadow:var(--shadow)}.flow-step-content:after{content:"";position:absolute;right:1rem;width:1rem;height:1rem;border-radius:999px;border:2px solid var(--primary)}.flow-step-content p{color:var(--text);font-weight:600;max-width:54ch}.mini-kicker{color:var(--primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.stack{display:grid;gap:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:960px){.hero-grid,.grid-2,.grid-3,.grid-4,.kpis,.feature-grid,.page-links,.tiers,.partner-grid,.faq-grid,.contact-grid,.timeline,.advisors,.footer-grid,.footer-trust-strip,.split-callout,.flow-intro-card,.impact-visibility-grid{grid-template-columns:1fr}.hero-copy-home,.hero-copy,.trust-privacy-copy,.impact-visibility-copy{justify-items:center;text-align:center}.hero-button-row,.trust-privacy-copy .button-row,.impact-visibility-copy .button-row{justify-content:center}.impact-visibility-points,.trust-privacy-points{justify-items:stretch}.impact-visibility-copy>p,.trust-privacy-copy>p,.hero-copy p{max-width:100%}.home-how-it-works-grid,.trust-privacy-grid{grid-template-columns:1fr}.trust-privacy-copy h2,.trust-privacy-points{max-width:100%}.donor-levels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.donor-why-grid{grid-template-columns:1fr;gap:1.5rem}.home-partners-grid{grid-template-columns:1fr}.home-journey-panel:before{left:40px;transform:none}.home-journey-timeline:before,.home-journey-timeline:after{left:40px;transform:none}.journey-step-card{grid-template-columns:80px 1fr;gap:1rem;min-height:0;align-items:center;justify-content:stretch}.journey-step-marker{grid-column:1;width:80px;height:80px}.journey-step-card-inner,.journey-step-card-right .journey-step-card-inner,.journey-step-card-left .journey-step-card-inner{grid-column:2;width:100%;max-width:100%;height:auto;margin-left:0;margin-right:0;justify-self:stretch}.journey-step-card-right .journey-step-card-inner:before,.journey-step-card-left .journey-step-card-inner:before{left:-30px;right:auto;width:22px}.impact-visibility-copy h2,.impact-visibility-copy>p{max-width:100%}.impact-visibility-visual{justify-items:center}.impact-floating-card{right:.5rem}.hero-home{padding-top:2rem}.top-banner .container,.site-header .container{width:min(calc(100% - .75rem),1280px)}.hero-copy-home{max-width:100%;padding-bottom:0}.hero-copy-home h1,.hero-copy-home p{max-width:100%}.mockup-hero{justify-items:start}.phone-mockup{transform:translate(0) rotate(-3deg)}.app-showcase-grid{grid-template-columns:1fr 1fr}.site-footer-top,.site-footer-bottom{flex-direction:column;align-items:flex-start}.site-header-inner{flex-wrap:wrap;align-items:center;justify-content:space-between}.nav-toggle{display:inline-flex}.site-nav-shell{width:100%;min-height:0;border-radius:28px;padding:0;align-items:stretch;flex-direction:column;overflow:hidden}.site-nav{width:100%;flex-direction:column;align-items:stretch;gap:0;padding:.4rem 0}.site-nav a{padding:.95rem 1rem;border-bottom:1px solid rgba(138,15,27,.08)}.site-nav a:last-child{border-bottom:0}.header-callout{width:100%;display:none}.initiative-band{justify-content:flex-start}.site-nav-shell:not([data-open=true]) .site-nav,.site-nav-shell:not([data-open=true]) .header-callout{display:none}.site-nav-shell[data-open=true]{padding:.65rem}.site-nav-shell[data-open=true] .header-callout{display:inline-flex;margin-top:.6rem}.footer-grid{gap:1.5rem}}@media(max-width:640px){.section{padding:3.25rem 0}.section-tight{padding:2.25rem 0}.container{width:min(calc(100% - 1.25rem),var(--container))}.trust-privacy-copy h2{max-width:13ch}.trust-privacy-section{padding-top:3rem;padding-bottom:3rem}.trust-privacy-phone{transform:none}.donor-levels-grid{grid-template-columns:1fr}.home-journey-timeline{padding-top:4.6rem;padding-bottom:5rem}.home-journey-heading h2{max-width:18ch}.home-journey-heading p{max-width:34ch}.home-journey-tab-list{gap:.75rem}.home-journey-tab{width:100%}.home-journey-timeline{gap:1.2rem}.journey-step-card{grid-template-columns:64px 1fr;gap:.85rem}.journey-step-marker{width:64px;height:64px}.journey-step-marker span{width:44px;height:44px;font-size:1.1rem}.journey-step-card-inner{min-height:0;padding:1.2rem;grid-template-columns:1fr}.journey-step-icon{width:2.5rem;height:2.5rem}.how-it-works-heading h2{max-width:18ch}.how-it-works-heading p{max-width:34ch}.home-how-card{padding:1.65rem 1.3rem}.impact-visibility-grid{padding:0}.trust-privacy-points li{grid-template-columns:24px minmax(0,1fr);align-items:start}.impact-point{grid-template-columns:1fr}.impact-point-icon{margin-bottom:.15rem}.impact-visibility-phone-wrap{width:100%;padding-bottom:4.75rem}.impact-visibility-phone{transform:none}.impact-floating-card{left:1rem;right:1rem;min-width:0;bottom:.75rem}.top-banner{padding-top:.2rem}.initiative-band-top{padding:.4rem .6rem}.site-nav-shell{padding:.9rem}.site-nav-shell[data-open=true]{padding:.55rem}.site-nav a{font-size:1rem}.hero-home{padding:1.5rem 0}.hero-copy-home{gap:1rem}.hero-copy-home h1{font-size:clamp(2.5rem,12vw,3.4rem)}.hero-button-row,.button-row{gap:.75rem}.button{width:100%}.kpis{grid-template-columns:1fr}.stat-card,.home-how-card,.journey-step-card-inner,.faq-item,.contact-grid .card,.advisors .card{padding:1.2rem}.app-showcase-grid{grid-template-columns:1fr}.phone-mockup{width:min(88vw,300px);transform:none}}
