/* ============================================================
   GMT.BY — Главный стиль
   Дизайн вдохновлён gm.by: светлый фон, красный акцент, Montserrat
   ============================================================ */

:root {
  --red:       #CC0000;
  --red-dark:  #a80000;
  --dark:      #1a1a1a;
  --dark-2:    #2d2d2d;
  --gray:      #6c757d;
  --light-bg:  #f7f8fa;
  --border:    #e4e4e4;
  --white:     #ffffff;
  --font:      'Montserrat', sans-serif;
  --radius:    6px;
  --shadow:    0 4px 24px rgba(0,0,0,.10);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-size: 15px;
  color: #333;
  background: #fff;
  line-height: 1.7;
}

h1,h2,h3,h4,h5,h6 { font-weight: 700; line-height: 1.25; }
a { color: var(--red); text-decoration: none; transition: color .2s; }
a:hover { color: var(--red-dark); }
img { max-width: 100%; }

.section-padding { padding: 80px 0; }
.bg-light-gmt { background: var(--light-bg); }

/* ── SECTION HEADER ─────────────────────────────────────── */
.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--red);
  margin-bottom: 10px;
}
.section-header h2 { font-size: 36px; margin-bottom: 14px; }
.section-header p { color: var(--gray); max-width: 560px; margin: 0 auto; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary-gmt {
  background: var(--red);
  color: #fff !important;
  border: 2px solid var(--red);
  padding: 10px 28px;
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--radius);
  transition: background .2s, transform .15s;
  font-family: var(--font);
}
.btn-primary-gmt:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  transform: translateY(-1px);
}

.btn-outline-gmt {
  background: transparent;
  color: var(--red) !important;
  border: 2px solid var(--red);
  padding: 10px 28px;
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--radius);
  transition: all .2s;
  font-family: var(--font);
}
.btn-outline-gmt:hover {
  background: var(--red);
  color: #fff !important;
}

