:root{
  --brand:#f2c300;
  --brand-dark:#d5ab00;
  --ink:#1f2937;
  --muted:#5b6676;
  --line:#e5e7eb;
  --bg:#ffffff;
  --soft:#f8fafc;
  --max:1180px;
  --radius:16px;
  --shadow:0 10px 30px rgba(0,0,0,.08);
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  color:var(--ink);
  background:#111827;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

main,
.site-header,
.topbar{
  background:#ffffff;
}

img{
  max-width:100%;
  display:block;
  height:auto;
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  width:min(var(--max), calc(100% - 2rem));
  margin-inline:auto;
}

.topbar{
  background:#111827;
  color:#fff;
  font-size:.9rem;
}

.topbar-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  padding:.55rem 0;
  flex-wrap:wrap;
}

.topbar a{
  color:#fff;
}

.phone-link{
  color:#fff;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}

.site-nav .nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.75rem 0;
}

.brand{
  font-weight:800;
  letter-spacing:-.05em;
  font-size:1.5rem;
  white-space:nowrap;
}

.nav-links{
  display:flex;
  gap:1rem;
  align-items:center;
  flex-wrap:wrap;
}

.nav-links a{
  font-weight:800;
  color:#374151;
  font-size:.96rem;
}

.nav-cta{
  padding:.78rem 1rem;
  font-size:.95rem;
}

.tm{
  font-size:0.42em;
  vertical-align:0.95em;
  margin-left:2px;
}

.logo-tm{
  font-size:0.6em;
  vertical-align:0.5em;
  margin-left:1px;
}

.btn{
  display:inline-block;
  padding:.9rem 1.15rem;
  border-radius:10px;
  border:1px solid transparent;
  font-weight:800;
  transition:all .2s ease;
  cursor:pointer;
  font-size: 14px;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-primary{
  background:var(--brand);
  color:#111;
}

.btn-primary:hover{
  background:var(--brand-dark);
}

.btn-secondary{
  background:#fff;
  border-color:var(--line);
  color:var(--ink);
}

.hero{
  padding:3rem 0 0;
  background:linear-gradient(180deg, #fffdf0 0%, #ffffff 100%);
  margin-bottom:6px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:2rem;
  align-items:center;
}

.eyebrow{
  display:inline-block;
  background:#111827;
  color:#fff;
  padding:.38rem .7rem;
  border-radius:999px;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.03em;
  margin-bottom:.9rem;
}

h2,h3,h4{
  line-height:1.15;
  margin:0 0 .75rem;
}

h1{
  margin: 0;
  font-size: 54px;
  letter-spacing:-.05em;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  
}

h2{
  font-size:clamp(1.55rem, 2.4vw, 2.35rem);
  letter-spacing:-.02em;
}

h3{
  font-size:1.15rem;
}

.lead{
  font-size:1.05rem;
  color:var(--muted);
  max-width:66ch;
}

.lead-strong{
  color:var(--ink);
  font-weight:700;
}

.hero-actions{
  display:flex;
  gap:.8rem;
  flex-wrap:wrap;
  margin-top:1.25rem;
}

.hero-card{
  background:transparent;
  border:none;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:none;
}

.hero-image-card img,
.team-image-card img,
.-image-card img{
  width:100%;
  object-fit:contain;
}

section{
  padding:4.25rem 0;
}

.section-soft{
  background:var(--soft);
}

.section-heading{
  margin-bottom:1.5rem;
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.25rem;
}

.grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1.5rem;
}

.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:1.2rem;
  box-shadow:0 4px 12px rgba(0,0,0,.03);
}

.card p{
  margin:.45rem 0 0;
  color:var(--muted);
}

.trust-strip-wrap{
  padding:0 0 1.25rem;
  margin-top:-.4rem;
}

.trust-strip{
  background:#111827;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
  padding:.9rem 1.2rem;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:1.5rem;
}

.trust-item{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:.94rem;
  font-weight:600;
  color:#ffffff;
  text-align:center;
}

.trust-icon{
  font-size:1rem;
  color:#f2c300;
}

.experience-bar{
  background:#ffffff;
  padding:.7rem 0;
}

.experience-content{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  text-align:center;
  font-size:.95rem;
  color:#374151;
}

.experience-content p{
  margin:0;
}

.divider{
  color:#9ca3af;
}

.service-card{
  padding:0;
  overflow:hidden;
}

.service-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
  filter:brightness(0.5);
}

.service-body{
  padding:1.1rem;
}

.service-body p{
  color:var(--muted);
}

.service-review{
  margin-top:16px;
  padding-top:12px;
  border-top:1px solid #e5e7eb;
}

.review-stars{
  color:#f2c300;
  font-size:.95rem;
  letter-spacing:2px;
  margin-bottom:6px;
}

.review-text{
  font-size:.92rem;
  line-height:1.4;
  color:#4b5563;
  font-style:italic;
  margin-bottom:6px;
}

.review-author{
  font-size:.85rem;
  font-weight:600;
  color:#374151;
}

.pricing-grid .pricing-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
}

.clean{
  list-style:none;
  padding:0;
  margin:.8rem 0 0;
}

.clean li{
  padding:.55rem 0;
  border-top:1px solid var(--line);
  color:var(--ink);
}

.clean li:first-child{
  border-top:0;
}

