:root {
    --adde-blue: #2079b8;
    --adde-blue-dark: #0f4f7d;
    --adde-blue-deep: #0b314d;
    --adde-green: #6fae75;
    --adde-green-dark: #397a42;
    --adde-cream: #fbf4e8;
    --adde-soft: #f1f8fb;
    --adde-sky: #e8f5fb;
    --adde-text: #1f2f3d;
    --adde-muted: #667887;
    --adde-white: #ffffff;
    --adde-shadow: 0 22px 55px rgba(15, 79, 125, .14);
    --adde-shadow-strong: 0 28px 70px rgba(8, 39, 62, .23);
    --radius-card: 32px;
    --radius-section: 44px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--adde-text);
    background:
        radial-gradient(circle at top left, rgba(32,121,184,.08), transparent 34rem),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    line-height: 1.7;
    padding-top: 86px;
    overflow-x: hidden;
}

a { color: var(--adde-blue); }
a:hover { color: var(--adde-blue-dark); }

img { max-width: 100%; }

.text-primary { color: var(--adde-blue-dark) !important; }
.text-success { color: var(--adde-green-dark) !important; }
.bg-primary { background-color: var(--adde-blue-dark) !important; }

.navbar {
    background: rgba(255,255,255,.985) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 12px 36px rgba(11,49,77,.11);
    border-bottom: 1px solid rgba(32,121,184,.12);
    z-index: 1060;
    padding: .72rem 0;
}

.navbar .container {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(32,121,184,.10);
    border-radius: 999px;
    padding: .45rem .85rem;
    box-shadow: 0 8px 28px rgba(11,49,77,.06);
}

.navbar-brand { min-width: 0; }
.navbar-brand img {
    height: 58px;
    width: 58px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    box-shadow: 0 8px 22px rgba(15,79,125,.18);
}
.navbar-brand span {
    font-weight: 900;
    color: var(--adde-blue-dark);
    letter-spacing: .04em;
    font-size: 1.1rem;
}

.navbar-toggler {
    border: 0;
    border-radius: 16px;
    padding: .55rem .65rem;
    background: var(--adde-sky);
}
.navbar-toggler:focus { box-shadow: 0 0 0 .18rem rgba(32,121,184,.18); }

.navbar-nav { gap: .25rem; }
.nav-link {
    font-weight: 800;
    color: #1d3f54 !important;
    padding: .66rem .92rem !important;
    border-radius: 999px;
    text-shadow: none !important;
    transition: all .2s ease;
    white-space: nowrap;
}
.nav-link:hover,
.nav-link.active {
    color: var(--adde-blue-dark) !important;
    background: rgba(32,121,184,.10);
}

.btn-adde,
.btn-donate,
.btn-adde-outline,
.btn-light {
    border-radius: 999px !important;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.btn-adde {
    background: linear-gradient(135deg, var(--adde-blue-dark), var(--adde-blue));
    color: #fff !important;
    border: 0;
    padding: .82rem 1.45rem;
    box-shadow: 0 12px 28px rgba(32,121,184,.28);
}
.btn-adde:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(32,121,184,.34); color: #fff !important; }

.btn-adde-outline {
    color: var(--adde-blue-dark) !important;
    border: 2px solid rgba(32,121,184,.78);
    padding: .74rem 1.28rem;
    background: rgba(255,255,255,.96);
}
.btn-adde-outline:hover { background: var(--adde-blue-dark); border-color: var(--adde-blue-dark); color: #fff !important; transform: translateY(-2px); }

.btn-donate {
    background: linear-gradient(135deg, var(--adde-green-dark), var(--adde-green));
    color: #fff !important;
    padding: .74rem 1.15rem;
    border: 0;
    box-shadow: 0 12px 28px rgba(57,122,66,.25);
}
.btn-donate:hover { color: #fff !important; transform: translateY(-2px); box-shadow: 0 16px 36px rgba(57,122,66,.32); }

.hero,
.page-hero,
.banner-institutional {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hero {
    min-height: min(780px, calc(100vh - 86px));
    display: flex;
    align-items: center;
    border-radius: 0 0 var(--radius-section) var(--radius-section);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.45);
}
.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8,39,62,.92), rgba(15,79,125,.70) 48%, rgba(8,39,62,.18)),
        radial-gradient(circle at 12% 25%, rgba(111,174,117,.34), transparent 26rem);
    z-index: -1;
}
.hero:after,
.page-hero:after,
.banner-institutional:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: .32;
    pointer-events: none;
    z-index: -1;
}
.hero .container { position: relative; z-index: 2; }
.hero-card {
    max-width: 760px;
    color: #fff;
    padding: clamp(1.8rem, 4vw, 3rem);
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(7,38,59,.66), rgba(15,79,125,.38));
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: var(--adde-shadow-strong);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.hero-logo-line,
.page-hero-brand {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem .85rem .5rem .55rem;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    color: var(--adde-blue-dark);
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(0,0,0,.14);
    margin-bottom: 1rem;
}
.hero-logo-line img,
.page-hero-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .48rem .85rem;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    color: #fff;
    border: 1px solid rgba(255,255,255,.23);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
}
.hero h1 {
    font-size: clamp(2.35rem, 5vw, 4.95rem);
    font-weight: 900;
    line-height: 1.03;
    margin-top: 1.05rem;
    letter-spacing: -.04em;
    text-wrap: balance;
}
.hero p {
    font-size: 1.2rem;
    max-width: 670px;
    color: rgba(255,255,255,.96);
    text-shadow: 0 2px 14px rgba(0,0,0,.28);
}