.btn-white-gmt {
  background: #fff;
  color: var(--red) !important;
  border: 2px solid #fff;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 14px;
  border-radius: var(--radius);
  font-family: var(--font);
}
.btn-white-gmt:hover { background: #f0f0f0; border-color: #f0f0f0; }

.btn-outline-white {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,.7);
  padding: 10px 28px;
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--radius);
  font-family: var(--font);
}
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.btn-telegram, .btn-viber {
  border: none;
  padding: 7px 14px;
  border-radius: var(--radius);
  font-weight: 600;
  font-family: var(--font);
  font-size: 13px;
  color: #fff !important;
  min-width: 110px;
  text-align: center;
}
.btn-telegram { background: #0088cc; }
.btn-telegram:hover { background: #006fa8; }
.btn-viber { background: #7360f2; }
.btn-viber:hover { background: #5a49d6; }

/* ── HEADER ──────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: var(--shadow);
}

.header-top {
  background: var(--dark);
  padding: 8px 0;
  font-size: 13px;
}
.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-ticker-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
}
.header-ticker-inner {
  display: inline-block;
  white-space: nowrap;
  animation: ticker-scroll 22s linear infinite;
}
.header-ticker-inner span {
  color: rgba(255,255,255,.5);
  font-size: 11px;
}
.header-ticker-inner i {
  color: var(--red);
  margin-right: 4px;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(30vw); }
  100% { transform: translateX(-100%); }
}
.header-phone-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  background: var(--dark);
  padding-left: 12px;
}
.header-phone-wrap a {
  color: var(--white);
  text-decoration: none;
}
.header-phone-wrap a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header-inline-icon {
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.8) !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.header-inline-icon i { margin-right: 0; }
.header-inline-icon:hover {
  background: var(--red);
  color: #fff !important;
}

.header-social {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 2;
  background: var(--dark);
  padding-right: 12px;
}
.header-social a {
  width: 28px; height: 28px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.8);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  transition: background .2s;
}
.header-social a:hover { background: var(--red); color: #fff; }

.main-nav {
  background: transparent;
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}
.logo-img {
  height: 58px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  min-width: 0;
  height: 58px;
  padding: 0 !important;
  margin: 0;
  line-height: 1;
}
.logo-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  white-space: nowrap;
}
.logo-title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--dark);
  line-height: .88;
  margin: 0;
}
.logo-tagline {
  display: block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gray);
  line-height: .95;
  margin: 0;
}
.logo-dot {
  color: var(--red);
}

.main-nav .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: var(--dark) !important;
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: color .2s, background .2s;
}
.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active { color: var(--red) !important; }

.main-nav .dropdown-menu {
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
  padding: 8px 0;
}
.main-nav .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  color: var(--dark);
}
.main-nav .dropdown-item:hover { background: var(--light-bg); color: var(--red); }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  position: relative;
  background: url("../img/hero-root-v2.d1af655bd162.jpeg") center/cover no-repeat;
  background-color: var(--dark-2);
  min-height: calc(72vh - 24px);
  display: flex;
  align-items: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.30) 52%, rgba(0,0,0,.18) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 24px 0 20px; }
.min-vh-80 { min-height: auto; }
.hero-row { align-items: stretch; }
.hero-copy {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-label {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(204,0,0,.2);
  border: 1px solid rgba(204,0,0,.4);
  color: #ff9999;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  max-width: 100%;
  width: fit-content;
  flex-wrap: wrap;
  line-height: 1.35;
  word-break: break-word;
}
.hero-text h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.hero-text h1 span { color: var(--red); }
.hero-subtitle { color: rgba(255,255,255,.75); font-size: 15px; margin-bottom: 18px; }
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 18px;
}

/* Hero form */
.hero-booking-col {
  display: flex;
}
.hero-form-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  box-shadow: var(--shadow-lg);
  width: 100%;
}
.hero-form-card h3 { font-size: 18px; margin-bottom: 14px; color: var(--dark); }
.hero-form-card .form-label { font-size: 13px; font-weight: 600; color: var(--gray); }
.hero-form-card .form-select, .hero-form-card .form-control {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 14px;
}
.hero-form-card .form-select:focus, .hero-form-card .form-control:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(204,0,0,.12);
}

/* ── BENEFITS ────────────────────────────────────────────── */
.benefits-strip { background: var(--dark); padding: 0; }
.benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 32px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.benefit-item:last-child { border-right: none; }
.benefit-icon {
  font-size: 28px;
  color: var(--red);
  flex-shrink: 0;
}
.benefit-text { display: flex; flex-direction: column; }
.benefit-text strong { color: #fff; font-size: 15px; }
.benefit-text span { color: rgba(255,255,255,.55); font-size: 12px; }

/* ── SERVICE CARDS ───────────────────────────────────────── */
.services-section .section-header p { font-size: 16px; }

.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow .25s, transform .25s;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.service-card-img { position: relative; height: 190px; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.45), transparent);
}

.service-card-icon-wrap {
  height: 160px;
  background: linear-gradient(135deg, var(--dark) 0%, #3a1a1a 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 52px;
  color: var(--red);
}

.service-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-card-body h4 {
  font-size: 17px;
  margin: 0;
  color: var(--dark);
}
.service-card-body p {
  font-size: 14px;
  color: var(--gray);
  margin: 0;
}

.service-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-card-list li {
  font-size: 13px;
  color: #555;
  padding: 3px 0;
}
.service-card-list li i { color: var(--red); margin-right: 6px; }

.service-card-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.service-card-link:hover { gap: 10px; }

/* ── ABOUT ───────────────────────────────────────────────── */
.about-header { max-width: 720px; margin-left: auto; margin-right: auto; }
.about-title-row {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.about-title-row h2 { margin: 0; }
.about-img-wrap { position: relative; min-height: 300px; }
.about-img { border-radius: 8px; width: 100%; height: 100%; object-fit: contain; }
.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  box-shadow: var(--shadow);
  flex-shrink: 0;
}
.badge-number { font-size: 32px; font-weight: 800; line-height: 1; }
.badge-text { font-size: 12px; font-weight: 600; text-transform: uppercase; opacity: .9; line-height: 1.3; }

.about-features { display: flex; flex-direction: column; gap: 20px; }
.about-feature { display: flex; gap: 14px; align-items: flex-start; }
.af-icon { color: var(--red); font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.af-text { display: flex; flex-direction: column; }
.af-text strong { font-size: 15px; color: var(--dark); }
.af-text span { font-size: 13px; color: var(--gray); }

.lead-text { font-size: 16px; color: #444; margin: 14px 0; }

/* ── REVIEWS ─────────────────────────────────────────────── */
.reviews-section {
  background: var(--light-bg);
}

.reviews-section .section-header p {
  max-width: 760px;
}

.reviews-proof-item {
  background: #fff;
  border: 1px solid rgba(26,26,26,.06);
  border-radius: 14px;
  padding: 18px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews-proof-item strong {
  font-size: 20px;
  line-height: 1.15;
  color: var(--dark);
}

.reviews-proof-item span {
  font-size: 13px;
  color: var(--gray);
}

.reviews-proof-row {
  margin-bottom: 6px;
}

.review-card {
  background: #fff;
  border: 1px solid rgba(26,26,26,.08);
  border-radius: 18px;
  padding: 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 34px rgba(26,26,26,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(204,0,0,.2);
  box-shadow: 0 20px 40px rgba(26,26,26,.10);
}

.review-card-featured {
  background: linear-gradient(135deg, var(--dark) 0%, #2f1818 100%);
  color: #fff;
  border-color: transparent;
}

.review-card-featured h3,
.review-card-featured .review-meta strong {
  color: #fff;
}

.review-card-featured p,
.review-card-featured .review-meta span {
  color: rgba(255,255,255,.72);
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.review-service {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(204,0,0,.08);
  color: var(--dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.review-card-featured .review-service {
  background: rgba(255,255,255,.10);
  color: #fff;
}

.review-stars {
  color: #ffb400;
  font-size: 15px;
  letter-spacing: .08em;
}

.review-card h3 {
  font-size: 20px;
  margin: 0;
  color: var(--dark);
}

.review-card p {
  margin: 0;
  color: #4f5863;
  font-size: 15px;
}

.review-meta {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(26,26,26,.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-card-featured .review-meta {
  border-top-color: rgba(255,255,255,.12);
}

.review-meta strong {
  font-size: 14px;
  color: var(--dark);
}

.review-meta span {
  font-size: 13px;
  color: var(--gray);
}

/* ── REVIEWS PAGE ────────────────────────────────────────── */
.reviews-page-section {
  background: var(--light-bg);
}

.review-submit-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.review-submit-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.review-submit-card p {
  color: var(--gray);
  font-size: 14px;
  margin-bottom: 18px;
}

.review-submit-card .form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
}

.review-submit-card .form-check {
  margin-top: 8px;
}

.review-submit-card .form-check-input {
  margin-top: 0.25em;
}

.review-submit-card .form-check-label {
  font-size: 13px;
  color: #4f5863;
}

.review-empty-state {
  border-radius: 14px;
}

.review-empty-state p {
  margin: 0;
  color: var(--gray);
}

.review-context-note {
  margin: 26px auto 0;
  max-width: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(204,0,0,.15);
  color: var(--dark);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
}

.review-context-note i {
  color: var(--red);
}

/* Review Accordion */
.reviews-accordion {
  --bs-accordion-border-radius: 14px;
  --bs-accordion-border-color: var(--border);
  --bs-accordion-btn-color: var(--dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: var(--red);
  --bs-accordion-active-bg: #fff;
}

.reviews-accordion .accordion-item {
  box-shadow: var(--shadow);
  margin-bottom: 1rem;
  border-radius: var(--bs-accordion-border-radius) !important; /* Force override */
  border: 1px solid var(--border);
}
.reviews-accordion .accordion-item:first-of-type,
.reviews-accordion .accordion-item:last-of-type {
  border-radius: var(--bs-accordion-border-radius) !important;
}

.reviews-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CC0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.reviews-accordion .accordion-button {
  padding: 16px;
  font-weight: 600;
}

.reviews-accordion .accordion-button .fa-solid {
  width: 18px;
  text-align: center;
  color: var(--red);
}
.reviews-accordion .badge {
  background-color: var(--red) !important;
}
.reviews-accordion-plus {
  color: var(--red);
  font-weight: 700;
}

.reviews-accordion .accordion-body {
    padding: 4px 16px 16px;
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-section h2 { font-size: 34px; margin: 12px 0 16px; }
.faq-section p { color: var(--gray); }

.faq-home-header h2,
.faq-home-header p {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.faq-home-header p {
  max-width: none;
}

.faq-page-section {
  background: var(--light-bg);
}

.faq-topics-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 34px 0 46px;
}

.faq-topic-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
}

.faq-topic-chip:hover {
  border-color: var(--red);
  color: var(--red);
}

.faq-topic-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  box-shadow: var(--shadow);
  margin-bottom: 26px;
}

.faq-topic-head {
  margin-bottom: 18px;
}

.faq-topic-head h3 {
  font-size: 26px;
  margin: 8px 0 10px;
  color: var(--dark);
}

.faq-topic-head p {
  margin: 0;
  color: var(--gray);
  font-size: 15px;
}

.faq-item { border: none; border-bottom: 1px solid var(--border) !important; border-radius: 0 !important; }
.faq-item .accordion-button {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  background: #fff;
  padding: 18px 0;
  box-shadow: none;
  font-family: var(--font);
}
.faq-item .accordion-button:not(.collapsed) { color: var(--red); background: #fff; }
.faq-item .accordion-button:focus { box-shadow: none; }
.faq-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CC0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-item .accordion-body { padding: 0 0 18px; color: #555; font-size: 14px; }

/* ── CTA SECTION ─────────────────────────────────────────── */
.cta-section { background: var(--dark); padding: 60px 0; }
.cta-inner h2 { font-size: 34px; color: #fff; margin-bottom: 8px; }
.cta-inner p { color: rgba(255,255,255,.65); font-size: 16px; }

/* ── PAGE HERO ───────────────────────────────────────────── */
.page-hero {
  position: relative;
  background: url("../img/hero-root-v2.d1af655bd162.jpeg") center/cover no-repeat;
  background-color: var(--dark-2);
}
.page-hero-sm { padding: 70px 0 50px; }
.page-hero-service {
  padding: 160px 0 120px;
  background-size: cover;
  background-position: center;
}
.page-hero-service .page-hero-overlay {
  background: linear-gradient(to right, rgba(0,0,0,.7) 40%, rgba(0,0,0,.3));
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.42);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: 38px; margin-bottom: 12px; }
.page-hero .breadcrumb { background: transparent; padding: 0; }
.page-hero .breadcrumb-item, .page-hero .breadcrumb-item a { color: rgba(255,255,255,.6); font-size: 13px; }
.page-hero .breadcrumb-item.active { color: rgba(255,255,255,.9); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* ── SERVICES PAGE ───────────────────────────────────────── */
.service-big-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px;
  height: 100%;
  transition: box-shadow .25s;
  display: flex;
  flex-direction: column;
}
.service-big-card:hover { box-shadow: var(--shadow-lg); }

.sbc-head { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 20px; }
.sbc-icon {
  font-size: 32px; color: var(--red);
  background: #fff0f0;
  border-radius: 8px;
  width: 60px; height: 60px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sbc-head h3 { font-size: 20px; margin-bottom: 6px; }
.sbc-head p { font-size: 14px; color: var(--gray); margin: 0; }

.sbc-list { border-top: 1px solid var(--border); padding-top: 16px; margin-bottom: 20px; }
.sbc-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.sbc-item:last-child { border-bottom: none; }
.sbc-item-name { color: #444; }
.sbc-item-name i { color: var(--red); margin-right: 8px; }
.sbc-item-price { color: var(--red); font-weight: 700; white-space: nowrap; margin-left: 12px; }
.sbc-footer { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }

/* ── SERVICE DETAIL ──────────────────────────────────────── */
.service-detail-img { width: 100%; max-height: 400px; object-fit: cover; }

.subservice-list { display: flex; flex-direction: column; gap: 0; }
.subservice-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.si-left { display: flex; align-items: flex-start; gap: 14px; flex: 1; }
.si-icon {
  width: 36px; height: 36px;
  background: #fff0f0;
  color: var(--red);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.si-text { display: flex; flex-direction: column; }
.si-text strong { font-size: 15px; color: var(--dark); }
.si-text span { font-size: 13px; color: var(--gray); }
.si-price { color: var(--red); font-weight: 700; font-size: 16px; white-space: nowrap; margin-left: 16px; }

.cta-block {
  background: var(--light-bg);
  border-left: 4px solid var(--red);
  border-radius: 0 8px 8px 0;
  padding: 24px;
}
.cta-block p { color: var(--gray); margin-bottom: 16px; font-size: 14px; }

.service-reviews-block .review-card h3 {
  font-size: 20px;
}

.service-review-card {
  height: 100%;
}

/* Sidebar */
.sidebar-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.sidebar-card h4 { font-size: 17px; margin-bottom: 16px; color: var(--dark); }

.sidebar-services-list { list-style: none; padding: 0; margin: 0; }
.sidebar-services-list li { border-bottom: 1px solid var(--border); }
.sidebar-services-list li:last-child { border-bottom: none; }
.sidebar-services-list a {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 0;
  font-size: 14px; font-weight: 500; color: var(--dark);
}
.sidebar-services-list a:hover { color: var(--red); }
.sidebar-services-list a i:first-child { color: var(--red); width: 18px; }
.sidebar-services-list a .fa-chevron-right { margin-left: auto; font-size: 10px; color: var(--gray); }

.sidebar-contacts { list-style: none; padding: 0; }
.sidebar-contacts li {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0; border-bottom: 1px solid var(--border);
  font-size: 14px; color: #444;
}
.sidebar-contacts li:last-child { border-bottom: none; }
.sidebar-contacts i { color: var(--red); width: 18px; flex-shrink: 0; }

/* Sticky sidebar */
@media (min-width: 992px) {
  .sidebar-sticky {
    position: sticky;
    top: var(--sidebar-top, 120px);
  }
}

/* Sidebar order card */
.sidebar-order-card { border-top: 3px solid var(--red); }

.sidebar-contact-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f7fa;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
}
.sidebar-phone-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  white-space: nowrap;
  text-decoration: none;
  flex: 1;
}
.sidebar-phone-link i { color: var(--red); }
.sidebar-phone-link:hover { color: var(--red); }

.sidebar-msg-icons { display: flex; gap: 6px; flex-shrink: 0; }
.sidebar-msg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .18s;
}
.sidebar-msg-btn:hover { opacity: .85; }
.sidebar-msg-tg { background: #229ED9; color: #fff; }
.sidebar-msg-vb { background: #7360F2; color: #fff; }

/* ── BOOKING PAGE ────────────────────────────────────────── */
.booking-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 40px;
  box-shadow: var(--shadow);
}
.form-section-block {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px;
  margin-top: 8px;
}
.contact-inline-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--light-bg);
}
.contact-inline-block .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 8px;
}
.form-section-title i { color: var(--red); }
.form-control, .form-select {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 14px;
  height: 44px;
}
.form-control:focus, .form-select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(204,0,0,.12);
}
textarea.form-control { height: auto; }

.form-note { font-size: 12px; color: var(--gray); text-align: center; }
.form-note i { margin-right: 4px; }

.booking-info {
  background: var(--light-bg);
  border-radius: 10px;
  padding: 30px;
}
.booking-info h4 { font-size: 18px; margin-bottom: 24px; }
.booking-step { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.bs-num {
  width: 36px; height: 36px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px;
  flex-shrink: 0;
}
.bs-text strong { display: block; font-size: 15px; margin-bottom: 2px; }
.bs-text p { font-size: 13px; color: var(--gray); margin: 0; }

.contact-phone-big {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex: 1 1 260px;
}
.contact-phone-big a {
  color: var(--dark);
  text-decoration: none;
}
.contact-phone-big a:hover { color: var(--red); }

/* ── CONTACTS PAGE ───────────────────────────────────────── */
.contact-info-block { display: flex; flex-direction: column; gap: 20px; }
.ci-item { display: flex; align-items: flex-start; gap: 16px; }
.ci-icon {
  width: 44px; height: 44px;
  background: #fff0f0;
  color: var(--red);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.ci-text { display: flex; flex-direction: column; }
.ci-text span { font-size: 12px; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; }
.ci-text a, .ci-text strong { font-size: 16px; font-weight: 600; color: var(--dark); }
.ci-text a:hover { color: var(--red); }

.working-hours { background: var(--light-bg); border-radius: 8px; padding: 20px; }
.working-hours h5 { margin-bottom: 14px; font-size: 15px; color: var(--dark); }
.hours-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.hours-table td { padding: 6px 12px 6px 0; color: #444; }
.hours-table td:last-child { font-weight: 600; text-align: right; }

.contact-map { border-radius: 8px; display: block; }
.map-note { font-size: 13px; color: var(--gray); }
.map-note i { color: var(--red); margin-right: 6px; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer-logo { height: 48px; width: auto; margin-bottom: 16px; }
.footer-about { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.7; }

.footer-main { background: var(--dark-2); padding: 60px 0; }
.footer-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 16px; }

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.55); position: relative; }
.footer-links a:hover { color: #fff; padding-left: 8px; }
.footer-links a { transition: padding .2s, color .2s; }

.footer-links-services {
  column-count: 2;
  column-gap: 20px;
}

.footer-contacts-list { list-style: none; padding: 0; }
.footer-contacts-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,.55);
  margin-bottom: 10px;
}
.footer-contacts-list i { color: var(--red); margin-top: 2px; width: 14px; flex-shrink: 0; }
.footer-contacts-list a { color: rgba(255,255,255,.55); }
.footer-contacts-list a:hover { color: #fff; }

.footer-social { display: flex; gap: 8px; margin-top: 16px; }
.footer-social a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.7);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  transition: background .2s;
}
.footer-social a:hover { background: var(--red); color: #fff; }

.footer-bottom {
  background: var(--dark);
  padding: 16px 0;
  text-align: center;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.35); margin: 0; }

.footer-logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  margin-bottom: 16px;
}
.footer-logo-img {
  height: 48px;
  width: auto;
}
.footer-logo-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.footer-logo-title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--white);
  line-height: .88;
}
.footer-logo-tagline {
  display: block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: .95;
  letter-spacing: 1.6px;
}

/* ── SITE CHAT ───────────────────────────────────────────── */
.site-chat-widget {
  position: fixed;
  right: 24px;
  bottom: 88px;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  --site-chat-accent: #e10600;
  --site-chat-accent-soft: #ff4d4d;
  --site-chat-ink: #101828;
  --site-chat-muted: #667085;
  --site-chat-panel: #ffffff;
  --site-chat-surface: #f8fafc;
  --site-chat-border: rgba(15, 23, 42, 0.1);
  --site-chat-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
}
.site-chat-panel[hidden] {
  display: none !important;
}
.site-chat-invitation {
  position: absolute;
  right: 0;
  bottom: 88px;
  width: min(292px, calc(100vw - 28px));
  padding: 14px 16px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(225, 6, 0, 0.14), transparent 42%),
    linear-gradient(180deg, #1a1515 0%, #261d1d 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--site-chat-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  cursor: pointer;
}
.site-chat-invitation.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.site-chat-invitation::after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: #261d1d;
  transform: rotate(45deg);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-chat-invitation-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}
.site-chat-invitation-content {
  position: relative;
  z-index: 1;
}
.site-chat-invitation-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.site-chat-invitation-avatar {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--site-chat-accent) 0%, var(--site-chat-accent-soft) 100%);
  box-shadow: 0 12px 28px rgba(225, 6, 0, 0.28);
  font-size: 18px;
}
.site-chat-invitation-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-chat-invitation-copy strong {
  font-size: 15px;
  line-height: 1.15;
}
.site-chat-invitation-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.site-chat-invitation-presence {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
}
.site-chat-invitation-text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}
.site-chat-invitation-response {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.66);
}
.site-chat-toggle {
  position: relative;
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--site-chat-accent) 0%, var(--site-chat-accent-soft) 100%);
  color: #fff;
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.24);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
  z-index: 2;
}
.site-chat-toggle:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 28px 52px rgba(15, 23, 42, 0.28);
}
.site-chat-toggle:active {
  transform: scale(.98);
}
.site-chat-toggle-icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}
.site-chat-toggle-icon-close {
  opacity: 0;
  transform: scale(.7) rotate(-12deg);
}
.site-chat-widget.is-open .site-chat-toggle-icon-open {
  opacity: 0;
  transform: scale(.7) rotate(12deg);
}
.site-chat-widget.is-open .site-chat-toggle-icon-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.site-chat-toggle-pulse {
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: rgba(225, 6, 0, 0.2);
  z-index: -1;
  animation: site-chat-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
.site-chat-widget.is-open .site-chat-toggle-pulse,
.site-chat-toggle:hover .site-chat-toggle-pulse {
  animation: none;
  opacity: 0;
}
.site-chat-toggle-badge {
  position: absolute;
  top: -3px;
  right: -2px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  border: 2px solid #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.site-chat-toggle-tooltip {
  position: absolute;
  right: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
  min-width: 220px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
  pointer-events: none;
}
.site-chat-toggle-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: rgba(17, 17, 17, 0.92);
  transform: translateY(-50%) rotate(45deg);
}
.site-chat-toggle-tooltip strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.2;
}
.site-chat-toggle-title {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}
.site-chat-toggle-tooltip span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}
.site-chat-widget.has-unread .site-chat-toggle {
  box-shadow: 0 0 0 5px rgba(225, 6, 0, 0.12), 0 24px 44px rgba(15, 23, 42, 0.28);
}
.site-chat-mobile-telegram {
  display: none;
}
.site-chat-panel {
  width: min(356px, calc(100vw - 28px));
  background: var(--site-chat-panel);
  border-radius: 28px;
  box-shadow: var(--site-chat-shadow);
  overflow: hidden;
  border: 1px solid var(--site-chat-border);
  animation: site-chat-panel-in .24s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.site-chat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 16px 14px;
  background:
    radial-gradient(circle at top right, rgba(225, 6, 0, 0.18), transparent 44%),
    linear-gradient(180deg, #171212 0%, #231a1a 100%);
  color: #fff;
}
.site-chat-header-copy {
  min-width: 0;
}
.site-chat-header h3 {
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 1.15;
  color: #fff;
}
.site-chat-eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}
.site-chat-header-presence {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}
.site-chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, #e10600 0%, #ff4d4d 100%);
  box-shadow: 0 10px 20px rgba(225, 6, 0, 0.28);
}
.site-chat-header-presence-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.site-chat-header-presence-copy h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.15;
  color: #fff;
}
.site-chat-header-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.82);
}
.site-chat-close {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  flex-shrink: 0;
}
.site-chat-status-text.is-error {
  color: #b42318;
}
.site-chat-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #12b76a;
  flex-shrink: 0;
}
.site-chat-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
}
.site-chat-contact-details {
  display: block;
  padding: 12px 16px 0;
}
.site-chat-contact-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.site-chat-contact-summary-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.site-chat-contact-summary-copy strong {
  font-size: 13px;
  line-height: 1.2;
  color: #101828;
}
.site-chat-contact-summary-copy span {
  font-size: 11px;
  line-height: 1.35;
  color: #667085;
}
.site-chat-contact-edit {
  border: none;
  background: rgba(225, 6, 0, 0.08);
  color: #c10500;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.site-chat-contact-saved {
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #344054;
  font-size: 13px;
  line-height: 1.45;
}
.site-chat-contact-saved-text {
  display: block;
  word-break: break-word;
}
.site-chat-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.site-chat-field span {
  font-size: 12px;
  font-weight: 700;
  color: #344054;
}
.site-chat-field input,
.site-chat-field textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  padding: 13px 14px;
  font: inherit;
  resize: vertical;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.site-chat-field input:focus,
