:root{
  --bg:#ffffff;
  --text:#14202b;
  --muted:#5f6b76;
  --brand:#d94b2b;
  --brand-dark:#b53a1f;
  --nav:#14202b;
  --surface:#f6f8fa;
  --surface-2:#eef3f7;
  --border:#e3e8ee;
  --shadow:0 14px 34px rgba(16,24,40,.10);
  --radius:18px;
  --max:1180px;
  --nav-h:68px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3,p,ul{margin:0}
ul{padding-left:1.15rem}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
}
.skip-link:focus{
  left:12px;
  top:12px;
  z-index:1200;
  background:#fff;
  padding:10px 12px;
  border-radius:10px;
}

.container,
.section-inner,
.top-cta-inner,
.nav-inner{
  width:min(calc(100% - 32px), var(--max));
  margin:0 auto;
}

.top-cta-bar{
  background:#0f1720;
  color:#fff;
  padding:10px 0;
}
.top-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.top-cta-inner p{
  font-size:.95rem;
}

.hero-header{
  position:relative;
  min-height:100svh;
  background:url('im1.jpg') center/cover no-repeat;
  color:#fff;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(10,18,25,.65), rgba(10,18,25,.72));
}

.sticky-nav{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(20,32,43,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-inner{
  min-height:var(--nav-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand-link{
  color:#fff;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.03em;
}
.menu-toggle{
  appearance:none;
  border:1px solid rgba(255,255,255,.22);
  border-radius:12px;
  background:transparent;
  color:#fff;
  min-width:46px;
  min-height:46px;
  display:grid;
  place-items:center;
  font-size:1.25rem;
  cursor:pointer;
}
.nav-links{
  list-style:none;
  padding:0 0 14px;
  margin:0;
  display:none;
  width:100%;
  flex-direction:column;
  gap:4px;
}
.nav-links.open{display:flex}
.nav-links a{
  display:block;
  color:#fff;
  text-decoration:none;
  padding:13px 14px;
  border-radius:12px;
  font-weight:600;
}
.nav-links a:hover,
.nav-links a:focus{background:rgba(255,255,255,.08);outline:none}
.nav-call-link{
  background:var(--brand);
}

.hero-content{
  position:relative;
  z-index:1;
  min-height:calc(100svh - 110px);
  display:grid;
  gap:24px;
  align-items:center;
  padding:48px 0 44px;
}
.eyebrow{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 12px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  font-size:.9rem;
  font-weight:700;
}
.main-title{
  font-size:clamp(2.1rem, 8vw, 4.8rem);
  line-height:1.02;
  max-width:11ch;
}
.sub-title{
  margin-top:14px;
  max-width:62ch;
  color:rgba(255,255,255,.92);
  font-size:clamp(1rem, 3.6vw, 1.2rem);
}
.hero-points{
  display:grid;
  gap:10px;
  margin:20px 0 0;
  padding-left:1.1rem;
}
.hero-points li{color:rgba(255,255,255,.95)}
.hero-cta,
.contact-actions,
.quote-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  border:1px solid transparent;
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0) scale(.98)}
.btn-small{min-height:42px;padding:10px 14px}
.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-dark)}
.btn-secondary{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.32);
  backdrop-filter:blur(8px);
}
.btn-secondary.dark{
  background:#fff;
  color:var(--text);
  border-color:var(--border);
}

.trust-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.trust-strip span{
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  font-weight:700;
  font-size:.92rem;
}
.hero-card{
  background:rgba(255,255,255,.96);
  color:var(--text);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow);
  max-width:420px;
}
.hero-card h2{font-size:1.5rem;margin-bottom:10px}
.hero-card p{color:var(--muted)}
.hero-card-phone{
  display:inline-block;
  margin-top:14px;
  font-size:clamp(1.8rem, 7vw, 2.5rem);
  font-weight:900;
  text-decoration:none;
  color:var(--brand);
}
.hero-card-note{margin-top:8px;font-size:.95rem}

