﻿/* =============================================
   DONATION / PROGRAM PAGES â€” Professional & Modern
   ============================================= */

.donation-page-section {
    padding: 70px 0 80px;
    background: var(--helpest-extra);
}

/* â”€â”€ Section Title â”€â”€ */
.dn-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.dn-tagline {
    display: inline-block;
    background: rgba(var(--helpest-base-rgb), 0.1);
    color: var(--helpest-base);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.dn-section-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--helpest-black);
    margin: 0 0 12px;
    line-height: 1.2;
}

.dn-section-title p {
    font-size: 15px;
    color: #666;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

/* â”€â”€ Stats Row â”€â”€ */
.dn-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.dn-stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(var(--helpest-black-rgb), 0.07);
    border-top: 3px solid var(--helpest-base);
    transition: transform 0.25s;
}

.dn-stat-card:hover {
    transform: translateY(-4px);
}

.dn-stat-icon {
    width: 52px;
    height: 52px;
    background: rgba(var(--helpest-base-rgb), 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.dn-stat-icon i {
    color: var(--helpest-base);
    font-size: 20px;
}

.dn-stat-num {
    font-size: 26px;
    font-weight: 800;
    color: var(--helpest-black);
    line-height: 1;
    margin-bottom: 6px;
}

.dn-stat-label {
    font-size: 12px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* â”€â”€ Main Grid â”€â”€ */
.dn-main-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 30px;
    align-items: start;
}

/* â”€â”€ Form Card â”€â”€ */
.dn-form-card {
    background: #fff;
    border-radius: 18px;
    padding: 36px;
    box-shadow: 0 8px 40px rgba(var(--helpest-black-rgb), 0.1);
}

.dn-form-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.dn-form-header i {
    font-size: 32px;
    color: var(--helpest-base);
    margin-bottom: 10px;
    display: block;
}

.dn-form-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--helpest-black);
    margin: 0 0 6px;
}

.dn-form-header p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* â”€â”€ Amount Section â”€â”€ */
.dn-amount-section {
    margin-bottom: 22px;
}

.dn-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--helpest-black);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dn-optional {
    font-weight: 400;
    color: #999;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
}

.dn-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.dn-amount-btn {
    padding: 12px 8px;
    border: 2px solid #e8e8e8;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--helpest-black);
    cursor: pointer;
    transition: all 0.2s;
}

.dn-amount-btn:hover,
.dn-amount-btn.active {
    border-color: var(--helpest-base);
    background: var(--helpest-base);
    color: #fff;
}

.dn-custom-input {
    display: none;
    align-items: center;
    border: 2px solid var(--helpest-base);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.dn-custom-input.show {
    display: flex;
}

.dn-rupee {
    padding: 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: var(--helpest-base);
    background: rgba(var(--helpest-base-rgb), 0.06);
    height: 48px;
    display: flex;
    align-items: center;
    border-right: 2px solid var(--helpest-base);
}

.dn-custom-input input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600;
    color: var(--helpest-black);
    height: 48px;
}

/* â”€â”€ Fields â”€â”€ */
.dn-field-group {
    margin-bottom: 18px;
    position: relative;
}

.dn-fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dn-input {
    width: 100%;
    padding: 13px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    font-family: inherit;
}

.dn-input:focus {
    outline: none;
    border-color: var(--helpest-base);
    background: #fff;
}

.dn-textarea {
    height: 90px;
    resize: none;
}

.dn-select-wrap {
    position: relative;
}

.dn-select {
    width: 100%;
    padding: 13px 40px 13px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s;
    font-family: inherit;
}

.dn-select:focus {
    outline: none;
    border-color: var(--helpest-base);
}

.dn-select-wrap i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 12px;
    pointer-events: none;
}

/* â”€â”€ Submit Button â”€â”€ */
.dn-submit-btn {
    width: 100%;
    padding: 16px;
    background: #004aac;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s;
    box-shadow: 0 6px 20px rgba(var(--helpest-base-rgb), 0.35);
    margin-top: 6px;
}

.dn-submit-btn:hover {
    background: #eb2e32;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(var(--helpest-base-rgb), 0.45);
}

.dn-secure-note {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 14px;
}

.dn-secure-note i {
    color: var(--helpest-base);
}

/* â”€â”€ Right Side â”€â”€ */
.dn-right-wrap {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* â”€â”€ Causes â”€â”€ */
.dn-causes {
    background: #fff;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 4px 20px rgba(var(--helpest-black-rgb), 0.07);
}

.dn-causes-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--helpest-black);
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f0f0;
}

.dn-cause-card {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f5f5f5;
}