.site-chat-field textarea:focus {
  outline: none;
  border-color: #e10600;
  box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.1);
}
.site-chat-messages {
  max-height: 282px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px 16px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 1) 100%);
  flex: 1 1 auto;
  min-height: 140px;
}
.site-chat-messages::-webkit-scrollbar {
  width: 6px;
}
.site-chat-messages::-webkit-scrollbar-track {
  background: transparent;
}
.site-chat-messages::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.14);
  border-radius: 999px;
}
.site-chat-empty {
  padding: 16px 14px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(225, 6, 0, 0.05), transparent 40%),
    #fbfdff;
  border: 1px dashed #cbd5e1;
  color: #475467;
}
.site-chat-empty-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1f0 0%, #ffe4e1 100%);
  color: #e10600;
  font-size: 18px;
}
.site-chat-empty strong {
  display: block;
  margin-bottom: 6px;
  color: #101828;
}
.site-chat-empty p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.site-chat-message {
  display: flex;
  flex-direction: column;
  max-width: 85%;
  animation: site-chat-message-in .24s ease;
}
.site-chat-message.is-pending .site-chat-bubble,
.site-chat-message.is-pending .site-chat-message-time {
  opacity: .72;
}
.site-chat-message-incoming {
  align-self: flex-end;
  align-items: flex-end;
}
.site-chat-message-outgoing {
  align-self: flex-start;
  align-items: flex-start;
}
.site-chat-message-system {
  align-self: center;
  align-items: center;
}
.site-chat-bubble {
  border-radius: 20px;
  padding: 11px 15px;
}
.site-chat-message-incoming .site-chat-bubble {
  background: linear-gradient(135deg, var(--site-chat-accent) 0%, var(--site-chat-accent-soft) 100%);
  color: #fff;
  border-bottom-right-radius: 4px;
  box-shadow: 0 14px 26px rgba(225, 6, 0, 0.16);
}
.site-chat-message-outgoing .site-chat-bubble {
  background: #fff;
  color: #101828;
  border-bottom-left-radius: 4px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}
