/*
Theme Name: ADI Autogarage
Theme URI: https://adi-autogarage.nl
Author: ADI Autogarage Enschede  
Author URI: https://adi-autogarage.nl
Description: Профессиональная тема для автосервиса ADI Autogarage в Enschede. Поддержка 3 языков (NL/EN/UA), SEO оптимизация, современный дизайн.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adi-autogarage
Tags: automotive, business, multilingual, responsive, custom-logo
*/

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

    :root {
        --red:      #C41A1A;
        --red-h:    #9B1515;
        --red-g:    rgba(196,26,26,0.12);
        --dark:     #1A1A1A;
        --dark2:    #232323;
        --dark3:    #2D2D2D;
        --bd-d:     rgba(255,255,255,0.09);
        --bd-d2:    rgba(255,255,255,0.15);
        --body:     #F3F2EE;
        --white:    #FFFFFF;
        --text:     #222222;
        --muted:    #888888;
        --bd-l:     #E0DDD8;
        --lt:       #EDEAE4;
    }

    html { scroll-behavior: smooth; }
    body {
        font-family: 'Barlow', sans-serif;
        background: var(--body);
        color: var(--text);
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* ── ICON SYSTEM ── */
    .ico {
        display: inline-block;
        width: 1em; height: 1em;
        stroke: currentColor; fill: none;
        stroke-width: 2;
        stroke-linecap: round; stroke-linejoin: round;
        vertical-align: middle; flex-shrink: 0;
    }
    .ico-xs  { width: 13px; height: 13px; }
    .ico-sm  { width: 16px; height: 16px; }
    .ico-md  { width: 22px; height: 22px; }
    .ico-lg  { width: 28px; height: 28px; }
    .ico-xl  { width: 36px; height: 36px; }

    /* ── FAB ── */
    .fab {
        position: fixed; bottom: 28px; right: 28px; z-index: 999;
        width: 56px; height: 56px; border-radius: 50%;
        background: var(--red); color: #fff;
        display: flex; align-items: center; justify-content: center;
        text-decoration: none;
        box-shadow: 0 4px 20px rgba(196,26,26,0.45);
        transition: background .2s, transform .2s;
    }
    .fab:hover { background: var(--red-h); transform: scale(1.09); }

    /* ── HEADER ── */
    header {
        position: sticky; top: 0; z-index: 900;
        background: var(--dark);
        border-bottom: 1px solid rgba(160, 12, 12, 0.35);
    }
    .hdr {
        max-width: 1100px; margin: 0 auto;
        padding: 0 28px; height: 66px;
        display: flex; align-items: center;
        justify-content: space-between; gap: 16px;
    }
    .logo {
        display: flex; align-items: center; gap: 12px;
        text-decoration: none; flex-shrink: 0;
    }
    .logo-img {
        width: 40px; height: 40px; border-radius: 7px;
        background: var(--dark2); overflow: hidden;
        display: flex; align-items: center; justify-content: center;
        flex-shrink: 0;
    }
    .logo-img img { width: 100%; height: 100%; object-fit: contain; }
    .logo-text { line-height: 1; }
    .logo-name {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 900; font-size: 1.3rem;
        letter-spacing: 1.5px; text-transform: uppercase; color: #fff;
    }
    .logo-loc {
        display: block;
        font-size: 0.76rem; color: var(--muted);
        letter-spacing: 2.5px; text-transform: uppercase;
        margin-top: 4px;
    }
    .hdr-right { display: flex; align-items: center; gap: 10px; }
    .lang-sw {
        display: flex; gap: 3px;
        background: var(--dark2);
        border: 1px solid var(--bd-d);
        border-radius: 7px; padding: 4px;
    }
    .lang-btn {
        background: none; border: none;
        color: var(--muted);
        font-family: 'Barlow', sans-serif;
        font-weight: 700; font-size: 0.73rem;
        letter-spacing: 0.5px; text-transform: uppercase;
        padding: 5px 9px; border-radius: 5px; cursor: pointer;
        transition: background .15s, color .15s;
    }
    .lang-btn.active { background: var(--red); color: #fff; }
    .lang-btn:hover:not(.active) { background: var(--dark3); color: var(--lt); }
    .hdr-btns { display: flex; gap: 8px; }
    .hbtn {
        display: flex; align-items: center; gap: 7px;
        color: var(--lt); text-decoration: none;
        font-weight: 600; font-size: 0.87rem;
        padding: 8px 14px; border-radius: 7px;
        border: 1px solid var(--bd-d);
        background: var(--dark2); white-space: nowrap;
        transition: background .15s, border-color .15s;
    }
    .hbtn:hover { background: var(--dark3); border-color: var(--bd-d2); }
    .hbtn.hred { background: var(--red); border-color: var(--red); }
    .hbtn.hred:hover { background: var(--red-h); border-color: var(--red-h); }

    /* ── HERO ── */
    .hero {
        background: var(--dark); color: #fff;
        min-height: calc(100svh - 66px);
        display: flex; flex-direction: column; justify-content: center;
        padding: 0 28px;
        position: relative; overflow: hidden;
    }
    .hero::before {
        content: ''; position: absolute; inset: 0;
        background:
            radial-gradient(ellipse 70% 85% at 100% 50%, rgba(196,26,26,0.16) 0%, transparent 65%),
            radial-gradient(ellipse 45% 60% at 0% 100%, rgba(196,26,26,0.08) 0%, transparent 60%);
        pointer-events: none;
    }
    .hero-stripe {
        position: absolute; left: 0; top: 0; bottom: 0;
        width: 4px; background: var(--red);
    }
    .hero-in {
        position: relative;
        max-width: 1100px; margin: 0 auto;
        width: 100%;
        padding: 70px 0 56px;
    }
    .hero-text { margin-bottom: 52px; }
    .hero-eye {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700; font-size: 0.88rem;
        letter-spacing: 4px; text-transform: uppercase;
        color: var(--red); margin-bottom: 22px;
        display: flex; align-items: center; gap: 12px;
    }
    .hero-eye::before {
        content: ''; display: inline-block;
        width: 28px; height: 2px; background: var(--red);
    }
    .hero h1 {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 900;
        font-size: clamp(2.7rem, 5.2vw, 4.4rem);
        line-height: 0.95; text-transform: uppercase;
        letter-spacing: 1px; margin-bottom: 26px; color: #fff;
    }
    .hero h1 em { color: var(--red); font-style: normal; }
    .hero-desc {
        font-size: 1.08rem; color: #aaa;
        line-height: 1.78; max-width: 540px; margin-bottom: 38px;
    }
    .badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 46px; }
    .badge {
        display: flex; align-items: center; gap: 8px;
        font-weight: 600; font-size: 0.84rem;
        padding: 8px 16px; border-radius: 5px;
        border: 1px solid rgba(255,255,255,0.13);
        background: rgba(255,255,255,0.05); color: var(--lt);
        transition: border-color .2s, background .2s;
    }
    .badge:hover { border-color: rgba(196,26,26,0.5); background: var(--red-g); }
    .badge .ico { stroke: rgba(255,255,255,0.6); }
    .hero-acts { display: flex; gap: 14px; flex-wrap: wrap; }

    .btn {
        display: inline-flex; align-items: center; gap: 9px;
        padding: 14px 32px; border-radius: 6px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 800; font-size: 1rem;
        letter-spacing: 2px; text-transform: uppercase;
        text-decoration: none; border: 2px solid transparent;
        cursor: pointer;
        transition: background .2s, border-color .2s, transform .15s;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-red  { background: var(--red); color: #fff; border-color: var(--red); }
    .btn-red:hover { background: var(--red-h); border-color: var(--red-h); }
    .btn-out  { background: transparent; color: #fff; border-color: rgba(255,255,255,0.28); }
    .btn-out:hover { border-color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.07); }

    /* Hero stats — horizontal full-width bar */
    .hstats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1px;
        background: rgba(255,255,255,0.07);
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 8px; overflow: hidden;
    }
    .hstat {
        background: rgba(255,255,255,0.04);
        padding: 24px 28px; text-align: center;
    }
    .hstat-num {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 2.3rem; font-weight: 900; color: #fff; line-height: 1;
    }
    .hstat-lbl {
        font-size: 0.7rem; color: var(--muted);
        text-transform: uppercase; letter-spacing: 1.5px; margin-top: 5px;
    }

    /* ── SECTION SYSTEM ── */
    .sec  { padding: 88px 28px; }
    .wrap { max-width: 1100px; margin: 0 auto; }
    .sec-eye {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700; font-size: 0.75rem;
        letter-spacing: 4.5px; text-transform: uppercase;
        color: var(--red); margin-bottom: 10px;
        display: flex; align-items: center; gap: 10px;
    }
    .sec-eye::before {
        content: ''; display: inline-block;
        width: 22px; height: 2px; background: var(--red); flex-shrink: 0;
    }
    /* On dark backgrounds: eyebrow text becomes muted white for legibility */
    .bg-dark .sec-eye,
    .hero-eye { color: rgba(255,255,255,0.45); }
    .bg-dark .sec-eye::before,
    .hero-eye::before { background: var(--red); }
    .sec-h {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 900;
        font-size: clamp(1.9rem, 3.5vw, 2.9rem);
        text-transform: uppercase; line-height: 1.0;
        margin-bottom: 14px; color: var(--text);
    }
    .sec-h.ld { color: #fff; }
    .sec-sub {
        font-size: 0.98rem; color: #666;
        line-height: 1.78; max-width: 620px; margin-bottom: 52px;
    }
    .sec-sub.ld { color: #888; }

    /* ── BACKGROUNDS ── */
    .bg-body  { background: var(--body); }
    .bg-dark  { background: var(--dark); }
    .bg-white { background: var(--white); }
    .bg-warm  { background: #EDEBE6; }

    /* ── SERVICES ── */
    .svc-grid {
        display: grid; grid-template-columns: repeat(4, 1fr);
        gap: 1px; background: var(--bd-l);
        border: 1px solid var(--bd-l);
        border-radius: 10px; overflow: hidden;
    }
    .svc-card {
        background: var(--white); padding: 28px 24px;
        transition: background .2s; position: relative; overflow: hidden;
        display: flex; flex-direction: column;
    }
    .svc-card::before {
        content: ''; position: absolute;
        top: 0; left: 0; right: 0; height: 3px;
        background: var(--red); transform: scaleX(0); transform-origin: left;
        transition: transform .25s;
    }
    /* svc-card as link */
    a.svc-card { text-decoration: none; cursor: pointer; }
    .svc-card:hover::before { transform: scaleX(1); }
    .svc-card:hover { background: #FAFAF7; }
    /* Icon + title inline */
    .svc-head {
        display: flex; align-items: center; gap: 13px; margin-bottom: 12px;
    }
    .svc-icon {
        width: 42px; height: 42px; border-radius: 9px;
        background: #F5F4F0; flex-shrink: 0;
        display: flex; align-items: center; justify-content: center;
        transition: background .2s;
    }
    .svc-card:hover .svc-icon { background: var(--red-g); }
    .svc-icon .ico { stroke: var(--red); }
    .svc-card h3 {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 800; font-size: 0.97rem;
        text-transform: uppercase; letter-spacing: 0.5px;
        color: #111; margin: 0; line-height: 1.2;
    }
    .svc-card p { font-size: 0.84rem; color: #666; line-height: 1.65; flex: 1; margin: 0; }
    .svc-price {
        margin-top: auto; padding-top: 14px;
        border-top: 1px solid var(--bd-l);
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 800; font-size: 1.05rem; color: var(--red);
    }

    /* ── WHY US ── */
    .why-grid {
        display: grid; grid-template-columns: repeat(4, 1fr);
        gap: 1px; background: var(--bd-d);
        border: 1px solid var(--bd-d);
        border-radius: 10px; overflow: hidden;
    }
    .why-card {
        background: var(--dark2); padding: 32px 26px;
        transition: background .2s;
        display: flex; flex-direction: column; gap: 12px;
    }
    .why-card:hover { background: var(--dark3); }
    /* Icon + title in one row */
    .why-head {
        display: flex; align-items: center; gap: 14px;
    }
    .why-icon {
        width: 44px; height: 44px; border-radius: 9px;
        background: rgba(255,255,255,0.07);
        display: flex; align-items: center; justify-content: center;
        flex-shrink: 0;
    }
    .why-icon .ico { stroke: rgba(255,255,255,0.88); }
    .why-card h3 {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 800; font-size: 1rem;
        text-transform: uppercase; letter-spacing: 0.5px;
        color: #fff; margin: 0;
    }
    .why-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.65; margin: 0; }

    /* ── TESTIMONIALS ── */
    .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .tcard {
        background: var(--white); border-radius: 10px;
        padding: 28px 28px 32px;
        border: 1px solid var(--bd-l); border-top: 3px solid var(--red);
        display: flex; flex-direction: column; gap: 20px;
        transition: transform .2s;
    }
    .tcard:hover { transform: translateY(-4px); }
    /* Author row at TOP */
    .tauthor {
        display: flex; align-items: center; gap: 14px;
    }
    .avatar {
        width: 48px; height: 48px; border-radius: 50%;
        background: var(--dark); color: #fff;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 900; font-size: 1.2rem;
        display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .aname { font-weight: 700; font-size: 0.92rem; color: #111; }
    .acar  { font-size: 0.76rem; color: #999; margin-top: 3px; }
    .stars { display: flex; gap: 3px; }
    .stars .ico { stroke: #F5A623; fill: #F5A623; width: 14px; height: 14px; }
    .ttext { font-size: 0.91rem; line-height: 1.75; color: #444; font-style: italic; margin: 0; }

    /* ── BOOKING ── */
    .bwrap { max-width: 800px; margin: 0 auto; }
    .bpanel {
        background: var(--dark2); border: 1px solid var(--bd-d);
        border-top: 3px solid var(--red);
        border-radius: 10px; padding: 48px 44px;
    }
    .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
    .frow.full { grid-template-columns: 1fr; }
    .fg { display: flex; flex-direction: column; gap: 7px; }
    .fg label {
        font-weight: 700; font-size: 0.7rem;
        letter-spacing: 2px; text-transform: uppercase; color: var(--muted);
    }
    .fg input, .fg select, .fg textarea {
        background: rgba(255,255,255,0.05);
        border: 1px solid var(--bd-d); border-radius: 6px;
        color: var(--lt); font-family: 'Barlow', sans-serif;
        font-size: 0.93rem; padding: 12px 14px; outline: none;
        transition: border-color .2s, background .2s;
    }
    .fg input:focus, .fg select:focus, .fg textarea:focus {
        border-color: var(--red); background: var(--red-g);
    }
    .fg textarea { min-height: 110px; resize: vertical; }
    .fg select option { background: var(--dark2); color: #fff; }
    .fg input::placeholder, .fg textarea::placeholder { color: #555; }
    .fsub {
        width: 100%; padding: 15px;
        background: var(--red); color: #fff; border: none;
        border-radius: 6px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 900; font-size: 1.08rem;
        letter-spacing: 2.5px; text-transform: uppercase;
        cursor: pointer; margin-top: 6px;
        transition: background .2s, transform .15s;
    }
    .fsub:hover { background: var(--red-h); transform: translateY(-2px); }
    .fok {
        display: none;
        background: rgba(46,125,50,0.14); border: 1px solid rgba(76,175,80,0.28);
        color: #81C784; padding: 14px; border-radius: 6px;
        text-align: center; margin-top: 14px;
        font-weight: 600; font-size: 0.93rem;
    }
    .fok.show { display: block; }

    /* ── GALLERY ── */
    .gal-grid {
        display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
    }
    .gal-item {
        aspect-ratio: 1; border-radius: 8px;
        background: var(--white); border: 1px solid var(--bd-l);
        display: flex; align-items: center; justify-content: center;
        flex-direction: column; gap: 8px;
        overflow: hidden; cursor: pointer;
        transition: transform .2s, border-color .2s; color: #ccc;
    }
    .gal-item:hover { transform: scale(1.03); border-color: var(--red); }
    .gal-item img { width: 100%; height: 100%; object-fit: cover; }
    .gal-item .ico-xl { stroke: #d0cdc8; }
    .gal-item span {
        font-size: 0.68rem; letter-spacing: 1.5px;
        text-transform: uppercase; color: #ccc;
    }

    /* ── CONTACT — no shadows, clean grid ── */
    .contact-grid {
        display: grid; grid-template-columns: repeat(3, 1fr);
        gap: 1px; background: var(--bd-l);
        border: 1px solid var(--bd-l);
        border-radius: 10px; overflow: hidden;
    }
    .ccard {
        background: var(--white);
        padding: 44px 36px;
        display: flex; flex-direction: column;
        border-top: 3px solid var(--red);
    }
    .ccard-icon {
        width: 52px; height: 52px; border-radius: 12px;
        background: var(--red);
        display: flex; align-items: center; justify-content: center;
        margin-bottom: 22px; flex-shrink: 0;
    }
    .ccard-icon .ico { stroke: #fff; }
    .ccard h3 {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 900; font-size: 1.05rem;
        text-transform: uppercase; letter-spacing: 1.5px;
        color: #111; margin-bottom: 16px;
    }
    .ccard p { font-size: 0.9rem; color: #555; margin-bottom: 6px; line-height: 1.55; }
    .ccard p strong { color: #222; font-weight: 700; }
    .cbtn {
        display: inline-flex; align-items: center; gap: 8px;
        margin-top: 20px; padding: 10px 20px;
        background: var(--red); color: #fff;
        text-decoration: none; border-radius: 6px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 800; font-size: 0.9rem;
        letter-spacing: 1.5px; text-transform: uppercase;
        transition: background .2s, transform .15s;
        align-self: flex-start;
    }
    .cbtn:hover { background: var(--red-h); transform: translateY(-2px); }
    .hours-list { list-style: none; width: 100%; margin-top: 4px; }
    .hours-list li {
        display: flex; justify-content: space-between; align-items: center;
        padding: 11px 0; border-bottom: 1px solid #F0EDE8;
        font-size: 0.88rem; color: #555;
    }
    .hours-list li:last-child { border-bottom: none; }
    .hours-list strong {
        color: var(--red); font-weight: 700;
        font-family: 'Barlow Condensed', sans-serif; font-size: 0.98rem;
    }

    /* ── MAP ── */
    .map-wrap { height: 400px; overflow: hidden; }
    .map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

    /* ── FOOTER ── */
    footer {
        background: var(--dark); color: var(--muted);
        padding: 64px 28px 32px;
        border-top: 2px solid var(--red);
    }
    .fgrid {
        max-width: 1100px; margin: 0 auto;
        display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 48px; padding-bottom: 40px;
        border-bottom: 1px solid var(--bd-d);
    }
    .fbrand-name {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 900; font-size: 1.35rem;
        color: #fff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px;
    }
    .fbrand-desc { font-size: 0.87rem; line-height: 1.75; color: var(--muted); margin-bottom: 22px; }
    .socials { display: flex; gap: 8px; }
    .sbtn {
        width: 37px; height: 37px; border-radius: 7px;
        background: var(--dark2); border: 1px solid var(--bd-d);
        display: flex; align-items: center; justify-content: center;
        color: var(--muted); text-decoration: none;
        transition: background .2s, color .2s, border-color .2s;
    }
    .sbtn:hover { background: var(--red); color: #fff; border-color: var(--red); }
    .fcol h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 800; font-size: 0.82rem;
        text-transform: uppercase; letter-spacing: 2px;
        color: #fff; margin-bottom: 18px;
    }
    .fcol ul { list-style: none; }
    .fcol ul li { margin-bottom: 10px; }
    .fcol ul li a, .fcol ul li span {
        color: var(--muted); text-decoration: none;
        font-size: 0.86rem;
        display: inline-flex; align-items: center; gap: 7px;
        transition: color .15s, padding-left .15s;
    }
    .fcol ul li a:hover { color: var(--red); padding-left: 3px; }
    .fbot {
        max-width: 1100px; margin: 28px auto 0;
        display: flex; justify-content: space-between;
        align-items: center; flex-wrap: wrap;
        gap: 8px; font-size: 0.8rem;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 1200px) {
        .svc-grid { grid-template-columns: repeat(2, 1fr); }
        .why-grid { grid-template-columns: repeat(2, 1fr); }
        .fgrid    { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    }
    @media (max-width: 960px) {
        .hstats { grid-template-columns: repeat(2, 1fr); }
        .testi-grid   { grid-template-columns: repeat(2, 1fr); }
        .contact-grid { grid-template-columns: 1fr; }
        .gal-grid     { grid-template-columns: repeat(3, 1fr); }
    }

    /* ── 768px ── */
    @media (max-width: 768px) {
        /* Header: tighter, wrapped properly */
        .hdr {
            height: auto; padding: 10px 14px;
            flex-wrap: wrap; gap: 8px;
        }
        .logo-name { font-size: 1.1rem; }
        .logo-loc  { font-size: 0.65rem; letter-spacing: 2px; margin-top: 2px; }
        .logo-img  { width: 34px; height: 34px; }
        .logo       { gap: 9px; }
        /* Hide Email btn on mobile */
        .hdr-btns .hbtn:not(.hred) { display: none; }
        /* Lang switch tighter */
        .lang-btn { padding: 4px 7px; font-size: 0.7rem; }

        /* Hero mobile */
        .hero { min-height: calc(100svh - 54px); padding: 0 16px; }
        .hero-in { padding: 52px 0 40px; }
        .hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
        .hero-desc { font-size: 0.95rem; }
        .hero-acts { flex-direction: column; gap: 10px; }
        .hero-acts .btn { width: 100%; justify-content: center; }

        /* Stats bar: 2 cols on mid */
        .hstats { grid-template-columns: repeat(2, 1fr); gap: 2px; }
        .hstat  { padding: 18px 12px; }

        /* Sections */
        .sec { padding: 52px 16px; }
        .sec-sub { margin-bottom: 32px; }

        /* Services: 1 col */
        .svc-grid { grid-template-columns: 1fr; gap: 1px; }
        .svc-card { padding: 22px 20px; }

        /* Why Us mobile: uses why-head wrapper */
        .why-grid { grid-template-columns: 1fr; gap: 2px; background: transparent; border: none; border-radius: 0; }
        .why-card {
            padding: 18px 16px; border-radius: 8px; margin-bottom: 2px;
            background: var(--dark2); border: 1px solid var(--bd-d);
        }
        .why-head { gap: 12px; }
        .why-icon { margin: 0; width: 38px; height: 38px; }
        .why-card p { padding-left: 0; margin-top: 10px; font-size: 0.84rem; }

        /* Testimonials: 1 col */
        .testi-grid { grid-template-columns: 1fr; gap: 14px; }

        /* Form */
        .frow { grid-template-columns: 1fr; }
        .bpanel { padding: 24px 16px; }

        /* Gallery: 2 col */
        .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

        /* Contact: single column, clean cards */
        .contact-grid { grid-template-columns: 1fr; gap: 1px; border-radius: 8px; }
        .ccard { padding: 28px 22px; }
        .ccard-icon { width: 44px; height: 44px; margin-bottom: 16px; }

        /* Footer */
        .fgrid { grid-template-columns: 1fr; gap: 24px; }
        .fbot  { flex-direction: column; text-align: center; }

        /* FAB smaller */
        .fab { bottom: 18px; right: 18px; width: 48px; height: 48px; }
    }

    /* ── 480px ── */
    @media (max-width: 480px) {
        .hstats { grid-template-columns: repeat(2, 1fr); gap: 2px; }
        .hstat-num { font-size: 1.8rem; }
        .hstat-lbl { font-size: 0.62rem; letter-spacing: 1px; }
        .svc-grid  { grid-template-columns: 1fr; }
        .why-card p { padding-left: 0; margin-top: 8px; }
    }

    /* ── 380px ── */
    @media (max-width: 380px) {
        .hstats { grid-template-columns: 1fr; }
        .hstat  { padding: 14px 16px; text-align: left; }
    }
