/* ============ Каталог: індекс (Послуги/Галузі) ============ */
.svc{max-width:1100px;}
.svc-hero{margin-bottom:3rem;}
.svc-hero .eyebrow{display:block;margin-bottom:.9rem;}
.svc-hero h1{font-size:clamp(2.2rem,4vw + 1rem,3.6rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;background:linear-gradient(120deg,#fff 35%,#9DC0FF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.svc-hero .lead{margin-top:1.2rem;font-size:1.2rem;color:var(--c-fg-secondary);line-height:1.55;max-width:660px;}
.svc-lead{margin-bottom:2.5rem;}
.svc-lead h2{font-size:1.4rem;margin-bottom:.8rem;}
.svc-lead p{color:var(--c-fg-secondary);font-size:1.05rem;line-height:1.7;max-width:820px;}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;}
.svc-card{position:relative;background:var(--c-bg-secondary);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.7rem;transition:var(--t-base);overflow:hidden;display:block;}
.svc-card:hover{transform:translateY(-5px);border-color:var(--c-accent-red);box-shadow:0 0 36px var(--c-glow-blue);}
.svc-card .cid{position:absolute;top:1.2rem;right:1.4rem;font-family:var(--font-mono);font-size:.72rem;color:var(--c-fg-muted);}
.svc-card .cid::before{content:'// ';}
.svc-card .cico{display:block;width:40px;height:40px;color:var(--c-accent-blue);margin-bottom:1.1rem;transition:color var(--t-fast);}
.svc-card .cico svg{width:40px;height:40px;}
.svc-card:hover .cico{color:var(--c-accent-red);}
.svc-card h3{font-size:1.15rem;margin-bottom:.5rem;}
.svc-card p{color:var(--c-fg-secondary);font-size:.9rem;line-height:1.55;}
.svc-card .more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.1rem;font-size:.85rem;font-weight:600;color:var(--c-accent-blue);opacity:0;transform:translateY(4px);transition:var(--t-base);}
.svc-card:hover .more{opacity:1;transform:translateY(0);}
.svc-cta{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--c-border);display:flex;gap:1rem;flex-wrap:wrap;}
@media (max-width:1024px){.svc-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){.svc-grid{grid-template-columns:1fr;}.svc-card .more{opacity:1;transform:none;}}

/* ============ Каталог: детальна (Послуга/Галузь) ============ */
.svcd{max-width:920px;}
.crumbs{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--c-fg-muted);margin-bottom:2rem;flex-wrap:wrap;}
.crumbs a:hover{color:var(--c-accent-blue);}
.crumbs .cur{color:var(--c-fg-secondary);}
.svcd-hero{margin-bottom:3rem;}
.svcd-ico{display:inline-flex;width:56px;height:56px;padding:12px;color:var(--c-accent-blue);border:1px solid var(--c-border-strong);border-radius:var(--radius-md);background:var(--c-bg-secondary);margin-bottom:1.4rem;}
.svcd-ico svg{width:32px;height:32px;}
.svcd-hero h1{font-size:clamp(2rem,3.5vw + 1rem,3.2rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;background:linear-gradient(120deg,#fff 40%,#9DC0FF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.svcd-hero .lead{margin-top:1.1rem;font-size:1.2rem;color:var(--c-fg-secondary);line-height:1.55;max-width:680px;}
.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;}
.feat{background:var(--c-bg-secondary);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.7rem;border-top:2px solid var(--c-accent-red);transition:var(--t-base);}
.feat:hover{transform:translateY(-4px);box-shadow:0 0 30px var(--c-glow-blue);}
.feat-n{font-size:.8rem;color:var(--c-accent-red);margin-bottom:.7rem;}
.feat h3{font-size:1.15rem;margin-bottom:.55rem;}
.feat p{color:var(--c-fg-secondary);font-size:.95rem;line-height:1.6;}
.svcd-cta{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap;}
.svcd-section{margin-top:3.2rem;}
.svcd-section h2{font-size:1.5rem;margin-bottom:.9rem;}
.sec-intro{color:var(--c-fg-secondary);font-size:1.02rem;line-height:1.7;max-width:780px;margin-bottom:1.6rem;}
.sec-bullets{list-style:none;display:grid;gap:.7rem;margin-bottom:1.6rem;max-width:820px;}
.sec-bullets li{position:relative;padding-left:1.5rem;color:var(--c-fg-secondary);font-size:.98rem;line-height:1.55;}
.sec-bullets li::before{content:'✓';position:absolute;left:0;top:0;color:var(--c-accent-red);font-weight:700;}
.sec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.sec-item{background:var(--c-bg-secondary);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:1.4rem;border-left:2px solid var(--c-accent-blue);}
.sec-item h3{font-size:1rem;margin-bottom:.45rem;}
.sec-item p{color:var(--c-fg-secondary);font-size:.9rem;line-height:1.55;}
.others{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--c-border);}
.others h2{font-size:1.3rem;margin-bottom:1.3rem;}
.others-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;}
.other-card{display:flex;align-items:center;gap:.8rem;padding:.9rem 1.1rem;background:var(--c-bg-secondary);border:1px solid var(--c-border);border-radius:var(--radius-md);transition:var(--t-base);}
.other-card:hover{border-color:var(--c-accent-blue);transform:translateX(3px);}
.oc-ico{flex:0 0 22px;width:22px;height:22px;color:var(--c-accent-blue);}
.oc-ico svg{width:22px;height:22px;}
.oc-title{font-size:.92rem;font-weight:500;flex:1;}
.oc-arr{color:var(--c-fg-muted);}
@media (max-width:768px){.feat-grid,.others-grid,.sec-grid{grid-template-columns:1fr;}}

