:root {
    --sky: #6B9EBF;
    --skyp: rgba(107, 158, 191, .12);
    --sfp: rgba(232, 114, 42, .08);
    --gdp: rgba(201, 150, 58, .12);
    --sgp: rgba(122, 155, 118, .14);
    --sfm: rgba(232, 114, 42, .08);
}

/* ── shared type helpers (mirrors donate.css) ── */
.sl_ {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sf);
    margin-bottom: 10px;
    display: block;
}

.sh_ {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 600;
    color: var(--ch);
    line-height: 1.18;
    margin-bottom: 16px;
}

.sh_ em {
    font-style: italic;
    color: var(--sf);
}

.ss_ {
    font-size: .92rem;
    color: var(--tw);
    line-height: 1.85;
    max-width: 560px;
}

.orn {
    width: 48px;
    height: 3px;
    background: var(--sf);
    border-radius: 2px;
    margin-bottom: 24px;
}

.orn.cx {
    margin-left: auto;
    margin-right: auto;
}

section {
    padding: 96px 0;
}

@media (max-width: 767px) {
    section {
        padding: 64px 0;
    }
}

.btn-p {
    background: var(--sf);
    color: #fff;
    padding: 13px 30px;
    border-radius: 50px;
    border: none;
    font-size: .86rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--tr);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 24px rgba(232, 114, 42, .32);
    text-decoration: none;
}

.btn-p:hover {
    background: var(--br);
    color: #fff;
    transform: translateY(-2px);
}

.btn-o {
    background: transparent;
    color: var(--br);
    padding: 12px 30px;
    border-radius: 50px;
    border: 1.5px solid var(--br);
    font-size: .86rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--tr);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-o:hover {
    background: var(--br);
    color: #fff;
    transform: translateY(-2px);
}

.btn-wa {
    background: #25D366;
    color: #fff;
    padding: 13px 26px;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--tr);
    text-decoration: none;
}

.btn-wa:hover {
    background: #20b957;
    color: #fff;
    transform: translateY(-2px);
}

/* ══ HERO ══ */
.page-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-top: 72px;
}

.phi {
    position: absolute;
    inset: 0;
}

.phi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    animation: hz 10s ease forwards;
}

@keyframes hz {
    to {
        transform: scale(1);
    }
}

.pho {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(44, 24, 8, .84) 0%, rgba(120, 70, 30, .56) 52%, rgba(201, 150, 58, .16) 100%);
}

.hring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .07);
    pointer-events: none;
}

.hr1 {
    width: 560px;
    height: 560px;
    top: -200px;
    right: -120px;
    animation: spR 28s linear infinite;
}

.hr2 {
    width: 300px;
    height: 300px;
    top: -40px;
    right: 110px;
    animation: spR 18s linear infinite reverse;
}

@keyframes spR {
    to {
        transform: rotate(360deg);
    }
}

.hshine {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sf), var(--gd), var(--sf));
}

.hero-heart {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22rem;
    color: rgba(255, 255, 255, .03);
    pointer-events: none;
    z-index: 1;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: translateY(-50%) scale(1);
    }

    50% {
        transform: translateY(-50%) scale(1.05);
    }
}

.phc {
    position: relative;
    z-index: 2;
    padding: 64px 0 60px;
    width: 100%;
}

.htag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 6px 18px;
    margin-bottom: 20px;
    font-size: .7rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .9);
    letter-spacing: .12em;
    text-transform: uppercase;
    animation: fu .9s .15s both;
}

.page-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 600;
    color: #fff;
    line-height: 1.08;
    margin-bottom: 18px;
    animation: fu .9s .3s both;
}

.page-hero h1 em {
    font-style: italic;
    color: var(--gdl);
}

.page-hero p {
    font-size: .98rem;
    color: rgba(255, 255, 255, .74);
    line-height: 1.82;
    max-width: 540px;
    animation: fu .9s .45s both;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
    animation: fu .9s .55s both;
}

