:root {
  --bg: #ffffff;
  --soft: #f5f7f8;
  --text: #101820;
  --muted: #66727d;
  --line: #e4e9ed;
  --accent: #17a673;
  --accent-dark: #0e8058;
  --dark: #10231d;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(16, 35, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(228,233,237,.9);
}
.header__inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.logo__icon {
  width: 42px; height: 42px; border-radius: 13px;
  display: grid; place-items: center; color: #fff;
  font-weight: 800; background: var(--accent);
}
.logo__text { font-weight: 800; font-size: 19px; letter-spacing: -.4px; }
.logo__text span { color: var(--accent); }
.nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav a { color: #34414b; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--accent); }
.header__contacts { text-align: right; display: grid; }
.phone { font-weight: 800; font-size: 16px; }
.header__contacts span { color: var(--muted); font-size: 12px; }
.burger { display: none; border: 0; background: none; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; }

.hero { padding: 80px 0 70px; overflow: hidden; background:
  radial-gradient(circle at 85% 25%, rgba(23,166,115,.15), transparent 28%),
  linear-gradient(180deg, #fff 0%, #fbfcfc 100%);
}
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow, .section-label {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--accent-dark); font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.2px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 5.3vw, 70px); line-height: 1.04; letter-spacing: -3px; margin: 18px 0 24px; }
h1 span { color: var(--accent); }
.hero__lead { max-width: 670px; font-size: 18px; color: var(--muted); }
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.hero__chips span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; font-size: 13px; background: #fff; }

.quick-form {
  display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; padding: 12px;
  border-radius: 18px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line);
}
.quick-form label { display: grid; gap: 4px; padding: 0 8px; }
.quick-form label span { font-size: 11px; color: var(--muted); font-weight: 700; }
.quick-form input, .quick-form select {
  width: 100%; border: 0; outline: 0; background: transparent; min-height: 32px; color: var(--text);
}
.btn {
  border: 0; border-radius: 13px; padding: 15px 21px; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: var(--accent); }
