:root{
  --navy:#0c2940;
  --navy-2:#071b2a;
  --blue:#0b80d8;
  --cyan:#21c8ec;
  --ink:#132131;
  --muted:#5f6b76;
  --light:#f5f8fb;
  --white:#fff;
  --line:#dce4ea;
  --shadow:0 16px 40px rgba(8,35,55,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(10,45,70,.08)}
.header-inner{height:98px;display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:26px}
.brand img{height:80px;width:auto;object-fit:contain}
.site-nav{display:flex;justify-content:center;gap:34px;font-family:"Barlow Condensed",sans-serif;font-size:18px;font-weight:700;text-transform:uppercase}
.site-nav a{position:relative;padding:12px 0}
.site-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:3px;background:var(--blue);transition:.2s}
.site-nav a:hover::after,.site-nav a.active::after{right:0}
.header-call{display:flex;flex-direction:column;align-items:flex-end;gap:5px}
.call-pill{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#075ea7,#0b85de);color:#fff;padding:11px 18px;border-radius:999px;font-size:20px;font-weight:800;box-shadow:0 8px 20px rgba(0,114,201,.18)}
.header-call small{font-size:12px;color:#334554}
.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:26px;height:3px;background:var(--navy);margin:5px;border-radius:5px}
.hero{position:relative;min-height:590px;display:flex;align-items:center;overflow:hidden;background:var(--navy)}
.hero-bg{position:absolute;inset:0;background-image:url('assets/van-side.jpeg');background-size:cover;background-position:center 50%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,32,.94) 0%,rgba(3,20,32,.78) 38%,rgba(3,20,32,.16) 70%,rgba(3,20,32,.06) 100%)}
.hero-content{position:relative;z-index:2;padding-block:78px}
.hero-copy{max-width:620px;color:#fff}
.eyebrow{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;letter-spacing:2.2px;font-weight:700;font-size:24px;margin:0 0 10px}
.hero h1{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:72px;line-height:.98;margin:0 0 24px;letter-spacing:.5px}
.hero h1 span{color:var(--cyan)}
.hero-tagline{max-width:560px;font-size:22px;line-height:1.55;margin:0 0 28px}
.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 24px;font-weight:800;font-size:20px;transition:.2s transform,.2s box-shadow}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,#0b7bd4,#20c4ef);color:#fff;border:2px solid rgba(255,255,255,.8);box-shadow:0 12px 30px rgba(0,135,220,.25)}
.service-area{font-weight:600;font-size:17px}
.section{padding:74px 0}
.section-heading{display:flex;align-items:center;gap:20px;margin-bottom:36px}
.section-heading.centered{justify-content:center;text-align:center}.section-heading.left{justify-content:flex-start}
.section-heading h2{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:42px;line-height:1;margin:0}.section-heading h2 em{font-style:normal;color:var(--blue)}
.section-heading .line{width:110px;height:3px;background:linear-gradient(90deg,transparent,var(--blue))}.section-heading .line:last-child{transform:scaleX(-1)}
.services-section{background:#fff}
.services-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.service-card{padding:28px 18px;text-align:center;min-height:240px;border-right:1px solid var(--line);background:#fff}.service-card:last-child{border-right:0}.service-card:hover{background:#f8fbfe}
.icon,.trust-icon{font-size:34px;line-height:1;margin-bottom:14px}.service-card h3{font-size:17px;line-height:1.2;color:#0d3865;margin:0 0 10px}.service-card p{font-size:13px;color:var(--muted);margin:0}
.trust-strip{background:linear-gradient(180deg,#edf2f6,#f7f9fb);border-top:1px solid #dce5eb;border-bottom:1px solid #dce5eb}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid article{padding:34px 30px;text-align:center;border-right:1px solid #cfd9e1}.trust-grid article:last-child{border-right:0}.trust-grid h3{text-transform:uppercase;font-size:18px;line-height:1.15;margin:0 0 10px}.trust-grid p{font-size:14px;color:#556371;margin:0}
.about-section{padding-bottom:0}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;gap:42px}.about-copy{padding-bottom:70px}.about-copy p{font-size:16px;color:#374755}.signature{font-family:cursive;font-size:25px!important;color:#162b3c!important;margin-top:26px}.signature span{font-family:Inter,sans-serif;font-size:14px}
.about-media{position:relative;min-height:530px;overflow:hidden}.about-media img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:18px 18px 0 0}.media-quote{position:absolute;right:0;top:0;bottom:0;width:42%;display:flex;flex-direction:column;justify-content:center;padding:32px;background:linear-gradient(180deg,rgba(5,27,42,.72),rgba(5,27,42,.86));color:#fff}.media-quote strong{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:38px;line-height:1.05}.media-quote span{margin-top:24px;text-transform:uppercase;font-size:17px;line-height:1.45}
.reviews-section{background:#fff}.reviews-shell{display:grid;grid-template-columns:50px 1fr 50px;align-items:center;gap:14px;max-width:980px;margin:0 auto}.review-stage{position:relative;min-height:280px}.review{position:absolute;inset:0;opacity:0;transform:translateX(15px);pointer-events:none;transition:.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.review.active{opacity:1;transform:none;pointer-events:auto}.stars{color:#f4b400;font-size:34px;letter-spacing:4px}.review blockquote{margin:18px auto 14px;max-width:800px;font-size:18px;font-style:italic;line-height:1.7;color:#334454}.reviewer{font-weight:700;color:#607080}.review-nav{width:46px;height:46px;border-radius:50%;border:1px solid #cfd9e2;background:#fff;color:#748390;font-size:38px;line-height:1;cursor:pointer}.review-nav:hover{border-color:var(--blue);color:var(--blue)}.review-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.review-dots button{width:9px;height:9px;border:0;border-radius:50%;background:#c7d2dc;padding:0}.review-dots button.active{background:var(--blue);transform:scale(1.25)}
.cta-section{background:linear-gradient(135deg,#0a79cf,#14b6e8);color:#fff;padding:54px 0}.cta-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:40px;align-items:center}.cta-section h2{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:58px;line-height:1;margin:0 0 14px}.cta-section p{font-size:17px;max-width:720px}.cta-action{display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px}.btn-light{background:#0b2438;color:#fff;border:2px solid #fff;font-size:25px}.cta-action span{max-width:350px;font-size:15px}
.site-footer{background:linear-gradient(180deg,#0d2638,#071821);color:#fff}.footer-grid{display:grid;grid-template-columns:260px 1fr 340px;gap:36px;align-items:center;padding:40px 0}.footer-brand img{width:240px}.footer-center{text-align:center;border-left:1px solid rgba(255,255,255,.24);border-right:1px solid rgba(255,255,255,.24);padding:20px}.footer-center p{margin:0 0 12px}.footer-center strong{text-transform:uppercase}.footer-nav nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px;font-size:12px;text-transform:uppercase}.support-local{text-align:right;font-family:cursive;font-size:23px;border-top:1px solid rgba(255,255,255,.25);padding-top:16px}.copyright{text-align:center;padding:14px 20px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#c4d0d8}
@media (max-width:1050px){
  .header-inner{grid-template-columns:190px 1fr auto}.site-nav{gap:20px;font-size:16px}.header-call small{display:none}.call-pill{font-size:17px}
  .services-grid{grid-template-columns:repeat(3,1fr)}.service-card{border-bottom:1px solid var(--line)}.service-card:nth-child(3n){border-right:0}.service-card:nth-child(n+4){border-bottom:0}
  .footer-grid{grid-template-columns:220px 1fr}.footer-nav{grid-column:1/-1}.footer-nav nav,.support-local{justify-content:center;text-align:center}
}
@media (max-width:800px){
  .wrap{width:min(100% - 28px,1180px)}.header-inner{height:82px;grid-template-columns:1fr auto auto;gap:10px}.brand img{height:64px}.header-call small{display:none}.call-pill span{display:none}.call-pill{width:44px;height:44px;padding:0;justify-content:center}.menu-toggle{display:block}.site-nav{position:absolute;left:0;right:0;top:82px;background:#fff;display:none;flex-direction:column;gap:0;padding:12px 24px 20px;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(8,35,55,.12)}.site-nav.open{display:flex}.site-nav a{padding:11px 0}
  .hero{min-height:650px;align-items:flex-end}.hero-bg{background-position:58% center}.hero-overlay{background:linear-gradient(180deg,rgba(3,20,32,.12) 0%,rgba(3,20,32,.34) 38%,rgba(3,20,32,.94) 80%)}.hero-content{padding:220px 0 54px}.hero h1{font-size:54px}.hero-tagline{font-size:18px}.eyebrow{font-size:19px}
  .section{padding:58px 0}.section-heading h2{font-size:34px}.section-heading .line{width:45px}
  .services-grid{grid-template-columns:repeat(2,1fr)}.service-card{border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}.service-card:nth-child(2n){border-right:0!important}.service-card:nth-last-child(-n+2){border-bottom:0!important}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid article{border-bottom:1px solid #cfd9e1}.trust-grid article:nth-child(2n){border-right:0}.trust-grid article:nth-last-child(-n+2){border-bottom:0}
  .about-grid,.cta-grid{grid-template-columns:1fr}.about-copy{padding-bottom:0}.about-media{min-height:450px}.media-quote{width:50%}.cta-section h2{font-size:46px}.cta-action{align-items:flex-start;text-align:left}
  .reviews-shell{grid-template-columns:36px 1fr 36px}.review-nav{width:34px;height:34px;font-size:28px}.review-stage{min-height:390px}.review blockquote{font-size:16px}
  .footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand img{margin:auto}.footer-center{border:0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}
}
@media (max-width:520px){
  .services-grid{grid-template-columns:1fr}.service-card{border-right:0!important;border-bottom:1px solid var(--line)!important}.service-card:last-child{border-bottom:0!important}.trust-grid{grid-template-columns:1fr}.trust-grid article{border-right:0!important;border-bottom:1px solid #cfd9e1!important}.trust-grid article:last-child{border-bottom:0!important}.hero h1{font-size:46px}.btn{font-size:18px}.about-media{min-height:520px}.media-quote{top:auto;left:0;right:0;bottom:0;width:100%;height:auto}.review-stage{min-height:470px}.footer-nav nav{justify-content:center}
}
