:root{
    --brand:#29a9e1;
    --brand2:#1f94c9;
    --ink:#0b0f17;
    --soft:#f6f7fb;
    --radius: 20px;
    --shadow: 0 20px 60px rgba(0,0,0,.20);
    --shadowSoft: 0 12px 30px rgba(0,0,0,.12);
}

.disabled{ display:none !important; }
.enabled{ display:flex !important; }

html,body{height:100%;}
body{
    font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial;
    background: var(--soft);
}

/* NAV glass */
.nav-glass{
    background: rgba(20,24,33,.62) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.brandMark{display:grid; line-height:1;}
.brandMark .top{font-weight:800; letter-spacing:.4px; font-size:18px;}
.brandMark .bottom{
    font-weight:800;
    font-size:12px;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 8px;
    background: var(--brand);
}

/* Buttons */
.btn-brand{
    background: var(--brand);
    border-color: var(--brand);
    color:#fff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(41,169,225,.35);
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn-brand:hover{
    background: var(--brand2);
    border-color: var(--brand2);
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(41,169,225,.40);
}
.btn-outline-dark, .btn-outline-light{font-weight:800;}

/* Sections */
.section-pad{padding: 76px 0;}
.sectionTitle{
    font-size: clamp(32px, 3.4vw, 46px);
    font-weight: 900;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}
.bg-soft{background:#fff;}

/* HERO */
.hero{
    position:relative;
    min-height: 720px;
    color:#fff;
    overflow:hidden;
}
.heroSlider{position:absolute; inset:0; z-index:0;}
.heroSlider .swiper-wrapper, .heroSlider .swiper-slide{height:100%;}
.heroSlideBg{
    position:absolute; inset:0;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    transform: scale(1.05);
    filter: saturate(1.08);
}
.heroOverlay{
    position:absolute; inset:0;
    z-index:1;
    background: linear-gradient(90deg, rgba(5,12,24,.75) 0%, rgba(5,12,24,.35) 55%, rgba(5,12,24,.12) 100%);
}
.heroInner{position:relative; z-index:2; padding: 120px 0 70px;}
.heroTitle{
    font-size: clamp(44px, 6vw, 78px);
    line-height: .95;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.heroBadges{display:grid; gap:14px; max-width: 760px;}
.checkItem{
    display:flex; align-items:center; gap: 12px;
    font-size: clamp(16px, 1.4vw, 22px);
    color: rgba(255,255,255,.93);
}
.checkIcon{
    width: 38px; height: 38px;
    border-radius: 12px;
    border: 2px solid rgba(41,169,225,.85);
    display:grid; place-items:center;
    background: rgba(0,0,0,.16);
    box-shadow: 0 10px 20px rgba(0,0,0,.22);
}
.heroTrust{color: rgba(255,255,255,.80); display:flex; gap:10px; flex-wrap:wrap;}
.heroTrust .dot{opacity:.6}

/* Image cards */
.imageCard{
    border-radius: calc(var(--radius) + 6px);
    overflow:hidden;
    box-shadow: var(--shadowSoft);
    background:#fff;
    transform: translateZ(0);
}
.imageCard--sm .imageCardBg{height: 280px;}
.imageCardBg{
    height: 420px;
    background-size: cover;
    background-position:center;
    transition: transform .45s ease;
}
.imageCard:hover .imageCardBg{transform: scale(1.06);}

/* Glass panel */
.glassPanel{
    border-radius: calc(var(--radius) + 10px);
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: var(--shadowSoft);
    padding: clamp(18px, 3vw, 42px);
}

/* Appliance cards */
.applianceCard{
    position:relative;
    display:block;
    border-radius: 18px;
    overflow:hidden;
    height: 230px;
    border: 1px solid rgba(255,255,255,.10);
    transform: translateZ(0);
    cursor: pointer;
}
.applianceCard img{
    width:100%; height:100%;
    object-fit: cover;
    opacity: .78;
    transform: scale(1.06);
    transition: transform .5s ease, opacity .5s ease;
}
.applianceCardOverlay{
    position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.60) 100%);
}
.applianceCardTitle{
    position:absolute;
    left: 16px; right: 16px; bottom: 14px;
    color:#fff;
    font-weight: 800;
    text-align:center;
    text-shadow: 0 14px 30px rgba(0,0,0,.60);
}
.applianceCard:hover img{transform: scale(1.14); opacity: .92;}
.applianceCard:hover{outline: 2px solid rgba(41,169,225,.45);}

/* Brands modern */
.brandsPanelModern{
    position: relative;
    border-radius: calc(var(--radius) + 10px);
    overflow: hidden;
    box-shadow: var(--shadowSoft);
    min-height: 520px;
    background:
            radial-gradient(1200px 420px at 20% 10%, rgba(41,169,225,.35), transparent 60%),
            radial-gradient(900px 380px at 90% 40%, rgba(255,255,255,.10), transparent 55%),
            linear-gradient(135deg, #052438 0%, #0b3651 45%, #06263a 100%);
}
.brandsPanelTint{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(41,169,225,.18) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
.brandsPanelModern::after{
    content:"";
    position:absolute;
    inset:0;
    background-image:
            linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .14;
    pointer-events:none;
}
.brandsSub{ color: rgba(255,255,255,.80); font-weight: 600; }

.brandBoard{
    background:#fff;
    border-radius: 14px;
    padding: 16px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: var(--shadowSoft);
}

.brandBoard--premium{
    max-width: 980px;
    margin: 0 auto;
    border-radius: 18px;
    padding: clamp(12px, 2vw, 18px);
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.55);
    box-shadow: 0 26px 70px rgba(0,0,0,.28);
    position: relative;
    overflow: hidden;
}
.brandBoard--premium::before{
    content:"";
    position:absolute;
    inset:-40px;
    background: radial-gradient(circle at 50% 0%, rgba(41,169,225,.35), transparent 55%);
    pointer-events:none;
}
.brandBoard--premium img{
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(1) contrast(1.08) saturate(.85);
    opacity: .95;
    transition: filter .35s ease, transform .35s ease, opacity .35s ease;
}
.brandBoard--premium:hover img{
    filter: grayscale(0) contrast(1.02) saturate(1);
    transform: scale(1.01);
    opacity: 1;
}
.brandMeta{
    display:flex;
    gap: 10px;
    justify-content:center;
    flex-wrap: wrap;
}
.brandPill{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.88);
    font-weight: 700;
    backdrop-filter: blur(8px);
}
.brandPill i{
    color: rgba(41,169,225,1);
    font-size: 16px;
}

/* Reviews */
.reviewCard{
    border-radius: 26px;
    padding: 22px 22px 26px;
    background:#fff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    transition: transform .2s ease, box-shadow .2s ease;
    min-height: 220px;
}
.reviewCard:hover{
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(0,0,0,.12);
}
.stars{color: var(--brand); letter-spacing: 1px;}

/* Contacts */
.contactsModern{
    background: #000;
    color:#fff;
    padding: 86px 0;
}
.contactCard{
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.contactCard h5{font-weight:900; margin-bottom: 10px;}
.contactLink{color: rgba(255,255,255,.88); text-decoration: underline;}

/* NEW: Map card */
.mapCard{
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
    overflow: hidden;
}
.mapCardHeader{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    padding: 16px 16px 12px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}
.mapTitle{
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .2px;
}
.mapSub{
    color: rgba(255,255,255,.65);
    font-size: 13px;
    margin-top: 2px;
}
.mapWrap{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: rgba(255,255,255,.04);
}
.mapWrap iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

/* Booking modal */
.bookingModal{
    border-radius: 18px;
    overflow:hidden;
    box-shadow: var(--shadow);
}

/* Floating buttons */
.fab{
    position: fixed;
    right: 18px;
    bottom: 18px;
    display:flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1200;
}
.fabBtn{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    display:grid;
    place-items:center;
    background: var(--brand);
    color:#fff;
    box-shadow: 0 18px 40px rgba(41,169,225,.35);
    transition: transform .18s ease, background .18s ease;
    text-decoration:none;
}
.fabBtn:hover{background: var(--brand2); transform: translateY(-2px);}

.brandLogo{
    height: 42px;
    width: auto;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    padding: 4px;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

/* Better scroll offset for anchor jumps with sticky nav */
section[id], header[id] { scroll-margin-top: 90px; }

/* =========================
   MOBILE / TABLET TUNING
========================= */

@media (max-width: 991.98px) {
    .section-pad { padding: 52px 0; }
    .contactsModern { padding: 58px 0; }
    .hero { min-height: 620px; }
    .heroInner { padding: 92px 0 56px; }
    .heroTitle { font-size: clamp(34px, 9vw, 54px); }
    .heroBadges { gap: 10px; }
    .checkItem { font-size: 16px; }
    .checkIcon { width: 34px; height: 34px; border-radius: 10px; }

    .imageCardBg { height: 320px; }
    .applianceCard { height: 200px; }
    .applianceCardTitle { font-size: 16px; }
    .brandsPanelModern { min-height: auto; }
    .brandBoard--premium { border-radius: 16px; }
    .brandMeta { gap: 8px; }
    .brandPill { padding: 9px 11px; font-size: 13px; }
    .reviewCard { min-height: auto; }
}

@media (max-width: 575.98px) {
    .navbar .btn { padding: 10px 14px; }
    .brandMark .top { font-size: 16px; }
    .brandMark .bottom { font-size: 11px; }

    .hero { min-height: 560px; }
    .heroOverlay{
        background: linear-gradient(180deg, rgba(5,12,24,.78) 0%, rgba(5,12,24,.42) 55%, rgba(5,12,24,.20) 100%);
    }
    .heroTrust { font-size: 14px; gap: 8px; }

    .imageCardBg { height: 240px; }
    .applianceCard { height: 180px; border-radius: 16px; }
    .applianceCard img { opacity: .85; }

    .contactCard { border-radius: 16px; }

    .fab { right: 14px; bottom: 14px; gap: 8px; }
    .fabBtn { width: 52px; height: 52px; }

    .brandLogo{ height: 36px; }
}

/* Optional social icons (you had it commented out) */
.socialIcons{
    display:flex;
    gap: 12px;
}
.socialIcons a{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display:grid;
    place-items:center;
    text-decoration:none;
    color:#fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.socialIcons a i{
    font-size: 18px;
    color: var(--brand);
}
.socialIcons a:hover{
    transform: translateY(-2px);
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.22);
}

/* Your SEO box style (you referenced seoBox but didn’t paste its css earlier) */
.seoBox{
    border-radius: 18px;
    background:#fff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: var(--shadowSoft);
    padding: 18px 18px;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-buttons {
    margin-bottom: 12px;
}

.google-badge-compact {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 230px;
    max-width: 100%;
    height: 51px;
    padding: 14px 18px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    align-self: flex-start;
}

.google-badge-logo {
    width: 25px;
    height: 25px;
    object-fit: contain;
    flex-shrink: 0;
}

.google-badge-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex: 1;
}

.google-badge-title {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    color: #1f4fa3;
    margin-bottom: 6px;
}

.google-badge-stars {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
    color: #fbbc04;
}

.google-badge-check {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1a73e8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(26, 115, 232, 0.28);
}

.google-badge-check i {
    font-size: 18px;
    line-height: 1;
}
@media (max-width: 575.98px) {
    .hero-actions .google-badge-compact {
        width: 230px !important;
        max-width: 230px !important;
        min-width: 230px !important;
        height: 51px !important;
        min-height: 51px !important;
        padding: 10px 12px !important;
        gap: 10px !important;
        border-radius: 15px !important;
    }

    .hero-actions .google-badge-logo {
        width: 22px !important;
        height: 22px !important;
    }

    .hero-actions .google-badge-title {
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }

    .hero-actions .google-badge-stars {
        font-size: 11px !important;
        letter-spacing: 1px !important;
    }

    .hero-actions .google-badge-check {
        width: 22px !important;
        height: 22px !important;
    }

    .hero-actions .google-badge-check i {
        font-size: 11px !important;
    }
}
#cities{
    color: #29a9e1;
    font-weight: bold;
}

#bookingForm .form-control,
#bookingForm .form-select {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#bookingForm .form-control.is-invalid,
#bookingForm .form-select.is-invalid,
#bookingForm.was-validated .form-control:invalid,
#bookingForm.was-validated .form-select:invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.12);
}

#bookingForm .form-control.is-valid,
#bookingForm .form-select.is-valid,
#bookingForm.was-validated .form-control:valid,
#bookingForm.was-validated .form-select:valid {
    border-color: #198754;
    box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.12);
}

