*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--clr-brand:hsl(210,55%,45%);--clr-brand-dark:hsl(210,55%,32%);--clr-brand-light:hsl(210,55%,95%);--clr-accent:hsl(30,85%,55%);--clr-text:hsl(220,15%,20%);--clr-text-light:hsl(220,10%,45%);--clr-bg:hsl(0,0%,100%);--clr-bg-alt:hsl(210,20%,97%);--clr-border:hsl(210,15%,88%);--radius:0.5rem;--shadow-sm:0 1px 3px hsla(210,15%,20%,0.08);--shadow-md:0 4px 12px hsla(210,15%,20%,0.1);--font-heading:'Merriweather',Georgia,serif;--font-body:'Inter',system-ui,sans-serif}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--clr-text);background:var(--clr-bg)}
img{max-width:100%;height:auto;display:block}
a{color:var(--clr-brand);text-decoration:none;transition:color .2s}
a:hover{color:var(--clr-brand-dark)}
h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.25;color:var(--clr-text)}
h1{font-size:clamp(1.75rem,4vw,2.75rem)}
h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:1rem}
h3{font-size:clamp(1.1rem,2.2vw,1.4rem)}
p{margin-bottom:1rem}
ul,ol{padding-left:1.25rem}
.container{width:100%;max-width:72rem;margin:0 auto;padding:0 1.25rem}
.btn-primary,.btn-outline,.btn-lg{display:inline-block;padding:0.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:0.95rem;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;text-align:center;min-height:44px;min-width:44px}
.btn-primary{background:var(--clr-brand);color:#fff;border:2px solid var(--clr-brand)}
.btn-primary:hover{background:var(--clr-brand-dark);border-color:var(--clr-brand-dark);color:#fff}
.btn-outline{background:transparent;color:#fff;border:2px solid #fff}
.btn-outline:hover{background:#fff;color:var(--clr-brand)}
.btn-lg{padding:1rem 2.25rem;font-size:1.05rem}
.site-header{position:sticky;top:0;z-index:100;background:var(--clr-bg);box-shadow:var(--shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:72rem;margin:0 auto;padding:0.75rem 1.25rem}
.logo-link{display:flex;align-items:center;gap:0.4rem;font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--clr-brand)}
.logo-link:hover{color:var(--clr-brand-dark)}
.logo-icon{font-size:1.6rem}
.nav-list{display:flex;list-style:none;gap:0.25rem;padding:0}
.nav-list a{display:block;padding:0.5rem 0.85rem;font-size:0.92rem;font-weight:500;color:var(--clr-text);border-radius:var(--radius);min-height:44px;display:flex;align-items:center}
.nav-list a:hover{color:var(--clr-brand);background:var(--clr-brand-light)}
.has-dropdown{position:relative}
.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--clr-bg);box-shadow:var(--shadow-md);border-radius:var(--radius);min-width:13rem;padding:0.5rem 0;list-style:none;z-index:50}
.has-dropdown:hover .dropdown-menu{display:block}
.dropdown-menu a{padding:0.55rem 1rem;white-space:nowrap}
.header-cta{display:none;padding:0.55rem 1.25rem;background:var(--clr-accent);color:#fff;border-radius:var(--radius);font-weight:600;font-size:0.88rem;min-height:44px;display:flex;align-items:center}
.header-cta:hover{background:hsl(30,85%,48%);color:#fff}
.burger-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0.5rem;min-height:44px;min-width:44px;justify-content:center;align-items:center}
.burger-toggle span{display:block;width:24px;height:2px;background:var(--clr-text);border-radius:2px;transition:transform .3s,opacity .3s}
.hero-banner{position:relative;overflow:hidden;background:hsl(210,20%,15%)}
.hero-banner picture{display:block}
.hero-banner img{width:100%;height:auto;min-height:22rem;object-fit:cover;opacity:0.4}
.hero-overlay{position:absolute;inset:0;display:flex;align-items:center;z-index:2}
.hero-content{max-width:38rem;padding:2rem 1.25rem;color:#fff}
.hero-content h1{color:#fff;margin-bottom:1rem}
.hero-content p{font-size:1.1rem;margin-bottom:1.5rem;color:hsla(0,0%,100%,0.9)}
.hero-btns{display:flex;gap:0.75rem;flex-wrap:wrap}
.services-overview,.about-snippet,.testimonials-section,.faq-section,.cta-banner,.values-section,.stats-band,.services-listing,.blog-listing,.contact-main,.policy-content,.error-page{padding:4rem 0}
.services-overview{background:var(--clr-bg-alt)}
.section-lead{max-width:40rem;color:var(--clr-text-light);margin-bottom:2.5rem}
.srv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.5rem}
.srv-card{display:block;background:var(--clr-bg);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;color:var(--clr-text)}
.srv-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);color:var(--clr-text)}
.srv-card img{width:100%;height:auto}
.srv-card h3{padding:1rem 1rem 0.25rem;font-size:1.1rem}
.srv-card p{padding:0 1rem 1rem;font-size:0.9rem;color:var(--clr-text-light)}
.srv-card-horiz{display:grid;grid-template-columns:16rem 1fr;align-items:stretch}
.srv-card-horiz img{height:100%;object-fit:cover}
.srv-card-body{padding:1.5rem}
.srv-card-body h2{font-size:1.3rem;margin-bottom:0.5rem}
.srv-card-body p{color:var(--clr-text-light);font-size:0.92rem}
.srv-grid-large{grid-template-columns:1fr;gap:1.75rem}
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.about-text h2{margin-bottom:1rem}
.check-list{list-style:none;padding:0;margin:1.5rem 0}
.check-list li{padding:0.35rem 0 0.35rem 1.75rem;position:relative;font-weight:500}
.check-list li::before{content:"\2713";position:absolute;left:0;color:var(--clr-brand);font-weight:700}
.about-image{border-radius:var(--radius);overflow:hidden}
.about-image img{width:100%;height:auto}
.testimonials-section{background:var(--clr-bg-alt)}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.5rem}
.testimonial-card{background:var(--clr-bg);padding:1.75rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);border-left:4px solid var(--clr-brand)}
.testimonial-card p{font-style:italic;margin-bottom:1rem;color:var(--clr-text)}
.testimonial-card cite{font-style:normal;font-size:0.88rem;color:var(--clr-text-light);font-weight:600}
.faq-list{max-width:48rem}
.faq-item{border-bottom:1px solid var(--clr-border);padding:1rem 0}
.faq-question{font-weight:600;cursor:pointer;padding-right:2rem;position:relative;font-size:1rem;min-height:44px;display:flex;align-items:center}
.faq-question::after{content:"+";position:absolute;right:0;font-size:1.25rem;color:var(--clr-brand);transition:transform .25s}
.faq-item.open .faq-question::after{transform:rotate(45deg)}
.faq-answer{display:none;padding:0.75rem 0 0.25rem;color:var(--clr-text-light);line-height:1.7}
.faq-item.open .faq-answer{display:block}
.cta-banner{background:var(--clr-brand);color:#fff}
.cta-inner{text-align:center;max-width:38rem;margin:0 auto}
.cta-inner h2{color:#fff}
.cta-inner p{color:hsla(0,0%,100%,0.88);margin-bottom:1.5rem}
.cta-inner .btn-primary{background:#fff;color:var(--clr-brand);border-color:#fff}
.cta-inner .btn-primary:hover{background:hsla(0,0%,100%,0.9)}
.page-hero{padding:3rem 0;background:var(--clr-brand);color:#fff}
.page-hero h1{color:#fff}
.page-hero p{color:hsla(0,0%,100%,0.88)}
.page-hero-short{padding:2.5rem 0}
.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1.5rem}
.value-card{padding:1.5rem;background:var(--clr-bg-alt);border-radius:var(--radius);border-top:3px solid var(--clr-brand)}
.value-card h3{margin-bottom:0.5rem}
.value-card p{font-size:0.92rem;color:var(--clr-text-light)}
.stats-band{background:var(--clr-brand-dark);color:#fff;padding:3rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:2rem;text-align:center}
.stat-num{display:block;font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:700}
.stat-label{font-size:0.88rem;opacity:0.85}
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem}
.contact-info h2{margin-bottom:1.5rem}
.office-card{margin-bottom:1.5rem}
.office-card h3{font-size:1.05rem;margin-bottom:0.3rem;color:var(--clr-brand)}
.office-card p{font-size:0.92rem;color:var(--clr-text-light);margin-bottom:0.25rem}
.contact-form-wrap h2{margin-bottom:1.5rem}
.form-row{margin-bottom:1.25rem}
.form-row label{display:block;font-weight:500;margin-bottom:0.35rem;font-size:0.92rem}
.form-row input,.form-row select,.form-row textarea{width:100%;padding:0.65rem 0.85rem;border:1px solid var(--clr-border);border-radius:var(--radius);font-family:var(--font-body);font-size:1rem;min-height:44px;transition:border-color .2s}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--clr-brand);box-shadow:0 0 0 3px hsla(210,55%,45%,0.15)}
.form-row textarea{resize:vertical}
.policy-body{max-width:48rem;padding-top:1rem}
.policy-body h2{margin-top:2rem;margin-bottom:0.75rem;font-size:1.3rem}
.policy-body h3{margin-top:1.5rem;margin-bottom:0.5rem}
.policy-body ul,.policy-body ol{margin-bottom:1rem}
.policy-body li{margin-bottom:0.35rem;color:var(--clr-text-light)}
.service-detail{padding:4rem 0}
.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.service-detail-text h2{margin-bottom:1rem}
.service-detail-image{border-radius:var(--radius);overflow:hidden}
.service-detail-image img{width:100%;height:auto}
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1.25rem;margin-top:1.5rem}
.benefit-item{padding:1.25rem;background:var(--clr-bg-alt);border-radius:var(--radius)}
.benefit-item h3{font-size:1rem;margin-bottom:0.4rem}
.benefit-item p{font-size:0.88rem;color:var(--clr-text-light);margin-bottom:0}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:1.75rem}
.blog-card{background:var(--clr-bg);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .2s}
.blog-card:hover{box-shadow:var(--shadow-md)}
.blog-card img{width:100%;height:auto}
.blog-card-body{padding:1.25rem}
.blog-card-body time{font-size:0.82rem;color:var(--clr-text-light)}
.blog-card-body h3{margin:0.4rem 0;font-size:1.1rem}
.blog-card-body h3 a{color:var(--clr-text)}
.blog-card-body h3 a:hover{color:var(--clr-brand)}
.blog-card-body p{font-size:0.9rem;color:var(--clr-text-light)}
.blog-card-body .read-more{font-weight:600;font-size:0.9rem}
.article-layout{display:grid;grid-template-columns:1fr 18rem;gap:3rem;padding:3rem 0}
.article-body{max-width:none}
.article-body h1{margin-bottom:0.5rem}
.article-body time{display:block;color:var(--clr-text-light);font-size:0.88rem;margin-bottom:1.5rem}
.article-body h2{margin-top:2rem;font-size:1.35rem}
.article-body p{color:var(--clr-text-light)}
.article-body img{border-radius:var(--radius);margin:1.5rem 0}
.sidebar{position:sticky;top:5rem}
.sidebar h4{margin-bottom:1rem;font-size:1.05rem}
.sidebar ul{list-style:none;padding:0}
.sidebar li{margin-bottom:0.75rem}
.sidebar li a{font-size:0.9rem;color:var(--clr-text-light)}
.sidebar li a:hover{color:var(--clr-brand)}
.site-footer{background:hsl(220,15%,15%);color:hsla(0,0%,100%,0.75);padding:3.5rem 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:2rem;max-width:72rem;margin:0 auto;padding:0 1.25rem}
.footer-logo{font-family:var(--font-heading);font-size:1.2rem;color:#fff;display:block;margin-bottom:0.75rem}
.footer-col h4{color:#fff;margin-bottom:1rem;font-size:0.95rem}
.footer-col ul{list-style:none;padding:0}
.footer-col li{margin-bottom:0.45rem}
.footer-col a{color:hsla(0,0%,100%,0.65);font-size:0.88rem}
.footer-col a:hover{color:#fff}
.footer-col p{font-size:0.88rem;line-height:1.6}
.footer-contact p{margin-bottom:0.4rem}
.footer-bottom{margin-top:2.5rem;border-top:1px solid hsla(0,0%,100%,0.1);padding:1.25rem 0}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;max-width:72rem;margin:0 auto;padding:0 1.25rem;flex-wrap:wrap;gap:0.75rem}
.footer-bottom p{font-size:0.82rem;margin:0}
.footer-legal{display:flex;gap:1.25rem;list-style:none;padding:0}
.footer-legal a{font-size:0.82rem;color:hsla(0,0%,100%,0.55)}
.footer-legal a:hover{color:#fff}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:hsl(220,15%,18%);color:#fff;z-index:200;padding:1.25rem;box-shadow:0 -2px 12px hsla(0,0%,0%,0.2)}
.cookie-inner{max-width:72rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.cookie-inner p{margin:0;font-size:0.88rem;flex:1}
.cookie-actions{display:flex;gap:0.75rem}
.btn-accept{background:var(--clr-brand);color:#fff;border:none;padding:0.6rem 1.5rem;border-radius:var(--radius);cursor:pointer;font-weight:600;min-height:44px}
.btn-reject{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,0.4);padding:0.6rem 1.5rem;border-radius:var(--radius);cursor:pointer;font-weight:600;min-height:44px}
.btn-accept:hover{background:var(--clr-brand-dark)}
.btn-reject:hover{border-color:#fff}
.cookie-settings-btn{position:fixed;bottom:1.25rem;left:1.25rem;width:44px;height:44px;border-radius:50%;background:hsl(220,15%,25%);color:#fff;border:none;font-size:1.25rem;cursor:pointer;z-index:199;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center}
.cookie-settings-btn:hover{background:hsl(220,15%,35%)}
@media(max-width:1060px){.about-split,.service-detail-grid,.contact-grid{grid-template-columns:1fr}.about-image{order:-1}.article-layout{grid-template-columns:1fr}.sidebar{position:static;margin-top:2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.srv-card-horiz{grid-template-columns:1fr}.srv-card-horiz img{height:14rem}}
@media(max-width:784px){.nav-main{position:fixed;top:0;right:-100%;width:80%;max-width:20rem;height:100vh;background:var(--clr-bg);box-shadow:-4px 0 20px hsla(0,0%,0%,0.15);transition:right .3s;z-index:150;padding:4rem 1.5rem 2rem;overflow-y:auto}.nav-main.open{right:0}.nav-list{flex-direction:column;gap:0}.nav-list a{padding:0.75rem 0;font-size:1rem}.dropdown-menu{position:static;box-shadow:none;display:block;padding-left:1rem}.header-cta{display:none}.burger-toggle{display:flex}.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}.hero-content{padding:1.5rem 1.25rem}.hero-content h1{font-size:1.6rem}.blog-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}}
@media(max-width:400px){.hero-btns{flex-direction:column}.hero-btns a{width:100%}.cookie-inner{flex-direction:column;text-align:center}}
