:root{--primary:#1285c7;--primary-dark:#0b6ba3;--green:#31a84a;--green-dark:#1c7e33;--orange:#f4a825;--bg:#f8fbfd;--card:#fff;--text:#1f2937;--muted:#64748b;--border:#e5e7eb;--soft-border:#e8eef5;--shadow:0 20px 50px rgba(15,23,42,.08);--soft-shadow:0 12px 35px rgba(15,23,42,.05)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,'Hind Siliguri',sans-serif;background:var(--bg);color:var(--text);font-weight:400}
body[data-lang=bn]{font-family:'Hind Siliguri',Inter,sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:99;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.85);transition:.25s}
.header-inner{height:82px;display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:24px;transition:.25s}
.site-header.scrolled .header-inner{height:68px}
.brand{justify-self:start;display:flex;align-items:center;flex-shrink:0}
.brand-logo{width:54px;height:54px;object-fit:contain;transition:.25s}
.site-header.scrolled .brand-logo{width:46px;height:46px}
.brand-name{font-size:24px;font-weight:600;color:var(--primary)}
.nav{justify-self:center;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.nav-item{position:relative}
.nav-head{height:42px;display:flex;align-items:center;gap:5px;padding:0 14px;border-radius:999px;font-size:14px;font-weight:500;color:#334155;white-space:nowrap;transition:.22s}
.nav-head:after{content:'keyboard_arrow_down';font-family:'Material Symbols Rounded';font-size:18px;color:#7b8a9b;margin-left:2px;transition:.22s}
.nav-item:nth-child(3) .nav-head:after,.nav-item:nth-child(4) .nav-head:after,.nav-item:nth-child(6) .nav-head:after{display:none}
.nav-item:hover .nav-head,.nav-head.active{background:#fff;color:var(--primary);box-shadow:0 1px 5px rgba(15,23,42,.07)}
.nav-item:hover .nav-head:after{transform:rotate(180deg);color:var(--primary)}
.submenu{position:absolute;top:100%;left:50%;transform:translate(-50%,12px);min-width:220px;background:#fff;border:1px solid var(--border);border-radius:20px;padding:12px;box-shadow:0 24px 55px rgba(15,23,42,.12);opacity:0;visibility:hidden;pointer-events:none;transition:.22s;z-index:120}
.submenu.wide{min-width:240px}
.submenu:before{content:'';position:absolute;top:-7px;left:50%;width:14px;height:14px;background:#fff;border-left:1px solid var(--border);border-top:1px solid var(--border);transform:translateX(-50%) rotate(45deg)}
.nav-item:hover .submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,4px)}
.submenu a{position:relative;display:block;padding:12px 14px 12px 38px;border-radius:12px;font-size:14px;font-weight:500;color:#334155}
.submenu a:before{content:'chevron_right';font-family:'Material Symbols Rounded';position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--primary);opacity:.75}
.submenu a:hover{background:#f1f8fd;color:var(--primary)}
.header-actions{justify-self:end;display:flex;align-items:center;gap:12px}
.lang-switch{display:flex;align-items:center;gap:4px;background:#f1f5f9;border:1px solid #dfe7f1;border-radius:999px;padding:5px;box-shadow:inset 0 1px 1px rgba(15,23,42,.04)}
.lang-option{border:0;background:transparent;color:#64748b;border-radius:999px;height:36px;padding:0 17px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}
.lang-option.active{background:#fff;color:#0f172a;box-shadow:0 8px 22px rgba(15,23,42,.08)}
.lang-btn{display:none!important}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;font-size:15px;font-weight:500;border:1px solid transparent;cursor:pointer;transition:.22s}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 12px 26px rgba(18,133,199,.22)}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}
.btn-outline{border-color:var(--border);background:#fff;color:var(--text)}
.donate-btn{min-height:42px;padding:0 20px}
.menu-btn{display:none;border:1px solid var(--border);background:#fff;border-radius:14px;width:44px;height:44px;align-items:center;justify-content:center;color:var(--primary);cursor:pointer}
.mobile-drawer{display:none}
.hero{padding:80px 0 70px;background:radial-gradient(circle at 75% 20%,rgba(49,168,74,.14),transparent 34%),linear-gradient(135deg,#f8fbfd 0%,#eef8ff 100%)}
.hero-grid{display:grid;grid-template-columns:45% 55%;align-items:center;gap:50px}
.section-label,.section-tag{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(18,133,199,.08);color:var(--primary-dark);font-size:14px;font-weight:500;margin-bottom:18px}
.hero h1{font-size:60px;line-height:1.05;margin:0 0 22px;font-weight:600;letter-spacing:-1.5px}
.hero p{font-size:18px;line-height:1.75;color:var(--muted);margin:0 0 30px;max-width:620px}
.hero-actions,.about-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-media{position:relative}
.hero-media img{width:100%;height:610px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}
.hero-card{position:absolute;left:-24px;bottom:34px;background:#fff;border-radius:22px;padding:18px 20px;box-shadow:var(--shadow);display:flex;align-items:center;gap:12px;color:var(--text)}
.hero-card span{color:var(--green);font-size:32px}
.hero-card strong{font-size:15px;font-weight:600}
.trust-strip{padding:26px 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.trust-grid div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:500;color:#334155}
.trust-grid span{color:var(--primary)}
.section-header{text-align:center;max-width:760px;margin:0 auto 50px}
.section-header h2{font-size:42px;line-height:1.15;margin:12px 0 14px;font-weight:600}
.section-header p{color:var(--muted);font-size:18px;line-height:1.8}
.about-preview,.projects-section,.partner-cta,.about-story,.core-values,.projects-page,.programme-page,.programme-detail,.news-page,.resources-page,.contact-page{padding:100px 0;background:#fff}
.about-grid,.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-media img,.about-story-image img{width:100%;height:650px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}
.about-content h2,.about-story-content h2{font-size:48px;line-height:1.15;margin:14px 0 22px;font-weight:600}
.about-content p,.about-story-content p{font-size:18px;line-height:1.9;color:var(--muted)}
.focus-areas,.team-section,.vision-mission,.operational-focus,.sdg-section,.reports-section{padding:100px 0;background:#f8fbfd}
.focus-grid,.project-grid,.team-grid,.programme-grid,.sdg-grid,.reports-grid,.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.focus-card,.project-card,.team-card,.programme-card,.sdg-card,.report-card,.news-card,.resource-card,.member-card,.value-card,.vm-card,.contact-card{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--soft-shadow);transition:.3s}
.focus-card,.project-card,.programme-card,.news-card{overflow:hidden}
.focus-card:hover,.project-card:hover,.programme-card:hover,.news-card:hover,.report-card:hover,.resource-card:hover,.member-card:hover,.value-card:hover,.project-box:hover{transform:translateY(-5px)}
.focus-card img{width:100%;height:240px;object-fit:cover}
.focus-body,.project-card div,.programme-card div,.news-card div{padding:24px}
.focus-body span,.programme-card span,.resource-card span,.report-card span{font-size:36px;color:var(--primary)}
.focus-body h3,.programme-card h3{margin:14px 0 12px;font-size:24px;font-weight:600}
.focus-body p,.project-card p,.team-card p,.programme-card p,.news-card p,.resource-card p,.report-card p{color:var(--muted);line-height:1.8;margin:0}
.flagship-daycare{padding:120px 0;background:#fff}
.daycare-grid{display:grid;grid-template-columns:48% 52%;gap:70px;align-items:center}
.daycare-content h2{font-size:50px;line-height:1.1;margin:14px 0 22px;font-weight:600}
.daycare-content p{font-size:18px;line-height:1.9;color:var(--muted)}
.daycare-list{margin:30px 0;padding:0;list-style:none;display:grid;gap:14px}
.daycare-list li{display:flex;align-items:center;gap:12px;font-size:17px}
.daycare-list li:before,.detail-list li:before{content:'✓';width:24px;height:24px;flex:0 0 24px;background:rgba(49,168,74,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green);font-size:14px}
.daycare-media img{width:100%;height:750px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}
.impact-section{padding:100px 0;background:linear-gradient(135deg,var(--primary-dark),var(--green-dark));color:#fff}
.section-header.light h2,.section-header.light p{color:#fff}
.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.impact-grid div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:34px;text-align:center}
.impact-grid strong{display:block;font-size:42px;font-weight:600;margin-bottom:8px}
.impact-grid span{font-size:16px;color:#e2e8f0}
.project-card img,.news-card img{height:260px;width:100%;object-fit:cover}
.project-card h3,.team-card h3,.news-card h3{font-size:22px;font-weight:600;margin:0 0 12px}
.team-card{padding:24px;text-align:center}
.team-card img{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 20px}
.partner-box{background:radial-gradient(circle at 80% 20%,rgba(244,168,37,.22),transparent 30%),linear-gradient(135deg,#eaf7ff,#f1fbf4);border-radius:34px;padding:70px;text-align:center}
.partner-box h2{font-size:44px;line-height:1.15;margin:0 0 18px;font-weight:600}
.partner-box p{max-width:760px;margin:0 auto 28px;color:var(--muted);font-size:18px;line-height:1.8}
.page-hero{padding:100px 0;background:linear-gradient(135deg,#eef8ff,#f8fbfd);text-align:center}
.page-hero h1{font-size:60px;line-height:1.05;max-width:950px;margin:20px auto;font-weight:600}
.page-hero p{max-width:850px;margin:auto;font-size:18px;line-height:1.9;color:var(--muted)}
.vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.vm-card{padding:40px;border-radius:28px}
.vm-card span{font-size:42px;color:var(--primary)}
.vm-card h3{font-size:32px;margin:18px 0;font-weight:600}
.vm-card p{line-height:1.9;color:var(--muted)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.value-card{padding:34px}
.value-card span{font-size:38px;color:var(--primary)}
.value-card h3{font-size:24px;margin:16px 0 10px;font-weight:600}
.value-card p{color:var(--muted);line-height:1.8}
.focus-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.focus-list div{background:#fff;padding:20px;border-radius:18px;text-align:center;font-weight:500;border:1px solid var(--border)}
.team-page{padding:100px 0;background:#fff}
.team-full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.member-card{border-radius:26px;padding:24px}
.member-card.large{grid-column:span 3;display:grid;grid-template-columns:320px 1fr;gap:34px;align-items:center;background:linear-gradient(135deg,#eef8ff,#fff)}
.member-card img{width:100%;height:260px;object-fit:cover;border-radius:20px;margin-bottom:18px}
.member-card.large img{height:340px;margin:0}
.member-card span{display:inline-flex;color:var(--primary);font-size:14px;font-weight:500;margin-bottom:10px}
.member-card h3{font-size:23px;line-height:1.3;margin:0 0 12px;font-weight:600}
.member-card p{font-size:16px;line-height:1.8;color:var(--muted);margin:0}
.programme-card.featured{border-color:rgba(18,133,199,.35);background:linear-gradient(180deg,#fff,#f3fbff)}
.programme-card img{width:100%;height:230px;object-fit:cover}
.programme-card ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.programme-card li{font-size:15px;color:#334155;display:flex;gap:10px}
.programme-card li:before{content:'✓';color:var(--green);font-weight:600}
.programme-hero{padding:90px 0;background:linear-gradient(135deg,#eef8ff,#fff)}
.programme-hero-grid{display:grid;grid-template-columns:46% 54%;gap:60px;align-items:center}
.programme-hero h1{font-size:58px;line-height:1.06;margin:18px 0;font-weight:600}
.programme-hero p{font-size:18px;line-height:1.85;color:var(--muted);margin:0 0 28px}
.programme-hero img{width:100%;height:560px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}
.detail-grid{display:grid;grid-template-columns:1fr 340px;gap:60px}
.detail-main h2{font-size:34px;margin:0 0 18px;font-weight:600}
.detail-main p{font-size:18px;line-height:1.9;color:var(--muted);margin:0 0 36px}
.detail-list{margin:0 0 42px;padding:0;list-style:none;display:grid;gap:14px}
.detail-list li{display:flex;gap:12px;font-size:17px;color:#334155;line-height:1.6}
.detail-sidebar{position:sticky;top:100px;height:max-content;display:grid;gap:18px}
.side-card{background:#f8fbfd;border:1px solid var(--border);border-radius:24px;padding:24px}
.side-card h3{font-size:22px;margin:0 0 12px;font-weight:600}
.side-card p,.side-card li{color:var(--muted);line-height:1.7}
.side-card ul{margin:0;padding-left:18px}
.side-card.cta{background:linear-gradient(135deg,#eaf7ff,#f1fbf4)}
.project-feature{display:grid;grid-template-columns:1fr 520px;gap:60px;align-items:center;margin-bottom:80px}
.project-feature img{width:100%;height:520px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}
.project-feature-content h2{font-size:48px;line-height:1.1;margin:14px 0 18px;font-weight:600}
.project-feature-content p{font-size:18px;line-height:1.9;color:var(--muted)}
.project-feature-content ul{margin:25px 0;display:grid;gap:12px;padding-left:18px}
.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.project-box{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;transition:.3s}
.project-box img{width:100%;height:260px;object-fit:cover}
.project-box div{padding:24px}
.project-box h3{font-size:24px;margin:0 0 12px;font-weight:600}
.project-box p{margin:0;color:var(--muted);line-height:1.8}
.impact-page-stats{padding:80px 0;background:#fff}
.impact-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.impact-stat-card{background:linear-gradient(135deg,#eef8ff,#fff);border:1px solid var(--border);border-radius:24px;padding:34px;text-align:center}
.impact-stat-card strong{display:block;font-size:42px;font-weight:600;color:var(--primary);margin-bottom:8px}
.impact-stat-card span{color:var(--muted);line-height:1.6}
.sdg-card{padding:30px}
.sdg-card .sdg-no{display:inline-flex;background:rgba(18,133,199,.08);color:var(--primary);padding:7px 12px;border-radius:999px;font-size:13px;font-weight:500;margin-bottom:18px}
.sdg-card .material-symbols-rounded{display:block;font-size:38px;color:var(--green);margin-bottom:12px}
.sdg-card h3{font-size:22px;font-weight:600;margin:0}
.timeline-section{padding:100px 0;background:#fff}
.timeline{position:relative;display:grid;gap:24px;max-width:900px;margin:auto}
.timeline:before{content:'';position:absolute;left:18px;top:0;bottom:0;width:2px;background:var(--border)}
.timeline-item{position:relative;background:#fff;border:1px solid var(--border);border-radius:24px;padding:26px 26px 26px 60px;box-shadow:0 12px 35px rgba(15,23,42,.04)}
.timeline-item:before{content:'';position:absolute;left:10px;top:30px;width:18px;height:18px;background:var(--primary);border-radius:50%;box-shadow:0 0 0 6px rgba(18,133,199,.12)}
.timeline-item span{display:block;color:var(--primary);font-weight:600;margin-bottom:8px}
.timeline-item h3{font-size:24px;margin:0 0 10px;font-weight:600}
.timeline-item p{margin:0;color:var(--muted);line-height:1.8}
.news-card div span:first-child{display:inline-flex;color:var(--primary);font-size:14px;font-weight:500;margin-bottom:12px}
.news-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-weight:500}
.news-link .material-symbols-rounded{font-size:18px}
.resources-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.resource-card{padding:30px}
.resource-card h3,.report-card h3{font-size:23px;font-weight:600;margin:16px 0 10px}
.resource-card em{font-style:normal;color:var(--primary);font-weight:500}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:50px}
.contact-info{display:grid;gap:20px}
.contact-card{padding:28px}
.contact-card span{font-size:38px;color:var(--primary)}
.contact-card h3{font-size:22px;font-weight:600;margin:14px 0 10px}
.contact-card p{color:var(--muted);line-height:1.8;margin:0}
.contact-form{background:#fff;border:1px solid var(--border);border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.contact-form h2{font-size:32px;font-weight:600;margin:0 0 24px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:16px;padding:16px 18px;margin-bottom:16px;font:inherit;color:var(--text);outline:none}
.contact-form textarea{height:150px;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary)}
.footer{background:#082f49;color:#e2e8f0;padding:60px 0 0}
.footer-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:50px}
.footer-logo{width:90px;height:90px;object-fit:contain}
.footer h4{margin:0 0 14px;font-weight:600}
.footer p{color:#cbd5e1;line-height:1.7}
.footer-bottom{margin-top:40px;border-top:1px solid rgba(255,255,255,.12);padding:18px;text-align:center;color:#cbd5e1;font-size:14px}
@media(max-width:1120px){.header-inner{height:72px;display:grid;grid-template-columns:auto auto auto;justify-content:space-between}.brand-logo{width:48px;height:48px}.nav,.header-actions{display:none}.menu-btn{display:flex}.mobile-drawer{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid var(--border);padding:18px 20px 24px;box-shadow:0 22px 45px rgba(15,23,42,.12);z-index:100}.mobile-drawer.active{display:grid;gap:4px}.mobile-drawer strong{font-size:13px;color:var(--primary);margin:12px 0 4px;font-weight:600}.mobile-drawer a:not(.btn){padding:12px 4px;font-size:16px;font-weight:500;color:#334155;border-bottom:1px solid #f1f5f9}.mobile-actions{display:grid;gap:14px;margin-top:14px}.mobile-actions .btn{width:100%}.mobile-actions .lang-switch{justify-content:center;width:max-content;margin:auto}}
@media(max-width:980px){.hero{padding:42px 0 50px}.hero-grid,.about-grid,.daycare-grid,.about-story-grid,.vm-grid,.programme-hero-grid,.detail-grid,.project-feature,.contact-grid{grid-template-columns:1fr}.hero-media{order:-1}.hero-media img{height:420px;border-radius:24px}.hero-card{left:18px;bottom:18px}.hero h1{font-size:40px;letter-spacing:-.8px}.hero p{font-size:16px}.trust-grid,.focus-grid,.impact-grid,.project-grid,.team-grid,.values-grid,.programme-grid,.impact-stat-grid,.sdg-grid,.reports-grid,.news-grid,.resources-grid{grid-template-columns:1fr 1fr}.about-content h2,.daycare-content h2,.about-story-content h2{font-size:38px}.about-media img,.about-story-image img,.project-feature img,.programme-hero img{height:420px}.daycare-media img{height:450px}.team-full-grid{grid-template-columns:1fr 1fr}.member-card.large{grid-column:span 2;grid-template-columns:1fr}.member-card.large img{height:360px}.detail-sidebar{position:static}.partner-box{padding:44px 24px}.partner-box h2{font-size:34px}.footer-grid{grid-template-columns:1fr}}
@media(max-width:640px){.container{width:min(100% - 32px,1180px)}.hero-media img{height:330px}.hero h1,.page-hero h1{font-size:34px}.section-header h2,.about-content h2,.daycare-content h2,.about-story-content h2,.programme-hero h1{font-size:32px}.detail-main h2{font-size:28px}.trust-grid,.focus-grid,.impact-grid,.project-grid,.team-grid,.values-grid,.focus-list,.programme-grid,.impact-stat-grid,.sdg-grid,.reports-grid,.news-grid,.resources-grid,.team-full-grid{grid-template-columns:1fr}.btn{width:100%}.hero-actions{width:100%}.about-preview,.focus-areas,.flagship-daycare,.impact-section,.projects-section,.team-section,.partner-cta,.page-hero,.about-story,.vision-mission,.core-values,.operational-focus,.team-page,.programme-page,.programme-hero,.programme-detail,.projects-page,.impact-page-stats,.sdg-section,.timeline-section,.reports-section,.news-page,.resources-page,.contact-page{padding:70px 0}.member-card.large{grid-column:span 1}.member-card img,.member-card.large img{height:320px}.programme-card img,.news-card img{height:240px}.programme-hero img{height:320px}.impact-stat-card strong{font-size:34px}.lang-option{height:36px;padding:0 18px;font-size:14px}}

.donate-hero{background:radial-gradient(circle at 80% 20%,rgba(244,168,37,.18),transparent 32%),linear-gradient(135deg,#eef8ff,#f8fbfd)}
.donate-page{padding:100px 0;background:#fff}
.donate-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start}
.donate-content h2,.donate-form h2{font-size:38px;line-height:1.15;margin:14px 0 26px;font-weight:600}
.donate-use-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.donate-use-card{background:#f8fbfd;border:1px solid var(--border);border-radius:24px;padding:26px}
.donate-use-card span{font-size:38px;color:var(--primary)}
.donate-use-card h3{font-size:22px;margin:16px 0 10px;font-weight:600}
.donate-use-card p{margin:0;color:var(--muted);line-height:1.8}
.donate-form{background:#fff;border:1px solid var(--border);border-radius:30px;padding:34px;box-shadow:var(--shadow);position:sticky;top:100px}
.donate-type{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.donate-type label{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:16px;padding:14px;cursor:pointer;font-weight:500}
.amount-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.amount-grid button{height:48px;border:1px solid var(--border);border-radius:16px;background:#f8fbfd;font:inherit;font-weight:500;color:var(--text);cursor:pointer}
.amount-grid button:hover{border-color:var(--primary);color:var(--primary);background:#eef8ff}
.donate-form input,.donate-form select,.donate-form textarea{width:100%;border:1px solid var(--border);border-radius:16px;padding:16px 18px;margin-bottom:14px;font:inherit;color:var(--text);outline:none;background:#fff}
.donate-form textarea{height:120px;resize:vertical}
.donate-form input:focus,.donate-form select:focus,.donate-form textarea:focus{border-color:var(--primary)}
.donate-note{font-size:14px;line-height:1.7;color:var(--muted);margin:2px 0 18px}
@media(max-width:980px){.donate-grid{grid-template-columns:1fr}.donate-form{position:static}.donate-use-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.donate-page{padding:70px 0}.donate-use-grid,.donate-type,.amount-grid{grid-template-columns:1fr}.donate-content h2,.donate-form h2{font-size:30px}}

.donate-type label{
display:grid;
grid-template-columns:22px 1fr;
align-items:center;
gap:14px;
min-height:72px;
padding:16px 22px;
}

.donate-type input{
width:18px!important;
height:18px!important;
margin:0!important;
padding:0!important;
justify-self:center;
}

.donate-type span{
display:block;
font-size:18px;
line-height:1.25;
font-weight:500;
color:var(--text);
}