:root {
      --primary: #b30d1b;
      --primary-dark: #7e0b15;
      --accent: #ffca28;
      --text: #1e1c27;
      --muted: #66636f;
      --bg: #f4f2f7;
      --white: #ffffff;
      --card: #faf9fc;
      --border: rgba(30, 28, 39, 0.08);
      --shadow: 0 18px 42px rgba(24, 18, 31, 0.12);
      --radius: 18px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      scroll-padding-top: 96px;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.5;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
    .section { padding: 72px 0; }
    .eyebrow {
      display: inline-block;
      color: var(--primary);
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .section-title {
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.04;
      margin: 0 0 18px;
      font-weight: 800;
    }
    .lead {
      font-size: 1.03rem;
      color: var(--muted);
      max-width: 60ch;
      margin: 0;
    }

    .topbar {
      background: linear-gradient(90deg, var(--primary) 0%, #cf1525 100%);
      font-size: 0.92rem;
      color: #070719;
      padding: 0 0 14px;
    }
    .topbar-inner {
      width: min(var(--max), calc(100% - 32px));
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      min-height: 46px;
      flex-wrap: wrap;
      padding: 10px 18px;
      background: #fff;
    }
    .topbar-group {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
      align-items: center;
    }
    .topbar-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .topbar-item i { color: var(--primary); }

    .navbar {
      position: sticky;
      top: 0;
      z-index: 40;
      background: linear-gradient(90deg, var(--primary) 0%, #cf1525 100%);
      box-shadow: 0 8px 26px rgba(107, 9, 21, 0.2);
    }
    .nav-inner {
      min-height: 84px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 10px 0;
    }
    .logo {
      color: var(--white);
      font-weight: 800;
      font-size: 1.45rem;
      letter-spacing: -0.02em;
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
    }
    .logo img {
      display: block;
      width: auto;
      height: 84px;
      max-width: min(100%, 360px);
      object-fit: contain;
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .nav-actions {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-left: auto;
    }
    .nav-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.24);
      background: rgba(255,255,255,.08);
      color: #fff;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      cursor: pointer;
      transition: .2s ease;
    }
    .nav-toggle:hover,
    .nav-toggle:focus-visible {
      background: rgba(255,255,255,.16);
      outline: none;
    }
    .nav-links a {
      color: rgba(255,255,255,.92);
      font-size: .96rem;
      font-weight: 700;
    }
    .nav-links a:hover,
    .nav-links a:focus-visible { color: #fff; }
    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background-color: #fbc74e;
      border: 1px solid #fbc74e;
      color: #070719;
      padding: 12px 20px;
      min-height: 44px;
      border-radius: 4px;
      font-weight: 800;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      white-space: nowrap;
      box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
      transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
      transform: translateY(0px) skew(-12deg);
    }
    .nav-cta i {
      font-size: 0.85rem;
      line-height: 1;
    }
    .nav-cta:hover,
    .nav-cta:focus-visible {
      background-color: #2fb35a;
      border-color: #2fb35a;
      color: #fff;
      transform: translateY(0px) skew(-12deg);
      outline: none;
    }

    @media (min-width: 1044px) {
      .nav-inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
      }
      .nav-actions {
        display: none;
      }
      .nav-links {
        width: 100%;
        justify-content: center;
      }
      .nav-cta {
        justify-self: end;
      }
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(100deg, rgba(38, 7, 22, 0.94) 0%, rgba(79, 6, 21, 0.88) 46%, rgba(179, 13, 27, 0.68) 100%),
        linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,0) 38%, rgba(255,255,255,.02)),
        url("../images/7216738_18653.png"),
        linear-gradient(100deg, rgba(38, 7, 22, 0.88) 0%, rgba(79, 6, 21, 0.82) 46%, rgba(179, 13, 27, 0.55) 100%),
        radial-gradient(circle at top left, rgba(255,255,255,.12), transparent 30%),
        linear-gradient(135deg, #2a0715, #6f0c1c 70%, #b30d1b 100%);
      background-size: auto, auto, cover, auto, auto, auto;
      background-position: center, center, center, center, top left, center;
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
      color: #fff;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(255,255,255,0.05), transparent 35%, rgba(255,255,255,0.02));
      pointer-events: none;
    }
    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 48px;
      align-items: center;
      min-height: 78vh;
      padding: 80px 0;
    }
    .hero p.lead { color: rgba(255,255,255,.78); }
    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 30px;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 15px 24px;
      min-height: 54px;
      border-radius: 999px;
      font-weight: 800;
      transition: .2s ease;
      border: 1px solid transparent;
    }
    .btn-primary {
      background: linear-gradient(90deg, #d41526 0%, #a50c19 100%);
      color: #fff;
      box-shadow: 0 10px 24px rgba(179,13,27,.35);
    }
    .btn-primary:hover,
    .btn-primary:focus-visible { transform: translateY(-1px); }
    .btn-secondary {
      background: transparent;
      border-color: rgba(255,255,255,.28);
      color: #fff;
    }
    .btn-secondary:hover,
    .btn-secondary:focus-visible { background: rgba(255,255,255,.08); }

    .hero-card {
      position: relative;
      background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06));
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 28px;
      padding: 18px;
      box-shadow: 0 28px 80px rgba(13, 4, 12, 0.3);
      backdrop-filter: blur(10px);
    }
    .hero-card::before {
      content: "";
      position: absolute;
      inset: 12px;
      border: 2px solid rgba(255,255,255,.8);
      border-radius: 22px;
      pointer-events: none;
      opacity: .72;
    }
    .hero-card img {
      border-radius: 18px;
      aspect-ratio: 4 / 4.25;
      object-fit: cover;
      width: 100%;
    }

    .services-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 48px;
      align-items: center;
    }
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    .service-card,
    .reason-card,
    .testimonial-card {
      background: rgba(255,255,255,.88);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }
    .service-card {
      padding: 26px 22px;
      min-height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      text-align: center;
      gap: 16px;
    }
    .icon {
      width: 72px;
      height: 72px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      color: var(--primary);
      background: linear-gradient(180deg, #fff6f7, #fff);
      border: 1px solid rgba(179,13,27,.08);
      font-size: 2rem;
      font-weight: 800;
    }
    .icon i { font-size: 1.9rem; }
    .card-title {
      font-size: 1.15rem;
      line-height: 1.25;
      margin: 0;
      font-weight: 800;
    }
    .card-text {
      margin: 0;
      color: var(--muted);
      font-size: 0.97rem;
    }

    .promo-band {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(90,10,23,.86), rgba(180,12,27,.8)),
        linear-gradient(180deg, rgba(53, 6, 14, .28), rgba(53, 6, 14, .28)),
        url("../images/slide-1.jpg"),
        linear-gradient(135deg, #6d0816, #b30d1b);
      background-size: auto, auto, cover, auto;
      background-position: center, center, center, center;
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
      color: #fff;
      padding: 72px 0;
      text-align: center;
    }
    .promo-band h2 {
      margin: 0;
      font-size: clamp(1.9rem, 4vw, 3.6rem);
      font-weight: 900;
      line-height: 1.2;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      text-shadow: 0 6px 24px rgba(0,0,0,.22);
    }
    .promo-band p {
      margin: 18px auto 0;
      max-width: 88ch;
      font-size: 1.03rem;
      line-height: 1.75;
      color: rgba(255,255,255,.88);
    }
    .promo-band-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 24px;
      min-height: 52px;
      padding: 0 22px;
      border-radius: 999px;
      background: linear-gradient(180deg, #ffd763, #f8b81f);
      color: #4c2800;
      font-weight: 900;
      box-shadow: 0 14px 32px rgba(0,0,0,.18);
    }
    .promo-band .highlight { color: var(--accent); }

    .reasons-section .section-head {
      text-align: center;
      margin-bottom: 34px;
    }
    .reasons-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    .reason-card { padding: 28px 22px; }
    .reason-card .icon {
      margin: 0 auto 16px;
    }

    .cta-strip {
      background: linear-gradient(90deg, #540813, #91111f 45%, #bd1326 100%);
      color: #fff;
      padding: 28px 0;
    }
    .cta-strip-inner {
      display: grid;
      grid-template-columns: 1.2fr auto;
      gap: 24px;
      align-items: center;
    }
    .cta-strip h3 {
      margin: 0 0 6px;
      font-size: clamp(1.3rem, 2vw, 2rem);
      line-height: 1.15;
    }
    .cta-strip p {
      margin: 0;
      color: rgba(255,255,255,.82);
    }
    .cta-phone {
      background: linear-gradient(180deg, #ffd763, #f8b81f);
      color: #4c2800;
      padding: 15px 24px;
      border-radius: 14px;
      font-size: 1.2rem;
      font-weight: 900;
      box-shadow: 0 12px 32px rgba(0,0,0,.18);
      text-align: center;
      min-width: 220px;
    }

    .guarantee-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 44px;
      align-items: center;
    }
    .list-checks {
      margin: 22px 0 30px;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }
    .list-checks li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: var(--text);
      font-weight: 700;
    }
    .list-checks li::before {
      content: "✓";
      width: 26px;
      height: 26px;
      flex: 0 0 26px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #fff4c9;
      color: #946400;
      margin-top: 1px;
      font-size: .95rem;
    }
    .image-panel {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 26px 64px rgba(32, 20, 30, 0.18);
      min-height: 420px;
      background: linear-gradient(135deg, #efeff2, #d7d7de);
    }
    .image-panel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .testimonials {
      background:
        linear-gradient(180deg, rgba(125, 10, 24, .94) 0%, rgba(199, 19, 37, .9) 100%),
        linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,0) 38%, rgba(255,255,255,.02)),
        url("../images/7216738_18653.png"),
        linear-gradient(180deg, #7d0a18 0%, #c71325 100%);
      background-size: auto, auto, cover, auto;
      background-position: center, center, center, center;
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
      color: #fff;
    }
    .testimonials .section-head {
      text-align: center;
      margin-bottom: 36px;
    }
    .testimonials-carousel-wrap {
      position: relative;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .testimonials-carousel {
      overflow: hidden;
      flex: 1 1 auto;
    }
    .testimonials-track {
      --testimonial-gap: 22px;
      --testimonial-card-width: 320px;
      display: flex;
      gap: var(--testimonial-gap);
      width: max-content;
      will-change: transform;
    }
    .testimonial-card {
      flex: 0 0 var(--testimonial-card-width);
      width: var(--testimonial-card-width);
      padding: 28px 24px;
      color: var(--text);
      text-align: center;
    }
    .stars {
      color: #f0b52b;
      font-size: 1.1rem;
      letter-spacing: .1em;
      margin-bottom: 16px;
    }
    .avatar {
      width: 74px;
      height: 74px;
      border-radius: 50%;
      background: linear-gradient(135deg, #d9dbe3, #b5bac6);
      margin: 0 auto 16px;
    }
    .avatar-photo {
      display: block;
      object-fit: cover;
      background: #d9dbe3;
      border: 3px solid rgba(255,255,255,.6);
    }
    .testimonial-name {
      font-size: 1.1rem;
      font-weight: 800;
      margin: 0 0 10px;
    }
    .testimonial-card p { margin: 0; color: var(--muted); }
    .testimonials-control {
      flex: 0 0 auto;
      width: 48px;
      height: 48px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.12);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color .2s ease, transform .2s ease, border-color .2s ease;
    }
    .testimonials-control:hover,
    .testimonials-control:focus-visible {
      background: rgba(255,255,255,.2);
      border-color: rgba(255,255,255,.3);
      transform: translateY(-1px);
      outline: none;
    }

    .gallery-section {
      margin-top: 42px;
    }
    .gallery-head {
      text-align: center;
      margin-bottom: 28px;
    }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      justify-content: center;
    }
    .gallery-card {
      border: 0;
      padding: 0;
      background: rgba(255,255,255,.1);
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 16px 38px rgba(0,0,0,.18);
      transition: transform .24s ease, box-shadow .24s ease;
    }
    .gallery-card:hover,
    .gallery-card:focus-visible {
      transform: translateY(-4px);
      box-shadow: 0 24px 46px rgba(0,0,0,.24);
      outline: none;
    }
    .gallery-card img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
    }

    .lightbox {
      position: fixed;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 32px;
      background: rgba(9, 5, 10, .84);
      backdrop-filter: blur(10px);
      z-index: 120;
    }
    .lightbox.is-open {
      display: flex;
    }
    .lightbox-figure {
      margin: 0;
      width: min(100%, 980px);
      max-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .lightbox-image {
      width: auto;
      max-width: 100%;
      max-height: min(82vh, 920px);
      border-radius: 22px;
      box-shadow: 0 24px 60px rgba(0,0,0,.35);
      background: #fff;
    }
    .lightbox-close,
    .lightbox-nav {
      position: absolute;
      border: 0;
      width: 54px;
      height: 54px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,.12);
      color: #fff;
      cursor: pointer;
      transition: background-color .2s ease, transform .2s ease;
    }
    .lightbox-close:hover,
    .lightbox-close:focus-visible,
    .lightbox-nav:hover,
    .lightbox-nav:focus-visible {
      background: rgba(255,255,255,.2);
      transform: scale(1.03);
      outline: none;
    }
    .lightbox-close {
      top: 22px;
      right: 22px;
    }
    .lightbox-prev {
      left: 24px;
    }
    .lightbox-next {
      right: 24px;
    }

    .final-cta {
      text-align: center;
      background: #fff;
      border-radius: 26px;
      padding: 34px 22px;
      margin-top: 36px;
      box-shadow: var(--shadow);
      color: var(--text);
    }
    .final-cta h3 {
      margin: 0;
      font-size: clamp(1.02rem, 2vw, 1.35rem);
      line-height: 1.3;
      font-weight: 900;
    }
    .final-cta .phone {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: clamp(1.5rem, 3vw, 2.25rem);
      margin-top: 18px;
      font-weight: 900;
      color: var(--primary);
    }

    .map-section {
      background: linear-gradient(180deg, #fff9fb 0%, #f7f2f5 100%);
    }
    .map-head {
      text-align: center;
      margin-bottom: 28px;
    }
    .map-head .lead {
      margin: 16px auto 0;
      max-width: 72ch;
    }
    .map-card {
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      background: #fff;
      padding: 14px;
      box-shadow: 0 26px 64px rgba(32, 20, 30, 0.14);
      border: 1px solid rgba(30, 28, 39, 0.08);
    }
    .map-toolbar {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 12px;
      margin-bottom: 14px;
      padding: 10px 8px 0;
    }
    .route-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto auto;
      gap: 12px;
      align-items: center;
    }
    .route-input {
      width: 100%;
      min-height: 52px;
      border-radius: 14px;
      border: 1px solid rgba(30, 28, 39, 0.12);
      padding: 0 16px;
      font: inherit;
      color: var(--text);
      background: rgba(255,255,255,.92);
    }
    .route-input::placeholder {
      color: #6c6875;
    }
    .route-input:focus {
      outline: 2px solid rgba(179,13,27,.18);
      border-color: rgba(179,13,27,.28);
    }
    .route-button,
    .map-open-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      border-radius: 14px;
      padding: 0 18px;
      font-weight: 800;
      text-align: center;
    }
    .route-button {
      border: 0;
      background: linear-gradient(90deg, #d41526 0%, #a50c19 100%);
      color: #fff;
      cursor: pointer;
      box-shadow: 0 12px 24px rgba(179,13,27,.22);
    }
    .map-open-link {
      gap: 8px;
      background: rgba(179,13,27,.08);
      color: var(--primary);
      border: 1px solid rgba(179,13,27,.12);
      padding: 0 16px;
      white-space: nowrap;
    }
    .map-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top right, rgba(179,13,27,.08), transparent 34%),
        radial-gradient(circle at bottom left, rgba(251,199,78,.16), transparent 28%);
      pointer-events: none;
    }
    .map-card iframe {
      position: relative;
      display: block;
      width: 100%;
      min-height: 460px;
      border: 0;
      border-radius: 20px;
    }

    .footer {
      background: #150b12;
      color: rgba(255,255,255,.72);
      padding: 22px 0 30px;
      font-size: .95rem;
    }
    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      align-items: center;
    }
    .footer-schedule {
      display: none;
    }

    .skip-link {
      position: absolute;
      left: -9999px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
    .skip-link:focus {
      position: fixed;
      left: 12px;
      top: 12px;
      width: auto;
      height: auto;
      padding: 12px 16px;
      background: #fff;
      color: #000;
      z-index: 999;
      border-radius: 10px;
    }

@media (max-width: 1080px) {
  .hero-grid,
  .services-grid,
  .guarantee-grid,
  .cta-strip-inner {
    grid-template-columns: 1fr;
  }
  .services-grid > div:last-child {
    order: -1;
    text-align: center;
  }
  .services-grid .section-title,
  .services-grid .lead {
    margin-left: auto;
    margin-right: auto;
  }
  .services-grid .hero-actions {
    justify-content: center;
  }
  .services-grid .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .guarantee-grid > div:first-child {
    text-align: center;
  }
  .guarantee-grid .lead,
  .guarantee-grid .section-title {
    margin-left: auto;
    margin-right: auto;
  }
  .guarantee-grid .list-checks {
    justify-items: center;
  }
  .guarantee-grid .list-checks li {
    justify-content: center;
    text-align: center;
  }
  .guarantee-grid .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-strip-inner > div:first-child,
  .cta-strip h3,
  .cta-strip p {
    text-align: center;
  }
  .cta-phone {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
  .reason-card {
    text-align: center;
  }
  .reason-card .icon {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-grid { min-height: auto; }
  .hero-grid > div:first-child {
    text-align: center;
  }
      .hero .lead {
        margin-left: auto;
        margin-right: auto;
      }
      .hero-actions {
        justify-content: center;
      }
      .hero-card {
        margin: 0 auto;
      }
      .hero-card {
        order: -1;
      }
      .reasons-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .testimonials-grid { grid-template-columns: 1fr; }
      .cta-phone {
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
      }
      .map-card iframe {
        min-height: 380px;
      }
    }

    @media (max-width: 1109px) and (min-width: 1025px) {
      .topbar {
        font-size: 0.78rem;
      }
      .topbar-inner {
        width: min(calc(var(--max) - 44px), calc(100% - 40px));
        padding: 9px 14px;
        gap: 12px;
      }
      .topbar-group {
        gap: 10px;
      }
      .topbar-item {
        gap: 6px;
        white-space: nowrap;
      }
    }

    @media (max-width: 1025px) {
      .topbar {
        font-size: 0.76rem;
        padding-bottom: 12px;
      }
      .topbar-inner,
      .topbar-group {
        justify-content: center;
      }
      .topbar-inner {
        width: min(calc(var(--max) - 32px), calc(100% - 32px));
        gap: 8px;
        text-align: center;
        padding: 9px 14px;
      }
      .topbar-group {
        gap: 8px 12px;
      }
      .topbar-item {
        justify-content: center;
      }
      .topbar-group-schedule {
        display: none;
      }
      .topbar-group-primary {
        flex-wrap: nowrap;
        gap: 10px;
      }
      .topbar-group-primary .topbar-item {
        white-space: nowrap;
      }
      .footer-schedule {
        display: inline;
      }
    }

    @media (max-width: 1043px) {
      .topbar {
        font-size: 0.72rem;
        padding-top: 0;
        padding-bottom: 10px;
      }
      .topbar-inner,
      .topbar-group {
        justify-content: center;
      }
      .topbar-inner {
        width: min(var(--max), calc(100% - 24px));
        gap: 6px;
        text-align: center;
        padding: 8px 10px;
      }
      .topbar-group {
        gap: 8px 10px;
      }
      .topbar-item {
        justify-content: center;
        gap: 6px;
      }
      .topbar-group-primary {
        flex-wrap: nowrap;
      }
      .topbar-group-primary .topbar-item {
        white-space: nowrap;
      }
      html {
        scroll-padding-top: 80px;
      }
      .nav-inner {
        min-height: auto;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 12px 0;
        gap: 14px;
      }
      .logo {
        justify-content: flex-start;
        max-width: calc(100% - 210px);
      }
      .logo img {
        height: 66px;
        max-width: 280px;
      }
      .nav-toggle {
        display: inline-flex;
        width: 46px;
        height: 46px;
        border-radius: 12px;
      }
      .nav-actions {
        margin-left: auto;
        gap: 12px;
      }
      .nav-links {
        display: none;
      }
      .navbar.is-open .nav-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        width: 100%;
        padding: 16px 0 10px;
        margin-top: 2px;
      }
      .navbar.is-open .nav-cta {
        display: inline-flex;
        margin-top: 0;
      }
      .nav-links a {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
      }
      .section { padding: 56px 0; }
      .hero-grid {
        gap: 22px;
        padding: 38px 0 46px;
      }
      .hero-card {
        padding: 12px;
        border-radius: 22px;
      }
      .hero-card::before {
        inset: 9px;
        border-radius: 16px;
      }
      .hero-card img {
        aspect-ratio: 4 / 3.2;
      }
      .hero .section-title {
        font-size: clamp(2rem, 9vw, 2.9rem);
        margin-bottom: 14px;
      }
      .hero .lead {
        font-size: 0.99rem;
      }
      .hero-actions {
        gap: 12px;
        margin-top: 24px;
      }
      .hero-actions .btn {
        width: 100%;
      }
      .cards-grid,
      .reasons-grid {
        grid-template-columns: 1fr;
      }
      .reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .services-grid,
      .guarantee-grid,
      .testimonials-grid,
      .testimonials-track {
        gap: 22px;
      }
      .service-card,
      .reason-card,
      .testimonial-card {
        box-shadow: 0 14px 32px rgba(24, 18, 31, 0.09);
      }
      .testimonial-card {
        width: var(--testimonial-card-width);
      }
      .testimonials-carousel-wrap {
        gap: 10px;
      }
      .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .reason-card {
        text-align: center;
      }
      .service-card {
        min-height: auto;
      }
      .cta-strip {
        padding: 24px 0;
      }
      .cta-strip-inner {
        gap: 18px;
      }
      .cta-strip h3,
      .cta-strip p {
        text-align: center;
      }
      .image-panel { min-height: 320px; }
      .promo-band {
        padding: 52px 0;
      }
      .promo-band h2 { line-height: 1.16; }
      .final-cta {
        padding-bottom: 28px;
      }
      .map-card {
        padding: 10px;
      }
      .route-row {
        grid-template-columns: 1fr;
      }
      .map-open-link {
        width: 100%;
        justify-self: stretch;
      }
      .map-card iframe {
        min-height: 340px;
      }
    }

    @media (max-width: 1042px) and (min-width: 626px) {
      .logo {
        max-width: calc(100% - 220px);
      }
      .nav-cta {
        order: 2;
        margin-left: auto;
        padding: 10px 14px;
        min-height: 40px;
        font-size: 0.8rem;
        letter-spacing: 0.01em;
      }
      .nav-actions {
        order: 3;
        margin-left: 0;
        padding-left: 10px;
      }
      .nav-inner {
        gap: 20px;
      }
    }

    @media (max-width: 646px) and (min-width: 626px) {
      .logo {
        max-width: calc(100% - 190px);
      }
      .nav-cta {
        padding: 9px 11px;
        min-height: 38px;
        font-size: 0.74rem;
      }
      .nav-actions {
        padding-left: 14px;
      }
      .nav-inner {
        gap: 12px;
      }
    }

    @media (max-width: 1024px) {
      .topbar {
        font-size: 0.8rem;
      }
      .topbar-inner {
        width: min(var(--max), calc(100% - 18px));
        padding: 8px 8px;
      }
      .topbar-group {
        gap: 6px 8px;
      }
      .topbar-item {
        gap: 5px;
      }
      .topbar-group-primary {
        width: 100%;
        justify-content: space-between;
      }
      .topbar-group-primary .topbar-item:first-child {
        justify-content: flex-start;
        text-align: left;
      }
      .topbar-group-primary .topbar-item:last-child {
        justify-content: flex-end;
        text-align: right;
      }
    }

    @media (max-width: 600px) {
      .container { width: min(var(--max), calc(100% - 20px)); }
      .topbar-inner,
      .topbar-group,
      .footer-inner {
        flex-direction: column;
        align-items: center;
      }
      .topbar {
        font-size: 0.71rem;
      }
      .topbar-inner {
        gap: 6px;
        padding: 8px 6px;
        text-align: center;
        width: min(var(--max), calc(100% - 12px));
      }
      .topbar-group {
        gap: 4px 8px;
        width: auto;
      }
      .topbar-item {
        justify-content: center;
        line-height: 1.2;
        gap: 5px;
      }
      .topbar-group-primary {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
      }
      .topbar-group-primary .topbar-item {
        white-space: nowrap;
      }
      .topbar-group-primary .topbar-item:first-child {
        justify-content: flex-start;
        text-align: left;
      }
      .topbar-group-primary .topbar-item:last-child {
        justify-content: flex-end;
        text-align: right;
      }
      .nav-inner {
        padding: 10px 0;
      }
      .logo img {
        height: 50px;
        max-width: 220px;
      }
      .section {
        padding: 46px 0;
      }
      .testimonials-track {
        gap: 16px;
      }
      .testimonial-card {
        width: var(--testimonial-card-width);
      }
      .testimonials-carousel-wrap {
        gap: 8px;
      }
      .testimonials-control {
        width: 42px;
        height: 42px;
      }
      .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }
      .map-card {
        padding: 8px;
        border-radius: 22px;
      }
      .map-toolbar {
        padding-left: 4px;
        padding-right: 4px;
      }
      .map-card iframe {
        min-height: 300px;
        border-radius: 16px;
      }
      .lightbox {
        padding: 18px;
      }
      .lightbox-close,
      .lightbox-nav {
        width: 46px;
        height: 46px;
      }
      .lightbox-prev {
        left: 10px;
      }
      .lightbox-next {
        right: 10px;
      }
      .hero-grid {
        gap: 18px;
        padding: 28px 0 38px;
      }
      .hero .section-title {
        font-size: clamp(1.85rem, 10vw, 2.35rem);
      }
      .hero-actions {
        flex-direction: column;
      }
      .hero-actions .btn,
      .final-cta .btn {
        width: 100%;
      }
      .btn,
      .cta-phone,
      .nav-cta {
        width: 100%;
      }
      .nav-cta {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
      }
      .icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        font-size: 1.7rem;
      }
      .icon i {
        font-size: 1.55rem;
      }
      .service-card,
      .reason-card,
      .testimonial-card,
      .final-cta { padding-left: 18px; padding-right: 18px; }
      .cta-phone {
        width: 100%;
        min-width: 0;
      }
      .final-cta .phone {
        font-size: clamp(1.3rem, 7vw, 1.8rem);
        line-height: 1.15;
      }
    }

    @media (max-width: 625px) {
      .nav-cta {
        display: none;
      }
      .navbar.is-open .nav-cta {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        margin-top: 8px;
      }
    }

