@layer reset,tokens,base,layout,components,responsive;

@layer reset {
    .site-shell,.site-shell *,.site-shell *::before,.site-shell *::after{box-sizing:border-box}
    .site-shell h1,.site-shell h2,.site-shell h3,.site-shell p{margin:0}
    .site-shell img{display:block;max-width:100%}
    .site-shell a{color:inherit;text-decoration:none}
    .site-shell button,.site-shell input,.site-shell textarea,.site-shell select{font:inherit}
}

@layer tokens {
    .site-shell{
        --brand:#80b72b;
        --brand-2:#67a01f;
        --brand-dark:#4f7b16;
        --brand-soft:#eef7df;
        --ink:#111923;
        --muted:#59666f;
        --line:#e2e8df;
        --surface:#fff;
        --soft:#f7f9f5;
        --footer:#171f23;
        --container:min(92vw,1500px);
        --shadow:0 18px 46px rgba(31,40,44,.08);
        --shadow-lg:0 28px 80px rgba(24,31,34,.14);
    }
}

@layer base {
    html{scroll-behavior:smooth}
    body{margin:0;overflow-x:hidden;background:#fff;color:var(--ink)}
    .site-container{width:var(--container);margin-inline:auto}
    .site-section{padding:clamp(74px,8vw,124px) 0;scroll-margin-top:100px}
    .section-kicker{display:inline-block;margin-bottom:12px;color:var(--brand-dark);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
    .section-heading{max-width:790px;margin-bottom:40px}
    .section-heading--center{margin-inline:auto;text-align:center}
    .section-heading h2,.about-copy h2,.faq-contact-grid h2,.contact-panel h2{font-size:clamp(34px,4vw,58px);line-height:1.04;font-weight:650}
    .section-heading p,.about-copy>p,.contact-panel>p{margin-top:15px;color:var(--muted);font-size:clamp(16px,1.4vw,18px);line-height:1.75}
}

@layer layout {
    .site-header{
        position:fixed;
        z-index:1000;
        top:22px;
        left:0;
        right:0;
        height:auto;
        pointer-events:none;
    }

    .site-header__card{
        position:relative;
        overflow:hidden;
        min-height:88px;
        display:grid;
        grid-template-columns:minmax(240px,330px) 1fr auto;
        align-items:center;
        gap:clamp(24px,4vw,56px);
        padding:10px 18px 10px 26px;
        border:1px solid rgba(255,255,255,.46);
        border-radius:22px;
        background:linear-gradient(135deg,rgba(255,255,255,.44) 0%,rgba(255,255,255,.20) 100%);
        box-shadow:0 18px 50px rgba(31,39,43,.12), inset 0 1px 0 rgba(255,255,255,.38);
        -webkit-backdrop-filter:blur(26px) saturate(165%);
        backdrop-filter:blur(26px) saturate(165%);
        pointer-events:auto;
    }

    .site-header__card::before{
        content:"";
        position:absolute;
        inset:0;
        background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,.06));
        pointer-events:none;
    }

    .site-header__card > *{
        position:relative;
        z-index:1;
    }

    .site-brand{display:flex;align-items:center;min-width:0}
    .site-brand__logo{height:66px;width:auto;max-width:310px;object-fit:contain;object-position:left center}

    .site-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.3vw,40px)}
    .site-header__actions{display:flex;align-items:center;gap:18px}
    .nav-toggle{display:none}

    .hero{
        position:relative;
        min-height:clamp(760px,100vh,980px);
        overflow:hidden;
        background:#edf3e7;
    }

    .hero-slide{
        position:absolute;
        inset:0;
        opacity:0;
        visibility:hidden;
        transition:opacity .75s ease,visibility .75s ease;
    }

    .hero-slide.is-active{opacity:1;visibility:visible}

    .hero-slide__image,
    .hero-slide__gradient,
    .hero-slide__vignette{
        position:absolute;
        inset:0;
    }

    .hero-slide__image{
        background-image:var(--hero-image);
        background-size:cover;
        background-position:var(--hero-position-x,center) var(--hero-position-y,center);
        filter:brightness(var(--hero-brightness,100%));
        transform:scale(1.012);
    }

    .hero-slide__gradient{
        z-index:1;
        background:
            linear-gradient(
                90deg,
                rgba(255,255,255,.985) 0%,
                rgba(255,255,255,.94) 23%,
                rgba(255,255,255,.70) 43%,
                rgba(255,255,255,.20) 63%,
                color-mix(in srgb,var(--hero-overlay-color,#172018) calc(var(--hero-overlay,.35)*100%),transparent) 100%
            );
    }

    .hero-slide__vignette{
        z-index:2;
        background:
            radial-gradient(circle at 9% 35%,rgba(255,255,255,.55),transparent 27%),
            linear-gradient(180deg,rgba(0,0,0,.025),transparent 35%,rgba(8,14,11,.12));
        pointer-events:none;
    }

    .hero-slide__content{
        position:relative;
        z-index:4;
        min-height:clamp(760px,100vh,980px);
        display:flex;
        align-items:center;
        padding-block:180px 115px;
    }

    .hero-copy{
        position:relative;
        width:min(720px,52vw);
        padding:26px 28px 24px 0;
        padding-left:clamp(0px,1vw,12px);
    }

    .hero-copy::before{
        content:"";
        position:absolute;
        inset:-18px -18px -18px -24px;
        border:1px solid rgba(255,255,255,.18);
        border-radius:28px;
        background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
        -webkit-backdrop-filter:blur(14px) saturate(125%);
        backdrop-filter:blur(14px) saturate(125%);
        box-shadow:0 22px 46px rgba(20,28,26,.07);
        z-index:-1;
        pointer-events:none;
    }

    .hero-copy h1{
        max-width:720px;
        font-family:Georgia,"Times New Roman",serif!important;
        font-size:clamp(58px,6.1vw,92px);
        line-height:.91;
        font-weight:600;
        letter-spacing:-.055em;
        color:#101722;
        text-wrap:balance;
    }

    .hero-subtitle{
        margin-top:8px!important;
        position:relative;
        display:inline-block;
        font-family:Georgia,"Times New Roman",serif!important;
        background:linear-gradient(180deg,rgba(162,214,78,.92) 0%,rgba(128,183,43,.74) 35%,rgba(92,136,23,.58) 100%);
        -webkit-background-clip:text;
        background-clip:text;
        color:transparent;
        -webkit-text-fill-color:transparent;
        -webkit-text-stroke:1px rgba(255,255,255,.16);
        text-shadow:0 1px 0 rgba(255,255,255,.12), 0 10px 26px rgba(128,183,43,.16);
        filter:drop-shadow(0 8px 18px rgba(110,160,30,.10));
        opacity:.98;
        font-size:clamp(34px,4vw,60px);
        line-height:.98;
        font-weight:500;
        letter-spacing:-.045em;
    }

    .hero-description{
        max-width:610px;
        margin-top:24px!important;
        color:#4f5e68;
        font-size:clamp(16px,1.35vw,20px);
        line-height:1.68;
    }

    .hero-actions{
        display:flex;
        flex-wrap:wrap;
        gap:14px;
        margin-top:30px;
    }

    .hero-features{
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:0;
        max-width:740px;
        margin-top:42px;
    }

    .services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
    .about-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(46px,7vw,110px)}
    .reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
    .faq-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(42px,6vw,88px)}
}

