:root {
  --ink: #10201b;
  --muted: #5d6a65;
  --line: #dbe4df;
  --paper: #ffffff;
  --soft: #f3f7f5;
  --green: #173f32;
  --accent: #35bfd1;
  --shadow: 0 18px 50px rgba(15, 36, 29, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.service-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
}
.brand { font-weight: 800; text-decoration: none; }
.back-link { color: #176c78; font-weight: 700; text-decoration: none; }
.service-hero {
  padding: 54px 18px 62px;
  border-bottom: 1px solid var(--line);
  background: #f5f8f6;
}
.service-hero__inner {
  display: grid;
  width: min(100%, 1160px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
}
.service-hero__media { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 6px; background: #e7ece9; box-shadow: 0 16px 42px rgba(25, 48, 39, .12); }
.service-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.service-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 22px 0;
}
.eyebrow {
  margin: 0 0 14px;
  color: #177784;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: 3.25rem; letter-spacing: 0; }
.summary { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.service-hero__actions { display: flex; width: 100%; align-items: flex-end; justify-content: space-between; gap: 26px; margin-top: 34px; padding-top: 24px; border-top: 1px solid #cad7d1; }
.price { margin: 0; }
.price span, .price strong { display: block; }
.price span { margin-bottom: 3px; color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.price strong { color: var(--ink); font-size: 1.75rem; line-height: 1.15; }
.service-hero .button { flex: 0 0 auto; background: var(--green); color: #fff; }
.button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 20px;
  border-radius: 6px;
  background: var(--accent);
  color: #08252a;
  font-weight: 800;
  text-decoration: none;
}
.service-content { width: min(100% - 36px, 980px); margin: 0 auto; padding: 72px 0 96px; }
.service-content > h2 { margin-bottom: 34px; font-size: clamp(2rem, 4vw, 3.2rem); }
.info-block { padding: 30px 0; border-top: 1px solid var(--line); }
.info-block h3 { margin-bottom: 16px; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.info-block__body { color: var(--muted); }
.info-block__body b, .info-block__body strong { color: var(--ink); }
.info-block__body a { color: #176c78; }
.crm-results { margin-top: 46px; padding: 42px 0; border-top: 1px solid var(--line); }
.crm-results__heading { max-width: 680px; }
.crm-results__heading h2, .crm-map-section__heading h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.crm-results__heading > p:last-child, .crm-map-section__heading p { margin: 0; color: var(--muted); }
.crm-results__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 32px; background: var(--line); border: 1px solid var(--line); }
.crm-results__grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.crm-stat { display: flex; min-height: 190px; padding: 30px; flex-direction: column; justify-content: center; background: var(--paper); }
.crm-stat strong { color: var(--green); font-size: clamp(3rem, 8vw, 5.6rem); line-height: 1; }
.crm-stat span { max-width: 330px; margin-top: 18px; color: var(--muted); font-weight: 700; }
.crm-results__notice { margin: 28px 0 0; padding: 18px 20px; border-left: 4px solid var(--accent); background: var(--soft); color: var(--muted); }
.crm-map-section { padding-top: 54px; border-top: 1px solid var(--line); }
.crm-map-section__heading { margin-bottom: 26px; }
.crm-map { width: 100%; height: 620px; border: 1px solid var(--line); background: var(--soft); }
.service-request { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: clamp(34px, 7vw, 96px); padding: clamp(54px, 8vw, 92px) max(18px, calc((100% - 1120px) / 2)); background: var(--soft); }
.service-request__intro { align-self: center; }
.service-request__intro h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.2rem); }
.service-request__intro > p:not(.eyebrow) { margin: 0 0 22px; color: var(--muted); }
.service-request__intro > a { color: #176c78; font-weight: 800; text-decoration: none; }
.service-request__panel { align-self: center; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.service-request__form { display: grid; gap: 18px; }
.service-request__form label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .86rem; font-weight: 800; }
.service-request__form input[type="text"], .service-request__form input[type="tel"], .service-request__form input[type="email"], .service-request__form input:not([type]) { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #cbd8d2; border-radius: 6px; background: #fff; color: var(--ink); font: inherit; }
.service-request__form input:focus { border-color: #168e9d; box-shadow: 0 0 0 3px rgba(53,191,209,.18); outline: none; }
.service-request__form .button { justify-content: center; border: 0; font: 800 1rem Arial,sans-serif; cursor: pointer; }
.service-request__consent { display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 9px; align-items: start; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.service-request__consent input { width: 18px; height: 18px; margin: 1px 0 0; }
.service-request__consent span { margin: 0!important; font-size: inherit!important; font-weight: 400!important; }
.service-request__consent a { color: #176c78; }
.service-request__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.service-request__error { margin-bottom: 16px; padding: 12px 14px; border-left: 4px solid #ba3232; background: #fff1f1; color: #8e2424; }
.service-request__success { padding: 20px; border-left: 4px solid #228457; background: #eefaf4; }
.service-request__success strong { font-size: 1.25rem; }
.service-request__success p { margin: 7px 0 0; color: var(--muted); }
.tariff-builder { width: min(100% - 36px, 1120px); margin: 0 auto; padding: 12px 0 96px; }
.tariff-builder__heading { max-width: 760px; margin-bottom: 42px; }
.tariff-builder__heading h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.2rem); }
.tariff-builder__heading > p:last-child { margin: 0; color: var(--muted); }
.tariff-group { margin: 0; padding: 34px 0; border: 0; border-top: 1px solid var(--line); }
.tariff-group legend { width: 100%; padding: 0 0 22px; color: var(--ink); font-size: 1.2rem; font-weight: 800; }
.tariff-group legend > span { display: inline-grid; width: 30px; height: 30px; margin-right: 10px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: .85rem; }
.tariff-group legend small { color: var(--muted); font-size: .8rem; font-weight: 400; }
.tariff-options { display: grid; gap: 12px; }
.tariff-options--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tariff-options--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tariff-options--extras { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tariff-option { position: relative; display: grid; min-height: 104px; grid-template-columns: 24px minmax(0, 1fr); gap: 13px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; transition: border-color .18s, box-shadow .18s, background .18s; }
.tariff-option:hover { border-color: #91ada3; }
.tariff-option:has(input:checked) { border-color: var(--green); background: var(--soft); box-shadow: 0 0 0 1px var(--green); }
.tariff-option input { position: absolute; opacity: 0; pointer-events: none; }
.tariff-option__mark { width: 22px; height: 22px; border: 2px solid #9cada6; border-radius: 50%; background: #fff; }
.tariff-option input[type="checkbox"] + .tariff-option__mark { border-radius: 5px; }
.tariff-option input:checked + .tariff-option__mark { border: 6px solid var(--green); }
.tariff-option input[type="checkbox"]:checked + .tariff-option__mark { border-width: 2px; background: var(--green); box-shadow: inset 0 0 0 4px var(--green); }
.tariff-option input:focus-visible + .tariff-option__mark { outline: 3px solid rgba(53,191,209,.32); outline-offset: 3px; }
.tariff-option__body strong, .tariff-option__body small { display: block; }
.tariff-option__body strong { line-height: 1.25; }
.tariff-option__body small { margin-top: 7px; color: var(--muted); line-height: 1.4; }
.tariff-option__body small b { color: var(--green); }
.tariff-option--compact { min-height: 88px; }
.tariff-option--extra { min-height: 118px; }
.tariff-counter { display: flex; min-height: 118px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; }
.tariff-counter strong, .tariff-counter small { display: block; }
.tariff-counter small { margin-top: 7px; color: var(--muted); }
.tariff-counter__control { display: grid; flex: 0 0 auto; grid-template-columns: 38px 42px 38px; align-items: center; text-align: center; }
.tariff-counter__control button { width: 38px; height: 38px; border: 1px solid #b8c9c1; border-radius: 6px; background: #fff; color: var(--green); font-size: 1.35rem; cursor: pointer; }
.tariff-counter__control output { font-weight: 800; }
.tariff-total { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 28px 30px; border-radius: 8px; background: var(--green); color: #fff; }
.tariff-total span, .tariff-total small { display: block; color: rgba(255,255,255,.7); }
.tariff-total strong { display: inline-block; margin: 4px 8px 0 0; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1; }
.tariff-total small { display: inline; }
.service-footer { padding: 24px 18px; background: #0d1c17; color: rgba(255,255,255,.75); text-align: center; }
@media (max-width: 820px) {
  .service-hero { padding-top: 34px; }
  .service-hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .service-hero__content { padding: 0; }
  h1 { font-size: 2.55rem; }
  .service-hero__media { width: 100%; max-height: 460px; }
  .service-content { padding-top: 52px; }
  .service-request { grid-template-columns: 1fr; }
  .tariff-options--three, .tariff-options--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crm-results__grid--three { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .service-header { align-items: flex-start; flex-direction: column; gap: 2px; }
  .service-hero { padding: 28px 18px 42px; }
  h1 { font-size: 2.15rem; }
  .service-hero__actions { align-items: stretch; flex-direction: column; }
  .service-hero__actions .button { justify-content: center; }
  .service-hero__media { aspect-ratio: 4 / 3; }
  .crm-results__grid { grid-template-columns: 1fr; }
  .crm-stat { min-height: 150px; }
  .crm-map { height: 480px; }
  .tariff-options--three, .tariff-options--four, .tariff-options--extras { grid-template-columns: 1fr; }
  .tariff-total { align-items: stretch; flex-direction: column; }
  .tariff-total .button { justify-content: center; }
}
