
:root{--ink:#17191c;--muted:#646a73;--line:#dce1e8;--silver:#e7ebf4;--paper:#fff;--soft:#f5f6f8;--accent:#ed2028;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:min(calc(100% - 80px),1328px);margin-inline:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.header-top{height:68px;display:flex;align-items:center;gap:46px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:150px;height:auto}.brand span{border-left:1px solid var(--line);padding-left:12px;font-size:13px;color:var(--muted)}.main-nav{display:flex;align-items:center;gap:30px;font-size:15px}.main-nav a:hover,.subnav a:hover{color:var(--accent)}.button{min-height:48px;padding:0 23px;border:1px solid transparent;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:.2s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--ink);color:white}.button.primary:hover{background:var(--accent)}.button.secondary{border-color:#9ea5ae;background:white}.button.compact{min-height:40px;padding-inline:18px;font-size:14px}.subnav{height:42px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}.subnav div{display:flex;gap:26px}.hero{min-height:560px;background:var(--silver);border-radius:0 0 48px 48px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-copy{padding:82px 54px 60px;display:flex;flex-direction:column;justify-content:space-between}.eyebrow{margin:0 0 18px;font-size:13px;line-height:18px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#59616d}.eyebrow.light{color:#b8c0cb}.hero h1,.page-hero h1{margin:0;font-size:clamp(50px,5vw,72px);line-height:.93;letter-spacing:-.045em;max-width:760px}.lead{max-width:560px;margin:28px 0 0;font-size:22px;line-height:1.35}.actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{position:relative;min-width:0}.hero-visual>img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;right:28px;bottom:28px;padding:18px 22px;border-radius:18px;background:rgba(255,255,255,.92);font-size:14px;line-height:1.5}.hero-badge b{font-size:24px}.section{padding-top:112px;padding-bottom:112px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px;gap:32px}.section h2,.section-head h2,.cta h2,.stats-band h2,.form-card h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.035em;max-width:850px}.text-link{font-weight:600;display:inline-flex;align-items:center;gap:9px}.text-link span,.arrow{color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card,.catalog-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);padding:18px 18px 24px;min-width:0;transition:.2s;background:white}.product-card:hover,.catalog-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(18,24,32,.09)}.image-wrap{height:220px;border-radius:16px;background:var(--soft);overflow:hidden}.image-wrap img{width:100%;height:100%;object-fit:cover}.tag{margin:18px 0 8px!important;color:var(--accent)!important;text-transform:uppercase;font-size:12px!important;font-weight:700;letter-spacing:.06em}.product-card h3,.industry-card h3{margin:0;font-size:24px}.product-card>p,.catalog-card>p{color:var(--muted);font-size:15px;line-height:1.5}.arrow{position:absolute;right:22px;bottom:22px;font-size:22px}.stats-band{background:#181b20;color:white;padding:92px 0;border-radius:48px}.stats-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:22px;align-items:end}.metric{border-left:1px solid #434852;padding-left:24px;display:flex;flex-direction:column;gap:12px}.metric strong{font-size:48px;letter-spacing:-.04em}.metric span{color:#bbc1ca;line-height:1.35}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.industry-card{min-height:240px;padding:26px;border-radius:var(--radius);background:var(--soft);display:flex;flex-direction:column}.industry-card>span{color:var(--accent);font-weight:700;margin-bottom:auto}.industry-card p{margin-bottom:0;color:var(--muted);line-height:1.5}.cta{margin-bottom:112px;padding:48px 52px;background:var(--silver);border-radius:32px;display:flex;align-items:center;justify-content:space-between;gap:40px}.page-hero{padding-top:88px;padding-bottom:72px;border-bottom:1px solid var(--line)}.page-hero>p:last-child{font-size:20px;line-height:1.5;color:var(--muted);max-width:790px;margin:28px 0 0}.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:56px}.filters{display:flex;flex-direction:column;align-self:start;position:sticky;top:140px}.filters b{margin-bottom:18px}.filters button{border:0;border-bottom:1px solid var(--line);background:white;text-align:left;padding:15px 2px;display:flex;justify-content:space-between;cursor:pointer;color:var(--muted)}.filters button.active,.filters button:hover{color:var(--ink);font-weight:600}.catalog-tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.catalog-card h2{font-size:28px}.catalog-card .text-link{margin-top:20px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-card{min-height:210px;border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;flex-direction:column}.contact-card>span{color:var(--accent);font-size:12px;font-weight:bold}.contact-card>p{margin-top:auto;color:var(--muted)}.contact-card>a{font-size:18px;margin-top:5px}.contact-card small,address{color:var(--muted);font-style:normal;line-height:1.5}.russia-note{grid-column:1/-1;padding:22px;border-radius:20px;background:var(--silver)}.russia-note p{margin-bottom:0;color:var(--muted);line-height:1.5}.form-card{padding:36px;border-radius:28px;background:var(--soft);display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-card label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}.form-card input,.form-card textarea{width:100%;border:1px solid #ccd2da;border-radius:12px;background:white;padding:14px;outline:none}.form-card input:focus,.form-card textarea:focus{border-color:var(--ink)}.form-card .consent{flex-direction:row;align-items:center;font-weight:400;color:var(--muted)}.consent input{width:auto}.form-card small{color:var(--muted)}.footer{background:#181b20;color:#fff;padding:70px 0 24px;border-radius:48px 48px 0 0}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-brand img{filter:brightness(0) invert(1)}.footer-grid>div{display:flex;flex-direction:column;gap:13px}.footer-grid p,.footer-grid a{color:#b7bec8;font-size:14px;line-height:1.5}.footer-grid a:hover{color:white}.legal{margin-top:60px;padding-top:20px;border-top:1px solid #3a3f47;display:flex;justify-content:space-between;color:#8d96a3;font-size:12px}
@media(max-width:1080px){.main-nav{display:none}.hero{min-height:500px}.hero-copy{padding:58px 40px}.product-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:1.5fr repeat(3,1fr)}.contact-grid{gap:32px}.catalog-layout{grid-template-columns:220px 1fr}}
@media(max-width:768px){.shell{width:min(calc(100% - 40px),1328px)}.header-top{height:64px}.header-top>.button{display:none}.subnav{display:none}.brand img{width:125px}.hero{grid-template-columns:1fr;border-radius:0 0 32px 32px}.hero-copy{min-height:440px;padding:56px 24px 34px}.hero-visual{height:340px}.hero h1,.page-hero h1{font-size:44px}.lead{font-size:18px}.section{padding:72px 0}.section-head{align-items:flex-start;flex-direction:column}.product-grid,.industry-grid,.catalog-grid{grid-template-columns:1fr}.stats-band{border-radius:32px;padding:62px 0}.stats-grid{grid-template-columns:1fr}.stats-intro{margin-bottom:20px}.metric{padding:18px 0 18px 18px}.cta{padding:32px 24px;margin-bottom:72px;flex-direction:column;align-items:flex-start}.catalog-layout{display:block}.filters{position:static;display:grid;grid-template-columns:1fr 1fr;margin-bottom:36px}.filters>b{grid-column:1/-1}.catalog-tools{align-items:flex-start;flex-direction:column;gap:14px}.contact-grid{grid-template-columns:1fr}.footer{border-radius:32px 32px 0 0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.legal{flex-direction:column;gap:10px}.form-row,.contact-info{grid-template-columns:1fr}.russia-note{grid-column:auto}}
@media(max-width:480px){.shell{width:calc(100% - 28px)}.hero h1,.page-hero h1{font-size:38px}.actions{flex-direction:column}.button{width:100%}.product-grid{gap:12px}.image-wrap{height:190px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.filters{grid-template-columns:1fr}}

@font-face{font-family:"YS Display";src:url("/fonts/ys-display-regular.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"YS Display";src:url("/fonts/ys-display-bold.woff2") format("woff2");font-weight:700;font-display:swap}
@font-face{font-family:"YS Display";src:url("/fonts/ys-display-heavy.woff2") format("woff2");font-weight:900;font-display:swap}
@font-face{font-family:"YS Text";src:url("/fonts/ys-text-regular.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"YS Text";src:url("/fonts/ys-text-medium.woff2") format("woff2");font-weight:500;font-display:swap}
@font-face{font-family:"YS Text";src:url("/fonts/ys-text-bold.woff2") format("woff2");font-weight:700;font-display:swap}

:root{--ink:#1a1b1e;--muted:#6a6f78;--line:#dfe3ea;--silver:#e7ebf4;--soft:#f6f7f9;--accent:#ffbe5c;--accent-dark:#bd8e4b}
body{font-family:"YS Text",Arial,sans-serif;font-size:15px;line-height:1.45;overflow-x:hidden}
h1,h2,h3,.metric strong,.button{font-family:"YS Display",Arial,sans-serif}
.header{box-shadow:0 1px 8px rgba(21,28,38,.07);border-bottom:0}
.header .shell{max-width:1296px}
.header-top{height:60px;gap:24px}
.brand img{width:164px}
.brand span{font-size:13px}
.header-tools{display:flex;align-items:center;gap:10px}
.search-button{width:40px;height:40px;border:0;border-radius:12px;background:transparent;font-size:25px;line-height:1;cursor:pointer}
.search-button:hover{background:var(--soft)}
.mobile-menu{display:none}
.subnav{height:50px;justify-content:flex-start;gap:28px;border-top:1px solid rgba(23,25,28,.06);font-size:14px;color:var(--ink)}
.subnav-spacer{flex:1}
.button{font-weight:500;min-height:44px;border-radius:14px}
.button.primary:hover{background:var(--accent);color:var(--ink)}
.hero{min-height:500px;grid-template-columns:1fr 1fr}
.hero-copy{padding:68px 54px 52px;gap:40px}
.hero h1,.page-hero h1{font-family:"YS Display",Arial,sans-serif;font-weight:900;letter-spacing:-.025em}
.hero h1{font-size:72px;line-height:.9}
.lead{font-size:20px;line-height:1.4;max-width:510px}
.eyebrow{font-weight:500;letter-spacing:.045em}
.hero-visual{display:flex;align-items:center;justify-content:center;padding:34px 34px 34px 0}
.product-stage{position:relative;width:100%;height:100%;min-height:420px;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#d9dfeb 0%,#f7f8fb 58%,#d8dfea 100%)}
.stage-halo{position:absolute;border:1px solid rgba(47,56,70,.12);border-radius:50%}
.halo-one{width:420px;height:420px;right:-70px;top:-84px}
.halo-two{width:300px;height:300px;left:-90px;bottom:-100px}
.stage-card{position:absolute;background:white;border-radius:26px;box-shadow:0 24px 60px rgba(27,36,50,.13);overflow:hidden}
.stage-card img{width:100%;height:100%;object-fit:cover;display:block;mix-blend-mode:multiply}
.stage-main{width:58%;height:58%;left:15%;top:20%;transform:rotate(-4deg)}
.stage-top{width:31%;height:31%;right:5%;top:7%;transform:rotate(5deg)}
.stage-bottom{width:32%;height:32%;right:7%;bottom:6%;transform:rotate(3deg)}
.stage-caption{position:absolute;left:7%;top:8%;padding:13px 16px;border-radius:15px;background:#1a1b1e;color:#fff;font-size:13px;line-height:1.35}
.stage-caption b{font-size:18px}
.hero-badge{right:52px;bottom:50px;border:1px solid rgba(23,25,28,.08);box-shadow:0 15px 40px rgba(28,34,45,.1)}
.news-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.news-rail a{min-height:132px;padding:22px 24px;border-radius:22px;background:var(--soft);display:grid;grid-template-columns:1fr auto;align-content:space-between;transition:.2s}
.news-rail a:nth-child(2){background:#202226;color:white}
.news-rail a:nth-child(3){background:#f5eddf}
.news-rail a:hover{transform:translateY(-3px)}
.news-rail span{grid-column:1/-1;color:var(--muted);font-size:13px}
.news-rail a:nth-child(2) span{color:#adb4bf}
.news-rail b{font-family:"YS Display";font-size:20px;line-height:1.15;max-width:290px}
.news-rail i{font-style:normal;align-self:end}
.section{padding-top:96px;padding-bottom:96px}
.section h2,.section-head h2,.cta h2,.stats-band h2,.form-card h2{font-weight:900;letter-spacing:-.025em}
.category-tabs{display:flex;gap:8px;margin:-18px 0 26px;overflow:auto;padding-bottom:2px}
.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:12px;padding:10px 16px;cursor:pointer}
.category-tabs button.active,.category-tabs button:hover{background:var(--ink);border-color:var(--ink);color:white}
.product-card,.catalog-card{border-color:#e2e5ea;overflow:hidden}
.product-card:hover,.catalog-card:hover{border-color:transparent;box-shadow:0 20px 55px rgba(25,31,42,.11)}
.image-wrap{background:#f8f8f8}
.image-wrap img{mix-blend-mode:multiply}
.tag{color:var(--accent-dark)!important}
.text-link span,.arrow{color:var(--accent-dark)}
.stats-band{max-width:1440px;margin-inline:auto}
.metric strong{font-weight:900}
.industry-card{position:relative;overflow:hidden}
.industry-card>span{color:var(--accent-dark)}
.industry-card>i{position:absolute;right:22px;top:22px;font-style:normal;opacity:0;transform:translate(-6px,6px);transition:.2s}
.industry-card:hover>i{opacity:1;transform:none}
.cta{min-height:225px;padding:48px 54px}
.page-hero{margin-top:0;padding:72px 48px;border:0;border-radius:0 0 48px 48px;background:var(--silver)}
.page-hero>p:last-child{max-width:720px}
.filters button.active{background:var(--soft);padding-inline:12px;border-radius:10px;border-bottom-color:transparent}
.form-card{background:var(--silver)}
.form-card input,.form-card textarea{border-color:transparent}
.footer{max-width:1440px;margin-inline:auto}

@media(max-width:1080px){
  .expert-button{display:none}.hero h1{font-size:58px}.hero-copy{padding:54px 40px}.product-stage{min-height:390px}.news-rail b{font-size:18px}
}
@media(max-width:768px){
  .header-top{height:64px}.header-tools{display:none}.mobile-menu{display:block;margin-left:auto;position:relative}.mobile-menu summary{list-style:none;width:44px;height:44px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 11px;border-radius:12px;background:var(--soft);cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary i{height:2px;background:var(--ink);border-radius:2px}.mobile-menu nav{position:absolute;right:0;top:52px;width:min(310px,calc(100vw - 28px));padding:14px;border-radius:18px;background:white;box-shadow:0 20px 60px rgba(24,30,40,.16);display:flex;flex-direction:column}.mobile-menu nav a{padding:13px 10px;border-bottom:1px solid var(--line)}
  .hero{display:flex;flex-direction:column}.hero-copy{min-height:410px;padding:48px 24px 30px}.hero h1{font-size:46px}.hero-visual{height:390px;padding:0 20px 20px}.product-stage{min-height:0}.hero-badge{right:38px;bottom:36px}.news-rail{grid-template-columns:1fr;margin-top:12px}.news-rail a{min-height:112px}.category-tabs{margin-top:-10px}.page-hero{padding:52px 24px;border-radius:0 0 32px 32px}
}
@media(max-width:480px){
  .brand img{width:132px}.brand span{display:none}.hero-copy{min-height:390px}.hero h1,.page-hero h1{font-size:40px}.hero-visual{height:330px}.stage-main{width:66%;height:58%;left:6%;top:22%}.stage-top{width:34%;height:30%;right:3%}.stage-bottom{width:36%;height:32%;right:4%}.stage-caption{font-size:11px}.hero-badge{right:28px;bottom:28px}.news-rail b{font-size:17px}.section{padding:66px 0}.cta{min-height:0}.page-hero{padding-inline:20px}
}

/* Yandex Cloud reference blocks, adapted for INTE-AUTO */
.yc-section{padding-top:112px;padding-bottom:112px}
.yc-section-head{display:flex;flex-direction:column;gap:0;max-width:1060px}
.yc-overtitle{margin:0 0 20px;font-size:16px;line-height:1.35;font-weight:500}
.yc-section-head h2,.tech-reference__content h2{margin:0;font-family:"YS Display",Arial,sans-serif;font-size:clamp(44px,4.8vw,64px);font-weight:900;line-height:.98;letter-spacing:-.035em}
.yc-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-top:48px}
.yc-tabs button{height:48px;padding:0 24px;border:1px solid #b0bdd9;border-radius:40px;background:#fff;color:var(--ink);font-weight:500;cursor:pointer;transition:.2s}
.yc-tabs button:hover{border-color:#3e3d47}
.yc-tabs button.active{border-color:var(--ink);background:var(--ink);color:#fff}
.services-reference__main{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.services-reference__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.service-reference-card{min-height:148px;padding:18px 20px;border-radius:24px;background:#e7ebf4;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,background .2s}
.service-reference-card:hover{background:#dfe5f1;transform:translateY(-2px)}
.service-reference-card__icon{width:28px;height:28px;display:grid;place-items:center;font-size:20px}
.service-reference-card h3{margin:0;font-family:"YS Display";font-size:23px;line-height:1.05;font-weight:800;letter-spacing:-.02em}
.service-reference-card p{margin:5px 0 0;max-width:260px;font-size:15px;line-height:1.35}
.service-reference-card_all{background:transparent;border:1px solid #b0bdd9;flex-direction:row;align-items:flex-end;font-weight:500}
.service-reference-card_all i{font-style:normal;font-size:20px}
.services-reference__metrics{position:relative;min-height:476px;padding:48px;border:1.2px solid #b0bdd9;border-radius:0 24px 24px;display:flex;flex-direction:column;justify-content:space-between}
.services-reference__metric{display:flex;flex-direction:column;gap:8px;padding-right:36px}
.services-reference__metric strong{font-family:"YS Display";font-size:58px;line-height:.96;letter-spacing:-.045em}
.services-reference__metric p{margin:0;max-width:310px;font-size:16px;line-height:1.35}
.metrics-decor{position:absolute;right:30px;width:30px;height:30px;border:2px solid #b0bdd9;border-radius:50%}
.metrics-decor_top{top:30px}.metrics-decor_bottom{bottom:30px}
.cases-reference{width:min(100%,1440px);margin:0 auto;border-radius:48px;background:#000;color:#fff}
.cases-reference__container{padding-top:64px;padding-bottom:64px}
.yc-section-head_light{color:#fff}
.cases-reference__content{display:grid;grid-template-columns:296px minmax(0,1fr);gap:24px 16px;margin-top:48px}
.cases-reference__categories{display:flex;flex-direction:column;gap:8px}
.cases-reference__categories button{min-height:48px;padding:12px 18px;border:1px solid rgba(255,255,255,.25);border-radius:40px;background:transparent;color:#fff;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;transition:.2s}
.cases-reference__categories button span{opacity:0;transition:.2s}
.cases-reference__categories button:hover{border-color:#fff}.cases-reference__categories button:hover span{opacity:1}
.cases-reference__categories button.active{border-color:#fff;background:#fff;color:#000}.cases-reference__categories button.active span{opacity:1}
.industry-case-reference{min-width:0}
.industry-case-reference__main{min-height:440px;padding:30px 32px 0;border-radius:0 24px 24px 24px;background:#fff;color:var(--ink);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.industry-case-reference__brand{display:flex;align-items:center;gap:16px}
.industry-case-reference__brand img{width:174px;height:auto}
.industry-case-reference__brand span{padding-left:16px;border-left:1px solid var(--line);color:var(--muted);font-size:13px}
.industry-case-reference__details{display:grid;grid-template-columns:1.35fr 224px;gap:54px;padding:44px 0 36px}
.industry-case-reference__details>div:first-child{display:flex;flex-direction:column;justify-content:flex-end}
.case-label{margin:0 0 8px;color:#707888;font-size:13px}
.case-description{margin:0;font-family:"YS Display";font-size:28px;line-height:1.15;font-weight:500;letter-spacing:-.02em}
.industry-case-reference__side{display:flex;flex-direction:column;gap:24px}
.industry-case-reference__side section p:last-child{margin:0;font-size:15px;line-height:1.4}
.case-metric-reference{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px 12px 12px;background:#fff;color:var(--ink);border-radius:0 0 24px 24px}
.case-metric-reference>div{min-height:161px;padding:20px 24px;border-radius:18px;background:#e7ecf6;display:flex;flex-direction:column;gap:8px}
.case-metric-reference strong{font-family:"YS Display";font-size:42px;line-height:1;font-weight:900;letter-spacing:-.04em}
.case-metric-reference span{margin-top:auto;line-height:1.35}
.cases-reference__footer{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cases-reference__button{min-height:48px;padding:0 20px;border:1px solid rgba(255,255,255,.35);border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:500;transition:.2s}
.cases-reference__button:hover{background:#fff;color:#000}
.reliability-reference__masonry{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:296px 296px;grid-template-areas:"quality supply certificate" "quality custom certificate";gap:16px;margin-top:48px}
.reliability-card{position:relative;min-width:0;border-radius:24px;background:#000;color:#fff;overflow:hidden}
.reliability-card_quality{grid-area:quality;background:#2a9fff}.reliability-card_supply{grid-area:supply}.reliability-card_certificate{grid-area:certificate}.reliability-card_custom{grid-area:custom}
.reliability-card img{position:absolute;width:100%;height:60%;left:0;top:0;object-fit:contain;object-position:center top;pointer-events:none}
.reliability-card_quality img,.reliability-card_certificate img{height:68%}
.reliability-card>div{position:absolute;left:0;right:0;bottom:0;padding:28px 32px 30px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.86) 34%,#000 100%)}
.reliability-card_quality>div{background:linear-gradient(180deg,transparent 0%,rgba(42,159,255,.92) 34%,#2a9fff 100%)}
.reliability-card h3{margin:0;font-family:"YS Display";font-size:30px;line-height:1.05;font-weight:800;letter-spacing:-.025em}
.reliability-card p{margin:12px 0 0;color:rgba(255,255,255,.84);font-size:15px;line-height:1.42}
.reliability-card_supply>div,.reliability-card_custom>div{padding:22px 24px 24px}
.reliability-card_supply h3,.reliability-card_custom h3{font-size:24px}
.reliability-card_supply p,.reliability-card_custom p{margin-top:8px;font-size:14px}
.tech-reference{position:relative;width:min(100%,1440px);min-height:900px;margin:0 auto 112px;color:#fff}
.tech-reference__background{position:absolute;inset:0;border-radius:48px;background:#000;overflow:hidden}
.tech-reference__image{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.48) 42%,rgba(0,0,0,.05) 76%),url('/images/yc-tech.png');background-position:center top;background-size:cover;background-repeat:no-repeat}
.tech-reference__content{position:relative;z-index:1;max-width:1328px;padding-top:64px}
.tech-reference__content h2{max-width:760px;color:#fff}
.tech-reference__content>p:last-child{max-width:700px;margin:28px 0 0;color:rgba(255,255,255,.82);font-size:20px;line-height:1.45}

@media(max-width:1080px){
  .yc-section{padding-top:88px;padding-bottom:88px}.yc-section-head h2,.tech-reference__content h2{font-size:52px}.services-reference__metric strong{font-size:48px}.cases-reference__content{grid-template-columns:250px minmax(0,1fr)}.industry-case-reference__details{gap:30px}.case-metric-reference strong{font-size:34px}.reliability-reference__masonry{grid-template-rows:270px 270px}.tech-reference{min-height:800px;margin-bottom:88px}
}
@media(max-width:900px){
  .services-reference__main{grid-template-columns:1fr}.services-reference__metrics{min-height:420px;order:-1}.cases-reference__content{grid-template-columns:1fr}.cases-reference__categories{flex-direction:row;overflow-x:auto;margin-left:-40px;margin-right:-40px;padding:0 40px 8px}.cases-reference__categories button{flex:none;white-space:nowrap}.cases-reference__footer{grid-column:1}.industry-case-reference__main{min-height:0}.reliability-reference__masonry{grid-template-columns:1fr 1fr;grid-template-rows:380px 260px 380px;grid-template-areas:"quality certificate" "quality certificate" "supply custom"}
}
@media(max-width:768px){
  .yc-section{padding-top:72px;padding-bottom:72px}.yc-section-head h2,.tech-reference__content h2{font-size:44px}.yc-tabs{margin-top:32px;flex-wrap:nowrap;overflow-x:auto;margin-right:-20px;padding-right:20px}.yc-tabs button{flex:none}.services-reference__metrics{padding:32px}.services-reference__metric strong{font-size:42px}.cases-reference{border-radius:32px}.cases-reference__container{padding-top:64px;padding-bottom:64px}.cases-reference__content{margin-top:32px}.cases-reference__categories{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.industry-case-reference__main{padding:30px 24px 0}.industry-case-reference__details{grid-template-columns:1fr;gap:28px;padding-top:42px}.case-description{font-size:24px}.case-metric-reference{grid-template-columns:1fr 1fr}.case-metric-reference>div:last-child{grid-column:1/-1}.reliability-reference__masonry{grid-template-columns:1fr;grid-template-rows:460px 260px 460px 260px;grid-template-areas:"quality" "supply" "certificate" "custom"}.tech-reference{min-height:780px;margin-bottom:72px}.tech-reference__background{border-radius:32px}.tech-reference__image{background-position:68% top}.tech-reference__content>p:last-child{font-size:17px;max-width:90%}
}
@media(max-width:480px){
  .yc-section-head h2,.tech-reference__content h2{font-size:38px}.yc-tabs{margin-right:-14px;padding-right:14px}.service-reference-card{min-height:138px}.services-reference__metrics{min-height:480px}.metrics-decor{right:20px}.cases-reference__categories{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.cases-reference__footer{grid-template-columns:1fr}.industry-case-reference__brand{align-items:flex-start;flex-direction:column}.industry-case-reference__brand span{border-left:0;padding-left:0}.reliability-reference__masonry{grid-template-rows:430px 270px 430px 270px}.reliability-card>div{padding:24px}.tech-reference{min-height:760px}.tech-reference__content>p:last-child{max-width:100%}
}

.nearby-reference{padding-top:112px;padding-bottom:112px}
.nearby-reference__lead{max-width:820px;margin:28px 0 0;font-size:20px;line-height:1.45}
.nearby-reference__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"samples custom" "docs support";gap:16px;margin-top:48px}
.nearby-card{min-height:470px;border-radius:24px;display:flex;flex-direction:column-reverse;overflow:hidden}
.nearby-card_samples{grid-area:samples;background:#e7ebf4}.nearby-card_custom{grid-area:custom;background:#000;color:#fff}.nearby-card_docs{grid-area:docs;background:#fcc67f}.nearby-card_support{grid-area:support;background:#e7ebf4}
.nearby-card>img{display:block;width:100%;height:180px;margin-top:auto;object-fit:cover}
.nearby-card__content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:32px 32px 24px}
.nearby-card h3{margin:0;font-family:"YS Display",Arial,sans-serif;font-size:36px;line-height:1.04;font-weight:900;letter-spacing:-.03em}
.nearby-card p{max-width:500px;margin:18px 0 28px;font-size:17px;line-height:1.45}
.nearby-card a{min-height:48px;margin-top:auto;padding:0 22px;border-radius:14px;background:#000;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:500;transition:transform .2s,opacity .2s}
.nearby-card a:hover{transform:translateY(-2px);opacity:.82}
.nearby-card_custom a{background:#fff;color:#000}

@media(max-width:900px){
  .nearby-reference{padding-top:88px;padding-bottom:88px}.nearby-reference__grid{grid-template-columns:1fr;grid-template-areas:"samples" "custom" "docs" "support";margin-top:32px}.nearby-card{min-height:430px}
}
@media(max-width:577px){
  .nearby-reference{padding-top:72px;padding-bottom:72px}.nearby-reference__lead{font-size:17px}.nearby-reference__grid{display:flex;gap:12px;margin-left:-14px;margin-right:-14px;padding:0 14px 8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.nearby-reference__grid::-webkit-scrollbar{display:none}.nearby-card{flex:0 0 88%;min-height:500px;scroll-snap-align:start}.nearby-card>img{height:160px}.nearby-card__content{padding:28px 24px 24px}.nearby-card h3{font-size:30px}.nearby-card p{font-size:16px}.nearby-card a{width:100%;padding-inline:16px}
}
