/* ==========================================================================
   1. ШРИФТИ ТА ДИЗАЙН-СИСТЕМА
   ========================================================================== */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

:root {
    --color-primary: #35395c;
    --color-accent: #d3653b;
    --color-accent-hover: #b84f28;
    --color-bg-light: #f6f4f1;
    --color-bg-dark: #3a3d66;
    --color-card-dark: rgba(255, 255, 255, 0.05);
    --color-text-dark: #22252a;
    --color-text-light: #ffffff;
    --color-text-muted: #787c85;
    --color-border: #e2ddd6;
    --color-footer-bg: #26283d;
    
    --font-main: 'Gilroy', sans-serif;
    
    --header-height: 80px;
    --container-width: 1200px;
    --container-padding: 20px;
    --transition-speed: 0.3s;
}

/* ==========================================================================
   2. СКИДАННЯ ТА ГЛОБАЛЬНІ СТИЛІ (УСІ ГРАНІ ГОСТРІ)
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0 !important; /* Усі грані на сайті гострі! */
}

html {
    scroll-behavior: smooth;
    font-family: var(--font-main);
    color: var(--color-text-dark);
    font-size: 16px; /* Мінімальний базовий розмір 16px */
    line-height: 1.6;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition-speed);
}

ul {
    list-style: none;
}

button {
    font-family: var(--font-main);
    cursor: pointer;
    border: none;
    background: none;
    transition: all var(--transition-speed);
}

p {
    font-size: 16px; /* Розмір всього <p> тексту 16px */
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

/* ==========================================================================
   3. ТИПОГРАФІКА ТА МІКРОЕЛЕМЕНТИ (МІНІМАЛЬНИЙ РОЗМІР 16px УСЮДИ)
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-eyebrow {
    font-size: 16px; /* Збільшено з 13px до мінімального 16px */
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 8px;
    display: block;
}

.section-title {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 24px;
    display: block; /* Нормальний блочний потік замість флексу */
}

.section-title.text-light {
    color: var(--color-text-light);
}

.section-subtitle {
    font-size: 16px;
    color: var(--color-text-muted);
    margin-bottom: 40px;
}

/* Заголовок декор (half-ch.svg) замість brand-stripes */
.header-decor {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -0.15em; /* Ідеальне вирівнювання з капітальними літерами першого рядка */
    height: 0.85em; /* Пропорційно висоті шрифту батьківського заголовка! */
    flex-shrink: 0;
}

/* L-образні уголки (L-BRACKETS) з використанням картинок */
.l-bracket-tl {
    position: relative;
}
.l-bracket-tl::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-image: var(--bracket-img, url('img/pic/m-element.svg'));
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
}

.l-bracket-br {
    position: relative;
}
.l-bracket-br::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-image: url('img/pic/m-element.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}

/* Геодезична шкала-лінійка (Ruler Notch Bar) з ротацією */
.ruler-notch {
    position: relative;
    padding-top: 60px;
}
.ruler-notch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background-image:
        linear-gradient(90deg, var(--color-accent) 1px, transparent 1px),
        linear-gradient(90deg, var(--color-accent) 1px, transparent 1px);
    background-size: 16px 12px, 8px 6px;
    background-repeat: repeat-x;
    background-position: bottom left;
    transform: rotate(180deg); /* Ротація на 180 градусів за запитом */
    z-index: 1;
}

/* Окремий витончений сірий колір лінійки-шкали для темної секції Переваг за запитом */
.advantages-section.ruler-notch::before {
    background-image:
        linear-gradient(90deg, #a5a5a5 1px, transparent 1px),
        linear-gradient(90deg, #a5a5a5 1px, transparent 1px) !important;
}

/* Штрихована підложка під фото (Hatched Box) */
.hatched-box-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.hatched-box-wrapper::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, #e5e0d8, #e5e0d8 1px, transparent 1px, transparent 6px);
    z-index: 0;
}
.hatched-box-wrapper .photo-brackets {
    position: relative;
    z-index: 1;
}
.hatched-box-wrapper img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Кнопки (БЕЗ UPPERCASE, МІНІМУМ 16px, ОДНАКОВИЙ РОЗМІР З .about-toggle-btn) */
.cta-btn, 
.hero-btn-phone, 
.hero-btn-submit, 
.advantages-cta-btn, 
.table-btn, 
.form-submit-btn, 
.modal-submit-btn, 
.cta-action-btn, 
.cta-phone-btn, 
.price-toggle-btn, 
.about-toggle-btn, 
.seo-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 28px !important; /* На замовлення: однаковий розмір як у about-toggle-btn! */
    line-height: 1.2;
    transition: all var(--transition-speed);
    width: auto;
    text-transform: none;
    box-sizing: border-box;
}

.cta-btn span,
.about-toggle-btn span,
.price-toggle-btn span,
.seo-toggle-btn span,
.advantages-cta-btn span {
    font-size: 20px;
}

/* ==========================================================================
   4. ХЕДЕР ТА НАВІГАЦІЯ (МІНІМУМ 16px)
   ========================================================================== */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background-color: var(--color-primary);
    color: var(--color-text-light);
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop-nav {
    display: none;
    gap: 24px;
}
.desktop-nav a {
    font-weight: 500;
    font-size: 16px; /* Збільшено з 14px до мінімального 16px */
}
.desktop-nav a:hover {
    color: var(--color-accent);
}

.header-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* На замовлення: ліве вирівнювання як у футері */
}
.logo-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* На замовлення: ліве вирівнювання як у футері */
    line-height: 1;
}

/* Адаптивне зменшення висоти логотипу в шапці на мобільних пристроях */
@media (max-width: 1023px) {
    .header-logo img {
        height: 46px !important;
    }
}
.logo-text-top {
    font-size: 32px;
    font-weight: 800;
    position: relative;
}
.logo-marker {
    position: absolute;
    top: -4px;
    left: -8px;
    width: 14px;
    height: 14px;
    border-top: 3px solid var(--color-accent);
    border-left: 3px solid var(--color-accent);
}
.logo-text-bottom {
    font-size: 12px;
    color: var(--color-accent);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -5px;
}

.header-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-phone {
    font-weight: 700;
    font-size: 16px;
    display: none;
    align-items: center;
    gap: 6px;
}
.header-phone:hover {
    color: var(--color-accent);
}
.header-phone-icon {
    font-size: 20px;
    color: var(--color-accent);
}

.header-messengers {
    display: flex;
    gap: 8px;
}
.messenger-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: transparent; /* На замовлення: фон прозорий */
    border: 1px solid var(--color-border); /* Рамка залишається бежевою */
}
.messenger-icon:hover {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
}
.messenger-icon img {
    width: 20px; /* Збільшено з 18px до 20px */
    height: 20px; /* Збільшено з 18px до 20px */
    filter: brightness(0) invert(1) !important; /* На замовлення: білі іконки за замовчуванням */
}