.btn--primary:hover { background: var(--accent-dark); }
.btn--dark { color: #fff; background: var(--dark); }
.policy { color: #8a949d; font-size: 11px; margin: 12px 0 0; }

.hero__visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero__visual::before {
  content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%;
  background: linear-gradient(145deg, #e4f8ef, #bfead9);
}
.hero-card {
  position: relative; z-index: 2; width: min(370px, 86%);
  background: #fff; border-radius: 28px; padding: 26px; box-shadow: var(--shadow);
}
.hero-card__top { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--accent-dark); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(23,166,115,.12); }
.worker { display: flex; align-items: center; gap: 15px; margin: 24px 0; }
.worker__avatar { width: 70px; height: 70px; display: grid; place-items: center; font-size: 38px; background: var(--soft); border-radius: 20px; }
.worker strong { font-size: 20px; }
.worker p { margin: 2px 0; color: var(--muted); font-size: 12px; }
.rating { color: #f5a623; font-size: 13px; }
.rating span { color: var(--text); font-weight: 800; }
.arrival { padding: 15px; border-radius: 15px; background: var(--soft); margin-bottom: 16px; }
.arrival span { display: block; color: var(--muted); font-size: 12px; }
.arrival strong { font-size: 20px; }
.hero-card .btn { width: 100%; }
.floating-card {
  position: absolute; z-index: 3; display: flex; gap: 10px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 13px 15px; box-shadow: 0 15px 40px rgba(16,35,29,.12);
}
.floating-card > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #e8f7f1; color: var(--accent-dark); font-weight: 800; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.floating-card--one { left: 0; top: 88px; }
.floating-card--two { right: -10px; bottom: 70px; }

.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trustbar__grid div { padding: 26px; border-right: 1px solid var(--line); }
.trustbar__grid div:last-child { border-right: 0; }
.trustbar strong, .trustbar span { display: block; }
.trustbar strong { font-size: 24px; }
.trustbar span { color: var(--muted); font-size: 12px; }

.section { padding: 100px 0; }
.section--soft { background: var(--soft); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-head h2, .price-layout h2, .areas-layout h2, .cta h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -2px; max-width: 780px; margin: 10px 0 0; }
.section-head > p { max-width: 420px; color: var(--muted); margin-bottom: 5px; }
.service-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.tab { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 11px 17px; font-weight: 700; color: #4c5963; }
.tab.active { background: var(--dark); color: #fff; border-color: var(--dark); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); transition: .22s ease; background: #fff; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(16,35,29,.09); border-color: #cfd8dc; }
.service-card.hidden { display: none; }
.service-card__icon { width: 52px; height: 52px; display: grid; place-items: center; font-size: 24px; background: var(--soft); border-radius: 15px; margin-bottom: 20px; }
.service-card h3 { margin-bottom: 8px; font-size: 18px; }
.service-card p { color: var(--muted); font-size: 13px; min-height: 40px; }
.service-card > span { color: var(--accent-dark); font-weight: 800; }

.advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.advantages-grid article { padding: 28px; border-radius: var(--radius); background: #fff; }
.advantages-grid article > span { color: var(--accent); font-size: 12px; font-weight: 800; }
.advantages-grid h3 { margin: 25px 0 10px; font-size: 20px; }
.advantages-grid p { color: var(--muted); font-size: 13px; margin: 0; }

.price-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.section-copy { color: var(--muted); max-width: 500px; margin: 20px 0 28px; }
.price-list { border-top: 1px solid var(--line); }
.price-list div { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.price-list span { color: #44515b; }
.price-list strong { white-space: nowrap; }

.section--dark { background: var(--dark); color: #fff; }
.section-label--light { color: #70ddb5; }
.areas-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.areas-layout p { color: #b8c8c1; max-width: 540px; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.area-list span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: 13px; }
.map-card { position: relative; min-height: 380px; border-radius: 30px; overflow: hidden; background:
  linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
  linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), #17352c;
  background-size: 35px 35px;
}
.map-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 105px; height: 105px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); font-weight: 800; z-index: 3; box-shadow: 0 0 0 12px rgba(23,166,115,.17); }
.map-ring { position: absolute; width: 240px; height: 240px; border: 1px solid rgba(112,221,181,.22); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.map-ring--2 { width: 340px; height: 340px; }
.map-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #70ddb5; box-shadow: 0 0 0 8px rgba(112,221,181,.1); }
.map-dot--1 { top: 20%; left: 30%; }.map-dot--2 { top: 32%; right: 18%; }.map-dot--3 { bottom: 20%; left: 22%; }.map-dot--4 { bottom: 22%; right: 30%; }

.review-score { display: grid; text-align: right; }
.review-score strong { font-size: 34px; }
.review-score span { color: #f5a623; letter-spacing: 3px; }
.review-score small { color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reviews-grid article { padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); }
.review-author { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; }
.review-author > span { width: 45px; height: 45px; border-radius: 14px; display: grid; place-items: center; background: var(--soft); color: var(--accent-dark); font-weight: 800; }
.review-author strong, .review-author small { display: block; }
.review-author small { color: var(--muted); }
.reviews-grid p { color: #4b5862; font-size: 14px; margin: 0; }

.cta { padding: 75px 0; background: #dff6ed; }
.cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.cta p { color: #4e665d; }
.cta-form { background: #fff; padding: 18px; border-radius: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; box-shadow: var(--shadow); }
.cta-form input { border: 1px solid var(--line); border-radius: 12px; padding: 14px; outline: none; }
.cta-form .btn { grid-column: 1 / -1; }

.footer { background: #0c1713; color: #fff; padding: 70px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.logo--footer { margin-bottom: 20px; }
.footer p, .footer span { color: #91a39b; font-size: 13px; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer__grid strong { margin-bottom: 8px; }
.footer__grid a { color: #c8d4cf; font-size: 13px; }
.footer__bottom { color: #75867f; border-top: 1px solid rgba(255,255,255,.08); margin-top: 45px; padding-top: 22px; font-size: 12px; }

.mobile-call { display: none; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.is-open { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(5,15,12,.65); backdrop-filter: blur(6px); }
.modal__dialog { position: absolute; width: min(460px, calc(100% - 30px)); left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; border-radius: 24px; padding: 30px; }
.modal__dialog h2 { font-size: 32px; margin: 8px 0; }
.modal__dialog p { color: var(--muted); }
.modal__dialog form { display: grid; gap: 10px; margin-top: 20px; }
.modal__dialog input, .modal__dialog select { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px; outline: none; }
.modal__close { position: absolute; right: 16px; top: 12px; border: 0; background: none; font-size: 32px; color: #66727d; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 120; background: var(--dark); color: #fff; padding: 15px 18px; border-radius: 14px; box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .3s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 980px) {
  .nav { position: fixed; left: 20px; right: 20px; top: 82px; display: none; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .burger { display: block; margin-left: auto; }
  .header__contacts { display: none; }
  .hero__grid, .price-layout, .areas-layout, .cta__inner { grid-template-columns: 1fr; }
  .hero__grid { gap: 30px; }
  .hero__visual { min-height: 430px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .header__inner { min-height: 66px; }
  .hero { padding: 52px 0 45px; }
  h1 { font-size: 42px; letter-spacing: -2px; }
  .hero__lead { font-size: 16px; }
  .quick-form { grid-template-columns: 1fr; padding: 14px; }
  .quick-form label { padding: 7px 4px; border-bottom: 1px solid var(--line); }
  .floating-card--one { left: -8px; top: 55px; }
  .floating-card--two { right: -7px; bottom: 40px; }
  .hero__visual::before { width: 310px; height: 310px; }
  .trustbar__grid { grid-template-columns: 1fr 1fr; }
  .trustbar__grid div { border-bottom: 1px solid var(--line); }
  .trustbar__grid div:nth-child(2) { border-right: 0; }
  .section { padding: 70px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 16px; }
  .services-grid, .advantages-grid { grid-template-columns: 1fr; }
  .price-layout { gap: 45px; }
  .areas-layout { gap: 45px; }
  .map-card { min-height: 330px; }
  .cta-form { grid-template-columns: 1fr; }
  .cta-form .btn { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer__grid > div:first-child, .footer__grid > div:last-child { grid-column: 1 / -1; }
  .mobile-call {
    display: block; position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 14px;
    text-align: center; color: #fff; background: var(--accent); padding: 15px; border-radius: 14px;
    font-weight: 800; box-shadow: 0 12px 35px rgba(14,128,88,.35);
  }
  .footer { padding-bottom: 100px; }
  .toast { left: 14px; right: 14px; bottom: 84px; text-align: center; }
}