/* ============ Каталог: індекс «Продукти» ============ */
.px{max-width:1000px;}
.px-hero{margin-bottom:3rem;}
.px-hero .eyebrow{display:block;margin-bottom:.9rem;}
.px-hero h1{font-size:clamp(2.2rem,4vw + 1rem,3.6rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;background:linear-gradient(120deg,#fff 35%,#9DC0FF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.px-hero .lead{margin-top:1.2rem;font-size:1.2rem;color:var(--c-fg-secondary);line-height:1.55;max-width:680px;}
.px-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;}
.px-card{position:relative;background:var(--c-bg-secondary);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.9rem;transition:var(--t-base);overflow:hidden;display:block;}
.px-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--c-accent-red);transform:scaleX(0);transform-origin:left;transition:var(--t-base);}
.px-card:hover{transform:translateY(-5px);box-shadow:0 0 36px var(--c-glow-blue);}
.px-card:hover::before{transform:scaleX(1);}
.px-flag{position:absolute;top:1.1rem;right:1.1rem;font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--c-accent-red);border:1px solid var(--c-accent-red);border-radius:var(--radius-full);padding:.15rem .55rem;}
.px-ico{display:block;width:42px;height:42px;color:var(--c-accent-blue);margin-bottom:1.1rem;transition:color var(--t-fast);}
.px-ico svg{width:42px;height:42px;}
.px-card:hover .px-ico{color:var(--c-accent-red);}
.px-card h3{font-size:1.3rem;margin-bottom:.5rem;}
.px-card p{color:var(--c-fg-secondary);font-size:.95rem;line-height:1.55;}
.px-card .more{display:inline-block;margin-top:1.2rem;font-size:.85rem;font-weight:600;color:var(--c-accent-blue);opacity:0;transform:translateY(4px);transition:var(--t-base);}
.px-card:hover .more{opacity:1;transform:translateY(0);}
@media (max-width:720px){.px-grid{grid-template-columns:1fr;}.px-card .more{opacity:1;transform:none;}}