.page-hero {
    min-height: 420px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0 0 var(--radius-section) var(--radius-section);
}
.page-hero:before {
    content:'';
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(8,39,62,.90), rgba(15,79,125,.62), rgba(57,122,66,.28)),
        radial-gradient(circle at 20% 30%, rgba(111,174,117,.28), transparent 24rem);
    z-index:-1;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero-card {
    max-width: 840px;
    padding: clamp(1.6rem, 4vw, 2.6rem);
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(7,38,59,.62), rgba(15,79,125,.34));
    border: 1px solid rgba(255,255,255,.23);
    box-shadow: var(--adde-shadow-strong);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.page-hero h1 {
    font-weight: 900;
    font-size: clamp(2.1rem, 4vw, 4rem);
    letter-spacing: -.035em;
    text-wrap: balance;
}
.page-hero .lead { color: rgba(255,255,255,.94); text-shadow: 0 2px 14px rgba(0,0,0,.24); }

.section-padding {
    padding: 92px 0;
    position: relative;
}
.section-soft,
.section-cream {
    margin: 28px clamp(10px, 3vw, 34px);
    border-radius: var(--radius-section);
    overflow: hidden;
    border: 1px solid rgba(32,121,184,.10);
}
.section-soft {
    background:
        radial-gradient(circle at 8% 0%, rgba(32,121,184,.11), transparent 25rem),
        var(--adde-soft);
}
.section-cream {
    background:
        radial-gradient(circle at 92% 0%, rgba(111,174,117,.14), transparent 24rem),
        var(--adde-cream);
}
.section-title {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}
.section-title .small-title,
.small-title {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--adde-green-dark);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8rem;
}
.section-title .small-title:before,
.small-title:before {
    content: '';
    width: .58rem;
    height: .58rem;
    border-radius: 50%;
    background: var(--adde-green);
    box-shadow: 0 0 0 .35rem rgba(111,174,117,.15);
}
.section-title h2 {
    color: var(--adde-blue-dark);
    font-weight: 900;
    margin-top: .6rem;
    letter-spacing: -.025em;
    text-wrap: balance;
}
.section-title p { color: var(--adde-muted); margin-top: .75rem; }

