:root{--color-secondary:#d2691e;--radius:10px;--color-light:#f5f5f5;--color-dark:#1a1a1a;--color-primary:#8b4513}
body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;background:#fff;line-height:1.6;color:#333}
h1,h2,h3,h4{font-family:"Work Sans", sans-serif}
img{max-width:100%;height:auto}
.page-header{background:var(--color-dark);z-index:1000;position:sticky;top:0;box-shadow:0 2px 12px rgba(0,0,0,0.086)}
.page-header a.navbar-brand,.page-header .navbar-brand{color:#fff!important;font-weight:700}
.feedback-section{padding:3.5rem 0;background:var(--color-dark)}
.testimonial-card{transition:all 0.26s;background:rgba(255,255,255,0.039);height:100%;padding:2rem;border:1px solid rgba(255,255,255,.1);border-radius:calc(var(--radius)*2.5)}
.testimonial-card:hover{border-color:var(--color-secondary);background:rgba(255,255,255,0.078)}
.quote-text{margin-bottom:1.5rem;color:rgba(255,255,255,.9);line-height:1.6;font-size:1rem}
.feedback-author{display:flex;flex-direction:column;color:#fff}
.review-city{margin-top:.25rem;font-size:.875rem;color:rgba(255,255,255,.6)}
.thankyou-section{align-items:center;padding:4rem 0;display:flex;justify-content:center;min-height:70vh}
.ty-content{background:var(--color-light);text-align:center;border-radius:calc(var(--radius)*2.5);padding:4rem 3rem}
.thanks-title{font-weight:700;margin-bottom:1.5rem;color:var(--color-dark);font-size:2.5rem}
.thankyou-text{font-size:1.125rem;margin-bottom:1rem;color:#555}
.inner-hero{background:var(--color-dark);padding:4rem 0 3rem;text-align:center;color:#fff}
.head-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}
.page-lead{font-size:1.125rem;opacity:.8}
.cta-section{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));text-align:center;color:#fff;padding:5rem 0}
.action-title{margin-bottom:1rem;font-size:2.25rem;font-weight:700}
.cta-text{margin-bottom:2rem;font-size:1.125rem;opacity:.9}
.cta-buttons{gap:1rem;margin-top:2rem;justify-content:center;display:flex;flex-wrap:wrap}
.programs-section{padding:3.5rem 0}
.service-card{overflow:hidden;border-radius:calc(var(--radius)*2.5);height:100%;background:#fff;transition:transform 0.26s,box-shadow 0.26s;box-shadow:0 5px 17px rgba(0,0,0,0.095)}
.service-card:hover{box-shadow:0 10px 27px rgba(0,0,0,0.113);transform:translateY(-6px)}
.service-card:not(:has(.service-image)) .offering-body{border-top:4px solid var(--color-primary)}
.service-image{width:100%;object-fit:cover;height:230px}
.offering-body{padding:2rem}
.card-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700;color:var(--color-dark)}
.offering-body p{line-height:1.6;margin-bottom:1rem;font-size:1rem}
.hero{justify-content:center;background:linear-gradient(rgba(0,0,0,0.566), rgba(0,0,0,0.389)), url("../images/hero.jpg") center/cover no-repeat;color:#fff;display:flex;min-height:560px;text-align:center;align-items:center}
.hero-content{padding:3.5rem 0;width:100%}
.lead-title{margin-bottom:1.5rem;font-weight:700;font-size:3rem}
.hero-desc{opacity:.9;margin-bottom:2rem;font-size:1.25rem}
.hero--left,.hero--split{justify-content:flex-start;text-align:left}
.hero__aside{background:rgba(255,255,255,.08);backdrop-filter:blur(8px);border-radius:calc(var(--radius)*2.5);padding:2rem;border:1px solid rgba(255,255,255,.18)}
.hero__list{padding:0;list-style:none;margin:0}
.hero__list li{padding:.6rem 0 .6rem 1.9rem;border-bottom:1px solid rgba(255,255,255,.12);color:#fff;position:relative;font-size:1.05rem}
.hero__list li:last-child{border-bottom:0}
.hero__list li:before{position:absolute;font-weight:700;color:var(--color-secondary);content:"✓";left:0}
.notice-box{padding:1.5rem;border-left:4px solid #ff9800;margin-bottom:2rem;border-radius:var(--radius);background:#fff3cd}
.notice-box h2{margin:0 0 1rem;font-size:1.5rem;color:#333}
.notice-box p{margin:0;color:#555}
.cookie-bar{bottom:0;padding:1.5rem;box-shadow:0 -2px 10px rgba(0,0,0,.2);position:fixed;color:#fff;z-index:9999;display:none;left:0;right:0;background:var(--color-dark)}
.cookie-bar.show{display:block}
.cookie-bar .cookie-inner{margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;align-items:center;max-width:1200px}
.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{cursor:pointer;font-size:.9rem;border-radius:var(--radius);border:1px solid #fff;padding:.5rem 1.2rem}
.cookie-bar #acceptCookies{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.cookie-bar #declineCookies{color:#fff;background:transparent}
.text-section{padding:3.5rem 0}
.text-section.bg-soft{background:var(--color-light)}
.block-title{color:var(--color-dark);margin-bottom:1.5rem;font-weight:700;font-size:2rem;text-align:left}
.minor-title{font-size:1.5rem;color:var(--color-dark);font-weight:600;margin:2rem 0 1rem}
.text-section p{margin-bottom:1.25rem;font-size:1.063rem;line-height:1.7}
.text-section h2{font-weight:700;margin:2rem 0 1rem;color:var(--color-dark);font-size:1.75rem}
.text-section__cols{column-width:18rem;column-gap:2.6rem}
.text-section__cols p{break-inside:avoid}
.text-section__accent{justify-content:center;flex-direction:column;border-left:4px solid var(--color-primary);padding:2rem;border-radius:calc(var(--radius)*2.5);height:100%;display:flex;background:var(--color-light)}
.text-section__accent-mark{color:var(--color-primary);line-height:1;font-weight:700;font-size:3rem}
.text-section__accent p{font-style:italic;font-size:1.2rem;margin:0;color:var(--color-dark)}
.main-footer{padding:4rem 0 2rem;color:rgba(255,255,255,.8);background:var(--color-dark)}
.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;list-style:none;margin:0}
.foot-links li{margin-bottom:.75rem}
.foot-links a,.foot-legal a{color:rgba(255,255,255,.7);transition:color 0.26s;text-decoration:none}
.foot-links a:hover,.foot-legal a:hover{color:var(--color-secondary)}
.foot-bottom{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);justify-content:space-between;margin-top:3rem}
.foot-legal{gap:1.5rem;flex-wrap:wrap;display:flex}
.contact-panel,.detail-block,.form-notice{background:var(--color-light);padding:2rem;border-radius:calc(var(--radius)*2.5)}
.form-notice{padding:1.5rem;border-left:4px solid var(--color-primary)}
.info-item{margin-bottom:1.5rem}
.info-item h4{margin-bottom:.5rem;color:var(--color-dark);font-size:1.125rem;font-weight:600}
@media(max-width:768px){.lead-title{font-size:2rem}.hero-desc{font-size:1rem}.head-title{font-size:2rem}.block-title{font-size:1.5rem}.action-title{font-size:1.75rem}.cta-buttons{flex-direction:column}.foot-bottom{flex-direction:column;text-align:center}.foot-legal{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}