.footer-inner {
  gap: 14px;
  flex-wrap: wrap;
}

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

.footer-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a,
.footer-cookie-link {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.footer-links a:hover,
.footer-cookie-link:hover,
.footer-links a:focus-visible,
.footer-cookie-link:focus-visible {
  color: #fbc74e;
}

.footer-cookie-link {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: auto;
  bottom: 20px;
  z-index: 1200;
  display: none;
  width: min(310px, calc(100vw - 24px));
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-card {
  max-width: 310px;
  margin: 0;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(9, 9, 32, 0.97), rgba(25, 5, 17, 0.96)),
    #070719;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  color: #fff;
}

.cookie-card h3 {
  margin: 0 0 6px;
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: 1.25;
}

.cookie-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
  font-size: 0.78rem;
}

.cookie-meta {
  margin-top: 6px;
  font-size: 0.74rem;
}

.cookie-meta a {
  color: #fbc74e;
  font-weight: 700;
}

.cookie-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}

.cookie-options[hidden],
.cookie-btn-save[hidden] {
  display: none !important;
}

.cookie-option {
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.cookie-option strong {
  display: block;
  font-size: 0.84rem;
}

.cookie-option span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.76rem;
  line-height: 1.4;
}

.cookie-switch {
  width: 40px;
  height: 22px;
  accent-color: #fbc74e;
}

