/* ── BREADCRUMBS ─────────────────────────────── */
.crumbs {
  background: var(--bg-section);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  font-size: 13px;
  color: var(--ink-mid);
}
.crumbs a { color: var(--ink-mid); text-decoration: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs .sep { margin: 0 8px; color: var(--ink-dim); }
.crumbs .current { color: var(--ink); font-weight: 600; }

.btn-sm { padding: 10px 16px; font-size: 13px; }

/* ── SECTION COMMONS ─────────────────────── */
.section-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px;
}
.section-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--accent); flex-shrink: 0; }
.section-title {
  font-family: var(--display);
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 700; line-height: 1.06;
  text-transform: uppercase; letter-spacing: -0.01em;
}
.section-title .accent { color: var(--accent); }
.section-sub {
  margin-top: 16px;
  font-size: 16px;
  color: var(--ink-mid);
  max-width: 640px;
  line-height: 1.6;
}
.section-head { margin-bottom: 40px; }

/* ── HERO ─────────────────────────────────── */
.hero {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  padding: 64px 0 80px;
}
.hero::before {
  content: none;
}
.hero-inner { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}

.hero-index {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.hero-index::before {
  content: ''; width: 24px; height: 1px;
  background: rgba(255,255,255,0.3);
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  background: rgba(217,64,64,0.12);
  border: 1px solid rgba(217,64,64,0.4);
  color: #ff8080;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-eyebrow::before {
  content: '!'; width: 18px; height: 18px;
  background: var(--danger); color: #fff;
  display: grid; place-items: center;
  font-weight: 700; font-size: 12px;
  border-radius: 2px;
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
}
.hero h1 .mark { color: var(--accent); }

.hero-lead {
  font-size: 17px;
  color: rgba(255,255,255,0.72);
  margin-bottom: 32px;
  line-height: 1.6;
  max-width: 560px;
}
.hero-lead strong { color: #fff; font-weight: 600; }

.hero-offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 32px;
}
.hero-offers--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: calc(100% * 2 / 3);
}
.hero-offer {
  padding: 18px 18px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.hero-offer:last-child { border-right: none; }
.hero-offer-val {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.hero-offer-label {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* HERO LEAD FORM */
.lead-form {
  background: var(--bg-card);
  border: 1.5px solid var(--border-strong);
  padding: 28px;
  position: relative;
}
.lead-form::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--accent);
}
.lead-form-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.lead-form-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1.1;
}
.lead-form-sub {
  font-size: 13px;
  color: var(--ink-dim);
  margin-bottom: 20px;
  line-height: 1.5;
}
.lead-form .form-field,
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  background: var(--bg);
  border: 1.5px solid var(--border);
  color: var(--ink);
  padding: 12px 14px;
  font-family: var(--body);
  font-size: 14px;
  margin-bottom: 8px;
  outline: none;
  transition: border-color 0.15s;
  border-radius: 0;
  appearance: none;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus { border-color: var(--accent); }
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: var(--ink-dim); }
.lead-form textarea { resize: vertical; min-height: 70px; font-family: var(--body); }
.lead-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238a877f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.lead-form-trust {
  display: flex; align-items: center; gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--ink-mid);
}
.lead-form-trust::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(30,138,76,0.2);
  animation: blink 2s infinite;
  flex-shrink: 0;
}
.lead-form-fine {
  font-size: 10px;
  color: var(--ink-dim);
  margin-top: 8px;
  line-height: 1.4;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 12px;
  color: var(--ink-mid);
  font-size: 12px;
  line-height: 1.35;
}

.lead-form .form-consent {
  margin-top: 2px;
}

.form-consent input,
.lead-form .form-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 1px 0 0;
  padding: 0;
  border: 1.5px solid var(--border-strong);
  border-radius: 2px;
  background: var(--bg);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.form-consent input:checked,