.hero-badges {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 26px;
    animation: fu .9s .65s both;
}

.hb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .76rem;
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
}

.hb-item i {
    color: var(--gdl);
}

@keyframes fu {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.bc {
    background: var(--wh);
    border-bottom: 1px solid rgba(232, 114, 42, .1);
    padding: 14px 0;
}

.bc .breadcrumb {
    margin: 0;
    font-size: .76rem;
    align-items: center;
}

.bc .breadcrumb-item a {
    color: var(--sf);
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--sf);
    content: "\203A";
    font-size: 1rem;
}

.trust-strip {
    background: var(--sf);
    padding: 16px 0;
    overflow: hidden;
}

.ts-inner {
    display: flex;
    gap: 48px;
    align-items: center;
    animation: sts 28s linear infinite;
    white-space: nowrap;
}

@keyframes sts {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.ts-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: .78rem;
    font-weight: 500;
    flex-shrink: 0;
}

.ts-sep {
    color: rgba(255, 255, 255, .35);
    font-size: 1.2rem;
}

/* ══ ABOUT ══ */
.about-section {
    background: var(--iv);
}

.about-lede {
    font-size: .95rem;
    color: var(--tw);
    line-height: 1.9;
    max-width: 760px;
}

.icard {
    background: var(--wh);
    border-radius: var(--rl);
    padding: 40px 36px;
    height: 100%;
    box-shadow: var(--sc);
    transition: var(--tr);
    position: relative;
    overflow: hidden;
}

.icard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sf), var(--gd));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
}

.icard:hover::before {
    transform: scaleX(1);
}

.icard:hover {
    transform: translateY(-10px);
    box-shadow: var(--sh);
}

.icard .ico {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 1.7rem;
    transition: var(--tr);
}

.icard:hover .ico {
    transform: rotate(6deg) scale(1.1);
}

.icard h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--ch);
    margin-bottom: 12px;
}

.icard p {
    font-size: .84rem;
    color: var(--tw);
    line-height: 1.85;
    margin: 0;
}

/* ══ FOUNDER ══ */
.founder-section {
    background: var(--cr);
}

.founder-card {
    background: var(--wh);
    border-radius: var(--rl);
    box-shadow: var(--sc);
    overflow: hidden;
}

.founder-img {
    position: relative;
    min-height: 590px;
    background-size: cover;
    background-position: top;
}

.founder-img::after {
    content: '\f10e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 8rem;
    color: rgba(255, 255, 255, .5);
}

.founder-copy {
    padding: 52px 48px;
}

.founder-copy .quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    color: var(--sf);
    opacity: .3;
    line-height: 1;
    margin-bottom: -12px;
}

.founder-copy p.msg {
    font-size: .96rem;
    color: var(--tw);
    line-height: 1.95;
    margin-bottom: 16px;
}

.founder-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--ch);
    margin-bottom: 2px;
    margin-top: 18px;
}

.founder-role {
    font-size: .72rem;
    color: var(--sf);
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .founder-copy {
        padding: 36px 28px;
    }

    .founder-img {
        min-height: 260px;
    }
}

/* ══ WHY DONATION MATTERS (12-grid) ══ */
.uses-section {
    background: var(--iv);
}

.use-card {
    background: var(--wh);
    border-radius: var(--r);
    padding: 26px 20px;
    text-align: center;
    height: 100%;
    box-shadow: var(--sc);
    transition: var(--tr);
}

.use-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh);
}

.use-emoji {
    font-size: 2rem;
    margin-bottom: 12px;
    display: block;
}

.use-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ch);
    margin: 0;
}

/* ══ IMPACT STATS ══ */
.stats-section {
    background: var(--ch);
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(232, 114, 42, .12) 0%, transparent 65%);
}

.stats-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sf), var(--gd), var(--sf));
}

.stats-section .sl_ {
    color: var(--gdl);
}

.stats-section .sh_ {
    color: #fff;
}

.stats-section .sh_ em {
    color: var(--gdl);
}