.cookie-actions {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 9px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.74rem;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
  flex: 1 1 110px;
}

.cookie-summary {
  max-width: 28ch;
}

.cookie-btn-save {
  flex-basis: 100%;
}

.cookie-banner.is-detailed {
  width: min(420px, calc(100vw - 24px));
}

.cookie-banner.is-detailed .cookie-card {
  max-width: 420px;
  padding: 16px 16px 14px;
}

.cookie-banner.is-detailed .cookie-card h3 {
  font-size: clamp(1rem, 2.2vw, 1.16rem);
}

.cookie-banner.is-detailed .cookie-card p {
  font-size: 0.9rem;
}

.cookie-banner.is-detailed .cookie-meta {
  font-size: 0.84rem;
}

.cookie-banner.is-detailed .cookie-actions {
  gap: 8px;
  margin-top: 14px;
}

.cookie-banner.is-detailed .cookie-btn {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 0.84rem;
}

.cookie-btn:hover,
.cookie-btn:focus-visible {
  transform: translateY(-1px);
}

.cookie-btn-primary {
  background: #fbc74e;
  border-color: #fbc74e;
  color: #070719;
}

.cookie-btn-primary:hover,
.cookie-btn-primary:focus-visible {
  background: #ffd778;
  border-color: #ffd778;
}

