/* Базовые стили сайта */

:root{
  --bg:#F5F6F8;
  --paper:#FFFFFF;
  --soft:#FFF7C7;
  --soft-2:#FFFDF3;
  --ink:#1D2023;
  --muted:#66727F;
  --accent:#FFDD2D;
  --accent-dark:#1D2023;
  --accent-2:#E2B600;
  --accent-3:#FFF1A3;
  --line:rgba(29,32,35,.12);
  --shadow:0 22px 64px rgba(29,32,35,.10);
  --radius:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:
  radial-gradient(circle at 12% 12%, rgba(29,32,35,.12), transparent 30%),
  radial-gradient(circle at 88% 6%, rgba(255,221,45,.20), transparent 28%),
  linear-gradient(180deg,#fbfaf6 0%,#f4f1ea 100%)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(1280px,100%);margin:0 auto;padding:0 28px}
.section-pad{padding:96px 0}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:inline-flex;align-items:center;min-width:0;flex-shrink:0}
.logo img{display:block;width:auto;height:48px;max-width:100%}
.header-logo img{height:50px}
.footer-brand{display:inline-flex;align-items:center;padding:10px 14px;border-radius:18px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.16)}
.footer-brand img{display:block;width:auto;height:54px;max-width:100%}
.main-nav{display:flex;align-items:center;gap:25px;font-size:14px;color:#485461;font-weight:800}.main-nav a{transition:.2s ease}.main-nav a:hover{color:var(--accent)}
.header-actions{display:flex;align-items:center;gap:12px}.phone-link{font-weight:900;color:var(--accent-dark);white-space:nowrap}.burger{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px}.burger span{display:block;width:18px;height:2px;border-radius:4px;background:var(--ink);transition:.2s ease}.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 24px;border-radius:18px;font-weight:900;letter-spacing:-.02em;transition:.22s ease;border:1px solid transparent;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;box-shadow:0 18px 42px rgba(29,32,35,.24)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 54px rgba(29,32,35,.28)}
.btn-ghost{background:rgba(255,255,255,.72);border-color:var(--line);color:var(--accent-dark)}.btn-ghost:hover{background:#fff;transform:translateY(-2px)}
.btn-small{min-height:42px;padding:0 18px;border-radius:14px;background:var(--ink);color:#fff;font-size:14px}

h1,h2,h3,p{margin-top:0}h1{font-size:clamp(54px,6.4vw,88px);line-height:.93;letter-spacing:-.07em;margin-bottom:24px;max-width:810px}h2{font-size:clamp(38px,4.5vw,62px);line-height:.96;letter-spacing:-.06em;margin-bottom:18px}h3{letter-spacing:-.04em}.section-kicker{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950;color:var(--accent);margin-bottom:18px}.section-kicker:before{content:"";width:34px;height:2px;background:currentColor;border-radius:10px}.section-kicker.light{color:var(--accent-2)}
.section-head{max-width:860px;margin:0 auto 44px;text-align:center}.section-head.wide{max-width:1020px}.section-head p,.section-copy p{font-size:18px;line-height:1.65;color:var(--muted);margin-bottom:0}.section-copy{max-width:600px}.sticky-copy{position:sticky;top:110px;align-self:start}

.hero{padding-top:82px;min-height:calc(100vh - 78px);display:flex;align-items:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-180px;bottom:-280px;width:660px;height:660px;border-radius:50%;background:rgba(29,32,35,.10);filter:blur(6px)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .8fr;gap:72px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,221,45,.14);border:1px solid rgba(29,32,35,.12);color:var(--accent-dark);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px}.eyebrow span{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(255,221,45,.18)}
.hero-lead{font-size:22px;line-height:1.55;color:#5F6B77;max-width:720px;margin-bottom:30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.hero-points{display:flex;flex-wrap:wrap;gap:10px;max-width:760px}.hero-points span{display:inline-flex;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(24,38,45,.05);font-size:14px;font-weight:850;color:#333333}
.hero-visual{position:relative;min-height:640px;display:flex;align-items:center;justify-content:center}.portrait-card{position:relative;width:min(520px,100%);border-radius:36px;background:#fff;padding:14px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.75);transform:rotate(1.2deg)}.portrait-card:before{content:"";position:absolute;inset:-24px;border-radius:46px;background:linear-gradient(135deg,rgba(29,32,35,.12),rgba(255,221,45,.18));z-index:-1}.portrait-card img{height:620px;width:100%;object-fit:cover;object-position:50% 50%;border-radius:26px}.portrait-note{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(255,253,248,.92);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.82);border-radius:22px;padding:18px;box-shadow:0 18px 44px rgba(0,0,0,.12)}.portrait-note strong{display:block;font-size:18px;letter-spacing:-.035em;margin-bottom:6px}.portrait-note span{display:block;color:var(--muted);font-size:13px;font-weight:800}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 20px;box-shadow:0 18px 44px rgba(24,38,45,.12);z-index:3}.floating-card b{display:block;font-size:28px;letter-spacing:-.06em;color:var(--accent-dark)}.floating-card span{display:block;font-size:13px;color:var(--muted);font-weight:800}.card-a{top:68px;left:0;transform:rotate(-4deg)}.card-b{right:0;bottom:95px;transform:rotate(4deg)}

.problem-section{background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(238,245,243,.72));border-top:1px solid rgba(24,38,45,.06);border-bottom:1px solid rgba(24,38,45,.06)}.problem-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px}.problem-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.problem-cards article,.service-card,.meaning-card,.step-card,.package-cards article,.trust-points div{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 48px rgba(24,38,45,.07)}.problem-cards article{padding:26px}.problem-cards span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:14px;background:var(--soft);color:var(--accent-dark);font-weight:950;margin-bottom:20px}.problem-cards h3{font-size:23px;margin-bottom:10px}.problem-cards p{margin:0;color:var(--muted);line-height:1.6}

