:root{
  --bg:#fbfcfe;
  --surface:#ffffff;
  --surface-soft:#f6f8fc;
  --ink:#13284a;
  --ink-soft:#556884;
  --line:#e5ebf3;
  --accent:#ff6f1d;
  --accent-2:#ff8a34;
  --shadow:0 18px 48px rgba(19,40,74,.1);
  --radius-xl:24px;
  --radius-lg:18px;
  --radius-md:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(255,111,29,.1), transparent 20%),
    radial-gradient(circle at 85% 10%, rgba(19,40,74,.08), transparent 18%),
    linear-gradient(180deg,#fff 0%, #fbfcff 100%);
  font:16px/1.55 "Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{display:block;max-width:100%}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.wrap{width:min(calc(100% - 48px),1560px);margin:0 auto}
.topbar{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(19,40,74,.08);
  backdrop-filter:blur(18px);
}
.topbar-inner{
  min-height:92px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
}
.brand img{height:64px}
.nav{
  display:flex;
  justify-content:center;
  gap:28px;
  font-size:14px;
  font-weight:700;
}
.header-meta{
  display:flex;
  align-items:center;
  gap:14px;
}
.header-phone{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  white-space:nowrap;
}
.header-phone span{font-weight:800;font-size:14px}
.header-phone small{font-size:11px;color:var(--ink-soft)}
.header-social{
  display:flex;
  gap:8px;
}
.header-social a{
  width:30px;
  height:30px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(19,40,74,.08);
}
.header-social img{width:18px;height:18px}
.header-cta,.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border:1px solid transparent;
  border-radius:10px;
  font-weight:800;
  line-height:1.1;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.header-cta,.button-primary{
  color:#fff;
  background:linear-gradient(180deg,var(--accent-2),var(--accent));
  box-shadow:0 14px 28px rgba(255,111,29,.22);
}
.button-secondary{
  background:#fff;
  border-color:#b8c5d8;
  color:var(--ink);
  box-shadow:0 8px 18px rgba(19,40,74,.05);
}
.button:hover,.header-cta:hover{transform:translateY(-1px)}
.button-full{width:100%}
.hero{
  position:relative;
  padding:18px 0 10px;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(251,252,255,.96) 0 22%, rgba(251,252,255,.86) 42%, rgba(251,252,255,.60) 60%, rgba(251,252,255,.92) 100%),
    var(--hero-bg, url("../assets/hero-bg.webp")) center/cover no-repeat;
  pointer-events:none;
}
.hero .wrap{
  position:relative;
  z-index:1;
  width:min(calc(100% - 48px),1560px);
}
.breadcrumbs{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:22px;
  font-size:12px;
  color:#7d8ba0;
}
.breadcrumbs>*{
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.breadcrumbs>*+*::before{
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:#c8d1de;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr);
  gap:14px;
  align-items:start;
}
.hero-copy{padding-top:12px}
.hero-copy h1{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(28px,3.9vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
}
.hero-lead{
  max-width:720px;
  margin:16px 0 24px;
  color:var(--ink-soft);
  font-size:17px;
  line-height:1.54;
}
.hero-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 28px;
}
.hero-point{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#243c61;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
}
.hero-point__icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  color:var(--ink);
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-visual{
  position:relative;
  min-height:520px;
  overflow:hidden;
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#fff 0%, rgba(255,255,255,.98) 8%, rgba(255,255,255,.55) 18%, rgba(255,255,255,0) 36%),
    radial-gradient(circle at 4% 60%, rgba(255,255,255,1), rgba(255,255,255,0) 34%);
  z-index:1;
  pointer-events:none;
}
.hero-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.lead-card{
  padding:26px 20px 20px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(19,40,74,.08);
  border-radius:18px;
  box-shadow:0 20px 44px rgba(19,40,74,.12);
}
.lead-card h2{
  margin:0 0 12px;
  font-family:"Manrope",sans-serif;
  font-size:24px;
  line-height:1.18;
  letter-spacing:-.03em;
}
.lead-card p{
  margin:0 0 18px;
  color:var(--ink-soft);
  font-size:14px;
  line-height:1.6;
}
.service-hero--private-house{
  padding:18px 0 14px;
  background:#fff;
}
.service-hero--private-house::before{
  display:none;
}
.service-hero--private-house .wrap{
  width:calc(100% - 48px);
  max-width:1560px;
  margin:0 auto;
}
.service-hero--private-house .service-hero__breadcrumbs{
  position:relative;
  z-index:5;
  margin-bottom:22px;
}
.service-hero--private-house .service-hero__layout{
  position:relative;
  display:block;
  min-height:510px;
}
.service-hero--private-house .service-hero__content{
  position:relative;
  z-index:4;
  align-self:center;
  width:590px;
  max-width:38%;
  margin:0;
  padding:8px 20px 36px 0;
}
.service-hero--private-house .hero-copy h1{
  max-width:560px;
  margin:0;
  color:#082b59;
  font-size:clamp(42px,3.25vw,60px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.mobile-break{display:none}
.service-hero--private-house .service-hero__lead{
  max-width:540px;
  margin:22px 0 0;
  color:#46566d;
  font-size:18px;
  line-height:1.55;
}
.service-hero--private-house .service-hero__benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  max-width:570px;
  margin:28px 0 0;
}
.service-hero--private-house .service-hero__benefit{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:8px;
  align-items:center;
  min-width:0;
}
.service-hero--private-house .service-hero__benefit-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
}
.service-hero--private-house .service-hero__benefit-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.service-hero--private-house .service-hero__benefit-text{
  color:#183451;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
}
.service-hero--private-house .service-hero__actions{
  display:flex;
  gap:16px;
  margin-top:34px;
}
.service-hero--private-house .service-hero__actions .button{
  min-height:54px;
  padding-inline:30px;
  border-radius:7px;
}
.service-hero--private-house .service-hero__visual{
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  bottom:0;
  left:36%;
  min-height:0;
  overflow:hidden;
  border-radius:0;
}
.service-hero--private-house .service-hero__visual picture,
.service-hero--private-house .service-hero__visual img{
  display:block;
  width:100%;
  height:100%;
}
.service-hero--private-house .service-hero__visual::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0 auto 0 0;
  width:30%;
  pointer-events:none;
  background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.97) 20%,rgba(255,255,255,.72) 52%,rgba(255,255,255,.18) 82%,rgba(255,255,255,0) 100%);
}
.service-hero--private-house .service-hero__visual img{
  position:absolute;
  top:0;
  bottom:0;
  left:-8%;
  width:114%;
  max-width:none;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.service-hero--private-house .service-hero__form{
  position:absolute;
  z-index:6;
  top:16px;
  right:24px;
  width:288px;
  box-sizing:border-box;
  margin:0;
  padding:24px 22px;
  border:1px solid rgba(15,42,75,.08);
  border-radius:16px;
  background:rgba(255,255,255,.97);
  box-shadow:0 20px 50px rgba(13,39,71,.15),0 4px 14px rgba(13,39,71,.08);
  backdrop-filter:blur(5px);
}
.service-hero--private-house .service-hero__form h2{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.2;
}
.service-hero--private-house .service-hero__form p{
  margin:0 0 18px;
}
.lead-form,.cta-form{display:grid;gap:12px}
.field input,.field select,.field textarea{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border-radius:10px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  outline:none;
}
.field textarea{
  min-height:90px;
  padding:14px 16px;
  resize:vertical;
}
.field-select select{
  appearance:none;
  background-image:linear-gradient(45deg,transparent 50%, #243a5f 50%),linear-gradient(135deg,#243a5f 50%, transparent 50%);
  background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px);
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  padding-right:34px;
}
.checkbox{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#6c7d94;
  font-size:12px;
  line-height:1.45;
}
.checkbox input{
  width:16px;
  height:16px;
  margin:2px 0 0;
}
.checkbox--dark{color:rgba(255,255,255,.76)}
.section{padding:18px 0}
.section-title{
  margin:0 0 18px;
  font-family:"Manrope",sans-serif;
  font-size:clamp(30px,3.8vw,44px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.card-grid{
  display:grid;
  gap:16px;
  align-items:stretch;
}
.card-grid--six{
  grid-template-columns:repeat(6,minmax(0,1fr));
  justify-items:stretch;
}
.feature-card,.price-note-card,.price-card,.work-card,.faq-item{
  background:rgba(255,255,255,.98);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 10px 28px rgba(19,40,74,.04);
}
.feature-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  min-height:334px;
  padding:18px 16px 20px;
}
.feature-icon{
  width:100%;
  max-width:228px;
  height:182px;
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ink);
}
.feature-icon img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}
.feature-card--photo{
  min-height:338px;
}
.feature-icon--photo{
  max-width:none;
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  overflow:hidden;
  border-radius:14px;
  background:#eef2f7;
  margin:0 auto 18px;
}
.feature-icon--photo img{
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:cover;
  object-position:center;
  display:block;
}
.feature-card h3{
  margin:0 0 10px;
  min-height:40px;
  font-family:"Manrope",sans-serif;
  font-size:16px;
  line-height:1.24;
  letter-spacing:-.03em;
}
.feature-card p{
  margin:0;
  max-width:unset;
  min-height:86px;
  color:var(--ink-soft);
  font-size:14px;
  line-height:1.54;
}
.pricing-grid{
  display:grid;
  grid-template-columns:1.18fr repeat(3,1fr);
  gap:16px;
}
.price-note-card,.price-card{
  min-height:294px;
  padding:22px 22px 18px;
}
.price-note-card h3,.price-card h3{
  margin:0 0 18px;
  font-family:"Manrope",sans-serif;
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.03em;
}
.price-note-card ul,.price-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.price-note-card li,.price-card li{
  position:relative;
  padding-left:20px;
  color:var(--ink-soft);
  font-size:14px;
}
.price-note-card li::before,.price-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--accent);
  font-weight:800;
}
.price-value{
  margin-bottom:12px;
  font-size:20px;
}
.price-value strong{
  font-family:"Manrope",sans-serif;
  font-size:38px;
  line-height:1;
  letter-spacing:-.05em;
}
.price-card p{
  margin:0 0 18px;
  color:var(--ink-soft);
  font-size:14px;
  line-height:1.6;
}
.price-card{
  position:relative;
}
.price-card--featured{
  border:2px solid var(--accent);
  box-shadow:0 18px 36px rgba(255,111,29,.1);
}
.price-badge{
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  padding:6px 12px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(180deg,var(--accent-2),var(--accent));
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 18px rgba(255,111,29,.18);
}
.pricing-caption{
  margin:14px 0 0;
  text-align:center;
  color:#697a92;
  font-size:14px;
}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
}
.work-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.work-card{
  overflow:hidden;
  padding-bottom:14px;
}
.work-card img{
  width:100%;
  aspect-ratio:1.12/1;
  object-fit:cover;
  border-bottom:1px solid var(--line);
}
.work-card h3{
  margin:14px 14px 6px;
  font-family:"Manrope",sans-serif;
  font-size:16px;
  line-height:1.24;
  letter-spacing:-.03em;
}
.work-card p{
  margin:0 14px;
  color:#697a92;
  font-size:14px;
}
.works-link-wrap{
  display:flex;
  justify-content:center;
  margin-top:18px;
}
.works-link{
  color:var(--accent);
  font-size:15px;
  font-weight:800;
}
.works-link::after{
  content:"→";
  margin-left:8px;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
}
.faq-item{overflow:hidden}
.faq-question{
  width:100%;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:#fff;
  border:0;
  color:var(--ink);
  font-size:15px;
  font-weight:700;
  text-align:left;
  cursor:pointer;
}
.faq-question img{
  width:22px;
  height:22px;
  flex:0 0 auto;
  transition:transform .2s ease;
}
.faq-answer{
  max-height:0;
  overflow:hidden;
  padding:0 20px;
  color:var(--ink-soft);
  transition:max-height .22s ease,padding .22s ease;
}
.faq-answer p{margin:0;font-size:14px;line-height:1.6}
.faq-item.open .faq-answer{max-height:180px;padding:0 20px 18px}
.faq-item.open .faq-question img{transform:rotate(180deg)}
.section-cta{padding-bottom:24px}
.cta-band{
  display:grid;
  grid-template-columns:minmax(250px,.95fr) minmax(340px,1.14fr) minmax(220px,.82fr);
  gap:24px;
  align-items:start;
  padding:30px;
  color:#fff;
  background:linear-gradient(135deg,#172f52 0%, #112746 100%);
  border-radius:18px;
  box-shadow:0 24px 54px rgba(17,39,70,.18);
}
.cta-copy h2{
  margin:0 0 12px;
  font-family:"Manrope",sans-serif;
  font-size:clamp(30px,3vw,44px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.cta-copy p{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
}
.cta-contacts{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}
.cta-contacts a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
}
.cta-contacts img,.cta-benefit img{
  width:18px;
  height:18px;
}
.cta-hours{
  margin-top:12px;
  color:rgba(255,255,255,.72);
  font-size:13px;
}
.cta-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.cta-benefits{
  display:grid;
  gap:18px;
  padding-top:4px;
}
.cta-benefit{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-weight:700;
  color:rgba(255,255,255,.94);
}
.footer{padding:18px 0 36px}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr repeat(3,minmax(0,1fr));
  gap:28px;
}
.footer-brand img{height:64px}
.footer-brand-col p{
  margin:18px 0 18px;
  color:#6d7e96;
  font-size:14px;
  line-height:1.7;
}
.footer-brand-col small{color:#7c8aa0}
.footer h3{
  margin:10px 0 16px;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  letter-spacing:-.03em;
}
.footer-links{
  display:grid;
  gap:12px;
}
.footer-links a,.footer-links span{
  color:#6c7d94;
  font-size:14px;
}
.footer-links .active{color:var(--accent);font-weight:700}
.footer-social{
  display:flex;
  gap:12px;
  align-items:center;
}
.footer-social a{
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(19,40,74,.08);
}
.footer-social img{width:18px;height:18px}
@media (max-width:1220px){
  .topbar-inner{grid-template-columns:auto 1fr}
  .header-meta{grid-column:1/-1;justify-content:flex-end}
  .hero-grid{grid-template-columns:1fr 1fr}
  .lead-card{grid-column:2}
  .card-grid--six{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cta-band{grid-template-columns:1fr}
  .service-hero--private-house .service-hero__layout{
    grid-template-columns:40% 60%;
    min-height:500px;
  }
  .service-hero--private-house .service-hero__content{
    width:560px;
    max-width:40%;
    margin:0;
    padding:8px 10px 32px 0;
  }
  .service-hero--private-house .hero-copy h1{
    font-size:clamp(38px,3.5vw,52px);
  }
  .service-hero--private-house .service-hero__visual{
    left:35%;
  }
}
@media (max-width:900px){
  .wrap{width:min(calc(100% - 20px),1320px)}
  .topbar-inner{grid-template-columns:1fr;justify-items:start;padding:14px 0}
  .nav{flex-wrap:wrap;justify-content:flex-start;gap:12px 18px}
  .header-meta{justify-content:flex-start;flex-wrap:wrap}
  .header-phone{align-items:flex-start}
  .hero-grid{grid-template-columns:1fr}
  .lead-card{grid-column:auto}
  .hero-points{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card-grid--six{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pricing-grid,.work-grid,.faq-grid,.cta-form-grid,.footer-grid{grid-template-columns:1fr}
  .hero-visual{min-height:420px}
  .feature-card{
    min-height:320px;
    padding:18px 18px 22px;
  }
  .feature-card--photo{
    min-height:344px;
  }
  .feature-icon{
    max-width:242px;
    height:190px;
  }
  .feature-icon--photo{
    max-width:none;
    height:auto;
  }
  .service-hero--private-house .wrap{
    width:min(calc(100% - 20px),1320px);
  }
  .service-hero--private-house .service-hero__layout{
    min-height:460px;
    grid-template-columns:minmax(0,40%) minmax(0,60%);
  }
  .service-hero--private-house .service-hero__content{
    max-width:430px;
    margin:0;
    padding:4px 12px 24px 0;
  }
  .service-hero--private-house .hero-copy h1{
    font-size:clamp(32px,4vw,42px);
  }
  .service-hero--private-house .service-hero__lead{
    font-size:16px;
    line-height:1.5;
  }
  .service-hero--private-house .service-hero__benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:420px;
    gap:12px 14px;
  }
  .service-hero--private-house .service-hero__visual{
    left:35%;
  }
  .service-hero--private-house .service-hero__visual::before{
    width:28%;
  }
  .service-hero--private-house .service-hero__form{
    top:22px;
    right:20px;
    width:280px;
    padding:20px 18px;
  }
}
@media (max-width:560px){
  .brand img{height:48px}
  .hero-copy h1{font-size:40px}
  .hero-lead{font-size:17px}
  .hero-points{grid-template-columns:1fr}
  .card-grid--six{grid-template-columns:1fr}
  .feature-card{
    min-height:auto;
  }
  .feature-card--photo{
    min-height:auto;
  }
  .feature-icon{
    max-width:250px;
    height:210px;
  }
  .feature-icon--photo{
    max-width:none;
    height:auto;
  }
  .feature-card h3{
    min-height:0;
  }
  .feature-card p{
    min-height:0;
  }
  .hero-actions .button,.header-cta{width:100%}
  .cta-band{padding:22px 18px}
  .service-hero--private-house{padding:14px 0 10px}
  .service-hero--private-house .service-hero__layout{
    display:flex;
    min-height:auto;
    flex-direction:column;
  }
  .service-hero--private-house .service-hero__content{
    max-width:none;
    margin:0;
    padding:0;
  }
  .service-hero--private-house .hero-copy h1{
    max-width:unset;
    font-size:40px;
  }
  .service-hero--private-house .service-hero__benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:none;
  }
  .service-hero--private-house .service-hero__actions{
    flex-direction:column;
  }
  .service-hero--private-house .service-hero__actions .button{
    width:100%;
  }
  .service-hero--private-house .service-hero__visual{
    position:relative;
    order:2;
    left:auto;
    width:100%;
    height:320px;
    margin-top:28px;
    border-radius:16px;
  }
  .service-hero--private-house .service-hero__visual img{
    left:0;
    width:100%;
  }
  .service-hero--private-house .service-hero__visual::before{
    display:none;
  }
  .service-hero--private-house .service-hero__form{
    position:relative;
    order:3;
    top:auto;
    right:auto;
    width:100%;
    margin-top:16px;
  }
}
@media (max-width:650px){
  .pricing-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .price-note-card,.price-card{
    min-height:0;
    padding:18px;
    border-radius:16px;
    box-shadow:0 5px 16px rgba(8,47,99,.045);
  }
  .price-note-card h3,.price-card h3{
    margin:0;
    font-size:20px;
    line-height:1.15;
  }
  .price-value{
    margin:4px 0 0;
    font-size:18px;
    line-height:1.1;
  }
  .price-value strong{
    font-size:22px;
  }
  .price-card p{
    display:-webkit-box;
    margin:10px 0 14px;
    overflow:hidden;
    font-size:13.5px;
    line-height:1.45;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .price-note-card ul,.price-card ul{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 14px;
  }
  .price-note-card li,.price-card li{
    min-width:0;
    font-size:13px;
    line-height:1.35;
  }
  .price-badge{
    top:18px;
    right:18px;
    left:auto;
    transform:none;
    padding:6px 9px;
    border-radius:20px;
    font-size:11px;
    line-height:1;
  }
  .price-card h3{
    padding-right:116px;
  }
}

/* Mobile hero uses its own vertical flow; desktop positioning must not leak into it. */
@media (max-width:767px){
  body{
    overflow-x:visible;
  }

  .service-hero--private-house{
    overflow:visible;
  }

  .service-hero--private-house .wrap{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 16px;
    box-sizing:border-box;
  }

  .service-hero--private-house .service-hero__breadcrumbs,
  .service-hero--private-house .breadcrumbs{
    display:flex;
    width:100%;
    margin:16px 0 0;
    overflow:hidden;
    color:#7a899d;
    font-size:11px;
    white-space:nowrap;
  }

  .service-hero--private-house .breadcrumbs__current,
  .service-hero--private-house .breadcrumbs > span{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .service-hero--private-house .service-hero__layout{
    display:flex;
    flex-direction:column;
    width:100%;
    min-height:0;
    gap:0;
  }

  .service-hero--private-house .service-hero__content{
    position:relative;
    z-index:auto;
    width:100%;
    max-width:none;
    min-width:0;
    margin:0;
    padding:22px 0 0;
    transform:none;
    box-sizing:border-box;
  }

  .service-hero--private-house .hero-copy h1{
    width:100%;
    max-width:none;
    margin:20px 0 0;
    color:#082f63;
    font-size:clamp(34px,10vw,42px);
    line-height:1.06;
    letter-spacing:-.035em;
    overflow-wrap:normal;
  }

  .service-hero--private-house .hero-copy h1 br{
    display:none;
  }

  .service-hero--private-house .hero-copy h1 .mobile-break{
    display:block;
  }

  .service-hero--private-house .service-hero__lead{
    width:100%;
    max-width:none;
    margin:18px 0 0;
    color:#52667e;
    font-size:16px;
    line-height:1.5;
    white-space:normal;
  }

  .service-hero--private-house .service-hero__benefits{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 12px;
    width:100%;
    max-width:none;
    margin:24px 0 0;
  }

  .service-hero--private-house .service-hero__benefit{
    display:grid;
    grid-template-columns:28px minmax(0,1fr);
    align-items:center;
    gap:8px;
    min-width:0;
  }

  .service-hero--private-house .service-hero__benefit-icon{
    width:28px;
    height:28px;
    flex:0 0 28px;
  }

  .service-hero--private-house .service-hero__benefit-text{
    min-width:0;
    color:#082f63;
    font-size:12px;
    line-height:1.25;
    overflow-wrap:normal;
  }

  .service-hero--private-house .service-hero__actions{
    display:flex;
    flex-direction:column;
    gap:12px;
    width:100%;
    margin-top:26px;
  }

  .service-hero--private-house .service-hero__actions .button-primary{
    width:100%;
    min-height:52px;
    padding:0 18px;
    border-radius:10px;
  }

  .service-hero--private-house .service-hero__actions .button-secondary{
    width:auto;
    min-height:auto;
    align-self:center;
    padding:4px 8px;
    border:0;
    background:transparent;
    box-shadow:none;
    color:#082f63;
    text-decoration:underline;
    text-underline-offset:4px;
  }

  .service-hero--private-house .service-hero__visual{
    position:relative;
    inset:auto;
    order:2;
    width:100%;
    height:auto;
    aspect-ratio:4 / 3;
    margin-top:26px;
    overflow:hidden;
    border-radius:16px;
  }

  .service-hero--private-house .service-hero__visual::before{
    display:none;
  }

  .service-hero--private-house .service-hero__visual picture,
  .service-hero--private-house .service-hero__visual img{
    display:block;
    width:100%;
    height:100%;
  }

  .service-hero--private-house .service-hero__visual img{
    position:static;
    left:auto;
    top:auto;
    bottom:auto;
    max-width:none;
    object-fit:cover;
    object-position:52% center;
    transform:none;
  }

  .service-hero--private-house .service-hero__form{
    display:none;
  }
}

.service-includes-section{
  padding:0 0 28px;
}

.service-includes-section .section-title{
  margin:0 0 10px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.05;
  letter-spacing:-.04em;
}

.service-includes-section .cards-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.service-includes-section .service-card{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  align-items:center;
  gap:16px;
  min-height:220px;
  padding:18px 18px 18px 14px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:var(--surface);
  box-shadow:0 10px 28px rgba(21,49,91,.04);
}

.service-includes-section .service-illustration{
  display:block;
  width:100%;
  max-width:250px;
  object-fit:contain;
}

.service-includes-section .service-copy{
  display:grid;
  gap:10px;
  align-content:center;
  min-width:0;
}

.service-includes-section .service-card h3{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:17px;
  line-height:1.22;
  letter-spacing:-.035em;
}

.service-includes-section .service-card p{
  margin:0;
  color:var(--ink-soft);
  font-size:14px;
  line-height:1.55;
}

@media (max-width:1220px){
  .service-includes-section .cards-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:860px){
  .service-includes-section .cards-grid{
    grid-template-columns:1fr;
  }

  .service-includes-section .service-card{
    grid-template-columns:minmax(0,220px) minmax(0,1fr);
    min-height:auto;
  }
}

@media (max-width:650px){
  .service-includes-section .cards-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .service-includes-section .service-card{
    display:grid;
    grid-template-columns:104px minmax(0,1fr);
    gap:14px;
    min-height:128px;
    padding:12px;
    border-radius:15px;
    box-shadow:0 5px 16px rgba(8,47,99,.04);
  }

  .service-includes-section .service-illustration{
    width:104px;
    height:104px;
    max-width:none;
    align-self:center;
    overflow:hidden;
    border-radius:11px;
    padding:5px;
    background:linear-gradient(145deg,#f8fafc,#f1f5f9);
    object-fit:contain;
    object-position:center;
  }

  .service-includes-section .service-copy{
    display:flex;
    min-width:0;
    flex-direction:column;
    justify-content:center;
    padding:2px 2px 2px 0;
  }

  .service-includes-section .service-card h3{
    margin:0;
    font-size:17px;
    line-height:1.2;
  }

  .service-includes-section .service-card p{
    display:-webkit-box;
    margin:9px 0 0;
    overflow:hidden;
    font-size:13.5px;
    line-height:1.45;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
}