.burger-btn {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Збільшено за запитом */
    width: 30px;
    height: 20px; /* Зменшено за запитом */
    z-index: 1001;
}
.burger-bar {
    width: 100%;
    height: 2px;
    background-color: var(--color-text-light);
    transition: var(--transition-speed);
}

/* Мобільна шторка (МІНІМУМ 16px) */
.mobile-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-speed);
}
.mobile-drawer-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.mobile-drawer {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    max-width: 80%;
    height: 100%;
    background-color: var(--color-text-light);
    z-index: 1002;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: right var(--transition-speed) ease-in-out;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
}
.mobile-drawer.is-active {
    right: 0;
}
.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.drawer-logo {
    color: var(--color-primary);
}
.drawer-logo .logo-text-bottom {
    color: var(--color-accent);
}
.drawer-close-btn {
    background-color: transparent;
    border: none;
    color: var(--color-text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color var(--transition-speed);
    padding: 0;
}
.drawer-close-btn:hover {
    color: var(--color-accent);
}
.drawer-close-btn span {
    font-size: 32px !important; /* На замовлення: великий хрестик замість тексту */
}
.drawer-nav {
    display: flex;
    flex-direction: column;
}
.drawer-link {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text-dark);
}
.drawer-link.active-link {
    color: var(--color-accent);
}
.drawer-footer {
    margin-top: auto;
    padding-top: 24px;
}
.drawer-phone {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.drawer-footer p {
    font-size: 16px; /* Збільшено з 14px до 16px */
    color: var(--color-text-muted);
}

/* ==========================================================================
   5. HERO СЕКЦІЯ
   ========================================================================== */
.hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-image: url('/img/asphalt-yard.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: var(--header-height);
    text-align: center;
    color: var(--color-text-light);
}
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.4));
    z-index: 1;
}
.hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.hero-eyebrow {
    font-size: 16px; /* Збільшено з 14px до 16px */
    font-weight: 700;
    color: var(--color-accent); /* На замовлення: без фону, колір оранжевий як інші eyebrows */
    margin-bottom: 16px;
    text-transform: uppercase;
}
.hero-title {
    font-size: clamp(32px, 6vw, 56px);
    font-weight: 800;
    max-width: 950px;
    margin-bottom: 24px;
    text-align: center; /* Центруємо текст */
    display: block;     /* Блочний запуск замість флексу */
}
.hero-title .header-decor {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -6px;   /* Компенсація базової лінії шрифту */
    height: clamp(32px, 5vw, 48px); /* Динамічний розмір під висоту заголовка */
}
.hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    max-width: 700px;
    margin-bottom: 40px;
    font-weight: 400;
    opacity: 0.9;
}
.hero-buttons-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}
.hero-btn-phone {
    background-color: var(--color-accent) !important;
    border: 2px solid var(--color-accent) !important;
    color: var(--color-text-light) !important;
    min-width: 280px; /* Однакова ширина */
    justify-content: center;
}
.hero-btn-phone:hover {
    background-color: var(--color-primary) !important; /* Наведення: стає синьою */
    border-color: var(--color-primary) !important;
}
.hero-btn-phone span {
    font-size: 20px !important; /* Уніфікований розмір іконок на hero */
    color: var(--color-text-light) !important;
    transition: color var(--transition-speed);
}
.hero-btn-phone:hover span {
    color: var(--color-text-light) !important;
}
.hero-btn-submit {
    background-color: transparent !important; /* Біла outline за запитом */
    border: 2px solid var(--color-text-light) !important;
    color: var(--color-text-light) !important; /* Текст білий */
    min-width: 280px; /* Однакова ширина */
    justify-content: center;
}
.hero-btn-submit:hover {
    background-color: var(--color-text-light) !important; /* Наведення: заливається білим */
    color: var(--color-primary) !important; /* Текст стає синім */
    border-color: var(--color-text-light) !important;
}
.hero-btn-submit span {
    font-size: 20px !important; /* Уніфікований розмір іконок на hero */
    color: var(--color-text-light) !important; /* Іконка біла за замовчуванням */
    transition: color var(--transition-speed);
}
.hero-btn-submit:hover span {
    color: var(--color-primary) !important; /* Іконка стає синьою */
}

/* Кнопки-близнюки у CTA-блоці також однакового розміру та стилю */
.cta-action-btn {
    background-color: transparent !important; /* На замовлення: біла outline кнопка */
    border: 2px solid var(--color-text-light) !important;
    color: var(--color-text-light) !important; /* Текст білий */
    min-width: 280px; /* Однакова ширина */
    justify-content: center;
    width: auto !important; /* Відміняємо 100% за запитом */
    transition: all var(--transition-speed);
}
.cta-action-btn:hover {
    background-color: var(--color-text-light) !important; /* Наведення: зафарбовується в білий */
    color: var(--color-primary) !important; /* Текст стає синім */
    border-color: var(--color-text-light) !important;
}
.cta-action-btn span {
    font-size: 20px !important;
    color: var(--color-text-light) !important; /* Іконка біла за замовчуванням */
    transition: color var(--transition-speed);
}
.cta-action-btn:hover span {
    color: var(--color-primary) !important; /* Іконка стає синьою */
}

.cta-phone-btn {
    background-color: var(--color-accent) !important; /* Помаранчева суцільна кнопка */
    border: 2px solid var(--color-accent) !important;
    color: var(--color-text-light) !important;
    min-width: 280px; /* Однакова ширина */
    justify-content: center;
    width: auto !important;
}
.cta-phone-btn:hover {
    background-color: var(--color-primary) !important; /* Наведення: стає синьою */
    border-color: var(--color-primary) !important;
}
.cta-phone-btn span {
    font-size: 20px !important;
    color: var(--color-text-light) !important;
    transition: color var(--transition-speed);
}
.cta-phone-btn:hover span {
    color: var(--color-text-light) !important;
}

/* Медіа-запит для адаптиву супер-малих екранів */
@media (max-width: 360px) {
    .hero-btn-phone, 
    .hero-btn-submit, 
    .cta-action-btn, 
    .cta-phone-btn {
        min-width: 100% !important;
    }
}

/* ==========================================================================
   6. НАШІ СПЕЦІАЛІЗОВАНІ ПОСЛУГИ (ОНОВЛЕНІ ШРИФТИ)
   ========================================================================== */