.site-chat-message-system .site-chat-bubble {
  background: #f8fafc;
  color: #475467;
  border: 1px dashed #d0d5dd;
}
.site-chat-message-time {
  font-size: 11px;
  color: #98a2b3;
  margin-top: 4px;
  padding: 0 4px;
}
.site-chat-message-text {
  font-size: 14px;
  line-height: 1.55;
}
.site-chat-typing {
  align-self: flex-start;
  display: flex;
}
.site-chat-typing-bubble {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 18px;
  border-bottom-left-radius: 4px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}
.site-chat-typing-bubble span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #98a2b3;
  animation: site-chat-dot 1s ease-in-out infinite;
}
.site-chat-typing-bubble span:nth-child(2) {
  animation-delay: .12s;
}
.site-chat-typing-bubble span:nth-child(3) {
  animation-delay: .24s;
}
.site-chat-form {
  padding: 0 16px 16px;
  flex-shrink: 0;
}
.site-chat-compose {
  padding: 14px;
  border-radius: 24px 24px 0 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.site-chat-field-message {
  margin-bottom: 12px;
}
.site-chat-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}
.site-chat-hint {
  margin: 0;
  font-size: 12px;
  color: #667085;
  line-height: 1.45;
  width: 100%;
}
.site-chat-privacy-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #475467;
}
.site-chat-privacy-note a {
  color: #e10600;
  font-weight: 700;
  text-decoration: none;
}
.site-chat-privacy-note a:hover {
  text-decoration: underline;
}
.site-chat-feedback {
  margin: 10px 2px 0;
  font-size: 12px;
  line-height: 1.45;
  color: #667085;
}
.site-chat-feedback.is-error {
  color: #b42318;
}
.site-chat-feedback.is-success {
  color: #027a48;
}
.site-chat-submit {
  align-self: center;
  min-width: 132px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 14px;
}
.site-chat-submit.is-loading {
  opacity: .88;
}

