:root{--color-dark:#1a1a2e;--radius:5px;--color-primary:#6b46c1;--color-secondary:#9061f9;--color-light:#f5f5fa}
body{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color:#333;line-height:1.6;margin:0;background:#fff}
h1,h2,h3,h4{font-family:"Rubik", sans-serif}
img{height:auto;max-width:100%}
.success-section{display:flex;padding:4rem 0;min-height:70vh;justify-content:center;align-items:center}
.thankyou-content{padding:4rem 3rem;border-radius:calc(var(--radius)*2);text-align:center;background:var(--color-light)}
.success-title{font-size:2.5rem;color:var(--color-dark);font-weight:700;margin-bottom:1.5rem}
.success-text{font-size:1.125rem;color:#555;margin-bottom:1rem}
.main-footer{background:var(--color-dark);color:rgba(255,255,255,.8);padding:4rem 0 2rem}
.main-footer h4{font-weight:700;color:#fff;font-size:1.25rem;margin-bottom:1.5rem}
.main-footer p{margin:0 0 .5rem}
.foot-links{padding:0;margin:0;list-style:none}
.foot-links li{margin-bottom:.75rem}
.foot-links a,.footer-policies a{transition:color 0.3s;color:rgba(255,255,255,.7);text-decoration:none}
.foot-links a:hover,.footer-policies a:hover{color:var(--color-secondary)}
.foot-bottom{display:flex;margin-top:3rem;justify-content:space-between;padding-top:2rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);align-items:center;gap:1rem}
.footer-policies{flex-wrap:wrap;gap:1.5rem;display:flex}
.disclaimer-box{border-radius:var(--radius);border-left:4px solid #ff9800;margin-bottom:2rem;padding:1.5rem;background:#fff3cd}
.disclaimer-box h2{margin:0 0 1rem;font-size:1.5rem;color:#333}
.disclaimer-box p{color:#555;margin:0}
.feedback-section{background:var(--color-dark);padding:4rem 0}
.testimonial-card{height:100%;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,0.066);border-radius:calc(var(--radius)*2);padding:2rem;transition:all 0.3s}
.testimonial-card:hover{background:rgba(255,255,255,0.069);border-color:var(--color-secondary)}
.feedback-text{margin-bottom:1.5rem;color:rgba(255,255,255,.9);font-size:1rem;line-height:1.6}
.feedback-author{flex-direction:column;color:#fff;display:flex}
.author-location{color:rgba(255,255,255,.6);font-size:.875rem;margin-top:.25rem}
.masthead-hero{justify-content:center;display:flex;color:#fff;background:linear-gradient(rgba(0,0,0,0.528), rgba(0,0,0,0.399)), url("../images/hero.jpg") center/cover no-repeat;min-height:620px;text-align:center;align-items:center}
.hero-overlay{width:100%;padding:4rem 0}
.hero-title{margin-bottom:1.5rem;font-size:3rem;font-weight:700}
.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem}
.masthead-hero--left,.masthead-hero--split{text-align:left;justify-content:flex-start}
.masthead-hero__aside{background:rgba(255,255,255,.08);backdrop-filter:blur(8px);padding:2rem;border:1px solid rgba(255,255,255,.18);border-radius:calc(var(--radius)*2)}
.masthead-hero__list{list-style:none;margin:0;padding:0}
.masthead-hero__list li{padding:.6rem 0 .6rem 1.9rem;border-bottom:1px solid rgba(255,255,255,.12);font-size:1.05rem;color:#fff;position:relative}
.masthead-hero__list li:last-child{border-bottom:0}
.masthead-hero__list li:before{font-weight:700;left:0;position:absolute;content:"✓";color:var(--color-secondary)}
.inner-hero{text-align:center;padding:4rem 0 3rem;background:var(--color-dark);color:#fff}
.head-title{font-weight:700;font-size:2.5rem;margin-bottom:1rem}
.page-subtitle{font-size:1.125rem;opacity:.8}
.cta-section{color:#fff;text-align:center;padding:5rem 0;background:linear-gradient(160deg,var(--color-primary),var(--color-secondary))}
.promo-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}
.action-text{opacity:.9;margin-bottom:2rem;font-size:1.125rem}
.promo-buttons{justify-content:center;display:flex;flex-wrap:wrap;margin-top:2rem;gap:1rem}
.cookie-bar{box-shadow:0 -2px 10px rgba(0,0,0,.2);padding:1.5rem;left:0;display:none;position:fixed;background:var(--color-dark);bottom:0;right:0;z-index:9999;color:#fff}
.cookie-bar.show{display:block}
.cookie-bar .cookie-inner{flex-wrap:wrap;gap:2rem;max-width:1200px;display:flex;align-items:center;margin:0 auto;justify-content:space-between}
.cookie-bar .cookie-inner p{flex:1;margin:0}
.cookie-bar a{color:var(--color-secondary);text-decoration:underline}
.cookie-bar .cookie-actions{gap:1rem;display:flex}
.cookie-bar button{border:1px solid #fff;border-radius:var(--radius);font-size:.9rem;padding:.5rem 1.2rem;cursor:pointer}
.cookie-bar #acceptCookies{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
.cookie-bar #declineCookies{color:#fff;background:transparent}
.page-header{background:var(--color-dark);z-index:1000;position:sticky;box-shadow:0 2px 10px rgba(0,0,0,0.117);top:0}
.page-header a.navbar-brand,.page-header .navbar-brand{color:#fff!important;font-weight:700}
.text-section{padding:4rem 0}
.text-section.bg-soft{background:var(--color-light)}
.content-title{margin-bottom:1.5rem;color:var(--color-dark);font-weight:700;font-size:2rem;text-align:center}
.subblock-title{color:var(--color-dark);font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}
.text-section p{margin-bottom:1.25rem;line-height:1.7;font-size:1.063rem}
.text-section h2{color:var(--color-dark);margin:2rem 0 1rem;font-weight:700;font-size:1.75rem}
.text-section__cols{column-gap:2.6rem;column-width:18rem}
.text-section__cols p{break-inside:avoid}
.text-section__accent{justify-content:center;border-radius:calc(var(--radius)*2);border-left:4px solid var(--color-primary);display:flex;padding:2rem;height:100%;flex-direction:column;background:var(--color-light)}
.text-section__accent-mark{line-height:1;color:var(--color-primary);font-size:3rem;font-weight:700}
.text-section__accent p{color:var(--color-dark);font-size:1.2rem;margin:0;font-style:italic}
.contact-card,.info-card,.form-notice{padding:2rem;background:var(--color-light);border-radius:calc(var(--radius)*2)}
.form-notice{border-left:4px solid var(--color-primary);padding:1.5rem}
.contact-item{margin-bottom:1.5rem}
.contact-item h4{font-weight:600;font-size:1.125rem;color:var(--color-dark);margin-bottom:.5rem}
.services-section{padding:4rem 0}
.program-card{transition:transform 0.3s,box-shadow 0.3s;border-radius:calc(var(--radius)*2);box-shadow:0 5px 19px rgba(0,0,0,0.108);height:100%;overflow:hidden;background:#fff}
.program-card:hover{transform:translateY(-4px);box-shadow:0 10px 29px rgba(0,0,0,0.125)}
.program-card:not(:has(.service-image)) .offering-body{border-top:4px solid var(--color-primary)}
.service-image{height:230px;width:100%;object-fit:cover}
.offering-body{padding:2rem}
.card-title{margin-bottom:1rem;color:var(--color-dark);font-weight:700;font-size:1.5rem}
.offering-body p{font-size:1rem;line-height:1.6;margin-bottom:1rem}
@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.head-title{font-size:2rem}.content-title{font-size:1.5rem}.promo-title{font-size:1.75rem}.promo-buttons{flex-direction:column}.foot-bottom{flex-direction:column;text-align:center}.footer-policies{flex-direction:column;gap:.5rem}.cookie-bar .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}