.lead-form .form-consent input:checked {
  border-color: var(--accent);
  background-color: var(--accent);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5L5 9L12.5 1.5' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.form-consent input:focus-visible,
.lead-form .form-consent input:focus-visible {
  outline: 2px solid rgba(255,102,16,0.28);
  outline-offset: 2px;
}

.form-consent a {
  color: inherit;
  text-underline-offset: 3px;
}

@media (min-width: 821px) {
  .lead-form .form-consent {
    align-items: center;
  }
}

/* ── SERVICES ─────────────────────────────── */
.services {
  padding: 80px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
}
.services .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1.5px solid var(--border-strong);
}
.service-card {
  border-right: 1.5px solid var(--border-strong);
  padding: 28px 22px 24px;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: background 0.18s;
  min-height: 260px;
  background: var(--bg-card);
  overflow: hidden;
}
.service-card:last-child { border-right: none; }
.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.service-card:hover { background: var(--accent-lt); }
.service-card:hover::after { transform: scaleX(1); }
.service-card.featured {
  background: #1e2f40;
  color: #fff;
  border-right-color: #253649;
}
.service-card.featured::after { background: var(--accent); }
.service-card.featured:hover { background: #253649; }
.service-card.featured .service-num {
  color: rgba(255,255,255,0.35);
}
.service-card.featured .service-desc {
  color: rgba(255,255,255,0.72);
}
.service-card.featured .service-price {
  color: var(--accent);
  font-size: 17px;
}
.service-card.featured .service-link {
  color: rgba(255,255,255,0.85);
  border-top-color: rgba(255,255,255,0.18);
}
.featured-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  padding: 3px 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
}
.service-num {
  font-family: var(--display);
  font-size: 11px;
  color: var(--ink-dim);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.service-name {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  flex: 1;
}
.service-desc {
  font-size: 13px;
  color: var(--ink-dim);
  line-height: 1.5;
}
.service-price {
  font-family: var(--display);
  font-size: 15px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.01em;
}
.service-link {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid var(--border);
  transition: color 0.15s, gap 0.15s;
}
.service-card:hover .service-link {
  color: var(--accent);
  gap: 10px;
}

/* ── MASTER MODAL ─────────────────────────── */
.master-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(17,17,16,0.56);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.master-modal[hidden] { display: none; }
.master-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.master-modal-panel {
  position: relative;
  width: min(460px, 100%);
  max-height: min(92vh, 720px);
  overflow-y: auto;
  background: var(--bg-card);
  border-top: 4px solid var(--accent);
  box-shadow: 0 28px 80px rgba(0,0,0,0.28);
  padding: 40px 32px 30px;
  transform: translateY(12px);
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
.master-modal.open .master-modal-panel { transform: translateY(0); }
.master-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--border);
  background: var(--bg-card);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.master-modal-eyebrow {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.master-modal-title {
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}
.master-modal-sub {
  margin-bottom: 22px;
  color: var(--ink-mid);
  font-size: 14px;
  line-height: 1.45;
}
.master-modal-form .form-field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px 15px;
  min-height: 46px;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 0;
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.3;
  outline: none;
  appearance: none;
  transition: border-color 0.15s;
}
.master-modal-form .form-field:focus {
  border-color: var(--accent);
}
.master-modal-form .form-field::placeholder {
  color: var(--ink-dim);
}
.master-modal-form textarea.form-field {
  min-height: 78px;
  resize: vertical;
}
.master-modal-select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink-dim) 50%),
    linear-gradient(135deg, var(--ink-dim) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 20px,
    calc(100% - 14px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.master-modal-submit {
  margin: 10px 0 14px;
  min-height: 50px;
  font-size: 15px;
}
.master-modal-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  color: var(--ink-mid);
  font-size: 13px;
}
.master-modal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(30,138,76,0.18);
  flex: 0 0 auto;
  animation: blink 2s infinite;
}
.master-modal-fine {
  margin-top: 10px;
  color: var(--ink-dim);
  font-size: 11px;
  line-height: 1.45;
}
.success-modal-panel {
  max-height: min(92vh, 720px);
}
.success-modal-title {
  margin-bottom: 8px;
  line-height: 1.05;
}
.success-modal-sub {
  margin-bottom: 18px;
}
.success-modal-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px 15px;
  background: rgba(30,138,76,0.1);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}
.success-modal-note strong {
  font-weight: 700;
}
.success-modal-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: var(--ok);
  color: #fff;
}
.success-modal-check svg {
  width: 20px;
  height: 20px;
}
.success-modal-after {
  margin-bottom: 18px;
  color: var(--ink-mid);
  font-size: 13px;
  line-height: 1.45;
}
.success-modal-primary,
.success-modal-call {
  min-height: 50px;
  font-size: 15px;
}
.success-modal-call {
  margin-top: 10px;
  border-color: var(--accent);
  color: var(--accent);
}
.success-modal-fine {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 11px;
}
.success-modal-fine a {
  color: inherit;
  text-underline-offset: 3px;
}
/* ── SYMPTOMS ─────────────────────────────── */
.symptoms {
  padding: 80px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
}
.symptoms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1.5px solid var(--border-strong);
}
.symptom {
  background: var(--bg-card);
  border-right: 1.5px solid var(--border-strong);
  border-bottom: 1.5px solid var(--border-strong);
  padding: 24px;
  display: flex; gap: 14px;
  align-items: flex-start;
}
.symptom:nth-child(3n) { border-right: none; }
.symptom:nth-last-child(-n+3) { border-bottom: none; }
.symptom-mark {
  width: 36px; height: 36px;
  background: rgba(217,64,64,0.08);
  border: 1.5px solid rgba(217,64,64,0.35);
  color: var(--danger);
  display: grid; place-items: center;
  font-weight: 700;
  font-family: var(--display);
  font-size: 14px;
  flex-shrink: 0;
}
.symptom-text { font-size: 14px; color: var(--ink-mid); line-height: 1.5; }
.symptom-text strong {
  display: block;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}
