:root{
  --blue:#1d77a8;
  --dark:#0b2f43;
  --grey:#cdcdcd;
  --grey-dark:#999;
  --green:#7da940;
  --green-hover:#6b9233;
  --text:#303030;
  --text-muted:#555;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:var(--text);line-height:1.6;font-size:16px}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1140px;margin:0 auto;padding:0 20px;width:100%}
.container--narrow{max-width:760px}

/* Header / nav */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eee}
.site-header__inner{max-width:1140px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.site-header__brand img{height:42px;width:auto}
.site-header__nav ul{list-style:none;display:flex;gap:26px;margin:0;padding:0}
.site-header__nav a{color:var(--text);font-weight:600;font-size:15px;padding:8px 0;display:inline-block}
.site-header__nav .current-menu-item a,.site-header__nav a:hover{color:var(--blue);text-decoration:none}
.site-header__toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}
.site-header__burger span{display:block;width:24px;height:3px;background:var(--text);margin:4px 0;border-radius:2px}
@media(max-width:860px){
  .site-header__toggle{display:block}
  .site-header__nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #eee;box-shadow:0 6px 16px rgba(0,0,0,.08)}
  .site-header__nav.is-open{display:block}
  .site-header__nav ul{flex-direction:column;gap:0;padding:8px 0}
  .site-header__nav li a{display:block;padding:12px 20px}
}

/* Hero — responsive WebP img + overlapping blue band (critical rules also inlined) */
.hero-wrap{position:relative;overflow:hidden}
.hero__picture,.hero__img{display:block;width:100%;height:450px;object-fit:cover;object-position:center}
.hero-accent{height:50px;background:rgba(10,127,185,.4);border-bottom:5px solid #0a7fb9;margin-top:-50px;position:relative;z-index:1}
@media(max-width:760px){
  .hero__picture,.hero__img{height:320px}
  .hero-accent{height:40px;margin-top:-40px}
}

/* Sections */
.section{padding:64px 0}
.section--services{background:#fff}
.section__title{text-align:center;font-size:36px;margin:0 0 40px;color:var(--text);font-weight:700}
.section__title--contact{color:var(--text);font-size:40px}

/* Services grid */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.service-card{background:#f7f7f7;border-top:4px solid var(--blue);padding:26px;border-radius:4px}
.service-card h3{margin:0 0 12px;font-size:19px;color:var(--dark)}
.service-card p{margin:0;color:var(--text-muted);font-size:15px}
@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.services-grid{grid-template-columns:1fr}}

/* Testimonial */
.section--testimonial{background:var(--grey);text-align:center}
.testimonial{max-width:720px;margin:0 auto}
.testimonial__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:4px solid #fff}
.testimonial__quote{font-size:30px;font-style:italic;color:var(--text);margin:0 auto 16px;border:0;padding:0;text-align:center;max-width:640px;line-height:1.45}
.testimonial__quote-line{display:block}
@media(max-width:760px){.testimonial__quote{font-size:26px}}
.testimonial__name{font-weight:700;margin:0;color:var(--dark)}
.testimonial__role{color:var(--text-muted);margin:4px 0 0;font-size:14px;text-transform:uppercase;letter-spacing:.5px}

/* CTA band */
.section--cta{background:var(--dark);position:relative;padding-top:0}
.section--cta__divider{display:block;width:100%;height:40px;margin-bottom:24px}
.cta{text-align:center;padding:0 0 64px}
.cta__heading{color:#cdcdcd;font-size:30px;margin:0 0 8px;font-weight:600}
.cta__phone{margin:0 0 40px}
.cta__phone a{color:var(--blue);font-size:44px;font-weight:700}
.cta__form{max-width:560px;margin:0 auto;text-align:left}

/* Contact page */
.section--contact{background:#fff}
.contact-form-wrap{max-width:560px;margin:0 auto}

/* Form */
.sps-contact-form form{display:flex;flex-direction:column;gap:16px;position:relative}
.sps-cf-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}
.sps-cf-item{display:flex;flex-direction:column;gap:6px}
.sps-cf-item label{font-weight:600;font-size:14px;color:var(--text)}
.section--cta .sps-cf-item label{color:#fff}
.sps-cf-input input,.sps-cf-input textarea{width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:6px;font:inherit;background:#fff;color:var(--text)}
.sps-cf-input input:focus,.sps-cf-input textarea:focus{outline:2px solid var(--blue);outline-offset:-1px;border-color:var(--blue)}
.sps-cf-input textarea{min-height:120px;resize:vertical}
.sps-cf-submit{display:flex;justify-content:center;margin-top:8px}
.sps-cf-submit button{background:var(--green);color:#fff;border:0;border-radius:30px;padding:14px 56px;font-size:25px;font-weight:600;cursor:pointer;transition:background .2s}
.sps-cf-submit button:hover{background:var(--green-hover)}
.sps-cf-submit button:disabled{opacity:.7;cursor:default}
.sps-cf-status{margin-top:18px;padding:16px 20px;border-radius:6px;font-size:16px}
.sps-cf-status--success{background:#eef6e3;border:1px solid var(--green);color:#3d5a14}
.sps-cf-status--error{background:#fdecea;border:1px solid #d33;color:#8a1c1c}

/* Pre-footer */
.pre-footer{background:var(--grey-dark);border-top:5px solid var(--blue)}
.pre-footer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:48px 20px;max-width:1140px;margin:0 auto}
.pre-footer__col h3{margin:0 0 14px;font-size:16px;text-transform:uppercase;letter-spacing:.5px;color:#fff}
.pre-footer__col ul{list-style:none;margin:0;padding:0}
.pre-footer__col li{margin-bottom:8px}
.pre-footer__col a{color:#fff;font-size:15px}
.pre-footer__col--logo{display:flex;align-items:center}
.pre-footer__col--logo img{max-width:220px}
@media(max-width:760px){.pre-footer__grid{grid-template-columns:1fr;text-align:center}.pre-footer__col--logo{justify-content:center}}

/* Footer */
.site-footer{background:#7a7a7a;color:#fff;padding:18px 0}
.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1140px;margin:0 auto;padding:0 20px}
.site-footer__copy{margin:0;font-size:14px}
.site-footer__social{display:flex;gap:10px}
.site-footer__social-link{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;background:var(--blue);color:#fff;border-radius:50%}
.site-footer__social-link:hover{background:#155f8a;text-decoration:none}
.site-footer__social-link svg{width:18px;height:18px}
@media(max-width:600px){.site-footer__inner{flex-direction:column;text-align:center}}

/* Back to top */
#back-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;background:var(--blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.25);z-index:40}
#back-top:hover{background:#155f8a;text-decoration:none}
#back-top svg{width:24px;height:24px}

/* 404 */
.notfound{text-align:center;padding:80px 0}
.notfound h1{font-size:32px}