/*Перпеход к услугам*/
.vertical-buttons {
  display: flex;
  flex-direction: column; /* вертикально */
  gap: 12px; /* расстояние между кнопками */
}

.btn-quick {
  background: var(--gold);
  color: #fde404;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.btn-quick:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}



/*кнопка актуальные цены*/
.price-button-container {
  text-align: center;
  margin: 30px 0;
}

.price-button {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, #adbbb3, #27332a);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 200, 83, 0.973);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.price-button:hover {
  background: linear-gradient(135deg, #00e676, #00c853);
  box-shadow: 0 6px 20px rgba(0, 230, 119, 0.979);
  transform: translateY(-2px);
}

.price-button:active {
  transform: translateY(1px);
}



/* Общие сбросы */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f9f9f9;
  padding: 20px;
}

h2 {
  color: #0a83f3;
}
/** Header */
header {
  text-align: center;
  padding: 30px 0;
  background: #007aff;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
}

header h1 {
  font-size: 2.5rem;
  text-transform: capitalize;
}

header h1 strong {
  color: #ffeb3b;
}


/* Навигация */
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  flex-wrap: wrap;
  z-index: 1000;
}

.nav a {
  text-decoration: none;
  color: #007aff;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.nav a:hover {
  background: #007aff;
  color: #fff;
}

/* Бургер */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 24px;
  gap: 5px;
  margin-left: 10px;
}

.burger div {
  height: 4px;
  background: #007aff;
  border-radius: 2px;
}

/* Блок описания */
.window-cleaning-description {
  max-width: 800px;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  flex: 1;
}

.window-cleaning-description h2 {
  background: #ffeb3b;
  color: #007aff;
  font-size: 2rem;
  padding: 15px 20px;
  margin: 0;
}

.window-cleaning-description .description-block {
  padding: 20px;
}

.window-cleaning-description .description-block p {
  margin-bottom: 16px;
}

.window-cleaning-description .description-block a {
  color: #007aff;
  text-decoration: none;
  border-bottom: 2px solid #007aff;
}

.window-cleaning-description .description-block a:hover {
  color: #005bb5;
  border-color: #005bb5;
}

/* SEO‑текст */
.seo-text {
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 15px 20px;
  background: #e0f7fa;
  border-left: 6px solid #007aff;
  border-radius: 4px;
}

.seo-text p {
  margin-bottom: 8px;
  font-style: italic;
}

/* Телефон */
a[href^="tel:"] {
  display: inline-block;
  margin: 20px auto;
  padding: 12px 20px;
  background: #007bff96;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.2s;
}

a[href^="tel:"]:hover {
  background: #f6f7f6;
}

/* Кнопка "Главная" */
.right-bar {
  text-align: center;
  margin: 30px auto;
}

.right-bar a {
  display: inline-block;
  background: #fff;
  color: #007aff;
  padding: 10px 20px;
  border: 2px solid #007aff;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
}

.right-bar a:hover {
  background: #007aff;
  color: #fff;
}

/* Footer */
footer {
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
  font-size: 0.9rem;
  color: #777;
}

/* Контейнер-обёртка */
.window-cleaning-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}