.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{padding:32px;min-height:540px;position:relative;overflow:hidden}.service-card:after{content:"";position:absolute;right:-70px;bottom:-90px;width:210px;height:210px;border-radius:50%;background:rgba(29,32,35,.06)}.service-card.accent{background:linear-gradient(160deg,#123f49,#1d5d6b);color:#fff}.service-card.accent p,.service-card.accent li{color:rgba(255,255,255,.78)}.service-num{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--soft);color:var(--accent-dark);font-weight:950;margin-bottom:58px}.accent .service-num{background:rgba(255,255,255,.14);color:#fff}.service-card h3{font-size:31px;margin-bottom:14px}.service-card p{color:var(--muted);line-height:1.62;margin-bottom:22px}.service-card ul{display:grid;gap:12px;padding:0;margin:0;list-style:none}.service-card li{position:relative;padding-left:24px;color:#52616a;line-height:1.45;font-weight:750}.service-card li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--accent-2)}

.logic-section{background:linear-gradient(180deg,#fffdf8 0%,rgba(238,245,243,.78) 100%);border-bottom:1px solid rgba(24,38,45,.06)}
.compare-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:18px}.compare-card{border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:0 18px 48px rgba(24,38,45,.07);position:relative;overflow:hidden}.compare-card span{display:inline-flex;padding:9px 13px;border-radius:999px;background:rgba(255,221,45,.14);color:var(--accent-dark);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px}.compare-card h3{font-size:32px;line-height:1.06;margin-bottom:14px}.compare-card p{color:var(--muted);font-size:17px;line-height:1.65;margin:0}.muted-card{background:rgba(255,255,255,.78)}.strong-card{background:linear-gradient(145deg,var(--accent-dark),var(--accent));color:#fff}.strong-card span{background:rgba(255,255,255,.12);color:#fff}.strong-card p{color:rgba(255,255,255,.78)}
.logic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.logic-grid div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 14px 38px rgba(24,38,45,.06)}.logic-grid b{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;border-radius:999px;background:var(--soft-2);color:var(--accent-dark);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.logic-grid strong{display:block;font-size:20px;letter-spacing:-.04em;margin-bottom:8px}.logic-grid span{display:block;color:var(--muted);line-height:1.5;font-size:14px;font-weight:750}

.soft{background:rgba(255,253,248,.72)}.approach-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.approach-copy p{font-size:18px;line-height:1.7;color:var(--muted)}.approach-copy .btn{margin-top:12px}.meaning-stack{display:grid;gap:16px}.meaning-card{position:relative;padding:28px 34px 28px 94px}.meaning-card span{position:absolute;left:28px;top:28px;width:42px;height:42px;border-radius:14px;background:#eef5f3;display:grid;place-items:center;color:var(--accent-dark);font-weight:950}.meaning-card strong{display:block;font-size:24px;letter-spacing:-.04em;margin-bottom:8px}.meaning-card p{margin:0;color:var(--muted);line-height:1.55}

.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-card{border:0;padding:0;background:#fff;border-radius:24px;overflow:hidden;text-align:left;box-shadow:0 18px 44px rgba(24,38,45,.08);cursor:pointer;transition:.24s ease;border:1px solid var(--line);display:grid}.case-card:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(24,38,45,.13)}.case-card img{aspect-ratio:16/10;object-fit:cover;object-position:top;width:100%}.case-card span{display:block;padding:18px 18px 4px;font-weight:950;font-size:18px;color:#263039;letter-spacing:-.03em}.case-card em{display:block;padding:0 18px 18px;color:var(--muted);font-size:13px;line-height:1.45;font-style:normal;font-weight:700}.case-card:nth-child(7){grid-column:2 / span 1}

.dark-section{background:#102f38;color:#fff;position:relative;overflow:hidden}.dark-section:before{content:"";position:absolute;inset:-40% -10% auto auto;width:700px;height:700px;border-radius:50%;background:rgba(214,182,109,.16);filter:blur(20px)}.result-grid{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;gap:50px;align-items:start}.result-grid h2{color:#fff}.result-grid p{color:rgba(255,255,255,.72);font-size:18px;line-height:1.65}.result-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.result-list div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:24px}.result-list b{display:block;color:var(--accent-2);margin-bottom:20px}.result-list strong{display:block;font-size:20px;letter-spacing:-.03em;margin-bottom:8px}.result-list span{color:rgba(255,255,255,.72);line-height:1.5}

.audience-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:52px;align-items:center}.audience-list{display:flex;flex-wrap:wrap;gap:12px}.audience-list span{display:inline-flex;align-items:center;min-height:54px;padding:0 18px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 34px rgba(24,38,45,.06);font-weight:850;color:#35454d}.audience-list span:nth-child(2n){background:var(--soft)}.audience-list span:nth-child(3n){background:var(--soft-2)}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step-card{padding:26px}.step-card span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--soft);color:var(--accent-dark);font-weight:950;margin-bottom:22px}.step-card h3{font-size:21px;margin-bottom:9px}.step-card p{margin:0;color:var(--muted);line-height:1.55}.step-card:nth-child(7){grid-column:2 / span 2;background:linear-gradient(135deg,#fff,#eef5f3)}

.trust-section{background:linear-gradient(135deg,rgba(255,221,45,.14),rgba(214,182,109,.12))}.trust-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}.trust-card-main{background:var(--ink);color:#fff;border-radius:34px;padding:42px;box-shadow:var(--shadow)}.trust-card-main h2{color:#fff}.trust-card-main p{color:rgba(255,255,255,.72);font-size:18px;line-height:1.7}.trust-points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.trust-points div{padding:26px}.trust-points strong{display:block;font-size:21px;letter-spacing:-.035em;margin-bottom:10px}.trust-points span{display:block;color:var(--muted);line-height:1.55}

.package-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:40px;align-items:start}.package-copy p{color:var(--muted);font-size:18px;line-height:1.65}.package-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.package-cards article{padding:26px}.package-cards h3{font-size:24px;margin-bottom:9px}.package-cards p{color:var(--muted);line-height:1.55;margin-bottom:15px}.package-cards span{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eef5f3;color:var(--accent-dark);font-size:13px;font-weight:900}

.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;align-items:start}.faq-title{position:sticky;top:110px}.faq-title p{color:var(--muted);line-height:1.65}.faq-list{display:grid;gap:12px}details{background:#fff;border:1px solid var(--line);border-radius:22px;padding:0 22px;box-shadow:0 14px 38px rgba(24,38,45,.05)}summary{cursor:pointer;padding:22px 0;font-weight:900;font-size:18px;letter-spacing:-.02em;list-style:none}summary::-webkit-details-marker{display:none}details p{border-top:1px solid var(--line);padding:18px 0 22px;color:var(--muted);line-height:1.6;margin:0}

.cta-section{background:linear-gradient(135deg,#102f38,#1d5d6b);color:#fff;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;right:-220px;top:-220px;background:rgba(255,221,45,.18);filter:blur(10px)}.cta-grid{position:relative;display:grid;grid-template-columns:1fr .78fr;gap:56px;align-items:center}.cta-copy h2{color:#fff}.cta-copy p{font-size:19px;color:rgba(255,255,255,.76);line-height:1.65;max-width:620px}.cta-mini{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.cta-mini span,.cta-mini a{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);font-size:14px;font-weight:850;color:rgba(255,255,255,.82)}.cta-mini a:hover{background:rgba(255,255,255,.16);color:#fff}
.lead-form{background:#fff;color:var(--ink);border-radius:30px;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.22);display:grid;gap:15px}.lead-form label{display:grid;gap:8px}.lead-form label span{font-size:13px;color:#52606a;font-weight:900}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid var(--line);background:#f9faf9;border-radius:15px;padding:15px 16px;outline:0;color:var(--ink);transition:.2s ease}.lead-form textarea{resize:vertical;min-height:110px}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:rgba(29,93,107,.42);box-shadow:0 0 0 4px rgba(29,93,107,.09);background:#fff}.agree{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important;margin:2px 0 4px}.agree input{width:18px;height:18px;margin-top:2px;accent-color:var(--accent)}.agree span{font-size:12.5px!important;line-height:1.45!important;font-weight:600!important;color:#69747d!important}.agree a{text-decoration:underline;text-underline-offset:3px;color:var(--accent-dark)}.form-btn{width:100%;border:0}

.footer{background:#1D2023;color:#fff;padding:30px 0}.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-brand-wrap{display:grid;gap:12px;max-width:520px}.footer-brand-wrap span{color:rgba(255,255,255,.6);font-size:14px;line-height:1.5}.footer-links{display:flex;gap:20px;font-size:14px;color:rgba(255,255,255,.72);flex-wrap:wrap;justify-content:flex-end}.footer-links a:hover{color:#fff}

.lightbox{position:fixed;inset:0;background:rgba(8,18,22,.86);z-index:100;display:none;align-items:center;justify-content:center;padding:34px}.lightbox.active{display:flex}.lightbox img{max-height:88vh;max-width:min(1120px,94vw);object-fit:contain;border-radius:16px;box-shadow:0 40px 100px rgba(0,0,0,.38)}.lightbox-close{position:fixed;right:24px;top:18px;width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;font-size:38px;line-height:1;cursor:pointer}

@media (max-width:1180px){
  .service-grid,.cases-grid,.logic-grid{grid-template-columns:repeat(2,1fr)}.case-card:nth-child(7){grid-column:auto}.steps{grid-template-columns:repeat(3,1fr)}.step-card:nth-child(7){grid-column:1 / span 3}
}
@media (max-width:1080px){
  .main-nav{position:fixed;left:16px;right:16px;top:88px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:flex-start;gap:16px}.main-nav.active{display:flex}.burger{display:flex}.header-actions .btn-small{display:none}.phone-link{display:none}.header-logo img{height:42px}
  .hero-grid,.problem-grid,.approach-grid,.result-grid,.audience-grid,.trust-grid,.package-grid,.faq-grid,.cta-grid,.compare-grid{grid-template-columns:1fr}.hero{min-height:0}.hero-grid{gap:38px}.hero-visual{min-height:0;justify-content:flex-start}.portrait-card{width:100%;max-width:580px}.card-a{left:auto;right:20px;top:-8px}.card-b{right:22px;bottom:42px}.sticky-copy,.faq-title{position:static}.trust-points,.package-cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .container{padding:0 16px}.section-pad{padding:68px 0}.header-inner{height:68px}.logo{min-width:0}.logo-text small{display:none}.logo-mark{width:40px;height:40px}.hero{padding-top:58px}.main-nav{top:78px}
  h1{font-size:42px;line-height:.96;letter-spacing:-.055em}.hero-lead{font-size:18px}.hero-actions .btn{width:100%}.btn{min-height:50px}.hero-points span{font-size:13px;padding:9px 12px}.portrait-card{border-radius:28px;padding:10px;transform:none}.portrait-card img{height:420px;border-radius:20px}.portrait-note{left:20px;right:20px;bottom:20px;border-radius:18px;padding:14px}.floating-card{display:none}
  h2{font-size:36px}.section-head{text-align:left;margin-bottom:30px}.section-head p,.section-copy p,.approach-copy p,.cta-copy p,.package-copy p{font-size:16px}.problem-cards,.service-grid,.cases-grid,.steps,.result-list,.trust-points,.package-cards,.logic-grid{grid-template-columns:1fr}.service-card{min-height:0;padding:24px}.service-num{margin-bottom:34px}.service-card h3{font-size:25px}.meaning-card{padding:24px}.meaning-card span{position:static;margin-bottom:16px}.step-card:nth-child(7){grid-column:auto}.package-cards article,.step-card,.result-list div,.problem-cards article,.trust-points div,.logic-grid div{padding:22px}.compare-card{padding:24px;border-radius:24px}.compare-card h3{font-size:25px}.faq-grid{gap:24px}.lead-form{padding:20px;border-radius:24px}.footer-inner{flex-direction:column;align-items:flex-start}.footer-links{flex-direction:column;gap:10px}.lightbox{padding:16px}.lightbox-close{right:12px;top:12px}.trust-card-main{padding:28px;border-radius:26px}.cta-mini span,.cta-mini a{width:100%}
}
@media (max-width:420px){
  .logo-text strong{font-size:13px}.burger{width:40px;height:40px}h1{font-size:38px}.portrait-card img{height:365px}.case-card span{font-size:16px}.lead-form input,.lead-form select,.lead-form textarea{padding:13px 14px}.eyebrow{font-size:10px;letter-spacing:.06em}.hero-points{gap:8px}
}


/* Фото в блоках подхода и доверия */

/* v7 — дополнительные личные фото в блоках подхода и доверия */
.approach-photo-card,
.trust-photo-card{
  margin:28px 0 0;
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(255,221,45,.14);
  box-shadow:0 20px 50px rgba(29,32,35,.09);
}
.approach-photo-card img,
.trust-photo-card img{
  width:100%;
  height:310px;
  object-fit:cover;
  display:block;
}
.approach-photo-card img{object-position:50% 48%}
.trust-photo-card img{height:330px;object-position:50% 42%}
.approach-photo-card figcaption,
.trust-photo-card figcaption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 16px 38px rgba(0,0,0,.12);
}
.approach-photo-card strong,
.trust-photo-card strong{
  display:block;
  color:var(--ink);
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.035em;
  margin-bottom:6px;
}
.approach-photo-card span,
.trust-photo-card span{
  display:block;
  color:#65707D;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
}
.trust-photo-card{
  grid-column:1 / -1;
  margin:0;
}
.trust-photo-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.34) 100%);
  pointer-events:none;
}

@media (max-width:1080px){
  .approach-photo-card{max-width:620px}
}
@media (max-width:760px){
  .approach-photo-card,
  .trust-photo-card{border-radius:24px;margin-top:24px}
  .trust-photo-card{margin-top:0}
  .approach-photo-card img,
  .trust-photo-card img{height:300px}
  .approach-photo-card figcaption,
  .trust-photo-card figcaption{left:14px;right:14px;bottom:14px;padding:14px;border-radius:17px}
  .approach-photo-card strong,
  .trust-photo-card strong{font-size:15px}
}
@media (max-width:420px){
  .approach-photo-card img,
  .trust-photo-card img{height:250px}
}


/* Финальный светлый стиль и карточки */

/* v8 — оформление в духе T‑Business: Manrope, светлый фон, жёлтый акцент, плоские продуктовые карточки */
:root{
  --bg:#F5F6F8;
  --paper:#FFFFFF;
  --soft:#FFF7C7;
  --soft-2:#FFFDF3;
  --ink:#1D2023;
  --muted:#66727F;
  --accent:#FFDD2D;
  --accent-dark:#1D2023;
  --accent-2:#E2B600;
  --accent-3:#FFF1A3;
  --line:rgba(29,32,35,.12);
  --shadow:0 22px 64px rgba(29,32,35,.10);
  --radius:28px;
}
body{
  font-family:'Manrope',Arial,sans-serif;
  background:#F5F6F8;
  color:var(--ink);
}
body:before{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,221,45,.24), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255,221,45,.18), transparent 24%),
    linear-gradient(180deg,#F5F6F8 0%,#F5F6F8 100%);
}
.site-header{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(29,32,35,.10);
  box-shadow:0 2px 18px rgba(29,32,35,.04);
}
.logo-mark{
  background:#FFDD2D;
  color:#1D2023;
  box-shadow:none;
  border-radius:14px;
}
.logo-text strong{color:#1D2023}.logo-text small{color:#7b858f}
.main-nav a:hover,.phone-link{color:#1D2023}.phone-link{font-weight:900}
.btn{
  border-radius:14px;
  min-height:54px;
  box-shadow:none;
}
.btn-primary,.btn-small{
  background:#FFDD2D;
  color:#1D2023;
  border-color:#FFDD2D;
  box-shadow:none;
}
.btn-primary:hover,.btn-small:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(29,32,35,.12);
  background:#ffd42a;
}
.btn-ghost{
  background:#fff;
  border-color:rgba(29,32,35,.12);
  color:#1D2023;
  box-shadow:none;
}
.btn-ghost:hover{background:#F5F6F8;box-shadow:none}
.hero{
  padding-top:42px;
  min-height:auto;
  background:#F5F6F8;
}
.hero:after{display:none}
.hero-grid{
  background:#fff;
  border:1px solid rgba(29,32,35,.10);
  border-radius:42px;
  padding:58px;
  gap:58px;
  box-shadow:0 24px 70px rgba(29,32,35,.10);
}
.eyebrow{
  background:#FFF7C7;
  border-color:rgba(243,196,0,.32);
  color:#1D2023;
}
.eyebrow span{background:#FFDD2D;box-shadow:0 0 0 6px rgba(255,221,45,.24)}
h1,h2,h3{font-weight:900;color:#1D2023}.hero-lead{color:#65707D}
.hero-points span{
  background:#F5F6F8;
  border-color:rgba(29,32,35,.10);
  color:#333333;
  box-shadow:none;
}
.portrait-card{
  background:#F5F6F8;
  border-color:rgba(29,32,35,.10);
  box-shadow:none;
  transform:none;
  border-radius:34px;
}
.portrait-card:before{
  inset:-14px;
  background:#FFF7C7;
  border-radius:44px;
}
.portrait-note{
  background:rgba(255,255,255,.94);
  border-color:rgba(29,32,35,.10);
  box-shadow:0 18px 42px rgba(29,32,35,.16);
}
.floating-card{
  background:#fff;
  border-color:rgba(29,32,35,.10);
  box-shadow:0 18px 44px rgba(29,32,35,.10);
}
.floating-card b{color:#1D2023}
.section-pad{padding:88px 0}.section-kicker{color:#1D2023}.section-kicker:before{background:#FFDD2D;height:4px;width:42px}.section-kicker.light{color:#1D2023}
.problem-section,.logic-section,.trust-section,.audience-section,.soft,.dark-section,.cta-section{
  background:#F5F6F8;
  border-top:1px solid rgba(29,32,35,.06);
  border-bottom:1px solid rgba(29,32,35,.06);
}
.problem-cards article,.service-card,.meaning-card,.step-card,.package-cards article,.trust-points div,.logic-grid div,details,.case-card,.compare-card,.result-list div,.audience-list span{
  background:#fff;
  border:1px solid rgba(29,32,35,.10);
  box-shadow:none;
}
.problem-cards article:hover,.service-card:hover,.meaning-card:hover,.step-card:hover,.package-cards article:hover,.case-card:hover,.result-list div:hover{
  box-shadow:0 14px 34px rgba(29,32,35,.10);
}
.problem-cards span,.service-num,.step-card span,.meaning-card span,.compare-card span,.package-cards span{
  background:#FFF7C7;
  color:#1D2023;
}
.service-card.accent{
  background:#fff;
  color:#1D2023;
  border-color:rgba(243,196,0,.45);
  box-shadow:none;
}
.service-card.accent:before{
  background:#FFDD2D;
  height:8px;
}
.service-card.accent p,.service-card.accent li,.service-card p,.service-card li{color:#65707D}
.accent .service-num{background:#FFF7C7;color:#1D2023}
.service-card li:before{background:#FFDD2D;border:1px solid #e2b600}
.strong-card{
  background:#FFDD2D;
  color:#1D2023;
  border-color:#FFDD2D;
}
.strong-card span{background:rgba(255,255,255,.48);color:#1D2023}.strong-card p{color:#3e4247}
.logic-grid b{background:#FFDD2D;color:#1D2023}.logic-grid strong{color:#1D2023}.logic-grid span{color:#65707D}
.dark-section{color:#1D2023;position:relative}.dark-section:before{display:none}.result-grid h2{color:#1D2023}.result-grid p{color:#65707D}.result-list b{color:#1D2023}.result-list strong{color:#1D2023}.result-list span{color:#65707D}
.audience-list span:nth-child(2n),.audience-list span:nth-child(3n){background:#fff}
.step-card:nth-child(7){background:#FFF7C7;border-color:rgba(243,196,0,.45)}
.trust-card-main{
  background:#fff;
  color:#1D2023;
  border:1px solid rgba(29,32,35,.10);
  box-shadow:none;
}
.trust-card-main h2{color:#1D2023}.trust-card-main p{color:#65707D}
.approach-photo-card,.trust-photo-card{
  border-color:rgba(29,32,35,.10);
  box-shadow:none;
  background:#fff;
}
.approach-photo-card figcaption,.trust-photo-card figcaption{
  background:rgba(255,255,255,.94);
  border-color:rgba(29,32,35,.10);
  box-shadow:0 18px 42px rgba(29,32,35,.14);
}
.approach-photo-card span,.trust-photo-card span{color:#65707D}
.cta-section{background:#F5F6F8;color:#1D2023}.cta-section:before{display:none}.cta-copy h2{color:#1D2023}.cta-copy p{color:#65707D}
.cta-grid{
  background:#fff;
  border:1px solid rgba(29,32,35,.10);
  border-radius:38px;
  padding:44px;
  box-shadow:0 24px 70px rgba(29,32,35,.10);
}
.cta-mini span,.cta-mini a{
  background:#F5F6F8;
  border-color:rgba(29,32,35,.10);
  color:#1D2023;
  box-shadow:none;
}
.cta-mini a:hover{background:#FFF7C7;color:#1D2023}
.lead-form{
  box-shadow:none;
  border:1px solid rgba(29,32,35,.10);
  background:#F5F6F8;
}
.lead-form input,.lead-form select,.lead-form textarea{
  background:#fff;
  border-color:rgba(29,32,35,.12);
}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{
  border-color:#E2B600;
  box-shadow:0 0 0 4px rgba(255,221,45,.24);
}
.agree input{accent-color:#FFDD2D}.agree a{color:#1D2023;text-decoration:underline;text-decoration-color:#FFDD2D;text-decoration-thickness:3px;text-underline-offset:3px}
.footer{
  background:#fff;
  color:#1D2023;
  border-top:1px solid rgba(29,32,35,.10);
}
.footer span,.footer-links a{color:#65707D}.footer-links a:hover{color:#1D2023}
.lightbox{background:rgba(29,32,35,.86)}
@media (max-width:1080px){
  .main-nav{background:#fff;border-color:rgba(29,32,35,.10)}
  .hero-grid{padding:42px}
}
@media (max-width:760px){
  .hero{padding-top:30px;background:#F5F6F8}
  .hero-grid{border-radius:28px;padding:28px 18px;gap:30px}
  .section-pad{padding:64px 0}.cta-grid{padding:22px;border-radius:28px}
  .portrait-card{background:#fff;border-radius:26px}.portrait-card:before{display:none}
}


/* Акцентная верхняя полоса карточки Яндекс Директ */
.service-card.accent:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:8px;
  background:#FFDD2D;
  border-radius:28px 28px 0 0;
}


/* Инфографика */

/* v9 — инфографика по смыслам */
.infographic-section{
  background:linear-gradient(180deg,#F5F6F8 0%,#ffffff 100%);
  border-top:1px solid rgba(29,32,35,.06);
  border-bottom:1px solid rgba(29,32,35,.06);
}
.infographic-frame{
  background:#fff;
  border:1px solid rgba(29,32,35,.10);
  border-radius:36px;
  padding:18px;
  box-shadow:0 24px 60px rgba(29,32,35,.10);
  overflow:hidden;
}
.infographic-frame img{
  width:100%;
  border-radius:26px;
}
.infographic-chips{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin-top:24px;
}
.infographic-chips span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(29,32,35,.10);
  box-shadow:0 10px 26px rgba(29,32,35,.05);
  color:#31363c;
  font-size:14px;
  font-weight:800;
  text-align:center;
}
@media (max-width:760px){
  .infographic-frame{padding:12px;border-radius:24px}
  .infographic-frame img{border-radius:18px}
  .infographic-chips{justify-content:flex-start}
  .infographic-chips span{width:100%;font-size:13px;padding:11px 14px}
}


/* Первый экран: финальная типографика и отступы */
.hero-content h1{
  font-size:clamp(42px,4.9vw,68px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:760;
  max-width:780px;
  margin-bottom:14px;
}
.hero{
  padding-top:22px !important;
  padding-bottom:36px;
  min-height:auto;
  align-items:flex-start;
}
.hero-grid{
  margin-top:0;
  padding-top:40px;
  padding-bottom:42px;
  gap:48px;
  align-items:flex-start;
}
.hero-content{padding-top:0}
.hero .eyebrow{margin-bottom:14px}
.hero-lead{margin-bottom:18px}
.hero-actions{margin-bottom:18px}
.hero .portrait-card{background:#111418}
.hero .portrait-card img{object-position:50% 38%}

@media (max-width:1080px){
  .hero{padding-top:18px !important}
  .hero-grid{margin-top:0;padding-top:32px;padding-bottom:34px;gap:36px}
}
@media (max-width:760px){
  .hero{padding-top:14px !important;padding-bottom:28px;align-items:stretch}
  .hero-grid{margin-top:0;padding-top:24px;padding-bottom:24px;gap:24px}
  .hero-content h1{
    font-size:clamp(34px,10.8vw,44px);
    line-height:1.03;
    letter-spacing:-.045em;
    font-weight:740;
  }
  .hero .eyebrow{margin-bottom:14px}
  .hero-lead{margin-bottom:18px}
  .hero .portrait-card img{object-position:50% 34%}
}
@media (max-width:420px){
  .hero-content h1{font-size:34px}
}

/* Фото и инфографика */
.trust-photo-card img{
  height:360px;
  object-position:50% 48%;
}
.infographic-frame img{
  display:block;
  max-width:100%;
}
@media (max-width:760px){
  .trust-photo-card img{
    height:300px;
    object-position:50% 48%;
  }
}
@media (max-width:420px){
  .trust-photo-card img{height:260px}
}

/* Главное фото без фона: финальная композиция */
.hero-cutout-visual{
  position:relative;
  min-height:620px;
  align-items:flex-end;
  justify-content:center;
  overflow:visible;
}
.hero-cutout-wrap{
  position:relative;
  width:min(540px,100%);
  height:620px;
  isolation:isolate;
  overflow:visible;
}
.hero-blob{
  position:absolute;
  left:74px;
  right:4px;
  top:104px;
  bottom:28px;
  z-index:0;
  border-radius:100px 148px 42px 118px;
  background:linear-gradient(145deg,#FFF7C7 0%,#FFFDF3 56%,#FFFFFF 100%);
  transform:rotate(-7deg);
  box-shadow:inset 0 0 0 1px rgba(255,221,45,.24),0 24px 60px rgba(29,32,35,.06);
}
.hero-cutout{
  position:absolute;
  z-index:2;
  right:70px;
  bottom:-2px;
  height:610px;
  width:auto;
  max-width:none;
  object-fit:contain;
  pointer-events:none;
  filter:drop-shadow(0 26px 36px rgba(29,32,35,.15));
}
.hero-decor{
  position:absolute;
  z-index:1;
  display:block;
  pointer-events:none;
}
.hero-decor-a{
  width:54px;
  height:54px;
  left:118px;
  top:74px;
  border-radius:17px;
  background:linear-gradient(135deg,#FFDD2D,#FFF1A3);
  transform:rotate(-14deg);
  box-shadow:0 18px 34px rgba(255,221,45,.22);
}
.hero-decor-b{
  width:48px;
  height:48px;
  right:8px;
  bottom:100px;
  border-radius:50%;
  border:7px solid #FFDD2D;
  opacity:.86;
}
.hero-cutout-visual .portrait-card,
.hero-cutout-visual .floating-card{display:none}

@media (max-width:1180px){
  .hero-cutout-visual{min-height:560px}
  .hero-cutout-wrap{width:min(500px,100%);height:560px}
  .hero-cutout{height:550px;right:54px}
  .hero-blob{left:58px;right:4px;top:92px;bottom:24px}
  .hero-decor-a{left:96px;top:58px}
}
@media (max-width:920px){
  .hero-cutout-visual{min-height:500px}
  .hero-cutout-wrap{width:min(450px,100%);height:500px}
  .hero-cutout{height:490px;right:48px}
  .hero-blob{left:44px;right:2px;top:82px;bottom:18px}
  .hero-decor-a{width:44px;height:44px;left:78px;top:46px}
  .hero-decor-b{width:38px;height:38px;right:8px;bottom:76px;border-width:6px}
}
@media (max-width:760px){
  .hero-cutout-visual{min-height:420px;align-items:center}
  .hero-cutout-wrap{width:min(390px,100%);height:420px}
  .hero-cutout{height:410px;right:42px}
  .hero-blob{left:34px;right:0;top:64px;bottom:14px;border-radius:72px 98px 36px 88px}
  .hero-decor-a{width:36px;height:36px;left:64px;top:30px;border-radius:14px}
  .hero-decor-b{width:32px;height:32px;right:6px;bottom:54px;border-width:5px}
}
@media (max-width:420px){
  .hero-cutout-visual{min-height:370px}
  .hero-cutout-wrap{height:370px}
  .hero-cutout{height:360px;right:30px}
  .hero-blob{left:24px;top:58px;bottom:10px}
}

/* Юридические страницы и страница благодарности */
.legal-page .header-inner{justify-content:flex-start}
.legal-content{max-width:900px}
.legal-title{font-size:clamp(38px,5vw,62px)}
.legal-card{min-height:0}
.legal-card h2{font-size:30px;margin-top:28px}
.legal-card p{color:var(--muted);line-height:1.65}
.thanks-page{min-height:100vh}
.thanks-panel{
  position:relative;
  z-index:2;
  max-width:760px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(23,26,31,.11);
  border-radius:32px;
  padding:44px;
  box-shadow:0 24px 70px rgba(24,44,52,.13);
}
.thanks-title{font-size:clamp(42px,7vw,72px)}
@media (max-width:760px){
  .thanks-panel{padding:28px;border-radius:26px}
}

@media (max-width:820px){
  .footer-inner{flex-direction:column;align-items:flex-start}
  .footer-links{justify-content:flex-start}
}
@media (max-width:640px){
  .header-inner{height:72px}
  .header-logo img{height:36px}
  .footer-brand{padding:10px 12px;border-radius:16px}
  .footer-brand img{height:44px}
}


/* v13 — убрать внешнюю рамку/карточку у первого экрана */
.hero{
  background:transparent !important;
}
.hero-grid{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:40px 0 42px !important;
}
@media (max-width:1080px){
  .hero-grid{padding:32px 0 34px !important;}
}
@media (max-width:760px){
  .hero{background:transparent !important;}
  .hero-grid{padding:24px 0 !important;border-radius:0 !important;}
}

/* v14 — единая цветовая система ЛидСистем */
:root{
  --bg:#F5F6F8;
  --paper:#FFFFFF;
  --soft:#FFF7C7;
  --soft-2:#FFFDF3;
  --ink:#1D2023;
  --muted:#66727F;
  --accent:#FFDD2D;
  --accent-dark:#1D2023;
  --accent-2:#E2B600;
  --accent-3:#FFF1A3;
  --line:rgba(29,32,35,.12);
  --shadow:0 22px 64px rgba(29,32,35,.10);
  --radius:28px;
}
body{background:#F5F6F8;color:#1D2023}
body:before{
  background:
    radial-gradient(circle at 12% 12%, rgba(29,32,35,.08), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(255,221,45,.18), transparent 30%),
    linear-gradient(180deg,#FFFFFF 0%,#F5F6F8 100%) !important;
}
.site-header{background:rgba(255,255,255,.90);border-bottom:1px solid rgba(29,32,35,.10)}
.main-nav a:hover,.phone-link{color:#1D2023}
.btn-primary{background:linear-gradient(135deg,#1D2023,#333333) !important;color:#fff;box-shadow:0 18px 42px rgba(29,32,35,.24),inset 0 0 0 1px rgba(255,221,45,.28)}
.btn-primary:hover{box-shadow:0 22px 54px rgba(29,32,35,.30),inset 0 0 0 1px rgba(255,221,45,.38)}
.btn-ghost{background:#FFFFFF;border-color:rgba(29,32,35,.14);color:#1D2023}
.btn-small{background:#1D2023;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,221,45,.28)}
.eyebrow{background:rgba(255,221,45,.12) !important;border-color:rgba(255,221,45,.28) !important;color:#1D2023 !important}
.eyebrow span{background:#FFDD2D !important;box-shadow:0 0 0 6px rgba(255,221,45,.18) !important}
.hero-points span,.service-card,.logic-card,.compare-card,.case-card,.step-card,.faq-item,.package-card,.trust-point,.problem-cards article{
  border-color:rgba(29,32,35,.10);
}
.hero-points span{background:#FFFFFF;color:#333333}
.section-kicker,.stat-number,.case-tag,.step-number{color:#E2B600}
.hero-blob{
  background:linear-gradient(145deg,rgba(255,221,45,.18) 0%,rgba(255,255,255,.90) 58%,rgba(245,246,248,.95) 100%) !important;
  box-shadow:inset 0 0 0 1px rgba(255,221,45,.25),0 24px 60px rgba(29,32,35,.07)
}
.hero-decor-a{background:linear-gradient(135deg,#FFDD2D,#FFF1A3) !important}
.hero-decor-b{border-color:#FFDD2D !important}
.service-card.accent:before{background:#FFDD2D !important}
.footer{background:#1D2023;border-top:1px solid rgba(255,221,45,.24)}
.footer-brand{box-shadow:0 18px 40px rgba(0,0,0,.18),inset 0 0 0 1px rgba(255,221,45,.18)}
.lightbox{background:rgba(29,32,35,.88)}


/* v17 — кейсы: 6 на ПК, мобильная галерея с точками */
.cases-slider{position:relative}
.cases-grid .case-card:nth-child(n+7){display:none}
.cases-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin:28px auto 0;
  padding:0 22px;
  border-radius:16px;
  border:1px solid rgba(255,221,45,.38);
  background:#fff;
  color:#1D2023;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 16px 36px rgba(29,32,35,.08);
  transition:.22s ease;
}
.cases-more:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(29,32,35,.12);border-color:rgba(201,162,93,.62)}
.cases-slider .cases-more{display:flex}
.case-dots{display:none}
.lightbox-nav{
  position:fixed;
  top:50%;
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:38px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:101;
  transform:translateY(-50%);
  backdrop-filter:blur(10px);
}
.lightbox-prev{left:24px}.lightbox-next{right:24px}
.lightbox-counter{
  position:fixed;
  left:50%;
  bottom:20px;
  transform:translateX(-50%);
  color:#fff;
  font-size:14px;
  font-weight:800;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  z-index:101;
}
@media (max-width:760px){
  .cases-slider{overflow:hidden}
  .cases-grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:0 !important;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    padding-bottom:8px;
  }
  .cases-grid::-webkit-scrollbar{display:none}
  .cases-grid{scrollbar-width:none}
  .cases-grid .case-card,
  .cases-grid .case-card:nth-child(n+7){
    display:grid !important;
    flex:0 0 100%;
    width:100%;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    margin:0;
  }
  .case-card:hover{transform:none}
  .cases-more{display:none !important}
  .case-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top:14px;
  }
  .case-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    border:0;
    padding:0;
    background:rgba(29,32,35,.22);
    cursor:pointer;
    transition:.22s ease;
  }
  .case-dot.active{
    width:24px;
    border-radius:999px;
    background:#FFDD2D;
  }
  .lightbox-nav{width:44px;height:44px;font-size:30px;top:auto;bottom:18px;transform:none}
  .lightbox-prev{left:18px}.lightbox-next{right:18px}
  .lightbox-counter{bottom:22px}
}

/* v18 — красивая сетка 7 этапов */
@media (min-width:1081px){
  .steps{
    display:grid;
    grid-template-columns:repeat(12,1fr) !important;
    gap:16px;
    align-items:stretch;
  }
  .step-card{
    grid-column:span 3 !important;
  }
  .step-card:nth-child(n+5){
    grid-column:span 4 !important;
  }
  .step-card:nth-child(7){
    background:#FFF7C7;
    border-color:rgba(255,221,45,.38);
  }
}
@media (min-width:761px) and (max-width:1080px){
  .steps{
    grid-template-columns:repeat(2,1fr) !important;
  }
  .step-card,
  .step-card:nth-child(7){
    grid-column:auto !important;
  }
}
@media (max-width:760px){
  .step-card:nth-child(7){
    grid-column:auto !important;
  }
}


/* v19 — всплывающая форма заявки */
.lead-modal{
  position:fixed;
  inset:0;
  z-index:140;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.lead-modal.active{display:flex}
.lead-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,27,45,.72);
  backdrop-filter:blur(10px);
}
.lead-modal-panel{
  position:relative;
  z-index:1;
  width:min(560px,100%);
  max-height:min(92vh,860px);
  overflow:auto;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(255,221,45,.22);
  box-shadow:0 34px 100px rgba(29,32,35,.28);
  padding:34px;
}
.lead-modal-close{
  position:absolute;
  right:18px;
  top:16px;
  width:42px;
  height:42px;
  border:1px solid rgba(29,32,35,.10);
  border-radius:50%;
  background:#F5F6F8;
  color:#1D2023;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
}
.lead-modal-close:hover{background:#FFF7C7;transform:rotate(8deg)}
.lead-modal-head{padding-right:46px;margin-bottom:18px}
.lead-modal-head .section-kicker{margin-bottom:12px}
.lead-modal-head h2{font-size:clamp(32px,4vw,46px);margin-bottom:12px}
.lead-modal-head p{color:#65707D;line-height:1.55;margin:0}
.lead-form-modal{
  padding:0;
  border-radius:0;
  box-shadow:none;
}
@media (max-width:760px){
  .lead-modal{padding:14px}
  .lead-modal-panel{padding:24px 18px;border-radius:26px}
  .lead-modal-head{padding-right:42px}
  .lead-modal-close{right:12px;top:12px}
}


/* v21 — описания кейсов на перевороте карточки */
.case-card{
  position:relative;
  perspective:1200px;
  min-height:360px;
  display:block;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.case-card:hover{
  transform:translateY(-4px);
  box-shadow:none !important;
}
.case-card-inner{
  position:relative;
  display:block;
  width:100%;
  min-height:360px;
  transform-style:preserve-3d;
  transition:transform .62s cubic-bezier(.2,.72,.2,1);
}
.case-card:hover .case-card-inner,
.case-card:focus-visible .case-card-inner{
  transform:rotateY(180deg);
}
.case-face{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  min-height:360px;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 44px rgba(29,32,35,.08);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
.case-front img{
  aspect-ratio:16/10;
  width:100%;
  object-fit:cover;
  object-position:top;
  flex:0 0 auto;
}
.case-front .case-title{
  display:block;
  padding:18px 18px 4px;
  font-weight:950;
  font-size:18px;
  color:#263039;
  letter-spacing:-.03em;
}
.case-front em{
  display:block;
  padding:0 18px 18px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-style:normal;
  font-weight:700;
}
.case-back{
  transform:rotateY(180deg);
  justify-content:space-between;
  padding:24px;
  background:linear-gradient(145deg,#1D2023,#333333);
  color:#fff;
  border-color:rgba(255,221,45,.38);
  box-shadow:0 24px 60px rgba(29,32,35,.18),inset 0 0 0 1px rgba(255,221,45,.18);
}
.case-back b{
  display:inline-flex;
  align-self:flex-start;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,221,45,.16);
  color:#FFF1A3;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.case-back-title{
  display:block;
  padding:0;
  margin:18px 0 10px;
  color:#fff;
  font-size:24px;
  font-weight:950;
  letter-spacing:-.05em;
  line-height:1.08;
}
.case-back-text{
  display:block;
  padding:0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.58;
  font-weight:650;
}
.case-back small{
  display:block;
  margin-top:20px;
  color:#FFF1A3;
  font-size:12px;
  font-weight:900;
}
.lightboxImg, .lightbox img{z-index:1}

@media (max-width:760px){
  .cases-grid .case-card,
  .cases-grid .case-card:nth-child(n+7){
    min-height:auto;
  }
  .case-card-inner{
    min-height:auto;
    transform:none !important;
  }
  .case-face{
    position:relative;
    inset:auto;
    min-height:auto;
    backface-visibility:visible;
    -webkit-backface-visibility:visible;
  }
  .case-card:hover .case-card-inner,
  .case-card:focus-visible .case-card-inner{
    transform:none !important;
  }
  .case-front{
    border-radius:24px 24px 0 0;
    border-bottom:0;
    box-shadow:0 18px 44px rgba(29,32,35,.08);
  }
  .case-back{
    transform:none;
    border-radius:0 0 24px 24px;
    padding:20px;
    box-shadow:0 18px 44px rgba(29,32,35,.08),inset 0 0 0 1px rgba(255,221,45,.18);
  }
  .case-back-title{font-size:21px;margin:14px 0 8px}
  .case-back-text{font-size:14px;line-height:1.52}
  .case-back small{display:none}
}


/* v21.1 — сброс старых правил span внутри переворачивающихся кейсов */
.case-card .case-card-inner,
.case-card .case-face,
.case-card .case-back-title,
.case-card .case-back-text{
  padding:0;
  font-weight:inherit;
  letter-spacing:normal;
}
.case-card .case-card-inner{color:inherit}
.case-card .case-face{color:inherit}
.case-card .case-back-title{
  display:block;
  margin:18px 0 10px;
  color:#fff;
  font-size:24px;
  font-weight:950;
  letter-spacing:-.05em;
  line-height:1.08;
}
.case-card .case-back-text{
  display:block;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.58;
  font-weight:650;
}
@media (max-width:760px){
  .case-card .case-back-title{font-size:21px;margin:14px 0 8px}
  .case-card .case-back-text{font-size:14px;line-height:1.52}
}


/* v22 — аккуратные отступы текста на обратной стороне кейсов */
.case-card .case-back{
  padding:28px 30px !important;
  box-sizing:border-box;
  justify-content:flex-start;
  gap:0;
  overflow:hidden;
}
.case-card .case-back b{
  margin:0 0 20px;
  max-width:100%;
  flex:0 0 auto;
}
.case-card .case-back-title{
  margin:0 0 12px !important;
  padding:0 !important;
  max-width:100%;
  font-size:clamp(20px,1.9vw,24px) !important;
  line-height:1.12 !important;
  letter-spacing:-.045em !important;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:auto;
}
.case-card .case-back-text{
  margin:0 !important;
  padding:0 !important;
  max-width:100%;
  font-size:15px !important;
  line-height:1.6 !important;
  color:rgba(255,255,255,.80) !important;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:auto;
}
.case-card .case-back small{
  margin-top:auto;
  padding-top:22px;
  line-height:1.35;
}
@media (max-width:1180px){
  .case-card .case-back{padding:24px 24px !important;}
  .case-card .case-back-title{font-size:21px !important;}
  .case-card .case-back-text{font-size:14px !important;line-height:1.55 !important;}
}
@media (max-width:760px){
  .case-card .case-back{padding:22px 20px 24px !important;}
  .case-card .case-back b{margin-bottom:16px;}
  .case-card .case-back-title{font-size:21px !important;margin-bottom:10px !important;}
  .case-card .case-back-text{font-size:14px !important;line-height:1.55 !important;}
}


/* v23 — мобильные отступы первого экрана и удаление верхней плашки */
.hero .eyebrow{display:none !important;}
.hero-content{max-width:760px;}

@media (max-width:760px){
  .container{
    padding-left:22px !important;
    padding-right:22px !important;
  }
  .header-inner{
    padding-left:0;
    padding-right:0;
  }
  .hero{
    padding-top:20px !important;
    padding-bottom:30px !important;
  }
  .hero-grid{
    padding:18px 0 28px !important;
    gap:22px !important;
  }
  .hero-content{
    padding:0 2px !important;
  }
  .hero-content h1{
    margin-top:0;
    margin-bottom:16px;
    max-width:100%;
    font-size:clamp(36px,10.4vw,46px) !important;
    line-height:1.04 !important;
    letter-spacing:-.045em !important;
  }
  .hero-lead{
    max-width:100%;
    font-size:17px !important;
    line-height:1.52 !important;
    margin-bottom:22px !important;
  }
  .hero-actions{
    gap:14px !important;
    margin-bottom:20px !important;
  }
  .hero-actions .btn{
    width:100%;
    min-height:54px;
    border-radius:16px;
  }
  .hero-points{
    gap:10px !important;
    max-width:100%;
  }
  .hero-points span{
    padding:9px 12px !important;
    font-size:13px !important;
    line-height:1.25;
  }
}

@media (max-width:420px){
  .container{
    padding-left:20px !important;
    padding-right:20px !important;
  }
  .hero-content h1{
    font-size:36px !important;
  }
  .hero-lead{
    font-size:16px !important;
  }
}

/* v24 — более тонкие заголовки и ровные мобильные отступы */
h1,h2,h3,
.hero-content h1,
.section-head h2,
.section-copy h2,
.approach-copy h2,
.cta-copy h2,
.package-copy h2,
.trust-card-main h2,
.lead-modal-head h2,
.legal-title,
.thanks-title,
.problem-cards h3,
.service-card h3,
.compare-card h3,
.meaning-card strong,
.logic-grid strong,
.step-card h3,
.case-card span,
.case-back-title,
.faq-title h2,
.faq-item summary{
  font-weight:700 !important;
}

h1,h2,.hero-content h1{
  letter-spacing:-.048em !important;
}
h3,.service-card h3,.compare-card h3,.problem-cards h3,.meaning-card strong,.logic-grid strong,.case-back-title{
  letter-spacing:-.032em !important;
}

@media (max-width:760px){
  .container{
    padding-left:22px !important;
    padding-right:22px !important;
  }
  .section-pad{
    padding-top:62px !important;
    padding-bottom:62px !important;
  }
  .hero{
    padding-top:26px !important;
    padding-bottom:42px !important;
  }
  .hero-grid{
    padding-top:12px !important;
    padding-bottom:24px !important;
    gap:22px !important;
  }
  .hero-content{
    max-width:100%;
  }
  .hero-content h1{
    font-size:clamp(36px,10.2vw,46px) !important;
    line-height:1.04 !important;
    letter-spacing:-.04em !important;
    font-weight:680 !important;
    margin-bottom:16px !important;
  }
  .hero-lead{
    font-size:17px !important;
    line-height:1.56 !important;
    margin-bottom:22px !important;
    max-width:100% !important;
  }
  .hero-actions{
    gap:12px !important;
    margin-bottom:18px !important;
  }
  .hero-actions .btn{
    min-height:52px !important;
    border-radius:16px !important;
  }
  .hero-points{
    gap:9px !important;
  }
  .hero-points span{
    padding:9px 12px !important;
    font-size:13px !important;
    line-height:1.25 !important;
  }
  h2,.section-head h2,.section-copy h2,.cta-copy h2,.package-copy h2,.trust-card-main h2{
    font-size:clamp(32px,8.8vw,40px) !important;
    line-height:1.06 !important;
    letter-spacing:-.038em !important;
    font-weight:680 !important;
  }
  h3,.service-card h3,.compare-card h3,.problem-cards h3,.meaning-card strong,.logic-grid strong,.step-card h3{
    font-weight:680 !important;
  }
  .section-head{
    margin-bottom:28px !important;
  }
  .section-head p,.section-copy p,.approach-copy p,.cta-copy p,.package-copy p{
    font-size:16px !important;
    line-height:1.62 !important;
  }
  .problem-cards,.service-grid,.cases-grid,.steps,.result-list,.trust-points,.package-cards,.logic-grid,.compare-grid{
    gap:14px !important;
  }
  .problem-cards article,.service-card,.meaning-card,.step-card,.package-cards article,.trust-points div,.logic-grid div,.compare-card,.result-list div,.faq-item{
    padding:24px !important;
    border-radius:24px !important;
  }
  .service-card{
    min-height:0 !important;
  }
  .lead-form,.lead-modal-card{
    padding:24px 22px !important;
    border-radius:24px !important;
  }
  .footer-inner{
    gap:18px !important;
  }
}

@media (max-width:420px){
  .container{
    padding-left:20px !important;
    padding-right:20px !important;
  }
  .hero-content h1{
    font-size:38px !important;
  }
  .hero-lead{
    font-size:16.5px !important;
  }
  .hero-points span{
    font-size:12.5px !important;
  }
  .problem-cards article,.service-card,.meaning-card,.step-card,.package-cards article,.trust-points div,.logic-grid div,.compare-card,.result-list div,.faq-item{
    padding:22px !important;
  }
}


/* v25 — яркая T-style палитра: жёлтый + тёмный графит */
:root{
  --bg:#F5F6F8;
  --paper:#FFFFFF;
  --soft:#FFF7C7;
  --soft-2:#FFFDF3;
  --ink:#1D2023;
  --muted:#66727F;
  --accent:#FFDD2D;
  --accent-dark:#1D2023;
  --accent-2:#E2B600;
  --accent-3:#FFF1A3;
  --line:rgba(29,32,35,.12);
  --shadow:0 22px 64px rgba(29,32,35,.10);
}
body{background:#F5F6F8;color:#1D2023}
body:before{
  background:
    radial-gradient(circle at 12% 12%, rgba(255,221,45,.20), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(255,221,45,.24), transparent 32%),
    linear-gradient(180deg,#FFFFFF 0%,#F5F6F8 100%) !important;
}
.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(29,32,35,.10)}
.btn-primary,.btn-small{
  background:#FFDD2D !important;
  color:#1D2023 !important;
  border-color:#E2B600 !important;
  box-shadow:0 18px 42px rgba(255,221,45,.28), inset 0 0 0 1px rgba(29,32,35,.08) !important;
}
.btn-primary:hover,.btn-small:hover{box-shadow:0 22px 54px rgba(255,221,45,.34), inset 0 0 0 1px rgba(29,32,35,.10) !important}
.btn-ghost{background:#FFFFFF;border-color:rgba(29,32,35,.14);color:#1D2023}
.eyebrow{background:#FFF7C7 !important;border-color:rgba(226,182,0,.45) !important;color:#1D2023 !important}
.eyebrow span{background:#FFDD2D !important;box-shadow:0 0 0 6px rgba(255,221,45,.28) !important}
.hero-blob{background:linear-gradient(145deg,#FFF7C7 0%,#FFFDF3 58%,#FFFFFF 100%) !important;box-shadow:inset 0 0 0 1px rgba(226,182,0,.32),0 24px 60px rgba(29,32,35,.07) !important}
.hero-decor-a{background:linear-gradient(135deg,#FFDD2D,#FFF1A3) !important}
.hero-decor-b{border-color:#FFDD2D !important}
.section-kicker,.stat-number,.case-tag,.step-number{color:#E2B600 !important}
.section-kicker:before,.service-card.accent:before,.service-card li:before,.logic-grid b,.strong-card,.case-card-back .case-tag{background:#FFDD2D !important;color:#1D2023 !important}
.service-num,.step-card span,.problem-cards article span{background:#FFF7C7 !important;color:#1D2023 !important}
.accent .service-num{background:#FFF7C7 !important;color:#1D2023 !important}
.step-card:nth-child(7){background:#FFF7C7 !important;border-color:rgba(226,182,0,.45) !important}
.agree input{accent-color:#FFDD2D !important}
.agree a{text-decoration-color:#FFDD2D !important}
.footer{background:#1D2023 !important;border-top:1px solid rgba(255,221,45,.24) !important}
.footer-brand{box-shadow:0 18px 40px rgba(0,0,0,.18),inset 0 0 0 1px rgba(255,221,45,.22) !important}
.lead-modal-close:hover{background:#FFF7C7 !important}

/* v27 — иконка телефона в мобильной шапке */
@media (max-width:1080px){
  .header-actions{gap:8px}
  .phone-link{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    flex:0 0 44px;
    border:1px solid rgba(29,32,35,.12);
    border-radius:14px;
    background:#fff;
    color:#1D2023 !important;
    font-size:0;
    line-height:1;
    box-shadow:0 8px 22px rgba(29,32,35,.06);
    order:1;
  }
  .phone-link::before{
    content:"";
    display:block;
    width:20px;
    height:20px;
    background:currentColor;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat;
  }
  .phone-link:hover{background:#FFDD2D;transform:translateY(-1px)}
  .burger{order:2}
}
@media (max-width:420px){
  .phone-link,.burger{width:40px;height:40px;flex-basis:40px;border-radius:13px}
  .phone-link::before{width:18px;height:18px}
}


/* v28 — номер телефона в мобильном меню */
.mobile-menu-phone{
  display:none;
}
@media (max-width:1080px){
  .main-nav .mobile-menu-phone{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:52px;
    margin-top:4px;
    padding:0 18px;
    border-radius:16px;
    background:#FFDD2D;
    border:1px solid #E2B600;
    color:#1D2023;
    font-size:18px;
    font-weight:850;
    letter-spacing:-.02em;
    box-shadow:0 12px 26px rgba(255,221,45,.22);
  }
  .main-nav .mobile-menu-phone::before{
    content:"";
    width:18px;
    height:18px;
    margin-right:10px;
    background:currentColor;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;
  }
}


/* v32 — плавающая кнопка мессенджеров Telegram / MAX */
.messenger-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:75;
  width:72px;
  height:72px;
  color:#1D2023;
}
.messenger-float summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  border-radius:50%;
  background:linear-gradient(135deg,#FFDD2D 0%,#FFF1A3 100%);
  border:1px solid rgba(226,182,0,.75);
  box-shadow:0 18px 46px rgba(29,32,35,.20),0 12px 28px rgba(255,221,45,.34),inset 0 0 0 1px rgba(255,255,255,.45);
  cursor:pointer;
  list-style:none;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.messenger-float summary::-webkit-details-marker{display:none}
.messenger-float summary::before,
.messenger-float summary::after{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:50%;
  border:1px solid rgba(255,221,45,.58);
  animation:messengerPulse 2.2s ease-out infinite;
  pointer-events:none;
}
.messenger-float summary::after{
  inset:-16px;
  animation-delay:.55s;
  opacity:.55;
}
.messenger-float[open] summary,
.messenger-float summary:hover{
  transform:translateY(-2px) scale(1.03);
  box-shadow:0 22px 56px rgba(29,32,35,.22),0 16px 34px rgba(255,221,45,.38),inset 0 0 0 1px rgba(255,255,255,.55);
}
.messenger-float-icon-cycle{
  position:relative;
  width:30px;
  height:30px;
  display:block;
}
.messenger-launcher-icon{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#1D2023;
  opacity:0;
  transform:scale(.82);
  animation:messengerIconSwap 4.2s ease-in-out infinite;
}
.messenger-launcher-icon svg{
  width:30px;
  height:30px;
  display:block;
}
.messenger-launcher-icon-max{animation-delay:2.1s}
.messenger-float-links{
  position:absolute;
  right:0;
  bottom:86px;
  display:grid;
  gap:10px;
  min-width:168px;
  opacity:0;
  transform:translateY(12px) scale(.96);
  transform-origin:100% 100%;
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease;
}
.messenger-float[open] .messenger-float-links{
  opacity:1;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}
.messenger-float-link{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:54px;
  padding:8px 16px 8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(29,32,35,.10);
  box-shadow:0 16px 38px rgba(29,32,35,.13);
  color:#1D2023;
  font-weight:850;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.messenger-float-link:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 44px rgba(29,32,35,.16);
  background:#FFFFFF;
}
.messenger-float-link-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:50%;
  background:#1D2023;
  color:#FFDD2D;
}
.messenger-float-link-icon svg{
  width:20px;
  height:20px;
  display:block;
}
.messenger-float-link span:last-child{
  font-size:14px;
  line-height:1;
}
@keyframes messengerPulse{
  0%{transform:scale(.82);opacity:.7}
  70%{transform:scale(1.24);opacity:0}
  100%{transform:scale(1.24);opacity:0}
}
@keyframes messengerIconSwap{
  0%,10%{opacity:0;transform:scale(.82)}
  15%,40%{opacity:1;transform:scale(1)}
  45%,100%{opacity:0;transform:scale(1.06)}
}
@media (max-width:760px){
  .messenger-float{
    right:16px;
    bottom:16px;
    width:64px;
    height:64px;
  }
  .messenger-float summary{
    width:64px;
    height:64px;
  }
  .messenger-float-icon-cycle{width:27px;height:27px}
  .messenger-launcher-icon svg{width:27px;height:27px}
  .messenger-float-links{
    bottom:78px;
    min-width:154px;
    gap:9px;
  }
  .messenger-float-link{
    min-height:48px;
    padding:7px 14px 7px 9px;
  }
  .messenger-float-link-icon{
    width:34px;
    height:34px;
    flex-basis:34px;
  }
  .messenger-float-link-icon svg{width:18px;height:18px}
}
@media (max-width:420px){
  .messenger-float{
    right:14px;
    bottom:14px;
  }
  .messenger-float-links{
    right:0;
  }
}


/* v33 — усиление первого экрана */
.hero-content{max-width:760px;}
.hero-lead{max-width:760px;font-size:21px;line-height:1.58;color:#606874;}
.hero-points{max-width:780px;gap:12px 10px;}
.hero-points span{padding:11px 15px;font-size:14px;font-weight:760;border-radius:999px;background:#fff;border:1px solid rgba(29,32,35,.10);box-shadow:0 10px 24px rgba(29,32,35,.05);}

.hero-cutout-wrap{overflow:visible;}
.hero-story-card{
  position:absolute;
  z-index:4;
  width:214px;
  padding:14px 16px 15px;
  border-radius:24px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(29,32,35,.10);
  box-shadow:0 18px 42px rgba(29,32,35,.12);
  backdrop-filter:blur(10px);
}
.hero-story-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,221,45,.18);
  color:#1D2023;
  font-size:12px;
  line-height:1;
  font-weight:850;
  letter-spacing:.04em;
  margin-bottom:10px;
}
.hero-story-card strong{
  display:block;
  color:#1D2023;
  font-size:17px;
  line-height:1.32;
  letter-spacing:-.03em;
  font-weight:760;
}
.hero-story-card-1{left:-48px;top:138px;transform:rotate(-5deg);}
.hero-story-card-2{left:-30px;top:302px;transform:rotate(-2deg);}
.hero-story-card-3{left:16px;bottom:26px;transform:rotate(2deg);width:248px;}

@media (max-width:1180px){
  .hero-cutout-wrap{width:min(520px,100%);}
  .hero-story-card{width:198px;padding:13px 14px 14px;}
  .hero-story-card strong{font-size:16px;}
  .hero-story-card-1{left:-20px;top:124px;}
  .hero-story-card-2{left:-8px;top:280px;}
  .hero-story-card-3{left:24px;bottom:18px;width:224px;}
}
@media (max-width:1080px){
  .hero-points span{font-size:13px;}
}
@media (max-width:920px){
  .hero-story-card{position:static;transform:none;width:auto;}
  .hero-story-card-3{width:auto;}
  .hero-cutout-wrap{display:grid;justify-items:center;gap:14px;height:auto;}
  .hero-blob,.hero-decor,.hero-cutout{grid-area:1/1;}
  .hero-story-card-1,.hero-story-card-2,.hero-story-card-3{grid-column:1;max-width:420px;justify-self:stretch;}
  .hero-story-card-1{margin-top:390px;}
  .hero-story-card strong{font-size:16px;}
}
@media (max-width:760px){
  .hero-lead{font-size:18px;line-height:1.52;}
  .hero-points{gap:8px;}
  .hero-points span{padding:10px 12px;font-size:13px;}
  .hero-cutout-wrap{gap:10px;}
  .hero-story-card{padding:12px 13px 13px;border-radius:20px;box-shadow:0 14px 30px rgba(29,32,35,.10);}
  .hero-story-card span{min-width:36px;height:30px;padding:0 11px;margin-bottom:9px;font-size:11px;}
  .hero-story-card strong{font-size:15px;line-height:1.3;}
  .hero-story-card-1{margin-top:330px;}
}
@media (max-width:420px){
  .hero-story-card-1{margin-top:290px;}
  .hero-story-card strong{font-size:14px;}
}


/* v34 — усиление дизайна: объём, анимации, тени */
:root{
  --shadow-soft:0 18px 44px rgba(29,32,35,.08);
  --shadow-card:0 22px 60px rgba(29,32,35,.10);
  --shadow-hover:0 28px 70px rgba(29,32,35,.16);
  --glow-yellow:0 18px 46px rgba(255,221,45,.28);
}

body:before{
  background:
    radial-gradient(circle at 8% 12%, rgba(255,221,45,.16), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(255,221,45,.12), transparent 24%),
    radial-gradient(circle at 78% 42%, rgba(29,32,35,.05), transparent 26%),
    linear-gradient(180deg,#F7F8FB 0%,#F2F3F7 100%) !important;
}

.section-pad,.hero,.problem-section,.logic-section,.infographic-section,.trust-section,.cta-section,.dark-section{
  position:relative;
  overflow:visible;
}
.section-pad::before{
  content:"";
  position:absolute;
  inset:24px auto auto 50%;
  width:min(980px,82vw);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent, rgba(255,221,45,.22), transparent);
  pointer-events:none;
  opacity:.75;
}
.hero::after,.problem-section::after,.logic-section::after,.cta-section::after{
  content:"";
  position:absolute;
  inset:auto;
  width:320px;
  height:320px;
  border-radius:50%;
  filter:blur(60px);
  opacity:.20;
  pointer-events:none;
  z-index:0;
}
.hero::after{right:-80px;top:10px;background:rgba(255,221,45,.55);}
.problem-section::after{left:-100px;bottom:20px;background:rgba(255,221,45,.32);}
.logic-section::after{right:-120px;top:100px;background:rgba(29,32,35,.10);}
.cta-section::after{left:8%;top:40px;background:rgba(255,221,45,.28);}

.site-header{
  box-shadow:0 10px 28px rgba(29,32,35,.04);
}
.header-inner{position:relative;z-index:3;}

.btn{
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease, color .24s ease;
}
.btn-primary{
  box-shadow:0 16px 34px rgba(255,221,45,.18), 0 14px 28px rgba(29,32,35,.08), inset 0 0 0 1px rgba(226,182,0,.45) !important;
}
.btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 44px rgba(255,221,45,.22), 0 18px 34px rgba(29,32,35,.12), inset 0 0 0 1px rgba(226,182,0,.55) !important;
}
.btn-ghost{
  box-shadow:0 12px 26px rgba(29,32,35,.05);
}
.btn-ghost:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(29,32,35,.10);
}
.btn-small:hover{transform:translateY(-2px); box-shadow:0 18px 34px rgba(29,32,35,.12);}

.hero-grid{z-index:2;}
.hero-content h1{
  text-wrap:balance;
  text-shadow:0 1px 0 rgba(255,255,255,.35);
}
.hero-lead{color:#616a76;}
.hero-points span{
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 30px rgba(29,32,35,.05);
}
.hero-points span:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(29,32,35,.08);
}
.hero-cutout{filter:drop-shadow(0 28px 38px rgba(29,32,35,.14)) drop-shadow(0 8px 14px rgba(255,221,45,.12));}
.hero-blob{
  box-shadow:inset 0 0 0 1px rgba(255,221,45,.32), 0 30px 70px rgba(29,32,35,.08), 0 0 0 14px rgba(255,255,255,.36);
}
.hero-story-card{
  box-shadow:0 24px 58px rgba(29,32,35,.14);
}
.hero-story-card:hover{
  transform:translateY(-4px) rotate(0deg) !important;
  box-shadow:0 30px 68px rgba(29,32,35,.18);
}
.hero-story-card-1,.hero-story-card-2,.hero-story-card-3,.hero-decor-a,.hero-decor-b{
  animation:floatSoft 5.6s ease-in-out infinite;
}
.hero-story-card-2{animation-delay:.9s;}
.hero-story-card-3{animation-delay:1.8s;}
.hero-decor-a{animation-delay:.35s;}
.hero-decor-b{animation-delay:1.1s;}

.section-head,.section-copy,.cta-copy{position:relative;z-index:2;}
.section-kicker{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.section-kicker::before{
  content:"";
  width:34px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#FFDD2D,#E2B600);
  box-shadow:0 4px 10px rgba(255,221,45,.35);
}

.problem-cards article,.compare-card,.service-card,.meaning-card,.step-card,.trust-points div,.package-cards article,.trust-card-main,.audience-list li,.faq-list details,.cta-mini,.case-front,.case-back{
  box-shadow:var(--shadow-card);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.problem-cards article:hover,.compare-card:hover,.service-card:hover,.meaning-card:hover,.step-card:hover,.trust-points div:hover,.package-cards article:hover,.trust-card-main:hover,.faq-list details:hover,.cta-mini:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-hover);
}
.problem-cards article,.compare-card,.service-card,.meaning-card,.step-card,.trust-points div,.package-cards article,.trust-card-main,.faq-list details,.cta-mini{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9));
  backdrop-filter:blur(10px);
}
.compare-card.strong-card,.service-card.accent,.dark-section .result-grid,.cta-grid{
  box-shadow:0 28px 70px rgba(29,32,35,.18);
}

.service-card{overflow:hidden;}
.service-card::before,.meaning-card::before,.step-card::before,.problem-cards article::before,.trust-card-main::before,.package-cards article::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:4px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,#FFDD2D,rgba(255,221,45,.18));
  opacity:.95;
}
.meaning-card,.step-card,.problem-cards article,.trust-card-main,.package-cards article{position:relative; overflow:hidden;}
.service-card::after{opacity:.8;}

.case-card{perspective:1200px;}
.case-card-inner{transition:transform .75s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease; transform-style:preserve-3d;}
.case-card:hover .case-card-inner{box-shadow:0 28px 64px rgba(29,32,35,.18);}
.case-front,.case-back{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,251,253,.92));
  border:1px solid rgba(226,182,0,.34);
}
.case-back{
  background:linear-gradient(155deg,#18293f 0%,#243852 100%);
  color:#fff;
  box-shadow:0 24px 60px rgba(24,41,63,.28);
}
.case-back::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 18% 12%, rgba(255,221,45,.16), transparent 30%);
  pointer-events:none;
}
.case-back-title,.case-back-text{position:relative;z-index:2;}

.trust-photo-card,.infographic-frame{
  box-shadow:0 28px 64px rgba(29,32,35,.14);
}
.infographic-frame{
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(226,182,0,.2);
  background:rgba(255,255,255,.92);
}

.footer-brand{box-shadow:0 18px 40px rgba(29,32,35,.12), 0 10px 20px rgba(255,221,45,.10);}
.messenger-float summary{box-shadow:0 18px 46px rgba(29,32,35,.20),0 14px 28px rgba(255,221,45,.32), inset 0 0 0 1px rgba(255,255,255,.45);}

.hero-content > *,.section-head > *,.section-copy > *, .problem-cards article,.compare-card,.service-card,.meaning-card,.step-card,.trust-card-main,.package-cards article,.cta-mini{
  opacity:0;
  animation:fadeLift .8s cubic-bezier(.22,.61,.36,1) forwards;
}
.hero-content > *:nth-child(1){animation-delay:.05s;}
.hero-content > *:nth-child(2){animation-delay:.14s;}
.hero-content > *:nth-child(3){animation-delay:.23s;}
.hero-content > *:nth-child(4){animation-delay:.32s;}
.section-head > *:nth-child(1), .section-copy > *:nth-child(1){animation-delay:.05s;}
.section-head > *:nth-child(2), .section-copy > *:nth-child(2){animation-delay:.14s;}
.section-head > *:nth-child(3), .section-copy > *:nth-child(3){animation-delay:.22s;}
.problem-cards article:nth-child(1), .service-card:nth-child(1), .meaning-card:nth-child(1), .step-card:nth-child(1), .package-cards article:nth-child(1){animation-delay:.08s;}
.problem-cards article:nth-child(2), .service-card:nth-child(2), .meaning-card:nth-child(2), .step-card:nth-child(2), .package-cards article:nth-child(2){animation-delay:.16s;}
.problem-cards article:nth-child(3), .service-card:nth-child(3), .meaning-card:nth-child(3), .step-card:nth-child(3), .package-cards article:nth-child(3){animation-delay:.24s;}
.problem-cards article:nth-child(4), .step-card:nth-child(4){animation-delay:.32s;}
.step-card:nth-child(5){animation-delay:.40s;}
.step-card:nth-child(6){animation-delay:.48s;}
.step-card:nth-child(7){animation-delay:.56s;}
.compare-card:nth-child(1), .trust-card-main, .cta-mini:nth-child(1){animation-delay:.1s;}
.compare-card:nth-child(2), .cta-mini:nth-child(2){animation-delay:.2s;}

@keyframes fadeLift{
  from{opacity:0; transform:translateY(18px);}
  to{opacity:1; transform:translateY(0);}
}
@keyframes floatSoft{
  0%,100%{transform:translateY(0px);}
  50%{transform:translateY(-8px);}
}

@media (max-width:920px){
  .section-pad::before{width:min(90vw,760px);}
  .hero-story-card:hover{transform:none !important;}
}
@media (max-width:760px){
  .section-pad::before{top:18px;opacity:.58;}
  .hero::after,.problem-section::after,.logic-section::after,.cta-section::after{width:220px;height:220px;filter:blur(44px);}
  .problem-cards article:hover,.compare-card:hover,.service-card:hover,.meaning-card:hover,.step-card:hover,.trust-points div:hover,.package-cards article:hover,.trust-card-main:hover,.faq-list details:hover,.cta-mini:hover{
    transform:none;
    box-shadow:var(--shadow-card);
  }
  .hero-points span:hover{transform:none;}
}
@media (prefers-reduced-motion: reduce){
  .hero-content > *,.section-head > *,.section-copy > *,.problem-cards article,.compare-card,.service-card,.meaning-card,.step-card,.trust-card-main,.package-cards article,.cta-mini,.hero-story-card-1,.hero-story-card-2,.hero-story-card-3,.hero-decor-a,.hero-decor-b{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
}


/* v35 — плавающая кнопка: только круг без квадратного фона */
.messenger-float{
  width:auto;
  height:auto;
}
.messenger-float summary{
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 18px 46px rgba(29,32,35,.20),0 12px 28px rgba(255,221,45,.26),inset 0 0 0 1px rgba(255,255,255,.45);
}
.messenger-float summary::before,
.messenger-float summary::after{
  display:none !important;
  content:none !important;
}
.messenger-float summary:hover,
.messenger-float[open] summary{
  box-shadow:0 22px 56px rgba(29,32,35,.22),0 14px 30px rgba(255,221,45,.28),inset 0 0 0 1px rgba(255,255,255,.55);
}
.messenger-float-icon-cycle::before{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.28) 0%, rgba(255,255,255,0) 68%);
  z-index:-1;
}


/* v36 — убрать белую подложку details у плавающего виджета */
details.messenger-float,
details.messenger-float[open]{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
  outline:0 !important;
}
details.messenger-float:hover{
  transform:none !important;
  box-shadow:none !important;
}
.messenger-float > summary{
  padding:0 !important;
  margin:0 !important;
  background:linear-gradient(135deg,#FFDD2D 0%,#FFF1A3 100%) !important;
  border-radius:50% !important;
  overflow:hidden !important;
}
.messenger-float > summary:focus,
.messenger-float > summary:focus-visible{
  outline:none !important;
}
.messenger-float > summary + .messenger-float-links{
  background:transparent !important;
}


/* v46 — cookie-уведомление и 404 */
.cookie-notice{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:90;
  max-width:760px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 18px 16px 20px;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(29,32,35,.10);
  box-shadow:0 22px 60px rgba(29,32,35,.18), 0 12px 30px rgba(255,221,45,.14);
  backdrop-filter:blur(16px);
}
.cookie-notice[hidden]{display:none !important;}
.cookie-notice-text{
  color:#4f5966;
  font-size:14px;
  line-height:1.5;
  font-weight:650;
}
.cookie-notice-text a{
  color:#1D2023;
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:800;
}
.cookie-notice-btn{
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(226,182,0,.8);
  background:linear-gradient(135deg,#FFDD2D,#FFF1A3);
  color:#1D2023;
  font:inherit;
  font-size:14px;
  font-weight:850;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(255,221,45,.24);
  transition:transform .2s ease,box-shadow .2s ease;
}
.cookie-notice-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(255,221,45,.28);
}
.error-page .thanks-panel{
  max-width:860px;
}
.error-page .hero-actions{
  margin-bottom:0;
}
@media (max-width:760px){
  .cookie-notice{
    left:14px;
    right:14px;
    bottom:14px;
    display:grid;
    gap:14px;
    padding:15px;
    border-radius:20px;
  }
  .cookie-notice-btn{
    width:100%;
  }
}

/* v48 — анимированные карточки в блоке «Этапы работы» */
.steps{
  perspective:1200px;
}
.steps .step-card{
  position:relative;
  isolation:isolate;
  transform-style:preserve-3d;
  transition:transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease, border-color .42s ease, background .42s ease;
  will-change:transform;
}
.steps .step-card > *{
  position:relative;
  z-index:2;
}
.steps .step-card::before{
  z-index:2;
  transition:left .35s ease, right .35s ease, height .35s ease, opacity .35s ease, background .35s ease;
}
.steps .step-card::after{
  content:"";
  position:absolute;
  inset:-35% -60%;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 35%,rgba(255,221,45,.22) 48%,rgba(255,255,255,.52) 52%,transparent 65%);
  transform:translateX(-72%) rotate(9deg);
  opacity:0;
  transition:transform .78s cubic-bezier(.2,.8,.2,1), opacity .35s ease;
}
.steps .step-card span{
  transition:transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s ease, background .38s ease, color .38s ease;
}
.steps .step-card h3,
.steps .step-card p{
  transition:transform .35s ease, color .35s ease;
}
@media (hover:hover) and (pointer:fine){
  .steps .step-card:hover{
    transform:translateY(-10px) scale(1.025) rotateX(2deg);
    border-color:rgba(226,182,0,.52) !important;
    background:linear-gradient(180deg,#ffffff 0%,#fffdf1 100%) !important;
    box-shadow:0 26px 62px rgba(29,32,35,.16),0 12px 34px rgba(255,221,45,.18) !important;
  }
  .steps .step-card:hover::before{
    left:18px;
    right:18px;
    height:7px;
    opacity:1;
    background:linear-gradient(90deg,#FFDD2D,#E2B600,#FFDD2D);
  }
  .steps .step-card:hover::after{
    opacity:1;
    transform:translateX(72%) rotate(9deg);
  }
  .steps .step-card:hover span{
    transform:translateY(-4px) rotate(-5deg) scale(1.12);
    background:#FFDD2D !important;
    color:#1D2023 !important;
    box-shadow:0 14px 28px rgba(226,182,0,.28), inset 0 0 0 1px rgba(255,255,255,.6);
  }
  .steps .step-card:hover h3{
    transform:translateY(-2px);
    color:#1D2023;
  }
  .steps .step-card:hover p{
    transform:translateY(-1px);
    color:#3f4852;
  }
  .steps .step-card:nth-child(7):hover{
    background:linear-gradient(135deg,#FFDD2D 0%,#FFF3A5 100%) !important;
    box-shadow:0 28px 68px rgba(226,182,0,.26),0 14px 36px rgba(29,32,35,.12) !important;
  }
}
@media (hover:none), (max-width:760px), (prefers-reduced-motion:reduce){
  .steps .step-card,
  .steps .step-card span,
  .steps .step-card h3,
  .steps .step-card p,
  .steps .step-card::before,
  .steps .step-card::after{
    transition:none !important;
  }
  .steps .step-card:hover,
  .steps .step-card:hover span,
  .steps .step-card:hover h3,
  .steps .step-card:hover p{
    transform:none !important;
  }
  .steps .step-card::after{
    display:none;
  }
}


/* v49 — страницы под AI/SEO и полезные материалы */
.ai-materials-cards article{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:220px;}
.text-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#1D2023;font-weight:900;text-decoration:none;border-bottom:2px solid rgba(255,221,45,.75);padding-bottom:3px;}
.text-link::after{content:"→";transition:transform .2s ease;}
.text-link:hover::after{transform:translateX(4px);}
.article-page .site-header{position:sticky;top:0;}
.article-hero{padding:150px 0 70px;background:radial-gradient(circle at 78% 10%,rgba(255,221,45,.26),transparent 34%),linear-gradient(180deg,#f7f8f4 0%,#fff 100%);overflow:hidden;}
.article-hero-grid{display:grid;grid-template-columns:1.08fr .62fr;gap:46px;align-items:center;}
.article-hero h1{font-size:clamp(42px,5.5vw,76px);line-height:.96;letter-spacing:-.07em;margin:16px 0 22px;max-width:900px;}
.article-hero p{font-size:20px;line-height:1.65;color:#4f5966;max-width:760px;font-weight:650;}
.article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px;}
.article-meta span{display:inline-flex;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(29,32,35,.08);box-shadow:0 10px 28px rgba(29,32,35,.06);font-size:14px;font-weight:850;color:#3f4852;}
.article-side-card{padding:28px;border-radius:32px;background:#1D2023;color:#fff;box-shadow:0 30px 80px rgba(29,32,35,.18);position:relative;overflow:hidden;}
.article-side-card::before{content:"";position:absolute;inset:-80px -120px auto auto;width:230px;height:230px;border-radius:50%;background:rgba(255,221,45,.28);filter:blur(4px);}
.article-side-card strong{display:block;position:relative;font-size:24px;line-height:1.1;letter-spacing:-.04em;margin-bottom:14px;}
.article-side-card p{position:relative;color:rgba(255,255,255,.72);font-size:15px;line-height:1.6;margin:0;}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:44px;align-items:start;}
.article-content{display:grid;gap:28px;}
.article-block{padding:34px;border-radius:32px;background:#fff;border:1px solid rgba(29,32,35,.08);box-shadow:0 18px 54px rgba(29,32,35,.08);}
.article-block h2{font-size:clamp(30px,3.3vw,48px);line-height:1.04;margin-bottom:18px;}
.article-block h3{font-size:24px;line-height:1.15;margin:22px 0 10px;letter-spacing:-.035em;}
.article-block p,.article-block li{color:#4f5966;font-size:17px;line-height:1.72;font-weight:600;}
.article-block ul,.article-block ol{padding-left:22px;display:grid;gap:10px;margin:14px 0 0;}
.article-note{background:linear-gradient(135deg,#FFDD2D,#FFF1A3);border:0;}
.article-note p,.article-note li{color:#1D2023;}
.article-toc{position:sticky;top:110px;display:grid;gap:14px;padding:22px;border-radius:26px;background:#f7f8f4;border:1px solid rgba(29,32,35,.08);}
.article-toc strong{font-size:15px;text-transform:uppercase;letter-spacing:.08em;color:#68727d;}
.article-toc a{color:#1D2023;text-decoration:none;font-weight:850;line-height:1.35;}
.article-toc a:hover{color:#8a6b00;}
.article-cta{padding:38px;border-radius:34px;background:linear-gradient(135deg,#1D2023,#243037);color:#fff;box-shadow:0 30px 80px rgba(29,32,35,.18);}
.article-cta h2{color:#fff;font-size:clamp(32px,4vw,54px);}
.article-cta p{color:rgba(255,255,255,.72);max-width:760px;}
.article-cta .hero-actions{margin-top:22px;margin-bottom:0;}
@media (max-width:980px){.article-hero-grid,.article-layout{grid-template-columns:1fr}.article-hero{padding:120px 0 50px}.article-toc{position:static;order:-1}.article-side-card{max-width:560px}}
@media (max-width:640px){.article-hero h1{font-size:39px}.article-hero p{font-size:17px}.article-block{padding:24px;border-radius:24px}.article-block p,.article-block li{font-size:16px}.article-cta{padding:26px;border-radius:26px}.article-meta span{width:100%;}}


/* v50 — SEO-статьи в подвале: выпадающий список без отвлечения основного трафика */
.footer-articles{position:relative;display:inline-flex;align-items:center;z-index:12;}
.footer-articles summary{list-style:none;cursor:pointer;font-size:14px;font-weight:800;color:rgba(255,255,255,.72);display:inline-flex;align-items:center;gap:8px;transition:color .22s ease;}
.footer-articles summary::-webkit-details-marker{display:none;}
.footer-articles summary::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .22s ease;opacity:.9;}
.footer-articles:hover summary,.footer-articles[open] summary{color:#fff;}
.footer-articles[open] summary::after,.footer-articles:hover summary::after{transform:rotate(225deg) translateY(-2px);}
.footer-articles-menu{position:absolute;right:0;bottom:calc(100% + 14px);width:min(390px,calc(100vw - 32px));display:grid;gap:6px;padding:16px;border-radius:22px;background:#fff;color:#1D2023;box-shadow:0 24px 70px rgba(0,0,0,.22);border:1px solid rgba(255,221,45,.32);opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .22s ease,visibility .22s ease,transform .22s ease;}
.footer-articles:hover .footer-articles-menu,.footer-articles[open] .footer-articles-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;}
.footer-articles-menu::after{content:"";position:absolute;right:24px;bottom:-8px;width:16px;height:16px;background:#fff;transform:rotate(45deg);border-right:1px solid rgba(255,221,45,.26);border-bottom:1px solid rgba(255,221,45,.26);}
.footer-articles-menu a{position:relative;z-index:2;display:block;padding:10px 12px;border-radius:14px;color:#1D2023!important;font-size:14px;font-weight:800;line-height:1.25;background:transparent;}
.footer-articles-menu a:hover{background:#F4F5F0;color:#8a6b00!important;}
.footer-links .footer-articles a{text-decoration:none;}
@media (max-width:760px){
  .footer-articles{display:block;width:100%;}
  .footer-articles summary{color:#65707D;font-size:15px;}
  .footer-articles:hover summary,.footer-articles[open] summary{color:#1D2023;}
  .footer-articles-menu{position:static;width:100%;box-shadow:none;border-radius:18px;margin-top:10px;padding:10px;background:#f7f8f4;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;}
  .footer-articles[open] .footer-articles-menu{display:grid;}
  .footer-articles-menu::after{display:none;}
}


/* v51 — подвал: компактный логотип и ссылка «Статьи» без белой обводки */
.footer-brand-wrap{justify-items:start;}
.footer-brand{
  width:max-content;
  max-width:100%;
  padding:6px 10px 5px !important;
  border-radius:15px !important;
  line-height:0;
}
.footer-brand img{height:46px;}

details.footer-articles,
details.footer-articles[open],
details.footer-articles:hover{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  border-radius:0 !important;
}
.footer-articles summary{
  padding:0 0 2px !important;
  border-bottom:1px solid currentColor;
  border-radius:0 !important;
  color:rgba(255,255,255,.72) !important;
  background:transparent !important;
  box-shadow:none !important;
  font-weight:800;
  line-height:1.25;
}
.footer-articles summary::after{display:none !important;}
.footer-articles:hover summary,
.footer-articles[open] summary{color:#fff !important;}
.footer-links .footer-articles a{text-decoration:none;}

@media (max-width:760px){
  .footer-brand{padding:5px 8px 4px !important;border-radius:14px !important;}
  .footer-brand img{height:40px;}
  .footer-articles summary{color:rgba(255,255,255,.72) !important;}
  .footer-articles:hover summary,.footer-articles[open] summary{color:#fff !important;}
}


/* v52 — отдельные визуальные обложки для SEO-статей */
.article-hero-aside{display:grid;gap:18px;align-self:stretch;}
.article-hero-visual{position:relative;margin:0;border-radius:34px;overflow:hidden;min-height:390px;background:#fff;box-shadow:0 26px 80px rgba(29,32,35,.13);border:1px solid rgba(29,32,35,.08);}
.article-hero-visual::after{content:"";position:absolute;inset:auto -20% -28% -20%;height:42%;background:radial-gradient(circle at 50% 0,rgba(255,221,45,.24),transparent 68%);pointer-events:none;}
.article-hero-visual img{display:block;width:100%;height:100%;min-height:390px;object-fit:cover;object-position:center top;transition:transform .5s ease,filter .5s ease;}
.article-hero-visual:hover img{transform:scale(1.035);filter:saturate(1.04) contrast(1.02);}
.article-hero-visual figcaption{position:absolute;left:16px;right:16px;bottom:16px;z-index:2;padding:12px 14px;border-radius:18px;background:rgba(29,32,35,.82);backdrop-filter:blur(12px);color:#fff;font-size:13px;line-height:1.35;font-weight:800;}
@media (max-width:980px){.article-hero-aside{max-width:640px}.article-hero-visual{min-height:360px}.article-hero-visual img{min-height:360px}}
@media (max-width:640px){.article-hero-visual{min-height:320px;border-radius:26px}.article-hero-visual img{min-height:320px}.article-hero-visual figcaption{font-size:12px;left:12px;right:12px;bottom:12px;border-radius:14px}}


/* v53 — статьи: компактный первый экран и тёмный блок в зоне видимости */
.article-hero{
  padding:82px 0 46px;
}
.article-hero-grid{
  align-items:start;
  gap:38px;
}
.article-hero h1{
  margin-top:14px;
  margin-bottom:18px;
}
.article-hero p{
  line-height:1.55;
}
.article-meta{
  margin-top:22px;
}
.article-hero-aside{
  gap:0;
  align-self:start;
  padding-top:4px;
}
.article-hero-visual{
  min-height:345px;
  border-radius:30px;
}
.article-hero-visual img{
  min-height:345px;
}
.article-hero-visual figcaption{
  bottom:14px;
}
.article-side-card{
  z-index:4;
  margin:-34px 22px 0;
  padding:22px 24px;
  border-radius:26px;
  box-shadow:0 22px 62px rgba(29,32,35,.20);
}
.article-side-card strong{
  font-size:22px;
  margin-bottom:10px;
}
.article-side-card p{
  font-size:14px;
  line-height:1.5;
}
@media (min-width:1180px){
  .article-hero-grid{
    grid-template-columns:1.04fr .58fr;
  }
  .article-hero h1{
    font-size:clamp(42px,4.85vw,68px);
  }
}
@media (max-width:980px){
  .article-hero{padding:92px 0 44px;}
  .article-hero-aside{padding-top:0;}
  .article-hero-visual{min-height:340px;}
  .article-hero-visual img{min-height:340px;}
  .article-side-card{margin:-28px 16px 0;}
}
@media (max-width:640px){
  .article-hero{padding:82px 0 36px;}
  .article-hero h1{margin-top:12px;margin-bottom:14px;}
  .article-meta{margin-top:18px;}
  .article-hero-visual{min-height:300px;border-radius:24px;}
  .article-hero-visual img{min-height:300px;}
  .article-side-card{margin:-24px 12px 0;padding:20px;border-radius:22px;}
  .article-side-card strong{font-size:20px;}
}


/* v54 — статьи: смысловой блок перенесён под текст слева одной полоской */
.article-hero-grid{
  grid-template-columns:1.04fr .58fr;
  grid-template-areas:
    "copy visual"
    "idea visual";
  align-items:start;
  column-gap:42px;
  row-gap:22px;
}
.article-hero-grid > div:first-child{
  grid-area:copy;
}
.article-hero-aside{
  display:contents;
}
.article-hero-visual{
  grid-area:visual;
  min-height:420px;
}
.article-hero-visual img{
  min-height:420px;
}
.article-hero-visual figcaption{
  display:none;
}
.article-side-card{
  grid-area:idea;
  margin:0;
  max-width:760px;
  display:grid;
  grid-template-columns:minmax(130px,.34fr) 1fr;
  gap:16px;
  align-items:center;
  padding:18px 22px;
  border-radius:22px;
  box-shadow:0 18px 48px rgba(29,32,35,.14);
}
.article-side-card::before{
  inset:auto -40px -90px auto;
  width:190px;
  height:190px;
  opacity:.9;
}
.article-side-card strong{
  margin:0;
  font-size:20px;
  line-height:1.12;
}
.article-side-card p{
  margin:0;
  font-size:14px;
  line-height:1.48;
}
@media (max-width:980px){
  .article-hero-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "copy"
      "idea"
      "visual";
    row-gap:20px;
  }
  .article-side-card{
    max-width:640px;
    margin:0;
  }
  .article-hero-visual{
    min-height:350px;
  }
  .article-hero-visual img{
    min-height:350px;
  }
}
@media (max-width:640px){
  .article-side-card{
    grid-template-columns:1fr;
    gap:8px;
    padding:18px 18px;
    border-radius:20px;
  }
  .article-side-card strong{font-size:19px;}
  .article-side-card p{font-size:14px;}
  .article-hero-visual{
    min-height:300px;
  }
  .article-hero-visual img{
    min-height:300px;
  }
}


/* v55 — пересобранный подвал: симметрия, желтый текст, Telegram и MAX */
.footer.footer-v55{
  background:#1D2023 !important;
  border-top:1px solid rgba(255,221,45,.22) !important;
  padding:34px 0 !important;
  color:#FFDD2D !important;
}
.footer-v55 .footer-inner{
  display:grid !important;
  grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr) !important;
  align-items:center !important;
  gap:34px !important;
}
.footer-v55 .footer-brand-wrap{
  display:grid !important;
  gap:12px !important;
  justify-items:start !important;
  max-width:430px !important;
}
.footer-v55 .footer-brand{
  display:inline-flex !important;
  width:max-content !important;
  max-width:100% !important;
  padding:7px 10px 6px !important;
  border-radius:16px !important;
  background:#fff !important;
  line-height:0 !important;
  box-shadow:0 18px 42px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,221,45,.24) !important;
}
.footer-v55 .footer-brand img{height:44px !important;width:auto !important;display:block !important;}
.footer-v55 .footer-brand-wrap span{
  color:#FFDD2D !important;
  font-size:14px !important;
  line-height:1.45 !important;
  font-weight:650 !important;
}
.footer-v55 .footer-center{
  display:grid !important;
  justify-items:center !important;
  gap:12px !important;
  text-align:center !important;
}
.footer-v55 .footer-phone{
  color:#FFDD2D !important;
  font-size:17px !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
.footer-v55 .footer-socials{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
.footer-v55 .footer-social{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:38px !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,221,45,.36) !important;
  background:rgba(255,221,45,.08) !important;
  color:#FFDD2D !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 14px 34px rgba(0,0,0,.12) !important;
  transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease !important;
}
.footer-v55 .footer-social svg{width:18px !important;height:18px !important;display:block !important;flex:0 0 18px !important;}
.footer-v55 .footer-social:hover{
  transform:translateY(-2px) !important;
  background:#FFDD2D !important;
  color:#1D2023 !important;
  border-color:#FFDD2D !important;
}
.footer-v55 .footer-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:18px 22px !important;
  flex-wrap:wrap !important;
  text-align:right !important;
  font-size:14px !important;
}
.footer-v55 .footer-links > a,
.footer-v55 .footer-articles summary{
  color:#FFDD2D !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  text-decoration:none !important;
  opacity:.88 !important;
  transition:opacity .22s ease,color .22s ease,transform .22s ease !important;
}
.footer-v55 .footer-links > a:hover,
.footer-v55 .footer-articles:hover summary,
.footer-v55 .footer-articles[open] summary{
  color:#fff !important;
  opacity:1 !important;
}
.footer-v55 .footer-articles summary{
  display:inline-flex !important;
  padding:0 0 3px !important;
  border-bottom:1px solid currentColor !important;
  cursor:pointer !important;
  list-style:none !important;
  background:transparent !important;
  box-shadow:none !important;
}
.footer-v55 .footer-articles summary::-webkit-details-marker{display:none !important;}
.footer-v55 .footer-articles summary::after{display:none !important;}
.footer-v55 .footer-articles-menu{
  text-align:left !important;
  right:0 !important;
  border-color:rgba(255,221,45,.36) !important;
}
.footer-v55 .footer-articles-menu a{
  color:#1D2023 !important;
  opacity:1 !important;
  text-decoration:none !important;
}
.footer-v55 .footer-articles-menu a:hover{
  color:#8a6b00 !important;
  background:#F4F5F0 !important;
}
@media (max-width:980px){
  .footer-v55 .footer-inner{
    grid-template-columns:1fr !important;
    justify-items:center !important;
    text-align:center !important;
    gap:24px !important;
  }
  .footer-v55 .footer-brand-wrap{justify-items:center !important;max-width:560px !important;}
  .footer-v55 .footer-links{justify-content:center !important;text-align:center !important;}
}
@media (max-width:760px){
  .footer.footer-v55{padding:30px 0 !important;}
  .footer-v55 .footer-inner{align-items:center !important;}
  .footer-v55 .footer-brand img{height:40px !important;}
  .footer-v55 .footer-brand-wrap span{font-size:13px !important;}
  .footer-v55 .footer-links{flex-direction:column !important;gap:12px !important;align-items:center !important;}
  .footer-v55 .footer-articles{width:auto !important;display:inline-flex !important;}
  .footer-v55 .footer-articles-menu{
    position:static !important;
    width:min(360px,calc(100vw - 40px)) !important;
    margin-top:12px !important;
    display:none !important;
    box-shadow:none !important;
    background:#fff !important;
  }
  .footer-v55 .footer-articles[open] .footer-articles-menu{display:grid !important;}
}


/* v56 — красивый собранный первый экран статей */
.article-page{
  background:#f3f4f0;
}
.article-page .site-header{
  box-shadow:0 10px 36px rgba(29,32,35,.06);
}
.article-hero{
  position:relative;
  padding:76px 0 58px !important;
  background:
    radial-gradient(circle at 83% 18%,rgba(255,221,45,.34),transparent 31%),
    radial-gradient(circle at 8% 88%,rgba(255,221,45,.12),transparent 30%),
    linear-gradient(180deg,#fbfcf7 0%,#f6f7f1 100%) !important;
  overflow:hidden;
}
.article-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(29,32,35,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(29,32,35,.028) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 16%,#000 82%,transparent 100%);
  opacity:.45;
  pointer-events:none;
}
.article-hero .container{
  position:relative;
  z-index:1;
}
.article-hero-grid{
  position:relative;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px) !important;
  grid-template-areas:
    "copy visual"
    "idea visual" !important;
  gap:24px 52px !important;
  align-items:center !important;
  padding:42px 46px 38px;
}
.article-hero-grid::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:42px;
  background:linear-gradient(135deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 54%,rgba(255,242,148,.42) 100%);
  border:1px solid rgba(29,32,35,.07);
  box-shadow:0 34px 100px rgba(29,32,35,.10);
  z-index:-1;
}
.article-hero-grid::after{
  content:"";
  position:absolute;
  right:32px;
  bottom:22px;
  width:118px;
  height:118px;
  border-radius:50%;
  background:rgba(255,221,45,.32);
  filter:blur(1px);
  z-index:-1;
}
.article-hero-grid > div:first-child{
  grid-area:copy;
  align-self:end;
}
.article-hero .section-kicker{
  margin-bottom:0;
  color:#c59b00;
  letter-spacing:.12em;
}
.article-hero h1{
  max-width:820px;
  margin:18px 0 18px !important;
  font-size:clamp(44px,4.45vw,66px) !important;
  line-height:.98 !important;
  letter-spacing:-.065em !important;
}
.article-hero p{
  max-width:760px;
  font-size:clamp(18px,1.28vw,21px) !important;
  line-height:1.52 !important;
  color:#3f4852 !important;
}
.article-meta{
  gap:9px !important;
  margin-top:24px !important;
}
.article-meta span{
  padding:9px 14px !important;
  border-color:rgba(29,32,35,.09) !important;
  background:rgba(255,255,255,.76) !important;
  box-shadow:0 10px 28px rgba(29,32,35,.055) !important;
}
.article-hero-aside{
  display:contents !important;
}
.article-hero-visual{
  grid-area:visual;
  align-self:center;
  width:100%;
  min-height:0 !important;
  height:clamp(390px,34vw,500px) !important;
  border-radius:34px !important;
  border:1px solid rgba(255,255,255,.72) !important;
  background:#fff !important;
  box-shadow:0 26px 82px rgba(29,32,35,.18) !important;
  isolation:isolate;
}
.article-hero-visual::before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.34);
  z-index:2;
  pointer-events:none;
}
.article-hero-visual::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:34%;
  background:linear-gradient(180deg,transparent,rgba(29,32,35,.18));
  z-index:1;
  pointer-events:none;
}
.article-hero-visual img{
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.article-hero-visual figcaption{
  display:none !important;
}
.article-side-card{
  grid-area:idea;
  align-self:start;
  max-width:820px !important;
  margin:0 !important;
  display:grid !important;
  grid-template-columns:180px 1fr !important;
  gap:18px !important;
  align-items:center !important;
  padding:20px 24px !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 96% 20%,rgba(255,221,45,.26),transparent 26%),
    linear-gradient(135deg,#1D2023 0%,#242a2e 58%,#5a571c 100%) !important;
  box-shadow:0 22px 68px rgba(29,32,35,.18) !important;
  border:1px solid rgba(255,221,45,.18);
}
.article-side-card::before{
  content:"" !important;
  position:absolute !important;
  left:0;
  top:0;
  bottom:0;
  width:6px !important;
  height:auto !important;
  border-radius:24px 0 0 24px !important;
  background:#FFDD2D !important;
  filter:none !important;
  opacity:1 !important;
  inset:0 auto 0 0 !important;
}
.article-side-card strong{
  margin:0 !important;
  font-size:20px !important;
  line-height:1.1 !important;
  color:#fff !important;
}
.article-side-card p{
  margin:0 !important;
  font-size:14px !important;
  line-height:1.48 !important;
  color:rgba(255,255,255,.78) !important;
}
.section-pad{
  padding-top:62px;
}
@media (min-width:1180px){
  .article-hero-grid{
    min-height:560px;
  }
}
@media (max-width:1180px){
  .article-hero-grid{
    padding:36px 32px 34px;
    gap:22px 34px !important;
  }
  .article-hero h1{
    font-size:clamp(40px,4.7vw,58px) !important;
  }
}
@media (max-width:980px){
  .article-hero{
    padding:64px 0 42px !important;
  }
  .article-hero-grid{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "copy"
      "idea"
      "visual" !important;
    padding:30px 24px 24px;
    border-radius:30px;
  }
  .article-hero-grid::before{border-radius:30px;}
  .article-hero-grid::after{width:86px;height:86px;right:16px;bottom:14px;}
  .article-side-card{
    grid-template-columns:160px 1fr !important;
    max-width:100% !important;
  }
  .article-hero-visual{
    height:420px !important;
    max-width:620px;
  }
}
@media (max-width:640px){
  .article-hero{
    padding:54px 0 34px !important;
  }
  .article-hero-grid{
    padding:24px 18px 18px;
    gap:18px !important;
  }
  .article-hero h1{
    font-size:36px !important;
    letter-spacing:-.055em !important;
    margin:14px 0 14px !important;
  }
  .article-hero p{
    font-size:16px !important;
    line-height:1.55 !important;
  }
  .article-meta span{
    width:auto !important;
    padding:8px 11px !important;
    font-size:12px !important;
  }
  .article-side-card{
    grid-template-columns:1fr !important;
    gap:8px !important;
    padding:18px 18px 18px 20px !important;
    border-radius:20px !important;
  }
  .article-side-card::before{border-radius:20px 0 0 20px !important;width:5px !important;}
  .article-side-card strong{font-size:18px !important;}
  .article-side-card p{font-size:13px !important;}
  .article-hero-visual{
    height:330px !important;
    border-radius:24px !important;
  }
  .article-hero-visual::before{inset:8px;border-radius:18px;}
  .section-pad{padding-top:42px;}
}


/* v57: articles hub, breadcrumbs, related */
.crumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:14px;font-weight:650;color:#7a838d;margin:0 0 18px;position:relative;z-index:1;}
.crumbs a{color:#3f4852;text-decoration:none;border-bottom:1px solid rgba(29,32,35,.18);transition:color .2s;}
.crumbs a:hover{color:#1D2023;}
.crumbs span:last-child{color:#9aa2ab;}
.hub-hero{padding:150px 0 46px;}
.hub-hero h1{font-size:clamp(38px,5vw,68px);line-height:.98;letter-spacing:-.06em;margin:14px 0 20px;max-width:900px;}
.hub-hero .hub-lead{font-size:19px;line-height:1.65;color:#4f5966;max-width:760px;font-weight:650;}
.hub-section{padding:30px 0 18px;}
.hub-section h2{font-size:clamp(26px,3vw,38px);letter-spacing:-.045em;margin:0 0 8px;}
.hub-section .hub-sub{color:#4f5966;margin:0 0 24px;font-size:17px;font-weight:650;}
.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.hub-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(29,32,35,.08);border-radius:28px;overflow:hidden;box-shadow:0 14px 40px rgba(29,32,35,.07);text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease;}
.hub-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(29,32,35,.13);}
.hub-card img{width:100%;height:200px;object-fit:cover;object-position:center 20%;display:block;}
.hub-card-body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1;}
.hub-card-body strong{font-size:19px;line-height:1.25;letter-spacing:-.03em;color:#1D2023;}
.hub-card-body p{margin:0;font-size:14.5px;line-height:1.55;color:#4f5966;flex:1;}
.hub-card-more{font-size:14px;font-weight:850;color:#1D2023;}
.hub-cta{margin:36px 0 60px;}
.article-related ul{list-style:none;padding:0;margin:6px 0 0;display:grid;gap:12px;}
.article-related li a{font-weight:750;color:#1D2023;border-bottom:1px solid rgba(29,32,35,.18);text-decoration:none;}
.article-related li a:hover{border-color:#1D2023;}
.footer-articles-all{font-weight:850;}
@media (max-width:980px){.hub-grid{grid-template-columns:repeat(2,1fr)}.hub-hero{padding:120px 0 36px}}
@media (max-width:640px){.hub-grid{grid-template-columns:1fr}}


/* v58: article page redesign */
.art2-progress{position:fixed;top:0;left:0;height:4px;width:0;background:#FFDD2D;z-index:120;}
.art2-top{padding:46px 0 0;background:linear-gradient(180deg,#F7F8F4 0%,#fff 100%);}
.art2-top-inner{max-width:864px;}
.art2-top .crumbs{padding:6px 0 20px;margin:0;}
.art2-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(29,32,35,.09);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800;color:#1D2023;}
.art2-kicker i{width:8px;height:8px;border-radius:50%;background:#FFDD2D;}
.art2-h1{font-size:clamp(34px,4.6vw,56px);line-height:1.05;letter-spacing:-.045em;color:#1D2023;font-weight:800;margin:18px 0;max-width:820px;}
.art2-lead{font-size:19px;line-height:1.62;color:#3A424B;font-weight:600;margin:0 0 26px;max-width:760px;}
.art2-byline{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-bottom:8px;}
.art2-byline img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 6px 18px rgba(29,32,35,.15);}
.art2-who{font-weight:800;color:#1D2023;font-size:15px;}
.art2-meta{font-size:13.5px;color:#65707D;font-weight:700;}
.art2-meta b{color:#1D2023;}
.art2-shortly{max-width:864px;margin:0 auto;padding:0 22px;transform:translateY(34px);}
.art2-shortly-card{background:#FFDD2D;border-radius:30px;padding:28px 34px;box-shadow:0 26px 60px rgba(226,182,0,.35);color:#1D2023;}
.art2-tag{display:inline-block;background:#1D2023;color:#FFDD2D;border-radius:999px;padding:6px 14px;font-size:12.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;}
.art2-shortly-card strong{display:block;font-size:20px;line-height:1.3;letter-spacing:-.02em;margin-bottom:10px;}
.art2-shortly-card p{margin:0 0 10px;font-size:16.5px;line-height:1.6;font-weight:650;}
.art2-shortly-card p:last-child{margin-bottom:0;}
.art2-body{padding:92px 0 30px;}
.art2-layout{display:grid;grid-template-columns:210px minmax(0,700px);gap:64px;justify-content:center;}
.art2-rail{position:sticky;top:96px;align-self:start;font-size:14px;}
.art2-rail-label{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#65707D;margin-bottom:14px;}
.art2-rail a{display:block;text-decoration:none;color:#65707D;font-weight:700;padding:7px 0 7px 16px;border-left:2px solid rgba(29,32,35,.09);transition:color .2s,border-color .2s;}
.art2-rail a:hover{color:#1D2023;}
.art2-rail a.on{color:#1D2023;border-left:3px solid #FFDD2D;padding-left:15px;}
.art2-prose{font-size:17.5px;line-height:1.75;font-weight:500;color:#3A424B;}
.art2-prose h2{font-size:clamp(24px,2.6vw,31px);line-height:1.22;letter-spacing:-.03em;color:#1D2023;font-weight:800;margin:52px 0 18px;}
.art2-prose h2:first-child{margin-top:0;}
.mk{background:linear-gradient(180deg,transparent 64%,#FFDD2D 64%,#FFDD2D 94%,transparent 94%);padding:0 2px;box-decoration-break:clone;-webkit-box-decoration-break:clone;}
.art2-prose p{margin:0 0 18px;}
.art2-prose strong{color:#1D2023;font-weight:800;}
.art2-prose ul,.art2-prose ol{margin:0 0 22px;padding-left:0;list-style:none;}
.art2-prose ul li{position:relative;padding-left:30px;margin-bottom:10px;}
.art2-prose ul li::before{content:"";position:absolute;left:2px;top:9px;width:12px;height:12px;border-radius:4px;background:#FFDD2D;box-shadow:inset 0 0 0 3px #FFF7C7;}
.art2-prose ol{counter-reset:n;}
.art2-prose ol li{position:relative;padding-left:44px;margin-bottom:12px;counter-increment:n;font-weight:650;color:#1D2023;}
.art2-prose ol li::before{content:counter(n,decimal-leading-zero);position:absolute;left:0;top:2px;font-size:13px;font-weight:800;color:#1D2023;background:#FFDD2D;border-radius:8px;padding:2px 7px;}
.art2-related{margin:56px 0 0;border-top:1px solid rgba(29,32,35,.09);padding-top:32px;}
.art2-related .art2-rail-label{margin-bottom:16px;}
.art2-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.art2-related-grid a{display:block;background:#F7F8F4;border-radius:20px;padding:18px 20px;text-decoration:none;font-weight:800;color:#1D2023;font-size:15px;line-height:1.35;transition:transform .2s,box-shadow .2s;}
.art2-related-grid a span{display:block;margin-top:10px;font-size:13px;color:#65707D;font-weight:700;}
.art2-related-grid a:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(29,32,35,.1);}
.art2-cta{margin:52px 0 20px;background:#1D2023;border-radius:34px;padding:40px 44px;color:#fff;position:relative;overflow:hidden;}
.art2-cta::before{content:"";position:absolute;right:-90px;top:-110px;width:260px;height:260px;border-radius:50%;background:rgba(255,221,45,.25);filter:blur(6px);}
.art2-cta-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;position:relative;}
.art2-cta h2{margin:0 0 12px;font-size:clamp(24px,2.6vw,32px);letter-spacing:-.03em;line-height:1.15;color:#fff;}
.art2-cta p{margin:0 0 22px;color:rgba(255,255,255,.75);font-size:16.5px;max-width:560px;}
.art2-cta img{width:112px;height:112px;border-radius:50%;object-fit:cover;border:3px solid #FFDD2D;}
.art2-actions{display:flex;gap:14px;flex-wrap:wrap;}
.art2-btn-signal{background:#FFDD2D !important;color:#1D2023 !important;}
@media (max-width:960px){
  .art2-layout{grid-template-columns:minmax(0,700px);gap:20px;}
  .art2-rail{position:static;display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;}
  .art2-rail-label{display:none;}
  .art2-rail a{border:1px solid rgba(29,32,35,.09);border-radius:999px;padding:9px 16px;white-space:nowrap;background:#fff;border-left-width:1px;}
  .art2-rail a.on{border-color:#FFDD2D;background:#FFF7C7;color:#1D2023;border-left:1px solid #FFDD2D;padding-left:16px;}
  .art2-related-grid{grid-template-columns:1fr;}
  .art2-cta-grid{grid-template-columns:1fr;}
  .art2-cta img{display:none;}
  .art2-top{padding-top:20px;}
  .art2-body{padding-top:80px;}
}
@media (prefers-reduced-motion:reduce){
  .art2-related-grid a,.art2-rail a{transition:none;}
}


/* v59: text covers for new article cards */
.hub-cover{height:200px;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:0 26px;background:#1D2023;position:relative;overflow:hidden;}
.hub-cover::after{content:"";position:absolute;right:-60px;top:-70px;width:170px;height:170px;border-radius:50%;background:rgba(255,221,45,.22);filter:blur(4px);}
.hub-cover b{font-size:24px;line-height:1.15;letter-spacing:-.03em;color:#FFDD2D;font-weight:800;position:relative;}
.hub-cover i{font-style:normal;font-size:12.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.55);position:relative;}

/* v57 — сильный смысловой блок на первом экране */
.hero-manifest{
  position:relative;
  display:grid;
  grid-template-columns:.92fr 1.18fr;
  gap:22px;
  align-items:center;
  max-width:820px;
  margin:24px 0 18px;
  padding:24px;
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(135deg,#1D2023 0%,#292D32 62%,#1D2023 100%);
  border:1px solid rgba(255,221,45,.22);
  box-shadow:0 24px 62px rgba(29,32,35,.18);
  color:#fff;
}
.hero-manifest:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-82px;
  bottom:-112px;
  border-radius:50%;
  background:rgba(255,221,45,.34);
  filter:blur(4px);
  pointer-events:none;
}
.hero-manifest:after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:29px;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,0) 42%);
  pointer-events:none;
}
.hero-manifest-title,
.hero-manifest-copy{
  position:relative;
  z-index:1;
}
.hero-manifest-title strong,
.hero-manifest-title span{
  display:block;
  color:#fff;
  font-size:clamp(24px,2vw,32px);
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:900;
}
.hero-manifest-title span{
  color:#FFDD2D;
  margin-top:8px;
}
.hero-manifest-copy p{
  margin:0 0 16px;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.62;
  font-weight:700;
}
.hero-manifest-btn{
  min-height:48px;
  padding:0 18px;
  border-radius:15px;
  background:#FFDD2D !important;
  border-color:#FFDD2D !important;
  color:#1D2023 !important;
  box-shadow:none !important;
}
.hero-manifest-btn:hover{
  background:#FFE766 !important;
  box-shadow:0 12px 26px rgba(0,0,0,.18) !important;
}
.hero .hero-actions{
  margin-top:0;
}
.hero .hero-actions .btn-ghost{
  min-height:48px;
}

@media (max-width:1080px){
  .hero-manifest{
    grid-template-columns:1fr;
    gap:14px;
    max-width:720px;
    padding:22px;
  }
}
@media (max-width:760px){
  .hero-manifest{
    margin:22px 0 18px;
    padding:20px;
    border-radius:24px;
  }
  .hero-manifest:after{border-radius:23px}
  .hero-manifest-title strong,
  .hero-manifest-title span{
    font-size:25px;
  }
  .hero-manifest-copy p{
    font-size:14px;
  }
  .hero-manifest-btn{
    width:100%;
  }
}


/* v60 — ещё более тонкий акцентный заголовок манифеста */
.hero-manifest-title strong,
.hero-manifest-title span{
  font-weight:650 !important;
  letter-spacing:-.045em;
}
.hero-manifest-copy p{
  font-weight:560 !important;
}


/* v62 — ещё тоньше заголовок смыслового блока */
.hero-manifest-title strong,
.hero-manifest-title span{
  font-weight:520 !important;
  letter-spacing:-.04em;
  line-height:1.1;
}
.hero-manifest-copy p{
  font-weight:520 !important;
}
@media (max-width:760px){
  .hero-manifest-title strong,
  .hero-manifest-title span{
    font-weight:500 !important;
  }
}


/* v64 — убрать внешнюю квадратную окантовку у блока результата */
.dark-section .result-grid{
  box-shadow:none !important;
  border:none !important;
  background:transparent !important;
}


/* v65 — убрать внешнюю прямоугольную подложку в финальном CTA-блоке */
.cta-section .cta-grid{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  border-radius:0 !important;
}


/* v66 — немного уменьшены заголовки во всех смысловых блоках */
body h2,
.section-head h2,
.section-copy h2,
.approach-copy h2,
.package-copy h2,
.trust-card-main h2,
.cta-copy h2,
.faq-title h2,
.result-grid h2,
.audience-grid h2,
.logic-section h2{
  font-size:clamp(34px,3.9vw,54px) !important;
  line-height:1.02 !important;
  letter-spacing:-.048em !important;
}
.problem-cards h3,
.service-card h3,
.compare-card h3,
.step-card h3,
.package-cards article h3,
.meaning-card strong,
.logic-grid strong,
.result-list strong,
.faq-item summary{
  font-size:clamp(18px,1.45vw,22px) !important;
  line-height:1.22 !important;
}
.article-content h2,
.art2-content h2,
.article-body h2{
  font-size:clamp(28px,3vw,40px) !important;
  line-height:1.12 !important;
}
@media (max-width:760px){
  body h2,
  .section-head h2,
  .section-copy h2,
  .approach-copy h2,
  .package-copy h2,
  .trust-card-main h2,
  .cta-copy h2,
  .faq-title h2,
  .result-grid h2,
  .audience-grid h2,
  .logic-section h2{
    font-size:clamp(30px,8vw,36px) !important;
    line-height:1.07 !important;
  }
  .problem-cards h3,
  .service-card h3,
  .compare-card h3,
  .step-card h3,
  .package-cards article h3,
  .meaning-card strong,
  .logic-grid strong,
  .result-list strong,
  .faq-item summary{
    font-size:19px !important;
  }
}


/* v67 — убрать внешнюю прямоугольную окантовку вокруг плашек в финальном блоке */
.cta-section .cta-mini{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  border-radius:0 !important;
  transform:none !important;
}
.cta-section .cta-mini:hover{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  transform:none !important;
}


/* v68 — показать больше содержимого у превью кейса студии вокала */
.case-front img.case-preview-contain{
  object-fit:contain !important;
  object-position:left top !important;
  background:#1b0a14;
}

/* v69 — кейс Bot-Seller */
.case-front img[src$="case-bot-seller-thumb.jpg"]{
  object-fit:cover;
  object-position:left top;
  background:#faf7ee;
}


/* v70 — поднять левый текст в блоке проблемы выше */
.problem-section .sticky-copy{
  top:24px;
}
.problem-section .problem-grid{
  align-items:start;
}
@media (max-width: 980px){
  .problem-section .sticky-copy{top:0;}
}


/* v71 — центрирование страницы благодарности на ПК */
@media (min-width: 761px){
  .thanks-page{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:70px 0;
  }
  .thanks-page .container{
    display:flex;
    justify-content:center;
  }
  .thanks-panel{
    margin:0 auto;
    text-align:center;
  }
  .thanks-page .eyebrow{
    justify-content:center;
    margin-left:auto;
    margin-right:auto;
  }
  .thanks-page .hero-lead{
    margin-left:auto;
    margin-right:auto;
  }
  .thanks-page .btn{
    display:inline-flex;
    margin-left:auto;
    margin-right:auto;
  }
}


/* v72 — страница правил cookies */
.cookie-policy-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:18px 0 28px;
  overflow:hidden;
  border:1px solid rgba(29,32,35,.10);
  border-radius:22px;
  background:#fff;
}
.cookie-policy-table th,
.cookie-policy-table td{
  padding:16px 18px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(29,32,35,.08);
  color:#46515d;
  line-height:1.55;
}
.cookie-policy-table th{
  background:#F7F8F4;
  color:#1D2023;
  font-weight:850;
}
.cookie-policy-table tr:last-child td{border-bottom:0;}
.legal-card .cookie-note{
  background:#FFF7C7;
  border:1px solid rgba(243,196,0,.32);
  border-radius:20px;
  padding:18px 20px;
  color:#34383d;
}
.legal-card .cookie-list{
  margin:12px 0 22px;
  padding-left:20px;
}
.legal-card .cookie-list li{
  margin:8px 0;
  color:#46515d;
  line-height:1.55;
}
@media (max-width:760px){
  .cookie-policy-table{display:block;overflow-x:auto;border-radius:18px;}
  .cookie-policy-table th,.cookie-policy-table td{min-width:160px;padding:13px 14px;font-size:14px;}
}


/* v73 — компактная политика конфиденциальности */
.privacy-compact main.section-pad{
  padding:54px 0 76px;
}
.privacy-compact .legal-content{
  max-width:960px;
}
.privacy-compact .section-kicker{
  font-size:10.5px;
  letter-spacing:.08em;
}
.privacy-compact .legal-title{
  font-size:clamp(24px,3vw,34px) !important;
  line-height:1.16;
  letter-spacing:-.035em;
  margin:12px 0 18px;
}
.privacy-compact .legal-card{
  padding:28px 30px;
  border-radius:24px;
}
.privacy-compact .legal-card h2{
  font-size:17px !important;
  line-height:1.25;
  letter-spacing:-.015em;
  margin:24px 0 10px;
  font-weight:780;
}
.privacy-compact .legal-card h2:first-of-type{
  margin-top:18px;
}
.privacy-compact .legal-card p,
.privacy-compact .legal-card li{
  font-size:14px;
  line-height:1.62;
  margin:0 0 10px;
}
.privacy-compact .legal-card strong{
  color:#1D2023;
  font-weight:760;
}
@media (max-width:760px){
  .privacy-compact main.section-pad{padding:34px 0 56px;}
  .privacy-compact .legal-card{padding:22px 20px;border-radius:20px;}
  .privacy-compact .legal-title{font-size:25px !important;}
  .privacy-compact .legal-card h2{font-size:16px !important;}
  .privacy-compact .legal-card p,
  .privacy-compact .legal-card li{font-size:13.5px;}
}


/* v74 — компактное согласие на обработку персональных данных */
.legal-compact .legal-content{
  max-width:980px;
}
.legal-compact .legal-title{
  font-size:clamp(22px,2vw,30px) !important;
  line-height:1.22 !important;
  letter-spacing:-.035em;
  margin:10px 0 18px;
}
.legal-compact .legal-card{
  padding:30px !important;
  font-size:14px;
  line-height:1.62;
}
.legal-compact .legal-card h2{
  margin:26px 0 10px;
  font-size:18px !important;
  line-height:1.28;
  letter-spacing:-.02em;
}
.legal-compact .legal-card h3{
  margin:20px 0 8px;
  font-size:15.5px !important;
  line-height:1.35;
}
.legal-compact .legal-card p,
.legal-compact .legal-card li{
  font-size:14px !important;
  line-height:1.62;
}
.legal-compact .legal-card ul,
.legal-compact .legal-card ol{
  margin:8px 0 14px;
  padding-left:20px;
}
.legal-compact .legal-card li{
  margin:6px 0;
}
.legal-compact .section-kicker{
  font-size:11px;
}
@media (max-width:760px){
  .legal-compact .legal-card{
    padding:22px !important;
    font-size:13.5px;
  }
  .legal-compact .legal-card p,
  .legal-compact .legal-card li{
    font-size:13.5px !important;
  }
}


/* v75 — компактные шрифты для страницы cookies, как в юридических политиках */
.cookies-compact main.section-pad{
  padding:54px 0 76px;
}
.cookies-compact .legal-content{
  max-width:980px;
}
.cookies-compact .legal-title{
  font-size:clamp(22px,2vw,30px) !important;
  line-height:1.22 !important;
  letter-spacing:-.035em;
  margin:10px 0 18px;
}
.cookies-compact .legal-card{
  padding:30px !important;
  font-size:14px;
  line-height:1.62;
}
.cookies-compact .legal-card h2{
  margin:26px 0 10px;
  font-size:18px !important;
  line-height:1.28;
  letter-spacing:-.02em;
}
.cookies-compact .legal-card p,
.cookies-compact .legal-card li,
.cookies-compact .legal-card td,
.cookies-compact .legal-card th{
  font-size:14px !important;
  line-height:1.62;
}
.cookies-compact .legal-card ul,
.cookies-compact .legal-card ol{
  margin:8px 0 14px;
  padding-left:20px;
}
.cookies-compact .legal-card li{
  margin:6px 0;
}
.cookies-compact .section-kicker{
  font-size:11px;
}
.cookies-compact .cookie-policy-table{
  font-size:14px;
}
.cookies-compact .cookie-policy-table th,
.cookies-compact .cookie-policy-table td{
  padding:12px 14px !important;
  vertical-align:top;
}
.cookies-compact .cookie-policy-table code{
  font-size:12px;
}
.cookies-compact .cookie-note{
  font-size:13.5px !important;
}
@media (max-width:760px){
  .cookies-compact main.section-pad{padding:34px 0 56px;}
  .cookies-compact .legal-card{padding:22px !important;font-size:13.5px;}
  .cookies-compact .legal-title{font-size:25px !important;}
  .cookies-compact .legal-card h2{font-size:16px !important;}
  .cookies-compact .legal-card p,
  .cookies-compact .legal-card li,
  .cookies-compact .legal-card td,
  .cookies-compact .legal-card th{font-size:13.5px !important;}
}


/* v77 — мобильный первый экран: карточки не перекрывают фото */
@media (max-width:920px){
  .hero-cutout-visual{
    min-height:0 !important;
    align-items:stretch !important;
    justify-content:center !important;
  }
  .hero-cutout-wrap{
    display:flex !important;
    flex-direction:column !important;
    width:min(450px,100%) !important;
    height:auto !important;
    min-height:0 !important;
    padding-top:510px !important;
    gap:14px !important;
    margin:0 auto !important;
    justify-items:stretch !important;
  }
  .hero-cutout{
    top:0 !important;
    bottom:auto !important;
    height:490px !important;
    right:48px !important;
  }
  .hero-blob{
    top:82px !important;
    bottom:auto !important;
    height:400px !important;
  }
  .hero-decor-b{
    top:392px !important;
    bottom:auto !important;
  }
  .hero-story-card,
  .hero-story-card-1,
  .hero-story-card-2,
  .hero-story-card-3{
    position:relative !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    transform:none !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    grid-column:auto !important;
  }
}
@media (max-width:760px){
  .hero-cutout-wrap{
    width:min(390px,100%) !important;
    padding-top:430px !important;
    gap:10px !important;
  }
  .hero-cutout{
    top:0 !important;
    height:410px !important;
    right:42px !important;
  }
  .hero-blob{
    top:64px !important;
    bottom:auto !important;
    height:342px !important;
  }
  .hero-decor-b{
    top:334px !important;
    bottom:auto !important;
  }
}
@media (max-width:420px){
  .hero-cutout-wrap{
    padding-top:382px !important;
  }
  .hero-cutout{
    height:360px !important;
    right:30px !important;
  }
  .hero-blob{
    top:58px !important;
    height:304px !important;
  }
  .hero-decor-b{
    top:302px !important;
  }
}


/* v78 — убрать жёлтую подложку и декоративные элементы у фото на первом экране */
.hero-blob,
.hero-decor-a,
.hero-decor-b{
  display:none !important;
}


/* v81 — проверка и очистка стилей формы: один финальный мобильный набор без конфликтов */
@media (max-width:760px){
  .lead-modal{
    inset:0 !important;
    width:100vw !important;
    min-height:100dvh !important;
    padding:12px !important;
    display:none;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
  }
  .lead-modal.active{display:flex !important;}
  .lead-modal-panel{
    width:min(360px, calc(100vw - 24px)) !important;
    max-width:360px !important;
    max-height:calc(100dvh - 24px) !important;
    margin:auto !important;
    padding:22px 16px 14px !important;
    border-radius:24px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior:contain !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .lead-modal-close{
    right:10px !important;
    top:10px !important;
    width:38px !important;
    height:38px !important;
    font-size:26px !important;
    line-height:1 !important;
  }
  .lead-modal-head{
    padding-right:38px !important;
    margin-bottom:10px !important;
    min-width:0 !important;
  }
  .lead-modal-head .section-kicker{
    font-size:9.5px !important;
    margin-bottom:8px !important;
    letter-spacing:.11em !important;
  }
  .lead-modal-head h2{
    font-size:23px !important;
    line-height:1.08 !important;
    letter-spacing:-.045em !important;
    margin:0 0 7px !important;
    max-width:100% !important;
    overflow-wrap:break-word !important;
  }
  .lead-modal-head p{
    font-size:12.8px !important;
    line-height:1.38 !important;
    margin:0 !important;
  }
  .lead-modal .lead-form,
  .lead-modal .lead-form-modal{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding:6px 0 0 !important;
    gap:7px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .lead-modal .lead-form label{gap:5px !important;min-width:0 !important;}
  .lead-modal .lead-form label span{font-size:11.5px !important;line-height:1.2 !important;}
  .lead-modal .lead-form input,
  .lead-modal .lead-form select,
  .lead-modal .lead-form textarea{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:42px !important;
    padding:9px 12px !important;
    border-radius:14px !important;
    font-size:13.5px !important;
  }
  .lead-modal .lead-form textarea{
    min-height:68px !important;
    max-height:82px !important;
    resize:none !important;
  }
  .lead-modal .agree{
    display:grid !important;
    grid-template-columns:16px minmax(0,1fr) !important;
    align-items:start !important;
    gap:8px !important;
    margin:0 !important;
  }
  .lead-modal .agree input{
    width:15px !important;
    height:15px !important;
    margin:2px 0 0 !important;
  }
  .lead-modal .agree span{
    min-width:0 !important;
    font-size:10.3px !important;
    line-height:1.3 !important;
    overflow-wrap:break-word !important;
  }
  .lead-modal .form-btn{
    width:100% !important;
    min-height:44px !important;
    padding:10px 14px !important;
    border-radius:14px !important;
    font-size:14px !important;
  }
}
@media (max-width:360px), (max-height:660px){
  .lead-modal{padding:8px !important;}
  .lead-modal-panel{
    width:min(344px, calc(100vw - 16px)) !important;
    max-height:calc(100dvh - 16px) !important;
    padding:18px 12px 10px !important;
    border-radius:22px !important;
  }
  .lead-modal-close{width:34px !important;height:34px !important;font-size:24px !important;}
  .lead-modal-head{padding-right:34px !important;margin-bottom:8px !important;}
  .lead-modal-head .section-kicker{font-size:9px !important;margin-bottom:6px !important;}
  .lead-modal-head h2{font-size:21px !important;margin-bottom:5px !important;}
  .lead-modal-head p{font-size:12px !important;line-height:1.3 !important;}
  .lead-modal .lead-form-modal{gap:6px !important;padding-top:4px !important;}
  .lead-modal .lead-form input,
  .lead-modal .lead-form select,
  .lead-modal .lead-form textarea{min-height:40px !important;padding:8px 11px !important;font-size:13px !important;}
  .lead-modal .lead-form textarea{min-height:56px !important;max-height:66px !important;}
  .lead-modal .agree span{font-size:9.8px !important;line-height:1.26 !important;}
  .lead-modal .form-btn{min-height:41px !important;padding:9px 12px !important;}
}


/* v82 — фиксированная мобильная шапка и кнопка заявки в меню */
.mobile-menu-cta{
  display:none;
}
@media (max-width:1080px){
  .site-header{
    position:fixed !important;
    left:0;
    right:0;
    top:0;
    z-index:90;
  }
  body{
    padding-top:78px;
  }
  .main-nav{
    position:fixed !important;
    z-index:89;
    max-height:calc(100vh - 108px);
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  .main-nav .mobile-menu-cta{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:52px;
    margin-top:-6px;
    padding:0 18px;
    border-radius:16px;
    background:#1D2023;
    color:#fff;
    border:1px solid rgba(29,32,35,.14);
    font-size:16px;
    font-weight:900;
    letter-spacing:-.02em;
    box-shadow:0 14px 30px rgba(29,32,35,.16);
  }
  .main-nav .mobile-menu-cta:hover{
    background:#333333;
    color:#fff;
  }
}
@media (max-width:760px){
  body{
    padding-top:68px;
  }
  .main-nav{
    max-height:calc(100vh - 96px);
  }
}


/* v84 — вернуть кнопку звонка и бургер в мобильной фиксированной шапке */
@media (max-width:1080px){
  .site-header{
    overflow:visible !important;
  }
  .header-inner{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    min-width:0 !important;
    overflow:visible !important;
  }
  .header-logo{
    flex:1 1 auto !important;
    min-width:0 !important;
    max-width:calc(100% - 104px) !important;
  }
  .header-logo img{
    height:42px !important;
    width:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
  }
  .header-actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:8px !important;
    flex:0 0 auto !important;
    margin-left:auto !important;
    position:relative !important;
    z-index:96 !important;
  }
  .header-actions .btn-small{
    display:none !important;
  }
  .header-actions .phone-link{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:44px !important;
    height:44px !important;
    flex:0 0 44px !important;
    min-width:44px !important;
    max-width:44px !important;
    border:1px solid rgba(29,32,35,.12) !important;
    border-radius:14px !important;
    background:#fff !important;
    color:#1D2023 !important;
    font-size:0 !important;
    line-height:1 !important;
    box-shadow:0 8px 22px rgba(29,32,35,.06) !important;
    overflow:hidden !important;
  }
  .header-actions .phone-link::before{
    content:"" !important;
    display:block !important;
    width:20px !important;
    height:20px !important;
    background:currentColor !important;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat !important;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat !important;
  }
  .header-actions .burger{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:5px !important;
    width:44px !important;
    height:44px !important;
    flex:0 0 44px !important;
    min-width:44px !important;
    max-width:44px !important;
    border:1px solid rgba(29,32,35,.12) !important;
    border-radius:14px !important;
    background:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    position:relative !important;
    z-index:97 !important;
  }
  .header-actions .burger span{
    display:block !important;
    width:18px !important;
    height:2px !important;
    border-radius:4px !important;
    background:#1D2023 !important;
    opacity:1 !important;
  }
}
@media (max-width:420px){
  .header-logo{max-width:calc(100% - 92px) !important;}
  .header-logo img{height:38px !important;}
  .header-actions{gap:6px !important;}
  .header-actions .phone-link,
  .header-actions .burger{
    width:40px !important;
    height:40px !important;
    flex-basis:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    border-radius:13px !important;
  }
  .header-actions .phone-link::before{width:18px !important;height:18px !important;}
}


/* v85 — развести стили всплывающей формы и формы в последнем блоке на мобильных */
@media (max-width:760px){
  html,
  body{
    overflow-x:hidden !important;
    max-width:100% !important;
  }

  /* Компактные правила только для всплывающей формы */
  .lead-modal .lead-form,
  .lead-modal .lead-form-modal{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding:6px 0 0 !important;
    gap:7px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .lead-modal .lead-form label{gap:5px !important;min-width:0 !important;}
  .lead-modal .lead-form label span{font-size:11.5px !important;line-height:1.2 !important;}
  .lead-modal .lead-form input,
  .lead-modal .lead-form select,
  .lead-modal .lead-form textarea{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:42px !important;
    padding:9px 12px !important;
    border-radius:14px !important;
    font-size:13.5px !important;
    box-sizing:border-box !important;
  }
  .lead-modal .lead-form textarea{
    min-height:68px !important;
    max-height:82px !important;
    resize:none !important;
  }
  .lead-modal .agree{
    display:grid !important;
    grid-template-columns:16px minmax(0,1fr) !important;
    align-items:start !important;
    gap:8px !important;
    margin:0 !important;
  }
  .lead-modal .agree input{
    width:15px !important;
    height:15px !important;
    margin:2px 0 0 !important;
  }
  .lead-modal .agree span{
    min-width:0 !important;
    font-size:10.3px !important;
    line-height:1.3 !important;
    overflow-wrap:break-word !important;
  }
  .lead-modal .form-btn{
    width:100% !important;
    min-height:44px !important;
    padding:10px 14px !important;
    border-radius:14px !important;
    font-size:14px !important;
  }

  /* Отдельные правила для обычной формы в финальном CTA-блоке */
  .cta-section{
    overflow:hidden !important;
  }
  .cta-section .container,
  .cta-section .cta-grid{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }
  .cta-section .container{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .cta-section .cta-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:24px !important;
    align-items:start !important;
    padding:0 !important;
  }
  .cta-section .cta-copy,
  .cta-section .cta-copy *{
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }
  .cta-section .cta-copy h2{
    font-size:clamp(30px,8.3vw,38px) !important;
    line-height:1.08 !important;
    letter-spacing:-.045em !important;
    overflow-wrap:break-word !important;
  }
  .cta-section .cta-copy p{
    font-size:15.5px !important;
    line-height:1.58 !important;
  }
  .cta-section .cta-mini{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    margin-top:22px !important;
  }
  .cta-section .cta-mini span,
  .cta-section .cta-mini a{
    width:100% !important;
    min-height:42px !important;
    align-items:center !important;
    padding:10px 14px !important;
    font-size:14px !important;
    line-height:1.25 !important;
    box-sizing:border-box !important;
  }
  .cta-section .lead-form{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding:20px 16px !important;
    border:1px solid rgba(29,32,35,.10) !important;
    border-radius:24px !important;
    background:#F5F6F8 !important;
    box-shadow:none !important;
    display:grid !important;
    gap:12px !important;
    box-sizing:border-box !important;
  }
  .cta-section .lead-form label{
    display:grid !important;
    gap:7px !important;
    min-width:0 !important;
  }
  .cta-section .lead-form label span{
    font-size:12px !important;
    line-height:1.25 !important;
  }
  .cta-section .lead-form input,
  .cta-section .lead-form select,
  .cta-section .lead-form textarea{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:48px !important;
    padding:12px 14px !important;
    border-radius:15px !important;
    font-size:14px !important;
    background:#fff !important;
    box-sizing:border-box !important;
  }
  .cta-section .lead-form textarea{
    min-height:92px !important;
    max-height:none !important;
    resize:vertical !important;
  }
  .cta-section .agree{
    display:grid !important;
    grid-template-columns:18px minmax(0,1fr) !important;
    align-items:start !important;
    gap:9px !important;
    margin:2px 0 0 !important;
  }
  .cta-section .agree input{
    width:16px !important;
    height:16px !important;
    min-height:16px !important;
    margin:2px 0 0 !important;
    padding:0 !important;
  }
  .cta-section .agree span{
    font-size:10.6px !important;
    line-height:1.35 !important;
    overflow-wrap:break-word !important;
  }
  .cta-section .form-btn{
    width:100% !important;
    min-height:48px !important;
    padding:12px 16px !important;
    border-radius:15px !important;
    font-size:15px !important;
  }
}
@media (max-width:360px), (max-height:660px){
  .lead-modal .lead-form input,
  .lead-modal .lead-form select,
  .lead-modal .lead-form textarea{min-height:40px !important;padding:8px 11px !important;font-size:13px !important;}
  .lead-modal .lead-form textarea{min-height:56px !important;max-height:66px !important;}
  .lead-modal .agree span{font-size:9.8px !important;line-height:1.26 !important;}
  .lead-modal .form-btn{min-height:41px !important;padding:9px 12px !important;}

  .cta-section .lead-form{padding:18px 14px !important;gap:11px !important;}
  .cta-section .lead-form input,
  .cta-section .lead-form select,
  .cta-section .lead-form textarea{min-height:46px !important;padding:11px 13px !important;font-size:13.5px !important;}
  .cta-section .lead-form textarea{min-height:86px !important;max-height:none !important;}
  .cta-section .agree span{font-size:10px !important;line-height:1.32 !important;}
  .cta-section .form-btn{min-height:46px !important;padding:11px 14px !important;}
}


/* v86 — жёсткая фиксация кнопки звонка и бургера в мобильной шапке */
@media (max-width:1080px){
  .site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:999 !important;
    overflow:visible !important;
  }
  .site-header .header-inner{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-width:0 !important;
    height:72px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    overflow:visible !important;
  }
  .site-header .header-logo{
    display:flex !important;
    align-items:center !important;
    flex:0 1 auto !important;
    min-width:0 !important;
    max-width:calc(100vw - 132px) !important;
    padding-right:104px !important;
    overflow:hidden !important;
  }
  .site-header .header-logo img{
    display:block !important;
    width:auto !important;
    max-width:100% !important;
    height:40px !important;
    object-fit:contain !important;
  }
  .site-header .header-actions{
    position:absolute !important;
    right:0 !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:1002 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:8px !important;
    width:auto !important;
    min-width:96px !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    flex:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
  .site-header .header-actions .btn-small{
    display:none !important;
  }
  .site-header .header-actions .phone-link,
  .site-header .header-actions .burger{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 44px !important;
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    padding:0 !important;
    margin:0 !important;
    border:1px solid rgba(29,32,35,.12) !important;
    border-radius:14px !important;
    background:#fff !important;
    color:#1D2023 !important;
    box-shadow:0 8px 22px rgba(29,32,35,.08) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    overflow:hidden !important;
  }
  .site-header .header-actions .phone-link{
    font-size:0 !important;
    line-height:0 !important;
    text-indent:-9999px !important;
  }
  .site-header .header-actions .phone-link::before{
    content:"" !important;
    display:block !important;
    flex:0 0 20px !important;
    width:20px !important;
    height:20px !important;
    background:#1D2023 !important;
    text-indent:0 !important;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat !important;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat !important;
  }
  .site-header .header-actions .burger{
    flex-direction:column !important;
    gap:5px !important;
    cursor:pointer !important;
  }
  .site-header .header-actions .burger span{
    display:block !important;
    flex:0 0 auto !important;
    width:18px !important;
    height:2px !important;
    min-height:2px !important;
    border-radius:4px !important;
    background:#1D2023 !important;
    opacity:1 !important;
    visibility:visible !important;
    transform-origin:center !important;
  }
  .main-nav{
    top:82px !important;
  }
  body{
    padding-top:72px !important;
  }
}
@media (max-width:420px){
  .site-header .header-inner{height:66px !important;}
  .site-header .header-logo{max-width:calc(100vw - 116px) !important;padding-right:94px !important;}
  .site-header .header-logo img{height:36px !important;}
  .site-header .header-actions{gap:6px !important;min-width:86px !important;}
  .site-header .header-actions .phone-link,
  .site-header .header-actions .burger{
    flex-basis:40px !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    border-radius:13px !important;
  }
  .site-header .header-actions .phone-link::before{width:18px !important;height:18px !important;}
  .main-nav{top:74px !important;}
  body{padding-top:66px !important;}
}


/* v87 — финальная форма отдельно от всплывающей формы: мобильная верстка без сдвига */
@media (max-width:760px){
  html, body{
    overflow-x:hidden !important;
    width:100% !important;
    max-width:100% !important;
  }
  #request.cta-section{
    width:100% !important;
    max-width:100vw !important;
    overflow:hidden !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  #request.cta-section,
  #request.cta-section *{
    box-sizing:border-box !important;
  }
  #request .container{
    width:100% !important;
    max-width:100vw !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:16px !important;
    padding-right:16px !important;
    overflow:visible !important;
  }
  #request .cta-grid{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    gap:22px !important;
    transform:none !important;
    overflow:visible !important;
  }
  #request .cta-copy{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
  }
  #request .cta-copy h2{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 14px !important;
    font-size:clamp(28px,8vw,34px) !important;
    line-height:1.08 !important;
    letter-spacing:-.045em !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
  }
  #request .cta-copy p{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    font-size:15px !important;
    line-height:1.55 !important;
  }
  #request .cta-mini{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:10px !important;
    margin:20px 0 0 !important;
    padding:0 !important;
    transform:none !important;
    overflow:visible !important;
  }
  #request .cta-mini span,
  #request .cta-mini a{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:42px !important;
    padding:10px 14px !important;
    margin:0 !important;
    font-size:14px !important;
    line-height:1.25 !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
  }
  #request .lead-form.final-lead-form{
    display:grid !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:18px 0 0 !important;
    gap:12px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    transform:none !important;
    overflow:visible !important;
  }
  #request .lead-form.final-lead-form label{
    display:grid !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:7px !important;
    margin:0 !important;
  }
  #request .lead-form.final-lead-form label > span{
    font-size:12px !important;
    line-height:1.25 !important;
  }
  #request .lead-form.final-lead-form input,
  #request .lead-form.final-lead-form select,
  #request .lead-form.final-lead-form textarea{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:48px !important;
    padding:12px 14px !important;
    margin:0 !important;
    border-radius:15px !important;
    font-size:14px !important;
    line-height:1.35 !important;
    background:#fff !important;
    box-sizing:border-box !important;
  }
  #request .lead-form.final-lead-form textarea{
    min-height:92px !important;
    max-height:none !important;
    resize:vertical !important;
  }
  #request .lead-form.final-lead-form .agree{
    display:grid !important;
    grid-template-columns:18px minmax(0,1fr) !important;
    align-items:start !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:9px !important;
    margin:0 !important;
  }
  #request .lead-form.final-lead-form .agree input{
    width:16px !important;
    height:16px !important;
    min-width:16px !important;
    min-height:16px !important;
    max-width:16px !important;
    max-height:16px !important;
    padding:0 !important;
    margin:2px 0 0 !important;
  }
  #request .lead-form.final-lead-form .agree span{
    min-width:0 !important;
    max-width:100% !important;
    font-size:10.5px !important;
    line-height:1.34 !important;
    overflow-wrap:anywhere !important;
  }
  #request .lead-form.final-lead-form .form-btn{
    width:100% !important;
    max-width:100% !important;
    min-height:48px !important;
    padding:12px 16px !important;
    margin:0 !important;
    border-radius:15px !important;
    font-size:15px !important;
  }
}
@media (max-width:360px){
  #request .container{
    padding-left:14px !important;
    padding-right:14px !important;
  }
  #request .cta-copy h2{
    font-size:27px !important;
  }
  #request .lead-form.final-lead-form input,
  #request .lead-form.final-lead-form select,
  #request .lead-form.final-lead-form textarea{
    min-height:46px !important;
    padding:11px 13px !important;
    font-size:13.5px !important;
  }
  #request .lead-form.final-lead-form textarea{
    min-height:86px !important;
  }
}


/* v88 — нормальные боковые отступы в последнем CTA-блоке на мобильных */
@media (max-width:760px){
  #request.cta-section{
    padding-top:56px !important;
    padding-bottom:72px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    overflow:hidden !important;
  }
  #request.cta-section,
  #request.cta-section *{
    box-sizing:border-box !important;
  }
  #request .container{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:24px !important;
    padding-right:24px !important;
    overflow:visible !important;
  }
  #request .cta-grid{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:26px !important;
    margin:0 auto !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    overflow:visible !important;
  }
  #request .cta-copy,
  #request .lead-form.final-lead-form{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  #request .cta-copy h2{
    max-width:100% !important;
    margin:0 0 16px !important;
    font-size:clamp(29px,7.8vw,34px) !important;
    line-height:1.08 !important;
    letter-spacing:-.045em !important;
  }
  #request .cta-copy p{
    max-width:100% !important;
    margin:0 !important;
    font-size:15px !important;
    line-height:1.58 !important;
  }
  #request .cta-mini{
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:22px 0 0 !important;
    padding:0 !important;
  }
  #request .cta-mini span,
  #request .cta-mini a{
    width:100% !important;
    min-height:42px !important;
    padding:10px 14px !important;
    margin:0 !important;
    border-radius:18px !important;
    justify-content:flex-start !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  #request .lead-form.final-lead-form{
    display:grid !important;
    gap:14px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    transform:none !important;
  }
  #request .lead-form.final-lead-form label{
    display:grid !important;
    gap:8px !important;
    margin:0 !important;
  }
  #request .lead-form.final-lead-form label > span{
    font-size:12px !important;
    line-height:1.25 !important;
  }
  #request .lead-form.final-lead-form input,
  #request .lead-form.final-lead-form select,
  #request .lead-form.final-lead-form textarea{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:50px !important;
    padding:12px 14px !important;
    margin:0 !important;
    border-radius:16px !important;
    font-size:14px !important;
    line-height:1.35 !important;
    background:#fff !important;
  }
  #request .lead-form.final-lead-form textarea{
    min-height:104px !important;
    resize:vertical !important;
  }
  #request .lead-form.final-lead-form .agree{
    display:grid !important;
    grid-template-columns:18px minmax(0,1fr) !important;
    gap:9px !important;
    align-items:start !important;
    margin:0 !important;
    width:100% !important;
  }
  #request .lead-form.final-lead-form .agree input{
    width:16px !important;
    height:16px !important;
    min-width:16px !important;
    min-height:16px !important;
    padding:0 !important;
    margin:2px 0 0 !important;
  }
  #request .lead-form.final-lead-form .agree span{
    min-width:0 !important;
    font-size:10.8px !important;
    line-height:1.34 !important;
    overflow-wrap:anywhere !important;
  }
  #request .lead-form.final-lead-form .form-btn{
    width:100% !important;
    min-height:52px !important;
    padding:12px 16px !important;
    margin:0 !important;
    border-radius:16px !important;
  }
}
@media (max-width:380px){
  #request .container{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  #request .cta-copy h2{
    font-size:27px !important;
  }
}


/* v89 — реальный фикс мобильных отступов финального блока:
   container и cta-grid находятся на одном элементе, поэтому старый padding:0 перекрывал отступы */
@media (max-width:760px){
  #request .container.cta-grid{
    width:100% !important;
    max-width:100% !important;
    padding:0 22px !important;
    margin:0 auto !important;
    box-sizing:border-box !important;
  }
}
@media (max-width:420px){
  #request .container.cta-grid{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}


/* v90 — одинаковые мобильные отступы в шапке и остальных блоках */
@media (max-width:1080px){
  .site-header .header-inner{
    width:100% !important;
    max-width:1280px !important;
    padding-left:20px !important;
    padding-right:20px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }
  .site-header .header-logo{
    max-width:calc(100% - 112px) !important;
    padding-right:0 !important;
  }
  .site-header .header-actions{
    right:20px !important;
  }
}
@media (max-width:420px){
  .site-header .header-inner{
    padding-left:16px !important;
    padding-right:16px !important;
  }
  .site-header .header-logo{
    max-width:calc(100% - 96px) !important;
  }
  .site-header .header-actions{
    right:16px !important;
  }
}


/* v91 — коммерческие форматы, аудит, прозрачные условия и новый CTA */
.hero-cta-note{
  display:block;
  margin-top:12px;
  max-width:430px;
  color:#65707D;
  font-size:13px;
  line-height:1.5;
  font-weight:700;
}

.commercial-section{
  background:linear-gradient(180deg,#F7F8FA 0%,#FFFFFF 100%);
}
.commercial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.commercial-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:520px;
  padding:30px;
  border:1px solid rgba(29,32,35,.10);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,249,251,.94));
  box-shadow:0 20px 52px rgba(29,32,35,.08);
  overflow:hidden;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.commercial-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:6px;
  background:linear-gradient(90deg,#FFDD2D,rgba(255,221,45,.24));
}
.commercial-card:hover{
  transform:translateY(-6px);
  border-color:rgba(29,32,35,.16);
  box-shadow:0 28px 68px rgba(29,32,35,.13);
}
.commercial-card-featured{
  background:linear-gradient(155deg,#1D2023 0%,#34383D 100%);
  color:#fff;
  box-shadow:0 28px 70px rgba(29,32,35,.20);
}
.commercial-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:34px;
}
.commercial-label{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:#FFF7C7;
  color:#1D2023;
  font-size:12px;
  font-weight:900;
}
.commercial-price{
  color:#1D2023;
  font-size:16px;
  font-weight:950;
  white-space:nowrap;
}
.commercial-card-featured .commercial-price{color:#FFDD2D;}
.commercial-card h3{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.045em;
}
.commercial-card-featured h3{color:#fff;}
.commercial-card p{
  margin:0 0 22px;
  color:#65707D;
  line-height:1.62;
}
.commercial-card-featured p{color:rgba(255,255,255,.72);}
.commercial-card ul{
  display:grid;
  gap:12px;
  padding:0;
  margin:0 0 28px;
  list-style:none;
}
.commercial-card li{
  position:relative;
  padding-left:22px;
  color:#505A65;
  font-weight:760;
  line-height:1.45;
}
.commercial-card-featured li{color:rgba(255,255,255,.82);}
.commercial-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.52em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#FFDD2D;
}
.commercial-btn{
  width:100%;
  margin-top:auto;
  text-align:center;
  justify-content:center;
}
.commercial-btn-light{
  border:1px solid rgba(29,32,35,.14);
  background:#fff;
  color:#1D2023;
  box-shadow:0 12px 30px rgba(29,32,35,.07);
}
.commercial-btn-light:hover{
  transform:translateY(-2px);
  background:#FFF7C7;
  box-shadow:0 18px 38px rgba(29,32,35,.10);
}

.work-guarantees{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin:0 0 24px;
}
.work-guarantees div{
  min-height:164px;
  padding:22px 20px;
  border:1px solid rgba(29,32,35,.09);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(29,32,35,.055);
}
.work-guarantees strong{
  display:block;
  margin-bottom:9px;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.025em;
}
.work-guarantees span{
  display:block;
  color:#65707D;
  font-size:13px;
  line-height:1.52;
}

.audit-section{
  background:#1D2023;
  color:#fff;
}
.audit-panel{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:42px;
  align-items:center;
  padding:48px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:36px;
  background:linear-gradient(145deg,#25292D 0%,#17191C 100%);
  box-shadow:0 32px 90px rgba(0,0,0,.28);
}
.audit-copy h2{
  color:#fff;
  margin-bottom:18px;
}
.audit-copy p{
  color:rgba(255,255,255,.70);
  font-size:18px;
  line-height:1.65;
}
.audit-copy small{
  display:block;
  margin-top:13px;
  color:rgba(255,255,255,.48);
  line-height:1.45;
}
.audit-btn{margin-top:10px;}
.audit-checks{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.audit-checks div{
  min-height:184px;
  padding:24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:rgba(255,255,255,.055);
}
.audit-checks span{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:18px;
  border-radius:13px;
  background:#FFDD2D;
  color:#1D2023;
  font-size:12px;
  font-weight:950;
}
.audit-checks strong{
  display:block;
  margin-bottom:8px;
  font-size:20px;
  letter-spacing:-.03em;
}
.audit-checks p{
  margin:0;
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.55;
}

@media (max-width:1180px){
  .commercial-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .commercial-card:last-child{grid-column:1 / -1;min-height:0;}
  .work-guarantees{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:900px){
  .audit-panel{grid-template-columns:1fr;padding:34px;}
  .work-guarantees{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
  .hero-cta-note{font-size:12px;margin-top:10px;}
  .commercial-grid{grid-template-columns:1fr;}
  .commercial-card,.commercial-card:last-child{grid-column:auto;min-height:0;padding:24px;border-radius:24px;}
  .commercial-card-top{margin-bottom:26px;align-items:flex-start;}
  .commercial-card h3{font-size:26px;}
  .commercial-price{font-size:14px;}
  .work-guarantees{grid-template-columns:1fr;gap:10px;margin-bottom:18px;}
  .work-guarantees div{min-height:0;padding:20px;border-radius:20px;}
  .audit-section{padding-left:0;padding-right:0;}
  .audit-panel{width:calc(100% - 32px);padding:26px 20px;border-radius:28px;gap:28px;}
  .audit-copy p{font-size:16px;}
  .audit-checks{grid-template-columns:1fr;}
  .audit-checks div{min-height:0;padding:21px;border-radius:21px;}
  .audit-btn{width:100%;justify-content:center;text-align:center;}
}


/* v68 — сокращённая структура: 3 причины и 5 этапов */
@media (min-width:761px){
  .problem-section .problem-cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (min-width:1081px){
  .steps .step-card{
    grid-column:span 4 !important;
  }
  .steps .step-card:nth-child(n+4){
    grid-column:span 6 !important;
  }
}
@media (min-width:761px) and (max-width:1080px){
  .steps .step-card:nth-child(5){
    grid-column:1 / -1 !important;
  }
}


/* v69 — блок про эффективность рекламного бюджета */
.budget-section{
  padding-top:24px;
  padding-bottom:24px;
  background:#fff;
}
.budget-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:52px;
  align-items:center;
  padding:52px;
  border:1px solid rgba(29,32,35,.10);
  border-radius:36px;
  background:linear-gradient(135deg,#FFF8CB 0%,#FFEE7C 48%,#FFDD2D 100%);
  box-shadow:0 28px 72px rgba(96,78,0,.14);
  overflow:hidden;
}
.budget-panel::before{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  right:-130px;
  top:-180px;
  border-radius:50%;
  background:rgba(255,255,255,.38);
  pointer-events:none;
}
.budget-panel::after{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  left:-120px;
  bottom:-130px;
  border-radius:50%;
  border:44px solid rgba(255,255,255,.24);
  pointer-events:none;
}
.budget-copy,
.budget-points{
  position:relative;
  z-index:1;
}
.budget-copy .section-kicker{
  margin-bottom:18px;
  color:#1D2023;
}
.budget-copy h2{
  max-width:760px;
  margin:0 0 22px;
  color:#1D2023;
  font-size:clamp(34px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.budget-copy > p{
  max-width:720px;
  margin:0;
  color:#3E4348;
  font-size:17px;
  line-height:1.65;
}
.budget-copy .budget-accent{
  margin-top:18px;
  padding-left:18px;
  border-left:4px solid #1D2023;
  color:#1D2023;
  font-weight:850;
}
.budget-points{
  display:grid;
  gap:12px;
}
.budget-point{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  column-gap:16px;
  padding:20px 22px;
  border:1px solid rgba(29,32,35,.10);
  border-radius:22px;
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 34px rgba(29,32,35,.07);
  backdrop-filter:blur(8px);
}
.budget-point > span{
  grid-row:1 / span 2;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:15px;
  background:#1D2023;
  color:#FFDD2D;
  font-size:12px;
  font-weight:950;
}
.budget-point strong{
  display:block;
  margin:1px 0 5px;
  color:#1D2023;
  font-size:18px;
  line-height:1.25;
  letter-spacing:-.025em;
}
.budget-point p{
  margin:0;
  color:#5C636A;
  font-size:14px;
  line-height:1.5;
}
@media (max-width:1040px){
  .budget-panel{
    grid-template-columns:1fr;
    gap:34px;
  }
  .budget-copy h2{max-width:900px;}
}
@media (max-width:760px){
  .budget-section{
    padding:14px 0;
  }
  .budget-panel{
    width:calc(100% - 32px);
    padding:28px 20px;
    border-radius:28px;
    gap:26px;
  }
  .budget-copy h2{
    margin-bottom:18px;
    font-size:32px;
    line-height:1.04;
  }
  .budget-copy > p{
    font-size:15px;
    line-height:1.58;
  }
  .budget-copy .budget-accent{
    margin-top:15px;
    padding-left:14px;
  }
  .budget-point{
    grid-template-columns:42px minmax(0,1fr);
    column-gap:13px;
    padding:17px;
    border-radius:19px;
  }
  .budget-point > span{
    width:40px;
    height:40px;
    border-radius:13px;
  }
  .budget-point strong{font-size:17px;}
  .budget-point p{font-size:13px;}
}

.budget-copy .section-kicker{color:#1D2023 !important;}
.budget-copy .section-kicker::before{background:#1D2023 !important;}


/* v78 — чистый первый экран без дублирующих карточек */
@media (max-width:920px){
  .hero-cutout-visual{
    min-height:500px !important;
    align-items:flex-end !important;
  }
  .hero-cutout-wrap{
    display:block !important;
    width:min(450px,100%) !important;
    height:500px !important;
    min-height:500px !important;
    padding-top:0 !important;
    gap:0 !important;
  }
}
@media (max-width:760px){
  .hero-cutout-visual{min-height:420px !important;}
  .hero-cutout-wrap{
    width:min(390px,100%) !important;
    height:420px !important;
    min-height:420px !important;
    padding-top:0 !important;
  }
}
@media (max-width:420px){
  .hero-cutout-visual{min-height:370px !important;}
  .hero-cutout-wrap{
    height:370px !important;
    min-height:370px !important;
    padding-top:0 !important;
  }
}
