:root{
  --orange:#ff6a00;
  --soft:#f6f7f9;
  --shadow: 0 10px 30px rgba(0,0,0,.10);
  --radius:18px;
  --radius2:24px;
  --max:1120px;
  --focus: 0 0 0 4px rgba(255,106,0,.22);
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:#121319;
  background:linear-gradient(180deg,#fff 0%, #fff 70%, #fafbfc 100%);
}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 18px;
  border-radius:14px;
  font-weight:800;
  letter-spacing:.2px;
  border:1px solid transparent;
  text-decoration:none;
  gap:10px;
  cursor:pointer;
  user-select:none;
}
.btn-primary{background:var(--orange); color:#fff; box-shadow: 0 12px 24px rgba(255,106,0,.22)}
.btn-primary:hover{filter:brightness(0.98)}
.btn-outline{background:#fff; border-color:#d9dbe1; color:#16181f}
.btn-outline:hover{background:#f7f8fb}

.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 10px;border-radius:999px;
  background:#fff; border:1px solid #ececf2;
  font-weight:700; color:#242734; font-size:13px;
}
.pill{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #ececf2;
  font-weight:800;
  font-size:14px;
}

.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(230,232,238,.8);
}
.topbar{
  font-size:13px;
  color:#3b3f4b;
  padding:8px 0;
  border-bottom:1px solid rgba(230,232,238,.7);
}
.topbar .row{display:flex; gap:12px; justify-content:space-between; align-items:center; flex-wrap:wrap}
.navbar{padding:12px 0}
.navbar .row{display:flex; align-items:center; justify-content:space-between; gap:16px}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand img{width:140px; height:auto}
.nav{display:flex; gap:16px; align-items:center}
.nav a{
  font-weight:800;
  text-decoration:none;
  color:#222533;
  font-size:14px;
  padding:10px 10px;
  border-radius:10px;
}
.nav a:hover{background:#f3f4f7}
.nav-cta{display:flex; gap:10px; align-items:center}

.mobile-toggle{
  display:none;
  border:1px solid #e1e3ea;
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  font-weight:900;
}
.mobile-panel{
  display:none;
  padding:10px 0 16px 0;
}
.mobile-panel a{
  display:block;
  padding:12px 10px;
  border-radius:12px;
  text-decoration:none;
  font-weight:900;
}
.mobile-panel a:hover{background:#f3f4f7}

.hero{padding:26px 0 10px 0}
.hero-shell{
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid #ececf2;
  box-shadow: var(--shadow);
  background:#fff;
}
.hero-media-wide{
  position:relative;
  height: 360px;
  background:
    linear-gradient(90deg, rgba(12,13,18,.70) 0%, rgba(12,13,18,.30) 55%, rgba(12,13,18,.08) 100%),
    url("../img/hero-wide-1600.jpg") center/cover no-repeat;
}
@media (min-width: 981px){
  .hero-media-wide{
    height: 430px;
    background:
      linear-gradient(90deg, rgba(12,13,18,.72) 0%, rgba(12,13,18,.28) 55%, rgba(12,13,18,.08) 100%),
      url("../img/hero-wide.jpg") center/cover no-repeat;
  }
}
.hero-overlay{position:absolute; inset:0; display:flex; align-items:flex-end}
.hero-overlay .inner{width:100%; padding:22px 0 20px 0; color:#fff}
.hero-overlay .kicker{
  color: rgba(255,255,255,.88);
  font-weight:950;
  letter-spacing:.5px;
  text-transform:uppercase;
  font-size:12px;
}
.hero-overlay h1{
  margin:10px 0 10px 0;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-.7px;
  text-shadow: 0 10px 28px rgba(0,0,0,.35);
}
.hero-overlay .lead{
  font-size:17px;
  color: rgba(255,255,255,.88);
  line-height:1.6;
  margin:0 0 14px 0;
  max-width: 62ch;
}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin:14px 0 6px 0}
.hero-actions .btn-outline{background: rgba(255,255,255,.95)}
.trust{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.trust .badge{background:rgba(255,255,255,.96)}
.hero-below{padding:18px 20px 20px 20px; background:#fff}

.section{padding:46px 0}
.section.alt{background:#fff}
.section.soft{background:var(--soft)}
.section h2{font-size:30px; margin:0 0 10px 0; letter-spacing:-.4px}
.section p{color:#3b404b; line-height:1.7; margin:0 0 16px 0}

.grid{display:grid; gap:14px}
.grid.services{grid-template-columns: repeat(4, 1fr)}
.card{
  background:#fff;
  border:1px solid #ececf2;
  border-radius:var(--radius);
  padding:16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}
.service-title{font-weight:950; margin:6px 0 6px 0}
.service-meta{color:#4b5160; font-size:14px; line-height:1.45; margin:0 0 12px 0}
.icon{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background:rgba(255,106,0,.12);
  border:1px solid rgba(255,106,0,.20);
  font-weight:1000; color:var(--orange);
}

.split{display:grid; grid-template-columns: 1fr 1fr; gap:16px}
.steps{display:grid; gap:12px}
.step{display:flex; gap:14px; align-items:flex-start}
.step .num{
  width:34px; height:34px; border-radius:12px;
  background: var(--orange);
  color:#fff; font-weight:1000;
  display:grid; place-items:center;
  flex:0 0 auto;
}
.step p{margin:0}

.big-cta{display:grid; grid-template-columns: 1fr .9fr; gap:16px; align-items:stretch}
.big-cta .card{padding:20px}
.big-cta h3{margin:0 0 8px 0; font-size:22px}

.bullets{margin:10px 0 14px 0; padding:0; list-style:none}
.bullets li{margin:8px 0; padding-left:26px; position:relative; color:#3b404b}
.bullets li:before{content:"✓"; position:absolute; left:0; top:0; color:var(--orange); font-weight:1000}

.calc{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
.field label{display:block; font-weight:900; font-size:13px; margin-bottom:6px; color:#2a2e3a}
.field select, .field input, .field textarea{
  width:100%;
  padding:12px 12px;
  border:1px solid #dfe2ea;
  border-radius:14px;
  background:#fff;
  font-size:15px;
  outline:none;
}
.field textarea{min-height:110px; resize:vertical}
.field select:focus, .field input:focus, .field textarea:focus{box-shadow:var(--focus); border-color: rgba(255,106,0,.55)}
.calc-result{
  border-radius:var(--radius);
  background: linear-gradient(180deg, rgba(255,106,0,.10), rgba(255,106,0,.04));
  border:1px solid rgba(255,106,0,.22);
  padding:14px;
}
.calc-result .price{font-size:28px; font-weight:1000; margin:8px 0 8px 0; letter-spacing:-.4px}
.small{font-size:13px; color:#404655}

.gallery{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px}
.gallery img{
  border-radius:18px;
  border:1px solid #ececf2;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  object-fit:cover;
  width:100%;
  height:260px;
}

.faq{display:grid; gap:10px}
details{background:#fff; border:1px solid #ececf2; border-radius:16px; padding:14px 16px}
summary{cursor:pointer; font-weight:950; list-style:none}
summary::-webkit-details-marker{display:none}
details p{margin:10px 0 0 0}

.notice{
  padding:12px 14px;
  border:1px solid #e7e7ea;
  border-radius:16px;
  background:#fff;
  color:#3b404b;
  font-size:13px;
}

.footer{padding:26px 0 60px 0; background:#0c0d12; color:#e9ebf3}
.footer a{color:#fff}
.footer .row{display:grid; grid-template-columns: 1.2fr .8fr; gap:18px; align-items:start}
.footer .muted{color:#b8bccb}
.footer .cols{display:grid; grid-template-columns: 1fr 1fr; gap:10px}
.footer .cols a{display:block; padding:8px 0; text-decoration:none; font-weight:800; color:#e9ebf3}
.footer .cols a:hover{text-decoration:underline}

.sticky-call{position:fixed; left:14px; right:14px; bottom:14px; display:none; z-index:60}
.sticky-call a{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px 18px;
  border-radius:18px;
  background:var(--orange);
  color:#fff;
  font-weight:1000;
  text-decoration:none;
  box-shadow: 0 16px 30px rgba(255,106,0,.25);
}

@media (max-width: 980px){
  .grid.services{grid-template-columns: repeat(2, 1fr)}
  .big-cta{grid-template-columns:1fr}
  .calc{grid-template-columns:1fr}
  .gallery{grid-template-columns: 1fr 1fr}
  .nav{display:none}
  .mobile-toggle{display:inline-flex}
  .mobile-panel{display:block}
  .hero-overlay h1{font-size:32px}
}
@media (max-width: 700px){
  .split{grid-template-columns:1fr}
  .footer .row{grid-template-columns:1fr}
  .footer .cols{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .gallery{grid-template-columns: 1fr}
  .gallery img{height:240px}
  .sticky-call{display:block}
  .brand img{width:126px}
  .hero-media-wide{height: 320px}
  .hero-overlay h1{font-size:28px}
}
/* v4: clean hero image (no text on image) */
.hero-overlay{display:none !important;}
.hero-media-wide{
  height: 380px;
  background:
    url("../img/hero-wide-1600.jpg") center/cover no-repeat;
}
@media (min-width: 981px){
  .hero-media-wide{
    height: 460px;
    background: url("../img/hero-wide.jpg") center/cover no-repeat;
  }
}
.hero-below{
  padding:20px;
}
.hero-below .hero-copy{
  display:grid;
  gap:12px;
}
.hero-below .kicker{
  font-weight:950;
  letter-spacing:.5px;
  text-transform:uppercase;
  font-size:12px;
  color:#3b3f4b;
}
.hero-below h1{
  margin:0;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.6px;
}
.hero-below .lead{
  margin:0;
  color:#3b404b;
  line-height:1.7;
  font-size:16px;
  max-width: 70ch;
}
.hero-below .hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:6px;
}
.hero-below .trust{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
@media (max-width: 560px){
  .hero-media-wide{height: 320px;}
  .hero-below h1{font-size:28px;}
}