.services-section {
    background-color: var(--color-bg-light);
    padding-bottom: 80px;
}
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.service-card {
    position: relative; /* Додано для позиціонування L-куточків */
    background-color: var(--color-text-light);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    transition: transform var(--transition-speed);
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.service-card:hover .service-img-wrapper img {
    transform: scale(1.05);
}

.service-content {
    padding: 24px;
    color: var(--color-text-light);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.service-content h3 {
    font-size: 28px; /* Збільшено з 18px за запитом */
    font-weight: 700;
    margin-bottom: 12px;
}
.service-content p {
    font-size: 16px; /* Збільшено з 14px до мінімального 16px */
    opacity: 0.9;
    margin-bottom: 20px; /* Додано відступ перед посиланням */
}
.service-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px; /* Зменшено до 16px за запитом */
    font-weight: 600;
    color: var(--color-text-light) !important;
    margin-top: auto; /* Вирівнює кнопки в один ряд внизу карток! */
    transition: all var(--transition-speed);
    width: fit-content;
}
.service-detail-btn .detail-text {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6); /* Бордер тільки під написом "Детальніше" */
    padding-bottom: 2px;
    transition: border-color var(--transition-speed);
}
.service-detail-btn:hover .detail-text {
    border-bottom-color: transparent; /* Ховер ефект для бордера */
}
.detail-arrow {
    font-size: 20px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity var(--transition-speed), transform var(--transition-speed);
}
.service-detail-btn:hover .detail-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Чергування з використанням SVG з папки по черзі (1 - синій, 2 - оранжевий) */
.services-grid .service-card:nth-child(odd) {
    --bracket-img: url('img/pic/m-element-b.svg') !important;
}
.services-grid .service-card:nth-child(odd) .service-content {
    background-color: var(--color-primary) !important;
}

.services-grid .service-card:nth-child(even) {
    --bracket-img: url('img/pic/m-element.svg') !important;
}
.services-grid .service-card:nth-child(even) .service-content {
    background-color: var(--color-accent) !important;
}

/* ==========================================================================
   7. ПРО НАС (СГОРТАНИЙ, МІНІМУМ 16px)
   ========================================================================== */
.about-section {
    background-color: var(--color-bg-light);
    padding: 60px 0 100px;
}
.about-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}
.about-paragraph {
    margin-bottom: 16px;
    color: var(--color-text-muted);
}
.about-paragraph:last-child {
    margin-bottom: 0;
}
.about-collapse-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-collapse-wrapper.is-expanded {
    max-height: 1000px;
}
.about-toggle-btn {
    color: var(--color-accent);
    font-weight: 700;
    font-size: 16px; /* Збільшено з 15px до мінімального 16px */
    border: 2px solid var(--color-accent);
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    transition: all var(--transition-speed);
}
.about-toggle-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-text-light);
}
.about-toggle-btn span {
    font-size: 20px;
}

/* ==========================================================================
   8. ПРАЙС-ЛИСТ (РОЗШИРЕНИЙ ТА ЗГОРТАНИЙ, МІНІМУМ 16px)
   ========================================================================== */
.price-section {
    background-color: var(--color-text-light);
    padding-bottom: 80px;
}
.price-collapse-wrapper {
    max-height: 380px; /* Показує перші 5-6 рядків */
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.price-collapse-wrapper::after {
    content: '';
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff 95%);
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.price-collapse-wrapper.is-expanded {
    max-height: 1500px; /* Достатньо велика висота для 14 рядків */
}
.price-collapse-wrapper.is-expanded::after {
    opacity: 0;
}

.table-responsive {
    overflow-x: auto;
    margin-bottom: 16px;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}
.price-table th, .price-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
    font-size: 16px; /* Гарантуємо 16px */
}
.price-table th {
    background-color: var(--color-bg-light);
    font-weight: 700;
    color: var(--color-primary);
}
.price-table tr:hover td {
    background-color: #faf9f7;
}
.price-val {
    font-weight: 700;
    color: var(--color-text-dark);
}
.table-btn {
    background-color: transparent;
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    padding: 10px 18px;
    font-weight: 600;
    font-size: 16px; /* Збільшено з 12px до 16px */
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.table-btn span {
    font-size: 16px; /* Збільшено з 14px до 16px */
}
.table-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-text-light);
}

.price-toggle-wrapper {
    text-align: center;
    margin: 30px 0 20px;
}
.price-toggle-btn {
    color: var(--color-accent);
    font-weight: 700;
    font-size: 16px; /* Збільшено з 15px до 16px */
    border: 2px solid var(--color-accent);
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.price-toggle-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-text-light);
}
.price-toggle-btn span {
    font-size: 20px;
}
.price-top-note {
    font-size: 16px; /* Збільшено з 14px до 16px */
    color: var(--color-accent);
    font-weight: 600;
    margin-top: -30px;
    margin-bottom: 40px;
}

/* ==========================================================================
   9. НАШІ ПЕРЕВАГИ (ОНОВЛЕНІ ШРИФТИ)
   ========================================================================== */
.advantages-section {
    background-color: var(--color-primary);
    padding: 100px 0;
    color: var(--color-text-light);
}
.advantages-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}
.advantages-desc p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 20px;
    line-height: 1.7;
}
.advantages-desc p:last-child {
    margin-bottom: 40px;
}
.advantages-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--color-accent);
    color: var(--color-text-light);
    padding: 12px 28px !important; /* Уніфіковано як у about-toggle-btn */
    font-weight: 700;
}
.advantages-cta-btn:hover {
    background-color: var(--color-accent-hover);
}
.advantages-cta-btn span {
    font-size: 20px;
}
.advantages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.advantage-card {
    background-color: var(--color-card-dark);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 32px;
    --bracket-img: url('img/pic/m-element.svg');
}
.advantage-icon {
    width: 60px;
    height: 60px;
    background-color: var(--color-accent); /* Дефолтний оранжевий фон */
    color: var(--color-text-light) !important; /* Біла іконка */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 0 0 6px rgba(211, 101, 59, 0.2); /* Оранжеве обрамлення */
    transition: all var(--transition-speed);
}
.advantage-icon span {
    font-size: 28px !important; /* Розмір іконки всередині бейджа */
    color: var(--color-text-light) !important;
}


.advantage-card h3 {
    font-size: 28px; /* Збільшено з 20px за запитом */
    margin-bottom: 12px;
}
.advantage-card p {
    font-size: 16px; /* Збільшено з 14px до 16px */
    opacity: 0.7;
}

/* ==========================================================================
   10. ЕТАПИ РОБОТИ (З ЧЕРЕДУВАННЯМ L-УГОЛКІВ ТА ШРИФТОМ 28px)
   ========================================================================== */
.steps-section {
    background-color: var(--color-bg-light);
    padding: 80px 0;
}
.steps-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}
.steps-flow .step-card {
    background-color: var(--color-text-light);
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    position: relative;
    z-index: 2;
}

/* Чергування L-куточків: 1 оранжевий, 2 синій */
.steps-flow .step-card:nth-child(odd) {
    --bracket-img: url('img/pic/m-element.svg');
}
.steps-flow .step-card:nth-child(even) {
    --bracket-img: url('img/pic/m-element-b.svg');
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: var(--color-accent);
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 0 0 6px rgba(211, 101, 59, 0.2);
}
/* Чергування кольору фону номерів кроків: 1 та 3 оранжеві, 2 та 4 сині (#3c3e77) */
.steps-flow .step-card:nth-child(even) .step-number {
    background-color: #3c3e77 !important;
    box-shadow: 0 0 0 6px rgba(60, 62, 119, 0.2) !important;
}
.step-card h3 {
    font-size: 28px; /* Збільшено з 16px за запитом */
    margin-bottom: 12px;
}
.step-card p {
    font-size: 16px; /* Збільшено з 13px до 16px */
    color: var(--color-text-muted);
}

