:root{
  --ink:#132522;
  --ink-soft:#53615e;
  --green:#163b36;
  --green-2:#224d47;
  --cream:#f6f3ed;
  --paper:#fff;
  --line:#dcded8;
  --gold:#b6975d;
  --dark:#102b28;
  --radius:18px;
  --shadow:0 16px 50px rgba(17,43,39,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fbfaf7;font-family:Inter,Manrope,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
button,input,textarea{font:inherit}
button{color:inherit}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.section{padding:108px 0}
.section--first{padding-top:136px}
.section--tint{background:var(--cream)}
.section--dark{background:var(--dark);color:#fff}
.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;color:#59706b;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.eyebrow:before{content:"";width:28px;height:1px;background:var(--gold)}
h1,h2,h3,p{margin-top:0}
h1{margin-bottom:24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6vw,78px);font-weight:500;line-height:1.02;letter-spacing:-.035em}
h1 span{color:var(--green)}
h2{margin-bottom:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4.4vw,58px);font-weight:500;line-height:1.07;letter-spacing:-.028em}
h3{font-size:20px;line-height:1.25}
p{color:var(--ink-soft)}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:0 24px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:800;letter-spacing:.01em;transition:.24s ease;cursor:pointer}
.btn--primary{background:var(--green);color:#fff}
.btn--primary:hover{background:var(--green-2);transform:translateY(-2px)}
.btn--dark{background:var(--dark);color:#fff}.btn--dark:hover{background:#1d4842;transform:translateY(-2px)}
.btn--small{min-height:44px;padding:0 18px}
.btn--outline{border-color:#9ca8a5;background:transparent;color:var(--ink)}.btn--outline:hover{border-color:var(--green);background:#fff}
.btn--wide{width:100%}
.text-link{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:800}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}

.header{position:fixed;z-index:50;top:0;left:0;width:100%;background:rgba(251,250,247,.92);border-bottom:1px solid rgba(220,222,216,.75);backdrop-filter:blur(16px)}
.header__inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo img{width:198px;height:auto}.nav{display:flex;gap:26px;align-items:center}.nav a{font-size:13px;font-weight:700;color:#394845;transition:.2s}.nav a:hover{color:var(--green)}
.header__actions{display:flex;align-items:center;gap:18px}.header__phone{font-size:14px;font-weight:800;white-space:nowrap}.burger{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px;cursor:pointer}.burger span{display:block;height:2px;background:var(--ink);margin:5px 0;transition:.2s}

.hero{overflow:hidden;background:linear-gradient(180deg,#fbfaf7 0%,#f6f3ed 100%)}
.hero__grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:670px;gap:62px;align-items:center}
.hero__lead{max-width:660px;margin-bottom:34px;font-size:18px;line-height:1.7}.hero__actions{display:flex;align-items:center;gap:26px;margin-bottom:52px}.hero__facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding-top:28px;gap:26px}.hero__facts strong{display:block;margin-bottom:6px;font-size:24px;color:var(--green)}.hero__facts span{display:block;color:#71807d;font-size:12px;line-height:1.45}
.hero__media{position:relative}.hero__media:before{content:"";position:absolute;z-index:0;right:-70px;top:-45px;width:72%;height:44%;background:#e8e2d6;border-radius:20px}.hero__media img{position:relative;z-index:1;height:575px;object-fit:cover;border-radius:18px;filter:saturate(.78) contrast(.96)}.hero__media-note{position:absolute;z-index:2;left:-34px;bottom:34px;display:flex;align-items:center;gap:13px;min-width:260px;padding:18px 20px;background:#fff;border-radius:10px;box-shadow:var(--shadow)}.dot{width:9px;height:9px;border-radius:50%;background:#4d765f;box-shadow:0 0 0 5px #e8f0eb}.hero__media-note strong,.hero__media-note span{display:block}.hero__media-note strong{font-size:13px}.hero__media-note span{margin-top:3px;color:#81908d;font-size:11px}

.trustbar{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trustbar__grid{display:grid;grid-template-columns:repeat(3,1fr)}.trustbar__item{display:flex;gap:18px;padding:30px 28px;border-right:1px solid var(--line)}.trustbar__item:first-child{padding-left:0}.trustbar__item:last-child{border-right:0}.trustbar__item>span{font-size:11px;font-weight:800;color:var(--gold);letter-spacing:.1em}.trustbar__item p{margin:0;font-size:12px;line-height:1.55}.trustbar__item strong{display:block;margin-bottom:3px;color:var(--ink);font-size:14px}

.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end;margin-bottom:54px}.section-head>p{max-width:460px;margin:0 0 4px;font-size:15px;line-height:1.75}.section-head--dark p{color:#9eb0ac}.section-head--dark .eyebrow{color:#adc0bb}
.service-switch{display:flex;gap:6px;margin-bottom:22px}.service-tab{padding:12px 18px;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:800;font-size:13px;cursor:pointer;transition:.2s}.service-tab:hover,.service-tab.is-active{border-color:var(--green);background:var(--green);color:#fff}.service-panel{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.service-card{min-height:305px;padding:30px 26px;border-right:1px solid var(--line);display:flex;flex-direction:column}.service-card:last-child{border-right:0}.service-card__num{margin-bottom:48px;color:var(--gold);font-size:11px;font-weight:800}.service-card h3{margin-bottom:12px}.service-card p{font-size:13px;line-height:1.7}.service-card a{margin-top:auto;font-size:12px;font-weight:800;color:var(--green)}.service-card:hover{background:#faf8f3}

.advantages{display:grid;grid-template-columns:.9fr 1.1fr;gap:84px;align-items:center}.advantages__media img{height:650px;object-fit:cover;border-radius:16px;filter:saturate(.68)}.advantages__content h2{margin-bottom:42px}.adv-list{border-top:1px solid #d4d7d0;margin-bottom:34px}.adv-item{display:grid;grid-template-columns:50px 1fr;gap:12px;padding:21px 0;border-bottom:1px solid #d4d7d0}.adv-item>span{color:var(--gold);font-size:11px;font-weight:800}.adv-item h3{margin-bottom:6px;font-size:17px}.adv-item p{margin:0;font-size:13px;line-height:1.6}

.issues__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.issue{min-height:270px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.23s}.issue>span{display:block;margin-bottom:47px;color:var(--gold);font-size:11px;font-weight:800}.issue h3{max-width:280px;margin-bottom:12px;font-size:18px}.issue p{margin:0;font-size:13px;line-height:1.65}.issue:hover{background:#fff;box-shadow:var(--shadow);transform:translateY(-3px)}

.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-card{min-height:440px;padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.035);display:flex;flex-direction:column;transition:.25s}.case-card:hover{background:rgba(255,255,255,.075);transform:translateY(-4px)}.case-card__top{display:flex;justify-content:space-between;margin-bottom:54px;color:#a7bab5;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.case-card__top strong{color:var(--gold)}.case-card h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:24px}.case-card>p{font-size:13px;color:#9fb1ad;line-height:1.7}.case-card__result{margin-top:auto;padding:18px 0;border-top:1px solid rgba(255,255,255,.13)}.case-card__result small{display:block;margin-bottom:7px;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.case-card__result p{margin:0;color:#d6dfdd;font-size:12px;line-height:1.6}.case-card>a{margin-top:18px;font-size:12px;font-weight:800;color:#fff}

.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.person{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.person__photo{height:390px;overflow:hidden;background:#e7e6e1}.person__photo img{height:100%;object-fit:cover;filter:saturate(.65);transition:.35s}.person:hover .person__photo img{transform:scale(1.025);filter:saturate(.82)}.person__body{padding:24px}.person__body>span{display:block;margin-bottom:8px;color:var(--gold);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.person__body h3{margin-bottom:9px}.person__body p{min-height:44px;margin-bottom:18px;font-size:13px;line-height:1.6}.person__body small{font-size:11px;color:#84918f}.team-cta{margin-top:22px;padding:24px 26px;display:flex;justify-content:space-between;align-items:center;background:var(--cream);border-radius:12px}.team-cta strong,.team-cta span{display:block}.team-cta strong{margin-bottom:4px;font-size:15px}.team-cta span{color:#73817e;font-size:12px}

.formats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.format-card{min-height:430px;padding:30px;border:1px solid #d9dbd4;border-radius:14px;background:#fff;display:flex;flex-direction:column}.format-card--featured{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 20px 50px rgba(22,59,54,.16)}.format-card__tag{display:inline-flex;align-self:flex-start;margin-bottom:38px;padding:7px 10px;border:1px solid #d7dad4;border-radius:999px;color:#65736f;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.format-card--featured .format-card__tag{border-color:rgba(255,255,255,.25);color:#dce7e4}.format-card h3{font-family:Georgia,"Times New Roman",serif;font-size:26px;font-weight:500}.format-card p{font-size:13px;line-height:1.7}.format-card ul{margin:20px 0 34px;padding:0;list-style:none}.format-card li{position:relative;padding:9px 0 9px 20px;border-bottom:1px solid #ecece7;color:#42504d;font-size:12px}.format-card li:before{content:"";position:absolute;left:0;top:15px;width:6px;height:6px;border-radius:50%;background:var(--gold)}.format-card--featured p,.format-card--featured li{color:#c9d8d5}.format-card--featured li{border-color:rgba(255,255,255,.13)}.format-card__bottom{display:flex;justify-content:space-between;align-items:end;margin-top:auto}.format-card__bottom small,.format-card__bottom strong{display:block}.format-card__bottom small{color:#83908d;font-size:10px}.format-card__bottom strong{font-size:18px}.format-card__bottom a{font-size:12px;font-weight:800;color:var(--green)}.format-card--featured .format-card__bottom small{color:#a9bfba}.format-card--featured .format-card__bottom a{color:#fff}

.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{margin:0;padding:30px;border:1px solid var(--line);border-radius:14px;background:#fff}.review__stars{margin-bottom:25px;color:var(--gold);font-size:13px;letter-spacing:.12em}.review>p{min-height:180px;color:#394845;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.6}.review footer{border-top:1px solid var(--line);padding-top:18px}.review footer strong,.review footer span{display:block}.review footer strong{font-size:13px}.review footer span{margin-top:3px;color:#87928f;font-size:11px}

.faq__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px}.faq__intro h2{margin-bottom:20px}.faq__intro p{max-width:390px;margin-bottom:28px;font-size:14px;line-height:1.7}.accordion{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;padding:23px 0;border:0;background:transparent;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:16px;font-weight:800;cursor:pointer}.faq-q i{position:relative;width:22px;height:22px;flex:0 0 22px}.faq-q i:before,.faq-q i:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:1px;background:var(--ink);transform:translate(-50%,-50%);transition:.2s}.faq-q i:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-q[aria-expanded="true"] i:after{transform:translate(-50%,-50%) rotate(0)}.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq-a>p{overflow:hidden;margin:0;max-width:700px;font-size:13px;line-height:1.75}.faq-item.is-open .faq-a{grid-template-rows:1fr}.faq-item.is-open .faq-a>p{padding:0 42px 24px 0}

.contacts{padding:108px 0 0;background:var(--green);color:#fff}.contacts__grid{display:grid;grid-template-columns:1fr .88fr;gap:90px;align-items:start}.contacts .eyebrow{color:#b9ccc7}.contacts h2{margin-bottom:24px}.contacts__info>p{max-width:570px;color:#b9cbc7;font-size:15px;line-height:1.75}.contact-lines{margin-top:42px;border-top:1px solid rgba(255,255,255,.15)}.contact-lines>a,.contact-lines>div{display:flex;align-items:center;min-height:66px;border-bottom:1px solid rgba(255,255,255,.15);gap:20px}.contact-lines span{width:90px;color:#9db4af;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.contact-lines strong{font-size:14px}.contact-lines small{margin-left:auto;color:#9db4af;font-size:11px}.contact-form{padding:32px;border-radius:14px;background:#fff;color:var(--ink);box-shadow:0 24px 70px rgba(0,0,0,.16)}.form-head{margin-bottom:24px}.form-head h3{margin-bottom:6px;font-family:Georgia,"Times New Roman",serif;font-size:27px;font-weight:500}.form-head p{margin:0;font-size:12px}.contact-form label:not(.check){display:block;margin-bottom:17px}.contact-form label>span{display:block;margin-bottom:7px;color:#586663;font-size:11px;font-weight:800}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d9dcd7;border-radius:8px;background:#fbfbf8;padding:13px 14px;outline:none;transition:.2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#7c948f;background:#fff;box-shadow:0 0 0 3px rgba(22,59,54,.08)}.contact-form textarea{resize:vertical}.check{display:flex;gap:10px;align-items:flex-start;margin:4px 0 18px}.check input{width:16px;height:16px;margin-top:2px}.check span{margin:0!important;color:#818d8a!important;font-size:10px!important;font-weight:500!important;line-height:1.5}.form-status{min-height:18px;margin-top:10px;font-size:11px}.form-status.error{color:#a84a3e}.form-status.success{color:#39715a}.map-wrap{margin-top:70px}.map-wrap iframe{display:block;width:100%;height:360px;border:0;border-radius:14px 14px 0 0;filter:grayscale(.75) saturate(.65)}

.footer{background:#0d2522;color:#dbe4e1}.footer__top{min-height:118px;display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.logo--footer{filter:brightness(0) invert(1);opacity:.9}.footer__nav{display:flex;gap:23px}.footer__nav a{font-size:11px;color:#acbdb9}.footer__nav a:hover{color:#fff}.footer__phone{justify-self:end;font-size:14px;font-weight:800}.footer__bottom{min-height:70px;display:flex;align-items:center;gap:32px;color:#758c87;font-size:10px}.footer__bottom a{margin-left:auto}.mobile-cta{display:none}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal--delay{transition-delay:.09s}.reveal--delay2{transition-delay:.16s}.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1080px){
  .nav{gap:17px}.header__phone{display:none}.hero__grid{gap:38px}.hero__media img{height:510px}.hero__facts{gap:14px}.service-card{padding:26px 20px}.advantages{gap:54px}.person__photo{height:340px}.section-head{gap:50px}
}
@media (max-width:900px){
  .container{width:min(100% - 36px,760px)}.section{padding:82px 0}.section--first{padding-top:120px}
  .header__inner{height:72px}.logo img{width:178px}.header__actions>.btn{display:none}.burger{display:block}.nav{position:fixed;z-index:49;top:72px;left:0;width:100%;height:calc(100dvh - 72px);padding:30px 22px;background:#fbfaf7;display:flex;flex-direction:column;align-items:stretch;gap:0;transform:translateX(100%);transition:.28s}.nav.is-open{transform:none}.nav a{padding:18px 0;border-bottom:1px solid var(--line);font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:500}.burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero__grid{grid-template-columns:1fr;min-height:auto}.hero__content{max-width:720px}.hero__media{margin-top:0}.hero__media img{height:460px}.hero__media:before{right:-30px}.hero__media-note{left:18px}.section-head{grid-template-columns:1fr;gap:22px}.section-head>p{max-width:640px}
  .service-panel{grid-template-columns:repeat(2,1fr)}.service-card{border-bottom:1px solid var(--line)}.service-card:nth-child(2){border-right:0}.service-card:nth-child(3),.service-card:nth-child(4){border-bottom:0}.advantages{grid-template-columns:1fr;gap:46px}.advantages__media img{height:440px}.issues__grid{grid-template-columns:repeat(2,1fr)}.cases-grid,.team-grid,.formats-grid,.reviews-grid{grid-template-columns:1fr}.case-card{min-height:390px}.team-grid{gap:16px}.person{display:grid;grid-template-columns:240px 1fr}.person__photo{height:280px}.person__body{display:flex;flex-direction:column;justify-content:center}.faq__grid{grid-template-columns:1fr;gap:42px}.contacts__grid{grid-template-columns:1fr;gap:48px}.contact-form{max-width:680px}.footer__top{grid-template-columns:1fr auto}.footer__nav{display:none}.footer__bottom{flex-wrap:wrap;padding:22px 0;gap:12px 24px}.footer__bottom a{margin-left:0}.mobile-cta{display:flex;position:fixed;z-index:40;left:18px;right:18px;bottom:max(14px,env(safe-area-inset-bottom));height:52px;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:9px;box-shadow:0 14px 35px rgba(12,40,36,.23);font-size:13px;font-weight:800}.footer{padding-bottom:74px}
}
@media (max-width:620px){
  .container{width:calc(100% - 28px)}.section{padding:66px 0}.section--first{padding-top:104px}h1{font-size:44px;line-height:1.05}h2{font-size:36px}.eyebrow{font-size:10px;margin-bottom:16px}.header__inner{height:66px}.nav{top:66px;height:calc(100dvh - 66px)}.logo img{width:160px}
  .hero__grid{gap:32px}.hero__lead{font-size:15px;line-height:1.65}.hero__actions{display:block;margin-bottom:36px}.hero__actions .btn{width:100%;margin-bottom:16px}.text-link{justify-content:center;width:100%}.hero__facts{grid-template-columns:1fr 1fr;gap:20px}.hero__facts div:last-child{grid-column:1/-1}.hero__media img{height:360px;border-radius:12px}.hero__media:before{display:none}.hero__media-note{left:12px;right:12px;bottom:12px;min-width:0}.trustbar__grid{grid-template-columns:1fr}.trustbar__item{padding:20px 0;border-right:0;border-bottom:1px solid var(--line)}.trustbar__item:last-child{border-bottom:0}
  .section-head{margin-bottom:34px}.section-head>p{font-size:13px}.service-switch{display:grid;grid-template-columns:1fr 1fr}.service-tab{padding:11px 8px}.service-panel{grid-template-columns:1fr}.service-card{min-height:250px;border-right:0!important;border-bottom:1px solid var(--line)!important}.service-card:last-child{border-bottom:0!important}.service-card__num{margin-bottom:28px}.advantages__media img{height:330px}.advantages__content h2{margin-bottom:30px}.adv-item{grid-template-columns:38px 1fr}.issues__grid{grid-template-columns:1fr}.issue{min-height:220px}.issue>span{margin-bottom:30px}
  .case-card{min-height:410px;padding:24px}.case-card__top{margin-bottom:42px}.person{display:block}.person__photo{height:390px}.person__body p{min-height:0}.team-cta{display:block}.team-cta .btn{width:100%;margin-top:18px}.format-card{min-height:410px;padding:25px}.review>p{min-height:0;font-size:17px}.faq-q{font-size:14px;gap:16px}.contacts{padding-top:70px}.contacts__grid{gap:34px}.contact-lines>a,.contact-lines>div{display:grid;grid-template-columns:78px 1fr;gap:5px 12px;padding:14px 0}.contact-lines small{grid-column:2;margin-left:0}.contact-form{padding:24px 18px}.map-wrap{margin-top:44px;width:100%}.map-wrap iframe{height:300px;border-radius:0}.footer__top{grid-template-columns:1fr;gap:18px;padding:28px 0}.footer__phone{justify-self:start}.footer__bottom{display:block}.footer__bottom>*{display:block;margin:7px 0}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.person__photo img,.btn,.issue,.case-card{transition:none}}


/* Финальная полировка интерфейса */
:where(h1,h2,h3){text-wrap:balance}
:where(p,.team-cta span,.hero__facts span){text-wrap:pretty}
.header{box-shadow:0 1px 0 rgba(19,37,34,.03)}
.hero__content{padding:34px 0}
.hero__media img{object-position:center center}
.hero__media-note{border:1px solid rgba(220,222,216,.78)}
.service-card,.issue,.person,.format-card,.review{transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background .22s ease}
.service-card:hover,.person:hover,.format-card:not(.format-card--featured):hover,.review:hover{border-color:#c9cec6;box-shadow:0 16px 38px rgba(17,43,39,.07)}
.person__photo img{object-position:center 22%}
.person:nth-child(1) .person__photo img{object-position:center 26%}
.person:nth-child(2) .person__photo img{object-position:center 18%}
.person:nth-child(3) .person__photo img{object-position:center 20%}
.faq-q:focus-visible,.service-tab:focus-visible,.burger:focus-visible,.btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #8b7248;outline-offset:3px}
.contact-form input,.contact-form textarea{font-size:16px}
.mobile-cta{border:1px solid rgba(255,255,255,.14)}

@media (max-width:900px){
  .section{padding:74px 0}
  .section--first{padding-top:104px}
  .hero__content{padding-top:6px}
  .hero__grid{gap:34px}
  .hero__media{max-width:720px;width:100%}
  .hero__media img{height:430px}
  .hero__facts{max-width:680px}
  .section-head{margin-bottom:42px}
  .service-card{min-height:270px}
  .advantages__media img{height:400px}
  .case-card{min-height:0}
  .person{grid-template-columns:220px 1fr;min-height:270px}
  .person__photo{height:100%;min-height:270px}
  .format-card{min-height:0}
  .review>p{min-height:0}
  .contacts{padding-top:82px}
  .map-wrap{margin-top:54px}
}

@media (max-width:620px){
  html{scroll-padding-top:70px}
  body{overflow-x:hidden}
  .container{width:calc(100% - 32px)}
  .section{padding:56px 0}
  .section--first{padding-top:88px}
  .header__inner{height:62px;gap:12px}
  .logo img{width:146px}
  .nav{top:62px;height:calc(100dvh - 62px);padding:18px 20px 96px;overflow-y:auto}
  .nav a{padding:16px 0;font-size:20px}
  .burger{width:40px;height:40px;padding:8px}
  h1{font-size:clamp(36px,10.2vw,43px);line-height:1.02;letter-spacing:-.032em;margin-bottom:18px}
  h2{font-size:clamp(30px,8.5vw,36px);line-height:1.06;letter-spacing:-.026em}
  h3{font-size:18px}
  .hero h1 br,.section-head h2 br,.advantages__content h2 br,.contacts h2 br{display:none}
  .eyebrow{margin-bottom:13px;font-size:9px;letter-spacing:.11em}
  .eyebrow:before{width:22px}
  .hero__grid{gap:24px}
  .hero__content{padding:4px 0 0}
  .hero__lead{margin-bottom:24px;font-size:14px;line-height:1.6}
  .hero__actions{margin-bottom:28px}
  .hero__actions .btn{min-height:50px;margin-bottom:12px}
  .text-link{font-size:12px}
  .hero__facts{grid-template-columns:repeat(3,1fr);gap:0;padding-top:18px}
  .hero__facts div{min-width:0;padding-right:10px}
  .hero__facts div+div{border-left:1px solid var(--line);padding-left:10px}
  .hero__facts strong{font-size:20px;margin-bottom:4px}
  .hero__facts span{font-size:9.5px;line-height:1.35}
  .hero__media img{height:300px;border-radius:10px}
  .hero__media-note{left:10px;right:10px;bottom:10px;padding:13px 14px;gap:10px;border-radius:8px}
  .hero__media-note strong{font-size:12px}
  .hero__media-note span{font-size:10px}
  .trustbar__item{padding:17px 0;gap:14px}
  .trustbar__item p{font-size:11px}
  .trustbar__item strong{font-size:13px}
  .section-head{gap:14px;margin-bottom:28px}
  .section-head>p{font-size:12px;line-height:1.6}
  .service-switch{margin-bottom:14px;gap:4px}
  .service-tab{padding:10px 8px;font-size:11px}
  .service-panel{border-radius:10px}
  .service-card{min-height:0;padding:22px 20px}
  .service-card__num{margin-bottom:16px}
  .service-card h3{margin-bottom:8px}
  .service-card p{margin-bottom:18px;font-size:12px;line-height:1.6}
  .service-card a{font-size:11px}
  .advantages{gap:28px}
  .advantages__media img{height:250px;border-radius:10px}
  .advantages__content h2{margin-bottom:24px}
  .adv-item{grid-template-columns:32px 1fr;gap:8px;padding:16px 0}
  .adv-item h3{font-size:15px;margin-bottom:4px}
  .adv-item p{font-size:11.5px;line-height:1.55}
  .advantages__content .btn{width:100%}
  .issues__grid{border-radius:10px;overflow:hidden}
  .issue{min-height:0;padding:20px}
  .issue>span{margin-bottom:14px}
  .issue h3{margin-bottom:8px;font-size:16px}
  .issue p{font-size:11.5px;line-height:1.55}
  .cases-grid{gap:12px}
  .case-card{min-height:0;padding:21px;border-radius:10px}
  .case-card__top{margin-bottom:26px}
  .case-card h3{font-size:21px}
  .case-card>p{font-size:12px}
  .case-card__result{margin-top:24px;padding:15px 0}
  .team-grid{gap:12px}
  .person{display:grid;grid-template-columns:112px 1fr;min-height:158px;border-radius:10px}
  .person__photo{height:auto;min-height:158px}
  .person__body{padding:16px 15px;justify-content:center}
  .person__body>span{font-size:8.5px;margin-bottom:6px}
  .person__body h3{font-size:16px;margin-bottom:6px}
  .person__body p{margin-bottom:10px;font-size:10.5px;line-height:1.45}
  .person__body small{font-size:9.5px}
  .team-cta{margin-top:14px;padding:19px;display:block;border-radius:10px}
  .team-cta strong{font-size:13px}
  .team-cta span{font-size:11px}
  .team-cta .btn{min-height:48px;margin-top:14px}
  .formats-grid{gap:12px}
  .format-card{min-height:0;padding:22px;border-radius:10px}
  .format-card__tag{margin-bottom:22px;font-size:9px}
  .format-card h3{font-size:22px}
  .format-card p{font-size:12px}
  .format-card ul{margin:14px 0 24px}
  .format-card li{font-size:11px;padding:8px 0 8px 17px}
  .format-card__bottom{gap:12px}
  .format-card__bottom strong{font-size:16px}
  .reviews-grid{gap:12px}
  .review{padding:22px;border-radius:10px}
  .review__stars{margin-bottom:16px}
  .review>p{font-size:15px;line-height:1.55}
  .review footer{padding-top:15px}
  .faq__grid{gap:28px}
  .faq__intro p{font-size:12px;line-height:1.6;margin-bottom:20px}
  .faq__intro .btn{width:100%;min-height:48px}
  .faq-q{padding:18px 0;font-size:13px;line-height:1.4}
  .faq-a>p{font-size:11.5px;line-height:1.6}
  .faq-item.is-open .faq-a>p{padding:0 28px 18px 0}
  .contacts{padding-top:58px}
  .contacts__grid{gap:28px}
  .contacts__info>p{font-size:12.5px;line-height:1.6}
  .contact-lines{margin-top:26px}
  .contact-lines>a,.contact-lines>div{grid-template-columns:62px 1fr;gap:4px 10px;padding:12px 0;min-height:0}
  .contact-lines span{width:auto;font-size:9px}
  .contact-lines strong{font-size:12px;overflow-wrap:anywhere}
  .contact-lines small{font-size:9.5px}
  .contact-form{padding:21px 17px;border-radius:10px}
  .form-head{margin-bottom:18px}
  .form-head h3{font-size:23px}
  .form-head p{font-size:11px}
  .contact-form label:not(.check){margin-bottom:14px}
  .contact-form label>span{font-size:10px}
  .contact-form input,.contact-form textarea{padding:12px;border-radius:7px}
  .map-wrap{margin-top:34px;width:calc(100% - 32px)}
  .map-wrap iframe{height:250px;border-radius:10px 10px 0 0}
  .footer__top{padding:24px 0;gap:14px}
  .footer__phone{font-size:12px}
  .footer__bottom{padding:17px 0 22px;font-size:9px}
  .mobile-cta{left:12px;right:12px;bottom:max(10px,env(safe-area-inset-bottom));height:50px;border-radius:8px;font-size:12px}
  .footer{padding-bottom:70px}
}

@media (max-width:390px){
  .container{width:calc(100% - 24px)}
  h1{font-size:35px}
  h2{font-size:29px}
  .hero__facts span{font-size:9px}
  .person{grid-template-columns:100px 1fr}
  .person__body{padding:14px 12px}
  .map-wrap{width:calc(100% - 24px)}
}


/* Обновления по замечаниям */
.trustbar__item p{display:flex;flex-direction:column;gap:4px}
.service-panel{grid-template-columns:repeat(3,1fr)}
.service-card{border-bottom:1px solid var(--line)}
.service-card:nth-child(3n){border-right:0}
.service-card:nth-last-child(-n+3){border-bottom:0}
.advantages__media img{object-position:center center}
.person__photo{overflow:hidden;background:#ece7de}
.person__photo img,
.hero__media img{object-position:center center}
.person__body{justify-content:flex-start}
.contact-form,.person,.format-card,.review,.issue,.case-card,.service-card{overflow:hidden}

@media (max-width:1100px){
  .service-panel{grid-template-columns:repeat(2,1fr)}
  .service-card:nth-child(3n){border-right:1px solid var(--line)}
  .service-card:nth-child(2n){border-right:0}
  .service-card:nth-last-child(-n+2){border-bottom:0}
}

@media (max-width:900px){
  .service-panel{grid-template-columns:1fr}
  .service-card,
  .service-card:nth-child(3n),
  .service-card:nth-child(2n){border-right:0;border-bottom:1px solid var(--line)}
  .service-card:last-child{border-bottom:0}
}

@media (max-width:620px){
  .reveal{opacity:1;transform:none}
  .hero__facts{grid-template-columns:1fr 1fr 1fr}
  .hero__facts div:last-child{grid-column:auto}
  .person{grid-template-columns:118px 1fr;align-items:stretch}
  .person__photo{height:100%}
  .person__photo img{height:100%;object-fit:cover;object-position:center center}
  .service-panel{display:grid}
  .service-switch{position:relative;z-index:2}
  .formats-grid,.reviews-grid,.team-grid,.issues__grid,.cases-grid{gap:12px}
  .contacts__grid{align-items:start}
  .contact-form input,
  .contact-form textarea{width:100%;max-width:100%}
  .footer{padding-bottom:78px}
}

@media (max-width:390px){
  .person{grid-template-columns:96px 1fr}
  .person__body h3{font-size:15px}
  .person__body p{font-size:10px}
}

/* ===== Финальные исправления: переключатель, логотипы, компактная мобилка ===== */
.service-panel[hidden]{display:none!important}
.service-panel.is-active{display:grid}

/* Один и тот же логотип в шапке и футере */
.logo--footer{
  display:inline-flex;
  width:max-content;
  padding:7px 10px;
  background:#fbfaf7;
  border-radius:8px;
  filter:none;
  opacity:1;
}
.logo--footer img{width:198px}

@media (max-width:620px){
  .container{width:calc(100% - 24px)}
  .section{padding:38px 0}
  .section--first{padding-top:76px}

  .header__inner{height:58px}
  .logo img{width:138px}
  .nav{top:58px;height:calc(100dvh - 58px);padding:14px 18px 82px}
  .nav a{padding:13px 0;font-size:18px}

  .hero__content{padding:0}
  .hero__grid{gap:18px}
  .hero__lead{margin-bottom:18px}
  .hero__actions{margin-bottom:20px}
  .hero__facts{padding-top:14px}
  .hero__media img{height:270px}

  .trustbar__item{padding:12px 0}

  .section-head{gap:10px;margin-bottom:20px}
  .section-head>p{margin-bottom:0}
  .eyebrow{margin-bottom:10px}

  .service-switch{margin-bottom:10px}
  .service-tab{padding:9px 6px}
  .service-card{padding:17px 16px}
  .service-card__num{margin-bottom:10px}
  .service-card p{margin-bottom:12px}

  .advantages{gap:18px}
  .advantages__media img{height:220px}
  .advantages__content h2{margin-bottom:18px}
  .adv-list{margin-bottom:18px}
  .adv-item{padding:12px 0}

  .issues__grid,.cases-grid,.team-grid,.formats-grid,.reviews-grid{gap:9px}
  .issue{padding:16px}
  .issue>span{margin-bottom:10px}
  .case-card{padding:17px}
  .case-card__top{margin-bottom:18px}
  .case-card__result{margin-top:17px}

  .person{grid-template-columns:94px 1fr;min-height:138px}
  .person__photo{min-height:138px}
  .person__body{padding:13px 12px}
  .person__body p{margin-bottom:7px}
  .team-cta{margin-top:10px;padding:15px}
  .team-cta .btn{margin-top:10px}

  .format-card{padding:17px}
  .format-card__tag{margin-bottom:15px}
  .format-card ul{margin:10px 0 18px}
  .review{padding:17px}
  .review__stars{margin-bottom:12px}
  .review footer{padding-top:12px}

  .faq__grid{gap:18px}
  .faq__intro p{margin-bottom:14px}
  .faq-q{padding:13px 0}
  .faq-item.is-open .faq-a>p{padding-bottom:13px}

  .contacts{padding-top:38px}
  .contacts__grid{gap:20px}
  .contact-lines{margin-top:18px}
  .contact-lines>a,.contact-lines>div{padding:9px 0}
  .contact-form{padding:17px 14px}
  .form-head{margin-bottom:13px}
  .contact-form label:not(.check){margin-bottom:11px}
  .map-wrap{margin-top:22px;width:calc(100% - 24px)}
  .map-wrap iframe{height:220px}

  .footer__top{padding:18px 0;gap:11px}
  .logo--footer{padding:6px 8px}
  .logo--footer img{width:138px}
  .footer__bottom{padding:12px 0 17px}
  .footer__bottom>*{margin:5px 0}
  .footer{padding-bottom:66px}
}

@media (max-width:390px){
  .container{width:calc(100% - 20px)}
  .section{padding:34px 0}
  .section--first{padding-top:72px}
  h1{font-size:33px}
  h2{font-size:27px}
  .hero__media img{height:245px}
  .person{grid-template-columns:88px 1fr}
  .map-wrap{width:calc(100% - 20px)}
}

@media (max-width:620px){
  .service-card,.issue,.case-card,.format-card{min-height:0}
  .footer__top,.footer__bottom{min-height:0}
  .contacts h2{margin-bottom:14px}
  .hero__media-note{padding:10px 12px}
  .hero__facts strong{font-size:18px}
  .hero__facts span{font-size:9px}
  .mobile-cta{left:10px;right:10px;height:48px}
}