.stats-section .orn {
    background: var(--gd);
}

.stat-card {
    text-align: center;
    padding: 20px 10px;
    position: relative;
    z-index: 2;
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--gdl);
    line-height: 1;
}

.stat-lbl {
    font-size: .74rem;
    color: rgba(255, 255, 255, .62);
    margin-top: 8px;
    font-weight: 500;
}

/* ══ DAILY LIFE TIMELINE ══ */
.daily-section {
    background: var(--cr);
}

.dl-timeline {
    position: relative;
    padding-left: 36px;
}

.dl-timeline::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: var(--be);
}

.dl-item {
    position: relative;
    padding-bottom: 30px;
}

.dl-item:last-child {
    padding-bottom: 0;
}

.dl-dot {
    position: absolute;
    left: -36px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--sf);
    border: 3px solid var(--wh);
    box-shadow: 0 0 0 2px rgba(232, 114, 42, .25);
}

.dl-card {
    background: var(--wh);
    border-radius: var(--r);
    padding: 18px 22px;
    box-shadow: var(--sc);
    display: flex;
    align-items: center;
    gap: 16px;
}

.dl-time {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--sf);
    min-width: 82px;
}

.dl-card h5 {
    font-size: .92rem;
    font-weight: 600;
    color: var(--ch);
    margin: 0;
}

/* ══ GALLERY ══ */
.gallery-section {
    background: var(--iv);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    grid-auto-rows: 160px;
}

.gallery-item {
    position: relative;
    border-radius: var(--r);
    overflow: hidden;
    cursor: pointer;
}

.gallery-item.big {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(44, 24, 8, .55), transparent 50%);
    opacity: 0;
    transition: opacity .3s;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item .gi-ico {
    position: absolute;
    bottom: 14px;
    left: 14px;
    color: #fff;
    font-size: 1.1rem;
    opacity: 0;
    transition: opacity .3s;
}

.gallery-item:hover .gi-ico {
    opacity: 1;
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item.big {
        grid-column: span 2;
    }
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 12, 4, .92);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.lightbox-overlay.open {
    display: flex;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: var(--r);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 30px;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    background: none;
    border: none;
}

/* ══ TRUST ══ */
.trust-section {
    background: var(--cr);
}

.trust-card {
    background: var(--wh);
    border-radius: var(--r);
    padding: 30px 26px;
    box-shadow: var(--sc);
    height: 100%;
    transition: var(--tr);
    border-top: 3px solid transparent;
}

.trust-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh);
    border-top-color: var(--sf);
}

.trust-card .tco {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--sfp);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.trust-card .tco i {
    font-size: 1.05rem;
    color: var(--sf);
}

.trust-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ch);
    margin-bottom: 6px;
}

.trust-card p {
    font-size: .78rem;
    color: var(--tw);
    line-height: 1.7;
    margin: 0;
}

/* ══ TESTIMONIALS ══ */
.testi-section {
    background: var(--iv);
}

.testi-card {
    background: var(--wh);
    border-radius: var(--rl);
    padding: 38px 34px;
    box-shadow: var(--sc);
    height: 100%;
}

.testi-card .stars {
    color: var(--gd);
    font-size: .8rem;
    margin-bottom: 14px;
}

.testi-card p.quote {
    font-size: .9rem;
    color: var(--tw);
    line-height: 1.85;
    margin-bottom: 20px;
    min-height: 130px;
}

.testi-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--sfp);
    color: var(--sf);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.testi-name {
    font-size: .86rem;
    font-weight: 600;
    color: var(--ch);
}

.testi-role {
    font-size: .7rem;
    color: var(--sf);
    font-weight: 500;
}

.swiper {
    padding-bottom: 50px;
}

.swiper-pagination-bullet {
    background: var(--sf);
}

.swiper-pagination-bullet-active {
    background: var(--br);
}

/* ══ DONATION FORM (merged, matches donate.css exactly) ══ */
.form-section {
    background: var(--cr);
    position: relative;
    overflow: hidden;
}