.card-adde,
.contact-card,
.donate-card,
.logo-panel,
.value-pill,
.quick-box {
    border-radius: var(--radius-card) !important;
}
.card-adde {
    border: 1px solid rgba(32,121,184,.10);
    box-shadow: var(--adde-shadow);
    height: 100%;
    overflow: hidden;
    background: rgba(255,255,255,.96);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card-adde:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(15,79,125,.18);
    border-color: rgba(32,121,184,.22);
}
.card-adde .card-body { position: relative; z-index: 1; }
.service-card .card-body { padding: 2.15rem; }
.service-card h4 { color: var(--adde-blue-dark); }
.service-card p { color: var(--adde-muted); }
.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--adde-blue-dark), var(--adde-blue), var(--adde-green));
    font-size: 1.9rem;
    margin-bottom: 1.15rem;
    box-shadow: 0 16px 34px rgba(32,121,184,.24);
}
.feature-img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
    border-radius: 36px;
    box-shadow: var(--adde-shadow);
    border: 8px solid #fff;
}
.logo-panel {
    background:
        linear-gradient(180deg, #fff 0%, #f8fcff 100%);
    border: 1px solid rgba(32,121,184,.11);
    box-shadow: var(--adde-shadow);
    padding: clamp(2rem, 4vw, 3rem);
    text-align: center;
}
.logo-panel img {
    max-width: 280px;
    width: 100%;
    border-radius: 50%;
    background: #fff;
    padding: 6px;
    box-shadow: 0 20px 52px rgba(15,79,125,.16);
}
.logo-panel h4 { color: var(--adde-blue-dark) !important; }

.banner-institutional {
    min-height: 390px;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 28px clamp(10px, 3vw, 34px);
    border-radius: var(--radius-section);
    box-shadow: var(--adde-shadow);
}
.banner-institutional:before {
    content:'';
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(8,39,62,.88), rgba(15,79,125,.68), rgba(57,122,66,.45)),
        radial-gradient(circle at 15% 22%, rgba(255,255,255,.14), transparent 26rem);
    z-index:-1;
}
.banner-institutional .container { position: relative; z-index: 1; }
.banner-institutional h2 {
    font-weight: 900;
    font-size: clamp(1.9rem, 4vw, 3.55rem);
    max-width: 990px;
    letter-spacing: -.035em;
    text-wrap: balance;
    text-shadow: 0 5px 24px rgba(0,0,0,.32);
}

.value-pill {
    padding: 1.2rem;
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(32,121,184,.12);
    box-shadow: 0 14px 34px rgba(15,79,125,.07);
    height: 100%;
}
.value-pill h4,
.value-pill h5 { color: var(--adde-blue-dark); }

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: var(--adde-shadow);
    border: 8px solid #fff;
    background: #fff;
}
.gallery-img {
    height: 265px;
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
    transition: transform .32s ease;
}
.gallery-card:hover .gallery-img { transform: scale(1.04); }
.gallery-card .caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: .82rem 1rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, rgba(15,79,125,.92), rgba(57,122,66,.86));
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.cta-box {
    border-radius: var(--radius-section) !important;
    padding: clamp(2rem, 5vw, 4.4rem);
    background:
        radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 20rem),
        linear-gradient(135deg, var(--adde-blue-deep), var(--adde-blue-dark), var(--adde-green-dark));
    color: #fff;
    box-shadow: var(--adde-shadow-strong);
    position: relative;
    overflow: hidden;
}
.cta-box:after {
    content:'';
    position:absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    right: -80px;
    top: -80px;
    background: rgba(255,255,255,.12);
}
.cta-box > * { position: relative; z-index: 1; }
.cta-box h2 { font-weight: 900; letter-spacing: -.03em; }

.info-list { list-style: none; padding-left: 0; margin: 0; }
.info-list li { display: flex; gap: .8rem; margin-bottom: .95rem; }
.info-list i { color: var(--adde-green-dark); font-size: 1.22rem; flex: 0 0 auto; margin-top: .15rem; }
.contact-card {
    border: 1px solid rgba(32,121,184,.10);
    box-shadow: var(--adde-shadow);
    overflow: hidden;
    background: #fff;
}
.form-label { font-weight: 800; color: var(--adde-blue-deep); }
.form-control, .form-select {
    border-radius: 18px;
    padding: .9rem 1rem;
    border: 1px solid #d7e5ed;
    background: #fbfdff;
}
.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 .22rem rgba(32,121,184,.15);
    border-color: var(--adde-blue);
}
.map-frame { width: 100%; min-height: 380px; border: 0; border-radius: 32px; box-shadow: var(--adde-shadow); }
.timeline-item {
    border-left: 4px solid var(--adde-blue);
    padding-left: 1.4rem;
    margin-bottom: 1.6rem;
}
.timeline-item h4 { color: var(--adde-blue-dark); font-weight: 900; }
.check-list { list-style: none; padding-left: 0; }
.check-list li { margin-bottom: .9rem; display: flex; gap: .8rem; }
.check-list i { color: var(--adde-green-dark); font-size: 1.25rem; margin-top: .1rem; }
.donate-card {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(32,121,184,.11);
    padding: 2rem;
    box-shadow: var(--adde-shadow);
    height: 100%;
}
.donate-card h4,
.donate-card h5 { color: var(--adde-blue-dark); }