/* ============ Індекс продуктів 2026 ============ */
.px26{--px26-ink:#07111f;--px26-muted:#586477;--px26-soft:#f4f7fb;--px26-line:#dfe6f0;--px26-blue:#2563eb;--px26-cyan:#0ea5b7;--px26-green:#15945f;--px26-red:#f20558;overflow:hidden;background:#fff;color:var(--px26-ink);}
.px26 *{letter-spacing:0;}
.px26-hero{position:relative;padding:calc(var(--header-h) + 3rem) 0 4.75rem;background:#07111f;color:#fff;isolation:isolate;}
.px26-hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,rgba(79,142,247,.2),transparent 38%),linear-gradient(245deg,rgba(242,5,88,.18),transparent 46%),linear-gradient(rgba(255,255,255,.052) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.052) 1px,transparent 1px);background-size:100% 100%,100% 100%,52px 52px,52px 52px;mask-image:linear-gradient(to bottom,#000 80%,transparent);}
.px26-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);gap:2.4rem;align-items:center;}
.px26-kicker{display:inline-flex;align-items:center;min-height:2rem;margin-bottom:1.1rem;padding:.38rem .75rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-md);background:rgba(255,255,255,.07);color:#8fe7ff;font-size:.74rem;text-transform:uppercase;}
.px26-hero h1{max-width:850px;margin:0;color:#fff;font-size:4.25rem;font-weight:850;line-height:1;}
.px26-hero p{max-width:790px;margin:1.35rem 0 0;color:#d9e4f5;font-size:1.2rem;line-height:1.65;}
.px26-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem;}
.px26-map{position:relative;min-height:430px;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-md);background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045));box-shadow:0 28px 70px rgba(0,0,0,.38);overflow:hidden;padding:1.25rem;}
.px26-map::before{content:'';position:absolute;inset:50% auto auto 50%;width:72%;height:1px;background:linear-gradient(90deg,transparent,rgba(143,231,255,.5),transparent);transform:translateX(-50%);}
.px26-map-core{position:absolute;left:50%;top:50%;width:16rem;min-height:8.7rem;display:grid;place-items:center;text-align:center;padding:1.2rem;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-md);background:#081126;box-shadow:0 18px 45px rgba(0,0,0,.35);transform:translate(-50%,-50%);}
.px26-map-core span{color:#f5729f;font-size:.72rem;text-transform:uppercase;}
.px26-map-core strong{display:block;margin:.45rem 0;color:#fff;font-size:1.35rem;}
.px26-map-core small{color:#aebdd2;font-size:.88rem;}
.px26-map-grid{position:absolute;inset:1.2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;}
.px26-map-grid span{display:flex;align-items:center;justify-content:center;min-height:4.1rem;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius-md);background:rgba(7,17,31,.72);color:#eaf2ff;font-size:.92rem;}
.px26-map-grid span:nth-child(2),.px26-map-grid span:nth-child(5){align-self:end;}
.px26-map-grid span:nth-child(3),.px26-map-grid span:nth-child(4){align-self:center;}
.px26-feature{padding:1.2rem 0;background:#eef3fa;color:var(--px26-ink);}
.px26-feature-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:1px;border:1px solid var(--px26-line);border-radius:var(--radius-md);background:var(--px26-line);overflow:hidden;}
.px26-feature-copy,.px26-feature-stats{background:#fff;}
.px26-feature-copy{padding:2rem;}
.px26-feature-copy span{display:block;margin-bottom:.75rem;color:var(--px26-red);font-size:.75rem;text-transform:uppercase;}
.px26-feature-copy h2{font-size:2.4rem;line-height:1.08;margin:0;color:var(--px26-ink);}
.px26-feature-copy p{max-width:720px;margin:1rem 0 1.5rem;color:var(--px26-muted);font-size:1.05rem;line-height:1.65;}
.px26-feature-stats{display:grid;grid-template-columns:repeat(3,1fr);}
.px26-feature-stats div{padding:1.4rem;border-left:1px solid var(--px26-line);}
.px26-feature-stats strong{display:block;color:var(--px26-blue);font-size:2.1rem;line-height:1;}
.px26-feature-stats span{display:block;margin-top:.55rem;color:var(--px26-muted);font-size:.9rem;}
.px26-section{padding:5.25rem 0;}
.px26-section-light{background:#fff;color:var(--px26-ink);}
.px26-section-dark{background:#10131f;color:#fff;}
.px26-section-head{max-width:840px;margin-bottom:2.2rem;}
.px26-section-head span{display:block;margin-bottom:.75rem;color:var(--px26-red);font-size:.75rem;text-transform:uppercase;}
.px26-section-dark .px26-section-head span{color:#8fe7ff;}
.px26-section-head h2{font-size:2.55rem;line-height:1.08;margin:0;color:inherit;}
.px26-section-head p{max-width:780px;margin:1rem 0 0;color:var(--px26-muted);font-size:1.06rem;line-height:1.7;}
.px26-section-dark .px26-section-head p{color:#b8c5d6;}
.px26-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;}
.px26-product{position:relative;min-height:250px;display:flex;flex-direction:column;padding:1.2rem;border:1px solid var(--px26-line);border-radius:var(--radius-md);background:#fff;color:var(--px26-ink);transition:transform var(--t-base),border-color var(--t-base),box-shadow var(--t-base);}
.px26-product.is-flagship{grid-column:span 2;background:linear-gradient(140deg,#07111f,#13294b);color:#fff;border-color:#223a63;}
.px26-product:hover{transform:translateY(-5px);border-color:#b9c7da;box-shadow:0 16px 36px rgba(7,17,31,.1);}
.px26-flag{position:absolute;right:1rem;top:1rem;padding:.28rem .55rem;border:1px solid rgba(242,5,88,.55);border-radius:var(--radius-md);color:#ff8cad;font-size:.68rem;text-transform:uppercase;}
.px26-ico{display:grid;place-items:center;width:2.7rem;height:2.7rem;margin-bottom:2rem;border-radius:var(--radius-md);background:#eef5ff;color:var(--px26-blue);}
.px26-product.is-flagship .px26-ico{background:rgba(255,255,255,.1);color:#8fe7ff;}
.px26-ico svg{width:1.4rem;height:1.4rem;}
.px26-product strong{display:block;margin-bottom:.55rem;font-size:1.12rem;color:inherit;}
.px26-product small{display:block;color:var(--px26-muted);font-size:.9rem;line-height:1.5;}
.px26-product.is-flagship small{color:#d9e4f5;}
.px26-product i{margin-top:auto;padding-top:1.2rem;color:var(--px26-red);font-style:normal;}
.px26-stack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);background:rgba(255,255,255,.12);overflow:hidden;}
.px26-stack{min-height:315px;padding:1.35rem;background:rgba(7,17,31,.72);}
.px26-stack h3{font-size:1.2rem;line-height:1.2;margin:0 0 .75rem;color:#fff;}
.px26-stack p{color:#b8c5d6;font-size:.94rem;line-height:1.58;}
.px26-stack div{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.5rem;}
.px26-stack a{display:inline-flex;align-items:center;min-height:2rem;padding:.3rem .58rem;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-md);background:rgba(255,255,255,.06);color:#eaf2ff;font-size:.84rem;}
.px26-stack a:hover{border-color:#8fe7ff;color:#8fe7ff;}
.px26-method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
.px26-method{min-height:255px;padding:1.25rem;border:1px solid var(--px26-line);border-radius:var(--radius-md);background:#fff;transition:transform var(--t-base),box-shadow var(--t-base),border-color var(--t-base);}
.px26-method:hover{transform:translateY(-4px);border-color:#b9c7da;box-shadow:0 14px 34px rgba(7,17,31,.1);}
.px26-method span{display:block;margin-bottom:3rem;color:var(--px26-red);font-size:.78rem;}
.px26-method h3{font-size:1.12rem;margin:0 0 .6rem;color:var(--px26-ink);}
.px26-method p{color:var(--px26-muted);font-size:.92rem;line-height:1.58;}
.px26-final{padding:0 0 5.25rem;background:#fff;color:#fff;}
.px26-final-box{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.4rem;border-radius:var(--radius-md);background:linear-gradient(110deg,#07111f,#14223b 58%,#2b1233);box-shadow:0 22px 54px rgba(7,17,31,.18);}
.px26-final-box span{display:block;margin-bottom:.8rem;color:#8fe7ff;font-size:.75rem;text-transform:uppercase;}
.px26-final-box h2{max-width:770px;margin:0;font-size:2.25rem;line-height:1.12;color:#fff;}
.px26-final-box p{max-width:690px;margin:.9rem 0 0;color:#d9e4f5;line-height:1.65;}
.px26-final-box .btn{flex:0 0 auto;}
@media (max-width:1180px){
	.px26-hero-grid,.px26-feature-grid{grid-template-columns:1fr;}
	.px26-map{max-width:780px;}
	.px26-product-grid{grid-template-columns:repeat(3,1fr);}
	.px26-stack-grid,.px26-method-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:820px){
	.px26-hero{padding-top:calc(var(--header-h) + 2rem);}
	.px26-hero h1{font-size:3.2rem;}
	.px26-section-head h2{font-size:2.05rem;}
	.px26-feature-stats,.px26-product-grid{grid-template-columns:1fr 1fr;}
	.px26-product.is-flagship{grid-column:span 2;}
	.px26-final-box{display:grid;}
}
@media (max-width:620px){
	.px26-hero h1{font-size:2.55rem;}
	.px26-hero p{font-size:1.04rem;}
	.px26-actions .btn{width:100%;justify-content:center;}
	.px26-map{min-height:360px;}
	.px26-map-core{width:13.4rem;}
	.px26-map-grid{grid-template-columns:1fr;}
	.px26-map-grid span{min-height:2.7rem;}
	.px26-feature-stats,.px26-product-grid,.px26-stack-grid,.px26-method-grid{grid-template-columns:1fr;}
	.px26-product.is-flagship{grid-column:auto;}
	.px26-section{padding:3.5rem 0;}
	.px26-product,.px26-stack,.px26-method{min-height:auto;}
	.px26-method span{margin-bottom:1.8rem;}
	.px26-final{padding-bottom:3.5rem;}
	.px26-final-box{padding:1.5rem;}
	.px26-final-box h2{font-size:1.8rem;}
}

/* ============ Каталог: детальна «Продукт» (заскоуплено під .prod) ============ */
.prod{max-width:920px;}
.prod-hero{margin-bottom:2.6rem;}
.prod-ico{display:inline-flex;width:60px;height:60px;padding:13px;color:var(--c-accent-blue);border:1px solid var(--c-border-strong);border-radius:var(--radius-md);background:var(--c-bg-secondary);margin-bottom:1.3rem;}
.prod-ico svg{width:34px;height:34px;}
.prod-hero h1{font-size:clamp(2.4rem,4vw + 1rem,3.6rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;background:linear-gradient(120deg,#fff 40%,#9DC0FF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.prod-hero .lead{margin-top:1rem;font-size:1.25rem;color:var(--c-fg-secondary);line-height:1.5;max-width:640px;}
.prod-ext{display:inline-block;margin-top:1.1rem;font-size:.85rem;color:var(--c-accent-blue);border:1px solid var(--c-border-strong);border-radius:var(--radius-full);padding:.4rem .9rem;transition:var(--t-base);}
.prod-ext:hover{border-color:var(--c-accent-blue);background:var(--c-bg-secondary);}
.prod-about{margin-bottom:2.6rem;}
.prod-about h2,.prod-adv h2,.prod-history h2{font-size:1.5rem;margin-bottom:1rem;}
.prod-about p,.prod-history p{color:var(--c-fg-secondary);font-size:1.02rem;line-height:1.75;max-width:800px;margin-bottom:1rem;}
.prod-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;}
.prod-stats .stat{background:var(--c-bg-secondary);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.6rem 1.2rem;text-align:center;border-top:2px solid var(--c-accent-red);}
.prod-stats .stat::before{content:none;}
.prod-stats .stat-v{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:var(--c-accent-blue);line-height:1;}
.prod-stats .stat-l{margin-top:.5rem;font-size:.85rem;color:var(--c-fg-secondary);}
.prod-adv{margin-bottom:3rem;}
.prod-adv .adv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;}
.prod-adv .adv{background:var(--c-bg-secondary);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.6rem;border-left:2px solid var(--c-accent-blue);transition:var(--t-base);}
.prod-adv .adv:hover{transform:translateY(-4px);box-shadow:0 0 30px var(--c-glow-blue);}
.prod-adv .adv-n{font-size:.8rem;color:var(--c-accent-red);margin-bottom:.6rem;}
.prod-adv .adv h3{font-size:1.1rem;margin-bottom:.5rem;}
.prod-adv .adv p{color:var(--c-fg-secondary);font-size:.93rem;line-height:1.6;}
.prod-history{margin-bottom:2.6rem;padding-top:2rem;border-top:1px solid var(--c-border);}
.prod-cta{margin-bottom:1rem;}
.prod-others{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--c-border);}
.prod-others h2{font-size:1.3rem;margin-bottom:1.2rem;}
.prod-others .others-grid{display:grid;grid-template-columns:1fr;gap:.7rem;}
.prod-others .other-card{gap:1rem;padding:1rem 1.2rem;}
.prod-others .oc-ico{flex:0 0 26px;width:26px;height:26px;}
.prod-others .oc-ico svg{width:26px;height:26px;}
.prod-others .oc-body{display:grid;gap:.15rem;flex:1;}
.prod-others .oc-title{font-weight:600;font-size:.98rem;flex:none;}
.prod-others .oc-desc{font-size:.85rem;color:var(--c-fg-secondary);}
@media (max-width:768px){.prod-adv .adv-grid{grid-template-columns:1fr;}.prod-stats{grid-template-columns:1fr;}}

/* ============ Продукт 2026: Megapolis.DocNet ============ */
.prod26{--p26-ink:#07111f;--p26-muted:#586477;--p26-soft:#f5f7fb;--p26-line:#dfe5ef;--p26-blue:#2563eb;--p26-cyan:#0ea5b7;--p26-green:#15945f;--p26-red:#f20558;--p26-violet:#6d5dfc;--p26-night:#081126;overflow:hidden;background:#fff;color:var(--p26-ink);}
.prod26 *{letter-spacing:0;}
.prod26-hero{position:relative;padding:calc(var(--header-h) + 3rem) 0 4.5rem;background:#07111f;color:#fff;isolation:isolate;}
.prod26-hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,rgba(79,142,247,.22),transparent 35%),linear-gradient(240deg,rgba(242,5,88,.18),transparent 42%),linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:100% 100%,100% 100%,48px 48px,48px 48px;mask-image:linear-gradient(to bottom,#000 78%,transparent);}
.prod26-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);gap:2.5rem;align-items:center;}
.prod26-crumbs{margin-bottom:1.8rem;color:rgba(255,255,255,.58);}
.prod26-crumbs .cur{color:#fff;}
.prod26-kicker{display:inline-flex;align-items:center;min-height:2rem;margin-bottom:1.2rem;padding:.38rem .75rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-md);background:rgba(255,255,255,.07);color:#a9d7ff;font-size:.74rem;text-transform:uppercase;}
.prod26-hero h1{max-width:760px;font-size:4.6rem;font-weight:850;line-height:.98;margin:0;color:#fff;}
.prod26-lead{max-width:760px;margin:1.35rem 0 0;color:#d9e4f5;font-size:1.24rem;line-height:1.62;}
.prod26-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:2rem;}
.prod26-hero-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.4rem;}
.prod26-hero-tags span{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .7rem;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-md);background:rgba(255,255,255,.06);color:#eef5ff;font-size:.84rem;}
.prod26-console{border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-md);background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.045));box-shadow:0 28px 70px rgba(0,0,0,.42);overflow:hidden;backdrop-filter:blur(16px);}
.prod26-console-top{display:flex;align-items:center;gap:.45rem;padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(4,10,26,.62);color:#c8d5e8;font-size:.78rem;}
.prod26-console-top span{width:.55rem;height:.55rem;border-radius:50%;background:#f20558;}
.prod26-console-top span:nth-child(2){background:#f4b940;}
.prod26-console-top span:nth-child(3){background:#19c37d;}
.prod26-console-top strong{margin-left:.45rem;font-weight:600;}
.prod26-console-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:1px;background:rgba(255,255,255,.12);}
.prod26-doc-preview,.prod26-side-metrics,.prod26-task-list{background:rgba(7,17,31,.86);}
.prod26-doc-preview{min-height:290px;padding:1.35rem;display:flex;flex-direction:column;justify-content:space-between;}
.prod26-doc-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.prod26-doc-type{font-family:var(--font-mono);font-size:.78rem;color:#95b4ff;}
.prod26-status{padding:.3rem .55rem;border-radius:var(--radius-md);background:rgba(14,165,183,.16);color:#79e6f2;font-size:.74rem;text-transform:uppercase;}
.prod26-doc-preview h2{max-width:420px;font-size:2rem;line-height:1.08;margin:2.7rem 0 .75rem;color:#fff;}
.prod26-doc-preview p{max-width:420px;color:#b8c5d6;line-height:1.55;}
.prod26-route{display:grid;grid-template-columns:repeat(5,1fr);gap:.35rem;margin-top:2rem;}
.prod26-route i{height:.42rem;border-radius:var(--radius-sm);background:rgba(255,255,255,.18);}
.prod26-route .is-done{background:#19c37d;}
.prod26-route .is-active{background:#f20558;}
.prod26-side-metrics{display:grid;gap:1px;background:rgba(255,255,255,.12);}
.prod26-side-metrics div{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem;background:rgba(7,17,31,.88);}
.prod26-side-metrics span{color:#9aa9bd;font-size:.82rem;}
.prod26-side-metrics strong{font-size:1.35rem;color:#fff;}
.prod26-task-list{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12);}
.prod26-task-row{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:1rem;background:rgba(7,17,31,.92);color:#d9e4f5;}
.prod26-task-row span{font-size:.86rem;}
.prod26-task-row b{color:#8fe7ff;font-size:.82rem;font-weight:700;}
.prod26-proof{padding:1.2rem 0;background:#eef3fa;color:var(--p26-ink);}
.prod26-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(280px,1.15fr);gap:1px;border:1px solid var(--p26-line);border-radius:var(--radius-md);background:var(--p26-line);overflow:hidden;}
.prod26-stat,.prod26-proof-note{background:#fff;padding:1.45rem;}
.prod26-stat strong{display:block;font-size:2.35rem;line-height:1;color:var(--p26-blue);}
.prod26-stat span{display:block;margin-top:.55rem;color:var(--p26-muted);font-size:.92rem;}
.prod26-proof-note span{display:block;margin-bottom:.55rem;color:var(--p26-red);font-size:.75rem;text-transform:uppercase;}
.prod26-proof-note p{color:#243247;line-height:1.55;}
.prod26-section{padding:5.25rem 0;}
.prod26-section-light{background:#fff;color:var(--p26-ink);}
.prod26-section-dark{background:#091425;color:#fff;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:56px 56px;}
.prod26-section-head{max-width:820px;margin-bottom:2.2rem;}
.prod26-section-head span{display:block;margin-bottom:.75rem;color:var(--p26-red);font-size:.75rem;text-transform:uppercase;}
.prod26-section-dark .prod26-section-head span,.prod26-integrations .prod26-section-head span,.prod26-ecosystem .prod26-section-head span{color:#8fe7ff;}
.prod26-section-head h2{font-size:2.55rem;line-height:1.08;margin:0;color:inherit;}
.prod26-section-head p{max-width:760px;margin:1rem 0 0;color:var(--p26-muted);font-size:1.06rem;line-height:1.7;}
.prod26-section-dark .prod26-section-head p,.prod26-integrations .prod26-section-head p,.prod26-ecosystem .prod26-section-head p{color:#b8c5d6;}
.prod26-buyer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
.prod26-card{--accent:var(--p26-blue);position:relative;min-height:260px;padding:1.45rem;border:1px solid var(--p26-line);border-top:4px solid var(--accent);border-radius:var(--radius-md);background:#fff;transition:transform var(--t-base),box-shadow var(--t-base),border-color var(--t-base);}
.prod26-card:nth-child(4n+2){--accent:var(--p26-red);}
.prod26-card:nth-child(4n+3){--accent:var(--p26-green);}
.prod26-card:nth-child(4n+4){--accent:var(--p26-cyan);}
.prod26-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(7,17,31,.12);border-color:#cbd6e6;}
.prod26-card-num{display:block;margin-bottom:3rem;color:var(--accent);font-size:.78rem;}
.prod26-card h3{font-size:1.25rem;line-height:1.18;margin:0 0 .7rem;color:var(--p26-ink);}
.prod26-card p{color:var(--p26-muted);line-height:1.62;font-size:.96rem;}
.prod26-lifecycle-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);background:rgba(255,255,255,.12);overflow:hidden;}
.prod26-life{min-height:250px;padding:1.25rem;background:rgba(7,17,31,.78);transition:background var(--t-base),transform var(--t-base);}
.prod26-life:hover{background:rgba(17,34,58,.95);transform:translateY(-3px);}
.prod26-life span{display:block;margin-bottom:4.2rem;color:#8fe7ff;font-size:.78rem;}
.prod26-life h3{font-size:1.14rem;margin:0 0 .65rem;color:#fff;}
.prod26-life p{color:#b8c5d6;font-size:.92rem;line-height:1.58;}
.prod26-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.prod26-module{position:relative;min-height:230px;padding:1.35rem;border:1px solid var(--p26-line);border-radius:var(--radius-md);background:linear-gradient(180deg,#fff,#f8fbff);overflow:hidden;transition:transform var(--t-base),border-color var(--t-base),box-shadow var(--t-base);}
.prod26-module::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:var(--p26-blue);}
.prod26-module:nth-child(3n+2)::before{background:var(--p26-red);}
.prod26-module:nth-child(3n+3)::before{background:var(--p26-green);}
.prod26-module:hover{transform:translateY(-4px);border-color:#cbd6e6;box-shadow:0 14px 34px rgba(7,17,31,.1);}
.prod26-module span{display:block;margin-bottom:1.8rem;color:var(--p26-blue);font-size:.78rem;}
.prod26-module h3{font-size:1.12rem;line-height:1.22;margin:0 0 .6rem;color:var(--p26-ink);}
.prod26-module p{color:var(--p26-muted);font-size:.94rem;line-height:1.58;}
.prod26-integrations{background:#10131f;color:#fff;padding:5.25rem 0;}
.prod26-integrations-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:2rem;align-items:center;}
.prod26-chip-cloud{display:flex;flex-wrap:wrap;gap:.7rem;align-content:center;}
.prod26-chip-cloud span{display:inline-flex;align-items:center;min-height:2.5rem;padding:.55rem .9rem;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-md);background:rgba(255,255,255,.075);color:#eef5ff;font-size:.92rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);}
.prod26-chip-cloud span:nth-child(4n+1){border-color:rgba(79,142,247,.45);}
.prod26-chip-cloud span:nth-child(4n+2){border-color:rgba(242,5,88,.5);}
.prod26-chip-cloud span:nth-child(4n+3){border-color:rgba(25,195,125,.45);}
.prod26-chip-cloud span:nth-child(4n+4){border-color:rgba(14,165,183,.48);}
.prod26-rollout-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--p26-line);border-radius:var(--radius-md);overflow:hidden;background:var(--p26-line);}
.prod26-rollout-step{min-height:250px;padding:1.25rem;background:#fff;}
.prod26-rollout-step span{display:block;margin-bottom:3.8rem;color:var(--p26-red);font-size:.78rem;}
.prod26-rollout-step h3{font-size:1.08rem;margin:0 0 .6rem;color:var(--p26-ink);}
.prod26-rollout-step p{color:var(--p26-muted);font-size:.92rem;line-height:1.58;}
.prod26-ecosystem{padding:5.25rem 0;background:#eef3fa;color:var(--p26-ink);}
.prod26-ecosystem .prod26-section-head p{color:var(--p26-muted);}
.prod26-ecosystem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;}
.prod26-eco-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--p26-line);border-radius:var(--radius-md);background:#fff;color:var(--p26-ink);transition:transform var(--t-base),border-color var(--t-base),box-shadow var(--t-base);}
.prod26-eco-link:hover{transform:translateX(4px);border-color:#b8c7dc;box-shadow:0 12px 30px rgba(7,17,31,.08);}
.prod26-eco-ico{display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:var(--radius-md);background:#eef5ff;color:var(--p26-blue);}
.prod26-eco-ico svg{width:1.35rem;height:1.35rem;}
.prod26-eco-link strong{display:block;font-size:1rem;color:var(--p26-ink);}
.prod26-eco-link small{display:block;margin-top:.2rem;color:var(--p26-muted);font-size:.86rem;line-height:1.4;}
.prod26-eco-link i{font-style:normal;color:var(--p26-red);}
.prod26-final{padding:0 0 5.25rem;background:#eef3fa;color:#fff;}
.prod26-final-box{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.4rem;border-radius:var(--radius-md);background:linear-gradient(110deg,#07111f,#14223b 58%,#2b1233);box-shadow:0 22px 54px rgba(7,17,31,.2);}
.prod26-final-box span{display:block;margin-bottom:.8rem;color:#8fe7ff;font-size:.75rem;text-transform:uppercase;}
.prod26-final-box h2{max-width:760px;margin:0;font-size:2.25rem;line-height:1.12;color:#fff;}
.prod26-final-box p{max-width:680px;margin:.9rem 0 0;color:#d9e4f5;line-height:1.65;}
.prod26-final-box .btn{flex:0 0 auto;}
@media (max-width:1180px){
	.prod26-hero-grid,.prod26-integrations-grid{grid-template-columns:1fr;}
	.prod26-console{max-width:780px;}
	.prod26-buyer-grid{grid-template-columns:repeat(2,1fr);}
	.prod26-lifecycle-grid,.prod26-rollout-grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:860px){
	.prod26-hero{padding-top:calc(var(--header-h) + 2rem);}
	.prod26-hero h1{font-size:3.35rem;}
	.prod26-section-head h2{font-size:2.1rem;}
	.prod26-proof-grid{grid-template-columns:repeat(2,1fr);}
	.prod26-proof-note{grid-column:1 / -1;}
	.prod26-module-grid,.prod26-ecosystem-grid{grid-template-columns:1fr;}
	.prod26-final-box{display:grid;}
}
@media (max-width:640px){
	.prod26-hero h1{font-size:2.7rem;}
	.prod26-lead{font-size:1.06rem;}
	.prod26-actions .btn{width:100%;justify-content:center;}
	.prod26-console-grid,.prod26-task-list,.prod26-buyer-grid,.prod26-lifecycle-grid,.prod26-rollout-grid,.prod26-proof-grid{grid-template-columns:1fr;}
	.prod26-doc-preview{min-height:240px;}
	.prod26-doc-preview h2{font-size:1.55rem;margin-top:2rem;}
	.prod26-section{padding:3.5rem 0;}
	.prod26-card,.prod26-module,.prod26-life,.prod26-rollout-step{min-height:auto;}
	.prod26-card-num,.prod26-life span,.prod26-rollout-step span{margin-bottom:1.8rem;}
	.prod26-final{padding-bottom:3.5rem;}
	.prod26-final-box{padding:1.5rem;}
	.prod26-final-box h2{font-size:1.8rem;}
}