section{
  padding:64px 0;
  scroll-margin-top:calc(var(--nav-h) + 16px);
}
.section-tight{padding-top:18px}
.section-inner > h2{
  text-align:center;
  font-size:clamp(1.8rem, 5vw, 2.6rem);
  margin-bottom:12px;
}
.section-intro{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
  color:var(--muted);
}
.narrow{max-width:820px}

.slideshow-container{
  width:min(calc(100% - 32px), var(--max));
  margin:0 auto;
  position:relative;
  aspect-ratio:16/9;
  border-radius:24px;
  overflow:hidden;
  background:#101820;
  box-shadow:var(--shadow);
}
.slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .45s ease;
}
.slide.active{opacity:1}
.slide img{width:100%;height:100%;object-fit:cover}

.services-grid,
.area-grid,
.gallery-wrapper,
.reviews-wrapper{
  display:grid;
  gap:16px;
  margin-top:28px;
}
.services-grid{grid-template-columns:1fr}
.service-card,
.area-column,
.gallery-item,
.review-card,
.quote-card,
.contact-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.service-card{
  padding:22px 18px;
}
.service-card h3{font-size:1.2rem;margin-bottom:10px}
.service-card p{color:var(--muted)}
.service-card-cta{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-align:center;
}
.service-logo{width:100%;max-width:220px;height:120px;object-fit:contain}

.highlight-section{background:var(--surface)}
.quote-card,
.contact-card{
  padding:24px 20px;
  text-align:center;
}
.quote-label{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.78rem;
  color:var(--muted);
  font-weight:800;
}
.quote-phone{
  display:inline-block;
  margin-top:8px;
  font-size:clamp(1.7rem, 7vw, 2.4rem);
  color:var(--brand);
  text-decoration:none;
  font-weight:900;
}
.quote-note{margin-top:10px;color:var(--muted);font-weight:600}

.area-grid{grid-template-columns:1fr}
.area-column{padding:20px}
.area-column h3{font-size:1.2rem;color:var(--brand);margin-bottom:12px}
.area-column li + li{margin-top:6px}

.gallery-wrapper{grid-template-columns:repeat(2,1fr)}
.gallery-item{overflow:hidden;aspect-ratio:1/1}
.gallery-item img{width:100%;height:100%;object-fit:cover}

.reviews-wrapper{grid-template-columns:1fr}
.review-card{padding:22px 18px}
.review-card p{margin-bottom:12px}

.contact-card a{color:var(--brand-dark);font-weight:800;text-decoration:none;overflow-wrap:anywhere}

footer{
  padding:24px 16px 104px;
  text-align:center;
  color:var(--muted);
  font-size:.95rem;
}

.mobile-callbar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1100;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background:linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.92) 30%, rgba(255,255,255,.98));
}
.mobile-callbar-btn{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  min-height:60px;
  border-radius:16px;
  background:var(--brand);
  color:#fff;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(217,75,43,.28);
}
.mobile-callbar-top{font-size:.82rem;opacity:.92}

@media (min-width:700px){
  .hero-content{grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr)}
  .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .reviews-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (min-width:980px){
  .menu-toggle{display:none}
  .nav-links{
    display:flex !important;
    width:auto;
    flex-direction:row;
    align-items:center;
    gap:6px;
    padding:0;
  }
  .services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .area-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mobile-callbar{display:none}
  footer{padding-bottom:40px}
}

@media (max-width:699px){
  .top-cta-inner{flex-direction:column;align-items:stretch;text-align:center}
  .hero-header{min-height:auto}
  .hero-content{padding-top:32px;padding-bottom:100px}
  .hero-card{max-width:none}
  .btn,
  .btn-small,
  .mobile-callbar-btn{width:100%}
  .hero-cta .btn,
  .quote-actions .btn,
  .contact-actions .btn{flex:1 1 100%}
}
.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.logo-card img {
  width: 170%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none !important}
}