.footer {
    background:
        radial-gradient(circle at 10% 0%, rgba(32,121,184,.22), transparent 26rem),
        linear-gradient(135deg, #09283f, #102f45 58%, #0b314d);
    color: rgba(255,255,255,.88);
    padding: 76px 0 32px;
    margin-top: 28px;
    border-radius: var(--radius-section) var(--radius-section) 0 0;
}
.footer h5 { color: #fff; font-weight: 900; }
.footer a { color: rgba(255,255,255,.88); text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer-logo {
    height: 78px;
    width: 78px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    box-shadow: 0 14px 32px rgba(0,0,0,.22);
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 38px; padding-top: 24px; font-size: .93rem; }
.quick-box {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    padding: 1.15rem;
}

.whatsapp-float,
a.whatsapp-float {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    left: auto !important;
    top: auto !important;
    z-index: 9999 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .58rem !important;
    min-width: 66px;
    height: 66px;
    padding: 0 1.1rem !important;
    background: linear-gradient(135deg, #14b953, #25d366) !important;
    color: #fff !important;
    border-radius: 999px !important;
    border: 3px solid #fff !important;
    box-shadow: 0 18px 42px rgba(37,211,102,.42), 0 10px 28px rgba(0,0,0,.18) !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    line-height: 1 !important;
    transform: translateZ(0);
}
.whatsapp-float:hover,
a.whatsapp-float:hover {
    color: #fff !important;
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 22px 52px rgba(37,211,102,.48), 0 14px 36px rgba(0,0,0,.20) !important;
}
.whatsapp-float i { font-size: 1.75rem !important; line-height: 1; }
.whatsapp-float span { display: inline-block; }

@media (max-width: 1199.98px) {
    .nav-link { padding: .6rem .72rem !important; font-size: .94rem; }
}

@media (max-width: 991.98px) {
    body { padding-top: 78px; }
    .navbar { padding: .55rem 0; }
    .navbar .container { border-radius: 28px; padding: .45rem .7rem; }
    .navbar-collapse {
        background: #fff;
        border: 1px solid rgba(32,121,184,.12);
        border-radius: 24px;
        margin-top: .65rem;
        padding: .75rem;
        box-shadow: 0 20px 48px rgba(11,49,77,.12);
    }
    .navbar-nav { gap: .25rem; align-items: stretch !important; }
    .nav-link { padding: .76rem .95rem !important; }
    .hero { min-height: 650px; border-radius: 0 0 34px 34px; }
    .page-hero { min-height: 380px; border-radius: 0 0 34px 34px; }
    .section-padding { padding: 70px 0; }
    .feature-img { min-height: 330px; }
    .section-soft, .section-cream, .banner-institutional { border-radius: 34px; margin-left: 10px; margin-right: 10px; }
}

@media (max-width: 575.98px) {
    body { padding-top: 74px; }
    .navbar-brand span { font-size: .98rem; }
    .navbar-brand img { height: 50px; width: 50px; }
    .hero-card, .page-hero-card { border-radius: 28px; }
    .hero-logo-line span,
    .page-hero-brand span { font-size: .85rem; }
    .hero-logo-line img,
    .page-hero-brand img { width: 40px; height: 40px; }
    .section-padding { padding: 58px 0; }
    .card-adde, .contact-card, .donate-card, .logo-panel, .value-pill, .quick-box { border-radius: 26px !important; }
    .whatsapp-float span { display: none !important; }
    .whatsapp-float,
    a.whatsapp-float {
        width: 62px !important;
        min-width: 62px !important;
        height: 62px !important;
        padding: 0 !important;
        right: 16px !important;
        bottom: 16px !important;
    }
}
