:root{--color-secondary:#2c6fb3;--radius:10px;--color-dark:#13202e;--color-light:#f2f5f9;--color-primary:#1e3a5f}
body{margin:0;color:#333;line-height:1.6;background:#fff;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}
h1,h2,h3,h4{font-family:"Work Sans", sans-serif}
img{max-width:100%;height:auto}
.prose-section{padding:4rem 0}
.prose-section.bg-soft{background:var(--color-light)}
.content-title{font-weight:700;font-size:2rem;color:var(--color-dark);text-align:left;margin-bottom:1.5rem}
.subblock-title{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:var(--color-dark)}
.prose-section p{line-height:1.7;font-size:1.063rem;margin-bottom:1.25rem}
.prose-section h2{font-weight:700;margin:2rem 0 1rem;font-size:1.75rem;color:var(--color-dark)}
.prose-section__cols{column-gap:2.6rem;column-width:18rem}
.prose-section__cols p{break-inside:avoid}
.prose-section__accent{height:100%;flex-direction:column;border-radius:calc(var(--radius)*1.5);background:var(--color-light);padding:2rem;display:flex;border-left:4px solid var(--color-primary);justify-content:center}
.prose-section__accent-mark{font-weight:700;font-size:3rem;line-height:1;color:var(--color-primary)}
.prose-section__accent p{font-size:1.2rem;font-style:italic;margin:0;color:var(--color-dark)}
.contact-panel,.info-card,.notice-box{border-radius:calc(var(--radius)*1.5);padding:2rem;background:var(--color-light)}
.notice-box{border-left:4px solid var(--color-primary);padding:1.5rem}
.contact-row{margin-bottom:1.5rem}
.contact-row h4{color:var(--color-dark);font-size:1.125rem;margin-bottom:.5rem;font-weight:600}
.top-header{top:0;position:sticky;box-shadow:0 2px 9px rgba(0,0,0,0.124);z-index:1000;background:var(--color-dark)}
.top-header a.navbar-brand,.top-header .navbar-brand{font-weight:700;color:#fff!important}
.reviews-section{padding:4rem 0;background:var(--color-dark)}
.quote-card{padding:2rem;height:100%;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,0.045);border-radius:calc(var(--radius)*1.5);transition:all 0.27s}
.quote-card:hover{border-color:var(--color-secondary);background:rgba(255,255,255,0.078)}
.quote-text{color:rgba(255,255,255,.9);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}
.feedback-author{flex-direction:column;display:flex;color:#fff}
.author-place{font-size:.875rem;margin-top:.25rem;color:rgba(255,255,255,.6)}
.offerings-section{padding:4rem 0}
.service-card{overflow:hidden;transition:background 0.27s;height:100%;background:var(--color-light);border-radius:calc(var(--radius)*1.5)}
.service-card:hover{background:#fff}
.service-card:not(:has(.service-image)) .card-body{border-top:4px solid var(--color-primary)}
.service-image{width:100%;object-fit:cover;height:230px}
.card-body{padding:2rem}
.program-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-dark)}
.card-body p{font-size:1rem;margin-bottom:1rem;line-height:1.6}
.info-callout{padding:1.5rem;border-left:4px solid #ff9800;border-radius:var(--radius);background:#fff3cd;margin-bottom:2rem}
.info-callout h2{font-size:1.5rem;margin:0 0 1rem;color:#333}
.info-callout p{color:#555;margin:0}
.site-footer{color:rgba(255,255,255,.8);padding:4rem 0 2rem;background:var(--color-dark)}
.site-footer h4{font-size:1.25rem;color:#fff;margin-bottom:1.5rem;font-weight:700}
.site-footer p{margin:0 0 .5rem}
.footer-nav{margin:0;padding:0;list-style:none}
.footer-nav li{margin-bottom:.75rem}
.footer-nav a,.footer-policies a{transition:color 0.27s;text-decoration:none;color:rgba(255,255,255,.7)}
.footer-nav a:hover,.footer-policies a:hover{color:var(--color-secondary)}
.footer-end{margin-top:3rem;gap:1rem;border-top:1px solid rgba(255,255,255,.1);align-items:center;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;display:flex}
.footer-policies{display:flex;gap:1.5rem;flex-wrap:wrap}
.intro-hero{justify-content:center;display:flex;background:linear-gradient(145deg, #13202e, #1e3a5f);min-height:560px;color:#fff;text-align:center;align-items:center}
.hero-overlay{width:100%;padding:4rem 0}
.lead-title{font-weight:700;margin-bottom:1.5rem;font-size:3rem}
.lead-text{font-size:1.25rem;opacity:.9;margin-bottom:2rem}
.intro-hero--left,.intro-hero--split{text-align:left;justify-content:flex-start}
.intro-hero__aside{background:rgba(255,255,255,.08);padding:2rem;border-radius:calc(var(--radius)*1.5);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.intro-hero__list{padding:0;list-style:none;margin:0}
.intro-hero__list li{position:relative;padding:.6rem 0 .6rem 1.9rem;font-size:1.05rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.intro-hero__list li:last-child{border-bottom:0}
.intro-hero__list li:before{font-weight:700;left:0;color:var(--color-secondary);position:absolute;content:"✓"}
.action-section{background:linear-gradient(145deg,var(--color-primary),var(--color-secondary));color:#fff;text-align:center;padding:5rem 0}
.action-title{margin-bottom:1rem;font-weight:700;font-size:2.25rem}
.action-text{margin-bottom:2rem;opacity:.9;font-size:1.125rem}
.callout-actions{flex-wrap:wrap;margin-top:2rem;gap:1rem;display:flex;justify-content:center}
.cookie-consent{background:var(--color-dark);right:0;position:fixed;z-index:9999;bottom:0;color:#fff;padding:1.5rem;display:none;box-shadow:0 -2px 10px rgba(0,0,0,.2);left:0}
.cookie-consent.show{display:block}
.cookie-consent .cookie-inner{align-items:center;margin:0 auto;gap:2rem;justify-content:space-between;display:flex;flex-wrap:wrap;max-width:1200px}
.cookie-consent .cookie-inner p{margin:0;flex:1}
.cookie-consent a{text-decoration:underline;color:var(--color-secondary)}
.cookie-consent .cookie-actions{display:flex;gap:1rem}
.cookie-consent button{border-radius:var(--radius);font-size:.9rem;border:1px solid #fff;padding:.5rem 1.2rem;cursor:pointer}
.cookie-consent #acceptCookies{border-color:var(--color-primary);color:#fff;background:var(--color-primary)}
.cookie-consent #declineCookies{background:transparent;color:#fff}
.section-head{color:#fff;background:var(--color-dark);padding:4rem 0 3rem;text-align:center}
.page-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700}
.inner-sub{font-size:1.125rem;opacity:.8}
.thankyou-section{padding:4rem 0;min-height:70vh;display:flex;justify-content:center;align-items:center}
.ty-content{padding:4rem 3rem;background:var(--color-light);border-radius:calc(var(--radius)*1.5);text-align:center}
.thanks-title{font-weight:700;color:var(--color-dark);font-size:2.5rem;margin-bottom:1.5rem}
.success-text{margin-bottom:1rem;font-size:1.125rem;color:#555}
@media(max-width:768px){.lead-title{font-size:2rem}.lead-text{font-size:1rem}.page-title{font-size:2rem}.content-title{font-size:1.5rem}.action-title{font-size:1.75rem}.callout-actions{flex-direction:column}.footer-end{flex-direction:column;text-align:center}.footer-policies{flex-direction:column;gap:.5rem}.cookie-consent .cookie-inner{flex-direction:column;text-align:center}}

/* === bootstrap palette overrides === */
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.82)}
.navbar-dark .navbar-nav .nav-link:hover{color:var(--color-secondary)}
.btn-primary{background-color:var(--color-primary);border-color:var(--color-primary)}
.btn-primary:hover{background-color:var(--color-secondary);border-color:var(--color-secondary)}
.nav-link.btn-primary{color:#fff}
.btn-outline-light:hover{color:var(--color-primary)}
.btn-outline-primary{color:var(--color-primary);border-color:var(--color-primary)}
.btn-outline-primary:hover{background-color:var(--color-primary);color:#fff}