.dn-cause-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dn-cause-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dn-icon-edu    { background: rgba(var(--helpest-base-rgb), 0.12); color: var(--helpest-base); }
.dn-icon-health { background: rgba(var(--helpest-base-rgb), 0.12);  color: var(--helpest-base); }
.dn-icon-food   { background: rgba(var(--helpest-secondary-rgb), 0.12); color: var(--helpest-secondary); }

.dn-cause-icon i { font-size: 18px; }
.dn-cause-info { flex: 1; }

.dn-cause-info h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--helpest-black);
    margin: 0 0 4px;
}

.dn-cause-info p {
    font-size: 12px;
    color: #888;
    margin: 0 0 8px;
    line-height: 1.5;
}

.dn-progress-bar {
    height: 6px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 4px;
}

.dn-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--helpest-base), var(--helpest-secondary));
    border-radius: 10px;
}

.dn-progress-label {
    font-size: 11px;
    color: var(--helpest-base);
    font-weight: 700;
}

/* â”€â”€ Payment Methods â”€â”€ */
.dn-payment-methods {
    background: #fff;
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(var(--helpest-black-rgb), 0.07);
}

.dn-pay-title {
    font-size: 12px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.dn-pay-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dn-pay-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: var(--helpest-extra);
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #444;
}

.dn-pay-badge i {
    font-size: 16px;
    color: var(--helpest-black);
}

/* â”€â”€ Bank Card â”€â”€ */
.dn-bank-card {
    background: linear-gradient(135deg, var(--helpest-black), var(--helpest-base));
    border-radius: 14px;
    padding: 22px 24px;
    color: #fff;
}

.dn-bank-card h5 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.dn-bank-card h5 i {
    color: var(--helpest-base);
}

.dn-bank-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dn-bank-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 12px;
}

.dn-bank-list li:last-child { border-bottom: none; }
.dn-bank-list li span { color: rgba(255,255,255,0.55); }
.dn-bank-list li strong { color: #fff; font-weight: 600; text-align: right; max-width: 60%; }

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1100px) {
    .dn-main-grid { grid-template-columns: 1fr; }
    .dn-right-wrap { display: grid; grid-template-columns: 1fr 1fr; }
    .dn-causes { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    .donation-page-section { padding: 50px 0 60px; }
    .dn-section-title h2 { font-size: 26px; }
    .dn-stats-row { grid-template-columns: repeat(2, 1fr); }
    .dn-form-card { padding: 24px 18px; }
    .dn-fields-row { grid-template-columns: 1fr; }
    .dn-right-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .dn-stats-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .dn-stat-card { padding: 20px 14px; }
    .dn-stat-num { font-size: 20px; }
    .dn-amount-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================
   PROGRAM CARDS (Healthcare / Nutrition / Education)
   ============================================= */

.prog-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.prog-item {
    display: flex;
    gap: 16px;
    padding: 18px;
    background: var(--helpest-extra);
    border-radius: 12px;
    border-left: 4px solid var(--helpest-base);
    transition: box-shadow 0.2s, transform 0.2s;
}

.prog-item:hover {
    box-shadow: 0 6px 20px rgba(var(--helpest-black-rgb), 0.1);
    transform: translateY(-2px);
}

.prog-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.prog-red    { background: rgba(var(--helpest-base-rgb), 0.12);     color: var(--helpest-base); }
.prog-blue   { background: rgba(var(--helpest-base-rgb), 0.12);    color: var(--helpest-base); }
.prog-green  { background: rgba(var(--helpest-secondary-rgb), 0.12);  color: var(--helpest-secondary); }
.prog-orange { background: rgba(216,27,96,0.12);                    color: var(--helpest-primary); }

.prog-info h5 {
    font-size: 15px;
    font-weight: 700;
    color: var(--helpest-black);
    margin: 0 0 6px;
}

.prog-info p {
    font-size: 13px;
    color: #666;
    margin: 0 0 10px;
    line-height: 1.6;
}

.prog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.prog-tags span {
    padding: 3px 10px;
    background: rgba(var(--helpest-base-rgb), 0.08);
    color: var(--helpest-base);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .prog-item { flex-direction: column; gap: 12px; }
}


/* =============================================
   EDUCATION PAGE — Redesigned
   ============================================= */

/* ── Hero ── */
.edu-hero {
    background: linear-gradient(135deg, var(--helpest-black) 0%, var(--helpest-base) 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.edu-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
}

.edu-hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -40px;
    width: 250px; height: 250px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}

.edu-hero-inner {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.edu-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 7px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.edu-hero-text h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 18px;
}

.edu-hero-text h1 span {
    color: #ffd54f;
}

.edu-hero-text p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin: 0 0 28px;
    max-width: 520px;
}

.edu-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.edu-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: #fff;
    color: var(--helpest-base);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.edu-btn-primary:hover {
    background: var(--helpest-secondary);
    color: #fff;
    transform: translateY(-2px);
}

.edu-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s;
}

.edu-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}

