:root{
    --page:#eef1ea;
    --white:#ffffff;
    --gold:#BAA565;
    --gold2:#BAA565;
    --wa:#2f6b4c;
    --deep:#2f6b4c;         /* зелёная плашка */
    --deep2:#24553d;

    --text:#111;
    --muted:#6f756e;

    --heroR:28px;
    --cardR:18px;
    --shadow: 0 18px 40px rgba(0,0,0,.16);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
    margin:0;
    font-family: "Montserrat", system-ui, -apple-system, sans-serif;

    color: var(--text);
}

.wrap{
    max-width: 1440px;   /* близко к скрину */
    margin: 30px auto 0 auto;
    padding: 18px 18px 0;

}

/* HERO FRAME */
.hero__frame{
    position:relative;
    border-radius: var(--heroR);
    overflow:hidden;


}

/* image */
.hero__img{
    width:100%;
    height: 800px;               /* как в скрине */
    background-size: cover;
    display:block;
}

/* dark left overlay */
.hero__frame::before{
    content:"";
    position:absolute; inset:0;

    pointer-events:none;
}



/* TOP BAR INSIDE HERO */
.hero__topbar{
    position:absolute;
    left:50%;
    top: -10px;
    transform: translateX(-50%);
    z-index:5;

    display:flex;
    align-items:center;
    gap:12px;
    border-radius: 7px;
    padding: 12px;


}

/* делаем у панели “мягкие” боковые выемки, как на скрине */

.hero__topbar::before{
    left:-26px;
    border-radius: 0 0 28px 0;
}
.hero__topbar::after{
    right:-26px;
    border-radius: 0 0 0 28px;
}

.topbtn{
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 7px;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}

.topbtn--gold{
    background: #BAA565;
    color:#fff;
    box-shadow: 0 10px 18px rgba(0,0,0,.16);
}

.topbtn--wa{
    background: #24532F;
    color:#fff;
    padding: 0 16px 0 14px;
    gap:10px;
    box-shadow: 0 10px 18px rgba(0,0,0,.16);
}

.wa__icon{
    width:12px;height:12px;border-radius:999px;
    background:#4be19b;
    box-shadow: 0 0 0 4px rgba(75,225,155,.18);
}

/* burger (маленький квадрат справа) */
.burger{
    width:36px;
    height:36px;
    border-radius: 7px 7px 20px 7px;
    border:0;
    cursor:pointer;
    background: linear-gradient(180deg, var(--gold2), var(--gold));
    box-shadow: 0 10px 18px rgba(0,0,0,.16);
    display:grid;
    place-items:center;
}
.burger span{
    display:block;
    width:18px;
    height:2px;
    background:#fff;
    border-radius:2px;
    margin:2px 0;
}

/* CONTENT LEFT */
.hero__content{
    position:absolute;
    left: 64px;
    top: 118px;
    z-index:4;
    max-width: 560px;
    color:#fff;
    padding-top:30px;
}

.hero__logo{
    height: 28px;
    filter: drop-shadow(0 14px 22px rgba(0,0,0,.35));
    margin-bottom: 25%;
}

.hero__title{
    margin:0 0 14px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

.hero__sub{
    font-size: 20px;
    font-weight: 500;
    opacity: .9;
    margin-bottom: 18px;
}

.hero__cta{
    display:inline-flex;
    align-items:center;
    height: 42px;
    padding: 0 18px;
    border-radius: 10px;

    background: #BAA565;
    color:#fff;
    font-weight:600;
    font-size: 14px;
    letter-spacing: .02em;
    text-decoration:none;

    box-shadow: 0 12px 20px rgba(0,0,0,.22);
}

/* CARDS UNDER HERO */
.cards{
    margin-top: -58px;   /* заезжают в выемки */
    position:relative;
    z-index:10;

    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.card{
    background: rgba(245,246,244,.92);
    border-radius: 30px;
    padding: 20px 20px;
    height: 140px;

    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 28px rgba(0,0,0,.10);
}
.card-11 {
    margin-top: 7%;
    width: 295px;
    height:200px;
    margin-left: 11%;
}
.card-22 {
    margin: 22% 0 0 0;
    width: 345px;
    height:200px;
}
.card-33 {
    margin-top: 7%;
    width: 295px;
    height:200px;
    margin-right: 11%;
}

.card__h{

    color: #24532F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 145% */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.card__p{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* RESPONSIVE */
@media (max-width: 1100px){
    .hero__content{ left: 28px; top: 110px; }
    .hero__title{ font-size: 30px; }
    .cards{ grid-template-columns: 1fr 1fr; margin-top: -34px; }
}

@media (max-width: 720px){
    .wrap{ padding: 12px 12px 0; }
    .hero__img{ height: 520px; }
    .hero__topbar{
        width: calc(100% - 16px);
        left: 8px; right: 8px;
        transform:none;
        justify-content: space-between;
        gap:8px;
        padding:10px;
    }
    .topbtn--gold{ display:none; }          /* на мобиле прячем лишнее */
    .topbtn--wa{ flex:1; justify-content:center; }
    .hero__content{ left: 18px; top: 120px; }
    .hero__title{ font-size: 26px; letter-spacing:.10em; }
    .cards{ grid-template-columns: 1fr; }
}


.partners-block{ padding: 16px 0 26px; }

/* Верхняя зелёная плашка */
.partners-bar{
    background: #24532F;
    border-radius: 30px;
    padding: 30px 42px;
    box-shadow: 0 18px 34px rgba(0,0,0,.14);
}

.partners-bar__title{
    color:#fff;
    font-weight:500;
    letter-spacing:.14em;
    text-transform:uppercase;
    font-size: 34px;
    margin-bottom: 12px;
    padding-left: 6px;
}

.partners-bar__logos{
    display:flex;
    align-items:center;
    gap: 22px;
    flex-wrap:wrap;
    padding: 2px 6px 6px;
}

.partners-bar__logos img{
                /* как на скрине */
    width:9%;
    opacity:.95;
    filter: brightness(1.2);
}

/* 3 карточки */
.service-cards{
    margin-top: 28px;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 0 3%;
}

.svc-card{
    position:relative;
    border-radius: 30px;
    overflow:hidden;
    height: 310px;
    box-shadow: 0 18px 34px rgba(0,0,0,.14);
    background:
            linear-gradient(90deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.20) 45%, rgba(0,0,0,0) 75%),
            var(--bg) center/cover no-repeat;
    border: 1px solid rgba(0,0,0,.06);
}

/* чуть сильнее затемняем слева */
.svc-card__shade{
    position:absolute; inset:0;
    background: linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.18) 40%, rgba(0,0,0,0) 70%);
}