.cookie-btn-secondary {
  background: #2fb35a;
  border-color: #2fb35a;
  color: #fff;
}

.cookie-btn-secondary:hover,
.cookie-btn-secondary:focus-visible {
  background: #39c266;
  border-color: #39c266;
}

.cookie-btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.cookie-btn-ghost:hover,
.cookie-btn-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.legal-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(194, 18, 40, 0.98), rgba(112, 0, 20, 0.98)),
    #c21228;
  color: #fff;
}

.legal-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.legal-card {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 28px;
  background: #fff;
  color: #070719;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.legal-card h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.legal-card h2 {
  margin: 28px 0 10px;
  font-size: 1.2rem;
  color: #9f0f22;
}

.legal-card p,
.legal-card li {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(7, 7, 25, 0.88);
}

.legal-card ul {
  margin: 0;
  padding-left: 20px;
}

.legal-card .legal-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(251, 199, 78, 0.16);
  color: #070719;
  font-weight: 600;
}

@media (max-width: 900px) {
  .cookie-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .footer-inner,
  .footer-links {
    justify-content: center;
    text-align: center;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .cookie-card {
    max-width: none;
    padding: 14px;
    border-radius: 16px;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-btn {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .footer-inner,
  .footer-links {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 406px) {
  .topbar {
    font-size: 0.61rem;
  }

  .topbar-item {
    gap: 4px;
  }

  .topbar-item i {
    font-size: 0.78rem;
  }
}

@media (max-width: 354px) {
  .topbar-group-primary {
    justify-content: center;
  }

  .topbar-group-primary .topbar-item:last-child {
    display: none;
  }

  .topbar-group-primary .topbar-item:first-child {
    justify-content: center;
    text-align: center;
  }
}
