.landing-page { background: var(--white); }
.landing-main { max-width: none; padding: 0; overflow: hidden; }
.landing-main > .flash-wrap { margin-top: 22px; }

.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 13px max(24px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); }
.institution-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green-950); text-decoration: none; flex: none; }
.institution-brand > span:last-child { display: grid; }
.institution-brand b { font-size: 19px; line-height: 1.08; letter-spacing: -.02em; }
.institution-brand small { color: var(--muted); font-size: 11px; font-style: italic; }
.brand-seal { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, var(--gold-100) 0 30%, var(--gold-500) 31% 49%, var(--green-800) 50% 100%); border: 2px solid var(--gold-500); color: var(--green-950); font-size: 12px; font-weight: 900; box-shadow: inset 0 0 0 4px var(--green-800); }
.site-nav { display: flex; align-items: center; gap: 3px; }
.site-nav a { min-height: 43px; display: inline-flex; align-items: center; padding: 9px 11px; border-radius: 10px; color: #2d3b33; text-decoration: none; font-size: 13px; font-weight: 750; }
.site-nav a:hover, .site-nav .active { color: var(--green-800); background: var(--green-50); }
.site-nav .nav-login { margin-left: 5px; }
.site-nav .nav-cta { margin-left: 4px; padding-inline: 17px; background: var(--green-800); color: var(--white); box-shadow: 0 7px 18px rgba(7,91,53,.18); }
.site-nav .nav-cta:hover { background: var(--green-900); color: var(--white); }
.landing-nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--green-800); font-size: 22px; cursor: pointer; }