.form-section::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 114, 42, .06) 0%, transparent 70%);
    pointer-events: none;
}

.why-donate-panel {
    padding-right: 20px;
}

.wd-highlight {
    background: var(--sf);
    border-radius: var(--rl);
    padding: 36px 32px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
}

.wd-highlight::before {
    content: '\f004';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: -12px;
    bottom: -20px;
    font-size: 10rem;
    color: rgba(255, 255, 255, .06);
    pointer-events: none;
}

.wd-highlight h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.wd-highlight p {
    font-size: .82rem;
    opacity: .88;
    line-height: 1.75;
    margin-bottom: 0;
}

.wd-list {
    background: var(--wh);
    border-radius: var(--r);
    padding: 26px 24px;
    margin-bottom: 22px;
}

.wd-list h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ch);
    margin-bottom: 14px;
}

.wd-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.wd-line i {
    color: var(--sg);
    font-size: .85rem;
    width: 16px;
    margin-top: 3px;
}

.wd-line span {
    font-size: .8rem;
    color: var(--tw);
    line-height: 1.6;
}

.wd-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wd-badge {
    background: var(--sfm);
    border: 1px solid rgba(232, 114, 42, .15);
    border-radius: 8px;
    padding: 6px 12px;
    font-size: .65rem;
    font-weight: 600;
    color: var(--sf);
}

.form-card {
    background: var(--wh);
    border-radius: var(--rl);
    padding: 52px 48px;
    box-shadow: var(--sh);
    position: relative;
    z-index: 1;
}

.form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sf), var(--gd), var(--sf));
    border-radius: var(--rl) var(--rl) 0 0;
}

.fgroup {
    margin-bottom: 20px;
}

.fgroup label {
    display: block;
    font-size: .74rem;
    font-weight: 600;
    color: var(--ch);
    margin-bottom: 6px;
    letter-spacing: .02em;
}

.fgroup label .req {
    color: var(--sf);
    margin-left: 3px;
}

.finput {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--be);
    border-radius: 12px;
    font-size: .84rem;
    font-family: 'Poppins', sans-serif;
    color: var(--ch);
    outline: none;
    transition: border-color .25s, box-shadow .25s;
    background: var(--iv);
}

.finput:focus {
    border-color: var(--sf);
    box-shadow: 0 0 0 3px rgba(232, 114, 42, .12);
    background: var(--wh);
}

.finput::placeholder {
    color: rgba(74, 48, 32, .35);
}

.finput-tel {
    display: flex;
    gap: 0;
}

.tel-prefix {
    background: var(--sfp);
    border: 1.5px solid var(--be);
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 12px 14px;
    font-size: .84rem;
    font-weight: 600;
    color: var(--sf);
    white-space: nowrap;
}

.finput-tel .finput {
    border-radius: 0 12px 12px 0;
}

textarea.finput {
    resize: vertical;
    min-height: 90px;
}

.amount-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.achip {
    padding: 9px 18px;
    border-radius: 50px;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid var(--be);
    color: var(--tw);
    background: var(--iv);
    transition: var(--tr);
    display: flex;
    align-items: center;
    gap: 5px;
}

.achip:hover {
    border-color: var(--sf);
    color: var(--sf);
}

.achip.selected {
    background: var(--sf);
    color: #fff;
    border-color: var(--sf);
    box-shadow: 0 4px 16px rgba(232, 114, 42, .3);
}

.custom-amount-wrap {
    display: none;
    margin-top: 10px;
}

.custom-amount-wrap.show {
    display: block;
}

.eighty-g {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: var(--gdp);
    border-radius: 12px;
    border: 1px solid rgba(201, 150, 58, .2);
    cursor: pointer;
    margin-bottom: 0;
}

.eighty-g input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--gd);
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 1px;
}

.eighty-g-text h6 {
    font-size: .82rem;
    font-weight: 600;
    color: var(--ch);
    margin-bottom: 2px;
}