/* ==========================================================================
   11. НАШІ РОБОТИ (ГАЛЕРЕЯ)
   ========================================================================== */
.works-section {
    background-color: #ffffff;
    padding-bottom: 80px;
}
.works-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.03);
}

/* ==========================================================================
   12. ВІДГУКИ КЛІЄНТІВ (ПО 3 В РЯД, МІНІМУМ 16px)
   ========================================================================== */
.reviews-section {
    background-color: var(--color-bg-light);
    padding: 80px 0;
}
.carousel-container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.carousel-track-wrapper {
    overflow: hidden;
    width: calc(100% + 20px);
    padding: 10px;
    margin: -10px;
}
.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}
.review-card {
    min-width: 100%;
    flex: 0 0 100%;
    background-color: var(--color-text-light);
    border: 1px solid var(--color-border);
    padding: 40px;
    --bracket-img: url('img/pic/m-element.svg');
}
.review-stars {
    color: #ffb400;
    font-size: 24px;
    margin-bottom: 16px;
}
.review-text {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.8;
}
.review-author {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-primary);
}
.review-meta {
    font-size: 16px; /* Збільшено з 13px до 16px */
    color: var(--color-text-muted);
}
.carousel-arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-border);
    background-color: var(--color-bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-arrow:hover {
    background-color: var(--color-accent);
    color: var(--color-text-light);
    border-color: var(--color-accent);
}
.carousel-arrow span {
    font-size: 32px;
}

/* Переміщення стрілок каруселі за межі контейнера на великих екранах */
@media (min-width: 1340px) {
    .carousel-container {
        position: relative;
    }
    .carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .prev-arrow {
        left: -70px; /* Повністю за межами контейнера 1200px ліворуч */
    }
    .next-arrow {
        right: -70px; /* Повністю за межами контейнера 1200px праворуч */
    }
}
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}
.dot {
    width: 14px;
    height: 14px;
    background-color: var(--color-border);
    cursor: pointer;
    transition: var(--transition-speed);
}
.dot.active {
    background-color: var(--color-accent);
    transform: scale(1.1);
}

/* ==========================================================================
   13. FAQ (НА ВСЮ ШИРИНУ, З КУТОВИМИ СТРІЛКАМИ ВГОРУ/ВНИЗ)
   ========================================================================== */
.faq-section {
    background-color: #ffffff;
    padding: 80px 0;
}
.faq-accordion {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid var(--color-border);
}
.faq-item {
    border-bottom: 1px solid var(--color-border);
}
.faq-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: var(--color-text-dark);
}
.faq-trigger:hover {
    color: var(--color-accent);
}
.faq-icon {
    font-size: 28px;
    color: var(--color-primary);
    transition: transform var(--transition-speed);
}
.faq-trigger[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg); /* Стрілка плавно розвертається вгору */
    color: var(--color-accent);
}
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-content-inner {
    padding-bottom: 24px;
    color: var(--color-text-muted);
}

/* ==========================================================================
   14. ПОВНІСТЮ НОВИЙ CTA SECTION З ПАРАЛЛАКСОМ (iOS SAFARI COMPATIBLE)
   ========================================================================== */
.cta-parallax-section {
    position: relative;
    background-image: url('/img/cta-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    color: var(--color-text-light);
}
.cta-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 40, 61, 0.88); /* Преміальне темно-синє накладання */
    z-index: 1;
}
.cta-parallax-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}
.cta-content-left .cta-title {
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--color-text-light);
}
.cta-content-left .cta-description {
    font-size: 16px;
    opacity: 0.95;
    line-height: 1.7;
}
.cta-actions-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.cta-action-btn {
    width: 100%;
    padding: 18px 32px;
    font-size: 16px;
    background-color: var(--color-accent);
    border: 2px solid var(--color-accent);
    transition: all var(--transition-speed);
}
.cta-action-btn:hover {
    background-color: transparent;
    border-color: var(--color-text-light);
}
.cta-phone-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}
.cta-phone-block span {
    font-size: 16px; /* Збільшено з 13px до 16px */
    opacity: 0.7;
}
.cta-phone-link {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-text-light);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cta-phone-link:hover {
    color: var(--color-accent);
}
.cta-phone-link span {
    font-size: 24px;
    color: var(--color-accent);
}

/* iOS Safari Parallax Fix - відключає fixed background, щоб уникнути багів масштабування */
@supports (-webkit-touch-callout: none) {
    .hero-section,
    .cta-parallax-section,
    .geography-section {
        background-attachment: scroll;
    }
}

/* ==========================================================================
   15. КОНТАКТИ ТА ФОРМА (З РОЗДІЛЕНИМИ КАРТКАМИ ТА ФОНТАМИ 28px)
   ========================================================================== */
.contacts-section {
    background-color: var(--color-bg-light);
    padding-bottom: 100px;
}
.order-block, .contacts-block {
    margin-bottom: 100px;
}
.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.contact-card {
    background-color: var(--color-text-light);
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    --bracket-img: url('img/pic/m-element.svg');
}
.contact-card-icon {
    width: 60px;
    height: 60px;
    background-color: var(--color-accent); /* Дефолтний оранжевий фон */
    color: var(--color-text-light) !important; /* Біла іконка */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 6px rgba(211, 101, 59, 0.2); /* Оранжеве обрамлення */
    transition: all var(--transition-speed);
    flex-shrink: 0;
    margin: 6px; /* Додано маргін для збереження окантовки від затискання карткою */
}
.contact-card-icon span {
    font-size: 28px !important; /* Розмір іконки всередині бейджа */
    color: var(--color-text-light) !important;
}

/* Чергування кольору фону для іконок контактів: 1 та 3 оранжеві, 2 та 4 сині (#3c3e77) */
.contacts-info-col .contact-card:nth-child(even) .contact-card-icon {
    background-color: #3c3e77 !important;
    box-shadow: 0 0 0 6px rgba(60, 62, 119, 0.2) !important;
}

/* Великі кнопки месенджерів у контактах: прозорі з оранжевим ореолом за замовчуванням */
.contacts-info-col .contact-card:nth-child(even) .contact-card-icon.messenger-badge-icon {
    background-color: transparent !important;
    border: none !important;
    box-shadow: 0 0 0 6px rgba(211, 101, 59, 0.2) !important; /* Оранжеве обрамлення за замовчуванням */
}