/* Hero Stats Box */
.edu-hero-stats {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 30px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    backdrop-filter: blur(10px);
}

.edu-hero-stat {
    text-align: center;
}

.edu-hero-stat-num {
    font-size: 30px;
    font-weight: 800;
    color: #ffd54f;
    line-height: 1;
    margin-bottom: 6px;
}

.edu-hero-stat-label {
    font-size: 11px;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── Programs Section ── */
.edu-programs {
    padding: 70px 0;
    background: var(--helpest-extra);
}

.edu-sec-title {
    text-align: center;
    margin-bottom: 48px;
}

.edu-sec-tag {
    display: inline-block;
    background: rgba(var(--helpest-base-rgb), 0.1);
    color: var(--helpest-base);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.edu-sec-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--helpest-black);
    margin: 0 0 10px;
}

.edu-sec-title p {
    font-size: 15px;
    color: #666;
    max-width: 480px;
    margin: 0 auto;
}

.edu-prog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.edu-prog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(var(--helpest-black-rgb), 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}

.edu-prog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(var(--helpest-black-rgb), 0.14);
}

.edu-prog-card-top {
    padding: 28px 24px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.edu-top-blue   { background: linear-gradient(135deg, var(--helpest-base), #42a5f5); }
.edu-top-purple { background: linear-gradient(135deg, var(--helpest-secondary), #ab47bc); }
.edu-top-teal   { background: linear-gradient(135deg, #00897b, #26a69a); }
.edu-top-orange { background: linear-gradient(135deg, #e65100, #ff7043); }

.edu-prog-icon {
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

.edu-prog-badge {
    background: rgba(255,255,255,0.25);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 20px;
}

.edu-prog-card-body {
    padding: 20px 24px;
    flex: 1;
}

.edu-prog-card-body h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--helpest-black);
    margin: 0 0 10px;
}

.edu-prog-card-body p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 14px;
}

.edu-prog-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.edu-prog-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #555;
}

.edu-prog-points li i {
    color: var(--helpest-base);
    font-size: 10px;
    flex-shrink: 0;
}

.edu-prog-card-footer {
    padding: 16px 24px 20px;
    border-top: 1px solid #f0f0f0;
}

.edu-prog-bar-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    margin-bottom: 6px;
}

.edu-prog-bar {
    height: 6px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.edu-prog-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--helpest-base), var(--helpest-secondary));
    border-radius: 10px;
}

/* ── Help Section ── */
.edu-help {
    padding: 70px 0;
    background: #fff;
}

.edu-help-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.edu-help-left h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--helpest-black);
    margin: 10px 0 14px;
}

.edu-help-left p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 28px;
}

.edu-help-amounts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}

.edu-amount-card {
    background: var(--helpest-extra);
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
}

.edu-amount-card:hover {
    border-color: var(--helpest-base);
    background: rgba(var(--helpest-base-rgb), 0.05);
}

.edu-amount-num {
    font-size: 20px;
    font-weight: 800;
    color: var(--helpest-base);
    margin-bottom: 4px;
}

.edu-amount-desc {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

/* Impact Box */
.edu-impact-box {
    background: linear-gradient(135deg, var(--helpest-black), var(--helpest-base));
    border-radius: 20px;
    padding: 32px;
    color: #fff;
}

.edu-impact-box h4 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.edu-impact-box h4 i {
    color: #ffd54f;
}

.edu-impact-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.edu-impact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.edu-impact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.edu-impact-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffd54f;
    flex-shrink: 0;
}

.edu-impact-item div strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.edu-impact-item div span {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .edu-prog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .edu-hero-inner { grid-template-columns: 1fr; }
    .edu-hero-text h1 { font-size: 28px; }
    .edu-hero-stats { grid-template-columns: repeat(2, 1fr); }
    .edu-help-inner { grid-template-columns: 1fr; }
    .edu-prog-grid { grid-template-columns: 1fr; }
    .edu-hero { padding: 50px 0; }
    .edu-programs, .edu-help { padding: 50px 0; }
}

@media (max-width: 480px) {
    .edu-hero-btns { flex-direction: column; }
    .edu-help-amounts { grid-template-columns: 1fr 1fr; }
}

/* Progress fill width classes — no inline styles needed */
.edu-fill-85 { width: 85%; }
.edu-fill-68 { width: 68%; }
.edu-fill-55 { width: 55%; }
.edu-fill-48 { width: 48%; }

/* Nutrition progress fill widths */
.nut-fill-82 { width: 82%; }
.nut-fill-65 { width: 65%; }
.nut-fill-50 { width: 50%; }
.nut-fill-42 { width: 42%; }

/* Nutrition hero — teal/green gradient override */
.nut-hero {
    background: linear-gradient(135deg, #00695c 0%, #00897b 100%);
}