.eighty-g-text p {
    font-size: .72rem;
    color: var(--tw);
    margin: 0;
}

.pan-field {
    display: none;
    margin-top: 14px;
}

.pan-field.show {
    display: block;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(135deg, var(--sf), var(--sfl));
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--tr);
    box-shadow: 0 8px 28px rgba(232, 114, 42, .38);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
}

.submit-btn:hover {
    background: linear-gradient(135deg, var(--br), var(--sf));
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(232, 114, 42, .45);
}

.rzp-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 12px 16px;
    background: var(--sfm);
    border-radius: 12px;
}

.rzp-note i {
    color: var(--sf);
    font-size: .9rem;
}

.rzp-note p {
    font-size: .72rem;
    color: var(--tw);
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .why-donate-panel {
        padding-right: 0;
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .form-card {
        padding: 32px 24px;
    }
}

/* ══ FAQ ══ */
.faq-section {
    background: var(--cr);
}

.faq-item {
    background: var(--wh);
    border-radius: var(--r);
    margin-bottom: 14px;
    box-shadow: var(--sc);
    overflow: hidden;
    border: none;
}

.faq-q {
    padding: 20px 26px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--ch);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-q i {
    color: var(--sf);
    transition: transform .3s;
    font-size: .9rem;
}

.faq-item.open .faq-q i {
    transform: rotate(180deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.faq-item.open .faq-a {
    max-height: 300px;
}

.faq-a p {
    padding: 0 26px 22px;
    font-size: .84rem;
    color: var(--tw);
    line-height: 1.8;
    margin: 0;
}

/* ══ CTA BAND ══ */
.cta-band {
    background: var(--ch);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(232, 114, 42, .15) 0%, transparent 70%);
}

.cta-band::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sf), var(--gd), var(--sf));
}

.cta-band h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-size: clamp(1.9rem, 3.8vw, 3.2rem);
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.cta-band h2 em {
    font-style: italic;
    color: var(--gdl);
}

.cta-band p {
    font-size: .9rem;
    color: rgba(255, 255, 255, .55);
    line-height: 1.8;
    max-width: 500px;
    margin: 12px auto 0;
    position: relative;
    z-index: 2;
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 36px;
    position: relative;
    z-index: 2;
}

/* success overlay (matches donate page) */
.success-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.success-overlay.open {
    display: flex;
}

.success-card {
    background: var(--wh);
    border-radius: var(--rl);
    padding: 56px 48px;
    text-align: center;
    max-width: 480px;
    width: 90%;
    animation: fu .4s ease;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .3);
}

.success-ico {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--sgp);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: var(--sg);
}

.success-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--ch);
    margin-bottom: 10px;
}

.success-card p {
    font-size: .85rem;
    color: var(--tw);
    line-height: 1.75;
    margin-bottom: 24px;
}

/* ══ WEEKLY TRANSPARENCY UPDATES ══ */
.weekly-updates-section {
    background: var(--cr);
}

.weeklyUpdatesSwiper {
    padding: 8px 4px 55px;
}

.weeklyUpdatesSwiper .swiper-wrapper {
    align-items: stretch;
}

.weeklyUpdatesSwiper .swiper-slide {
    height: auto;
}

.weekly-update-card {
    background: var(--wh);
    border: 1px solid rgba(232, 114, 42, 0.08);
    border-radius: var(--rl);
    box-shadow: var(--sc);
    height: 100%;
    overflow: hidden;
    transition: var(--tr);
}

.weekly-update-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--sh);
}

.weekly-update-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px 24px;
}

.weekly-update-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--ch);
    line-height: 1.3;
    margin-bottom: 10px;
}

.weekly-update-description {
    font-size: 0.8rem;
    color: var(--tw);
    line-height: 1.75;
    margin-bottom: 20px;
}

.weekly-update-details {
    border-top: 1px solid var(--be);
    padding-top: 16px;
    margin-top: auto;
}