/* Великі іконки месенджерів у контактах: використовують колір #23252a, прописаний безпосередньо у файлах SVG */
.messenger-badge-icon img {
    width: 28px;
    height: 28px;
    display: block;
    transition: filter var(--transition-speed) ease;
}
.messenger-badge-icon:hover,
.contacts-info-col .contact-card:nth-child(even) .contact-card-icon.messenger-badge-icon:hover {
    background-color: #3c3e77 !important; /* На замовлення: на ховері зафарбовується в синій */
    box-shadow: 0 0 0 6px rgba(60, 62, 119, 0.2) !important; /* Синій ореол */
    border: none !important;
}
.messenger-badge-icon:hover img {
    filter: brightness(0) invert(1) !important; /* На ховері іконка стає чисто білою */
}
.contact-card-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact-card-info span {
    font-size: 16px; /* Збільшено з 13px до 16px */
    color: var(--color-text-muted);
    margin-bottom: 4px;
}
.contact-card-info a {
    font-size: 22px !important; /* На замовлення: 22px */
    font-weight: 700;
    color: var(--color-text-dark);
}
.contact-card-info strong {
    font-size: 22px !important; /* На замовлення: 22px */
    font-weight: 700;
    color: var(--color-text-dark);
    margin-top: 4px;
    display: block;
}
.contact-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.messenger-square-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; /* Зменшено з 44px до 36px за запитом */
    height: 36px; /* Зменшено з 44px до 36px за запитом */
    background-color: var(--color-bg-light);
    border: 1px solid var(--color-border);
    transition: all var(--transition-speed);
}
.messenger-square-icon:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
}
.messenger-square-icon img {
    width: 20px; /* Зменшено з 24px до 20px за запитом */
    height: 20px; /* Зменшено з 24px до 20px за запитом */
    display: block;
    transition: filter var(--transition-speed) ease;
}
.messenger-square-icon:hover img {
    filter: brightness(0) invert(1);
}

/* Спеціальний стиль для футера, повністю ідентичний стилю у шапці (прозорий з бежевим бордером) */
.footer-socials .messenger-square-icon {
    background-color: transparent !important; /* Прозорий фон */
    border: 1px solid var(--color-border) !important; /* Бежева рамка */
}
.footer-socials .messenger-square-icon:hover {
    background-color: var(--color-accent) !important; /* На ховері змінюється на оранжевий */
    border-color: var(--color-accent) !important;
}
.footer-socials .messenger-square-icon img {
    filter: brightness(0) invert(1) !important; /* На замовлення: іконки білі за замовчуванням у футері */
}

.contacts-header-block {
    margin-bottom: 40px;
}
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.contacts-info-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-container {
    background-color: var(--color-text-light);
    padding: 50px; /* Збільшено з 40px до 50px за запитом */
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.form-title {
    font-size: 28px;
    margin-bottom: 12px;
    display: block; /* Нормальний блочний потік */
}
.form-subtitle {
    font-size: 16px; /* Збільшено з 14px до 16px */
    color: var(--color-text-muted);
    margin-bottom: 24px;
}
.form-group {
    margin-bottom: 16px;
}
.form-input, .form-select, .form-textarea {
    width: 100%;
    background-color: #f0ede8;
    border: 1px solid var(--color-border);
    font-family: var(--font-main);
    font-size: 16px; /* Збільшено з 15px до 16px */
    color: var(--color-text-dark);
    outline: none;
    transition: border-color var(--transition-speed);
}
.form-input, .form-select {
    height: 50px; /* Уніфікована висота 50px - така ж як у кнопок! */
    padding: 0 16px;
}
.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2335395c'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px;
    padding-right: 40px !important; /* Унікає накладання тексту на стрілочку */
    cursor: pointer;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
    border-color: var(--color-accent);
}
.form-textarea {
    padding: 16px;
    min-height: 120px;
    resize: vertical;
}
.form-submit-btn {
    width: 100% !important; /* На замовлення: кнопка на всю ширину */
    background-color: var(--color-accent);
    color: var(--color-text-light);
    padding: 14px 28px !important; /* На замовлення: комфортна висота */
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all var(--transition-speed);
}
.form-submit-btn:hover {
    background-color: var(--color-accent-hover);
}
.form-submit-btn span {
    font-size: 20px;
}

/* Перемикач мов UA | RU */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-main);
    font-size: 16px; /* Збільшено за запитом */
    font-weight: 700;
    color: var(--color-text-muted);
}
.lang-btn {
    background: none;
    border: none;
    color: #ffffff; /* На замовлення: неактивна мова білим кольором для темного фону */
    cursor: pointer;
    font-weight: 700;
    font-size: 16px; /* Збільшено за запитом */
    padding: 4px 6px;
    transition: color var(--transition-speed);
}
.lang-btn span {
    border-bottom: 2px solid transparent; /* Запобігає вертикальному смиканню елементів */
    padding-bottom: 2px;
    transition: all var(--transition-speed);
}
.lang-btn.active {
    color: var(--color-accent) !important;
}
.lang-btn.active span {
    border-bottom-color: var(--color-accent) !important; /* На замовлення: лінія підкреслення тільки під текстом span */
}
.lang-btn:hover {
    color: var(--color-text-light);
}

/* На світлому фоні мобільного меню неактивна мова має бути темною для видимості */
.mobile-drawer .lang-btn {
    color: var(--color-text-muted) !important;
}
.mobile-drawer .lang-btn.active {
    color: var(--color-accent) !important;
}
.mobile-drawer .lang-btn:hover {
    color: var(--color-text-dark) !important;
}
.lang-divider {
    color: var(--color-border);
}

/* Мобільне приховування перемикача мови у хедері */
@media (max-width: 1023px) {
    .main-header .lang-switcher {
        display: none !important;
    }
}

/* ==========================================================================
   19. ГЕОГРАФІЯ РОБІТ (НОВА СЕКЦІЯ ПЕРЕД ФУТЕРОМ)
   ========================================================================== */
.geography-section {
    background-color: var(--color-bg-light); /* #f6f4f1 за запитом */
    background-image: url('img/pic/ukraine-bg.svg');
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: auto 85%;
    background-attachment: fixed; /* На замовлення: фонова карта залишається статичною при прокрутці та розкритті */
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.geography-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.geography-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.geography-col h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 6px;
    width: fit-content;
}
.city-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px; /* За запитом строго 16px */
    color: var(--color-text-dark);
    font-weight: 600;
    width: fit-content;
    text-decoration: none;
}
.city-icon {
    font-size: 18px !important;
    color: var(--color-text-muted); /* Не сильно виділяється за запитом */
    opacity: 0.6;
    transition: opacity var(--transition-speed), color var(--transition-speed);
}
.city-name {
    border-bottom: 1px dashed transparent; /* Запобігає смиканню */
    transition: border-color var(--transition-speed), color var(--transition-speed);
}
.city-item:hover .city-name {
    border-bottom-color: var(--color-accent); /* На ховері рамка стає dashed помаранчевою */
    color: var(--color-accent);
}
.city-item:hover .city-icon {
    opacity: 1;
    color: var(--color-accent);
}
.city-item.active .city-name {
    border-bottom-color: var(--color-accent) !important;
    color: var(--color-accent) !important;
}
.city-item.active .city-icon {
    opacity: 1 !important;
    color: var(--color-accent) !important;
}