.symptoms-cta {
  margin-top: 32px;
  padding: 24px 28px;
  background: var(--navy);
  display: flex; justify-content: space-between;
  align-items: center; gap: 24px;
  flex-wrap: wrap;
  border-left: 4px solid var(--accent);
}
.symptoms-cta-text {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  color: #fff;
}
.symptoms-cta-text span { color: var(--accent); display: block; }

/* ── SCOPE ────────────────────────────────── */
.scope {
  padding: 80px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1.5px solid var(--border-strong);
  margin-top: 32px;
  background: var(--bg-card);
}
.scope-item {
  padding: 28px;
  display: flex; gap: 20px;
  border-right: 1.5px solid var(--border-strong);
  border-bottom: 1.5px solid var(--border-strong);
}
.scope-item:nth-child(2n) { border-right: none; }
.scope-item:nth-last-child(-n+2) { border-bottom: none; }
.scope-num {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
  min-width: 50px;
  letter-spacing: -0.02em;
}
.scope-title {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
.scope-desc { font-size: 14px; color: var(--ink-mid); line-height: 1.55; }

/* ── BRANDS STRIP ─────────────────────────── */
.brands {
  padding: 0;
  background: var(--bg-section);
  border-top: 1.5px solid var(--border-strong);
  border-bottom: 1.5px solid var(--border-strong);
}
.brands-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.brands-label-wrap {
  padding: 24px 28px;
  border-right: 1.5px solid var(--border-strong);
}
.brands-label {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink-dim);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.brands-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.brand-item {
  min-width: 0;
  padding: 24px 20px;
  text-align: center;
  border-right: 1.5px solid var(--border-strong);
  transition: background 0.15s;
}
.brand-item:last-child { border-right: none; }
.brand-item:hover { background: var(--accent-lt); }
.brand-icon { display: none; }
.brand-name {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.brand-sub {
  margin-top: 3px;
  color: var(--ink-dim);
  font-size: 11px;
}
.brands-note {
  display: none;
}

/* ── PRICE ────────────────────────────────── */
.price {
  padding: 80px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
}
.price-table {
  margin-top: 32px;
  border: 1.5px solid var(--border-strong);
  background: var(--bg-card);
}
.price-row {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr auto;
  gap: 16px;
  padding: 18px 24px;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.price-row:last-child { border-bottom: none; }
.price-row:hover:not(.price-header) { background: var(--bg); }
.price-header {
  background: var(--bg-section);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mid);
  padding: 12px 24px;
  border-bottom: 1.5px solid var(--border-strong);
}
.price-service {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
}
.price-service small {
  display: block;
  font-size: 12px;
  color: var(--ink-dim);
  font-weight: 400;
  margin-top: 3px;
  line-height: 1.4;
}
.price-time {
  font-size: 13px;
  color: var(--ink-mid);
  letter-spacing: 0.02em;
}
.price-value {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
}
.price-note {
  margin-top: 20px;
  padding: 14px 18px;
  background: var(--accent-lt);
  border-left: 3px solid var(--accent);
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.6;
}
.price-note strong { color: var(--ink); font-weight: 600; }

.service-prices .config-tabs {
  display: none;
}
.service-prices .config-list-head {
  padding-top: 28px;
}

/* ── TRUST BAR ─────────────────────────── */
.trust {
  padding: 64px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1.5px solid var(--border-strong);
  background: var(--bg-card);
}
.trust-item {
  padding: 28px;
  border-right: 1.5px solid var(--border-strong);
  display: flex; gap: 16px;
  align-items: flex-start;
}
.trust-item:last-child { border-right: none; }
.trust-icon {
  width: 44px; height: 44px;
  border: 1.5px solid var(--border-strong);
  background: var(--bg);
  display: grid; place-items: center;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
}
.trust-title {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.trust-desc { font-size: 13px; color: var(--ink-mid); line-height: 1.55; }

/* ── PROCESS / WHY ───────────────────────── */
.process {
  padding: 80px 0;
  background: #f0ede5;
  border-top: 1.5px solid var(--border-strong);
  border-bottom: 1.5px solid var(--border-strong);
}
.process .section-eyebrow { color: var(--accent); }
.process .section-title { color: var(--ink); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 48px;
  position: relative;
  border: 1.5px solid var(--border-strong);
  background: var(--bg-card);
}
.process-step {
  padding: 28px 22px;
  border-right: 1.5px solid var(--border-strong);
  position: relative;
  background: var(--bg-card);
}
.process-step:last-child { border-right: none; }
.process-num {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.process-title {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.1;
}
.process-desc {
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.6;
}
.process-cta {
  margin-top: 32px;
  text-align: center;
}
.why {
  padding: 80px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 40px;
  border: 1.5px solid var(--border-strong);
}
.why-item {
  padding: 32px 24px;
  border-right: 1.5px solid var(--border-strong);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.why-item:last-child { border-right: none; }
.why-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--accent);
  flex-shrink: 0;
}
.why-icon img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
}
.why-title {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.why-desc {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.6;
}

/* ── GALLERY ──────────────────────────────── */
.gallery {
  padding: 80px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 10px;
  margin-top: 40px;
}
.gallery-item {
  background: var(--bg-section);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-link {
  color: inherit;
  cursor: zoom-in;
  text-decoration: none;
}
.gallery-link:hover .gallery-img {
  transform: scale(1.035);
}
.gallery-item:first-child {
  grid-row: 1 / 3;
}
.gallery-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), filter 0.28s ease;
}
.gallery-link--more::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(17, 17, 16, 0.52);
}
.gallery-more {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}
.gallery-more-plus {
  font-size: 32px;
  transform: translateY(-1px);
}
.gallery-hidden-link {
  display: none;
}

/* ── CASES ─────────────────────────────────── */
.cases {
  padding: 80px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.case {
  background: var(--bg-card);
  border: 1.5px solid var(--border-strong);
  overflow: hidden;
  transition: border-color 0.2s;
}
.case:hover { border-color: var(--accent); }
.case-photo {
  height: 180px;
  background:
    linear-gradient(135deg, var(--bg-section) 0%, var(--bg) 100%),
    repeating-linear-gradient(45deg, transparent 0, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
  display: grid; place-items: center;
  color: var(--ink-dim);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1.5px solid var(--border-strong);
}
.case-body { padding: 22px 24px 24px; }
.case-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.case-title {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.case-desc {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.55;
  margin-bottom: 16px;
}
.case-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.case-meta-label {
  font-size: 10px;
  color: var(--ink-dim);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  font-weight: 600;
}
.case-meta-value {
  font-family: var(--display);
  font-size: 15px;
  color: var(--ink);
  font-weight: 700;
}

/* ── FLEET OFFER ───────────────────────────── */
.fleet-offer {
  padding: 80px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.fleet-offer-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 46px;
  border: 1.5px solid var(--border-strong);
  border-radius: 14px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 44px rgba(32, 28, 22, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: 48px;
  align-items: center;
}
.fleet-offer-main {
  min-width: 0;
}
.fleet-offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 16px;
  margin-bottom: 24px;
  background: var(--ink);
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.fleet-offer-title {
  max-width: 640px;
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.06;
  text-transform: uppercase;
  letter-spacing: 0;
}
.fleet-offer-title span {
  color: var(--accent);
}
.fleet-offer-text {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--ink-mid);
  font-size: 18px;
  line-height: 1.55;
}
.fleet-offer-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.fleet-offer-benefit {
  min-height: 64px;
  padding: 12px 10px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: rgba(255,255,255,0.72);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-mid);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  min-width: 0;
}
.fleet-offer-benefit svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  color: var(--accent);
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fleet-offer-benefit span {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.fleet-offer-actions {
  min-width: 0;
  padding-left: 48px;
  border-left: 1.5px solid var(--border);
  display: grid;
  gap: 20px;
}
.fleet-offer-actions p {
  max-width: 360px;
  color: var(--ink-mid);
  font-size: 18px;
  line-height: 1.55;
}
.fleet-offer-primary,
.fleet-offer-secondary {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}
.fleet-offer-secondary {
  border: 1.5px solid var(--accent);
  background: transparent;
  color: var(--accent);
}
.fleet-offer-secondary:hover {
  background: var(--accent-lt);
}

/* ── FAQ ───────────────────────────────────── */
.faq {
  padding: 80px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.faq .section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.faq .section-eyebrow {
  justify-content: center;
}
.faq-wrap {
  max-width: 820px;
  margin: 32px auto 0;
  border: 1.5px solid var(--border-strong);
  background: var(--bg-card);
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--ink);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding: 22px 60px 22px 24px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.faq-q::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 400;
  color: var(--accent);
  transition: transform 0.2s;
  line-height: 1;
}
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.65;
  padding: 0 24px;
}
.faq-a a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.faq-a a:hover {
  color: var(--accent-dark);
}
.faq-item.open .faq-a {
  max-height: 600px;
  padding: 0 24px 24px;
}

/* ── FINAL CTA ───────────────────────────── */
.final-cta {
  padding: 80px 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.final-cta-inner {
  position: relative;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.final-cta .section-eyebrow {
  justify-content: center;
  color: var(--accent);
}
.final-cta h2 {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 18px;
}
.final-cta h2 span { color: var(--accent); }
.final-cta p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
  line-height: 1.6;
}
.final-cta-buttons {
  display: flex; gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.final-cta-buttons .btn { padding: 16px 26px; font-size: 15px; }

/* ── CONTACTS ────────────────────────────── */
.contact {
  padding: 88px 0;
  background: var(--bg-card);
}
.contact-page .section-eyebrow {
  margin-top: 0;
  line-height: 1.2;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 56px;
  align-items: stretch;
}
.contact-intro {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.55;
  margin-top: 16px;
  margin-bottom: 28px;
  max-width: 460px;
}
.contact-intro strong {
  color: var(--ink);
  font-weight: 600;
}
.contact-data {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
.contact-row {
  min-height: 88px;
  padding: 14px 18px;
  border: 1px solid rgba(195, 188, 178, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  box-shadow: 0 12px 32px rgba(32, 28, 22, 0.04);
}
.contact-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(195, 188, 178, 0.72);
  border-radius: 8px;
  background: var(--bg-card);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.contact-icon svg,
.contact-map-action svg,
.contact-map-note svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-row-content {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.contact-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.contact-value {
  font-family: var(--display);
  font-size: 20px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.contact-value--compact {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}
.contact-value:hover { color: var(--accent); }
.contact-socials {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.contact-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid rgba(195, 188, 178, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
  flex: 1;
}
.contact-social:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}
.contact-social img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}
.contact-map-wrap {
  margin-top: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-map-card {
  border: 1px solid rgba(195, 188, 178, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(32, 28, 22, 0.06);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.contact-map {
  background: var(--bg-section);
  min-height: 500px;
  flex: 1 1 auto;
  display: block;
  color: var(--ink-dim);
  position: relative;
  overflow: hidden;
}
.contact-map iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}
.contact-map-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid rgba(195, 188, 178, 0.72);
}
.contact-map-action {
  min-height: 58px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.contact-map-action:hover { transform: translateY(-1px); }
.contact-map-action--route {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  box-shadow: 0 12px 28px rgba(249, 110, 16, 0.22);
}
.contact-map-action--route:hover {
  background: var(--accent-dk);
  border-color: var(--accent-dk);
}
.contact-map-action--call {
  background: #fff;
  border: 1px solid rgba(161, 153, 142, 0.78);
  color: var(--ink);
}
.contact-map-action--call svg { color: var(--accent); }
.contact-map-action--call:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.contact-map-note {
  display: none;
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(195, 188, 178, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink-mid);
  font-size: 15px;
  line-height: 1.4;
  align-items: center;
  gap: 12px;
}
.contact-map-note svg {
  width: 24px;
  height: 24px;
  color: var(--ink-dim);
  flex: 0 0 auto;
}

/* ── FOOTER ──────────────────────────────── */
.footer {
  padding: 0;
  background: var(--bg);
  border-top: 1.5px solid rgba(200, 196, 188, 0.72);
}
.footer-panel {
  padding: 56px 18px 0;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) minmax(240px, 0.9fr) minmax(280px, 1fr);
  gap: 52px;
  align-items: start;
}
.footer-brand,
.footer-services,
.footer-contacts { min-width: 0; }
.footer-services,
.footer-contacts {
  padding-left: 42px;
  border-left: 1.5px solid rgba(200, 196, 188, 0.78);
}
.footer-logo {
  display: inline-flex;
  width: 210px;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(17, 17, 16, 0.08);
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-brand-text {
  margin-top: 20px;
  max-width: 310px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.footer-location {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--ink-mid);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.footer-location svg,
.footer-contact-row svg,
.footer-action svg {
  flex: 0 0 auto;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-location svg {
  width: 24px;
  height: 24px;
  fill: var(--accent);
  stroke: none;
}
.footer-location svg circle { fill: #fff; }
.footer-rating {
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ink-mid);
  font-size: 16px;
  line-height: 1.2;
}
.footer-yandex-logo {
  display: block;
  width: 58px;
  height: auto;
  flex: 0 0 auto;
}
.footer-rating-score {
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}
.footer-stars {
  color: var(--accent);
  letter-spacing: 0.07em;
  font-size: 15px;
  white-space: nowrap;
}
.footer-rating-note { white-space: nowrap; }
.footer-title {
  position: relative;
  margin: 0 0 36px;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--ink);
}
.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 42px;
  height: 2px;
  background: var(--accent);
}
.footer-services a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  border-bottom: 1px solid rgba(200, 196, 188, 0.82);
  color: var(--ink);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.footer-services a span {
  color: var(--accent);
  font-size: 32px;
  line-height: 0.8;
  transition: transform 0.18s ease;
}
.footer-services a:hover {
  color: var(--accent);
  border-color: rgba(249, 110, 16, 0.42);
}
.footer-services a:hover span { transform: translateX(3px); }
.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  color: var(--ink);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}
.footer-contact-row:first-of-type { margin-top: 14px; }
.footer-title + .footer-contact-row { margin-top: 0; }
.footer-contact-row svg {
  width: 21px;
  height: 21px;
}
.footer-contact-row--phone {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
}
.footer-actions {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}
.footer-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 20px;
  border: 1.5px solid var(--accent);
  border-radius: 6px;
  color: var(--accent);
  background: transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.footer-action svg {
  width: 18px;
  height: 18px;
}
.footer-action--primary {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 14px 28px rgba(249, 110, 16, 0.22);
}
.footer-action:hover { transform: translateY(-1px); }
.footer-action--primary:hover {
  background: var(--accent-dk);
  border-color: var(--accent-dk);
  box-shadow: 0 18px 34px rgba(249, 110, 16, 0.28);
}
.footer-action--outline:hover {
  color: #fff;
  background: var(--accent);
}
.footer-bottom {
  margin-top: 42px;
  padding: 20px 0;
  border-top: 1.5px solid rgba(200, 196, 188, 0.82);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink-mid);
  font-size: 14px;
  line-height: 1.4;
}
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-bottom a:hover { color: var(--accent); }

.legal-page {
  background: var(--bg);
}

.legal-hero {
  padding: 54px 0 18px;
}

.legal-hero .section-title {
  max-width: 880px;
}

.legal-hero .section-sub {
  max-width: 620px;
}

.legal-section {
  padding: 0 0 86px;
}

.legal-document {
  max-width: 980px;
  padding: 42px 48px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 20, 24, .06);
}

.legal-document pre {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.72;
  color: var(--text);
}

@media (max-width: 700px) {
  .legal-hero {
    padding: 34px 0 14px;
  }

  .legal-section {
    padding-bottom: 48px;
  }

  .legal-document {
    padding: 24px 18px;
  }

  .legal-document pre {
    font-size: 13px;
    line-height: 1.65;
  }
}

/* ── MOBILE CTA ───────────────────────────── */
.mobile-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 90;
  background: rgba(246,244,240,0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1.5px solid rgba(176,170,160,0.5);
  padding: 10px 12px;
  gap: 8px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  opacity: 0;
  transform: translateY(110%);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mobile-cta .btn { flex: 1; padding: 14px 10px; font-size: 14px; }
.phone-action-icon { width: 14px; height: 14px; flex: 0 0 auto; }
.btn-call-menu, .btn-mobile-call { display: flex; align-items: center; justify-content: center; gap: 8px; }
.btn-call-menu .phone-action-icon, .btn-mobile-call .phone-action-icon { color: #d83870; }

/* ── RESPONSIVE ────────────────────────────── */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card:nth-child(3) { border-right: none; }
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    border-top: 1.5px solid var(--border-strong);
  }
  .symptoms-grid, .cases-grid { grid-template-columns: repeat(2, 1fr); }
  .symptom:nth-child(3n) { border-right: 1.5px solid var(--border-strong); }
  .symptom:nth-child(2n) { border-right: none; }
  .symptom:nth-last-child(-n+3) { border-bottom: 1.5px solid var(--border-strong); }
  .symptom:nth-last-child(-n+2) { border-bottom: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(n+3) { border-top: 1.5px solid var(--border-strong); }
  .brands-inner { grid-template-columns: 1fr; }
  .brands-label-wrap {
    border-right: none;
    border-bottom: 1.5px solid var(--border-strong);
  }
  .brands-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .process-steps { grid-template-columns: repeat(3, 1fr); }
  .price-row { grid-template-columns: 2fr 1fr auto; }
  .price-time { display: none; }
  .fleet-offer-card {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 760px;
  }
  .fleet-offer-title {
    font-size: clamp(26px, 3.4vw, 44px);
  }
  .fleet-offer-actions {
    padding-left: 0;
    padding-top: 30px;
    border-left: 0;
    border-top: 1.5px solid var(--border);
  }
  .fleet-offer-actions p {
    max-width: none;
  }
  .contact-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 36px;
  }
  .footer-panel {
    padding: 46px 10px 0;
  }
  .footer-main {
    grid-template-columns: minmax(240px, 0.9fr) minmax(220px, 0.82fr) minmax(250px, 0.9fr);
    gap: 30px;
  }
  .footer-services,
  .footer-contacts {
    padding-left: 24px;
  }
  .footer-logo {
    width: 190px;
  }
  .footer-contact-row--phone {
    font-size: 21px;
  }
}

@media (max-width: 820px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-right: 1.5px solid var(--border-strong); }
  .service-card:nth-child(2n) { border-right: none; }
  .service-card:nth-child(n+3) {
    border-top: 1.5px solid var(--border-strong);
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
  .contact-map-wrap {
    min-height: 0;
    display: block;
    margin-top: 0;
  }
  .contact-map-card {
    min-height: 0;
    display: block;
  }
  .contact-map {
    height: 380px;
    min-height: 0;
    flex: none;
  }
  .contact-map-note { display: flex; }
  .footer {
    padding: 0;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-services,
  .footer-contacts {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1.5px solid rgba(200, 196, 188, 0.82);
  }
  .footer-bottom {
    margin-top: 30px;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-bottom-links {
    justify-content: flex-start;
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-item:nth-child(2) {
    border-right: none;
  }
  .why-item:nth-child(n+3) {
    border-top: 1.5px solid var(--border-strong);
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 160px 160px;
  }
  .gallery-item:first-child {
    grid-row: auto;
  }
  .fleet-offer-card {
    padding: 38px 34px;
  }
  .fleet-offer-title {
    font-size: clamp(26px, 3.4vw, 44px);
  }
  .fleet-offer-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container { padding: 0 16px; }

  .hero { padding: 40px 0 56px; }
  .hero-eyebrow { font-size: 10px; }
  .hero h1 { margin-bottom: 16px; }
  .hero-lead { font-size: 15px; margin-bottom: 24px; }
  .hero-offers { grid-template-columns: 1fr; }
  .hero-offers--two { max-width: none; }
  .hero-offer { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .hero-offer:last-child { border-bottom: none; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }

  .symptoms, .scope, .price, .service-prices, .trust, .process, .why, .gallery, .cases, .fleet-offer, .faq, .services, .final-cta, .contact { padding: 56px 0; }
  .brands {
    padding: 48px 0 42px;
    background: #f4f1eb;
    border-top: 1px solid rgba(195, 188, 178, 0.55);
    border-bottom: 1px solid rgba(195, 188, 178, 0.55);
  }
  .brands-inner {
    display: block;
  }
  .brands-label-wrap {
    margin-bottom: 26px;
    padding: 0;
    border: 0;
  }
  .brands-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .brands-label::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--accent);
    flex: 0 0 auto;
  }
  .brands-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .brand-item {
    min-height: 190px;
    padding: 26px 10px 22px;
    border: 1px solid rgba(195, 188, 178, 0.58);
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
  }
  .brand-item:last-child {
    border-right: 1px solid rgba(195, 188, 178, 0.58);
  }
  .brand-item:hover {
    background: #fff;
  }
  .brand-icon {
    width: 104px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--accent);
  }
  .brand-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .brand-name {
    font-size: clamp(20px, 5.4vw, 22px);
    line-height: 1;
    letter-spacing: 0;
  }
  .brand-sub {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.25;
  }
  .brands-note {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--ink-dim);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
  }
  .brands-note svg {
    width: 34px;
    height: 34px;
    color: var(--accent);
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .fleet-offer-card {
    padding: 28px 20px 22px;
    border-radius: 12px;
    gap: 22px;
  }
  .fleet-offer-badge {
    min-height: 28px;
    margin-bottom: 18px;
    padding: 6px 12px;
    font-size: 10px;
    letter-spacing: 0.13em;
  }
  .fleet-offer-title {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.06;
  }
  .fleet-offer-text,
  .fleet-offer-actions p {
    font-size: 15px;
    line-height: 1.55;
  }
  .fleet-offer-text {
    margin-bottom: 22px;
  }
  .fleet-offer-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .fleet-offer-benefit {
    min-height: 68px;
    padding: 12px 10px;
    gap: 8px;
    font-size: 13px;
  }
  .fleet-offer-benefit svg {
    width: 24px;
    height: 24px;
  }
  .fleet-offer-actions {
    gap: 14px;
    padding-top: 0;
    border-top: 0;
  }
  .fleet-offer-primary,
  .fleet-offer-secondary {
    min-height: 54px;
    font-size: 15px;
    padding: 14px 12px;
  }
  .services .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-grid {
    grid-template-columns: 1fr;
    border: 1.5px solid var(--border-strong);
  }
  .service-card {
    border-right: none !important;
    border-bottom: 1.5px solid var(--border-strong);
  }
  .service-card:nth-child(n+3) { border-top: none; }
  .service-card:last-child { border-bottom: none; }
  .master-modal {
    padding: 14px;
    align-items: start;
    padding-top: 18px;
  }
  .master-modal-panel {
    width: 100%;
    max-height: calc(100vh - 28px);
    padding: 38px 24px 24px;
  }
  .master-modal-title { font-size: 27px; }
  .master-modal-sub { font-size: 13px; }
  .success-modal-title {
    margin-bottom: 8px;
  }
  .success-modal-sub {
    margin-bottom: 16px;
  }
  .success-modal-note {
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px;
    font-size: 13px;
  }
  .success-modal-check {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .success-modal-check svg {
    width: 18px;
    height: 18px;
  }
  .success-modal-after {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .success-modal-fine {
    margin-top: 18px;
  }
  .symptoms-grid { grid-template-columns: 1fr; }
  .symptom { border-right: none !important; }
  .symptom:not(:last-child) { border-bottom: 1.5px solid var(--border-strong) !important; }
  .symptom:last-child { border-bottom: none !important; }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-item { border-right: none; }
  .scope-item:not(:last-child) { border-bottom: 1.5px solid var(--border-strong); }
  .scope-item:last-child { border-bottom: none; }
  .symptoms-cta { padding: 20px; }
  .symptoms-cta-text { font-size: 17px; }

  .price-row { grid-template-columns: 1fr auto; padding: 16px; gap: 8px; }
  .price-value { font-size: 17px; }
  .service-prices .config-list-head { padding-top: 22px; }
  .cases-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: none; }
  .trust-item:not(:last-child) { border-bottom: 1.5px solid var(--border-strong); }
  .trust-item:nth-child(n+3) { border-top: none; }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .process-step {
    border-right: none;
    border-bottom: 1.5px solid var(--border-strong);
  }
  .process-step:last-child {
    border-bottom: none;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-item {
    border-right: none;
    border-bottom: 1.5px solid var(--border-strong);
  }
  .why-item:last-child {
    border-bottom: none;
  }
  .why-item:nth-child(n+3) {
    border-top: none;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 140px 140px 140px;
  }
  .gallery-item:first-child {
    grid-row: auto;
  }

  .faq-q { font-size: 15px; padding: 18px 50px 18px 18px; }
  .faq-q::after { right: 18px; }
  .faq-a, .faq-item.open .faq-a { padding-left: 18px; padding-right: 18px; }

  .final-cta-buttons { flex-direction: column; }
  .final-cta-buttons .btn { width: 100%; }

  .contact-map { height: 340px; }
  .contact-grid { gap: 18px; }
  .contact-data { gap: 10px; margin-top: 26px; }
  .contact-row {
    min-height: 94px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
  }
  .contact-socials { gap: 12px; }
  .contact-social { min-height: 62px; padding: 12px 14px; }
  .contact-map-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }
  .contact-map-action { min-height: 56px; }

  .mobile-cta { display: flex; }
  body { padding-bottom: 25px; }
  .footer {
    padding: 0;
  }
  .footer-panel {
    max-width: 330px;
    margin: 0 auto;
    padding: 22px 0 0;
  }
  .footer-brand {
    text-align: left;
  }
  .footer-logo {
    display: flex;
    width: min(100%, 220px);
    margin: 0 auto;
  }
  .footer-brand-text {
    margin-top: 14px;
    max-width: 300px;
    font-size: 15px;
    line-height: 1.36;
  }
  .footer-location {
    margin-top: 12px;
    gap: 9px;
    font-size: 13px;
    line-height: 1.25;
    align-items: center;
  }
  .footer-location span {
    white-space: nowrap;
  }
  .footer-location svg {
    width: 19px;
    height: 19px;
  }
  .footer-rating {
    margin-top: 12px;
    flex-wrap: nowrap;
    gap: 6px;
    font-size: 13px;
  }
  .footer-yandex-logo {
    width: 58px;
  }
  .footer-rating-score {
    font-size: 15px;
  }
  .footer-stars {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .footer-rating-note {
    flex-basis: auto;
    padding-left: 0;
    margin-top: 0;
    font-size: 13px;
  }
  .footer-services {
    padding-top: 22px;
  }
  .footer-contacts {
    border-top: 0;
    padding-top: 20px;
  }
  .footer-title {
    margin-bottom: 22px;
    font-size: 22px;
  }
  .footer-title::after {
    bottom: -11px;
    width: 34px;
  }
  .footer-services a {
    min-height: 44px;
    gap: 12px;
    font-size: 15px;
    font-weight: 400;
  }
  .footer-services a span {
    font-size: 26px;
  }
  .footer-contact-row {
    margin-top: 11px;
    gap: 11px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
  }
  .footer-contact-row:first-of-type {
    margin-top: 11px;
  }
  .footer-title + .footer-contact-row {
    margin-top: 0;
  }
  .footer-contact-row svg {
    width: 19px;
    height: 19px;
  }
  .footer-contact-row--phone {
    font-family: var(--body);
    font-size: 15px;
    font-weight: 500;
  }
  .footer-actions {
    margin-top: 20px;
    gap: 10px;
  }
  .footer-action {
    min-height: 54px;
    padding: 13px 16px;
    border-radius: 7px;
    font-size: 16px;
  }
  .footer-action svg {
    width: 17px;
    height: 17px;
  }
  .footer-bottom {
    margin-top: 20px;
    padding: 10px 0 0;
    align-items: center;
    text-align: center;
    gap: 7px;
    font-size: 12px;
  }
  .footer-bottom-links {
    justify-content: center;
    gap: 5px;
  }
}

@media (max-width: 374px) {
  .fleet-offer-title {
    font-size: 26px;
  }
  .fleet-offer-benefit {
    font-size: 12px;
  }
  .fleet-offer-benefit span {
    font-size: 11px;
  }
}