.weekly-update-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 0.76rem;
}

.weekly-update-detail:last-child {
    margin-bottom: 0;
}

.weekly-update-detail span {
    display: inline-flex;
    align-items: center;
    color: var(--tw);
    flex-shrink: 0;
}

.weekly-update-detail span i {
    width: 17px;
    color: var(--sf);
}

.weekly-update-detail strong {
    color: var(--ch);
    text-align: right;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.weekly-update-detail .amount {
    color: var(--sf);
    font-size: 0.86rem;
}

.weeklyUpdatesPagination {
    bottom: 5px !important;
}

.weeklyUpdatesPagination .swiper-pagination-bullet {
    background: var(--sf);
    opacity: 0.35;
}

.weeklyUpdatesPagination .swiper-pagination-bullet-active {
    background: var(--br);
    opacity: 1;
}

.weekly-empty-state {
    background: var(--wh);
    border-radius: var(--rl);
    padding: 50px 30px;
    text-align: center;
    box-shadow: var(--sc);
}

.weekly-empty-state i {
    display: block;
    font-size: 2.4rem;
    color: var(--sf);
    margin-bottom: 16px;
}

.weekly-empty-state h4 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--ch);
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.weekly-empty-state p {
    color: var(--tw);
    font-size: 0.82rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .weeklyUpdatesSwiper {
        padding-right: 2px;
        padding-left: 2px;
    }

    .weekly-update-body {
        padding: 22px 20px;
    }

    .weekly-update-detail {
        gap: 10px;
    }
}


/* ══ BANK DETAILS & QR CODE ══ */

.bank-donation-section {
    position: relative;
    background: var(--iv);
    overflow: hidden;
}

.bank-donation-section::before {
    content: '';
    position: absolute;
    top: -180px;
    left: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(232, 114, 42, .07) 0%,
            transparent 70%);
    pointer-events: none;
}

.bank-donation-section::after {
    content: '';
    position: absolute;
    right: -140px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(201, 150, 58, .08) 0%,
            transparent 70%);
    pointer-events: none;
}

.bank-donation-section .container {
    position: relative;
    z-index: 2;
}

/* Main cards */

.bank-donation-card {
    position: relative;
    height: 100%;
    padding: 34px;
    background: var(--wh);
    border: 1px solid rgba(232, 114, 42, .1);
    border-radius: var(--rl);
    box-shadow: var(--sc);
    overflow: hidden;
    transition: var(--tr);
}

.bank-donation-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg,
            var(--sf),
            var(--gd));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}

.bank-donation-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh);
}

.bank-donation-card:hover::before {
    transform: scaleX(1);
}

/* Card heading */

.bank-card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.bank-heading-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sf);
    background: var(--sfp);
    border-radius: 50%;
    font-size: 1.2rem;
}

.bank-card-kicker {
    display: block;
    margin-bottom: 2px;
    color: var(--sf);
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bank-card-heading h3 {
    margin: 0;
    color: var(--ch);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.15;
}

/* QR card */

.qr-donation-card {
    text-align: center;
}

.qr-donation-card .bank-card-heading {
    justify-content: center;
    text-align: left;
}

.qr-placeholder {
    position: relative;
    width: min(100%, 270px);
    aspect-ratio: 1 / 1;
    margin: 0 auto 22px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cr);
    border: 1.5px dashed rgba(232, 114, 42, .55);
    border-radius: var(--r);
    overflow: hidden;
}

.qr-placeholder::before,
.qr-placeholder::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border-color: var(--sf);
    border-style: solid;
    pointer-events: none;
}

.qr-placeholder::before {
    top: 11px;
    left: 11px;
    border-width: 2px 0 0 2px;
    border-radius: 7px 0 0;
}

.qr-placeholder::after {
    right: 11px;
    bottom: 11px;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 7px;
}

.qr-placeholder-content {
    color: var(--tw);
}