.mini{
  color:var(--muted);
  font-size:.95rem;
}

.full-btn{
  width:100%;
  text-align:center;
  margin-top:1rem;
}

.appliances-grid{
  align-items:center;
}

.cta{
  background:#111827;
  color:#fff;
  border-radius:24px;
  padding:2rem;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:1.5rem;
  align-items:start;
}

.cta .btn-secondary{
  background:transparent;
  border-color:rgba(255,255,255,.25);
  color:#fff;
}

.-left{
  display:flex;
  flex-direction:column;
  height:100%;
}

.-handler-image{
  margin-top:auto;
  border-radius:14px;
  overflow:hidden;
}

.contact-handler-image img{
  width:100%;
  max-height:320px;
  object-fit:cover;
  border-radius:14px;
  filter:brightness(0.8);
}

.contact-handler-image{
  margin-top:1.5rem;
}

.contact-form{
  background:#ffffff;
  color:var(--ink);
  padding:1.3rem;
  border-radius:14px;
}

.form-row{
  margin-bottom:1rem;
}

.form-row label{
  display:block;
  font-weight:600;
  margin-bottom:.35rem;
}

.form-row input,
.form-row textarea,
.form-row select{
  width:100%;
  padding:.8rem .9rem;
  border-radius:8px;
  border:1px solid #d1d5db;
  font-size:.95rem;
  font:inherit;
  color:var(--ink);
  background:#fff;
}

.form-row textarea{
  resize:vertical;
}

.form-note{
  font-size:.85rem;
  color:#6b7280;
  margin-top:.5rem;
}

.form-note a{
  text-decoration:underline;
}

.towns{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:.75rem;
  margin-top:1.2rem;
}

.towns div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:.8rem;
  text-align:center;
  font-weight:600;
}

.site-footer{
  background:#111827;
  color:#e5e7eb;
  padding:50px 0 20px;
  margin-top:60px;
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:40px;
}

.footer-brand h3{
  margin-bottom:10px;
}

.footer-brand p{
  color:#9ca3af;
}

.footer-phone{
  color:#fff;
}

.footer-links h4{
  margin-bottom:10px;
}

.footer-links ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  margin-bottom:6px;
}

.footer-links a{
  color:#e5e7eb;
}

.footer-links a:hover{
  color:var(--brand);
}

.footer-bottom{
  text-align:center;
  margin-top:30px;
  padding-top:20px;
  color:#9ca3af;
  font-size: 0.85rem;
}

.footer-bottom p{
  margin:0.2rem 0;
}

.footer-bottom .small{
  line-height:1.5;
}

.cookie-banner{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:9999;
  background:#111827;
  color:#fff;
  border-radius:16px;
  box-shadow:0 16px 40px rgba(0,0,0,.25);
  padding:18px;
  display:none;
}

.cookie-banner.show{
  display:block;
}

.cookie-banner__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.cookie-banner p{
  margin:0;
  max-width:760px;
  font-size:.95rem;
  line-height:1.5;
}

.cookie-banner a{
  color:var(--brand);
  font-weight:700;
}

.cookie-banner__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

@media (max-width: 900px){
  .hero-grid,
  .grid-3,
  .grid-2,
  .cta,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .towns{
    grid-template-columns:repeat(2,1fr);
  }

  .service-card img{
    height:190px;
  }
}

@media (max-width: 768px){
  
  .trust-strip{
    flex-wrap:wrap;
    justify-content:center;
    gap:.5rem 1rem;
  }

  .trust-item{
    font-size:.9rem;
  }

  .experience-content{
    flex-direction:column;
    gap:4px;
  }

  .divider{
    display:none;
  }

  .topbar-text{
  display:none;
  }
  
  .nav-links{
    display:none;
  }

  .cookie-banner{
    font-size:0.8rem;
    line-height:1.4;
    padding:10px 14px;
  }

  .nav-links{
    display:none;
  }

  .topbar{
    display:block;
    background:#111827;
    color:#fff;
    position:sticky;
    top:0;
    z-index:1000;
  }

  .topbar-inner{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:8px 14px;
    font-size:.9rem;
  }

    .topbar-inner > div:first-child{
    display:none;
  }
  
  .phone-link{
    color:#fff;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:6px;
  }
  
    .site-header{
    position:static;
    top:auto;
  }
}

@media (max-width: 640px){

  .site-nav .nav-inner{
    padding:.7rem 0;
  }

    .site-header{
    position:static;
    top:auto;
  }
  
  .brand{
    font-size:.96rem;
    letter-spacing:.05em;
  }

  .nav-links{
    gap:.7rem;
    justify-content:flex-end;
  }

  .nav-links a{
    font-size:.9rem;
  }

  .nav-cta{
    padding:.65rem .8rem;
    font-size:.86rem;
  }

  .hero{
    padding:2.2rem 0 2rem;
  }

  h1{
    font-size:2rem;
  }

  h2{
    font-size:1.75rem;
  }

  .lead{
    font-size:1rem;
  }

  .hero-actions .btn{
    width:100%;
    text-align:center;
  }

  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
    padding:14px;
  }

  .cookie-banner__actions{
    width:100%;
  }

  .cookie-banner__actions .btn{
    flex:1 1 auto;
    text-align:center;
  }
}
