/* HERO */

.home-hero { position:relative; overflow:hidden; min-height:calc(100vh - 116px); background:var(--bg); }

.home-hero__container { position:relative; min-height:820px; padding-top:64px; padding-bottom:46px; }

.home-hero__breadcrumbs { position:relative; z-index:5; display:flex; align-items:center; gap:11px; color:#32383e; font-size:14px; font-weight:500; }

.home-hero__breadcrumbs span:first-child { color:var(--gold-dark); }

.home-hero__breadcrumbs i { font-style:normal; color:#596069; }

.home-hero__content { position:relative; min-height:615px; }

.home-hero__left { position:relative; z-index:5; width:660px; padding-top:33px; }

.home-hero__title { margin:0; font-family:"Manrope",Arial,sans-serif; font-size:60px; font-weight:800; line-height:1.08; letter-spacing:-.035em; text-transform:uppercase; }

.home-hero__title span,.home-hero__title strong { display:block; }

.home-hero__title span { color:#080d11; }

.home-hero__title strong { color:var(--gold); font-weight:800; }

.home-hero__title strong:first-of-type { margin-top:14px; }

.home-hero__text { margin:36px 0 0; color:#586169; font-size:18px; line-height:1.65; }

.home-hero__actions { display:flex; align-items:center; gap:44px; margin-top:36px; }

.home-hero__button { min-width:189px; height:56px; padding:0 28px; border-radius:9px; display:flex; align-items:center; justify-content:space-between; gap:26px; color:#fff; background:#091015; font-size:14px; font-weight:500; transition:background-color .22s ease,box-shadow .22s ease,transform .22s ease; }

.home-hero__button:hover { background:#161b1f; box-shadow:0 8px 24px rgba(15,17,19,.12); transform:translateY(-1px); }

.home-hero__button:hover svg { transform:translate(3px,-3px); }

.home-hero__button svg { width:18px; height:18px; color:var(--gold); transition:transform .22s ease; }

.home-hero__cases { height:44px; display:flex; align-items:center; gap:22px; border-bottom:1px solid #12171b; font-size:14px; font-weight:500; transition:color .22s ease,border-color .22s ease; }

.home-hero__cases svg { width:17px; height:17px; transition:transform .22s ease,color .22s ease; }

.home-hero__cases:hover { color:var(--gold-dark); border-color:var(--gold); }

.home-hero__cases:hover svg { color:var(--gold-dark); transform:translate(3px,-3px); }

.home-hero__visual { position:absolute; z-index:1; top:-76px; right:0; width:1100px; height:710px; pointer-events:none; }

.home-hero__grid { position:absolute; z-index:0; right:0; bottom:-45px; width:970px; max-width:100%; height:auto; object-fit:contain; opacity:.68; }

.home-hero__chart { position:absolute; z-index:3; inset:0; width:100%; height:100%; overflow:visible; }

.home-hero__chart .home-hero__chart-line { fill:none; stroke:url(#hero-chart-gradient); stroke-width:4; stroke-linecap:round; stroke-linejoin:round; vector-effect:non-scaling-stroke; }

.home-hero__chart-point { fill:var(--gold); stroke:none; }

.home-hero__chart-point--large { r:13px; }


.home-hero__chart-label { fill:#101417; stroke:none; font-family:"Inter",Arial,sans-serif; font-size:12px; font-weight:600; }

.home-hero__bars { position:absolute; z-index:1; inset:72px 65px 95px 235px; display:flex; align-items:flex-end; justify-content:space-between; opacity:.72; }

.home-hero__bars i { position:relative; width:1px; height:55%; display:block; background:linear-gradient(to top,rgba(198,161,91,0),rgba(198,161,91,.48)); border-right:1px dotted rgba(198,161,91,.38); }

.home-hero__bars i::before { content:""; position:absolute; top:-4px; left:50%; width:7px; height:7px; border-radius:50%; background:var(--gold-light); transform:translateX(-50%); box-shadow:0 0 8px rgba(198,161,91,.22); }

.home-hero__bars i:nth-child(2) { height:28%; }

.home-hero__bars i:nth-child(3) { height:46%; }

.home-hero__bars i:nth-child(4) { height:63%; }

.home-hero__bars i:nth-child(5) { height:38%; }

.home-hero__bars i:nth-child(6) { height:78%; }

.home-hero__bars i:nth-child(7) { height:56%; }

.home-hero__bars i:nth-child(8) { height:88%; }

.home-hero__bars i:nth-child(9) { height:74%; }

.home-hero__bars i:nth-child(10) { height:92%; }

.home-hero__bars i:nth-child(11) { height:61%; }


.home-hero__target { position:absolute; z-index:4; border:1px solid rgba(198,161,91,.24); border-radius:50%; pointer-events:none; }

.home-hero__target::before { content:""; position:absolute; border:1px solid rgba(198,161,91,.34); border-radius:50%; }

.home-hero__target::after { content:""; position:absolute; border:1px solid rgba(198,161,91,.5); border-radius:50%; }

.home-hero__target--start { left:calc((40 / 950) * 100%); top:calc((550 / 600) * 100%); width:92px; height:92px; transform:translate(-50%,-50%); }

.home-hero__target--start::before { inset:16px; }

.home-hero__target--start::after { inset:31px; background:#fff; }

.home-hero__target--finish { left:calc((883 / 950) * 100%); top:calc((27 / 600) * 100%); width:154px; height:154px; transform:translate(-50%,-50%); }

.home-hero__target--finish::before { inset:22px; }

.home-hero__target--finish::after { inset:45px; background:transparent; }

.home-hero__scroll { position:absolute; z-index:5; left:0; bottom:118px; height:94px; display:flex; align-items:flex-end; gap:27px; }

.home-hero__scroll > span { position:relative; width:1px; height:93px; display:block; background:linear-gradient(to bottom,var(--gold),rgba(198,161,91,.3)); }

.home-hero__scroll > span::after { content:""; position:absolute; left:50%; bottom:-1px; width:10px; height:10px; border-radius:50%; background:var(--gold); transform:translateX(-50%); }

.home-hero__scroll small { padding-bottom:0; color:var(--gold-dark); font-size:11px; letter-spacing:.12em; white-space:nowrap; }

.home-hero__advantages { position:absolute; z-index:7; right:0; bottom:20px; width:1135px; min-height:118px; padding:20px 31px; border:1px solid rgba(152,115,58,.1); border-radius:15px; display:grid; grid-template-columns:1fr 1.15fr 1.35fr; align-items:center; background:rgba(255,255,255,.33); box-shadow:0 18px 45px rgba(62,51,32,.04); backdrop-filter:blur(8px); }

.home-hero__advantage { min-height:72px; padding:0 30px; display:flex; align-items:center; gap:20px; border-right:1px solid rgba(15,17,19,.14); }

.home-hero__advantage:first-child { padding-left:0; }

.home-hero__advantage:last-child { border-right:0; }

.home-hero__advantage > svg { flex:0 0 auto; width:43px; height:43px; color:var(--gold); stroke-width:1.5; }

.home-hero__advantage strong { display:block; color:#101316; font-family:"Manrope",Arial,sans-serif; font-size:16px; font-weight:700; }

.home-hero__advantage span { display:block; margin-top:5px; color:#545b61; font-size:12px; line-height:1.5; }

.home-hero__advantage--region { position:relative; padding-right:155px; }

.home-hero__advantage--region span { margin-top:0; font-size:14px; line-height:1.65; }

.home-hero__region-map { position:absolute; right:14px; top:50%; width:158px; height:auto; transform:translateY(-50%); opacity:.68; pointer-events:none; }

/* HERO TABLET */

@media (max-width:1320px) {

.home-hero__title { font-size:56px; }

.home-hero__visual { right:0; width:980px; opacity:.8; }

.home-hero__grid { right:0; width:880px; }

.home-hero__advantages { width:980px; }

}

/* HERO MOBILE */

@media (max-width:900px) {

.home-hero { min-height:auto; }

.home-hero__container { min-height:auto; padding-top:42px; padding-bottom:50px; }

.home-hero__content { min-height:auto; }

.home-hero__left { width:100%; padding-top:28px; }

.home-hero__title { max-width:650px; font-size:clamp(38px,8vw,58px); }

.home-hero__text { margin-top:28px; font-size:16px; }

.home-hero__visual { position:relative; top:auto; right:auto; width:100%; height:390px; margin-top:25px; opacity:.7; }

.home-hero__grid { right:-20%; bottom:-10px; width:115%; }

.home-hero__target { width:100px; height:100px; }

.home-hero__bars { inset:35px 15px 70px 20%; }


.home-hero__scroll { display:none; }

.home-hero__advantages { position:relative; right:auto; bottom:auto; width:100%; margin-top:20px; grid-template-columns:1fr; padding:20px; }

.home-hero__advantage { padding:19px 0; border-right:0; border-bottom:1px solid rgba(15,17,19,.1); }

.home-hero__advantage:last-child { border-bottom:0; }

.home-hero__advantage--region { padding-right:128px; }

.home-hero__region-map { right:0; width:118px; }

}

@media (max-width:560px) {

.home-hero__breadcrumbs { font-size:12px; }

.home-hero__title { font-size:36px; line-height:1.08; }

.home-hero__title strong:first-of-type { margin-top:10px; }

.home-hero__text br { display:none; }

.home-hero__actions { align-items:flex-start; flex-direction:column; gap:17px; margin-top:28px; }

.home-hero__button { width:100%; }

.home-hero__visual { height:280px; }

}

.home-cases{padding:110px 0;background:#f6f3ed;color:#16181a;overflow:hidden}
.home-cases *{box-sizing:border-box}
.home-cases .container{width:min(1440px,calc(100% - 64px));margin:0 auto}
.home-cases__layout{display:grid;grid-template-columns:420px 1fr;gap:70px;align-items:center}
.home-cases__eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:42px;font-size:12px;letter-spacing:.05em}
.home-cases__eyebrow span{color:#b77d1f;font-weight:700}
.home-cases__eyebrow i{width:46px;height:1px;background:#c69a4b}
.home-cases__eyebrow b{font-size:12px;font-weight:600}
.home-cases__intro h2{margin:0 0 32px;font-size:48px;line-height:1.08;letter-spacing:-.035em}
.home-cases__intro h2 span{color:#bd8832}
.home-cases__intro>p{max-width:370px;margin:0;color:#46494c;font-size:16px;line-height:1.65}
.home-cases__intro-line{width:100%;height:1px;margin:62px 0 28px;background:linear-gradient(90deg,#bf8a32,rgba(191,138,50,.05))}
.home-cases__intro>strong{font-size:15px;font-weight:500;color:#55585b}
.case-featured{display:grid;grid-template-columns:275px 1fr;min-height:390px;padding:28px;border:1px solid rgba(0,0,0,.08);border-radius:18px;background:rgba(255,255,255,.55);box-shadow:0 12px 35px rgba(70,50,25,.07)}
.case-label{display:block;margin-bottom:12px;color:#a76c16;font-size:11px;font-weight:600}
.case-featured__content h3,.case-card h3{margin:0;font-size:21px;line-height:1.25}
.case-featured__type,.case-card__subtitle{margin-top:7px;color:#55595c;font-size:13px}
.case-featured__result-label{margin-top:43px;color:#515458;font-size:13px}
.case-featured__result{display:flex;align-items:center;gap:15px;margin-top:8px}
.case-featured__result strong{font-size:38px;line-height:1}
.case-featured__result strong:last-of-type{color:#b57b22}
.case-featured__result span{font-size:28px;font-weight:300}
.case-featured__unit{margin-top:8px;color:#464a4d;font-size:12px}
.case-featured__meta{display:flex;gap:23px;margin-top:42px}
.case-featured__meta>div{display:flex;align-items:center;gap:9px}
.case-featured__meta svg{width:23px;height:23px;fill:none;stroke:#c18827;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.case-featured__meta span{font-size:10px;line-height:1.35}
.case-link{display:inline-flex;align-items:center;gap:12px;margin-top:22px;color:#a76c16;font-size:12px;font-weight:600;text-decoration:none}
.case-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.case-featured__chart{position:relative;min-width:0;padding:25px 20px 0}
.case-featured__chart>svg{display:block;width:100%;height:290px;overflow:visible}
.case-chart__grid line{stroke:#d9d4cc;stroke-width:1;stroke-dasharray:3 5}
.case-chart__area{fill:url(#caseArea)}
.case-chart__line{fill:none;stroke:#b98023;stroke-width:2.2}
.case-chart__points circle{fill:#b98023;stroke:#a66d13;stroke-width:1}
.case-chart__months{display:flex;justify-content:space-between;padding:0 7px;color:#585b5e;font-size:10px}
.case-chart__start,.case-chart__end{position:absolute;z-index:2;padding:10px 12px;border:1px solid rgba(0,0,0,.07);border-radius:10px;background:rgba(255,255,255,.92);box-shadow:0 5px 18px rgba(0,0,0,.06)}
.case-chart__start{left:15px;bottom:60px}
.case-chart__end{right:24px;top:-12px}
.case-chart__start strong,.case-chart__end strong{display:block;font-size:18px}
.case-chart__start span,.case-chart__end span{display:block;margin-top:3px;font-size:9px;line-height:1.3}
.cases-more__head{display:flex;align-items:center;gap:20px;margin-top:38px}
.cases-more__head>strong{font-size:15px}
.cases-more__line{flex:1;height:1px;background:linear-gradient(90deg,#c89643,rgba(200,150,67,.1))}
.cases-more__nav{display:flex;gap:12px}
.cases-more__nav button{display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid #d1a252;border-radius:50%;background:transparent;cursor:pointer}
.cases-more__nav svg{width:17px;height:17px;fill:none;stroke:#1a1c1d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.cases-slider{display:flex;gap:18px;margin-top:22px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}
.cases-slider::-webkit-scrollbar{display:none}
.case-card{position:relative;flex:0 0 calc((100% - 36px)/3);min-height:335px;padding:26px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:rgba(255,255,255,.55);box-shadow:0 9px 28px rgba(65,45,20,.05)}
.case-card__big-result{display:flex;align-items:flex-end;gap:12px;margin-top:34px}
.case-card__big-result strong{color:#b47b22;font-size:40px;line-height:1}
.case-card__big-result span{padding-bottom:3px;color:#4f5255;font-size:12px;line-height:1.45}
.case-card__secondary-result{display:flex;align-items:center;gap:10px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(0,0,0,.07)}
.case-card__secondary-result strong{color:#b47b22;font-size:24px}
.case-card__secondary-result span{font-size:11px;color:#55585b}
.case-card--positions{flex-basis:420px}
.case-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:23px}
.case-card__stats>div{display:flex;align-items:flex-end;gap:9px}
.case-card__stats strong{font-size:30px;line-height:1}
.case-card__stats span{color:#595c5f;font-size:10px;line-height:1.3}
.case-position-table{margin-top:22px;border-top:1px solid rgba(0,0,0,.08)}
.case-position-table>div{display:grid;grid-template-columns:minmax(0,1fr) 42px 42px;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.07);font-size:10px}
.case-position-table__head{font-weight:700}
.case-position-table>div span:nth-child(2),.case-position-table>div strong{text-align:center}
.case-position-table>div strong{color:#a66d14;font-size:11px}
.case-card__toplist{margin-top:25px}
.case-card__toplist>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.07)}
.case-card__toplist span{font-size:10px;color:#55585b}
.case-card__toplist strong{color:#a86e14;font-size:14px}
.cases-bottom{display:flex;align-items:center;gap:22px;margin-top:42px;padding:20px 25px;border:1px solid rgba(0,0,0,.08);border-radius:15px;background:rgba(255,255,255,.45)}
.cases-bottom__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;border:1px solid rgba(190,135,45,.35);border-radius:50%;color:#b77d1e}
.cases-bottom__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.cases-bottom>div:nth-child(2){display:flex;flex-direction:column}
.cases-bottom strong{font-size:16px}
.cases-bottom span{margin-top:5px;color:#696c6f;font-size:12px}
.cases-bottom>a{display:flex;align-items:center;justify-content:center;gap:28px;width:245px;height:48px;margin-left:auto;border:1px solid #c28b31;border-radius:7px;color:#9f6814;font-size:13px;text-decoration:none}
.cases-bottom>a svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}



@media(max-width:1199px){.home-cases__layout{grid-template-columns:330px 1fr;gap:35px}.case-featured{grid-template-columns:230px 1fr}.home-cases__intro h2{font-size:40px}}
@media(max-width:991px){.home-cases{padding:80px 0}.home-cases .container{width:calc(100% - 40px)}.home-cases__layout{grid-template-columns:1fr}.home-cases__intro{max-width:650px}.home-cases__intro-line{margin:35px 0 22px}.case-featured{grid-template-columns:270px 1fr}.case-card{flex-basis:calc((100% - 18px)/2)}.case-card--positions{flex-basis:430px}}
@media(max-width:767px){.home-cases{padding:65px 0}.home-cases .container{width:calc(100% - 30px)}.home-cases__eyebrow{margin-bottom:27px}.home-cases__intro h2{font-size:35px}.home-cases__intro>p{font-size:14px}.case-featured{grid-template-columns:1fr;padding:22px}.case-featured__chart{margin-top:20px;padding-left:0;padding-right:0}.case-featured__chart>svg{height:230px}.case-featured__meta{margin-top:30px}.case-card,.case-card--positions{flex-basis:88%;min-height:330px}.cases-more__head{margin-top:32px}.cases-bottom{align-items:flex-start;flex-wrap:wrap}.cases-bottom>a{width:100%;margin:5px 0 0}}
@media(max-width:480px){.home-cases__intro h2{font-size:31px}.case-featured__result strong{font-size:34px}.case-chart__start{bottom:48px}.case-chart__end{right:5px}.case-chart__months{font-size:8px}.case-card,.case-card--positions{flex-basis:94%}.case-position-table>div{grid-template-columns:minmax(0,1fr) 34px 34px}.cases-more__head>strong{font-size:13px}.cases-bottom__icon{display:none}}


/* CASES SLIDER — FINAL */
.cases-slider .case-card{display:flex;flex-direction:column;}
.cases-slider .case-card .case-label{display:block;margin-bottom:16px;}
.cases-slider .case-card h3{min-height:54px;margin:0 0 6px;font-family:"Manrope",Arial,sans-serif;line-height:1.18;}
.cases-slider .case-card__subtitle{min-height:38px;margin:0;color:#5f6468;line-height:1.4;}
.cases-slider .case-card__big-result{min-height:68px;margin-top:16px;display:flex;align-items:center;gap:14px;}
.cases-slider .case-card__big-result strong{flex:0 0 auto;}
.cases-slider .case-card__big-result span{max-width:190px;line-height:1.35;}
.cases-slider .case-position-table{margin-top:12px;}
.cases-slider .case-link{margin-top:auto;padding-top:22px;}

/* MINI CHART */
.cases-slider .case-mini-chart{height:135px;margin-top:12px;}
.cases-slider .case-mini-chart svg{width:100%;height:100%;display:block;overflow:visible;}
.cases-slider .case-mini-chart__grid line{stroke:rgba(34,30,24,.10);stroke-width:1;stroke-dasharray:3 4;vector-effect:non-scaling-stroke;}
.cases-slider .case-mini-chart__grid text{font-family:Arial,sans-serif!important;font-size:7px!important;font-weight:400!important;font-style:normal!important;fill:#777168!important;stroke:none!important;stroke-width:0!important;paint-order:normal!important;}
.cases-slider .case-mini-chart__axis{stroke:rgba(29,34,38,.60);stroke-width:1;vector-effect:non-scaling-stroke;}
.cases-slider .case-mini-chart__area{stroke:none;}
.cases-slider .case-mini-chart__line{fill:none;stroke:#c17d0f;stroke-width:1.8;vector-effect:non-scaling-stroke;}
.cases-slider .case-mini-chart__points circle{fill:#c48a2b;stroke:#111;stroke-width:1;vector-effect:non-scaling-stroke;}

@media(max-width:760px){.cases-slider .case-card h3{min-height:0;}.cases-slider .case-card__subtitle{min-height:0;}.cases-slider .case-card__big-result{min-height:0;}}

/* ABOUT */

.home-about { position:relative; overflow:hidden; padding:72px 0 56px; background:var(--bg); }

.home-about__top { position:relative; display:grid; grid-template-columns:400px minmax(0,1fr); gap:55px; align-items:start; }

.home-about__intro { position:relative; padding-top:4px; }

.home-about__eyebrow { display:flex; align-items:center; gap:16px; margin-bottom:48px; color:#343a40; font-size:13px; font-weight:500; text-transform:uppercase; }

.home-about__eyebrow span { color:var(--gold-dark); font-family:"Manrope",Arial,sans-serif; font-size:22px; font-weight:700; }

.home-about__eyebrow i { width:64px; height:1px; background:var(--gold); }

.home-about__eyebrow strong { font-weight:500; }

.home-about__title { margin:0; font-family:"Manrope",Arial,sans-serif; color:var(--black); font-size:50px; font-weight:700; line-height:1.15; letter-spacing:-.03em; }

.home-about__title span { display:block; color:var(--gold); }

.home-about__lead { margin:25px 0 0; color:#262c31; font-size:18px; line-height:1.65; }

.home-about__content { position:relative; min-width:0; min-height:500px; }

.home-about__text { position:relative; z-index:3; width:100%; max-width:700px; }

.home-about__text p { margin:0 0 17px; color:#30363b; font-size:15px; line-height:1.75; }

.home-about__text strong { color:#171b1e; font-weight:600; }

.home-about__text h3 { margin:34px 0 14px; font-family:"Manrope",Arial,sans-serif; color:var(--black); font-size:24px; font-weight:700; line-height:1.35; }

.home-about__link { width:max-content; margin-top:4px; padding:0; border:0; border-bottom:1px dotted var(--gold); display:flex; align-items:center; gap:20px; color:var(--gold-dark); background:transparent; font-size:14px; font-weight:600; cursor:pointer; transition:color .22s ease,border-color .22s ease; }

.home-about__link svg { width:17px; height:17px; transition:transform .22s ease; }

.home-about__link:hover { color:var(--gold); border-color:var(--gold-dark); }

.home-about__link:hover svg { transform:translate(3px,-3px); }

.home-about__link[aria-expanded="true"] svg { transform:rotate(135deg); }

.home-about__more { display:grid; grid-template-rows:0fr; opacity:0; transition:grid-template-rows .45s ease,opacity .3s ease; }

.home-about__more-inner { min-height:0; overflow:hidden; }

.home-about__more.is-open { grid-template-rows:1fr; opacity:1; }

.home-about__more h3:first-child { margin-top:34px; }

.home-about__chart { position:absolute; z-index:1; right:-20px; bottom:0; width:650px; height:300px; pointer-events:none; opacity:.78; transition:height .35s ease,width .35s ease; }

.home-about__chart svg { display:block; width:100%; height:100%; overflow:visible; }

.home-about__chart-line { fill:none; stroke:var(--gold); stroke-width:1.25; vector-effect:non-scaling-stroke; }

.home-about__chart line { stroke:rgba(198,161,91,.25); stroke-width:1; stroke-dasharray:2 2; vector-effect:non-scaling-stroke; }

.home-about__chart circle { fill:var(--gold); stroke:none; }

.home-about.is-expanded .home-about__content { min-height:760px; }

.home-about.is-expanded .home-about__chart { width:610px; height:320px; }

.home-about__stats { min-height:126px; margin-top:0; padding:27px 60px; border-top:1px solid rgba(15,17,19,.12); display:grid; grid-template-columns:1fr 1fr 1.2fr; align-items:center; }

.home-about__stat { min-height:78px; padding:0 60px; display:flex; align-items:center; gap:26px; border-right:1px solid rgba(15,17,19,.12); }

.home-about__stat:first-child { padding-left:20px; }

.home-about__stat-icon { flex:0 0 auto; width:68px; height:68px; border:1.5px solid var(--gold); border-radius:50%; display:grid; place-items:center; color:var(--gold); }

.home-about__stat-icon svg { width:36px; height:36px; stroke-width:1.5; }

.home-about__stat strong { display:block; color:var(--gold); font-family:"Manrope",Arial,sans-serif; font-size:38px; font-weight:500; line-height:1; }

.home-about__stat span { display:block; margin-top:6px; color:#30363b; font-size:13px; line-height:1.5; }

.home-about__stat--final { padding-right:0; border-right:0; }

.home-about__stat--final span { margin-top:0; color:#30363b; }

.home-about__stat--final b { display:block; margin-top:5px; color:#161a1d; font-size:14px; font-weight:600; }

.home-about__stat-point { flex:0 0 auto; width:60px; height:60px; border-radius:50%; display:grid; place-items:center; background:rgba(255,255,255,.3); box-shadow:0 0 0 10px rgba(198,161,91,.04); }

.home-about__stat-point span { width:13px; height:13px; margin:0; border-radius:50%; background:var(--gold); box-shadow:0 0 15px rgba(198,161,91,.45); }

@media (max-width:1200px) {

.home-about__top { grid-template-columns:330px minmax(0,1fr); gap:45px; }

.home-about__title { font-size:43px; }

.home-about__content { min-height:470px; }

.home-about.is-expanded .home-about__content { min-height:780px; }

.home-about__chart { width:560px; height:270px; opacity:.68; }

.home-about.is-expanded .home-about__chart { width:540px; height:290px; }

.home-about__stats { padding-inline:20px; }

.home-about__stat { padding:0 35px; }

}

@media (max-width:900px) {

.home-about { padding:65px 0; }

.home-about__top { grid-template-columns:1fr; gap:40px; }

.home-about__eyebrow { margin-bottom:24px; }

.home-about__title { font-size:40px; }

.home-about__content,.home-about.is-expanded .home-about__content { min-height:auto; }

.home-about__text { max-width:none; }

.home-about__chart,.home-about.is-expanded .home-about__chart { position:relative; right:auto; bottom:auto; width:100%; height:260px; margin-top:30px; }

.home-about__stats { grid-template-columns:1fr; padding:0; }

.home-about__stat { padding:25px 0; border-right:0; border-bottom:1px solid rgba(15,17,19,.1); }

.home-about__stat:first-child { padding-left:0; }

.home-about__stat:last-child { border-bottom:0; }

}

@media (max-width:560px) {

.home-about { padding:50px 0; }

.home-about__eyebrow { gap:10px; }

.home-about__eyebrow span { font-size:18px; }

.home-about__eyebrow i { width:42px; }

.home-about__title { font-size:34px; }

.home-about__lead { font-size:16px; }

.home-about__text p { font-size:14px; }

.home-about__text h3 { margin-top:28px; font-size:21px; }

.home-about__chart,.home-about.is-expanded .home-about__chart { height:210px; }

.home-about__stat-icon { width:58px; height:58px; }

.home-about__stat-icon svg { width:30px; height:30px; }

.home-about__stat strong { font-size:32px; }

}

.cases-slider .case-mini-chart{height:192px;margin-top:12px;display:flex;align-items:stretch;}
.cases-slider .case-mini-chart svg{width:100%;height:100%;display:block;overflow:visible;}

/* HOME CHAOS */
.home-chaos{position:relative;overflow:hidden;padding:90px 0 74px;background:#090d10;color:#f5f4f1;}
.home-chaos:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 42%,rgba(198,161,91,.08),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.015),transparent 40%);pointer-events:none;}
.home-chaos__grid{position:relative;display:grid;grid-template-columns:39% 61%;gap:22px;align-items:center;min-height:650px;}
.home-chaos__content{position:relative;z-index:3;padding:22px 0 12px;}
.home-chaos__eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:46px;color:#c8c9c9;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
.home-chaos__eyebrow:before{content:"";width:34px;height:1px;background:var(--gold);}
.home-chaos__title{max-width:560px;margin:0;font-family:"Manrope",Arial,sans-serif;font-size:46px;font-weight:700;line-height:1.12;letter-spacing:-.035em;text-transform:uppercase;}
.home-chaos__title span{display:block;margin-top:7px;color:var(--gold);}
.home-chaos__lead{max-width:545px;margin:34px 0 0;color:#aaaeb1;font-size:16px;line-height:1.85;}
.home-chaos__factors{display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border-top:1px solid rgba(255,255,255,.13);}
.home-chaos__factor{min-height:132px;padding:24px 22px 0 0;border-right:1px solid rgba(255,255,255,.13);}
.home-chaos__factor+.home-chaos__factor{padding-left:22px;}
.home-chaos__factor:last-child{border-right:0;}
.home-chaos__factor strong{display:block;color:var(--gold);font-family:"Manrope",Arial,sans-serif;font-size:16px;line-height:1.2;}
.home-chaos__factor span{display:block;margin-top:11px;color:#9da2a6;font-size:12px;line-height:1.55;}
.home-chaos__visual{position:relative;min-height:650px;z-index:2;}
.home-chaos__network{position:absolute;inset:14px -12px 0 0;width:100%;height:100%;overflow:visible;}
.home-chaos__network-lines path{fill:none;stroke:rgba(198,161,91,.28);stroke-width:1;stroke-dasharray:2 5;}
.home-chaos__network-dots circle{fill:var(--gold);filter:drop-shadow(0 0 6px rgba(198,161,91,.65));}
.home-chaos__core{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center;font-family:"Manrope",Arial,sans-serif;line-height:1.05;letter-spacing:.08em;text-shadow:0 0 18px rgba(198,161,91,.18);}
.home-chaos__core span{color:#f3e7c8;font-size:27px;font-weight:500;}
.home-chaos__core strong{margin-top:7px;color:var(--gold);font-size:31px;font-weight:500;}
.home-chaos__issue{position:absolute;z-index:4;min-width:178px;padding:12px 15px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(15,20,24,.9);box-shadow:0 12px 35px rgba(0,0,0,.18);backdrop-filter:blur(6px);}
.home-chaos__issue:before{content:"";display:inline-block;width:6px;height:6px;margin:0 9px 2px 0;border:1px solid var(--gold);border-radius:50%;}
.home-chaos__issue b{color:#ececeb;font-size:13px;font-weight:500;}
.home-chaos__issue span{display:block;margin:5px 0 0 15px;color:#8f969b;font-size:10px;line-height:1.35;}
.home-chaos__issue--1{left:5%;top:18%;}.home-chaos__issue--2{left:12%;top:41%;}.home-chaos__issue--3{right:20%;top:12%;}.home-chaos__issue--4{right:3%;top:31%;}.home-chaos__issue--5{right:0;top:56%;}.home-chaos__issue--6{left:4%;bottom:13%;}.home-chaos__issue--7{left:49%;bottom:10%;}.home-chaos__issue--8{right:2%;top:4%;}
.home-chaos__bottom{position:relative;z-index:5;min-height:132px;margin-top:22px;padding:26px 28px;border:1px solid rgba(255,255,255,.12);border-radius:14px;display:grid;grid-template-columns:58px minmax(0,1.25fr) minmax(260px,.75fr) 68px;gap:24px;align-items:center;background:rgba(15,20,24,.72);transition:border-color .22s ease,background-color .22s ease;}
.home-chaos__bottom:hover{border-color:rgba(198,161,91,.42);background:rgba(17,22,26,.9);}
.home-chaos__bottom-mark{position:relative;width:32px;height:76px;display:block;border-left:1px solid var(--gold);}
.home-chaos__bottom-mark i{position:absolute;left:-6px;bottom:0;width:11px;height:11px;border-radius:50%;background:var(--gold);box-shadow:0 0 18px rgba(198,161,91,.5);}
.home-chaos__bottom-title{color:#f0f0ee;font-family:"Manrope",Arial,sans-serif;font-size:18px;line-height:1.45;text-transform:uppercase;}
.home-chaos__bottom-title strong{display:block;margin-top:5px;color:var(--gold);font-weight:500;}
.home-chaos__bottom-text{color:#9ba1a5;font-size:13px;line-height:1.65;}
.home-chaos__bottom-arrow{width:58px;height:58px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);transition:background-color .22s ease,color .22s ease,transform .22s ease;}
.home-chaos__bottom-arrow svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.home-chaos__bottom:hover .home-chaos__bottom-arrow{background:var(--gold);color:#090d10;transform:translateX(3px);}
@media(max-width:1180px){.home-chaos__grid{grid-template-columns:43% 57%;}.home-chaos__title{font-size:40px;}.home-chaos__visual{min-height:600px;}.home-chaos__issue{transform:scale(.9);transform-origin:center;}.home-chaos__bottom{grid-template-columns:48px minmax(0,1fr) minmax(230px,.7fr) 58px;}}
@media(max-width:900px){.home-chaos{padding:72px 0 62px;}.home-chaos__grid{grid-template-columns:1fr;gap:18px;min-height:auto;}.home-chaos__content{padding-top:0;}.home-chaos__eyebrow{margin-bottom:28px;}.home-chaos__title{max-width:700px;font-size:40px;}.home-chaos__lead{max-width:700px;}.home-chaos__visual{min-height:560px;max-width:760px;width:100%;margin:0 auto;}.home-chaos__factors{margin-top:38px;}.home-chaos__bottom{grid-template-columns:42px 1fr 54px;}.home-chaos__bottom-text{grid-column:2/3;}.home-chaos__bottom-arrow{grid-column:3;grid-row:1/3;}}
@media(max-width:620px){.home-chaos{padding:56px 0 48px;}.home-chaos__title{font-size:32px;}.home-chaos__lead{margin-top:24px;font-size:14px;line-height:1.75;}.home-chaos__factors{grid-template-columns:1fr;margin-top:30px;}.home-chaos__factor,.home-chaos__factor+.home-chaos__factor{min-height:auto;padding:18px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);}.home-chaos__factor:last-child{border-bottom:0;}.home-chaos__visual{min-height:460px;margin-top:12px;}.home-chaos__network{inset:0;width:100%;height:100%;}.home-chaos__core span{font-size:21px;}.home-chaos__core strong{font-size:24px;}.home-chaos__issue{min-width:145px;padding:9px 10px;transform:scale(.82);}.home-chaos__issue b{font-size:11px;}.home-chaos__issue span{font-size:9px;}.home-chaos__issue--2,.home-chaos__issue--5,.home-chaos__issue--7{display:none;}.home-chaos__issue--1{left:-5%;top:19%;}.home-chaos__issue--3{right:7%;top:11%;}.home-chaos__issue--4{right:-4%;top:38%;}.home-chaos__issue--6{left:-4%;bottom:12%;}.home-chaos__issue--8{right:-5%;top:63%;}.home-chaos__bottom{margin-top:5px;padding:22px 18px;grid-template-columns:1fr 48px;gap:14px;}.home-chaos__bottom-mark{display:none;}.home-chaos__bottom-title{font-size:15px;}.home-chaos__bottom-text{grid-column:1;grid-row:2;font-size:12px;}.home-chaos__bottom-arrow{grid-column:2;grid-row:1/3;width:46px;height:46px;}.home-chaos__bottom-arrow svg{width:20px;height:20px;}}

/* HOME SYSTEM */
.home-system{position:relative;overflow:hidden;padding:88px 0 72px;background:#f7f4ee;color:#111519;}
.home-system:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 16%,rgba(198,161,91,.07),transparent 25%),linear-gradient(180deg,rgba(255,255,255,.5),rgba(247,244,238,.94));pointer-events:none;}
.home-system__head{position:relative;z-index:2;display:grid;grid-template-columns:34% 66%;gap:50px;align-items:start;}
.home-system__intro{padding-top:2px;}
.home-system__eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:46px;color:#555b60;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
.home-system__eyebrow span{color:var(--gold-dark);font-family:"Manrope",Arial,sans-serif;font-size:20px;font-weight:700;}
.home-system__eyebrow i{width:42px;height:1px;background:var(--gold);}
.home-system__eyebrow strong{font-weight:500;}
.home-system__title{margin:0;font-family:"Manrope",Arial,sans-serif;font-size:45px;font-weight:700;line-height:1.12;letter-spacing:-.035em;}
.home-system__title span{display:block;color:var(--gold-dark);}
.home-system__lead{max-width:460px;margin:30px 0 0;color:#343a40;font-size:15px;line-height:1.75;}
.home-system__values{position:relative;margin-top:44px;padding-left:30px;display:grid;gap:28px;}
.home-system__values:before{content:"";position:absolute;left:2px;top:7px;bottom:7px;width:1px;background:rgba(198,161,91,.72);}
.home-system__value{position:relative;display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;}
.home-system__value:before{content:"";position:absolute;left:-32px;top:50%;width:8px;height:8px;border-radius:50%;background:var(--gold);transform:translateY(-50%);}
.home-system__value-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--gold-dark);}
.home-system__value-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.home-system__value strong{display:block;font-size:14px;line-height:1.35;}
.home-system__value p{margin:5px 0 0;color:#555b60;font-size:12px;line-height:1.55;}
.home-system__main{position:relative;min-height:755px;padding-top:88px;}
.home-system__main:before{content:"";position:absolute;left:18%;right:12%;top:0;height:205px;border-top:1.5px solid var(--gold);border-left:1.5px solid var(--gold);border-radius:48% 0 0 0;transform:skewX(-18deg);opacity:.92;}
.home-system__main:after{content:"";position:absolute;right:13%;top:-11px;width:12px;height:12px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 9px rgba(198,161,91,.09),0 0 14px rgba(198,161,91,.4);}
.home-system__quote{position:absolute;right:0;top:60px;width:47%;min-height:128px;padding:28px 34px 28px 60px;border:1px solid rgba(17,21,25,.08);border-radius:14px;background:rgba(255,255,255,.72);box-shadow:0 10px 30px rgba(28,25,20,.08);}
.home-system__quote span{position:absolute;left:25px;top:19px;color:var(--gold-dark);font-family:Georgia,serif;font-size:42px;line-height:1;}
.home-system__quote p{margin:0;color:#20262b;font-size:13px;line-height:1.85;}
.home-system__subtitle{position:absolute;left:0;right:0;top:258px;display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center;}
.home-system__subtitle span{height:1px;background:rgba(17,21,25,.12);}
.home-system__subtitle strong{font-size:17px;}
.home-system__steps{position:absolute;left:0;right:0;top:300px;display:grid;grid-template-columns:repeat(3,1fr);gap:54px 44px;}
.home-system__step{position:relative;min-height:238px;padding:22px 20px 20px;border:1px solid rgba(17,21,25,.08);border-radius:15px;background:rgba(255,255,255,.68);box-shadow:0 10px 28px rgba(28,25,20,.07);}
.home-system__step b{display:block;color:var(--gold-dark);font-size:13px;}
.home-system__step-icon{width:52px;height:52px;margin:20px 0 17px;border-radius:11px;display:grid;place-items:center;background:#fff;box-shadow:0 7px 17px rgba(28,25,20,.08);}
.home-system__step-icon svg{width:29px;height:29px;fill:none;stroke:#13171a;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.home-system__step h3{margin:0;font-size:13px;line-height:1.35;}
.home-system__step p{margin:9px 0 0;color:#4e555b;font-size:11px;line-height:1.62;}
.home-system__step--1:after,.home-system__step--2:after,.home-system__step--4:after,.home-system__step--5:after{content:"→";position:absolute;right:-33px;top:50%;color:var(--gold-dark);font-size:25px;transform:translateY(-50%);}
.home-system__step--3:after{content:"↓";position:absolute;left:50%;bottom:-40px;color:var(--gold-dark);font-size:25px;transform:translateX(-50%);}
.home-system__steps .home-system__step--6{grid-column:1;grid-row:2;}.home-system__steps .home-system__step--5{grid-column:2;grid-row:2;}.home-system__steps .home-system__step--4{grid-column:3;grid-row:2;}
.home-system__step--4:after,.home-system__step--5:after{content:"←";right:auto;left:-33px;}
.home-system__focus{position:absolute;left:50%;bottom:-8px;width:74px;height:74px;border-radius:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(198,161,91,.22) 0 20%,rgba(198,161,91,.07) 21% 45%,transparent 46%);}
.home-system__focus:before{content:"";position:absolute;left:50%;top:50%;width:24px;height:24px;border:1px solid var(--gold);border-radius:50%;transform:translate(-50%,-50%);}
.home-system__focus span{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:var(--gold);transform:translate(-50%,-50%);box-shadow:0 0 16px rgba(198,161,91,.55);}
.home-system__results{position:relative;z-index:3;margin-top:20px;padding:26px 26px 20px;border:1px solid rgba(17,21,25,.08);border-radius:16px;background:rgba(255,255,255,.62);box-shadow:0 10px 30px rgba(28,25,20,.06);}
.home-system__results h3{margin:0 0 20px;font-family:"Manrope",Arial,sans-serif;font-size:18px;}
.home-system__results-grid{display:grid;grid-template-columns:repeat(5,1fr);}
.home-system__result{min-height:128px;padding:0 18px;border-right:1px solid rgba(17,21,25,.1);}
.home-system__result:first-child{padding-left:0;}.home-system__result:last-child{border-right:0;padding-right:0;}
.home-system__result-icon{width:44px;height:44px;margin-bottom:14px;border-radius:50%;display:grid;place-items:center;background:rgba(198,161,91,.1);color:var(--gold-dark);}
.home-system__result-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.home-system__result strong{display:block;font-size:12px;line-height:1.4;}
.home-system__result p{margin:8px 0 0;color:#555b60;font-size:10.5px;line-height:1.55;}
.home-system__cta{margin-top:22px;padding:15px 18px;border:1px solid rgba(198,161,91,.18);border-radius:12px;display:grid;grid-template-columns:46px 1fr auto;gap:17px;align-items:center;background:linear-gradient(90deg,rgba(198,161,91,.08),rgba(198,161,91,.13));}
.home-system__cta-icon{color:var(--gold-dark);}.home-system__cta-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.home-system__cta strong{display:block;font-size:13px;}.home-system__cta span{display:block;margin-top:4px;color:#50575c;font-size:11px;}
.home-system__cta a{min-width:205px;height:48px;padding:0 22px;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:28px;background:#101417;color:#fff;font-size:13px;font-weight:600;transition:background-color .2s ease,transform .2s ease;}
.home-system__cta a:hover{background:#1b2024;transform:translateY(-1px);}.home-system__cta a svg{width:20px;height:20px;fill:none;stroke:var(--gold);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
@media(max-width:1180px){.home-system__head{grid-template-columns:32% 68%;gap:34px;}.home-system__title{font-size:40px;}.home-system__steps{gap:48px 34px;}.home-system__step--1:after,.home-system__step--2:after{right:-27px;}.home-system__step--4:after,.home-system__step--5:after{left:-27px;}.home-system__result{padding-inline:13px;}}
@media(max-width:900px){.home-system{padding:72px 0 60px;}.home-system__head{grid-template-columns:1fr;}.home-system__title{font-size:40px;}.home-system__lead{max-width:700px;}.home-system__values{max-width:650px;}.home-system__main{min-height:auto;padding-top:30px;}.home-system__main:before,.home-system__main:after{display:none;}.home-system__quote{position:relative;right:auto;top:auto;width:100%;}.home-system__subtitle{position:relative;top:auto;margin:36px 0 26px;}.home-system__steps{position:relative;top:auto;grid-template-columns:repeat(2,1fr);gap:22px;}.home-system__steps .home-system__step--1,.home-system__steps .home-system__step--2,.home-system__steps .home-system__step--3,.home-system__steps .home-system__step--4,.home-system__steps .home-system__step--5,.home-system__steps .home-system__step--6{grid-column:auto;grid-row:auto;}.home-system__step:after{display:none;}.home-system__focus{display:none;}.home-system__results{margin-top:42px;}.home-system__results-grid{grid-template-columns:repeat(2,1fr);gap:0;}.home-system__result{padding:18px;border-right:0;border-bottom:1px solid rgba(17,21,25,.08);}.home-system__result:first-child{padding-left:18px;}.home-system__result:last-child{border-bottom:0;padding-right:18px;}.home-system__cta{grid-template-columns:46px 1fr;}.home-system__cta a{grid-column:1/-1;}}
@media(max-width:560px){.home-system{padding:56px 0 48px;}.home-system__eyebrow{margin-bottom:28px;}.home-system__title{font-size:32px;}.home-system__lead{margin-top:22px;font-size:14px;}.home-system__values{padding-left:25px;gap:22px;}.home-system__value{grid-template-columns:42px 1fr;}.home-system__value-icon{width:40px;height:40px;}.home-system__value-icon svg{width:30px;height:30px;}.home-system__value:before{left:-27px;}.home-system__quote{padding:24px 18px 24px 50px;}.home-system__quote span{left:18px;}.home-system__steps{grid-template-columns:1fr;}.home-system__step{min-height:auto;}.home-system__results{padding:22px 16px 16px;}.home-system__results-grid{grid-template-columns:1fr;}.home-system__result,.home-system__result:first-child,.home-system__result:last-child{padding:15px 0;}.home-system__cta{grid-template-columns:40px 1fr;padding:14px;}.home-system__cta a{min-width:0;width:100%;}.home-system__subtitle{gap:10px;}.home-system__subtitle strong{font-size:14px;white-space:nowrap;}}

/* HOME SYSTEM — layout corrections */
.home-system__values{padding-left:0;}
.home-system__values:before,.home-system__value:before{display:none;}
.home-system__main{min-height:805px;padding-top:0;}
.home-system__main:before,.home-system__main:after{display:none;}
.home-system__quote{top:0;}
.home-system__subtitle{top:178px;}
.home-system__steps{top:220px;}
.home-system__focus{display:none;}
.home-system__results{margin-top:0;}
@media(max-width:900px){.home-system__main{min-height:auto;padding-top:30px;}.home-system__quote{top:auto;}.home-system__subtitle{top:auto;}.home-system__steps{top:auto;}.home-system__results{margin-top:42px;}}
@media(max-width:560px){.home-system__values{padding-left:0;}}

/* MOBILE HERO: remove decorative graph */
@media(max-width:680px){
.home-hero__visual{display:none;}
.home-hero__advantages{margin-top:34px;}
}

/* MOBILE SYSTEM + CHAOS refinements */
@media(max-width:620px){.home-chaos__network-lines path{stroke:rgba(214,179,106,.58);stroke-width:1.15;stroke-dasharray:2 4;}.home-chaos__network-dots circle{fill:#e1bd70;filter:drop-shadow(0 0 7px rgba(225,189,112,.85));}}
@media(max-width:560px){.home-system__step{display:grid;grid-template-columns:58px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:14px;align-items:start;padding:20px;}.home-system__step b{grid-column:1/-1;margin-bottom:14px;}.home-system__step-icon{grid-column:1;grid-row:2/4;width:52px;height:52px;margin:0;}.home-system__step h3{grid-column:2;grid-row:2;align-self:center;margin:1px 0 5px;font-size:13px;}.home-system__step p{grid-column:2;grid-row:3;margin:2px 0 0;font-size:11px;line-height:1.6;}.home-system__result,.home-system__result:first-child,.home-system__result:last-child{display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;align-items:start;padding:17px 0;}.home-system__result-icon{grid-column:1;grid-row:1/3;width:44px;height:44px;margin:0;}.home-system__result strong{grid-column:2;grid-row:1;align-self:center;margin:1px 0 4px;font-size:12px;}.home-system__result p{grid-column:2;grid-row:2;margin:2px 0 0;font-size:10.5px;line-height:1.55;}}