.landing-hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, .95fr); background: linear-gradient(120deg, var(--white), #fbfcfa); }
.hero-copy { align-self: center; padding: 62px max(34px, calc((100vw - 1220px) / 2)) 62px max(34px, calc((100vw - 1220px) / 2)); }
.soft-label { width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 99px; background: var(--gold-100); color: var(--green-900); font-size: 12px; font-weight: 850; }
.soft-label > span { color: var(--gold-700); }
.hero-copy h1 { max-width: 700px; margin: 28px 0 22px; color: var(--green-950); font-size: clamp(50px, 6.2vw, 82px); line-height: .98; letter-spacing: -.065em; }
.hero-copy h1 em { display: block; color: var(--green-700); font-family: Georgia, serif; font-weight: 500; }
.hero-copy > p { max-width: 660px; margin-bottom: 0; color: #415148; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 34px; }
.landing-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 11px 21px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 850; transition: transform .18s, background .18s; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button-primary { background: var(--green-800); color: var(--white); box-shadow: 0 10px 24px rgba(7,91,53,.2); }
.landing-button-primary:hover { background: var(--green-900); color: var(--white); }
.landing-button-secondary { border-color: var(--green-800); background: var(--white); color: var(--green-800); }
.landing-button-light { background: var(--white); color: var(--green-900); }
.landing-button-ghost { border-color: rgba(255,255,255,.6); color: var(--white); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-trust li { display: flex; align-items: center; gap: 6px; }
.hero-trust span { color: var(--green-700); font-weight: 900; }
.hero-visual { min-height: 650px; position: relative; background: #d9e5dc; overflow: hidden; }
.hero-visual > picture, .hero-visual > picture > img { width: 100%; height: 100%; display: block; }
.hero-visual > picture > img { object-fit: cover; }
.hero-visual::before { content: ""; width: 230px; height: 610px; position: absolute; left: -96px; bottom: -125px; z-index: 2; border: 28px solid var(--gold-500); border-right-color: transparent; border-top-color: transparent; border-radius: 50%; transform: rotate(-10deg); }
.hero-ribbon { width: 204px; height: 580px; position: absolute; left: -76px; bottom: -119px; z-index: 3; border: 18px solid var(--green-800); border-right-color: transparent; border-top-color: transparent; border-radius: 50%; transform: rotate(-10deg); }
.hero-floating-card { max-width: 330px; display: flex; align-items: center; gap: 14px; position: absolute; right: 28px; bottom: 28px; z-index: 5; padding: 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-md); backdrop-filter: blur(8px); }
.floating-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--green-800); color: var(--white); font-weight: 900; flex: none; }
.hero-floating-card small, .hero-floating-card strong, .hero-floating-card div > span { display: block; }
.hero-floating-card small { color: var(--gold-700); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.hero-floating-card strong { color: var(--green-950); }
.hero-floating-card div > span { color: var(--muted); font-size: 10px; }

.impact-strip { display: grid; grid-template-columns: repeat(4, 1fr) auto; align-items: center; gap: 0; padding: 25px max(24px, calc((100vw - 1220px) / 2)); background: var(--green-950); color: var(--white); }
.impact-strip > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.18); }
.impact-strip > div:first-child { padding-left: 0; }
.impact-strip strong { color: #ffe06c; font-size: 29px; line-height: 1; }
.impact-strip span { color: #d1e4d8; font-size: 11px; font-weight: 700; }
.impact-strip > p { max-width: 120px; margin: 0 0 0 24px; color: #a9c7b6; font-size: 9px; line-height: 1.3; }

.landing-section { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 86px 0; }
.section-heading { margin-bottom: 34px; }
.section-heading h2, .method-intro h2, .support-copy h2 { margin-bottom: 12px; color: var(--green-950); font-size: clamp(34px, 4.5vw, 55px); letter-spacing: -.045em; }
.section-heading > p, .split-heading > p { color: var(--muted); font-size: 16px; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 55px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 3px; }
.split-heading > .text-link { justify-self: end; align-self: center; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); position: relative; transition: transform .2s, box-shadow .2s; }
.audience-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.audience-number { position: absolute; top: 22px; right: 24px; color: #a8bbb0; font: 800 28px Georgia, serif; }
.audience-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 15px; background: var(--green-100); font-size: 24px; }
.audience-grid h3 { margin-bottom: 10px; color: var(--green-950); font-size: 24px; }
.audience-grid p { min-height: 78px; color: var(--muted); font-size: 14px; }
.audience-grid a { text-decoration: none; font-size: 13px; font-weight: 850; }

.program-feature { background: var(--green-50); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.program-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); }
.program-cover { min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: linear-gradient(145deg, #dbece1, #b7d7c3); position: relative; overflow: hidden; }
.program-cover::after { content: ""; width: 190px; height: 190px; position: absolute; right: -85px; bottom: -105px; border: 30px solid var(--gold-500); border-radius: 50%; opacity: .7; }
.program-cover > span { color: var(--green-800); font: 800 28px Georgia, serif; }
.program-cover > div { align-self: center; color: var(--green-800); font: 900 72px Georgia, serif; }
.program-body { padding: 23px; }
.program-type { color: var(--gold-700); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.program-body h3 { margin: 9px 0; font-size: 22px; }
.program-body h3 a { color: var(--ink); text-decoration: none; }
.program-body > p { min-height: 65px; color: var(--muted); font-size: 13px; }
.program-meta { display: flex; gap: 7px; color: var(--muted); font-size: 11px; }
.program-meta span + span::before { content: "·"; margin-right: 7px; }
.program-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--line); }
.program-footer > span { color: var(--muted); font-size: 10px; }
.program-footer a { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: var(--white); text-decoration: none; }
.landing-empty { grid-column: 1 / -1; padding: 52px; border: 1px dashed var(--line-strong); border-radius: 18px; background: var(--white); text-align: center; }

.method-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.method-intro > p { margin-bottom: 26px; color: var(--muted); font-size: 17px; }
.method-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.method-list li:last-child { border-bottom: 0; }
.method-list li > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--green-100); color: var(--green-800); font: 800 16px Georgia, serif; }
.method-list h3 { margin: 0 0 5px; color: var(--green-950); font-size: 20px; }
.method-list p { margin: 0; color: var(--muted); font-size: 13px; }

