:root {
    --ocean: #083e54;
    --ocean-deep: #042936;
    --ocean-soft: #155f73;
    --sky: #bfeaed;
    --sky-light: #e8f8f7;
    --coral: #f2684f;
    --coral-deep: #c94531;
    --sand: #f4d88e;
    --sun: #ffd45d;
    --cream: #fbf7ed;
    --paper: #fffefa;
    --ink: #102f39;
    --muted: #61797e;
    --green: #20a879;
    --line: rgba(8, 62, 84, .13);
    --line-light: rgba(255, 255, 255, .14);
    --shadow: 0 26px 75px rgba(4, 49, 64, .14);
    --display: "Gill Sans", "Trebuchet MS", sans-serif;
    --body: "Trebuchet MS", "Gill Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
svg { width: 100%; height: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 12px 17px; border-radius: 12px; background: var(--sun); color: var(--ocean-deep); font-weight: 950; }
.skip-link:focus { top: 16px; }

.header { position: fixed; z-index: 50; top: 16px; left: 50%; display: flex; width: min(1240px, calc(100% - 28px)); align-items: center; justify-content: space-between; padding: 10px 11px 10px 16px; transform: translateX(-50%); border: 1px solid rgba(255, 255, 255, .65); border-radius: 21px; background: rgba(255, 254, 250, .91); box-shadow: 0 16px 46px rgba(4, 37, 49, .14); backdrop-filter: blur(18px); transition: top .2s ease, background .2s ease, box-shadow .2s ease; }
.header.scrolled { top: 8px; background: rgba(255, 254, 250, .98); box-shadow: 0 12px 38px rgba(4, 37, 49, .18); }
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.logo > span, .footer-brand > span { display: grid; width: 42px; height: 42px; place-items: center; transform: rotate(-4deg); border-radius: 48% 52% 44% 56%; background: var(--coral); color: #fff; font-size: 13px; font-weight: 1000; box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .18); }
.logo strong, .logo small { display: block; }
.logo strong { color: var(--ocean); font-size: 17px; line-height: 1; }
.logo small { margin-top: 4px; color: #6a8287; font-size: 7px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.header nav { display: flex; align-items: center; gap: 1px; }
.header nav a { padding: 11px 10px; border-radius: 12px; color: #365f69; font-size: 11px; font-weight: 900; text-decoration: none; transition: background .2s ease, color .2s ease; }
.header nav a:hover, .header nav a.active { background: #eaf5f3; color: var(--ocean); }
.header nav .help-link { margin-left: 5px; padding-inline: 14px; background: var(--ocean); color: #fff; }
.header nav .help-link:hover { background: var(--coral); color: #fff; }
.menu-button { display: none; padding: 9px; border: 0; background: transparent; }
.menu-button i { display: block; width: 23px; height: 2px; margin: 5px; border-radius: 2px; background: var(--ocean); }

.hero { position: relative; display: grid; min-height: 850px; grid-template-columns: minmax(0, 1.04fr) minmax(450px, .96fr); align-items: center; gap: 70px; overflow: hidden; padding: 150px max(6vw, 28px) 105px; background: var(--ocean); color: #fff; }
.hero::before { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 58px 58px; content: ""; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; pointer-events: none; }
.orbit-one { top: -250px; right: -160px; width: 680px; height: 680px; box-shadow: 0 0 0 90px rgba(191, 234, 237, .045), 0 0 0 180px rgba(191, 234, 237, .025); }
.orbit-two { bottom: -350px; left: -300px; width: 650px; height: 650px; box-shadow: 0 0 0 100px rgba(242, 104, 79, .04); }
.hero-copy, .future-board { position: relative; z-index: 2; }
.kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--sand); font-size: 9px; font-weight: 1000; letter-spacing: .14em; text-transform: uppercase; }
.kicker i { width: 24px; height: 2px; background: var(--coral); }
.kicker.blue { color: #176f83; }
.kicker.light { color: var(--sky); }
.hero h1 { max-width: 870px; margin: 22px 0; font-family: var(--display); font-size: clamp(58px, 6.5vw, 98px); line-height: .91; letter-spacing: -.068em; }
.hero h1 em { display: block; color: var(--sky); font-style: normal; }
.hero-copy > p { max-width: 710px; margin: 0; color: #b9d0d5; font-size: 17px; line-height: 1.72; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 21px; border-radius: 15px; font-size: 12px; font-weight: 1000; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.coral { background: var(--coral); color: #fff; box-shadow: 0 15px 35px rgba(242, 104, 79, .2); }
.button.clear { border: 1px solid rgba(255, 255, 255, .24); color: #fff; }
.button.sand { background: var(--sand); color: var(--ocean-deep); }
.button.blue-button { background: var(--ocean); color: #fff; }
.scope-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.scope-row span { padding: 9px 11px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; background: rgba(255, 255, 255, .055); color: #a9c2c7; font-size: 8px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }

.future-board { min-height: 590px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 42px; background: linear-gradient(150deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035)); box-shadow: 0 40px 95px rgba(0, 0, 0, .3); backdrop-filter: blur(10px); }
.future-board::before { position: absolute; inset: 0; opacity: .24; background: linear-gradient(125deg, transparent 47%, rgba(255, 255, 255, .15) 48% 49%, transparent 50%), linear-gradient(55deg, transparent 47%, rgba(255, 255, 255, .08) 48% 49%, transparent 50%); background-size: 80px 80px; content: ""; }
.board-top { position: absolute; z-index: 4; top: 23px; right: 25px; left: 25px; display: flex; align-items: center; justify-content: space-between; color: #c3d9dd; font-size: 8px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.board-top span { display: flex; align-items: center; gap: 8px; }
.board-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(32, 168, 121, .12); }
.board-top b { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255, 255, 255, .15); border-radius: 11px; color: var(--sand); }
.future-sun { position: absolute; top: 100px; right: 68px; width: 150px; height: 150px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 30px rgba(242, 104, 79, .08); }
.future-path { position: absolute; right: -20%; left: -20%; height: 170px; border-radius: 50%; }
.path-one { bottom: 80px; transform: rotate(-6deg); background: var(--sky); }
.path-two { bottom: -40px; transform: rotate(5deg); background: var(--sand); }
.child-symbol { position: absolute; z-index: 3; top: 175px; left: 50%; width: 150px; height: 260px; transform: translateX(-50%); }
.child-symbol span { position: absolute; top: 0; left: 41px; width: 68px; height: 68px; border-radius: 50%; background: #754632; box-shadow: inset 0 8px 0 #163f4a; }
.child-symbol i { position: absolute; top: 65px; left: 26px; width: 100px; height: 120px; border-radius: 40px 40px 22px 22px; background: var(--sun); }
.child-symbol b { position: absolute; bottom: 0; left: 38px; width: 74px; height: 95px; border-right: 22px solid #fff; border-left: 22px solid #fff; }
.future-card { position: absolute; z-index: 4; display: grid; min-width: 190px; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 15px; border-radius: 18px; background: #fff; color: var(--ocean); box-shadow: 0 18px 40px rgba(3, 27, 35, .24); }
.future-card small { grid-column: 1; color: var(--muted); font-size: 7px; font-weight: 1000; letter-spacing: .09em; text-transform: uppercase; }
.future-card strong { grid-column: 1; font-size: 12px; }
.future-card > span { display: grid; grid-column: 2; grid-row: 1 / 3; width: 31px; height: 31px; place-items: center; border-radius: 10px; background: var(--coral); color: #fff; font-weight: 1000; }
.card-school { top: 130px; left: 24px; transform: rotate(-3deg); }
.card-sport { right: 22px; bottom: 128px; transform: rotate(3deg); }
.card-sport > span { background: var(--green); }
.board-message { position: absolute; z-index: 4; right: 25px; bottom: 24px; left: 25px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; background: rgba(4, 41, 54, .82); }
.board-message strong { font-size: 14px; }
.board-message p { margin: 4px 0 0; color: #9ab7bd; font-size: 9px; }

.clarity-strip { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; padding: 22px max(6vw, 28px); background: var(--sun); color: var(--ocean-deep); }
.clarity-strip strong { padding-right: 25px; border-right: 1px solid rgba(4, 41, 54, .23); font-size: 15px; }
.clarity-strip p { margin: 0; font-size: 10px; font-weight: 800; line-height: 1.55; }

.section { padding: 110px max(6vw, 28px); }
.mission { background: var(--cream); }
.mission-heading { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; max-width: 1050px; }
.section-number { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 18px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 1000; }
.mission-heading h2, .section-title h2, .process-heading h2, .institutions-copy h2, .allies-heading h2, .vip-copy h2, .transparency-copy h2, .final-call h2 { margin: 13px 0 0; font-family: var(--display); font-size: clamp(43px, 5.2vw, 74px); line-height: .97; letter-spacing: -.06em; }
.mission-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; margin-top: 46px; }
.mission-card { position: relative; display: flex; min-height: 400px; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); }
.mission-card > span { color: var(--coral-deep); font-size: 8px; font-weight: 1000; letter-spacing: .12em; text-transform: uppercase; }
.mission-card h3 { margin: auto 0 15px; font-family: var(--display); font-size: 31px; line-height: 1.03; letter-spacing: -.045em; }
.mission-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.mission-primary { background: var(--ocean); color: #fff; }
.mission-primary > span { color: var(--sky); }
.mission-primary p { color: #a9c1c6; }
.mission-line { position: absolute; top: 30px; right: -60px; width: 230px; height: 230px; border: 45px solid rgba(191, 234, 237, .07); border-radius: 50%; }
.mission-principles { background: var(--sky-light); }
.mission-principles ul { display: grid; gap: 11px; margin: auto 0 0; padding: 0; list-style: none; }
.mission-principles li { padding: 12px 0; border-bottom: 1px solid rgba(8, 62, 84, .1); color: #365f69; font-size: 10px; font-weight: 850; }
.mission-principles li::before { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--green); content: ""; }

.support-programs { padding: 110px max(6vw, 28px); background: var(--ocean); color: #fff; }
.section-title { display: grid; grid-template-columns: 1.1fr .65fr; gap: 80px; align-items: end; }
.section-title > p { margin: 0; color: #a9c2c7; font-size: 15px; line-height: 1.7; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 45px; }
.support-card { display: flex; min-height: 580px; flex-direction: column; padding: 29px; border-radius: 32px; color: var(--ocean-deep); }
.support-card.education { background: var(--sand); }
.support-card.sport { background: var(--sky); }
.support-top { display: flex; align-items: center; justify-content: space-between; }
.support-top > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--ocean); color: var(--sand); font-size: 10px; font-weight: 1000; }
.support-top i { padding: 8px 10px; border: 1px solid rgba(4, 41, 54, .16); border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }
.support-card h3 { max-width: 590px; margin: 58px 0 15px; font-family: var(--display); font-size: clamp(35px, 4vw, 56px); line-height: .98; letter-spacing: -.055em; }
.support-card > p { max-width: 600px; margin: 0; color: #3d5f67; font-size: 13px; line-height: 1.65; }
.support-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 28px 0; padding: 0; list-style: none; }
.support-card li { padding: 12px; border: 1px solid rgba(4, 41, 54, .12); border-radius: 14px; font-size: 10px; font-weight: 850; }
.support-card li::before { margin-right: 7px; color: var(--coral-deep); content: "+"; }
.support-card > a { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(4, 41, 54, .14); font-size: 11px; font-weight: 1000; text-decoration: none; }
.support-card > a span { font-size: 19px; transition: transform .2s ease; }
.support-card > a:hover span { transform: translateX(4px); }
.merit-note { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; align-items: center; margin-top: 15px; padding: 26px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 25px; background: rgba(255, 255, 255, .055); }
.merit-note span { color: var(--sky); font-size: 9px; font-weight: 1000; letter-spacing: .11em; text-transform: uppercase; }
.merit-note strong { font-family: var(--display); font-size: 22px; line-height: 1.25; }

.process { background: var(--paper); }
.process-heading { max-width: 960px; }
.process-heading > p { max-width: 700px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 43px; }
.process-steps article { min-height: 285px; padding: 20px; border: 1px solid var(--line); border-radius: 23px; background: var(--cream); }
.process-steps article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--coral); color: #fff; font-size: 10px; font-weight: 1000; }
.process-steps article:nth-child(even) > span { background: var(--ocean); }
.process-steps article div { margin-top: 65px; }
.process-steps strong { font-size: 15px; }
.process-steps p { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.process-action { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; margin-top: 14px; padding: 25px; border-radius: 25px; background: var(--sky-light); }
.process-action small, .process-action strong { display: block; }
.process-action small { color: #337181; font-size: 8px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.process-action strong { margin-top: 5px; font-size: 20px; }
.process-action p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }

.institutions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; padding: 110px max(6vw, 28px); background: #dcefee; }
.institutions-art { position: relative; min-height: 560px; overflow: hidden; border-radius: 43% 57% 53% 47% / 44% 42% 58% 56%; background: var(--sand); }
.institutions-art::before, .institutions-art::after { position: absolute; border: 1px solid rgba(8, 62, 84, .12); border-radius: inherit; content: ""; }
.institutions-art::before { inset: 10%; }
.institutions-art::after { inset: 21%; }
.school-building { position: absolute; z-index: 2; top: 50%; left: 50%; width: 260px; height: 210px; transform: translate(-50%, -45%); border-radius: 8px 8px 20px 20px; background: var(--paper); box-shadow: 0 25px 55px rgba(4, 41, 54, .17); }
.school-building::before { position: absolute; top: -70px; left: 10px; width: 240px; height: 85px; clip-path: polygon(50% 0, 100% 100%, 0 100%); background: var(--ocean); content: ""; }
.school-building::after { position: absolute; top: -125px; left: 119px; width: 8px; height: 65px; background: var(--coral); content: ""; }
.school-building span { position: absolute; top: 55px; width: 42px; height: 48px; border-radius: 8px; background: var(--sky); }
.school-building span:nth-child(1) { left: 28px; }
.school-building span:nth-child(2) { left: 109px; }
.school-building span:nth-child(3) { right: 28px; }
.school-building i { position: absolute; bottom: 0; left: 100px; width: 60px; height: 72px; border-radius: 12px 12px 0 0; background: var(--coral); }
.school-building b { position: absolute; top: -123px; left: 127px; width: 65px; height: 34px; clip-path: polygon(0 0, 100% 50%, 0 100%); background: var(--sky); }
.institution-badge { position: absolute; z-index: 3; right: 20px; bottom: 35px; display: flex; width: 190px; align-items: center; gap: 11px; padding: 14px; border-radius: 18px; background: var(--ocean); color: #fff; box-shadow: var(--shadow); }
.institution-badge strong { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border-radius: 11px; background: var(--coral); }
.institution-badge span { font-size: 9px; font-weight: 900; line-height: 1.4; }
.institutions-copy > p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.institution-benefits { display: grid; margin: 25px 0; }
.institution-benefits article { display: grid; grid-template-columns: auto 1fr; gap: 13px; padding: 16px 0; border-bottom: 1px solid rgba(8, 62, 84, .12); }
.institution-benefits article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--paper); color: var(--coral-deep); font-size: 9px; font-weight: 1000; }
.institution-benefits strong { font-size: 13px; }
.institution-benefits p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.allies { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; background: var(--ocean-deep); color: #fff; }
.allies-heading p { color: #a3bec4; font-size: 15px; line-height: 1.7; }
.ally-options { display: grid; gap: 10px; }
.ally-options article { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 17px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 19px; background: rgba(255, 255, 255, .055); }
.ally-options article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--sand); color: var(--ocean-deep); font-size: 9px; font-weight: 1000; }
.ally-options article strong, .ally-options article p { grid-column: 2; }
.ally-options article strong { align-self: end; font-size: 14px; }
.ally-options article p { margin: -8px 0 0; color: #92afb5; font-size: 9px; line-height: 1.5; }
.ally-options > a { display: grid; grid-template-columns: 1fr auto; gap: 5px 15px; align-items: center; padding: 20px; border-radius: 19px; background: var(--coral); color: #fff; text-decoration: none; }
.ally-options > a span { font-size: 9px; font-weight: 850; }
.ally-options > a strong { font-size: 16px; }
.ally-options > a b { grid-column: 2; grid-row: 1 / 3; font-size: 23px; transition: transform .2s ease; }
.ally-options > a:hover b { transform: translateX(4px); }

.vip-connection { display: grid; grid-template-columns: .6fr 1.4fr; gap: 75px; align-items: center; padding: 105px max(6vw, 28px); background: var(--sand); }
.vip-mark { position: relative; display: grid; min-height: 440px; place-items: center; overflow: hidden; border-radius: 49% 51% 42% 58% / 45% 44% 56% 55%; background: var(--ocean); }
.vip-mark::before, .vip-mark::after { position: absolute; border: 1px solid rgba(255, 255, 255, .13); border-radius: inherit; content: ""; }
.vip-mark::before { inset: 12%; }
.vip-mark::after { inset: 25%; }
.vip-mark span { position: relative; z-index: 2; color: var(--sun); font-family: var(--display); font-size: 110px; font-weight: 1000; }
.vip-mark i { position: absolute; right: 17%; bottom: 17%; width: 31px; height: 31px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 15px rgba(242, 104, 79, .16); }
.vip-copy p { max-width: 820px; color: #4f625f; font-size: 14px; line-height: 1.75; }
.vip-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 13px; padding-bottom: 6px; border-bottom: 2px solid var(--ocean); color: var(--ocean); font-size: 12px; font-weight: 1000; text-decoration: none; }
.vip-link span { font-size: 20px; transition: transform .2s ease; }
.vip-link:hover span { transform: translateX(4px); }

.transparency { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; padding: 110px max(6vw, 28px); background: var(--paper); }
.transparency-copy p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.commitment-list { display: grid; }
.commitment-list article { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.commitment-list article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--sky-light); color: var(--ocean); font-size: 9px; font-weight: 1000; }
.commitment-list strong { font-size: 14px; }
.commitment-list p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.final-call { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 90px max(6vw, 28px); background: var(--coral); color: #fff; }
.final-call-copy { max-width: 920px; }
.final-call-copy p { max-width: 700px; color: #ffe2dc; font-size: 15px; line-height: 1.65; }
.final-actions { display: grid; min-width: 225px; gap: 13px; text-align: center; }
.final-actions strong { font-size: 18px; }

.footer { display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; padding: 48px max(6vw, 28px); background: var(--ocean-deep); color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong { font-size: 18px; }
.footer-brand p { max-width: 340px; margin: 4px 0 0; color: #86a5ac; font-size: 10px; line-height: 1.45; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a, .footer-contact a { color: #bfd2d6; font-size: 10px; font-weight: 850; text-decoration: none; }
.footer-contact { display: grid; gap: 6px; color: #7899a1; font-size: 10px; text-align: right; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #718e95; font-size: 8px; line-height: 1.5; }

.whatsapp-float { position: fixed; z-index: 45; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; padding: 10px 15px 10px 11px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 18px; background: #18b973; color: #fff; box-shadow: 0 18px 45px rgba(4, 74, 44, .28); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 22px 55px rgba(4, 74, 44, .36); }
.whatsapp-float svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.whatsapp-float small, .whatsapp-float strong { display: block; }
.whatsapp-float small { margin-bottom: 2px; color: #dcffef; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-float strong { font-size: 12px; }

.seo-faq { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 70px; padding: 105px max(6vw, 28px); background: var(--sky-light); }
.seo-faq-heading { position: sticky; top: 105px; align-self: start; }
.seo-faq-heading h2 { max-width: 650px; margin: 16px 0 18px; font-family: var(--display); font-size: clamp(43px, 4.7vw, 72px); line-height: .98; letter-spacing: -.055em; }
.seo-faq-heading p { max-width: 620px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.seo-faq-list { display: grid; gap: 11px; }
.seo-faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 254, 250, .78); transition: border-color .2s ease, box-shadow .2s ease; }
.seo-faq-list details[open] { border-color: rgba(242, 104, 79, .45); background: var(--paper); box-shadow: 0 18px 50px rgba(4, 49, 64, .09); }
.seo-faq-list summary { position: relative; padding: 23px 58px 23px 24px; cursor: pointer; list-style: none; color: var(--ocean); font-size: 17px; font-weight: 950; line-height: 1.35; }
.seo-faq-list summary::-webkit-details-marker { display: none; }
.seo-faq-list summary::after { position: absolute; top: 50%; right: 21px; display: grid; width: 28px; height: 28px; place-items: center; transform: translateY(-50%); border-radius: 50%; background: var(--coral); color: #fff; content: "+"; font-size: 20px; line-height: 1; }
.seo-faq-list details[open] summary::after { content: "-"; }
.seo-faq-list details p { margin: -5px 24px 23px; color: var(--muted); font-size: 15px; line-height: 1.72; }

/* Readability pass: supporting information remains clearly legible. */
.logo small { font-size: 11px; }
.header nav a { font-size: 15px; }
.kicker { font-size: 12px; }
.button { font-size: 16px; }
.scope-row span { font-size: 12px; }
.board-top { font-size: 12px; }
.future-card small { font-size: 11px; }
.future-card strong { font-size: 16px; }
.board-message p { font-size: 13px; }
.clarity-strip p { font-size: 14px; }
.mission-card > span { font-size: 12px; }
.mission-card p { font-size: 16px; }
.mission-principles li { font-size: 14px; }
.support-top i { font-size: 12px; }
.support-card > p { font-size: 17px; }
.support-card li { font-size: 14px; }
.support-card > a { font-size: 15px; }
.merit-note span { font-size: 12px; }
.process-steps p { font-size: 14px; }
.process-action small { font-size: 12px; }
.process-action p { font-size: 14px; }
.institution-badge span { font-size: 13px; }
.institution-benefits article > span { font-size: 12px; }
.institution-benefits strong { font-size: 16px; }
.institution-benefits p { font-size: 14px; }
.ally-options article > span { font-size: 12px; }
.ally-options article p { font-size: 14px; }
.ally-options > a span { font-size: 13px; }
.vip-copy p { font-size: 18px; }
.vip-link { font-size: 16px; }
.commitment-list article > span { font-size: 12px; }
.commitment-list strong { font-size: 17px; }
.commitment-list p { font-size: 14px; }
.footer-brand p { font-size: 14px; }
.footer-links a, .footer-contact a { font-size: 14px; }
.footer-contact { font-size: 14px; }
.copyright { font-size: 12px; }
.whatsapp-float small { font-size: 10px; }
.whatsapp-float strong { font-size: 15px; }

/* Emergency campaign: earthquake response in Buenaventura. */
#donar, #compromiso-vip, #respuesta, #transparencia-emergencia { scroll-margin-top: 105px; }
.header nav .emergency-link { background: #a92f23; box-shadow: 0 10px 25px rgba(139, 34, 26, .2); }
.header nav .emergency-link:hover { background: #7f2119; }
.emergency-hero { min-height: 900px; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .72fr); background: radial-gradient(circle at 16% 18%, rgba(255, 205, 107, .15), transparent 26%), radial-gradient(circle at 91% 82%, rgba(242, 104, 79, .18), transparent 31%), linear-gradient(125deg, #3e1718 0%, #6d211d 42%, #092f3d 100%); }
.emergency-hero::before { opacity: .22; background-image: linear-gradient(115deg, transparent 0 47%, rgba(255, 255, 255, .08) 47.3% 47.6%, transparent 48%), linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 180px 180px, 55px 55px; mask-image: none; }
.emergency-hero::after { position: absolute; right: 0; bottom: 8%; left: 0; height: 100px; opacity: .16; background: linear-gradient(135deg, transparent 0 6%, #fff 6.2% 6.7%, transparent 6.9% 15%, #fff 15.2% 15.7%, transparent 15.9% 24%, #fff 24.2% 24.7%, transparent 24.9% 33%, #fff 33.2% 33.7%, transparent 33.9%); background-size: 46% 100%; content: ""; pointer-events: none; }
.emergency-copy { max-width: 900px; }
.emergency-status { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(255, 222, 150, .3); border-radius: 999px; background: rgba(44, 8, 7, .32); color: #ffe2a2; font-size: 12px; font-weight: 1000; letter-spacing: .09em; text-transform: uppercase; }
.emergency-status i { width: 9px; height: 9px; border-radius: 50%; background: #ffcc58; box-shadow: 0 0 0 7px rgba(255, 204, 88, .12); animation: emergencyPulse 1.7s ease-in-out infinite; }
.emergency-copy h1 { max-width: 940px; font-size: clamp(62px, 6.8vw, 104px); }
.emergency-copy h1 em { color: #ffd774; }
.emergency-copy > p { max-width: 790px; color: #f1d9d0; font-size: 20px; }
.button.emergency-primary { background: #ffcc58; color: #421514; box-shadow: 0 18px 45px rgba(255, 204, 88, .2); }
.button.emergency-primary:hover { background: #ffe19a; }
.emergency-scope span { color: #f3d8cf; }

.emergency-donation-card { position: relative; z-index: 3; padding: 30px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .74); border-radius: 34px; background: linear-gradient(155deg, #fffefb, #f8efe0); color: var(--ink); box-shadow: 0 45px 100px rgba(25, 5, 5, .4); }
.emergency-donation-card::after { position: absolute; top: -95px; right: -95px; width: 240px; height: 240px; border: 34px solid rgba(201, 69, 49, .06); border-radius: 50%; content: ""; pointer-events: none; }
.donation-card-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.donation-card-head > span { display: flex; align-items: center; gap: 9px; color: #8e392f; font-size: 12px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }
.donation-card-head > span i { width: 8px; height: 8px; border-radius: 50%; background: #d34e3b; }
.donation-card-head > b { padding: 8px 11px; border-radius: 11px; background: #102f39; color: #fff; font-size: 13px; }
.seismic-mark { display: flex; height: 48px; align-items: center; gap: 6px; margin: 36px 0 24px; }
.seismic-mark i { display: block; width: 6px; border-radius: 999px; background: #d34e3b; }
.seismic-mark i:nth-child(1), .seismic-mark i:nth-child(7) { height: 8px; }
.seismic-mark i:nth-child(2), .seismic-mark i:nth-child(6) { height: 18px; }
.seismic-mark i:nth-child(3), .seismic-mark i:nth-child(5) { height: 34px; }
.seismic-mark i:nth-child(4) { height: 48px; background: #0d5264; }
.donation-eyebrow { margin: 0; color: #8d706a; font-size: 13px; font-weight: 1000; letter-spacing: .13em; text-transform: uppercase; }
.emergency-donation-card h2 { margin: 4px 0 18px; color: #551d1a; font-family: var(--display); font-size: clamp(58px, 6vw, 82px); line-height: 1; letter-spacing: -.06em; }
.copy-key-button { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 18px; border: 0; border-radius: 16px; background: #d34e3b; color: #fff; cursor: pointer; font-weight: 1000; box-shadow: 0 15px 30px rgba(148, 43, 33, .17); transition: transform .2s ease, background .2s ease; }
.copy-key-button:hover { transform: translateY(-2px); background: #ad3628; }
.copy-key-button b { font-size: 24px; }
.copy-status { min-height: 22px; margin: 8px 2px 0; color: #24735c; font-size: 13px; font-weight: 900; }
.donation-steps { display: grid; gap: 10px; margin: 18px 0 20px; padding: 0; list-style: none; }
.donation-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: center; padding: 11px; border: 1px solid rgba(76, 44, 38, .1); border-radius: 14px; background: rgba(255, 255, 255, .66); }
.donation-steps li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: #102f39; color: #ffd774; font-size: 12px; font-weight: 1000; }
.donation-steps p { margin: 0; color: #51666a; font-size: 14px; line-height: 1.45; }
.proof-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(76, 44, 38, .13); color: #8b2e24; font-size: 14px; font-weight: 1000; text-decoration: none; }
.proof-link span { font-size: 21px; }
.donation-security { margin-top: 7px; padding: 13px 14px; border-radius: 14px; background: #e6f2ec; }
.donation-security strong { color: #176249; font-size: 13px; }
.donation-security p { margin: 4px 0 0; color: #537269; font-size: 12px; line-height: 1.45; }

.vip-solidarity-pledge { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); gap: 70px; align-items: center; padding: 95px max(6vw, 28px); background: #ffd774; color: #102f39; }
.pledge-mark { position: relative; display: grid; min-height: 390px; place-content: center; overflow: hidden; border-radius: 48% 52% 43% 57% / 45% 43% 57% 55%; background: #a92f23; color: #fff; text-align: center; box-shadow: 0 30px 75px rgba(98, 28, 22, .22); }
.pledge-mark::before, .pledge-mark::after { position: absolute; border: 1px solid rgba(255, 255, 255, .15); border-radius: inherit; content: ""; }
.pledge-mark::before { inset: 10%; }
.pledge-mark::after { inset: 22%; }
.pledge-mark span, .pledge-mark small { position: relative; z-index: 2; display: block; }
.pledge-mark span { font-family: var(--display); font-size: clamp(100px, 11vw, 160px); font-weight: 1000; line-height: .8; letter-spacing: -.09em; }
.pledge-mark sup { position: relative; top: -.25em; margin-left: 5px; color: #ffd774; font-size: .38em; letter-spacing: -.04em; }
.pledge-mark small { margin-top: 22px; color: #ffd9d1; font-size: 13px; font-weight: 1000; letter-spacing: .11em; text-transform: uppercase; }
.pledge-copy h2 { max-width: 1040px; margin: 13px 0 18px; font-family: var(--display); font-size: clamp(45px, 5.2vw, 76px); line-height: .96; letter-spacing: -.06em; }
.pledge-copy > p { max-width: 920px; margin: 0; color: #3f5d63; font-size: 18px; line-height: 1.72; }
.pledge-copy > p strong { color: #7e281f; }
.pledge-clarity { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 25px 0; }
.pledge-clarity article { display: grid; grid-template-columns: 35px 1fr; gap: 9px; align-items: center; min-height: 88px; padding: 12px; border: 1px solid rgba(16, 47, 57, .13); border-radius: 16px; background: rgba(255, 255, 255, .42); }
.pledge-clarity span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; background: #102f39; color: #ffd774; font-size: 11px; font-weight: 1000; }
.pledge-clarity p { margin: 0; color: #36565d; font-size: 13px; font-weight: 850; line-height: 1.42; }
.pledge-vip-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 6px; border-bottom: 2px solid #7e281f; color: #7e281f; font-size: 16px; font-weight: 1000; text-decoration: none; }
.pledge-vip-link span { font-size: 22px; transition: transform .2s ease; }
.pledge-vip-link:hover span { transform: translateX(4px); }

.emergency-response { padding: 110px max(6vw, 28px); background: #fffaf1; }
.response-heading { display: grid; max-width: 1200px; grid-template-columns: auto 1fr; gap: 25px; }
.emergency-number { width: auto; min-width: 72px; padding: 0 14px; background: #a92f23; }
.response-heading h2, .transparency-statement h2 { max-width: 1050px; margin: 13px 0 0; font-family: var(--display); font-size: clamp(45px, 5.3vw, 76px); line-height: .97; letter-spacing: -.06em; }
.response-heading p { max-width: 860px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.response-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 47px; }
.response-card { min-height: 285px; padding: 22px; border: 1px solid rgba(95, 45, 37, .12); border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(70, 34, 27, .06); }
.response-card:nth-child(2) { background: #f7e5c7; }
.response-card:nth-child(3) { background: #dff0ec; }
.response-card:nth-child(4) { background: #fde4df; }
.response-card > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #a92f23; color: #fff; font-size: 12px; font-weight: 1000; }
.response-card div { margin-top: 76px; }
.response-card strong { font-family: var(--display); font-size: 23px; line-height: 1.1; }
.response-card p { margin: 9px 0 0; color: #5f7478; font-size: 14px; line-height: 1.58; }

.emergency-transparency { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; padding: 110px max(6vw, 28px); background: #102f39; color: #fff; }
.transparency-statement > span { color: #ffd774; font-size: 12px; font-weight: 1000; letter-spacing: .12em; text-transform: uppercase; }
.transparency-statement h2 { font-size: clamp(43px, 4.8vw, 70px); }
.transparency-statement p { max-width: 740px; color: #b8ced1; font-size: 17px; line-height: 1.7; }
.transparency-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.transparency-flow article { min-height: 205px; padding: 21px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 22px; background: rgba(255, 255, 255, .055); }
.transparency-flow span { color: #ffd774; font-size: 12px; font-weight: 1000; }
.transparency-flow strong { display: block; margin-top: 52px; font-size: 20px; }
.transparency-flow p { margin: 7px 0 0; color: #9fb9bd; font-size: 13px; line-height: 1.5; }
.corporate-aid { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr auto; gap: 25px; align-items: center; padding: 25px; border-radius: 24px; background: #ffd774; color: #421514; }
.corporate-aid small, .corporate-aid strong { display: block; }
.corporate-aid small { font-size: 11px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.corporate-aid strong { margin-top: 6px; font-size: 21px; }
.button.emergency-dark { background: #421514; color: #fff; }

@keyframes emergencyPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(.72); opacity: .6; }
}

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay { transition-delay: .1s; }
.delay-two { transition-delay: .2s; }

@media (max-width: 1100px) {
    .header nav a { padding-inline: 8px; font-size: 13px; }
    .hero { grid-template-columns: 1fr 430px; gap: 38px; }
    .process-steps { grid-template-columns: repeat(3, 1fr); }
    .emergency-hero { grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr); gap: 40px; }
    .vip-solidarity-pledge { gap: 40px; }
    .response-grid { grid-template-columns: 1fr 1fr; }
    .process-steps article:nth-child(4), .process-steps article:nth-child(5) { min-height: 230px; }
}

@media (max-width: 980px) {
    .header nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
    .header nav.open { display: flex; }
    .header nav a { padding: 13px; font-size: 15px; }
    .header nav .help-link { margin: 3px 0 0; text-align: center; }
    .menu-button { display: block; }
    .hero { grid-template-columns: 1fr; }
    .emergency-hero { grid-template-columns: 1fr; }
    .vip-solidarity-pledge { grid-template-columns: 1fr; }
    .pledge-mark { width: min(540px, 100%); margin: 0 auto; }
    .hero-copy { max-width: 820px; }
    .future-board { width: min(650px, 100%); margin: 0 auto; }
    .mission-grid { grid-template-columns: 1fr 1fr; }
    .mission-primary { grid-column: 1 / -1; min-height: 350px; }
    .section-title, .institutions, .allies, .vip-connection, .transparency, .seo-faq { grid-template-columns: 1fr; }
    .emergency-transparency { grid-template-columns: 1fr; }
    .corporate-aid { grid-column: auto; }
    .section-title { gap: 25px; }
    .process-steps { grid-template-columns: repeat(2, 1fr); }
    .institutions-art, .vip-mark { width: min(620px, 100%); margin: 0 auto; }
    .allies, .vip-connection, .transparency, .seo-faq { gap: 50px; }
    .seo-faq-heading { position: static; }
    .footer { grid-template-columns: 1fr 1fr; }
    .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
    .header { top: 8px; }
    .logo small { display: none; }
    .hero { min-height: auto; gap: 45px; padding: 125px 19px 75px; }
    .emergency-hero { padding-top: 112px; }
    .hero h1 { font-size: clamp(50px, 15vw, 66px); }
    .emergency-copy h1 { font-size: clamp(50px, 14vw, 68px); }
    .hero-copy > p { font-size: 18px; }
    .emergency-status { font-size: 10px; }
    .emergency-donation-card { padding: 22px 18px; border-radius: 26px; }
    .emergency-donation-card h2 { font-size: 58px; }
    .hero-buttons, .hero-buttons .button { width: 100%; }
    .future-board { min-height: 510px; border-radius: 30px; }
    .future-sun { top: 95px; right: 35px; width: 120px; height: 120px; }
    .child-symbol { top: 155px; transform: translateX(-50%) scale(.84); }
    .future-card { min-width: 165px; }
    .card-school { top: 120px; left: 12px; }
    .card-sport { right: 12px; bottom: 119px; }
    .clarity-strip { grid-template-columns: 1fr; gap: 9px; padding: 20px 19px; }
    .clarity-strip strong { padding: 0; border: 0; }
    .section, .support-programs, .institutions, .vip-connection, .transparency, .seo-faq { padding: 75px 19px; }
    .emergency-response, .emergency-transparency { padding: 75px 19px; }
    .vip-solidarity-pledge { gap: 38px; padding: 75px 19px; }
    .pledge-mark { min-height: 330px; }
    .pledge-clarity { grid-template-columns: 1fr; }
    .response-heading { grid-template-columns: 1fr; }
    .response-grid, .transparency-flow { grid-template-columns: 1fr; }
    .response-card { min-height: 235px; }
    .response-card div { margin-top: 48px; }
    .corporate-aid { grid-template-columns: 1fr; }
    .corporate-aid .button { width: 100%; }
    .mission-heading { grid-template-columns: 1fr; }
    .mission-heading h2, .section-title h2, .process-heading h2, .institutions-copy h2, .allies-heading h2, .vip-copy h2, .transparency-copy h2, .final-call h2, .seo-faq-heading h2 { font-size: 43px; }
    .seo-faq-list summary { padding: 20px 54px 20px 19px; font-size: 16px; }
    .seo-faq-list details p { margin-right: 19px; margin-left: 19px; }
    .mission-grid, .support-grid, .process-steps { grid-template-columns: 1fr; }
    .mission-primary { grid-column: auto; }
    .mission-card { min-height: 340px; }
    .support-card { min-height: 570px; padding: 24px; }
    .support-card h3 { margin-top: 45px; font-size: 41px; }
    .support-card ul { grid-template-columns: 1fr; }
    .merit-note { grid-template-columns: 1fr; gap: 12px; }
    .process-steps article, .process-steps article:nth-child(4), .process-steps article:nth-child(5) { min-height: 230px; }
    .process-steps article div { margin-top: 45px; }
    .process-action { grid-template-columns: 1fr; }
    .process-action .button { width: 100%; }
    .institutions-art { min-height: 420px; }
    .school-building { transform: translate(-50%, -45%) scale(.75); }
    .institution-badge { right: 13px; bottom: 20px; width: 170px; }
    .allies { padding: 75px 19px; }
    .vip-mark { min-height: 330px; }
    .vip-mark span { font-size: 88px; }
    .final-call { grid-template-columns: 1fr; padding: 75px 19px; }
    .final-actions, .final-actions .button { width: 100%; }
    .footer { grid-template-columns: 1fr; padding: 42px 19px; }
    .footer-links { grid-column: auto; }
    .footer-contact { text-align: left; }
    .whatsapp-float { right: 11px; bottom: 11px; padding: 11px; border-radius: 17px; }
    .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .header, .button, .support-card > a span, .vip-link span, .ally-options > a b { transition: none; }
}
