/*
Theme Name: Сервіс Переїзд+
Theme URI: https://servispe.example
Description: Лендінг сервісу вантажників і переїздів. Кастомна односторінкова тема з формою-заявкою в Telegram.
Author: Valentyn Moroz
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: servis-pereizd
*/

:root {
      --header-height: 82px;
      --navy: #0b1d33;
      --navy-soft: #142943;
      --red: #c61122;
      --red-dark: #980d1a;
      --red-on-dark: #ff6675;
      --paper: #f7f4ee;
      --line: rgba(11, 29, 51, 0.14);
      --white: #fff;
      --ink: #102033;
      --muted: #4d5b6b;
      --shadow: 0 24px 70px rgba(11, 29, 51, 0.18);
      --font-body: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --font-display: "Roboto Condensed", "Arial Narrow", var(--font-body);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--font-body);
      color: var(--ink);
      background: var(--paper);
      letter-spacing: 0;
    }

    body.modal-open {
      overflow: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    :focus-visible {
      outline: 3px solid #ffb3bd;
      outline-offset: 3px;
    }

    .site-header {
      position: fixed;
      z-index: 20;
      top: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      min-height: var(--header-height);
      padding: 18px clamp(28px, 5vw, 86px);
      color: var(--white);
      background: rgba(7, 20, 36, 0.96);
      box-shadow: 0 10px 34px rgba(7, 20, 36, 0.16);
      backdrop-filter: blur(12px);
    }

    main {
      padding-top: var(--header-height);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: max-content;
    }

    .brand strong {
      display: block;
      font-family: var(--font-display);
      font-size: 18px;
      font-weight: 800;
      line-height: 1;
    }

    .brand em {
      color: var(--red-on-dark);
      font-style: normal;
    }

    .brand small {
      display: block;
      margin-top: 4px;
      color: currentColor;
      font-size: 11px;
      font-weight: 700;
      opacity: 0.9;
      text-transform: uppercase;
    }

    .brand-logo {
      width: 72px;
      height: 54px;
      flex: 0 0 auto;
      border-radius: 4px;
      object-fit: contain;
      background: var(--white);
    }

    .brand-mark {
      position: relative;
      width: 54px;
      height: 38px;
      flex: 0 0 auto;
    }

    .brand-mark::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 4px;
      width: 42px;
      height: 12px;
      border-radius: 3px;
      background: var(--navy);
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      left: 14px;
      bottom: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 20px 0 0 currentColor;
    }

    .roof {
      position: absolute;
      left: 8px;
      top: 2px;
      width: 30px;
      height: 28px;
      border-radius: 5px 5px 2px 2px;
      background: var(--red);
      transform: skewX(-8deg);
    }

    .roof::before {
      content: "";
      position: absolute;
      left: -2px;
      top: -8px;
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: var(--red);
      transform: rotate(45deg);
    }

    .window {
      position: absolute;
      left: 21px;
      top: 15px;
      z-index: 1;
      width: 10px;
      height: 10px;
      background: var(--white);
      box-shadow: 12px 0 0 var(--white);
    }

    .truck-cab {
      position: absolute;
      right: 0;
      bottom: 8px;
      width: 14px;
      height: 14px;
      border-radius: 2px 5px 2px 0;
      background: var(--navy);
    }

    nav {
      display: flex;
      align-items: center;
      gap: 24px;
      color: rgba(255, 255, 255, 0.86);
      font-family: var(--font-display);
      font-size: 14px;
      font-weight: 800;
    }

    nav a,
    .header-phone {
      transition: color 180ms ease, transform 180ms ease;
    }

    nav a:hover,
    .header-phone:hover {
      color: var(--white);
      transform: translateY(-1px);
    }

    .header-phone {
      color: var(--white);
      font-family: var(--font-display);
      font-weight: 800;
    }

    .hero {
      position: relative;
      min-height: calc(94svh - var(--header-height));
      display: grid;
      align-items: end;
      overflow: hidden;
      color: var(--white);
      isolation: isolate;
    }

    .hero-media,
    .hero-media img,
    .hero-shade {
      position: absolute;
      inset: 0;
    }

    .hero-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      filter: saturate(1.02) contrast(1.02);
      animation: heroZoom 16s ease-out both;
    }

    .hero-shade {
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(6, 17, 31, 0.94), rgba(6, 17, 31, 0.72) 46%, rgba(6, 17, 31, 0.22)),
        linear-gradient(0deg, rgba(6, 17, 31, 0.82), transparent 52%);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      width: min(760px, calc(100% - 36px));
      margin: 0 0 clamp(48px, 8vw, 88px) clamp(28px, 7vw, 110px);
      animation: heroIn 760ms ease-out both;
    }

    .eyebrow,
    .section-kicker {
      color: var(--red);
      font-family: var(--font-display);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .hero h1 {
      margin: 12px 0 18px;
      font-family: var(--font-display);
      font-size: clamp(58px, 11vw, 146px);
      line-height: 0.88;
      font-weight: 800;
    }

    .hero h1 span {
      color: var(--red);
    }

    .hero-lead {
      max-width: 620px;
      margin: 0;
      color: rgba(255, 255, 255, 0.94);
      font-size: clamp(18px, 2.2vw, 25px);
      line-height: 1.45;
      font-weight: 600;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 32px;
    }

    .btn {
      display: inline-flex;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 6px;
      padding: 0 22px;
      cursor: pointer;
      font-family: var(--font-display);
      font-weight: 900;
      transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      color: var(--white);
      background: var(--red);
      box-shadow: 0 14px 32px rgba(198, 17, 34, 0.34);
    }

    .btn-primary:hover {
      background: var(--red-dark);
    }

    .btn-ghost {
      color: var(--white);
      border: 1px solid rgba(255, 255, 255, 0.42);
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
    }

    .btn-secondary {
      color: var(--navy);
      background: var(--white);
    }

    .hero-facts {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 28px;
    }

    .hero-facts span {
      border-left: 3px solid var(--red);
      padding: 8px 14px;
      background: rgba(255, 255, 255, 0.12);
      font-size: 14px;
      font-weight: 800;
      font-family: var(--font-display);
      backdrop-filter: blur(10px);
    }

    .quick-call,
    .intro,
    .services,
    .pricing,
    .works,
    .process,
    .brand-section,
    .cta {
      padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
    }

    .quick-call {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      color: var(--white);
      background: var(--navy);
    }

    .quick-call .section-kicker,
    .urgent .section-kicker,
    .process .section-kicker {
      color: var(--red-on-dark);
    }

    .quick-call h2,
    .section-heading h2,
    .intro h2,
    .urgent h2,
    .materials h3,
    .brand-section h2,
    .cta h2,
    .modal-panel h2 {
      margin: 8px 0 0;
      font-family: var(--font-display);
      font-size: clamp(32px, 5vw, 64px);
      line-height: 1.02;
      font-weight: 800;
    }

    .quick-call h2 {
      max-width: 700px;
      font-size: clamp(30px, 4vw, 54px);
    }

    .phone-list {
      display: grid;
      gap: 10px;
      min-width: min(100%, 330px);
    }

    .phone-list a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 6px;
      padding: 14px 16px;
      background: rgba(255, 255, 255, 0.06);
      transition: background 180ms ease, transform 180ms ease;
    }

    .phone-list a:hover {
      background: rgba(255, 255, 255, 0.12);
      transform: translateX(3px);
    }

    .phone-list span {
      color: rgba(255, 255, 255, 0.82);
      font-size: 13px;
      font-weight: 800;
    }

    .phone-list strong {
      color: var(--white);
      font-size: 20px;
    }

    .intro {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
      gap: clamp(32px, 7vw, 88px);
      align-items: end;
      background: var(--white);
    }

    .intro p,
    .urgent p,
    .brand-section p,
    .cta p {
      color: var(--muted);
      font-size: 18px;
      line-height: 1.7;
    }

    .proof-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .proof-strip div {
      padding: 24px 18px;
      border-right: 1px solid var(--line);
    }

    .proof-strip div:last-child {
      border-right: 0;
    }

    .proof-strip strong {
      display: block;
      color: var(--red);
      font-family: var(--font-display);
      font-size: clamp(28px, 4vw, 46px);
      line-height: 1;
    }

    .proof-strip span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      font-family: var(--font-display);
      text-transform: uppercase;
    }

    .section-heading {
      max-width: 860px;
      margin-bottom: 36px;
    }

    .services,
    .works,
    .faq,
    .brand-section {
      background: var(--paper);
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-left: 1px solid var(--line);
    }

    .service-item {
      min-height: 250px;
      padding: clamp(22px, 3vw, 34px);
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.48);
      transition: background 180ms ease, transform 180ms ease;
    }

    .service-item:hover {
      background: var(--white);
      transform: translateY(-4px);
    }

    .service-item span {
      color: var(--red);
      font-size: 13px;
      font-weight: 900;
    }

    .service-item h3 {
      margin: 28px 0 12px;
      font-family: var(--font-display);
      font-size: 24px;
      line-height: 1.12;
    }

    .service-item p {
      margin: 0;
      color: var(--muted);
      line-height: 1.65;
    }

    .urgent {
      display: grid;
      grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
      gap: clamp(28px, 6vw, 72px);
      align-items: center;
      padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 72px);
      color: var(--white);
      background: var(--navy);
    }

    .urgent img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      object-position: center;
      background: #071424;
      box-shadow: var(--shadow);
    }

    .urgent ul {
      display: grid;
      gap: 12px;
      margin: 24px 0;
      padding: 0;
      list-style: none;
    }

    .urgent li {
      position: relative;
      padding-left: 26px;
      color: rgba(255, 255, 255, 0.84);
      font-weight: 700;
    }

    .urgent li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--red);
      font-weight: 900;
    }

    .urgent p {
      color: rgba(255, 255, 255, 0.75);
    }

    .text-link {
      border: 0;
      border-bottom: 2px solid var(--red);
      padding: 0 0 5px;
      color: var(--white);
      background: transparent;
      cursor: pointer;
      font-family: var(--font-display);
      font-weight: 900;
    }

    .pricing,
    .cta {
      background: var(--white);
    }

    .price-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
      gap: 28px;
    }

    .price-table,
    .materials {
      border-top: 1px solid var(--line);
    }

    .price-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(160px, 0.45fr) minmax(190px, 0.55fr);
      gap: 18px;
      align-items: center;
      border-bottom: 1px solid var(--line);
      padding: 20px 0;
    }

    .price-row span,
    .materials span {
      font-weight: 900;
    }

    .price-row strong,
    .materials strong {
      color: var(--red);
      font-family: var(--font-display);
      font-size: 20px;
    }

    .price-row small {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.4;
    }

    .materials {
      padding: 26px;
      color: var(--white);
      background: var(--navy);
    }

    .materials h3 {
      margin-bottom: 24px;
      font-size: 34px;
    }

    .materials p {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      margin: 0;
      padding: 13px 0;
    }

    .materials strong {
      color: var(--white);
      text-align: right;
    }

    .photo-grid {
      position: relative;
      width: 100%;
      min-height: 320px;
      transition: height 260ms ease;
    }

    .photo-tile {
      position: relative;
      display: block;
      min-width: 0;
      min-height: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      overflow: hidden;
      background: var(--navy);
      cursor: zoom-in;
      will-change: transform;
      opacity: 0;
      transition:
        opacity 360ms ease,
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .photo-tile.is-laid {
      opacity: 1;
    }

    .photo-tile img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: var(--navy);
      transition: transform 260ms ease, filter 260ms ease;
    }

    .photo-tile:hover img,
    .photo-tile:focus-visible img {
      filter: contrast(1.06) saturate(1.05);
      transform: scale(1.015);
    }

    .intro,
    .services,
    .urgent,
    .pricing,
    .works,
    .process,
    .faq,
    .brand-section,
    .cta {
      animation: sectionIn 700ms ease both;
      animation-timeline: view();
      animation-range: entry 0% cover 22%;
    }

    .process {
      color: var(--white);
      background: var(--navy-soft);
    }

    .faq {
      padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
    }

    .faq-list {
      display: grid;
      border-top: 1px solid var(--line);
    }

    .faq details {
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.42);
    }

    .faq summary {
      cursor: pointer;
      padding: 24px 0;
      color: var(--navy);
      font-family: var(--font-display);
      font-size: clamp(20px, 2.3vw, 30px);
      font-weight: 900;
      list-style: none;
    }

    .faq summary::-webkit-details-marker {
      display: none;
    }

    .faq summary::after {
      content: "+";
      float: right;
      color: var(--red);
      font-size: 32px;
      line-height: 0.8;
    }

    .faq details[open] summary::after {
      content: "-";
    }

    .faq p {
      max-width: 760px;
      margin: -6px 0 24px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.65;
    }

    .process ol {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      counter-reset: step;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      border-left: 1px solid rgba(255, 255, 255, 0.15);
    }

    .process li {
      min-height: 250px;
      border-right: 1px solid rgba(255, 255, 255, 0.15);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      padding: 28px;
      counter-increment: step;
    }

    .process li::before {
      content: "0" counter(step);
      color: var(--red);
      font-family: var(--font-display);
      font-size: 13px;
      font-weight: 900;
    }

    .process strong {
      display: block;
      margin: 30px 0 12px;
      font-family: var(--font-display);
      font-size: 24px;
    }

    .process span {
      color: rgba(255, 255, 255, 0.84);
      line-height: 1.62;
    }

    .brand-section {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
      gap: clamp(28px, 6vw, 72px);
      align-items: center;
    }

    .brand-section img {
      width: 100%;
      box-shadow: var(--shadow);
    }

    .cta {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
      gap: clamp(30px, 6vw, 78px);
      align-items: start;
    }

    .lead-form {
      display: grid;
      gap: 14px;
      padding: clamp(20px, 3vw, 34px);
      color: var(--ink);
      background: var(--paper);
      box-shadow: var(--shadow);
    }

    .lead-form.compact {
      padding: 0;
      background: transparent;
      box-shadow: none;
    }

    .lead-form label {
      display: grid;
      gap: 7px;
      color: var(--navy);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .lead-form input,
    .lead-form select,
    .lead-form textarea {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 6px;
      padding: 14px 14px;
      color: var(--ink);
      background: var(--white);
      outline: 0;
      transition: border-color 160ms ease, box-shadow 160ms ease;
    }

    .lead-form input:focus,
    .lead-form select:focus,
    .lead-form textarea:focus {
      border-color: var(--red);
      box-shadow: 0 0 0 4px rgba(198, 17, 34, 0.12);
    }

    .success {
      display: none;
      border-radius: 6px;
      padding: 14px;
      color: var(--white);
      background: #178a55;
      font-weight: 900;
    }

    .success.is-visible {
      display: block;
    }

    .footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 30px clamp(18px, 5vw, 72px) 92px;
      color: var(--white);
      background: #071424;
    }

    .footer-phones {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      color: rgba(255, 255, 255, 0.9);
      font-family: var(--font-display);
      font-weight: 800;
    }

    .footer-phones a:hover {
      color: var(--white);
    }

    .modal {
      position: fixed;
      z-index: 50;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 20px;
      pointer-events: none;
      opacity: 0;
      transition: opacity 180ms ease;
    }

    .gallery-modal {
      position: fixed;
      z-index: 60;
      inset: 0;
      display: grid;
      place-items: center;
      padding: clamp(12px, 3vw, 28px);
      pointer-events: none;
      opacity: 0;
      transition: opacity 180ms ease;
    }

    .gallery-modal[aria-hidden="false"] {
      pointer-events: auto;
      opacity: 1;
    }

    .gallery-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(7, 20, 36, 0.88);
      backdrop-filter: blur(10px);
    }

    .gallery-panel {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 56px minmax(0, 1fr) 56px;
      align-items: center;
      width: min(1180px, 100%);
      min-height: min(760px, calc(100svh - 40px));
      gap: 14px;
    }

    .gallery-panel figure {
      display: grid;
      gap: 12px;
      margin: 0;
      min-width: 0;
    }

    .gallery-panel img {
      width: 100%;
      max-height: calc(100svh - 130px);
      object-fit: contain;
      background: #071424;
      box-shadow: var(--shadow);
      touch-action: pan-y;
      user-select: none;
      transition: transform 180ms ease;
    }

    .gallery-panel img.is-swiping {
      transition: none;
    }

    .gallery-panel figcaption {
      color: rgba(255, 255, 255, 0.88);
      font-size: 14px;
      font-weight: 800;
      text-align: center;
    }

    .gallery-close,
    .gallery-arrow {
      border: 0;
      color: var(--white);
      background: rgba(255, 255, 255, 0.12);
      cursor: pointer;
      transition: transform 160ms ease, background 160ms ease;
    }

    .gallery-close:hover,
    .gallery-arrow:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.2);
    }

    .gallery-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      font-size: 32px;
      line-height: 1;
    }

    .gallery-arrow {
      width: 56px;
      height: 86px;
      border-radius: 6px;
      font-size: 58px;
      line-height: 0.8;
    }

    .modal[aria-hidden="false"] {
      pointer-events: auto;
      opacity: 1;
    }

    .modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(7, 20, 36, 0.78);
      backdrop-filter: blur(8px);
    }

    .modal-panel {
      position: relative;
      width: min(520px, 100%);
      max-height: calc(100svh - 40px);
      overflow: auto;
      padding: 32px;
      background: var(--white);
      box-shadow: var(--shadow);
      transform: translateY(18px) scale(0.98);
      transition: transform 180ms ease;
    }

    .modal[aria-hidden="false"] .modal-panel {
      transform: translateY(0) scale(1);
    }

    .modal-panel h2 {
      margin-bottom: 22px;
      color: var(--navy);
      font-size: 36px;
    }

    .modal-close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 50%;
      color: var(--navy);
      background: var(--paper);
      cursor: pointer;
      font-size: 28px;
      line-height: 1;
    }

    .modal-phones {
      display: grid;
      gap: 8px;
      margin-top: 20px;
      color: var(--navy);
      font-weight: 900;
    }

    .modal-phones a {
      border-bottom: 1px solid var(--line);
      padding-bottom: 8px;
    }

    .mobile-bar {
      position: fixed;
      z-index: 30;
      left: 12px;
      right: 12px;
      bottom: 12px;
      display: none;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      padding: 8px;
      border-radius: 8px;
      background: rgba(7, 20, 36, 0.9);
      backdrop-filter: blur(12px);
      box-shadow: 0 12px 38px rgba(7, 20, 36, 0.28);
    }

    .mobile-bar a,
    .mobile-bar button {
      min-height: 48px;
      border: 0;
      border-radius: 6px;
      color: var(--white);
      background: var(--red);
      cursor: pointer;
      text-align: center;
      font-family: var(--font-display);
      font-weight: 900;
      line-height: 48px;
    }

    .mobile-bar button {
      background: var(--white);
      color: var(--navy);
      line-height: 1;
    }

    @keyframes heroIn {
      from {
        opacity: 0;
        transform: translateY(24px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes heroZoom {
      from {
        transform: scale(1.05);
      }
      to {
        transform: scale(1);
      }
    }

    @keyframes sectionIn {
      from {
        opacity: 0.001;
        transform: translateY(26px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
      }
    }

    @media (max-width: 980px) {
      .site-header nav,
      .header-phone {
        display: none;
      }

      .site-header {
        padding: 14px 20px;
      }

      .quick-call,
      .intro,
      .urgent,
      .price-layout,
      .brand-section,
      .cta {
        grid-template-columns: 1fr;
      }

      .quick-call {
        display: grid;
      }

      .service-grid,
      .process ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gallery-panel {
        grid-template-columns: 46px minmax(0, 1fr) 46px;
      }

      .gallery-arrow {
        width: 46px;
        height: 74px;
      }
    }

    @media (max-width: 680px) {
      .hero {
        min-height: calc(88svh - var(--header-height));
      }

      .hero-content {
        width: calc(100% - 32px);
        margin: 0 16px 74px;
      }

      .hero h1 {
        font-size: clamp(52px, 18vw, 76px);
      }

      .hero-actions .btn {
        width: 100%;
      }

      .hero-facts {
        display: none;
      }

      .quick-call,
      .intro,
      .services,
      .pricing,
      .works,
      .process,
      .faq,
      .brand-section,
      .cta {
        padding: 54px 16px;
      }

      .proof-strip,
      .service-grid,
      .process ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .proof-strip div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .proof-strip div:last-child {
        border-bottom: 0;
      }

      .price-row {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .photo-grid {
        min-height: 420px;
      }

      .gallery-panel {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .gallery-arrow {
        position: fixed;
        bottom: 24px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        font-size: 42px;
      }

      .gallery-prev {
        left: 22px;
      }

      .gallery-next {
        right: 22px;
      }

      .gallery-panel img {
        max-height: calc(100svh - 160px);
      }

      .footer {
        display: grid;
        padding-bottom: 96px;
      }

      .footer .btn {
        width: 100%;
      }

      .mobile-bar {
        display: grid;
      }

      .modal-panel {
        padding: 24px 18px;
      }
    }