.support-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; padding: 80px max(24px, calc((100vw - 1220px) / 2)); background: var(--green-950); color: var(--white); }
.support-copy .section-kicker { color: #ffe06c; }
.support-copy h2 { color: var(--white); }
.support-copy p { color: #c9dfd2; font-size: 16px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.support-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.07); }
.support-grid article > span { color: #ffe06c; font: 800 19px Georgia, serif; }
.support-grid h3 { margin: 24px 0 7px; font-size: 18px; }
.support-grid p { margin: 0; color: #bdd5c7; font-size: 12px; }

.faq-section .section-heading { text-align: center; }
.faq-grid { max-width: 900px; display: grid; gap: 10px; margin: 0 auto; }
.faq-grid details { border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.faq-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; color: var(--green-950); cursor: pointer; list-style: none; font-weight: 800; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { font-size: 24px; font-weight: 400; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 14px; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 0 max(24px, calc((100vw - 1220px) / 2)) 82px; padding: 52px; border-radius: 24px; background: linear-gradient(135deg, var(--green-800), var(--green-950)); color: var(--white); position: relative; overflow: hidden; }
.final-cta::after { content: ""; width: 300px; height: 300px; position: absolute; right: -160px; top: -160px; border: 50px solid rgba(214,168,0,.55); border-radius: 50%; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .section-kicker { color: #ffe06c; }
.final-cta h2 { max-width: 720px; margin-bottom: 8px; font-size: clamp(34px, 5vw, 56px); }
.final-cta p { margin: 0; color: #cae0d3; }
.final-cta > div:last-child { display: flex; gap: 10px; flex: none; }

.landing-footer { background: #f5f8f6; }
.footer-main { width: min(1220px, calc(100% - 48px)); display: grid; grid-template-columns: 1.5fr .65fr .8fr 1fr; gap: 50px; margin: 0 auto; padding: 55px 0; }
.footer-main > div { display: flex; align-items: flex-start; flex-direction: column; }
.footer-about > p { max-width: 360px; }
.footer-brand { margin-bottom: 16px; }
.footer-main h3 { color: var(--green-950); font-size: 13px; letter-spacing: .03em; }
.footer-main p, .footer-main a, .footer-main strong { color: var(--muted); font-size: 12px; }
.footer-main a { margin: 4px 0; text-decoration: none; }
.footer-main strong { color: var(--green-900); word-break: break-word; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 16px max(24px, calc((100vw - 1220px) / 2)); background: var(--green-950); color: #cbe0d3; font-size: 11px; }

@media (max-width: 1080px) {
    .site-header { padding-inline: 22px; }
    .landing-nav-toggle { display: grid; place-items: center; }
    .site-nav { display: none; position: absolute; top: 88px; left: 0; right: 0; align-items: stretch; flex-direction: column; gap: 2px; padding: 16px 22px 22px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-md); }
    .site-nav.is-open { display: flex; }
    .site-nav a { justify-content: flex-start; }
    .site-nav .nav-cta { justify-content: center; margin-left: 0; }
    .landing-hero { grid-template-columns: 1fr 1fr; }
    .hero-copy { padding-inline: 34px; }
    .impact-strip { grid-template-columns: repeat(4, 1fr); }
    .impact-strip > p { display: none; }
    .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-main > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    .landing-hero { display: flex; flex-direction: column; }
    .hero-copy { padding: 55px 26px; }
    .hero-copy h1 { font-size: clamp(48px, 11vw, 72px); }
    .hero-visual { min-height: 470px; }
    .impact-strip { grid-template-columns: 1fr 1fr; gap: 20px 0; }
    .impact-strip > div { padding: 7px 18px; }
    .impact-strip > div:nth-child(2) { border-right: 0; }
    .split-heading, .method-section, .support-section { grid-template-columns: 1fr; }
    .split-heading { gap: 16px; }
    .split-heading > .text-link { justify-self: start; }
    .audience-grid, .program-grid { grid-template-columns: 1fr 1fr; }
    .method-section, .support-section { gap: 40px; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-main > div:last-child { grid-column: auto; }
    .final-cta { align-items: flex-start; flex-direction: column; padding: 38px; }
}

@media (max-width: 560px) {
    .site-header { min-height: 76px; }
    .brand-seal { width: 43px; height: 43px; }
    .institution-brand b { font-size: 16px; }
    .institution-brand small { font-size: 9px; }
    .site-nav { top: 76px; }
    .landing-section { width: calc(100% - 36px); padding: 62px 0; }
    .hero-copy { padding: 45px 20px; }
    .hero-copy h1 { margin-top: 22px; font-size: 47px; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { display: grid; }
    .hero-actions .landing-button { width: 100%; }
    .hero-trust { display: grid; }
    .hero-visual { min-height: 335px; }
    .hero-visual::before, .hero-ribbon { display: none; }
    .hero-floating-card { left: 16px; right: 16px; bottom: 16px; }
    .impact-strip { padding-inline: 15px; }
    .impact-strip > div { padding: 6px 10px; }
    .impact-strip strong { font-size: 25px; }
    .audience-grid, .program-grid, .support-grid, .footer-main { grid-template-columns: 1fr; }
    .audience-grid article { min-height: 0; }
    .audience-grid p, .program-body > p { min-height: 0; }
    .support-section { padding: 62px 20px; }
    .final-cta { margin: 0 18px 60px; padding: 31px 23px; }
    .final-cta > div:last-child { width: 100%; flex-direction: column; }
    .footer-main { width: calc(100% - 40px); gap: 28px; }
    .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
}