.articles-page {
  background:
    radial-gradient(circle at top left, rgba(225, 6, 0, 0.05), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.article-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  padding: 28px;
  margin-top: 34px;
  margin-bottom: 12px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(225, 6, 0, 0.15), transparent 30%),
    linear-gradient(135deg, #171212 0%, #251818 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
}
.article-featured-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 700;
}
.article-featured-card h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.12;
  color: #fff;
}
.article-featured-card p {
  margin: 0;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
}
.article-featured-meta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  white-space: nowrap;
}
.article-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}
.article-card-body {
  padding: 24px 24px 18px;
}
.article-card-meta {
  margin-bottom: 14px;
  font-size: 12px;
  color: #667085;
}
.article-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
}
.article-card h3 a {
  color: var(--dark);
  text-decoration: none;
}
.article-card h3 a:hover {
  color: var(--primary);
}
.article-card p {
  margin: 0;
  color: #667085;
  line-height: 1.7;
}
.article-card-footer {
  margin-top: auto;
  padding: 0 24px 24px;
}
.article-read-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e10600;
  font-weight: 700;
  text-decoration: none;
}
.article-read-link:hover {
  color: #c10500;
}
.article-hero:not([style]) {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(35, 26, 26, 0.8)),
    radial-gradient(circle at top right, rgba(225, 6, 0, 0.22), transparent 30%);
}
.article-detail-card {
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.06);
}
.article-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
  font-size: 13px;
  color: #667085;
}
.article-detail-content {
  color: #344054;
  line-height: 1.8;
}
.article-detail-content h2,
.article-detail-content h3,
.article-detail-content h4 {
  margin-top: 28px;
  margin-bottom: 14px;
  color: #101828;
}
.article-detail-content ul,
.article-detail-content ol {
  padding-left: 22px;
}
.article-detail-content a {
  color: #e10600;
}
.article-related-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.article-related-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-decoration: none;
}
.article-related-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.article-related-item strong {
  color: #101828;
  line-height: 1.45;
}
.article-related-item span {
  color: #667085;
  font-size: 12px;
}
@keyframes site-chat-pulse {
  0% {
    transform: scale(1);
    opacity: .65;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}
@keyframes site-chat-message-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes site-chat-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes site-chat-dot {
  0%, 80%, 100% {
    transform: scale(.85);
    opacity: .45;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 991px) {
  .hero { min-height: auto; }
  .hero-content { padding: 22px 0; }
  .hero-row,
  .hero-booking-col {
    align-items: initial;
    display: block;
  }
  .hero-copy {
    display: block;
    height: auto;
  }
  .hero-buttons {
    margin-top: 0;
    padding-top: 0;
  }
  .hero-text h1 { font-size: 32px; }
  .section-header h2 { font-size: 28px; }
  .benefit-item { padding: 20px; }
  .booking-card {
    padding: 32px;
  }
  .form-section-block {
    padding: 24px;
  }
  .booking-info {
    padding: 24px;
  }
  .contact-inline-block {
    padding: 14px 16px;
  }
  .logo-title {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .logo-tagline {
    font-size: 8px;
    letter-spacing: 1.6px;
  }
}

@media (max-width: 767px) {
  .hero-label {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 6px 12px;
  }
  .site-chat-widget {
    display: none !important;
  }
  .site-chat-mobile-telegram {
    position: fixed;
    right: 12px;
    bottom: 78px;
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
    color: #fff;
    box-shadow: 0 24px 44px rgba(34, 158, 217, 0.32);
    z-index: 1045;
    text-decoration: none;
    transition: transform .24s ease, box-shadow .24s ease;
  }
  .site-chat-mobile-telegram:active {
    transform: scale(.98);
  }
  .site-chat-mobile-telegram-icon {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    pointer-events: none;
  }
  .site-chat-mobile-telegram-pulse {
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    background: rgba(34, 158, 217, 0.2);
    z-index: -1;
    animation: site-chat-pulse 2.2s ease-out infinite;
    pointer-events: none;
  }
  .site-chat-panel {
    width: 100%;
    max-height: min(72vh, 620px);
    border-radius: 24px;
  }
  .site-chat-header {
    gap: 12px;
    padding: 12px 12px 10px;
  }
  .site-chat-header-presence {
    gap: 9px;
    margin-top: 0;
  }
  .site-chat-avatar {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    font-size: 14px;
  }
  .site-chat-header-presence-copy {
    gap: 2px;
  }
  .site-chat-header-presence-copy h3 {
    font-size: 14px;
  }
  .site-chat-header-status {
    gap: 6px;
    font-size: 12px;
  }
  .site-chat-dot {
    width: 8px;
    height: 8px;
  }
  .site-chat-close {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .site-chat-contact-details {
    margin: 8px 12px 0;
    padding: 10px 12px 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #fff;
    overflow: visible;
  }
  .site-chat-contact-summary {
    gap: 10px;
    margin-bottom: 8px;
  }
  .site-chat-contact-edit {
    min-height: 30px;
    padding: 5px 11px;
    font-size: 11px;
  }
  .site-chat-contact-saved {
    margin-bottom: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.4;
  }
  .site-chat-contact-grid {
    gap: 8px;
    padding: 0 0 12px;
  }
  .site-chat-messages {
    gap: 10px;
    padding: 10px 12px;
    max-height: none;
    min-height: 110px;
  }
  .site-chat-message {
    max-width: 90%;
  }
  .site-chat-bubble {
    padding: 9px 12px;
    border-radius: 16px;
  }
  .site-chat-message-text {
    font-size: 13px;
    line-height: 1.45;
  }
  .site-chat-message-time {
    margin-top: 3px;
    font-size: 10px;
  }
  .site-chat-typing-bubble {
    gap: 5px;
    padding: 10px 12px;
    border-radius: 16px;
  }
  .site-chat-typing-bubble span {
    width: 6px;
    height: 6px;
  }
  .site-chat-hint,
  .site-chat-privacy-note {
    width: 100%;
  }
  .article-featured-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .article-featured-card h3 {
    font-size: 24px;
  }
  .article-detail-card {
    padding: 24px;
  }
  .site-chat-form {
    padding: 0 12px 12px;
    overflow-y: auto;
  }
  .site-chat-compose {
    padding: 10px;
    border-radius: 18px 18px 0 0;
  }
  .site-chat-field {
    gap: 5px;
  }
  .site-chat-field span {
    font-size: 11px;
  }
  .site-chat-field input,
  .site-chat-field textarea {
    border-radius: 14px;
    padding: 11px 12px;
    font-size: 13px;
  }
  .site-chat-field-message {
    margin-bottom: 10px;
  }
  .site-chat-actions {
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }
  .site-chat-hint,
  .site-chat-privacy-note {
    max-width: none;
    font-size: 11px;
    line-height: 1.35;
  }
  .site-chat-submit {
    width: 100%;
    min-height: 42px;
    gap: 8px;
    border-radius: 12px;
  }
  .site-chat-feedback {
    margin-top: 8px;
    font-size: 11px;
  }
  .hero { min-height: auto; }
  .hero-content { padding: 28px 0 34px; }
  .hero-row { row-gap: 18px; }
  .hero-copy,
  .hero-booking-col {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero-label {
    margin-bottom: 16px;
    padding: 8px 14px;
    line-height: 1.35;
  }
  .hero-text h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .hero-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.45;
  }
  .hero-form-card { padding: 20px 18px; }
  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .benefits-strip .benefit-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .section-padding { padding: 50px 0; }
  .booking-card { padding: 24px; }
  .booking-card > h2,
  .form-section-block > h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .booking-card > p,
  .form-section-block > p {
    font-size: 14px;
  }
  .form-section-block {
    padding: 20px;
  }
  .contact-inline-block {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .contact-inline-block .btn {
    width: 100%;
  }
  .contact-phone-big {
    flex: 1 1 auto;
    width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
  }
  .contact-phone-big a {
    overflow-wrap: anywhere;
  }
  .form-section-title {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 8px;
  }
  .booking-info {
    padding: 22px 20px;
  }
  .booking-info h4,
  .booking-info h5 {
    line-height: 1.3;
  }
  .booking-step {
    gap: 12px;
    margin-bottom: 16px;
  }
  .bs-num {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .bs-text strong {
    font-size: 14px;
  }
  .bs-text p {
    font-size: 13px;
    line-height: 1.45;
  }
  .form-note {
    text-align: left;
    line-height: 1.45;
  }
  .review-submit-card {
    padding: 24px;
  }
  .faq-topic-block { padding: 24px; }
  .faq-topic-head h3 { font-size: 22px; }
  .faq-home-header h2,
  .faq-home-header p {
    white-space: normal;
  }
  .header-top { display: none; }
  .logo-img { height: 48px; }
  .logo-name {
    height: 48px;
    transform: translateY(-2px);
  }
  .logo-title {
    font-size: 15px;
    letter-spacing: 1.8px;
  }
  .logo-tagline {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
}

@media (max-width: 575px) {
  .section-padding .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .booking-card {
    padding: 18px;
    border-radius: 12px;
  }
  .booking-card > h2,
  .form-section-block > h2 {
    font-size: 22px;
  }
  .form-section-block {
    padding: 16px;
  }
  .contact-inline-block {
    padding: 12px;
    gap: 10px;
  }
  .contact-phone-big {
    font-size: 18px;
  }
  .booking-info {
    padding: 18px 16px;
    border-radius: 12px;
  }
  .booking-info hr {
    margin: 18px 0 !important;
  }
  .form-control,
  .form-select {
    font-size: 16px;
  }
  .hours-table,
  .hours-table tbody,
  .hours-table tr,
  .hours-table td {
    display: block;
    width: 100%;
  }
  .hours-table tr + tr {
    margin-top: 10px;
  }
  .hours-table td {
    padding: 0;
  }
  .hours-table td:last-child {
    text-align: left;
    margin-top: 2px;
  }
}