.geography-collapse-wrapper {
    max-height: 250px; /* Показує перші 4-5 міст у колонці за замовчуванням */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
}
.geography-collapse-wrapper.is-expanded {
    max-height: 1200px; /* Достатньо велика висота для розгортання всіх 36 міст */
}
/* Красиве розмиття внизу списку, що зникає при розгортанні */
.geography-collapse-wrapper::after {
    content: '';
    background: linear-gradient(to bottom, rgba(246, 244, 241, 0), #f6f4f1 90%);
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    transition: opacity var(--transition-speed) ease;
    opacity: 1;
    z-index: 5;
}
.geography-collapse-wrapper.is-expanded::after {
    opacity: 0;
}

.geo-toggle-btn {
    background: none;
    border: 2px solid var(--color-accent);
    color: var(--color-accent);
    font-weight: 600;
    font-size: 16px;
    padding: 10px 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition-speed) ease;
}
.geo-toggle-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-text-light);
}
.geo-toggle-btn span {
    font-size: 20px;
}

/* Мобільна адаптивність для географії */
@media (max-width: 1023px) {
    .geography-section {
        background-position: center;
        background-size: contain;
    }
    /* Додаємо напівпрозору плашку на мобілках для ідеальної читаності тексту поверх карти */
    .geography-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(246, 244, 241, 0.9);
        z-index: 1;
    }
    .geography-section .container {
        position: relative;
        z-index: 2;
    }
    .geography-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        row-gap: 50px;
    }
}

/* ==========================================================================
   16. SEO-ТЕКСТ
   ========================================================================== */
.seo-section {
    background-color: #ffffff; /* На замовлення: біла заливка */
    padding: 40px 0 80px;
}
.seo-content {
    max-height: 350px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}
.seo-content::after {
    content: '';
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff 90%); /* На замовлення: білий градієнт розмиття */
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
.seo-content.is-expanded {
    max-height: none;
}
.seo-content.is-expanded::after {
    opacity: 0;
}
.seo-content h2 {
    font-size: 24px;
    margin-top: 20px;
}
.seo-content h3 {
    font-size: 20px;
    margin-top: 20px;
}
.seo-content p {
    margin-bottom: 16px;
    color: var(--color-text-muted);
}
.seo-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 16px;
    color: var(--color-text-muted);
}
.seo-content ul li {
    margin-bottom: 8px;
}
.seo-toggle-wrapper {
    text-align: center;
    margin-top: 20px;
}
.seo-toggle-btn {
    color: var(--color-accent);
    font-weight: 600;
    font-size: 16px; /* Збільшено з 14px до 16px */
    border: 2px solid var(--color-accent);
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.seo-toggle-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-text-light);
}
.seo-toggle-btn span {
    font-size: 20px;
}

/* ==========================================================================
   17. ФУТЕР
   ========================================================================== */
.main-footer {
    background-color: var(--color-footer-bg);
    color: var(--color-text-light);
    padding-top: 60px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
}
.footer-col h4 {
    font-size: 18px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 10px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--color-accent);
}
.footer-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer-about-text {
    font-size: 16px; /* Збільшено з 14px до 16px */
    color: rgba(255,255,255,0.7);
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 16px; /* Збільшено з 15px до 16px */
}
.footer-links a:hover {
    color: var(--color-accent);
    padding-left: 4px;
}
.footer-contact-info {
    font-size: 16px; /* Збільшено з 15px до 16px */
    color: rgba(255,255,255,0.7);
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.footer-social-btn {
    background-color: rgba(255,255,255,0.1);
    color: var(--color-text-light) !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 16px; /* Збільшено з 12px до 16px */
    font-weight: 600;
}
.footer-social-btn:hover {
    background-color: var(--color-accent);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
}
.footer-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 16px; /* Збільшено з 13px до 16px */
    color: rgba(255,255,255,0.5);
    text-align: center;
}
.privacy-policy-link:hover {
    color: var(--color-text-light);
}

/* ==========================================================================
   18. ПЛАВАЮЧА КНОПКА З МЕСЕНДЖЕРАМИ (FAB)
   ========================================================================== */
:root {
    --fab-accent-color: var(--color-accent);
}

/* Base and Container Reset */
.floating-button-container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    font-family: sans-serif;
    line-height: normal;
    font-size: 1rem;
}
/* Reset styles for all elements within the container */
.floating-button-container *,
.floating-button-container *::before,
.floating-button-container *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
    line-height: normal;
}

/* Main Floating Button - High Specificity */
body .floating-button-container button.floating-button.main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--fab-accent-color, #486cef); /* Accent color variable */
    border-radius: 50% !important; /* Ensure roundness */
    border: none !important;
    padding: 0 !important; /* Ensure no padding */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3); /* Initial shadow */
    cursor: pointer;
    width: 55px !important; /* Робимо кнопку помітною та зручною */
    height: 55px !important;
    min-width: 55px;
    min-height: 55px;
    position: relative;
    transition: background-color 0.3s, box-shadow 0.3s;
    overflow: hidden; /* Clip icon animation */
    /* Enhanced shadow pulse animation */
    animation: pulse-shadow-enhanced 1.5s infinite;
    font-family: sans-serif !important;
    font-size: 1rem !important;
    line-height: normal !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: white !important; /* Default icon/content color */
    appearance: none !important; /* Reset default button appearance */
    -webkit-appearance: none !important;
    outline: none !important;
}

/* Wrapper for the icon inside the main button */
body .floating-button-container button.floating-button .main-icon-wrapper {
    width: 28px;  /* Icon container size */
    height: 28px; /* Icon container size */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit; /* Inherit color (white) from button */
    padding: 0; /* Default padding */
    margin: 0;
    border: none;
    box-sizing: border-box; /* Correct padding calculation */
}

.main-icon-wrapper img.main-button-icon[src$="/icons/telegram.svg"] {
 padding: 4px 2px 4px 0px !important;
}

/* The icon image itself inside the main button */
body .floating-button-container button.floating-button .main-icon-wrapper img.main-button-icon {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute; /* Remains absolute for slide animation */
    top: 0;
    left: 0;
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275),
                opacity 0.4s ease-in-out;
    object-fit: contain; /* Ensure icon fits without distortion */
    padding: 0; /* No padding on the image itself */
    margin: 0;
    border: none;
    max-width: none; /* Override theme constraints */
    box-sizing: border-box;
}