#bookingForm .invalid-feedback {
    font-size: 0.875rem;
    margin-top: 0.35rem;
}

/* Footer */
.site-footer{
    background: linear-gradient(135deg, #08131f 0%, #0d2233 100%);
    color:#fff;
    padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}
.site-footer__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 18px;
    flex-wrap:wrap;
}
.site-footer__brand{
    display:flex;
    flex-direction:column;
    gap: 6px;
}
.site-footer__title{
    margin:0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .2px;
}
.site-footer__text{
    margin:0;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.6;
}
.site-footer__nav{
    display:flex;
    align-items:center;
    gap: 12px;
    flex-wrap:wrap;
}
.site-footer__link,
.site-footer__phone{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height: 44px;
    padding: 11px 16px;
    border-radius: 999px;
    text-decoration:none;
    font-weight: 700;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.site-footer__link{
    color:#fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
}
.site-footer__link:hover{
    color:#fff;
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.22);
    transform: translateY(-1px);
}
.site-footer__phone{
    color:#fff;
    background: var(--brand);
    border: 1px solid var(--brand);
    box-shadow: 0 14px 30px rgba(41,169,225,.28);
}
.site-footer__phone:hover{
    color:#fff;
    background: var(--brand2);
    border-color: var(--brand2);
    transform: translateY(-1px);
}
@media (max-width: 767.98px) {
    .site-footer{
        padding: 24px 0;
    }
    .site-footer__inner{
        flex-direction:column;
        align-items:flex-start;
    }
    .site-footer__nav{
        width:100%;
    }
    .site-footer__link,
    .site-footer__phone{
        width:100%;
    }
}