@layer components {
    .site-nav a{
        position:relative;
        padding:30px 0 27px;
        color:#2f3841;
        font-size:14px;
        font-weight:400;
        white-space:nowrap;
        transition:color .2s ease;
    }

    .site-nav a::after{
        content:"";
        position:absolute;
        left:50%;
        bottom:18px;
        width:0;
        height:2px;
        border-radius:99px;
        background:var(--brand);
        transform:translateX(-50%);
        transition:width .22s ease;
    }

    .site-nav a:hover,
    .site-nav a.is-active{color:var(--brand-dark)}

    .site-nav a:hover::after,
    .site-nav a.is-active::after{width:72%}

    .language-switch{display:flex;align-items:center;gap:7px;color:#6d787e;font-size:12px}
    .language-switch a.is-active{color:var(--brand-dark);font-weight:600}

    .site-button{
        min-height:50px;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        gap:16px;
        padding:0 24px;
        border:1px solid transparent;
        border-radius:13px;
        font-size:14px;
        font-weight:600;
        transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
    }

    .site-button:hover{transform:translateY(-1px)}

    .site-button--primary{
        color:#fff;
        background:linear-gradient(135deg,#84bd2c,#5f9c18);
        box-shadow:0 13px 30px rgba(96,150,26,.25);
    }

    .site-button--header{
        min-height:58px;
        padding-inline:28px;
        border-radius:15px;
        font-size:15px;
    }

    .site-button--hero{
        min-width:220px;
        min-height:58px;
        font-size:16px;
    }

    .site-button--glass{
        min-width:190px;
        min-height:58px;
        border-color:rgba(58,68,74,.32);
        color:#1d2730;
        background:rgba(255,255,255,.72);
        backdrop-filter:blur(12px);
    }

    .button-arrow{font-size:24px;line-height:1}

    .hero-kicker{
        display:flex;
        align-items:center;
        gap:14px;
        margin-bottom:18px;
        color:var(--brand-dark);
        font-size:13px;
        font-weight:700;
        letter-spacing:.18em;
        text-transform:uppercase;
    }

    .hero-kicker__line{
        width:44px;
        height:2px;
        border-radius:99px;
        background:var(--brand);
    }

    .hero-feature{
        display:grid;
        grid-template-columns:46px 1fr;
        align-items:center;
        gap:12px;
        min-width:0;
        padding:0 20px;
        border-right:1px solid rgba(83,95,99,.16);
    }

    .hero-feature:first-child{padding-left:0}
    .hero-feature:last-child{border-right:0}

    .hero-feature__icon{
        width:42px;
        height:42px;
        display:grid;
        place-items:center;
        border:1px solid rgba(105,151,35,.23);
        border-radius:50%;
        color:var(--brand-dark);
        background:rgba(255,255,255,.82);
        font-size:20px;
    }

    .hero-feature strong,
    .hero-feature small{display:block}

    .hero-feature strong{
        color:#42505a;
        font-size:12px;
        font-weight:600;
    }

    .hero-feature small{
        margin-top:4px;
        color:#7a858b;
        font-size:8px;
        letter-spacing:.16em;
        text-transform:uppercase;
    }

    .hero-arrow{
        position:absolute;
        z-index:12;
        top:52%;
        width:64px;
        height:64px;
        display:grid;
        place-items:center;
        padding:0;
        border:1px solid rgba(255,255,255,.92);
        border-radius:50%;
        cursor:pointer;
        color:#1d2931;
        background:rgba(255,255,255,.84);
        box-shadow:0 14px 40px rgba(20,26,29,.16);
        backdrop-filter:blur(12px);
        transform:translateY(-50%);
        transition:.22s ease;
    }

    .hero-arrow span{
        margin-top:-4px;
        font-size:42px;
        font-weight:300;
        line-height:1;
    }

    .hero-arrow:hover{
        color:var(--brand-dark);
        background:#fff;
        transform:translateY(-50%) scale(1.05);
    }

    .hero-arrow--prev{left:22px}
    .hero-arrow--next{right:22px}

    .hero-dots{
        position:absolute;
        z-index:12;
        left:50%;
        bottom:34px;
        display:flex;
        align-items:center;
        gap:13px;
        padding:10px 14px;
        border-radius:999px;
        background:rgba(255,255,255,.26);
        backdrop-filter:blur(8px);
        transform:translateX(-50%);
    }

    .hero-dots button{
        width:12px;
        height:12px;
        padding:0;
        border:2px solid rgba(255,255,255,.82);
        border-radius:50%;
        cursor:pointer;
        background:rgba(255,255,255,.88);
        box-shadow:0 2px 8px rgba(0,0,0,.12);
        transition:.22s ease;
    }

    .hero-dots button.is-active{
        background:var(--brand);
        border-color:rgba(255,255,255,.9);
        transform:scale(1.15);
    }

    .hero-slide--fallback{
        background:
            radial-gradient(circle at 78% 38%,rgba(128,183,43,.19),transparent 27%),
            linear-gradient(120deg,#fff 0%,#f7faf2 55%,#eaf3dd 100%);
    }

    .services-section{background:radial-gradient(circle at 8% 8%,rgba(130,184,44,.07),transparent 16%),#fff}
    .service-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(31,40,44,.055);transition:.22s ease}
    .service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .service-card__media{height:190px;overflow:hidden;background:#edf3e7}
    .service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
    .service-card:hover .service-card__media img{transform:scale(1.035)}
    .service-card__body{padding:20px}
    .service-card__category{display:block;margin-bottom:7px;color:var(--brand-dark);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
    .service-card h3{font-size:20px;line-height:1.25;font-weight:600}
    .service-card p{margin-top:9px!important;color:var(--muted);font-size:14px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
    .service-card__items{display:grid;gap:5px;margin:14px 0 0;padding:0;list-style:none}
    .service-card__items li{position:relative;padding-left:18px;color:#5c666a;font-size:12px;line-height:1.45}
    .service-card__items li::before{content:"✓";position:absolute;left:0;color:var(--brand-dark);font-weight:700}
    .service-card__button{width:100%;min-height:42px;margin-top:16px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border:1px solid var(--line);border-radius:10px;cursor:pointer;color:#263034;background:#f9faf8;font-size:13px;font-weight:600}
    .service-card__button span{color:var(--brand-dark);font-size:18px}

    .service-modal[hidden]{display:none}
    .service-modal{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:22px}
    .service-modal__backdrop{position:absolute;inset:0;background:rgba(16,22,24,.68);backdrop-filter:blur(7px)}
    .service-modal__dialog{position:relative;z-index:2;width:min(960px,94vw);max-height:88vh;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border-radius:24px;background:#fff;box-shadow:var(--shadow-lg)}
    .service-modal__media{min-height:100%;background:#eef4e8}
    .service-modal__media img{width:100%;height:100%;object-fit:cover}
    .service-modal__content{overflow-y:auto;padding:34px}
    .service-modal__content h3{font-size:clamp(28px,3vw,42px);font-weight:650}
    .service-modal__description{margin-top:14px!important;color:var(--muted);line-height:1.75}
    .service-modal__includes{margin-top:24px;padding:18px;border-radius:14px;background:var(--soft)}
    .service-modal__includes strong{display:block;margin-bottom:10px}
    .service-modal__includes ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
    .service-modal__includes li{position:relative;padding-left:22px;color:#556064;line-height:1.5}
    .service-modal__includes li::before{content:"✓";position:absolute;left:0;color:var(--brand-dark);font-weight:700}
    .service-modal__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}
    .service-modal__gallery img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:10px}
    .service-modal__close{position:absolute;z-index:4;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.92);box-shadow:0 7px 20px rgba(0,0,0,.1);font-size:24px}

    .about-section{background:var(--soft)}
    .about-visual{min-height:460px;position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(145deg,#d9e9c0,#8fbd4d 48%,#547927);box-shadow:var(--shadow-lg)}
    .about-visual::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.82),transparent 23%)}
    .about-visual__badge{position:absolute;left:8%;bottom:9%;padding:24px 26px;border:1px solid rgba(255,255,255,.6);border-radius:18px;background:rgba(255,255,255,.84);backdrop-filter:blur(13px)}
    .about-visual__badge span,.about-visual__badge strong{display:block}
    .about-visual__badge span{color:#6e777b;font-size:13px}
    .about-visual__badge strong{margin-top:4px;color:var(--brand-dark);font-size:24px}
    .about-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}
    .about-points>div{padding:17px;border:1px solid var(--line);border-radius:13px;background:#fff}
    .about-points strong,.about-points span{display:block}.about-points strong{color:var(--brand-dark);font-size:18px}.about-points span{margin-top:4px;color:var(--muted);font-size:12px}

    .review-card{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(31,40,44,.05)}
    .review-stars{color:#e0a317;letter-spacing:2px}
    .review-text{margin-top:13px!important;color:var(--muted);line-height:1.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
    .review-text.is-expanded{display:block;overflow:visible}
    .text-link{margin-top:10px;padding:0;border:0;cursor:pointer;color:var(--brand-dark);background:transparent;font-weight:600}
    .review-card__top{display:flex;align-items:center;gap:11px;margin-top:20px}
    .review-card__top img,.review-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover}
    .review-avatar{display:grid;place-items:center;color:var(--brand-dark);background:var(--brand-soft);font-weight:600}
    .review-card__top strong,.review-card__top span{display:block}.review-card__top span{margin-top:3px;color:var(--muted);font-size:12px}


    .reviews-section{
        position:relative;
        overflow:hidden;
        background:
            radial-gradient(circle at 5% 20%, rgba(128,183,43,.08), transparent 18%),
            radial-gradient(circle at 90% 90%, rgba(128,183,43,.07), transparent 18%),
            linear-gradient(180deg,#fbfcf9 0%, #ffffff 100%);
    }

    .reviews-section::before,
    .reviews-section::after{
        content:"";
        position:absolute;
        pointer-events:none;
    }

    .reviews-section::before{
        width:380px;
        height:380px;
        left:-180px;
        bottom:-120px;
        border-radius:50%;
        background:radial-gradient(circle, rgba(128,183,43,.09), rgba(128,183,43,0) 68%);
        filter:blur(10px);
    }

    .reviews-section::after{
        width:420px;
        height:220px;
        right:-140px;
        bottom:-40px;
        border-radius:50% 50% 0 0;
        background:linear-gradient(180deg, rgba(128,183,43,.05), rgba(128,183,43,.01));
        transform:rotate(-12deg);
    }

    .reviews-shell{
        position:relative;
        z-index:1;
    }

    .reviews-heading{
        position:relative;
        max-width:980px;
        margin:0 auto 42px;
    }

    .reviews-heading h2{
        margin-top:6px!important;
    }

    .reviews-heading p{
        max-width:860px;
        margin-inline:auto;
    }

    .reviews-heading__note{
        position:absolute;
        top:4px;
        right:0;
        display:grid;
        color:var(--brand-dark);
        font-family:Georgia,"Times New Roman",serif!important;
        font-style:italic;
        font-size:clamp(22px,2vw,28px);
        line-height:1.1;
        transform:rotate(-8deg);
        opacity:.9;
    }

    .reviews-heading__note strong{
        font-weight:500;
    }

    .reviews-carousel{
        position:relative;
        display:grid;
        grid-template-columns:auto 1fr auto;
        align-items:center;
        gap:18px;
    }

    .reviews-viewport{
        overflow:hidden;
        padding:10px 2px 12px;
    }

    .reviews-track{
        display:flex;
        gap:24px;
        align-items:stretch;
        will-change:transform;
        transition:transform .65s cubic-bezier(.22,.61,.36,1);
    }

    .review-card{
        position:relative;
        flex:0 0 calc((100% - 48px) / 3);
        min-width:0;
        min-height:422px;
        padding:28px 28px 24px;
        border:1px solid rgba(124,151,122,.22);
        border-radius:24px;
        background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92));
        box-shadow:0 18px 42px rgba(31,40,44,.06);
    }

    .review-card__quote{
        position:absolute;
        top:18px;
        right:22px;
        color:rgba(128,183,43,.22);
        font-size:78px;
        line-height:1;
        font-family:Georgia,"Times New Roman",serif!important;
    }

    .review-stars{
        color:#e3a31a;
        letter-spacing:4px;
        font-size:22px;
    }

    .review-text{
        min-height:170px;
        margin-top:22px!important;
        color:#59666f;
        font-size:17px;
        line-height:1.72;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:5;
        overflow:hidden;
    }

    .review-text.is-expanded{
        display:block;
        min-height:auto;
    }

    .text-link{
        display:inline-flex;
        align-items:center;
        gap:10px;
        margin-top:12px;
        padding:0;
        border:0;
        cursor:pointer;
        color:#117837;
        background:transparent;
        font-size:14px;
        font-weight:600;
    }

    .text-link span{font-size:22px;line-height:1}

    .review-card__divider{
        height:1px;
        margin:18px 0 16px;
        background:linear-gradient(90deg, rgba(125,139,145,.14), rgba(125,139,145,.05));
    }

    .review-card__top{
        display:flex;
        align-items:center;
        gap:15px;
        margin-top:auto;
    }

    .review-card__top img,
    .review-avatar{
        width:66px;
        height:66px;
        border-radius:50%;
        object-fit:cover;
        flex:0 0 auto;
        border:1px solid rgba(126,141,145,.16);
        box-shadow:0 8px 18px rgba(20,26,29,.08);
    }

    .review-avatar{
        display:grid;
        place-items:center;
        color:var(--brand-dark);
        background:var(--brand-soft);
        font-size:24px;
        font-weight:600;
    }

    .review-card__top strong{
        color:#141d26;
        font-size:18px;
        font-weight:650;
    }

    .review-card__top span{
        margin-top:5px;
        color:#737d84;
        font-size:14px;
    }

    .reviews-arrow{
        width:58px;
        height:58px;
        display:grid;
        place-items:center;
        padding:0;
        border:1px solid rgba(125,139,145,.16);
        border-radius:50%;
        cursor:pointer;
        color:#18823c;
        background:rgba(255,255,255,.92);
        box-shadow:0 14px 28px rgba(20,26,29,.08);
        transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    }

    .reviews-arrow:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(20,26,29,.12)}
    .reviews-arrow[disabled]{opacity:.45;cursor:default;transform:none}
    .reviews-arrow span{font-size:34px;line-height:1;margin-top:-3px}

    .reviews-dots{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:12px;
        margin-top:24px;
    }

    .reviews-dots button{
        width:14px;
        height:14px;
        padding:0;
        border:0;
        border-radius:50%;
        cursor:pointer;
        background:#d2dad2;
        transition:transform .2s ease, background .2s ease;
    }

    .reviews-dots button.is-active{
        background:#0f8a3d;
        transform:scale(1.08);
    }

    .reviews-tagline{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:16px;
        margin-top:30px;
        color:#9ba5aa;
        font-size:13px;
        font-weight:600;
        letter-spacing:.22em;
        text-transform:uppercase;
        text-align:center;
    }

    .reviews-tagline span{
        width:90px;
        height:1px;
        background:linear-gradient(90deg, rgba(150,160,165,.12), rgba(150,160,165,.4), rgba(150,160,165,.12));
    }

    .faq-contact-section{background:#fbfcf9}
    .faq-list{display:grid;gap:10px;margin-top:24px}
    .faq-list details{border:1px solid var(--line);border-radius:12px;background:#fff}
    .faq-list summary{padding:16px 18px;cursor:pointer;font-weight:500}
    .faq-list p{padding:0 18px 17px;color:var(--muted);line-height:1.6}
    .contact-panel{padding:clamp(28px,4vw,44px);border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
    .contact-form{display:grid;gap:12px;margin-top:24px}
    .contact-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--line);border-radius:10px;outline:none;background:#fff}
    .contact-form textarea{min-height:130px;padding-top:12px;resize:vertical}
    .contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(130,184,44,.11)}

    .site-alert{margin-top:16px;padding:12px 14px;border-radius:10px}.site-alert--success{color:#416514;background:#edf7dd}.site-alert--error{color:#963535;background:#fff0f0}

    .site-footer{padding:64px 0 24px;background:linear-gradient(180deg,#1a2226,#141a1d);color:#d7dddf}
    .footer-showcase{display:grid;grid-template-columns:1.05fr 2.3fr;gap:54px;align-items:start}
    .footer-brand-card{padding:28px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035)}
    .site-footer__logo{width:220px;max-height:74px;object-fit:contain;object-position:left center;background:#fff;border-radius:10px}
    .footer-brand-card p{margin-top:18px!important;color:#aeb8bc;line-height:1.65}
    .footer-cta{margin-top:22px;display:inline-flex;align-items:center;gap:12px;color:#cbe78d;font-weight:600}
    .footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}
    .site-footer h3{margin-bottom:14px;color:#fff;font-size:14px;font-weight:600}
    .site-footer a{display:block;margin:8px 0;color:#b9c2c5;font-size:13px}
    .site-footer a:hover{color:#cce993}
    .site-footer p{color:#aeb8bc}
    .footer-hour{display:flex;justify-content:space-between;gap:10px;margin-top:7px!important;font-size:11px}
    .site-footer__bottom{margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.07);color:#829095;font-size:11px}
}


    .services-section{
        position:relative;
        overflow:hidden;
        background:
            radial-gradient(circle at 6% 10%,rgba(128,183,43,.08),transparent 18%),
            radial-gradient(circle at 96% 90%,rgba(128,183,43,.07),transparent 18%),
            linear-gradient(180deg,#fbfcfa 0%,#ffffff 100%);
    }
    .services-premium-shell{position:relative;z-index:1}
    .services-premium-heading{position:relative;display:grid;grid-template-columns:1fr auto;align-items:start;gap:36px;max-width:1280px;margin:0 auto 42px}
    .services-premium-heading__main{max-width:900px;margin-inline:auto;text-align:center}
    .services-premium-kicker{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px;color:var(--brand-dark);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
    .services-premium-kicker span{width:48px;height:1px;background:var(--brand)}
    .services-premium-heading h2{font-family:Georgia,"Times New Roman",serif!important;color:#2a2d31;font-size:clamp(42px,4.7vw,68px);line-height:.98;font-weight:500;letter-spacing:-.04em}
    .services-premium-subtitle{margin-top:12px!important;color:#767c80;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(20px,2vw,28px);line-height:1.22}
    .services-premium-caption{max-width:760px;margin:8px auto 0!important;color:#7a8185;font-size:14px;line-height:1.6}
    .services-premium-note{align-self:start;margin-top:8px;max-width:220px;color:rgba(92,136,23,.68);font-family:Georgia,"Times New Roman",serif!important;font-size:28px;font-style:italic;line-height:1.1;text-align:center;transform:rotate(-7deg)}
    .services-premium-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
    .service-premium-card{position:relative;min-width:0;height:590px;overflow:hidden;border:1px solid rgba(114,134,116,.18);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,252,248,.96));box-shadow:0 14px 34px rgba(31,40,44,.055);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
    .service-premium-card:hover{transform:translateY(-6px);border-color:rgba(128,183,43,.32);box-shadow:0 24px 50px rgba(31,40,44,.10)}
    .service-premium-card.is-featured{transform:translateY(-8px);border-color:rgba(128,183,43,.34);box-shadow:0 24px 54px rgba(89,132,29,.12)}
    .service-premium-badge{position:absolute;z-index:4;top:10px;left:50%;transform:translateX(-50%);min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#7eb42b,#5f941d);box-shadow:0 10px 24px rgba(95,148,29,.28);font-size:12px;font-weight:600;white-space:nowrap}
    .service-premium-card__media{position:relative;height:225px;overflow:hidden;background:#eef3e9}
    .service-premium-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
    .service-premium-card:hover .service-premium-card__media img{transform:scale(1.04)}
    .service-premium-icon{position:absolute;left:16px;bottom:-22px;z-index:3;width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(124,151,122,.24);border-radius:50%;color:var(--brand-dark);background:rgba(255,255,255,.96);box-shadow:0 10px 24px rgba(25,34,37,.09);font-size:24px}
    .service-premium-card__body{height:365px;display:flex;flex-direction:column;padding:34px 22px 20px}
    .service-premium-card__eyebrow{display:block;color:#78914f;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
    .service-premium-card h3{min-height:58px;margin-top:8px!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#2c3034;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(22px,1.65vw,31px);line-height:1.02;font-weight:500;letter-spacing:-.03em}
    .service-premium-card__summary{height:62px;margin-top:10px!important;color:#70797d;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
    .service-premium-divider{width:34px;height:2px;margin:12px 0;background:var(--brand)}
    .service-premium-list{display:grid;gap:8px;height:86px;margin:0;padding:0;list-style:none;overflow:hidden}
    .service-premium-list li{display:grid;grid-template-columns:18px 1fr;gap:8px;color:#687175;font-size:11px;line-height:1.4}
    .service-premium-list li span{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#8aba38;font-size:9px;font-weight:700}
    .service-premium-cta{width:100%;min-height:44px;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:20px;padding:0 16px;border:1px solid rgba(108,157,34,.65);border-radius:999px;cursor:pointer;color:#4a6d1f;background:#fff;font-size:12px;font-weight:600;transition:.2s ease}
    .service-premium-card.is-featured .service-premium-cta,.service-premium-card:first-child .service-premium-cta{color:#fff;background:linear-gradient(135deg,#80b82c,#67981e);box-shadow:0 10px 24px rgba(104,151,31,.19)}
    .services-premium-bottom{margin-top:30px;min-height:84px;display:grid;grid-template-columns:1fr auto 1.3fr;align-items:center;gap:26px;padding:18px 30px;border:1px solid rgba(126,145,127,.14);border-radius:24px;background:linear-gradient(90deg,rgba(244,248,238,.94),rgba(255,255,255,.98),rgba(244,248,238,.94));box-shadow:0 12px 28px rgba(31,40,44,.04)}
    .services-premium-bottom__left{display:flex;align-items:center;gap:13px;color:#7b9356;font-size:11px;letter-spacing:.18em;text-transform:uppercase}
    .services-premium-leaf{color:var(--brand);font-size:34px;line-height:1}
    .services-premium-bottom__center{padding:0 28px;border-left:1px solid rgba(128,183,43,.35);border-right:1px solid rgba(128,183,43,.35);color:#596a51;font-family:Georgia,"Times New Roman",serif!important;font-size:22px;font-style:italic;text-align:center;white-space:nowrap}
    .services-premium-bottom__features{display:flex;align-items:center;justify-content:flex-end;gap:18px;color:#737c80;font-size:9px;text-transform:uppercase;letter-spacing:.04em}
    .services-premium-bottom__features span{display:flex;align-items:center;gap:6px;white-space:nowrap}

    @media(max-width:1180px){
        .services-premium-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
        .services-premium-heading{grid-template-columns:1fr}
        .services-premium-note{display:none}
        .services-premium-bottom{grid-template-columns:1fr}
        .services-premium-bottom__left,.services-premium-bottom__features{justify-content:center}
        .services-premium-bottom__center{border:0;padding:0}
        .services-premium-bottom__features{flex-wrap:wrap}
    }
    @media(max-width:920px){
        .services-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media(max-width:640px){
        .services-premium-grid{grid-template-columns:1fr}
        .service-premium-card.is-featured{transform:none}
        .services-premium-bottom{padding:18px}
        .services-premium-bottom__features{display:grid;justify-items:center}
        .services-premium-bottom__center{white-space:normal}
    }



    .services-view-all{
        display:flex;
        justify-content:center;
        margin-top:30px;
    }

    .services-view-all__button{
        min-height:52px;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        gap:18px;
        padding:0 28px;
        border:1px solid rgba(105,153,32,.42);
        border-radius:999px;
        color:#4e741c;
        background:rgba(255,255,255,.92);
        box-shadow:0 12px 28px rgba(31,40,44,.06);
        font-size:14px;
        font-weight:600;
        transition:.2s ease;
    }

    .services-view-all__button:hover{
        transform:translateY(-2px);
        color:#fff;
        background:linear-gradient(135deg,#80b82c,#67981e);
        box-shadow:0 16px 34px rgba(104,151,31,.18);
    }

    .services-page{
        min-height:100vh;
        background:linear-gradient(180deg,#f9fbf6 0%,#ffffff 34%);
    }

    .services-page-header{
        position:sticky;
        z-index:1000;
        top:0;
        padding:14px 0;
        border-bottom:1px solid rgba(226,232,223,.8);
        background:rgba(255,255,255,.86);
        -webkit-backdrop-filter:blur(20px) saturate(150%);
        backdrop-filter:blur(20px) saturate(150%);
    }

    .services-page-header__inner{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:24px;
    }

    .services-page-brand img{
        width:auto;
        height:62px;
        max-width:240px;
        object-fit:contain;
    }

    .services-page-back{
        min-height:44px;
        display:inline-flex;
        align-items:center;
        gap:10px;
        padding:0 18px;
        border:1px solid var(--line);
        border-radius:999px;
        color:#3f494e;
        background:#fff;
        font-size:13px;
        font-weight:600;
    }

    .services-page-hero{
        padding:80px 0 36px;
    }

    .services-page-hero__content{
        max-width:950px;
        margin-inline:auto;
        text-align:center;
    }

    .services-page-hero h1{
        font-family:Georgia,"Times New Roman",serif!important;
        color:#242b2f;
        font-size:clamp(46px,5.6vw,76px);
        line-height:.98;
        font-weight:500;
        letter-spacing:-.04em;
    }

    .services-page-hero__content > p{
        max-width:760px;
        margin:18px auto 0!important;
        color:#6d777b;
        font-size:17px;
        line-height:1.7;
    }

    .services-filters{
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        gap:9px;
        margin-top:34px;
    }

    .services-filters button{
        min-height:40px;
        padding:0 16px;
        border:1px solid rgba(113,136,111,.18);
        border-radius:999px;
        cursor:pointer;
        color:#596468;
        background:#fff;
        font-size:12px;
        font-weight:600;
        transition:.2s ease;
    }

    .services-filters button:hover,
    .services-filters button.is-active{
        color:#fff;
        border-color:transparent;
        background:linear-gradient(135deg,#80b82c,#66951e);
        box-shadow:0 8px 20px rgba(103,151,31,.16);
    }

    .services-page-list{
        padding:20px 0 110px;
    }

    .services-premium-grid--all{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }

    .service-premium-card.is-filtered-out{
        display:none;
    }

    @media(max-width:1180px){
        .services-premium-grid--all{
            grid-template-columns:repeat(3,minmax(0,1fr));
        }
    }

    @media(max-width:920px){
        .services-premium-grid--all{
            grid-template-columns:repeat(2,minmax(0,1fr));
        }
    }

    @media(max-width:640px){
        .service-premium-card{
            height:565px;
        }

        .service-premium-card__media{
            height:210px;
        }

        .service-premium-card__body{
            height:355px;
        }

        .services-premium-grid--all{
            grid-template-columns:1fr;
        }

        .services-page-header__inner{
            gap:14px;
        }

        .services-page-brand img{
            height:50px;
            max-width:180px;
        }

        .services-page-back{
            padding:0 13px;
        }

        .services-page-back span:last-child{
            display:none;
        }

        .services-page-hero{
            padding-top:58px;
        }
    }


@layer responsive {
    @media(min-width:1800px){
        .site-shell{--container:min(88vw,1760px)}
        .site-header{top:28px}
        .site-header__card{min-height:94px}
        .site-brand__logo{height:72px;max-width:350px}
        .hero{min-height:1000px}
        .hero-slide__content{min-height:1000px}
        .hero-copy{width:min(780px,50vw)}
        .hero-copy h1{font-size:96px}
        .services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
        .service-card__media{height:240px}
    }

    @media(max-width:1180px){
        .site-header__card{grid-template-columns:230px 1fr auto;gap:20px}
        .site-brand__logo{max-width:220px;height:56px}
        .site-nav{gap:18px}
        .site-button--header{display:none}
        .hero-copy{width:min(650px,58vw)}
        .hero-features{grid-template-columns:1fr;gap:12px;max-width:360px}
        .hero-feature{padding:0;border-right:0}
        .services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
        .reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
        .review-card{flex-basis:calc((100% - 24px) / 2)}
        .reviews-heading__note{position:static;margin-top:14px;transform:none;justify-items:center}
        .footer-showcase{grid-template-columns:1fr}
        .footer-columns{grid-template-columns:repeat(4,minmax(0,1fr))}
    }

    @media(max-width:920px){
        .site-header{top:12px}
        .site-header__card{
            min-height:66px;
            grid-template-columns:1fr auto;
            padding:6px 10px 6px 16px;
            border-radius:17px;
            background:linear-gradient(135deg,rgba(255,255,255,.54),rgba(255,255,255,.26));
            -webkit-backdrop-filter:blur(22px) saturate(165%);
            backdrop-filter:blur(22px) saturate(165%);
        }

        .site-brand__logo{height:52px;max-width:210px}

        .nav-toggle{
            width:44px;
            height:44px;
            display:grid;
            place-content:center;
            gap:5px;
            padding:0;
            border:1px solid var(--line);
            border-radius:11px;
            background:#fff;
        }

        .nav-toggle span{width:20px;height:2px;background:#293236;border-radius:99px}

        .site-nav{
            position:absolute;
            top:76px;
            left:0;
            right:0;
            display:none;
            padding:14px;
            border:1px solid rgba(226,232,223,.9);
            border-radius:16px;
            background:rgba(255,255,255,.98);
            box-shadow:var(--shadow-lg);
            backdrop-filter:blur(18px);
        }

        .site-nav.is-open{display:grid}
        .site-nav a{padding:12px 10px}
        .site-nav a::after{display:none}
        .site-header__actions{display:none}

        .hero{min-height:780px}
        .hero-slide__content{
            min-height:780px;
            align-items:flex-start;
            padding-top:145px;
            padding-bottom:100px;
        }

        .hero-copy{width:min(680px,76vw)}
        .hero-copy h1{font-size:clamp(52px,8vw,72px)}
        .hero-subtitle{font-size:clamp(30px,5vw,44px)}

        .hero-slide__gradient{
            background:
                linear-gradient(
                    90deg,
                    rgba(255,255,255,.98) 0%,
                    rgba(255,255,255,.93) 52%,
                    rgba(255,255,255,.35) 100%
                );
        }

        .hero-arrow{width:48px;height:48px}
        .hero-arrow--prev{left:14px}
        .hero-arrow--next{right:14px}

        .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
        .about-grid,.faq-contact-grid{grid-template-columns:1fr}
        .footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
        .service-modal__dialog{grid-template-columns:1fr}
        .service-modal__media{height:240px}
    }

    @media(max-width:640px){
        .site-shell{--container:min(92vw,600px)}
        .site-header{top:8px}
        .site-header__card{min-height:62px;border-radius:15px}
        .site-brand__logo{height:48px;max-width:184px}

        .hero{min-height:790px}
        .hero-slide__content{
            min-height:790px;
            padding-top:125px;
            padding-bottom:95px;
        }

        .hero-copy{width:100%}
        .hero-kicker{font-size:10px;letter-spacing:.13em}
        .hero-kicker__line{width:28px}
        .hero-copy h1{font-size:clamp(42px,13vw,60px)}
        .hero-subtitle{font-size:clamp(28px,8vw,38px)}
        .hero-description{font-size:15px;line-height:1.62}

        .hero-slide__gradient{
            background:
                linear-gradient(
                    180deg,
                    rgba(255,255,255,.98) 0%,
                    rgba(255,255,255,.94) 56%,
                    rgba(255,255,255,.64) 100%
                );
        }

        .hero-actions{display:grid}
        .hero-actions .site-button{width:100%;min-width:0}
        .hero-features{display:none}

        .hero-arrow{
            top:auto;
            bottom:18px;
            width:42px;
            height:42px;
        }

        .hero-arrow span{font-size:34px}
        .hero-arrow--prev{left:16px}
        .hero-arrow--next{right:16px}
        .hero-dots{bottom:23px}

        .services-grid,.reviews-grid,.footer-columns,.contact-form__grid{grid-template-columns:1fr}
        .reviews-carousel{grid-template-columns:1fr}
        .review-card{flex-basis:100%;min-height:390px}
        .reviews-arrow{display:none}
        .reviews-tagline span{width:40px}
        .service-card__media{height:220px}
        .about-points{grid-template-columns:1fr}
        .about-visual{min-height:340px}
        .service-modal{padding:10px}
        .service-modal__dialog{width:100%;max-height:94vh;border-radius:18px}
        .service-modal__content{padding:24px 18px}
        .service-modal__gallery{grid-template-columns:repeat(2,1fr)}
        .site-footer__bottom{flex-direction:column}
    }

    @media(max-width:390px){
        .site-brand__logo{max-width:165px;height:44px}
        .hero-copy h1{font-size:40px}
        .hero-subtitle{font-size:27px}
    }
}


/* =========================================================
   NAV MODERN V11 + MOBILE SAFETY OVERRIDES
   ========================================================= */
.site-header__card--modern{
    min-height:82px !important;
    padding:8px 10px 8px 12px !important;
    border:1px solid rgba(173,217,116,.22) !important;
    border-radius:22px !important;
    background:
        linear-gradient(110deg,
            rgba(20,29,34,.97) 0%,
            rgba(25,43,37,.96) 46%,
            rgba(52,96,45,.95) 100%
        ) !important;
    box-shadow:
        0 18px 50px rgba(13,21,24,.22),
        inset 0 1px 0 rgba(255,255,255,.08) !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
}

.site-header__card--modern::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:
        radial-gradient(circle at 82% 5%, rgba(145,203,62,.20), transparent 30%),
        linear-gradient(180deg,rgba(255,255,255,.045),transparent 55%);
    pointer-events:none;
}

.site-header__card--modern > *{
    position:relative;
    z-index:2;
}

.site-brand__plate{
    width:190px;
    min-height:60px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:5px 12px;
    border-radius:15px;
    background:rgba(255,255,255,.96);
    box-shadow:0 8px 22px rgba(0,0,0,.12);
}

.site-brand--modern .site-brand__logo{
    width:auto !important;
    height:50px !important;
    max-width:165px !important;
    object-fit:contain !important;
}

.site-nav--modern{
    gap:clamp(16px,1.8vw,30px) !important;
}

.site-nav--modern > a{
    color:rgba(255,255,255,.88) !important;
    font-size:13px !important;
    font-weight:500 !important;
    text-shadow:0 1px 1px rgba(0,0,0,.12);
}

.site-nav--modern > a:hover,
.site-nav--modern > a.is-active{
    color:#d9f5a3 !important;
}

.site-nav--modern > a::after{
    bottom:18px !important;
    background:linear-gradient(90deg,#b4db63,#7fb528) !important;
}

.site-header__actions--modern{
    gap:10px !important;
}

.nav-clock{
    min-height:54px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:6px 12px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:14px;
    color:#f7fbf3;
    background:rgba(255,255,255,.075);
}

.nav-clock__icon{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#d9f49f;
    background:rgba(128,183,43,.18);
    font-size:17px;
}

.nav-clock__copy{
    display:grid;
    gap:1px;
    min-width:102px;
}

.nav-clock strong{
    display:block;
    color:#fff;
    font-size:13px;
    font-weight:650;
    line-height:1.2;
    white-space:nowrap;
}

.nav-clock small{
    display:block;
    color:rgba(255,255,255,.66);
    font-size:9px;
    line-height:1.25;
    white-space:nowrap;
}

.language-switch--modern{
    min-height:42px;
    display:flex !important;
    align-items:center;
    padding:0 9px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:10px;
    color:rgba(255,255,255,.50) !important;
    background:rgba(255,255,255,.055);
}

.language-switch--modern a{
    color:rgba(255,255,255,.74) !important;
}

.language-switch--modern a.is-active{
    color:#d7f49b !important;
}

.site-button--nav{
    min-height:54px !important;
    padding-inline:20px !important;
    border:1px solid rgba(218,244,164,.18) !important;
    border-radius:14px !important;
    background:linear-gradient(135deg,#89c22f,#69a11e) !important;
    box-shadow:0 10px 24px rgba(73,126,19,.28) !important;
}

.mobile-nav-extras{
    display:none;
}

/* Tablet */
@media (max-width:1180px){
    .site-header__card--modern{
        grid-template-columns:190px 1fr auto !important;
        gap:14px !important;
    }

    .site-brand__plate{
        width:172px;
    }

    .site-brand--modern .site-brand__logo{
        max-width:148px !important;
    }

    .nav-clock{
        display:none;
    }

    .site-nav--modern{
        gap:14px !important;
    }

    .site-nav--modern > a{
        font-size:12px !important;
    }
}

/* Mobile nav: rebuilt to avoid broken responsive styles */
@media (max-width:920px){
    .site-header{
        top:8px !important;
        left:0 !important;
        right:0 !important;
        height:auto !important;
    }

    .site-header__card--modern{
        min-height:68px !important;
        grid-template-columns:1fr auto !important;
        gap:12px !important;
        padding:6px 7px 6px 9px !important;
        border-radius:18px !important;
    }

    .site-brand__plate{
        width:160px;
        min-height:54px;
        padding:4px 9px;
        border-radius:12px;
    }

    .site-brand--modern .site-brand__logo{
        height:44px !important;
        max-width:140px !important;
    }

    .nav-toggle--modern{
        width:48px !important;
        height:48px !important;
        display:grid !important;
        place-content:center !important;
        gap:5px !important;
        padding:0 !important;
        border:1px solid rgba(255,255,255,.16) !important;
        border-radius:13px !important;
        background:rgba(255,255,255,.08) !important;
    }

    .nav-toggle--modern span{
        width:21px !important;
        height:2px !important;
        background:#fff !important;
        border-radius:999px !important;
    }

    .site-header__actions--modern{
        display:none !important;
    }

    .site-nav--modern{
        position:absolute !important;
        top:78px !important;
        left:0 !important;
        right:0 !important;
        display:none !important;
        max-height:calc(100vh - 100px) !important;
        overflow:auto !important;
        padding:12px !important;
        border:1px solid rgba(168,211,111,.18) !important;
        border-radius:18px !important;
        background:
            linear-gradient(145deg,rgba(19,29,33,.99),rgba(35,69,45,.99)) !important;
        box-shadow:0 24px 60px rgba(0,0,0,.30) !important;
        -webkit-backdrop-filter:none !important;
        backdrop-filter:none !important;
    }

    .site-nav--modern.is-open{
        display:grid !important;
        gap:5px !important;
    }

    .site-nav--modern > a{
        min-height:45px !important;
        display:flex !important;
        align-items:center !important;
        padding:0 14px !important;
        border-radius:11px !important;
        color:rgba(255,255,255,.90) !important;
        font-size:14px !important;
    }

    .site-nav--modern > a:hover,
    .site-nav--modern > a.is-active{
        color:#e3f6bb !important;
        background:rgba(128,183,43,.14) !important;
    }

    .site-nav--modern > a::after{
        display:none !important;
    }

    .mobile-nav-extras{
        display:grid !important;
        gap:9px !important;
        margin-top:8px !important;
        padding-top:10px !important;
        border-top:1px solid rgba(255,255,255,.10) !important;
    }

    .nav-clock--mobile{
        display:flex !important;
        justify-content:flex-start !important;
        min-height:54px !important;
        background:rgba(255,255,255,.06) !important;
    }

    .language-switch--mobile{
        min-height:42px;
        display:flex !important;
        align-items:center;
        gap:10px;
        padding:0 12px;
        border-radius:10px;
        color:rgba(255,255,255,.50) !important;
        background:rgba(255,255,255,.055);
    }

    .language-switch--mobile a{
        color:rgba(255,255,255,.78) !important;
    }

    .language-switch--mobile a.is-active{
        color:#d8f49d !important;
        font-weight:700 !important;
    }

    .mobile-nav-quote{
        width:100% !important;
        min-height:48px !important;
    }

    /* Prevent top content from hiding behind fixed nav */
    .hero-slide__content{
        padding-top:120px !important;
    }

    /* Defensive service-card mobile layout */
    .services-premium-grid,
    .services-premium-grid--all{
        width:100% !important;
    }

    .service-premium-card{
        max-width:100% !important;
        margin:0 !important;
    }
}

@media (max-width:640px){
    .site-container{
        width:min(92vw,600px) !important;
    }

    .site-header__card--modern{
        width:100% !important;
    }

    .site-brand__plate{
        width:148px !important;
    }

    .site-brand--modern .site-brand__logo{
        max-width:130px !important;
    }

    .hero{
        min-height:760px !important;
    }

    .hero-slide__content{
        min-height:760px !important;
        padding-top:110px !important;
    }

    .hero-copy{
        width:100% !important;
        padding-right:0 !important;
    }

    .hero-copy::before{
        inset:-12px !important;
    }

    .services-premium-grid,
    .services-premium-grid--all{
        grid-template-columns:1fr !important;
        gap:18px !important;
    }

    .service-premium-card{
        width:100% !important;
        height:565px !important;
    }

    .reviews-carousel{
        width:100% !important;
    }

    .review-card{
        flex-basis:100% !important;
    }
}


/* =========================================================
   MOBILE NAV CLEAN V15
   No clock on mobile. Desktop clock remains unchanged.
   ========================================================= */
@media (max-width:920px){
    .site-header{
        top:8px !important;
        left:0 !important;
        right:0 !important;
        height:auto !important;
    }

    .site-header__card--modern{
        min-height:68px !important;
        grid-template-columns:minmax(0,1fr) auto !important;
        align-items:center !important;
        gap:10px !important;
        padding:6px 7px 6px 9px !important;
        border-radius:18px !important;
    }

    .site-brand--modern{
        min-width:0 !important;
        overflow:hidden !important;
    }

    .site-brand__plate{
        width:158px !important;
        max-width:100% !important;
        min-height:54px !important;
        padding:4px 9px !important;
        border-radius:12px !important;
    }

    .site-brand--modern .site-brand__logo{
        width:auto !important;
        height:43px !important;
        max-width:138px !important;
        object-fit:contain !important;
    }

    .nav-toggle--modern{
        width:48px !important;
        height:48px !important;
        display:grid !important;
        place-content:center !important;
        gap:5px !important;
        padding:0 !important;
        margin:0 !important;
        border:1px solid rgba(255,255,255,.16) !important;
        border-radius:13px !important;
        background:rgba(255,255,255,.08) !important;
    }

    .nav-toggle--modern span{
        width:21px !important;
        height:2px !important;
        background:#fff !important;
        border-radius:999px !important;
    }

    .site-header__actions--modern{
        display:none !important;
    }

    .site-nav--modern{
        position:absolute !important;
        top:78px !important;
        left:0 !important;
        right:0 !important;
        width:100% !important;
        display:none !important;
        max-height:calc(100vh - 100px) !important;
        overflow:auto !important;
        padding:12px !important;
        border:1px solid rgba(168,211,111,.18) !important;
        border-radius:18px !important;
        background:linear-gradient(145deg,rgba(19,29,33,.99),rgba(35,69,45,.99)) !important;
        box-shadow:0 24px 60px rgba(0,0,0,.30) !important;
        -webkit-backdrop-filter:none !important;
        backdrop-filter:none !important;
    }

    .site-nav--modern.is-open{
        display:grid !important;
        gap:5px !important;
    }

    .site-nav--modern > a{
        min-height:45px !important;
        display:flex !important;
        align-items:center !important;
        padding:0 14px !important;
        border-radius:11px !important;
        color:rgba(255,255,255,.90) !important;
        font-size:14px !important;
    }

    .site-nav--modern > a:hover,
    .site-nav--modern > a.is-active{
        color:#e3f6bb !important;
        background:rgba(128,183,43,.14) !important;
    }

    .site-nav--modern > a::after{
        display:none !important;
    }

    .mobile-nav-extras{
        display:grid !important;
        gap:9px !important;
        margin-top:8px !important;
        padding-top:10px !important;
        border-top:1px solid rgba(255,255,255,.10) !important;
    }

    /* Never show clocks on phones/tablets */
    .nav-clock,
    .nav-clock--mobile,
    .mobile-header-clock{
        display:none !important;
    }

    .language-switch--mobile{
        min-height:42px;
        display:flex !important;
        align-items:center;
        gap:10px;
        padding:0 12px;
        border-radius:10px;
        color:rgba(255,255,255,.50) !important;
        background:rgba(255,255,255,.055);
    }

    .language-switch--mobile a{
        color:rgba(255,255,255,.78) !important;
    }

    .language-switch--mobile a.is-active{
        color:#d8f49d !important;
        font-weight:700 !important;
    }

    .mobile-nav-quote{
        width:100% !important;
        min-height:48px !important;
    }

    .hero-slide__content{
        padding-top:112px !important;
    }
}

@media (max-width:480px){
    .site-brand__plate{
        width:140px !important;
    }

    .site-brand--modern .site-brand__logo{
        height:40px !important;
        max-width:122px !important;
    }

    .nav-toggle--modern{
        width:44px !important;
        height:44px !important;
    }
}

@media (max-width:360px){
    .site-brand__plate{
        width:122px !important;
    }

    .site-brand--modern .site-brand__logo{
        max-width:106px !important;
    }
}


/* =========================================================
   PREMIUM FOOTER + NEWSLETTER V17
   ========================================================= */
.site-footer--premium{
    position:relative;
    overflow:hidden;
    padding:78px 0 26px;
    color:#e9eee9;
    background:
        radial-gradient(circle at 90% 8%,rgba(104,158,38,.16),transparent 25%),
        radial-gradient(circle at 8% 72%,rgba(104,158,38,.08),transparent 22%),
        linear-gradient(135deg,#071517 0%,#0a1c1b 48%,#0d241c 100%);
}

.site-footer--premium::before{
    content:"";
    position:absolute;
    top:0;left:0;right:0;height:3px;
    background:linear-gradient(90deg,transparent,#8fc73d,#d5ef9c,#76a927,transparent);
}

.site-footer__glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(18px);opacity:.55}
.site-footer__glow--one{width:460px;height:460px;right:-190px;top:-180px;background:radial-gradient(circle,rgba(130,189,49,.19),transparent 68%)}
.site-footer__glow--two{width:380px;height:380px;left:-210px;bottom:120px;background:radial-gradient(circle,rgba(92,144,34,.10),transparent 70%)}
.footer-premium{position:relative;z-index:2}
.footer-premium__top{display:grid;grid-template-columns:1.15fr 2fr 1.05fr;gap:48px;align-items:start}
.footer-premium__logo-wrap{width:250px;padding:14px 18px;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 18px 38px rgba(0,0,0,.22)}
.site-footer--premium .site-footer__logo{width:100%;height:auto;max-height:86px;object-fit:contain}
.footer-premium__brand h3{margin-top:24px!important;color:#a9d55e;font-family:Georgia,"Times New Roman",serif!important;font-size:25px;font-weight:500}
.footer-premium__brand>p{max-width:360px;margin-top:12px!important;color:rgba(236,242,237,.70);font-size:14px;line-height:1.7}
.footer-premium__quote{width:max-content;min-height:54px;margin-top:24px;display:inline-flex;align-items:center;gap:34px;padding:0 24px;border-radius:999px;color:#10200f;background:linear-gradient(135deg,#b7df61,#82b92c);box-shadow:0 12px 28px rgba(99,151,32,.25);font-weight:700}
.footer-premium__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px;max-width:430px}
.footer-premium__trust>span{display:grid;justify-items:center;gap:6px;color:#acd760;font-size:22px;text-align:center}
.footer-premium__trust small{color:rgba(255,255,255,.72);font-size:9px;line-height:1.25}
.footer-premium__links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.footer-link-column h4,.footer-premium__contact h4{position:relative;margin-bottom:22px;color:#fff;font-family:Georgia,"Times New Roman",serif!important;font-size:22px;font-weight:500}
.footer-link-column h4::after,.footer-premium__contact h4::after{content:"";position:absolute;left:0;bottom:-9px;width:42px;height:2px;background:#9dcc4d}
.footer-link-column a{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(239,244,240,.74);font-size:12px;transition:.2s ease}
.footer-link-column a:hover{padding-left:5px;color:#b7dd72}
.footer-link-column a span{color:rgba(187,220,126,.65);font-size:18px}
.footer-premium__contact{padding-left:34px;border-left:1px solid rgba(255,255,255,.12)}
.footer-contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px;color:#fff}
.footer-contact-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:50%;color:#b8df70;background:rgba(142,190,70,.13);font-size:17px}
.footer-contact-item strong,.footer-contact-item small{display:block}.footer-contact-item strong{font-size:12px}.footer-contact-item small{margin-top:3px;color:rgba(255,255,255,.58);font-size:10px;line-height:1.35}
.footer-socials{display:flex;gap:9px;margin-top:18px}.footer-socials a{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#fff;background:rgba(255,255,255,.08);font-size:12px;font-weight:700;transition:.2s ease}.footer-socials a:hover{color:#10200f;background:#9dcc4d;transform:translateY(-2px)}
.footer-newsletter{margin-top:42px;display:grid;grid-template-columns:.9fr 1fr 2.1fr;gap:30px;align-items:center;padding:30px 34px;border:1px solid rgba(200,226,171,.20);border-radius:22px;background:linear-gradient(110deg,rgba(255,255,255,.035),rgba(119,161,56,.055));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.footer-newsletter__intro>span{color:#a8cc68;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.footer-newsletter__intro h3{margin-top:8px!important;color:#fff;font-family:Georgia,"Times New Roman",serif!important;font-size:28px;line-height:1.05;font-weight:500}
.footer-newsletter__copy{padding-left:26px;border-left:1px solid rgba(255,255,255,.11);color:rgba(255,255,255,.67);font-size:12px;line-height:1.65}
.footer-newsletter__form{display:grid;gap:10px}.footer-newsletter__row{display:grid;grid-template-columns:1fr 1.45fr 1.25fr auto;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.035)}
.footer-newsletter__row input,.footer-newsletter__row select{min-width:0;height:54px;padding:0 13px;border:0;border-right:1px solid rgba(255,255,255,.08);outline:none;color:#edf4ed;background:transparent;font-size:11px}
.footer-newsletter__row input::placeholder{color:rgba(255,255,255,.45)}
.footer-newsletter__row select{color:rgba(255,255,255,.76)}.footer-newsletter__row select option{color:#202722;background:#fff}
.footer-newsletter__row button{height:54px;min-width:130px;display:flex;align-items:center;justify-content:center;gap:18px;padding:0 20px;border:0;cursor:pointer;color:#10200f;background:linear-gradient(135deg,#b4dc5d,#7fb52b);font-weight:700}
.footer-newsletter__consent{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.48);font-size:9px}.footer-newsletter__consent input{accent-color:#8fc438}
.footer-newsletter__message{padding:8px 10px;border-radius:9px;font-size:10px}.footer-newsletter__message--success{color:#dff6bd;background:rgba(118,173,45,.14)}.footer-newsletter__message--error{color:#ffd6d6;background:rgba(190,65,65,.12)}
.footer-premium__bottom{margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:1fr auto 1fr;gap:22px;align-items:center;color:rgba(255,255,255,.58);font-size:10px}
.footer-premium__bottom>div{display:flex;align-items:center;justify-content:center;gap:10px}.footer-premium__bottom a{color:rgba(255,255,255,.65)}.footer-premium__bottom strong{justify-self:end;color:rgba(210,229,190,.72);font-weight:500}
@media(max-width:1180px){.footer-premium__top{grid-template-columns:1fr 1.7fr}.footer-premium__contact{grid-column:1/-1;padding:28px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px}.footer-premium__contact h4,.footer-socials{grid-column:1/-1}.footer-newsletter{grid-template-columns:1fr 1fr}.footer-newsletter__form{grid-column:1/-1}.footer-newsletter__row{grid-template-columns:1fr 1.3fr 1.15fr auto}}
@media(max-width:820px){.site-footer--premium{padding-top:58px}.footer-premium__top{grid-template-columns:1fr}.footer-premium__links{grid-template-columns:repeat(2,1fr)}.footer-premium__contact{grid-column:auto;grid-template-columns:1fr}.footer-premium__contact h4,.footer-socials{grid-column:auto}.footer-newsletter{grid-template-columns:1fr}.footer-newsletter__copy{padding-left:0;border-left:0}.footer-newsletter__form{grid-column:auto}.footer-newsletter__row{grid-template-columns:1fr 1fr}.footer-newsletter__row button{grid-column:1/-1}.footer-premium__bottom{grid-template-columns:1fr;text-align:center}.footer-premium__bottom strong{justify-self:center}.footer-premium__bottom>div{flex-wrap:wrap}}
@media(max-width:540px){.footer-premium__links{grid-template-columns:1fr}.footer-premium__trust{grid-template-columns:repeat(2,1fr)}.footer-newsletter{padding:24px 18px}.footer-newsletter__row{display:grid;grid-template-columns:1fr;border-radius:13px}.footer-newsletter__row input,.footer-newsletter__row select{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.footer-newsletter__row button{grid-column:auto}.footer-premium__logo-wrap{width:220px;max-width:100%}}