/* Animation States for main button icon */
body .floating-button-container button.floating-button .main-icon-wrapper img.main-button-icon.slide-out {
    transform: translateX(-120%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
body .floating-button-container button.floating-button .main-icon-wrapper img.main-button-icon.slide-in {
    transform: translateX(120%);
    opacity: 0;
}
/* Utility class to disable transitions for instant changes */
body .floating-button-container button.floating-button .main-icon-wrapper img.main-button-icon.no-transition {
     transition: none !important;
}

/* Pulse Ring Animation (Background) - High Specificity */
body .floating-button-container button.floating-button.main-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: color-mix(in srgb, var(--fab-accent-color, #d3653b) 50%, transparent);
    transform: translate(-50%, -50%);
    animation: pulse-ring 1.5s infinite;
    z-index: -1; /* Behind button content */
    display: block; /* Ensure visibility */
}

/* Keyframes for the outer pulse ring - More prominent */
@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(0.95); /* Start slightly larger */
        opacity: 0.8; /* Start more opaque */
    }
    100% {
        transform: translate(-50%, -50%) scale(2.2); /* End significantly larger */
        opacity: 0;
    }
}

/* Keyframes for the button shadow pulse - ENHANCED */
@keyframes pulse-shadow-enhanced {
    0% {
        box-shadow: 0 8px 10px color-mix(in srgb, var(--fab-accent-color, #d3653b) 30%, transparent),
                    0 0 0 0 color-mix(in srgb, var(--fab-accent-color, #d3653b) 35%, transparent);
    }
    70% {
         box-shadow: 0 10px 15px color-mix(in srgb, var(--fab-accent-color, #d3653b) 40%, transparent),
                     0 0 0 20px color-mix(in srgb, var(--fab-accent-color, #d3653b) 0%, transparent);
    }
    100% {
         box-shadow: 0 8px 10px color-mix(in srgb, var(--fab-accent-color, #d3653b) 30%, transparent),
                     0 0 0 0 color-mix(in srgb, var(--fab-accent-color, #d3653b) 0%, transparent);
    }
}

/* Social Buttons Container */
.floating-button-container .social-buttons {
    display: flex;
    position: absolute;
    bottom: 70px; /* Position above the main button */
    right: 3px; /* Центруємо по відношенню до 55px кнопки */
    flex-direction: column;
    gap: 12px; /* Spacing */
    align-items: center;
    opacity: 0; /* Hidden by default */
    transform: translateY(10px); /* Start slightly lower for animation */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    pointer-events: none; /* Not interactive when hidden */
}

/* Individual Social Buttons (Links) - High Specificity */
body .floating-button-container .social-buttons a.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px !important; /* Fixed size */
    height: 48px !important;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50% !important; /* Ensure roundness */
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important; /* Default shadow */
    cursor: pointer;
    text-decoration: none !important; /* No underline */
    color: white !important; /* Default icon color */
    transition: transform 0.2s ease-out, box-shadow 0.3s ease-out;
    padding: 0 !important; /* Ensure no padding */
    background-color: transparent; /* Base background, overridden by inline style from JS */
}

/* Icon image within social buttons */
body .floating-button-container .social-buttons a.social-button img {
    display: block;
    width: 24px !important; /* Fixed icon size */
    height: 24px !important;
    object-fit: contain;
    padding: 0; /* Reset padding */
    margin: 0;
    border: none;
    max-width: none; /* Override theme constraints */
}

/* Specific padding for Telegram icon within social buttons */
body .floating-button-container .social-buttons a.social-telegram img {
     padding: 4px 2px 4px 0px !important;
}

/* Hover effect for Social Buttons */
body .floating-button-container .social-buttons a.social-button:hover {
    transform: scale(1.1); /* Enlarge slightly */
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2) !important;
}

/* Active State: When the menu is open */
.floating-button-container.active .social-buttons {
    opacity: 1; /* Make visible */
    transform: translateY(0); /* Animate to final position */
    pointer-events: auto; /* Make interactive */
}
/* Active State: Stop animations on main button */
.floating-button-container.active button.floating-button.main-button {
    animation: none !important; /* Stop shadow pulse */
}
.floating-button-container.active button.floating-button.main-button::before {
    animation: none !important; /* Stop ring pulse */
    opacity: 0 !important; /* Hide ring */
    display: none; /* Can also hide completely */
}

/* ==========================================================================
   19. МОДАЛЬНЕ ВІКНО
   ========================================================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-speed);
}
.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}
.modal-window {
    background-color: var(--color-text-light);
    width: 90%;
    max-width: 500px;
    position: relative;
    transform: translateY(-20px);
    transition: transform var(--transition-speed);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.modal-overlay.is-open .modal-window {
    transform: translateY(0);
}
.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--color-text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-close-btn span {
    font-size: 32px;
}
.modal-close-btn:hover {
    color: var(--color-accent);
}
.modal-body {
    padding: 40px;
}
.modal-title {
    font-size: 28px;
    margin-bottom: 12px;
    display: block; /* Нормальний блочний потік */
}
.modal-subtitle {
    font-size: 16px; /* Збільшено з 14px до 16px */
    color: var(--color-text-muted);
    margin-bottom: 24px;
}
.modal-submit-btn {
    width: 100%;
    background-color: var(--color-accent);
    color: var(--color-text-light);
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.modal-submit-btn:hover {
    background-color: var(--color-accent-hover);
}
.modal-submit-btn span {
    font-size: 20px;
}


/* ==========================================================================
   20. МЕДІА-ЗАПИТИ (АДАПТИВНІСТЬ)
   ========================================================================== */

/* Планшети (768px - 1023px) */
@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contacts-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-bottom-container {
        flex-direction: row;
        justify-content: space-between;
    }

    /* Карусель відгуків: 2 картки на екрані */
    .review-card {
        flex: 0 0 calc((100% - 20px) / 2);
        min-width: 0 !important;
    }
}

/* Десктопи (1024px+) */
@media (min-width: 1024px) {
    .desktop-nav {
        display: flex;
    }
    
    .header-phone {
        display: inline-flex;
    }
    
    .burger-btn {
        display: none;
    }
    
    .hero-title {
        text-align: center;
    }
    
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .about-container {
        grid-template-columns: 1fr 1fr;
    }
    
    .advantages-container {
        grid-template-columns: 1fr 1.5fr;
    }
    
    .steps-flow {
        grid-template-columns: repeat(4, 1fr); /* Робота в 4 блоки за запитом */
    }
    /* Пунктирна лінія для етапів */
    .steps-flow::before {
        content: '';
        position: absolute;
        top: 180px;
        left: 10%;
        width: 80%;
        height: 2px;
        border-top: 2px dashed var(--color-accent);
        z-index: 1;
    }
    
    .works-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
    }

    /* Карусель відгуків: 3 картки на екрані */
    .review-card {
        flex: 0 0 calc((100% - 40px) / 3);
        min-width: 0 !important;
    }

    /* Двоколонковий CTA-блок (70% і 30%) */
    .cta-parallax-container {
        grid-template-columns: 7fr 3fr;
        gap: 60px;
    }
    .cta-actions-right {
        align-items: flex-end;
        text-align: right;
    }
}

/* ==========================================================================
   17. LIGHTBOX ДЛЯ ЗБІЛЬШЕННЯ ЗОБРАЖЕНЬ (ВІДЖЕТ НА ВСЮ ШИРИНУ)
   ========================================================================== */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 14, 23, 0.95); /* Темний оверлей бренду */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.lightbox-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}
.lightbox-img-wrapper {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}
.lightbox-overlay.is-open .lightbox-img-wrapper {
    transform: scale(1);
}
.lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    display: block;
    object-fit: contain;
}
.lightbox-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color var(--transition-speed);
}
.lightbox-close:hover {
    color: var(--color-accent);
}

/* ==========================================================================
   18. ДОДАТКОВІ МОБІЛЬНІ СТИЛІ ТА РЕФАЙНМЕНТИ
   ========================================================================== */
@media (max-width: 1023px) {
    /* 1. Більший міжрядковий відступ у заголовка Hero на мобільних пристроях */
    .hero-title {
        line-height: 1.35 !important;
    }

    /* 2. Контакти: прибираємо margin-bottom */
    .contacts-block {
        margin-bottom: 0 !important;
    }

    /* 2.Б. Карусель відгуків: прибираємо негативний маргін на мобільних для усунення горизонтального скролу */
    .carousel-track-wrapper {
        margin: 0 !important;
        width: 100% !important;
    }

    /* 3. Карусель відгуків: стрілки переміщені вниз строго під dots (опущені трохи нижче) */
    .reviews-section .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 100px; /* Збільшено з 80px до 100px для опускання стрілок */
    }
    .carousel-container {
        width: 100% !important;
        display: block !important;
        position: static !important; /* Дозволяє позиціонувати стрілки відносно контейнера секції */
        padding-bottom: 0 !important;
    }
    .carousel-track-wrapper {
        width: 100% !important;
    }
    .carousel-dots {
        position: absolute !important;
        bottom: 60px !important; /* Збільшено з 56px до 60px для додаткового простору */
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
    }
    .carousel-arrow {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important; /* Стрілки розташовані в самому низу (під dots) */
        width: 44px !important;
        height: 44px !important;
        z-index: 10 !important;
    }
    .prev-arrow {
        left: calc(50% - 50px) !important; /* Зліва від центру */
    }
    .next-arrow {
        right: calc(50% - 50px) !important; /* Справа від центру */
    }
}

@media (max-width: 767px) {
    /* 4. Наші роботи: строго 2 картинки в ряд на мобільних телефонах */
    .works-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important; /* Більш компактна сітка на маленьких екранах */
    }

    /* 5. Форма: відступи зменшено до 30px */
    .form-container {
        padding: 30px !important;
    }

    /* 6. Відгуки: приховуємо стрілки перемикання на мобільних телефонах */
    .reviews-section .container {
        padding-bottom: 30px !important; /* Скорочуємо зайве місце під слайдером */
    }
    .carousel-arrow {
        display: none !important; /* Повністю приховуємо стрілки */
    }
    .carousel-dots {
        position: static !important; /* Повертаємо крапки в нормальний потік */
        margin-top: 16px !important;
        transform: none !important;
    }
}

/* ==========================================================================
   20. САНІТАРНА СИСТЕМАТИЗАЦІЯ ІНЛАЙН-СТИЛІВ
   ========================================================================== */
.header-logo img {
    height: 60px;
    width: auto;
    display: block;
}

@media (max-width: 1023px) {
    .header-logo img {
        height: 46px !important; /* Зберігаємо мобільні пропорції */
    }
}

.desktop-nav-group {
    display: flex;
    align-items: center;
    gap: 24px;
}

.drawer-logo img {
    height: 48px;
    width: auto;
    display: block;
}

.mobile-drawer .lang-switcher {
    padding: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

.cta-parallax-section .section-eyebrow {
    color: var(--color-accent) !important;
}

.seo-content hr {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 30px 0;
}

.geo-toggle-wrapper {
    text-align: center;
    margin-top: 30px;
}

.footer-logo {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-logo a {
    display: block;
    width: auto;
    height: auto;
}
.footer-logo img {
    height: 60px;
    width: auto;
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.footer-lang-switcher {
    margin-top: 16px;
}

.footer-contact-icon {
    font-size: 18px !important;
    color: var(--color-text-muted); /* На замовлення: не сильно виділяється */
    opacity: 0.7;
    margin-top: 3px;
    display: inline-block;
    flex-shrink: 0;
    transition: opacity var(--transition-speed), color var(--transition-speed);
}
.footer-contact-info:hover .footer-contact-icon {
    opacity: 1;
    color: var(--color-accent); /* Легкий інтерактивний відгук */
}
.footer-contact-text {
    display: block;
    flex-grow: 1;
}

.developer-link-block {
    font-size: 16px;
    color: var(--color-text-muted);
}
.developer-link-block a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: color var(--transition-speed);
    margin-left: 4px;
}
.developer-link-block a:hover {
    color: var(--color-accent) !important;
}
.developer-link-block img {
    height: 16px;
    margin-top: -4px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
}

/* ==========================================================================
   21. ВНУТРІШНЯ СТОРІНКА: БУДІВНИЦТВО ДОРІГ (СТИЛІ HERO)
   ========================================================================== */
.inner-page-hero {
    text-align: left !important;
}
.inner-hero-container {
    align-items: flex-start !important;
    text-align: left !important;
}
.inner-hero-container .hero-title {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: none !important; /* Усуваємо обмеження ширини за запитом */
}
.inner-hero-container .hero-subtitle {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: none !important; /* Усуваємо обмеження ширини за запитом */
}
.about-phone-btn,
.advantages-phone-btn {
    background-color: var(--color-accent);
    color: var(--color-text-light) !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition-speed) ease;
    border: 2px solid var(--color-accent);
}
.about-phone-btn:hover {
    background-color: var(--color-primary) !important;
    color: #ffffff !important;
    border-color: var(--color-primary) !important;
}
.advantages-phone-btn:hover {
    background-color: #ffffff !important;
    color: var(--color-accent) !important;
    border-color: #ffffff !important;
}

/* Крахмальні крихти (Breadcrumbs) */
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color var(--transition-speed);
}
.breadcrumbs a:hover {
    color: var(--color-accent);
}
.breadcrumbs-separator {
    color: rgba(255, 255, 255, 0.4);
}
.breadcrumbs-current {
    color: var(--color-accent);
}

/* Hide HTML5 number input spinners */
input[type="number"].form-input::-webkit-outer-spin-button,
input[type="number"].form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].form-input {
    -moz-appearance: textfield;
}

.captcha-refresh-btn {
    transition: transform 0.3s ease;
}
.captcha-refresh-btn:hover {
    transform: rotate(90deg);
}