.qr-placeholder-content i {
    display: block;
    margin-bottom: 14px;
    color: var(--sf);
    font-size: 4.2rem;
    line-height: 1;
}

.qr-placeholder-content strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ch);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 600;
}

.qr-placeholder-content span {
    display: block;
    color: var(--tw);
    font-size: .76rem;
}

.qr-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}

.qr-description {
    max-width: 360px;
    margin: 0 auto;
    color: var(--tw);
    font-size: .82rem;
    line-height: 1.75;
}

.upi-app-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.upi-app-list span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    color: var(--ch);
    background: var(--cr);
    border: 1px solid rgba(232, 114, 42, .1);
    border-radius: 50px;
    font-size: .69rem;
    font-weight: 500;
}

.upi-app-list i {
    color: var(--sf);
}

/* Bank details */

.bank-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bank-detail-item {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 102px;
    padding: 17px;
    background: var(--cr);
    border: 1px solid rgba(232, 114, 42, .1);
    border-radius: var(--r);
    transition: var(--tr);
}

.bank-detail-item:hover {
    transform: translateY(-3px);
    background: var(--wh);
    border-color: rgba(232, 114, 42, .28);
    box-shadow: 0 8px 22px rgba(79, 45, 23, .07);
}

.bank-detail-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sf);
    background: var(--wh);
    border-radius: 10px;
    font-size: .85rem;
}

.bank-detail-content {
    min-width: 0;
    flex: 1;
}

.bank-detail-content>span {
    display: block;
    margin-bottom: 5px;
    color: var(--tw);
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bank-detail-content strong {
    display: block;
    color: var(--ch);
    font-size: .86rem;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

/* Copy buttons */

.bank-copy-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bank-copy-row strong {
    min-width: 0;
}

.bank-copy-btn {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sf);
    background: var(--wh);
    border: 1px solid rgba(232, 114, 42, .25);
    border-radius: 8px;
    font-size: .72rem;
    cursor: pointer;
    transition: var(--tr);
}

.bank-copy-btn:hover {
    color: #fff;
    background: var(--sf);
    border-color: var(--sf);
    transform: translateY(-2px);
}

.bank-copy-btn:focus-visible {
    outline: 3px solid rgba(232, 114, 42, .2);
    outline-offset: 2px;
}

/* Donation note */

.bank-donation-note {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 20px;
    padding: 18px 20px;
    color: #355142;
    background: var(--sgp);
    border: 1px solid rgba(122, 155, 118, .18);
    border-left: 3px solid var(--sg);
    border-radius: var(--r);
}

.bank-note-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--sg);
    border-radius: 50%;
    font-size: .8rem;
}

.bank-donation-note strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ch);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 600;
}

.bank-donation-note p {
    margin: 0;
    color: var(--tw);
    font-size: .77rem;
    line-height: 1.7;
}

/* Trust indicators */

.bank-trust-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 34px;
}

.bank-trust-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tw);
    font-size: .73rem;
    font-weight: 500;
}

.bank-trust-list i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sf);
    background: var(--sfp);
    border-radius: 50%;
    font-size: .7rem;
}

/* Responsive */

@media (max-width: 991px) {
    .bank-donation-card {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .bank-details-grid {
        grid-template-columns: 1fr;
    }

    .bank-detail-item {
        min-height: auto;
    }

    .bank-trust-list {
        gap: 14px 18px;
    }
}

@media (max-width: 575px) {
    .bank-donation-card {
        padding: 24px 20px;
    }

    .bank-card-heading {
        margin-bottom: 22px;
    }

    .bank-card-heading h3 {
        font-size: 1.45rem;
    }

    .qr-placeholder {
        width: 215px;
    }

    .qr-placeholder-content i {
        font-size: 3.5rem;
    }

    .bank-detail-item {
        padding: 15px;
    }

    .bank-donation-note {
        padding: 16px;
    }

    .bank-trust-list {
        align-items: flex-start;
        flex-direction: column;
        width: fit-content;
        margin: 28px auto 0;
    }
}