/* Боковые изображения */
.window-cleaning-wrapper .side-image {
  width: 300px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.window-cleaning-wrapper .side-image.left {
  border: 2px solid #007aff;
}

.window-cleaning-wrapper .side-image.right {
  border: 2px solid #ffeb3b;
}

/* Таблица цен */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.price-table th,
.price-table td {
  border: 1px solid #99989bf1;
  padding: 12px;
  text-align: left;
}

.price-table th {
  background-color: #072bf875;
  font-weight: bold;
}

.price-table tr:nth-child(even) {
  background-color: #fafafa;
}

.price-table tr:hover {
  background-color: #f1f1f1;
}

.window-cleaning-prices {
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

.window-cleaning-prices h2,
.window-cleaning-prices p {
  text-align: center;
}


.price-table .recommended {
  background-color: #e0f7fa;
  border: 2px solid #00acc1;
  transform: scale(1.05);
}


/* Секция калькулятора */
.section {
  background: #f1f0f3bd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

label {
  font-weight: bold;
  margin: 10px 0 5px;
  display: block;
}

select,
input[type="number"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

#extras label {
  font-weight: normal;
  display: block;
  margin: 5px 0;
}

button {
  padding: 12px 20px;
  background-color: #007aff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

button:hover {
  background-color: #005bb5;
}

.total {
  margin-top: 15px;
  font-size: 1.5rem;
  color: #007700;
  font-weight: bold;
}

/* Адаптивность */
@media (max-width: 1024px) {
  header h1 {
    font-size: 2rem;
  }

  .window-cleaning-description h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .window-cleaning-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .side-image {
    width: 100%;
    max-width: 500px;
  }

  .window-cleaning-description {
    margin: 20px 0;
  }

  header h1 {
    font-size: 1.75rem;
  }

  h1 {
    font-size: 1.6rem;
  }

  .section {
    padding: 15px;
  }

  select,
  input[type="number"] {
    font-size: 1rem;
  }

  button {
    width: 100%;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    display: none;
    width: 100%;
    border-radius: 0 0 8px 8px;
    margin-top: 10px;
  }

  .nav.active {
    display: flex;
  }

  .burger {
    display: flex;
  }
}

@media (max-width: 480px) {
  body {
    padding: 10px;
  }

  .window-cleaning-description h2 {
    font-size: 1.5rem;
  }

  header h1 {
    font-size: 1.5rem;
  }

  a[href^="tel:"] {
    font-size: 1rem;
    padding: 10px 15px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .right-bar a {
    width: 100%;
  }

  h1 {
    font-size: 1.4rem;
  }
}

/*лого с лева*/
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px;
  background: #007aff;
  border-radius: 8px;
  margin-bottom: 30px;
}

.left-bar img {
  height: auto;
  max-width: 150px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .main-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .left-bar {
    margin-bottom: 10px;
  }
}


/*✅ Новий адаптивний CSS (apartament)*/
/* Скидання стилів */
.window-cleaning-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem 0;
  flex-direction: row;
}

.side-image {
  flex: 0 0 25%;
  max-width: 25%;
  height: auto;
  border-radius: 8px;
}

.window-cleaning-description {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 1rem;
}

@media (max-width: 1024px) {
  .window-cleaning-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .side-image,
  .window-cleaning-description {
    max-width: 100%;
    flex: 0 0 100%;
  }
}


/*Голосиевский центральный блок*/
.price-table-section {
  padding: 2rem;
  background: #f7f9fbb7;
  border-radius: 16px;
  margin: 2rem 0;
}

.price-table-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.price-table-section h3 {
    color: rgba(11, 7, 240, 0.973);
    margin-bottom: 0.2rem;
    font-display: swap;
}



.deep-cleaning-block li {
  background-color: #1cad1c; /* светло-зелёный */
  border-left: 4px solid #01ff16; /* ярко-зелёная полоса */
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(60, 50, 205, 0.973);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.6s ease forwards;
}

.deep-cleaning-block li:hover {
  background-color: #01ff01;
  box-shadow: 0 4px 12px rgb(13, 14, 13);
  transform: scale(1.02);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*сылки в ru/apart*/
.main-link {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0066cc;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.main-link:hover {
  background-color: #0066cc;
  color: #ffffff;
  text-decoration: none;
}




.table-wrapper {
  overflow-x: auto;
}
/**/
.highlight-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e88e5; /* стильный синий */
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  background: linear-gradient(to right, #e3f2fd, #bbdefb);
  padding: 0.5rem 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.seo-hidden {
  font-size: 0;
  opacity: 0;
  position: absolute;
  left: -9999px;
}




/*номер телефона и заявка с низу*/
.promo-box {
  border: 2px solid #0a0efa;
  background-color: #f9fff9;
  padding: 20px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 4px 8px rgba(24, 252, 4, 0.986);
  max-width: 600px;
  margin: 20px auto;
}
.promo-box a {
  color: #4c77af;
  font-weight: bold;
  text-decoration: none;
}
.promo-box a:hover {
  text-decoration: underline;
}

/*нижний бордер по примарий*/
.faq details summary {
  background-color: #f0f8ff;
  padding: 12px 16px;
  margin-bottom: 8px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* тінь */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.faq details summary:hover {
  background-color: #e6f4ff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.faq details[open] summary {
  background-color: #dceeff;
  color: #003366;
}

/* Анімація для <p> всередині details */
.faq details p {
  opacity: 0;
  transform: translateY(10px) scale(0.97);
  animation: fadeInSlide 0.6s ease-out forwards;
  animation-delay: 0.2s;

  padding: 20px;
  margin: 16px 0;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #0c2b2b;

  /* Glass effect */
  background: rgba(5, 110, 247, 0.123);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(7, 44, 252, 0.993);

  /* Neon glow */
  box-shadow:
    0 0 12px rgba(42, 150, 238, 0.979),
    0 0 32px rgba(143, 166, 240, 0.952),
    inset 0 0 4px rgba(21, 5, 248, 0.959);
}



/* Коли details анимация появления*/
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Ключові кадри для fadeIn  распонс*/
@media (max-width: 600px) {
  .faq details p {
    font-size: 15px;
    padding: 14px 16px;
  }
}





details ul {
  margin: 0 0 1em 1.5em;
}



/* 🎯 Стили блока цен для клининговых услуг */

#cleaning-prices-kyiv {
  background: #f9fbf9;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

#cleaning-prices-kyiv h2 {
  font-size: 28px;
  color: #217a41;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

#cleaning-prices-kyiv p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.price-table thead th {
  background: #e9f8ee;
  color: #217a41;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.price-table tbody td strong {
  color: #217a41;
}

.order-button {
  display: inline-block;
  background-color: #28a745;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 128, 0, 0.2);
  margin-top: 20px;
  transition: all 0.3s ease;
}

.order-button:hover {
  background-color: #1e8f39;
  box-shadow: 0 6px 16px rgba(0, 128, 0, 0.25);
  transform: translateY(-2px);
}

/* 📱 Адаптация под мобильные устройства */
@media (max-width: 768px) {
  #cleaning-prices-kyiv h2 {
    font-size: 22px;
  }

  .price-table th,
  .price-table td {
    font-size: 15px;
    padding: 10px;
  }

  .order-button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 14px;
  }
}
