body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    scroll-padding-top: 4rem;
    position: relative;
    overflow-x: hidden !important; /* FIXED: No horizontal scroll/white space on mobile */
}
        .countdown { background-color: #ff3333; color: white; padding: 18px; text-align: center; font-weight: 700; font-size: 1.8em; position: sticky; top: 0; z-index: 50; }
        nav { background-color: #1a2526; color: white; padding: 24px; position: sticky; top: 72px; z-index: 50; }
        nav ul { font-size: 1.5em; }
        header { background-image: url('images/header.jpg'); background-size: cover; background-position: center; color: white; text-align: center;  padding: 4rem 1rem; position: relative; z-index: 1; }
        header h1, header p, header a { text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }
        .header-logo { width: 225px; max-height: 168px; height: auto; position: absolute; top: 0; left: 0; z-index: 60; }
        .slider { position: relative; max-width: 1000px; margin: auto; overflow: hidden; }
        .slide { display: none; opacity: 0; transition: opacity 0.5s ease-in-out; }
        .slide.active { display: block; opacity: 1; }
        .gallery-item { display: flex; gap: 10px; justify-content: center; align-items: center; }
        .gallery-item img { width: 48%; max-width: 450px; height: auto; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); loading: lazy; }
        .gallery-item img.error { background: #f0f0f0; }
        .prev, .next { position: absolute; top: 50%; transform: translateY(-50%); background-color: #1A2526; color: white; border: none; padding: 10px 15px; cursor: pointer; border-radius: 5px; font-size: 1.2em; }
        .prev { left: 10px; }
        .next { right: 10px; }
        .prev:disabled, .next:disabled { opacity: 0.5; cursor: not-allowed; }
        .highlight { background-color: #fefcbf; border-left: 5px solid #F5A623; }
        .stats { font-size: 1.8em; background-color: #F5A623; color: white; padding: 20px; margin: 40px 0; border-radius: 10px; text-align: center; }
        .pricing-table th, .pricing-table td { border: 2px solid #ddd; padding: 12px; text-align: center; font-size: 1.125rem; }
        .pricing-table th { background-color: #F5A623; color: white; }
        .pricing-table tr:nth-child(even) { background-color: #f9f9f9; }
        .pricing-table { width: 100%; max-width: 800px; margin: 20px auto; border-collapse: collapse; }
        .service-box { max-width: 350px; }
        .services-grid { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; }
        .info-box { border: 1px solid #ddd; border-radius: 8px; padding: 20px; }
        .info-box h3 { display: flex; align-items: center; font-size: 1.5em; margin-bottom: 10px; }
        .info-box ul { font-size: 1.25em; line-height: 1.8; }
        .info-box i { margin-right: 10px; color: #F5A623; }
        .social-button { display: inline-block; text-decoration: none; transition: background-color: 0.3s; }
        .phone-button { background-color: #4CAF50; }
        .phone-button:hover { background-color: #45a049; }
        .whatsapp-button { background-color: #25D366; }
        .whatsapp-button:hover { background-color: #20b85a; }
        .facebook-button { background-color: #1877F2; }
        .facebook-button:hover { background-color: #1567d2; }
        .email-button { background-color: #D44638; }
        .email-button:hover { background-color: #c13525; }
        .file-input-wrapper { position: relative; display: inline-block; width: 100%; }
        .file-input-wrapper input[type="file"] { opacity: 0; width: 100%; height: 40px; position: absolute; top: 0; left: 0; cursor: pointer; }
        .file-input-wrapper .file-label { display: block; padding: 8px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 4px; text-align: center; color: #333; cursor: pointer; }
        .file-input-wrapper .file-label:hover { background-color: #e0e0e0; }
        .flatpickr-input { padding: 8px; border: 1px solid #ddd; border-radius: 4px; width: 100%; }
        .flatpickr-calendar { font-family: 'Roboto', sans-serif; }
        .faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; justify-content: center; }
        .faq-item summary { font-size: 1.25rem; font-weight: 600; padding: 1.25rem; background-color: #f9f9f9; border-radius: 8px; cursor: pointer; display: flex; align-items: center; }
        .faq-item summary i { margin-right: 0.5rem; font-size: 1.5rem; }
        .faq-item p { margin-top: 0.5rem; font-size: 1.125rem; line-height: 1.6; }
        .strikethrough { text-decoration: line-through; text-decoration-color: red; }
        .price { color: #2563EB; }
        .google-review { background: white; border-radius: 8px; padding: 16px; max-width: 400px; margin: 8px; display: flex; align-items: flex-start; }
        .google-logo { width: 20px; height: 20px; margin-right: 12px; }
        .google-review .content { flex: 1; }
        .google-review .stars { color: #F4B400; font-size: 1rem; margin-bottom: 4px; }
        .google-review .author { font-weight: 600; font-size: 1.1rem; margin-bottom: 4px; }
        .google-review .text { font-size: 0.875rem; color: #333; line-height: 1.5; }
        .google-review .date { color: #666; font-size: 0.75rem; margin-top: 4px; }
        .reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; justify-content: center; }
        #areas p { font-size: 1.125rem; }
        .areas-grid span { padding: 12px; font-size: 1.125rem; }
        .header-container { display: flex; align-items: center; justify-content: center; position: relative; }
        .quote-button { position: fixed; right: 0; top: 50%; transform: translateY(-50%); background-color: #F5A623; color: white; padding: 15px 10px; border-radius: 5px 0 0 5px; cursor: pointer; z-index: 100; font-size: 1rem; writing-mode: vertical-rl; text-orientation: upright; }
        .quote-form { position: fixed; right: -300px; top: 0; height: 100%; width: 300px; background: white; box-shadow: -2px 0 5px rgba(0,0,0,0.2); transition: right 0.3s; z-index: 100; padding: 20px; overflow-y: auto; }
        .quote-form.active { right: 0; }
        .quote-form .close-button { position: absolute; top: 10px; right: 10px; background: #ff3333; color: white; border: none; border-radius: 50%; width: 30px; height: 30px; cursor: pointer; }
        @media (max-width: 1024px) {
            .faq-grid { grid-template-columns: repeat(2, 1fr); }
            .reviews-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            header h1 { font-size: 3rem; }
            header p { font-size: 1.5rem; }
            header a { font-size: 1.25rem; }
            nav ul { flex-direction: column; gap: 10px; font-size: 1.2em; }
            .countdown { font-size: 1.4em; padding: 14px; }
            .gallery-item { flex-direction: column; }
            .gallery-item img { width: 100%; max-width: 400px; margin-bottom: 10px; }
            .services-grid, .benefits, .reviews-grid, .faq-grid, .certifications, .areas-grid { flex-direction: column; align-items: center; }
            .faq-grid { grid-template-columns: 1fr; }
            .service-box, .benefit, .review, .faq-item, .certification, .area-item, .info-box { max-width: 100%; }
            .pricing-table { font-size: 1rem; }
            .social-button { padding: 8px 16px; font-size: 1rem; }
            .social-icon { font-size: 1.5rem; }
            .info-box-container { flex-direction: column; align-items: center; }
            .info-box h3 { font-size: 1.25em; }
            .info-box ul { font-size: 1.1em; line-height: 1.6; }
            .faq-item summary { font-size: 1.1rem; padding: 1rem; }
            .faq-item summary i { font-size: 1.25rem; }
            .faq-item p { font-size: 1rem; }
            .google-review { max-width: 100%; }
            .reviews-grid { grid-template-columns: 1fr; }
            .header-logo { width: 135px; max-height: 120px; }
            .quote-form { width: 100%; right: -100%; }
            .quote-button { padding: 10px 8px; font-size: 0.9rem; }
        }
        @media (max-width: 480px) {
            .slider { max-width: 100%; }
            .cta-button, .social-button { padding: 8px 16px; font-size: 0.9em; }
            .social-icon { font-size: 1.25rem; }
            select, input, textarea { font-size: 0.9em; }
            .faq-item summary { font-size: 1rem; padding: 0.75rem; }
            .faq-item summary i { font-size: 1rem; }
            .faq-item p { font-size: 0.9rem; }
            .google-review { padding: 12px; }
            .google-review .google-logo { width: 16px; height: 16px; }
            .google-review .stars { font-size: 0.875rem; }
            .google-review .author { font-size: 1rem; }
            .google-review .text { font-size: 0.8rem; }
            .google-review .date { font-size: 0.7rem; }
            .header-logo { width: 105px; max-height: 90px; }
            .countdown { font-size: 1.2em; padding: 12px; }
            .areas-grid span { font-size: 1rem; padding: 8px; }
            nav ul { font-size: 1em; padding: 16px; }
            .quote-button { font-size: 0.8rem; padding: 8px 6px; }
        }
        .benefit:hover {
            transform: translateY(-5px);
            transition: transform 0.3s ease;
        }
        .no-border { border: none !important; }
        /* Hamburger menu - British English comments, FULLY FIXED for logo alignment on ALL screens */
/* Desktop: Logo flush left:0, width:225px - EXACTLY matches red countdown and black nav stripes (no indent, top:0) */
/* Mobile: Logo left:0.5rem indent + width:135px (no overlap with hamburger), dropdown clean */

.hamburger-button {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 80;
    position: absolute;
    right: 1rem !important; /* Inside, safe */
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-line {
    display: block;
    width: 28px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-button[aria-expanded="true"] .hamburger-line:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.hamburger-button[aria-expanded="true"] .hamburger-line:nth-child(2) { opacity: 0; }
.hamburger-button[aria-expanded="true"] .hamburger-line:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

.nav-list { transition: all 0.3s ease; }

/* MOBILE ONLY - FULL no crop */
@media (max-width: 768px) {
    .hamburger-button { display: flex; }

    .nav-list {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        font-size: 1.2em;
        background-color: #1a2526;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 1.5rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 60;
    }

    nav.nav-open .nav-list { display: flex; }

    nav {
        padding: 1rem 1rem !important; /* Symmetric - content safe */
        position: relative !important;
        top: auto !important;
        z-index: 70 !important;
        box-sizing: border-box !important;
        width: 100vw !important;
        left: 0 !important;
        margin: 0 !important;
        background-color: #1a2526 !important;
        overflow: hidden !important; /* Contain */
    }

    nav::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 60px; /* Cover hamburger + запас */
        height: 100%;
        background-color: #1a2526; /* Extend background full */
        z-index: 1;
        pointer-events: none; /* No block clicks */
    }

    .header-logo {
        left: 0 !important;
        width: 135px !important;
        max-height: 120px !important;
        z-index: 55 !important;
    }

    .countdown {
        text-align: right !important;
        padding: 14px 1rem 14px 14px !important; /* Minimal right, no crop */
        z-index: 65 !important;
    }

    .quote-button {
        right: -20px !important; /* Strong overhang - full visible */
        transform: translateY(-50%) !important;
        z-index: 110 !important;
        padding: 10px 8px !important;
        font-size: 0.9rem !important;
    }

    .hamburger-button {
        z-index: 85 !important; /* Above pseudo */
    }
}

@media (max-width: 480px) {
    nav { 
        padding: 0.75rem 0.75rem !important;
    }
    nav::after {
        width: 50px !important; /* Adjusted cover */
    }
    .header-logo { 
        left: 0 !important;
        width: 105px !important; 
        max-height: 90px !important;
    }
    .countdown {
        padding: 12px 0.75rem 12px 12px !important;
        font-size: 1.2em !important;
    }
    .quote-button {
        right: -15px !important;
        padding: 8px 6px !important;
        font-size: 0.8rem !important;
    }
    .hamburger-button { 
        width: 40px; 
        height: 40px; 
        gap: 5px; 
        right: 0.75rem !important;
    }
    .hamburger-line { width: 24px; height: 3px; }
}

/* DESKTOP ONLY - untouched */
@media (min-width: 769px) {
    nav {
        padding: 27px 20px !important;
    }

    .header-logo {
        width: 225px !important;
        height: auto !important;
    }

    .quote-button {
        padding: 15px 10px !important;
        font-size: 1rem !important;
        transform: translateY(-50%) !important;
        right: 0 !important;
    }
}/* === NETLIFY FORMS FIX — ОБЯЗАТЕЛЬНО === */
.hidden {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}