:root{--color-dark:#13202e;--color-secondary:#2c6fb3;--color-primary:#1e3a5f;--radius:5px;--color-light:#f2f5f9}
body{color:#333;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;background:#fff;line-height:1.6;margin:0}
h1,h2,h3,h4{font-family:"Rubik", sans-serif}
img{height:auto;max-width:100%}
.thanks-section{display:flex;padding:4rem 0;align-items:center;min-height:70vh;justify-content:center}
.ty-content{background:var(--color-light);border-radius:calc(var(--radius)*1.5);text-align:center;padding:4rem 3rem}
.thanks-title{font-size:2.5rem;color:var(--color-dark);font-weight:700;margin-bottom:1.5rem}
.thanks-text{margin-bottom:1rem;color:#555;font-size:1.125rem}
.section-head{background:var(--color-dark);color:#fff;padding:4rem 0 3rem;text-align:center}
.page-heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem}
.head-sub{opacity:.8;font-size:1.125rem}
.promo-section{color:#fff;text-align:center;background:linear-gradient(145deg,var(--color-primary),var(--color-secondary));padding:5rem 0}
.cta-title{font-weight:700;font-size:2.25rem;margin-bottom:1rem}
.action-text{font-size:1.125rem;opacity:.9;margin-bottom:2rem}
.cta-buttons{justify-content:center;display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}
.text-section{padding:4.5rem 0}
.text-section.bg-soft{background:var(--color-light)}
.section-title{font-weight:700;font-size:2rem;text-align:left;color:var(--color-dark);margin-bottom:1.5rem}
.minor-title{font-size:1.5rem;color:var(--color-dark);font-weight:600;margin:2rem 0 1rem}
.text-section p{font-size:1.063rem;margin-bottom:1.25rem;line-height:1.7}
.text-section h2{font-size:1.75rem;margin:2rem 0 1rem;color:var(--color-dark);font-weight:700}
.text-section__cols{column-width:18rem;column-gap:2.6rem}
.text-section__cols p{break-inside:avoid}
.text-section__accent{border-radius:calc(var(--radius)*1.5);justify-content:center;flex-direction:column;padding:2rem;border-left:4px solid var(--color-primary);height:100%;display:flex;background:var(--color-light)}
.text-section__accent-mark{font-size:3rem;color:var(--color-primary);font-weight:700;line-height:1}
.text-section__accent p{font-style:italic;font-size:1.2rem;color:var(--color-dark);margin:0}
.page-header{top:0;background:var(--color-dark);position:sticky;z-index:1000;box-shadow:0 2px 11px rgba(0,0,0,0.095)}
.page-header a.navbar-brand,.page-header .navbar-brand{font-weight:700;color:#fff!important}
.notice-box{margin-bottom:2rem;background:#fff3cd;border-radius:var(--radius);border-left:4px solid #ff9800;padding:1.5rem}
.notice-box h2{margin:0 0 1rem;font-size:1.5rem;color:#333}
.notice-box p{color:#555;margin:0}
.cookie-bar{bottom:0;left:0;z-index:9999;right:0;color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.2);display:none;background:var(--color-dark);position:fixed;padding:1.5rem}
.cookie-bar.show{display:block}
.cookie-bar .cookie-inner{justify-content:space-between;display:flex;flex-wrap:wrap;max-width:1200px;gap:2rem;align-items:center;margin:0 auto}
.cookie-bar .cookie-inner p{margin:0;flex:1}
.cookie-bar a{text-decoration:underline;color:var(--color-secondary)}
.cookie-bar .cookie-actions{gap:1rem;display:flex}
.cookie-bar button{cursor:pointer;padding:.5rem 1.2rem;border-radius:var(--radius);font-size:.9rem;border:1px solid #fff}
.cookie-bar #acceptCookies{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.cookie-bar #declineCookies{background:transparent;color:#fff}
.reviews-section{background:var(--color-dark);padding:4.5rem 0}
.review-card{border:1px solid rgba(255,255,255,.1);border-radius:calc(var(--radius)*1.5);padding:2rem;transition:all 0.24s;background:rgba(255,255,255,0.056);height:100%}
.review-card:hover{background:rgba(255,255,255,0.064);border-color:var(--color-secondary)}
.quote-text{line-height:1.6;color:rgba(255,255,255,.9);margin-bottom:1.5rem;font-size:1rem}
.feedback-author{flex-direction:column;color:#fff;display:flex}
.author-location{margin-top:.25rem;color:rgba(255,255,255,.6);font-size:.875rem}
.lead-banner{text-align:center;display:flex;justify-content:center;min-height:580px;color:#fff;align-items:center;background:linear-gradient(145deg, #13202e, #1e3a5f)}
.hero-content{padding:4rem 0;width:100%}
.hero-h1{margin-bottom:1.5rem;font-size:3rem;font-weight:700}
.hero-desc{font-size:1.25rem;margin-bottom:2rem;opacity:.9}
.lead-banner--left,.lead-banner--split{justify-content:flex-start;text-align:left}
.lead-banner__aside{background:rgba(255,255,255,.08);border-radius:calc(var(--radius)*1.5);padding:2rem;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.lead-banner__list{margin:0;padding:0;list-style:none}
.lead-banner__list li{border-bottom:1px solid rgba(255,255,255,.12);position:relative;font-size:1.05rem;padding:.6rem 0 .6rem 1.9rem;color:#fff}
.lead-banner__list li:last-child{border-bottom:0}
.lead-banner__list li:before{left:0;content:"✓";position:absolute;color:var(--color-secondary);font-weight:700}
.services-section{padding:4.5rem 0}
.service-card{border-radius:calc(var(--radius)*1.5);border:1px solid #e6e6e6;height:100%;overflow:hidden;transition:border-color 0.24s,box-shadow 0.24s;background:#fff}
.service-card:hover{border-color:var(--color-primary);box-shadow:0 6px 35px rgba(0,0,0,0.167)}
.service-card:not(:has(.card-image)) .offering-body{border-top:4px solid var(--color-primary)}
.card-image{height:230px;width:100%;object-fit:cover}
.offering-body{padding:2rem}
.service-title{font-weight:700;margin-bottom:1rem;font-size:1.5rem;color:var(--color-dark)}
.offering-body p{margin-bottom:1rem;line-height:1.6;font-size:1rem}
.contact-card,.info-panel,.notice-box{border-radius:calc(var(--radius)*1.5);background:var(--color-light);padding:2rem}
.notice-box{padding:1.5rem;border-left:4px solid var(--color-primary)}
.contact-item{margin-bottom:1.5rem}
.contact-item h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--color-dark)}
.site-footer{background:var(--color-dark);color:rgba(255,255,255,.8);padding:4rem 0 2rem}
.site-footer h4{margin-bottom:1.5rem;color:#fff;font-size:1.25rem;font-weight:700}
.site-footer p{margin:0 0 .5rem}
.footer-menu{margin:0;padding:0;list-style:none}
.footer-menu li{margin-bottom:.75rem}
.footer-menu a,.footer-legal a{transition:color 0.24s;color:rgba(255,255,255,.7);text-decoration:none}
.footer-menu a:hover,.footer-legal a:hover{color:var(--color-secondary)}
.footer-end{margin-top:3rem;display:flex;flex-wrap:wrap;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;justify-content:space-between;gap:1rem}
.footer-legal{display:flex;flex-wrap:wrap;gap:1.5rem}
@media(max-width:768px){.hero-h1{font-size:2rem}.hero-desc{font-size:1rem}.page-heading{font-size:2rem}.section-title{font-size:1.5rem}.cta-title{font-size:1.75rem}.cta-buttons{flex-direction:column}.footer-end{flex-direction:column;text-align:center}.footer-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}