.svc-card__content{
    position:absolute;
    left: 22px;
    bottom: 18px;
    z-index:2;
    color:#fff;
}

.svc-card__title{
    margin:0 0 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-shadow: 0 14px 26px rgba(0,0,0,.35);
}

.svc-card__btn{
    display:inline-flex;
    align-items:center;
    height: 28px;
    padding: 0 14px;
    border-radius: 7px;
    background: linear-gradient(180deg, var(--gold2), var(--gold));
    color:#fff;
    text-decoration:none;
    font-size: 13px;
    font-weight:500;
    letter-spacing:.10em;
    box-shadow: 0 10px 18px rgba(0,0,0,.22);
}

/* hover как на “живых” карточках */
.svc-card:hover{ transform: translateY(-2px); transition: .2s ease; }
.svc-card{ transition: .2s ease; }

/* адаптив */
@media (max-width: 1100px){
    .service-cards{ grid-template-columns: 1fr; }
    .partners-bar__logos img{ height: 30px; }
}

/* ===== ACCORDION "Выполняем полный комплекс работ" ===== */
.work{ padding: 18px 0 6px; }
.working {margin: 0 auto;}
.workaholic {
    padding: 0 60px;
    margin: 0 auto;
}
.work__title{
    font-family: Montserrat;
    margin: 0 0 12px;
    font-weight: 600;
    color:#2f6b4c;
    letter-spacing:.06em;
    text-transform:uppercase;
    font-size: 34px;
}

.acc{
    background: transparent;
    border-top: 1px solid rgba(0,0,0,.10);
}

.acc__item{
    border-bottom: 1px solid rgba(0,0,0,.10);
}

.acc__head{
    width:100%;
    background: transparent;
    border:0;
    cursor:pointer;

    display:flex;
    align-items:center;
    justify-content:space-between;
    font-family: Montserrat;
    padding: 12px 0;
    text-align:left;
}

.acc__name{
    font-weight: 600;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:#2f6b4c;
    font-size: 20px;
    font-family: Montserrat;
}

/* крестик справа */
.acc__icon{
    width:26px;height:26px;
    border-radius:999px;
    border:1px solid rgba(0,0,0,.10);
    position:relative;
    flex: 0 0 26px;
    opacity:.8;
}
.acc__icon::before,
.acc__icon::after{
    content:"";
    position:absolute;
    left:50%; top:50%;
    width:12px; height:2px;
    background: rgba(0,0,0,.35);
    transform: translate(-50%,-50%);
    border-radius:2px;
}
.acc__icon::after{
    transform: translate(-50%,-50%) rotate(90deg);
}

/* body */
.acc__body{
    display:none;
    padding: 0 44px 12px 0;
    color:#6b726b;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}
.acc__item.is-open .acc__body{ display:block; }

/* при открытии меняем крестик на "минус" */
.acc__item.is-open .acc__icon::after{ display:none; }

/* ===== PROCESS GREEN BOX ===== */
/* ===== PROCESS (как в макете, БЕЗ линий и подложек) ===== */

.process-clean{
    padding: 18px 0 28px;
}

.process-clean__box{
    background: #245434;
    border-radius: 22px;
    padding: 22px 36px 26px;
    box-shadow: 0 18px 34px rgba(0,0,0,.14);
}

.process-clean__title{
    margin: 0 0 20px;
    color:#fff;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 34px;
}

/* steps row */
.process-clean__steps{
    display:flex;
    align-items:flex-start;
    justify-content: space-evenly;
    gap: 14px;
}

/* step */
.pc-step{
    text-align:center;
    max-width: 150px;
    color:#fff;
}

.pc-step__icon{
    margin-bottom: 8px;
}
.pc-step__icon img{
    width:50px;
    height:50px;
    display:block;
    margin:0 auto;
}

/* gold title */
.pc-step__cap{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #c8b172;
    margin-bottom: 6px;
    white-space:nowrap;
}

/* description */
.pc-step__txt{
    font-size: 12px;
    line-height: 1.25;
    opacity:.95;
}

/* separators — ТОЛЬКО тире */
.pc-sep{
    color:white;
    font-weight: 600;
    margin-top: 55px;
    opacity:.85;
}

/* responsive */
@media (max-width: 1100px){
    .process-clean__steps{
        flex-wrap:wrap;
        justify-content:center;
    }
    .pc-sep{ display:none; }
}