
:root{
  --navy:#06111e;--navy2:#0a182b;--navy3:#12243e;--ink:#f5f8ff;--muted:#b6c4d8;--muted2:#8493aa;--accent:#8f2147;--accent2:#c43a67;--accent3:#f0f4fa;--line:rgba(225,236,249,.15);--line2:rgba(17,31,54,.14);--paper:#f7f9fc;--paper2:#dce5ef;--shadow:0 32px 110px rgba(0,0,0,.42);--radius:28px;--max:1210px;--sans:Inter,"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;--mono:"Roboto Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--ink);background:radial-gradient(circle at 78% 4%,rgba(196,55,102,.16),transparent 30%),radial-gradient(circle at 8% 0%,rgba(100,134,175,.18),transparent 30%),linear-gradient(145deg,#050d18 0%,#071421 42%,#0d2139 100%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page{position:relative;overflow:hidden;min-height:100vh}.page:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(115deg,transparent 0 7%,rgba(255,255,255,.04) 7.2% 7.8%,transparent 8% 18%,rgba(255,255,255,.028) 18.2% 18.7%,transparent 19%),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:100% 100%,72px 72px,72px 72px;mix-blend-mode:screen}.container{width:min(var(--max),calc(100% - 38px));margin:0 auto;position:relative;z-index:2}.topbar{position:sticky;top:0;z-index:70;background:rgba(5,13,24,.84);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.topbar-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:14px;min-width:220px}.logo-mark{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#fff,var(--paper2));display:grid;place-items:center;color:var(--navy);font-weight:1000;letter-spacing:-.1em;box-shadow:0 16px 38px rgba(0,0,0,.28);position:relative;overflow:hidden}.logo-mark:before{content:"";position:absolute;left:18px;top:-10px;width:10px;height:76px;background:var(--accent)}.logo-mark span{position:relative;z-index:1;font-size:15px;margin-left:-2px}.brand-title{display:flex;flex-direction:column;line-height:1.05}.brand-title strong{font-size:17px;letter-spacing:.04em;text-transform:uppercase}.brand-title small{font-size:11px;margin-top:5px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.main-nav{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:13px;white-space:nowrap}.main-nav a{transition:.18s ease;position:relative}.main-nav a:hover,.main-nav a.active{color:#fff}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-27px;height:2px;background:var(--accent2)}.top-phone{display:inline-flex;gap:8px;align-items:center;color:#fff;font-weight:850;font-size:13px}.btn{border:0;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent2));border-radius:3px;padding:14px 22px;font-weight:850;font-size:13px;letter-spacing:.01em;box-shadow:0 16px 38px rgba(143,33,71,.36);display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:transform .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 24px 54px rgba(143,33,71,.44)}.btn.ghost{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.24);box-shadow:none}.btn.light{background:linear-gradient(135deg,#fff,var(--paper));color:#13203a}.btn.small{padding:10px 14px;font-size:12px;border-radius:4px}.menu-btn{display:none}.hero{position:relative;min-height:590px;display:grid;align-items:center;padding:86px 0 42px;overflow:hidden}.hero.hero-small{min-height:455px;padding:76px 0 42px}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,13,24,.97) 0%,rgba(5,13,24,.91) 27%,rgba(5,13,24,.50) 55%,rgba(5,13,24,.42) 100%),url('../img/hero-cover.webp') center right/cover no-repeat;z-index:0}.hero.hero-light:after{background:linear-gradient(90deg,rgba(5,13,24,.97) 0%,rgba(5,13,24,.9) 28%,rgba(5,13,24,.48) 58%,rgba(5,13,24,.36) 100%),url('../img/hero-cover.webp') center right/cover no-repeat}.hero .container{z-index:2}.vertical-accent{position:absolute;left:max(18px,calc((100vw - var(--max))/2));top:0;height:100%;width:26px;background:linear-gradient(180deg,transparent 0,var(--accent) 10%,var(--accent) 83%,transparent 100%);opacity:.96;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;margin-bottom:18px}.eyebrow:before{content:"";width:42px;height:2px;background:var(--accent2);display:inline-block}h1,h2,h3{margin:0;line-height:1.02}h1{font-size:clamp(46px,6.9vw,82px);letter-spacing:-.055em;max-width:760px}h2{font-size:clamp(31px,4vw,56px);letter-spacing:-.044em}.accent-word{color:#cb416f}.hero-subtitle{margin:24px 0 0;color:var(--muted);font-size:clamp(17px,2vw,21px);line-height:1.5;max-width:690px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero-grid{display:block}.hero-card{display:none}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:44px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(3,10,19,.38);backdrop-filter:blur(3px)}.feature-mini{display:flex;align-items:center;gap:14px;padding:18px 24px;border-right:1px solid var(--line);color:#fff;font-size:13px;line-height:1.35}.feature-mini:last-child{border-right:0}.feature-mini i{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(196,55,102,.45);border-radius:12px;color:#fff;font-style:normal;background:rgba(196,55,102,.13)}.section{padding:72px 0;position:relative}.section.compact{padding:48px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}.section-lead{max-width:660px;margin:0;color:var(--muted);line-height:1.6}.link-more{color:#df6a91;font-weight:850;font-size:14px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.glass,.panel{border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.04));border-radius:18px;box-shadow:0 18px 65px rgba(0,0,0,.24);padding:28px;position:relative;overflow:hidden}.glass:before,.panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.12),transparent 25%);pointer-events:none}.glass h2{font-size:clamp(27px,3.1vw,44px)}.glass p{color:var(--muted);line-height:1.6}.glass.light{background:linear-gradient(135deg,rgba(244,247,251,.98),rgba(218,228,240,.96));color:#13203a;border-color:transparent}.glass.light p,.glass.light li{color:#49576d}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.stat{padding:18px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.05)}.light .stat{border-color:var(--line2);background:rgba(255,255,255,.45)}.stat strong{display:block;font-size:30px;letter-spacing:-.04em}.stat span{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.35}.cat-tabs{display:grid;grid-template-columns:1fr 1.25fr 1fr 1fr 1fr;gap:0;margin-bottom:28px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.035)}.cat-tab{border:0;border-right:1px solid var(--line);background:rgba(255,255,255,.035);color:#fff;padding:19px 22px;font-weight:850;cursor:pointer;text-align:left}.cat-tab:last-child{border-right:0}.cat-tab.active{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff}.category-card{min-height:405px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:rgba(3,12,23,.92);transition:.22s ease;display:grid;grid-template-rows:168px 1fr;box-shadow:0 16px 44px rgba(0,0,0,.22)}.category-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.34);box-shadow:0 28px 70px rgba(0,0,0,.35)}.category-media{position:relative;overflow:hidden;background:#0a1628}.category-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(3,12,23,.1))}.category-media img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s ease;filter:saturate(.95) contrast(1.05)}.category-card:hover .category-media img{transform:scale(1.04)}.category-body{padding:22px 18px 18px;display:flex;flex-direction:column;min-height:0}.category-body h3{font-size:22px;margin-bottom:10px}.category-body p{color:var(--muted);font-size:14px;line-height:1.52;margin:0 0 18px}.category-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:14px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.tag{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);color:var(--muted);font-size:12px;font-weight:800}.partners-preview{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.logo-tile{min-height:76px;border:1px solid rgba(255,255,255,.10);border-radius:8px;background:linear-gradient(145deg,#fff,#e9eef5);display:grid;place-items:center;padding:18px 22px;box-shadow:0 15px 34px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.8);transition:.22s ease;position:relative;overflow:hidden}.logo-tile:after{content:"";position:absolute;left:8%;right:8%;bottom:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent2),transparent);opacity:.52}.logo-tile:hover{transform:translateY(-4px);box-shadow:0 26px 65px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.95)}.logo-tile img{max-width:88%;max-height:54px;object-fit:contain;display:block}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.partner-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.04));padding:18px;min-height:295px;transition:.22s ease;position:relative;overflow:hidden}.partner-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.32)}.partner-card .logo-tile{height:140px;margin-bottom:18px;transform:none;border-radius:12px}.partner-card .logo-tile img{max-height:75px}.partner-card h3{font-size:21px;margin-bottom:8px}.partner-card p{color:var(--muted);font-size:14px;line-height:1.55}.partner-title{color:#fff;font-weight:850;margin-bottom:6px}.catalog-box{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.055);box-shadow:var(--shadow);overflow:hidden}.catalog-top{display:grid;grid-template-columns:1fr 380px;gap:18px;align-items:end;padding:28px;border-bottom:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035))}.field{display:grid;gap:7px}.field label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:900}input,textarea,select{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.075);color:#fff;border-radius:8px;padding:14px 15px;outline:none}select option{color:#111c31}textarea{min-height:128px;resize:vertical}input::placeholder,textarea::placeholder{color:rgba(244,247,251,.46)}.catalog-body{padding:28px}.catalog-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.brand-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.brand-pill{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);color:var(--muted);font-size:12px;font-weight:800}.catalog-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-card,.catalog-info{padding:18px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055)}.product-card b,.catalog-info b{display:block;margin-bottom:7px}.product-card span,.catalog-info li,.catalog-info span{color:var(--muted);font-size:14px;line-height:1.48}.catalog-info ul{margin:12px 0 0;padding-left:18px}.service-band{border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,rgba(143,33,71,.35),rgba(255,255,255,.045));box-shadow:var(--shadow);display:grid;grid-template-columns:1.12fr .88fr;overflow:hidden}.service-band>div{padding:36px}.service-band .left{background:linear-gradient(135deg,rgba(143,33,71,.55),rgba(143,33,71,.17))}.upload-box{margin-top:18px;border:1px dashed rgba(255,255,255,.32);border-radius:10px;padding:22px;text-align:center;color:var(--muted);background:rgba(0,0,0,.12)}.home-bottom{display:grid;grid-template-columns:.95fr 1.05fr .65fr;gap:14px}.home-bottom .glass{min-height:235px}.home-bottom .request-panel{background:linear-gradient(135deg,rgba(143,33,71,.88),rgba(93,24,55,.85));border-color:rgba(196,55,102,.52)}.contact-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;align-items:start}.form{display:grid;gap:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-mini{padding:24px;border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.035));border:1px solid var(--line);color:#fff;box-shadow:0 18px 65px rgba(0,0,0,.22)}.contact-mini h3{font-size:28px}.contact-line{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}.contact-line span:first-child{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.contact-line b,.contact-line a{font-size:15px;font-weight:850}.details-box{margin-top:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055);padding:16px}.details-box summary{cursor:pointer;font-weight:900}.requisites{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 18px;font-size:14px;margin-top:18px}.req-item{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1)}.req-item span{display:block;color:var(--muted2);font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;margin-bottom:5px}.req-item b{color:#fff;font-weight:750;line-height:1.45}.footer{border-top:1px solid var(--line);padding:30px 0;color:var(--muted);font-size:13px}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.mobile-call{display:none}.hide{display:none!important}
@media(max-width:1080px){.main-nav{display:none}.menu-btn{display:inline-flex}.main-nav.open{display:flex;position:fixed;left:18px;right:18px;top:82px;flex-direction:column;align-items:stretch;background:rgba(7,17,31,.98);border:1px solid var(--line);border-radius:18px;padding:18px}.top-phone{display:none}.hero{min-height:auto}.grid-2,.catalog-top,.catalog-detail-grid,.contact-layout,.service-band,.home-bottom{grid-template-columns:1fr}.grid-3,.partners-grid{grid-template-columns:repeat(2,1fr)}.grid-4,.hero-features{grid-template-columns:repeat(2,1fr)}.partners-preview{grid-template-columns:repeat(3,1fr)}.product-grid,.stats{grid-template-columns:repeat(2,1fr)}.cat-tabs{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.container{width:min(100% - 26px,var(--max))}.topbar-inner{height:70px}.brand{min-width:0}.brand-title small{display:none}.logo-mark{width:43px;height:43px}.topbar .btn:not(.menu-btn){display:none}.hero{padding:58px 0 44px}.hero.hero-small{min-height:auto}.hero:after{background-position:70% center}h1{font-size:43px}.section{padding:58px 0}.section-head{display:grid}.grid-3,.grid-4,.partners-grid,.partners-preview,.stats,.product-grid,.form-row,.requisites,.hero-features,.cat-tabs{grid-template-columns:1fr}.hero-features{border:1px solid var(--line)}.feature-mini{border-right:0;border-bottom:1px solid var(--line)}.feature-mini:last-child{border-bottom:0}.glass,.panel{padding:22px}.catalog-title-row{display:grid}.brand-pills{justify-content:flex-start}.contact-line{grid-template-columns:1fr;gap:6px}.service-band>div{padding:24px}.footer-inner{display:grid}.mobile-call{position:fixed;display:flex;left:13px;right:13px;bottom:13px;z-index:80}.mobile-call .btn{width:100%}}


/* v7 polish: fixed catalog photocard system */
.category-card{
  min-height: 382px;
  display:flex;
  flex-direction:column;
  grid-template-rows:unset;
}
.category-media{
  flex:0 0 156px;
  min-height:156px;
}
.category-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:38px 18px 18px;
}
.category-body p{
  margin:0 0 14px;
}
.category-card .tag-row{
  display:none;
}
.category-actions{
  margin-top:auto;
  padding-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:flex-start;
}
.category-actions .btn.small{
  min-width:118px;
  text-align:center;
}
.category-actions .btn.ghost.small{
  min-width:132px;
}
.category-card
.catalog-visual-card{
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:0 22px 60px rgba(0,0,0,.24);
}
.catalog-visual-card .visual-photo{
  position:relative;
  min-height:210px;
  background:#0a1628;
}
.catalog-visual-card .visual-photo img{
  width:100%;height:100%;min-height:210px;object-fit:cover;display:block;filter:saturate(.96) contrast(1.08);
}
.catalog-visual-card .visual-photo:after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,23,.05),rgba(3,12,23,.72));
}
.visual-brand-strip{
  padding:18px;
  display:grid;
  gap:12px;
}
.visual-brand-strip b{
  font-size:14px;
  letter-spacing:.02em;
}
.visual-logo-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.visual-logo-pill{
  min-width:118px;
  height:54px;
  display:grid;
  place-items:center;
  padding:10px 16px;
  border-radius:10px;
  background:linear-gradient(145deg,#fff,#e9eef5);
  border:1px solid rgba(255,255,255,.74);
  box-shadow:0 12px 28px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.7);
}
.visual-logo-pill img{max-width:98px;max-height:34px;display:block;object-fit:contain;}
.quick-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:14px;
}
.quick-point{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  border-radius:14px;
  padding:14px;
}
.quick-point b{display:block;margin-bottom:6px;font-size:14px;}
.quick-point span{color:var(--muted);font-size:13px;line-height:1.45;}
.about-rich-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch;}
.about-stack{display:grid;gap:18px;}
.about-list{display:grid;gap:12px;margin-top:18px;}
.about-list-item{display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:start;padding:14px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(255,255,255,.045);}
.about-list-item i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(196,55,102,.14);border:1px solid rgba(196,55,102,.38);font-style:normal;color:#fff;}
.about-list-item b{display:block;margin-bottom:5px;}
.about-list-item span{display:block;color:var(--muted);line-height:1.48;font-size:14px;}
.direction-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px;}
.direction-chip{padding:16px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(255,255,255,.055);color:#fff;font-weight:850;min-height:76px;display:flex;align-items:center;}
.client-types{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.client-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.04));}
.client-card b{display:block;margin-bottom:8px;font-size:18px;}.client-card span{color:var(--muted);line-height:1.55;font-size:14px;}
@media(max-width:1080px){
  .about-rich-grid,.client-types{grid-template-columns:1fr;}
  .direction-strip{grid-template-columns:repeat(2,1fr);}
  .quick-points{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .category-card{min-height:auto;}
  .category-actions{flex-wrap:wrap;}
  .category-actions .btn.small,.category-actions .btn.ghost.small{min-width:0;flex:1 1 100%;}
  .direction-strip{grid-template-columns:1fr;}
  .visual-logo-pill{min-width:100%;}
}


/* v8 patch: clean final client photocards */
.hero:after{
  background:linear-gradient(90deg,rgba(3,12,24,.96) 0%,rgba(3,12,24,.88) 28%,rgba(3,12,24,.44) 56%,rgba(3,12,24,.18) 100%),url('../img/hero-cover.webp') center right/cover no-repeat;
}
.hero.hero-light:after{
  background:linear-gradient(90deg,rgba(3,12,24,.96) 0%,rgba(3,12,24,.88) 28%,rgba(3,12,24,.44) 56%,rgba(3,12,24,.18) 100%),url('../img/hero-cover.webp') center right/cover no-repeat;
}
.category-card{
  min-height:382px;
  display:flex;
  flex-direction:column;
  grid-template-rows:unset;
}
.category-media{
  flex:0 0 156px;
  min-height:156px;
}
.category-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:18px 18px 18px;
}
.category-body h3{min-height:48px;}
.category-body p{margin:0 0 14px;}
.category-actions{
  margin-top:auto;
  padding-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:flex-start;
}
.category-actions .btn.small{min-width:118px;text-align:center;}
.category-actions .btn.ghost.small{min-width:132px;}
.category-media:before,
.catalog-visual-card .visual-photo.quick-visual{
  min-height:172px;
  background:linear-gradient(145deg,#0e2138,#06111e);
}
.catalog-visual-card .visual-photo.quick-visual img{
  min-height:172px;
  width:100%;height:172px;object-fit:cover;filter:none;
}
.catalog-visual-card .visual-photo.quick-visual:after{
  background:linear-gradient(180deg,rgba(3,12,23,.02),rgba(3,12,23,.18));
}
.visual-brand-strip{padding:16px 18px 18px;}
.quick-points{margin-top:12px;}
@media(max-width:640px){.category-body h3{min-height:auto}.category-actions{flex-wrap:wrap}.category-actions .btn.small,.category-actions .btn.ghost.small{min-width:0;flex:1 1 100%;}}


/* v9 vendor-list layer */
.position-line{margin:2px 0 14px;color:#d7e3f3;font-size:12px;line-height:1.45;opacity:.92}
.position-cloud{margin-top:14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px;background:rgba(255,255,255,.045)}
.position-cloud b{display:block;margin-bottom:10px}.position-cloud div{display:flex;flex-wrap:wrap;gap:8px}.position-cloud span{padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);color:var(--muted);font-size:12px;font-weight:800}.vendor-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.vendor-stats .stat{background:rgba(255,255,255,.075)}.vendor-toolbar{display:grid;grid-template-columns:1fr 310px 220px;gap:12px;margin-bottom:22px;align-items:end}.vendor-toolbar .field{display:grid;gap:7px}.vendor-toolbar label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:900}.vendor-toolbar input,.vendor-toolbar select{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.065);color:#fff;border-radius:12px;padding:14px 15px;outline:none}.vendor-toolbar option{color:#13203a}.vendor-count{align-self:center;color:var(--muted);font-size:13px;font-weight:850;text-align:right}.vendor-list{display:grid;gap:12px}.vendor-row{border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035));padding:18px;display:grid;grid-template-columns:300px 1fr;gap:18px;align-items:start;box-shadow:0 14px 42px rgba(0,0,0,.18)}.vendor-meta span{display:inline-flex;margin-bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(196,55,102,.12);border:1px solid rgba(196,55,102,.28);color:#f2adc4;font-size:11px;font-weight:900}.vendor-meta b{display:block;font-size:18px;line-height:1.25}.vendor-meta small{display:block;margin-top:7px;color:var(--muted);font-size:13px}.vendor-brands{display:flex;flex-wrap:wrap;gap:8px}.vendor-chip{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.065);color:#eef4ff;font-size:13px;font-weight:750}.vendor-cta{margin-top:18px}.vendor-note{border-left:3px solid var(--accent2);padding:14px 16px;border-radius:12px;background:rgba(196,55,102,.08);color:var(--muted);font-size:14px;line-height:1.55}@media(max-width:900px){.vendor-toolbar{grid-template-columns:1fr}.vendor-count{text-align:left}.vendor-row{grid-template-columns:1fr}.vendor-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.vendor-stats{grid-template-columns:1fr}.vendor-chip{width:100%;border-radius:10px}.vendor-row{padding:15px}}

/* v10: manufacturers page as a sales asset */
.vendors-hero .hero-subtitle{max-width:760px}.vendor-stats-hero{max-width:980px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.value-card{border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.04));padding:22px;min-height:150px;box-shadow:0 18px 55px rgba(0,0,0,.20)}.value-card b{display:block;font-size:18px;margin-bottom:10px}.value-card span{display:block;color:var(--muted);font-size:14px;line-height:1.55}.vendor-master-card{border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,rgba(143,33,71,.45),rgba(255,255,255,.055));box-shadow:var(--shadow);display:grid;grid-template-columns:.78fr 1.22fr;overflow:hidden}.vendor-master-copy{padding:36px;background:radial-gradient(circle at 18% 10%,rgba(255,255,255,.13),transparent 30%),linear-gradient(135deg,rgba(143,33,71,.52),rgba(143,33,71,.18))}.vendor-master-copy h2{font-size:clamp(34px,4.8vw,64px)}.vendor-master-copy p{color:#f2dbe4;line-height:1.62;max-width:520px}.soft-label{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);color:#f4ccdb;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:18px}.vendor-master-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.vendor-master-panel{padding:28px;background:rgba(3,12,23,.32)}.vendor-toolbar-main{grid-template-columns:1fr 280px;align-items:end;margin-bottom:18px}.vendor-toolbar-main .vendor-count{grid-column:1/-1;text-align:left}.all-manufacturer-cloud{max-height:360px;overflow:auto;display:flex;flex-wrap:wrap;gap:8px;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(0,0,0,.13)}.vendor-chip.strong{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.16);color:#fff}.vendor-chip.more{background:rgba(196,55,102,.16);border-color:rgba(196,55,102,.38);color:#ffc4d8}.vendor-direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.vendor-direction-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));padding:22px;min-height:330px;display:flex;flex-direction:column;gap:14px;box-shadow:0 18px 55px rgba(0,0,0,.20);transition:.22s ease}.vendor-direction-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.30)}.vendor-direction-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.vendor-direction-top i{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(196,55,102,.16);border:1px solid rgba(196,55,102,.40);font-style:normal;font-weight:900}.vendor-direction-top span{font-size:12px;color:var(--muted);font-weight:850}.vendor-direction-card h3{font-size:24px;letter-spacing:-.02em}.vendor-direction-card p{color:var(--muted);line-height:1.55;margin:0}.direction-position-list{display:flex;flex-wrap:wrap;gap:8px}.direction-position-list b{padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);font-size:12px;color:#fff}.vendor-brands.mini{max-height:96px;overflow:hidden}.vendor-direction-card .link-more{margin-top:auto}.vendor-home-card{background:radial-gradient(circle at 82% 16%,rgba(196,55,102,.16),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.04))}
@media(max-width:1080px){.value-grid{grid-template-columns:repeat(2,1fr)}.vendor-master-card{grid-template-columns:1fr}.vendor-direction-grid{grid-template-columns:repeat(2,1fr)}.vendor-toolbar-main{grid-template-columns:1fr}}
@media(max-width:680px){.value-grid,.vendor-direction-grid{grid-template-columns:1fr}.vendor-master-copy,.vendor-master-panel{padding:22px}.all-manufacturer-cloud{max-height:420px}.vendor-master-actions .btn{width:100%}}

/* v10.1 approved: clean sales photocards + popular manufacturer tiles */
.category-card{
  min-height:342px;
  border-radius:10px;
  display:flex !important;
  flex-direction:column !important;
  background:linear-gradient(180deg,rgba(5,15,27,.96),rgba(4,12,22,.98));
  border:1px solid rgba(225,236,249,.18);
  box-shadow:0 18px 54px rgba(0,0,0,.28);
}
.category-media{flex:0 0 148px;min-height:148px;position:relative;}
.category-media:before{display:none!important;content:none!important;}
.category-media:after{background:linear-gradient(180deg,rgba(3,12,23,0),rgba(3,12,23,.32))!important;}
.category-media img{height:100%;object-fit:cover;object-position:center;filter:saturate(.98) contrast(1.06) brightness(.92);}
.category-body{flex:1;display:flex!important;flex-direction:column!important;padding:17px 17px 16px!important;}
.category-body h3{min-height:44px;font-size:21px;line-height:1.05;margin:0 0 10px;letter-spacing:-.02em;}
.category-body p{color:#c7d4e6;font-size:13px;line-height:1.45;margin:0!important;min-height:38px;}
.position-line{display:none!important;}
.category-actions{margin-top:auto!important;padding-top:16px!important;display:flex!important;gap:10px!important;flex-wrap:nowrap!important;align-items:center!important;}
.category-actions .btn.small{min-width:114px;padding:10px 13px;white-space:nowrap;}
.category-actions .btn.ghost.small{min-width:128px;padding:10px 13px;white-space:nowrap;}


.popular-logo-grid{grid-template-columns:repeat(5,1fr);gap:12px;}
.popular-logo-grid{
  grid-auto-rows:80px;
  align-items:stretch;
}

/* Unified public header and callback MVP — 2026-07-20 */
.header-actions.header-direct-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.header-direct-action{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  padding:0 14px;
  color:#fff;
  background:rgba(255,255,255,.045);
  font:inherit;
  font-size:11px;
  font-weight:900;
  line-height:1.15;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.header-direct-action:hover,
.header-direct-action:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(255,178,204,.62);
  outline:none;
}
.header-direct-action-primary{
  border-color:rgba(196,55,102,.72);
  background:linear-gradient(135deg,#9d2e54,#6d2039);
  box-shadow:0 12px 28px rgba(109,32,57,.28);
}
.header-direct-contact-stack{
  min-width:158px;
  display:grid;
  align-content:center;
  gap:2px;
  padding:3px 10px 3px 12px;
  border-left:1px solid rgba(255,255,255,.18);
}
.header-direct-contact{
  display:block;
  color:#fff;
  line-height:1.15;
  text-decoration:none;
  white-space:nowrap;
  transition:color .18s ease,transform .18s ease;
}
.header-direct-contact:hover,
.header-direct-contact:focus-visible{
  color:#ffd7e5;
  outline:none;
  transform:translateX(2px);
}
.header-direct-contact-phone{
  font-size:14px;
  font-weight:900;
  letter-spacing:.01em;
}
.header-direct-contact-email{
  color:#bfc9d9;
  font-size:9.5px;
  font-weight:750;
}
.header-direct-action-contact{
  background:rgba(255,255,255,.035);
}
.mobile-nav-actions{display:none}
.request-panel-minimal{
  max-width:760px;
  padding:30px;
}
.request-panel-minimal>h2{margin-bottom:10px}
.request-form-lead{
  max-width:620px;
  margin:0 0 22px;
  color:#c8d3e3;
  font-size:14px;
  line-height:1.55;
}

/* Contacts reuse the approved homepage request component as a single source
   of visual and interaction truth. The wrapper only controls its placement
   beside the company details card. */
.contacts-page .contact-request-column{
  min-width:0;
}
.contacts-page .contact-request-column .home-desktop-eyebrow-form{
  margin-top:0;
}
.contacts-page .contact-request-column .home-request-card{
  width:100%;
  max-width:640px;
}
.contacts-page .contact-mini{
  margin-top:32px;
}

@media(max-width:1080px){
  .contacts-page .contact-mini{
    width:min(640px,100%);
    margin:0 auto;
  }
}
.request-panel-minimal .form{gap:15px}
.request-panel-minimal .upload-box{margin-top:0}
.request-panel-minimal .sym-request-selection:not([hidden]){margin-bottom:2px}
.callback-modal[hidden]{display:none!important}
.callback-modal{
  position:fixed;
  inset:0;
  z-index:250;
  display:grid;
  place-items:center;
  padding:20px;
}
.callback-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,8,16,.78);
  backdrop-filter:blur(10px);
}
.callback-modal-dialog{
  position:relative;
  z-index:1;
  width:min(470px,100%);
  border:1px solid rgba(214,168,185,.32);
  border-radius:20px;
  background:linear-gradient(145deg,#142640,#0a1728 64%,#171525);
  box-shadow:0 34px 100px rgba(0,0,0,.58);
  padding:30px;
}
.callback-modal-dialog h2{font-size:clamp(30px,5vw,42px)}
.callback-modal-dialog>p{margin:12px 0 22px;color:#c8d3e3;line-height:1.55}
.callback-modal-kicker{
  display:block;
  margin:0 0 8px;
  color:#ffb2cc;
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.callback-modal-close{
  position:absolute;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.055);
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.callback-form{display:grid;gap:14px}
.callback-form .field span{
  color:#c8d3e3;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.callback-form .btn{width:100%}
.callback-form .form-status{min-height:20px;margin:0}
.callback-form .form-status.success{color:#b9f3cd}
.callback-form .form-status.error{color:#ffb2c4}
body.has-callback-modal{overflow:hidden}

@media(max-width:1180px){
  .header-direct-action{padding:0 11px;font-size:11px}
  .header-direct-contact-stack{min-width:145px;padding-inline:9px}
  .header-direct-contact-phone{font-size:12.5px}
  .header-direct-contact-email{font-size:9px}
}
@media(max-width:1080px){
  #mainNav.main-nav.open .mobile-nav-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.1);
  }
  #mainNav.main-nav.open .mobile-nav-actions .header-direct-action-primary{grid-column:1/-1}
  #mainNav.main-nav.open .mobile-nav-actions .header-direct-action{min-height:46px}
}
@media(max-width:760px){
  .header-actions.header-direct-actions{display:none}
  .role-entry-link-action{font-size:12px}
  .callback-modal{padding:12px}
  .callback-modal-dialog{padding:26px 18px 20px;border-radius:17px}
}
@media(max-width:430px){
  #mainNav.main-nav.open .mobile-nav-actions{grid-template-columns:1fr}
}

/* PNP role navigation demo 2026-07-17:
   desktop disclosure + mobile accordion, with /for-whom kept as the fallback hub. */
.pnp-role-nav{
  display:flex;
  align-self:stretch;
  align-items:center;
  min-width:0;
}
.pnp-role-nav-trigger{
  appearance:none;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  color:inherit;
  background:transparent;
  font:inherit;
  white-space:nowrap;
  cursor:pointer;
  transition:color .18s ease;
}
.pnp-role-nav-trigger:hover,
.pnp-role-nav-trigger:focus-visible,
.pnp-role-nav-trigger.active,
.pnp-role-nav-trigger.is-open{
  color:#fff;
}
.pnp-role-nav-trigger:focus-visible{
  outline:2px solid rgba(214,168,185,.9);
  outline-offset:7px;
  border-radius:4px;
}
.pnp-role-nav-trigger.active:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:#6D2039;
}
.pnp-role-nav-chevron{
  width:7px;
  height:7px;
  margin-top:-4px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  opacity:.78;
  transform:rotate(45deg);
  transition:transform .18s ease,margin .18s ease,opacity .18s ease;
}
.pnp-role-nav-trigger.is-open .pnp-role-nav-chevron{
  margin-top:4px;
  opacity:1;
  transform:rotate(225deg);
}
.pnp-role-nav-panel{
  position:absolute;
  left:50%;
  top:calc(100% + 10px);
  z-index:2100;
  width:min(940px,calc(100vw - 38px));
  color:#fff;
  white-space:normal;
  transform:translateX(-50%);
  animation:pnp-role-nav-in .16s ease both;
}
.pnp-role-nav-panel[hidden]{
  display:none!important;
}
.pnp-role-nav-panel:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:14px;
}
@keyframes pnp-role-nav-in{
  from{opacity:0;transform:translate(-50%,8px)}
  to{opacity:1;transform:translate(-50%,0)}
}
.pnp-role-nav-shell{
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid rgba(225,236,249,.2);
  border-radius:18px;
  background:
    radial-gradient(circle at 7% 0%,rgba(109,32,57,.36),transparent 34%),
    radial-gradient(circle at 95% 100%,rgba(118,143,176,.15),transparent 34%),
    linear-gradient(145deg,rgba(8,20,38,.99),rgba(24,39,64,.985));
  box-shadow:0 30px 92px rgba(0,0,0,.48);
  backdrop-filter:blur(20px);
}
.pnp-role-nav-head{
  display:grid;
  grid-template-columns:180px 240px minmax(0,1fr);
  align-items:center;
  gap:18px;
  min-width:0;
  padding:2px 4px 13px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.pnp-role-nav-head>span{
  color:#d8c7b5;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.pnp-role-nav-head>strong{
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.02em;
}
.pnp-role-nav-head>p{
  margin:0;
  color:#b7c4d5;
  font-size:13px;
  line-height:1.45;
}
.pnp-role-nav-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.pnp-role-nav-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) 22px;
  grid-template-rows:auto 1fr;
  column-gap:11px;
  row-gap:8px;
  min-width:0;
  min-height:112px;
  padding:17px!important;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  transition:transform .18s ease,border-color .18s ease,background .18s ease!important;
}
.pnp-role-nav-card:hover,
.pnp-role-nav-card:focus-visible,
.pnp-role-nav-card.active{
  z-index:1;
  border-color:rgba(214,168,185,.48);
  background:linear-gradient(145deg,rgba(109,32,57,.38),rgba(255,255,255,.055));
  transform:translateY(-2px);
}
.pnp-role-nav-card:focus-visible,
.pnp-role-nav-procurement:focus-visible,
.pnp-role-nav-overview:focus-visible{
  outline:2px solid rgba(214,168,185,.88);
  outline-offset:2px;
}
.pnp-role-nav-index{
  grid-row:1/3;
  color:#d8c7b5;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
}
.pnp-role-nav-card>strong{
  min-width:0;
  font-size:16px;
  line-height:1.2;
  overflow-wrap:normal;
  word-break:normal;
}
.pnp-role-nav-card>small{
  min-width:0;
  color:#b7c4d5;
  font-size:12px;
  line-height:1.45;
  overflow-wrap:normal;
  word-break:normal;
}
.pnp-role-nav-arrow{
  grid-column:3;
  grid-row:1/3;
  align-self:center;
  justify-self:end;
  color:#d6a8b9;
  font-size:18px;
  font-weight:900;
}
.pnp-role-nav-footer{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);
  gap:10px;
}
.pnp-role-nav-procurement,
.pnp-role-nav-overview{
  position:relative!important;
  min-width:0;
  min-height:52px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  color:#fff!important;
  background:rgba(255,255,255,.035);
  transition:border-color .18s ease,background .18s ease!important;
}
.pnp-role-nav-procurement{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 22px;
  align-items:center;
  gap:12px;
  padding:11px 14px!important;
}
.pnp-role-nav-procurement>span:first-child{
  display:flex;
  min-width:0;
  align-items:baseline;
  gap:10px;
}
.pnp-role-nav-procurement strong{
  flex:0 0 auto;
  font-size:13px;
}
.pnp-role-nav-procurement small{
  min-width:0;
  color:#b7c4d5;
  font-size:12px;
  line-height:1.35;
}
.pnp-role-nav-procurement .pnp-role-nav-arrow{
  grid-column:2;
  grid-row:1;
}
.pnp-role-nav-overview{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 14px!important;
  color:#d8e1ec!important;
  font-size:12.5px!important;
  font-weight:850!important;
  line-height:1.35;
}
.pnp-role-nav-procurement:hover,
.pnp-role-nav-procurement:focus-visible,
.pnp-role-nav-overview:hover,
.pnp-role-nav-overview:focus-visible,
.pnp-role-nav-overview.active{
  border-color:rgba(214,168,185,.42);
  background:rgba(109,32,57,.24);
}

@media(max-width:1080px){
  .main-nav.open{
    max-height:calc(100dvh - 112px);
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-gutter:stable;
  }
  .pnp-role-nav{
    display:block;
    width:100%;
  }
  .pnp-role-nav-trigger{
    justify-content:space-between;
    width:100%;
    height:46px;
    max-height:46px;
    flex:0 0 46px;
    min-height:46px;
    padding:0 13px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    color:#fff;
    background:rgba(255,255,255,.055);
    font-size:14px;
    font-weight:850;
    text-align:left;
  }
  .pnp-role-nav-trigger.active,
  .pnp-role-nav-trigger.is-open{
    border-color:rgba(214,168,185,.42);
    background:linear-gradient(135deg,rgba(109,32,57,.72),rgba(255,255,255,.07));
  }
  .pnp-role-nav-trigger.active:after{
    content:none;
  }
  .pnp-role-nav-trigger:focus-visible{
    outline-offset:2px;
  }
  .pnp-role-nav-panel{
    position:static;
    width:100%;
    margin-top:7px;
    transform:none;
    animation:pnp-role-nav-mobile-in .16s ease both;
  }
  .pnp-role-nav-panel:before{
    display:none;
  }
  @keyframes pnp-role-nav-mobile-in{
    from{opacity:0;transform:translateY(-5px)}
    to{opacity:1;transform:translateY(0)}
  }
  .pnp-role-nav-shell{
    gap:9px;
    padding:10px;
    border-radius:14px;
    background:
      radial-gradient(circle at 90% 0%,rgba(109,32,57,.25),transparent 38%),
      linear-gradient(145deg,rgba(6,17,33,.98),rgba(18,34,57,.98));
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
  }
  .pnp-role-nav-head{
    display:grid;
    grid-template-columns:1fr;
    gap:4px;
    padding:4px 4px 10px;
  }
  .pnp-role-nav-head>span{
    font-size:9px;
  }
  .pnp-role-nav-head>strong{
    font-size:18px;
  }
  .pnp-role-nav-head>p{
    font-size:12px;
  }
  .pnp-role-nav-grid,
  .pnp-role-nav-footer{
    grid-template-columns:1fr;
    gap:7px;
  }
  .pnp-role-nav-card{
    grid-template-columns:minmax(0,1fr) 22px;
    grid-template-rows:auto auto;
    min-height:64px;
    padding:11px 12px!important;
    row-gap:3px;
  }
  .pnp-role-nav-card:hover,
  .pnp-role-nav-card:focus-visible,
  .pnp-role-nav-card.active{
    transform:none;
  }
  .pnp-role-nav-index{
    display:none;
  }
  .pnp-role-nav-card>strong{
    grid-column:1;
    font-size:14px;
  }
  .pnp-role-nav-card>small{
    grid-column:1;
    font-size:11.5px;
    line-height:1.35;
  }
  .pnp-role-nav-card>.pnp-role-nav-arrow{
    grid-column:2;
    grid-row:1/3;
  }
  .pnp-role-nav-procurement{
    min-height:58px;
  }
  .pnp-role-nav-procurement>span:first-child{
    display:grid;
    gap:3px;
  }
  .pnp-role-nav-overview{
    min-height:48px;
  }
}

@media(max-width:680px){
  #mainNav.main-nav.open{
    max-height:calc(100dvh - 158px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    padding-bottom:12px!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-trigger{
    display:flex!important;
    height:46px!important;
    max-height:46px!important;
    flex:0 0 46px!important;
    min-height:46px!important;
    padding:0 13px!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-panel a:after{
    content:none!important;
    display:none!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-card{
    display:grid!important;
    min-height:64px!important;
    padding:11px 12px!important;
    border-radius:11px!important;
    background:rgba(255,255,255,.045)!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-card.active{
    background:linear-gradient(135deg,rgba(109,32,57,.6),rgba(255,255,255,.055))!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-procurement{
    display:grid!important;
    min-height:58px!important;
    padding:10px 12px!important;
    background:rgba(255,255,255,.045)!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-overview{
    display:flex!important;
    min-height:48px!important;
    padding:10px 12px!important;
    background:rgba(255,255,255,.045)!important;
  }
}

/* Homepage advantage console: optical vertical centering for all six compact cards. */
@media(min-width:901px){
  #why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card{
    justify-content:center!important;
    padding-block:12px!important;
  }
  #why-pnp[data-why-variant="console"] .why-tech-card__top{
    margin:0 0 6px!important;
    transform:translateY(-3px);
  }
  #why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card h3{
    margin:0!important;
    transform:translateY(-3px)!important;
  }
}

/* Final desktop guard: the homepage request action remains the dominant hero CTA. */
@media(min-width:901px){
  body .hero-v13 .hero-actions .hero-primary-cta{
    min-width:224px;
    border:1px solid rgba(255,164,198,.78)!important;
    background:linear-gradient(135deg,#c02e64 0%,#9b2450 56%,#771b3e 100%)!important;
    box-shadow:0 20px 46px rgba(143,33,71,.5),inset 0 1px 0 rgba(255,255,255,.2)!important;
  }
  body .hero-v13 .hero-actions .hero-primary-cta:hover,
  body .hero-v13 .hero-actions .hero-primary-cta:focus-visible{
    border-color:rgba(255,220,232,.96)!important;
    background:linear-gradient(135deg,#d23872 0%,#ac295a 56%,#861f47 100%)!important;
    box-shadow:0 26px 62px rgba(143,33,71,.62),0 0 0 4px rgba(210,56,114,.14)!important;
  }
  body .hero-v13 .hero-actions .hero-commercial-cta{
    min-width:330px;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.58)!important;
    background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.055))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 34px rgba(0,0,0,.2)!important;
    backdrop-filter:blur(8px);
  }
  body .hero-v13 .hero-actions .hero-commercial-cta:hover,
  body .hero-v13 .hero-actions .hero-commercial-cta:focus-visible{
    border-color:rgba(255,190,214,.94)!important;
    background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.085))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.26),0 20px 46px rgba(0,0,0,.28),0 0 0 3px rgba(210,56,114,.13)!important;
  }
  body .hero-v13 .hero-actions .hero-primary-cta span,
  body .hero-v13 .hero-actions .hero-commercial-cta span{
    transition:transform .18s ease;
  }
  body .hero-v13 .hero-actions .hero-primary-cta:hover span,
  body .hero-v13 .hero-actions .hero-primary-cta:focus-visible span,
  body .hero-v13 .hero-actions .hero-commercial-cta:hover span,
  body .hero-v13 .hero-actions .hero-commercial-cta:focus-visible span{
    transform:translateX(4px);
  }
}

/* Homepage desktop MVP: numbered advantages and a stronger primary request CTA. */
.why-tech-card__index {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #e6d3c1 !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: .16em !important;
  line-height: 1;
}

@media (min-width: 901px) {
  .hero-primary-cta {
    position: relative;
    min-width: 224px;
    border: 1px solid rgba(255, 164, 198, .72);
    background: linear-gradient(135deg, #b7275b 0%, #8f2147 58%, #711a3b 100%);
    box-shadow: 0 18px 42px rgba(143, 33, 71, .44), inset 0 1px 0 rgba(255, 255, 255, .18);
  }

  .hero-primary-cta span {
    transition: transform .18s ease;
  }

  .hero-primary-cta:hover,
  .hero-primary-cta:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 210, 226, .92);
    background: linear-gradient(135deg, #c93369 0%, #9c2450 58%, #7d1d41 100%);
    box-shadow: 0 24px 58px rgba(143, 33, 71, .56), 0 0 0 4px rgba(201, 51, 105, .12);
    outline: none;
  }

  .hero-primary-cta:hover span,
  .hero-primary-cta:focus-visible span {
    transform: translateX(4px);
  }
}

/* About workflow 2026-07-21: single-device process refinement. */
.about-page .about-workflow{
  grid-template-columns:minmax(360px,.9fr) minmax(390px,1.1fr);
  gap:clamp(38px,6vw,82px);
}
.about-page .about-workflow-step{
  min-height:clamp(290px,42svh,380px);
}
.about-page .about-workflow-visual{
  position:relative;
  display:grid;
  place-items:start center;
  min-width:0;
}
.about-page .about-workflow-visual::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:min(560px,100%);
  aspect-ratio:1;
  border:1px solid rgba(227,106,148,.12);
  border-radius:50%;
  background:repeating-radial-gradient(circle,transparent 0 54px,rgba(171,197,224,.06) 55px 56px,transparent 57px 92px);
  pointer-events:none;
  transform:translate(-50%,-50%);
}
.about-page .about-workflow-sticky{
  display:grid;
  place-items:center;
  top:94px;
  width:100%;
  height:min(720px,calc(100svh - 118px));
  min-height:600px;
}
.about-page .about-workflow-console{
  position:relative;
  width:clamp(330px,32vw,370px);
  max-width:100%;
  height:100%;
  aspect-ratio:auto;
  overflow:hidden;
  border:10px solid #050d17;
  border-radius:46px;
  background:
    radial-gradient(circle at 84% 22%,rgba(157,46,84,.2),transparent 29%),
    linear-gradient(145deg,#122740,#071522 72%);
  box-shadow:0 42px 92px rgba(0,0,0,.52),0 0 0 1px rgba(187,207,229,.18),inset 0 0 0 1px rgba(255,255,255,.04);
  isolation:isolate;
}
.about-page .about-workflow-console::before{
  inset:0;
  opacity:.38;
  background-image:
    linear-gradient(rgba(171,197,224,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(171,197,224,.08) 1px,transparent 1px),
    repeating-radial-gradient(circle at 86% 72%,transparent 0 56px,rgba(227,106,148,.12) 57px 58px,transparent 59px 92px);
  background-size:32px 32px,32px 32px,100% 100%;
  background-repeat:repeat,repeat,no-repeat;
}
.about-page .about-workflow-console::after{
  content:"";
  position:absolute;
  inset:6px;
  z-index:5;
  border:1px solid rgba(192,211,232,.16);
  border-radius:31px;
  pointer-events:none;
}
.about-page .about-workflow-console-head{
  position:relative;
  z-index:4;
  min-height:77px;
  padding:27px 20px 12px;
  border-bottom:1px solid rgba(171,197,224,.14);
  background:rgba(3,12,22,.58);
  backdrop-filter:blur(10px);
}
.about-page .about-workflow-console-head::before{
  content:"";
  position:absolute;
  top:8px;
  left:50%;
  width:86px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#15263a,#425a76 50%,#15263a);
  box-shadow:0 0 0 1px rgba(255,255,255,.04);
  transform:translateX(-50%);
}
.about-page .about-workflow-console-head>div:first-child{gap:3px}
.about-page .about-workflow-console-head span{
  color:#90a4bc;
  font-size:8px;
  letter-spacing:.12em;
}
.about-page .about-workflow-console-head b{
  color:#f4f7fb;
  font-size:12px;
}
.about-page .about-workflow-console-meta{
  display:grid;
  justify-items:end;
  gap:4px;
}
.about-page .about-workflow-console-meta span{
  padding:0;
  border:0;
  color:#d99bb4;
  background:none;
  font-size:7px;
}
.about-page .about-workflow-console-meta b{
  min-width:0;
  color:#f2c2d5;
  font-size:11px;
}
.about-page .about-workflow-screen{
  position:relative;
  z-index:2;
  min-height:0;
  overflow:hidden;
  contain:layout paint;
}
.about-page .about-workflow-scene{
  display:block;
  padding:17px 18px 16px;
  transform:translate3d(0,12px,0);
  transition:opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear .32s;
}
.about-page .about-workflow-scene.is-active{transform:none}
.about-page .about-workflow-manager{display:none}
.about-page .about-workflow-phone{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
  border:0;
  border-radius:0;
  background:none;
  color:#edf3fa;
  box-shadow:none;
}
.about-page .about-workflow-phone-notch,
.about-page .about-workflow-phone-status{display:none}
.about-page .about-workflow-phone-body{
  display:flex;
  flex-direction:column;
  gap:11px;
  height:100%;
  padding:0;
  background:none;
}
.about-page .workflow-phone-scene-head{
  display:grid;
  gap:5px;
  padding:0 2px 2px;
}
.about-page .workflow-phone-kicker{
  color:#e69ab9;
  font-size:9px;
  letter-spacing:.12em;
}
.about-page .workflow-phone-title{
  margin:0;
  color:#f7f9fc;
  font-size:clamp(23px,2.1vw,28px);
  line-height:1;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.about-page .workflow-phone-scene-head p{
  max-width:31ch;
  margin:1px 0 0;
  color:#aebed0;
  font-size:11px;
  line-height:1.43;
}
.about-page .workflow-phone-module,
.about-page .workflow-phone-files-large,
.about-page .workflow-phone-question,
.about-page .workflow-phone-doc-status,
.about-page .workflow-phone-conditions,
.about-page .workflow-phone-action{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(171,197,224,.16);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.about-page .workflow-phone-module::before,
.about-page .workflow-phone-question::before,
.about-page .workflow-phone-action::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(#e36a94,#7b2949);
}
.about-page .workflow-phone-module{padding:13px}
.about-page .workflow-phone-module-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.about-page .workflow-phone-module-head>span{
  color:#8fa4bd;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.about-page .workflow-phone-module-head>b{
  padding:5px 7px;
  border:1px solid rgba(95,157,218,.34);
  border-radius:999px;
  color:#bedbf4;
  background:rgba(62,122,183,.14);
  font-size:7px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.about-page .workflow-phone-fields{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
}
.about-page .workflow-phone-fields>span{
  display:grid;
  gap:4px;
  min-width:0;
  padding:9px 8px;
  border:1px solid rgba(171,197,224,.11);
  border-radius:10px;
  background:rgba(2,10,20,.35);
}
.about-page .workflow-phone-fields small,
.about-page .workflow-phone-files-large small,
.about-page .workflow-phone-match small,
.about-page .workflow-phone-doc-status small,
.about-page .workflow-phone-package small,
.about-page .workflow-phone-conditions small,
.about-page .workflow-phone-action small{
  color:#8297b0;
  font-size:8px;
  line-height:1.3;
}
.about-page .workflow-phone-fields b{
  overflow:hidden;
  color:#eef3f9;
  font-size:9px;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.about-page .workflow-phone-files-large{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:9px;
}
.about-page .workflow-phone-files-large>span{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:8px;
  align-items:center;
  min-width:0;
  padding:8px;
  border-radius:10px;
  background:rgba(3,12,23,.48);
}
.about-page .workflow-phone-files-large i{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:10px;
  color:#f1bfd2;
  background:rgba(157,46,84,.25);
  font-size:7px;
  font-style:normal;
  font-weight:900;
}
.about-page .workflow-phone-files-large b{
  overflow:hidden;
  color:#edf3f9;
  font-size:8px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.about-page .workflow-phone-files-large small{color:#85c29e;text-transform:uppercase}
.about-page .workflow-phone-action{
  display:grid;
  gap:5px;
  margin-top:auto;
  padding:11px 12px 11px 14px;
  border-color:rgba(227,106,148,.22);
  background:linear-gradient(135deg,rgba(157,46,84,.18),rgba(22,45,70,.36));
}
.about-page .workflow-phone-action>span{
  color:#d995b1;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.about-page .workflow-phone-action>b{
  color:#f0f4f9;
  font-size:10px;
  line-height:1.35;
}
.about-page .workflow-phone-checks{
  display:grid;
  gap:6px;
}
.about-page .workflow-phone-checks>span{
  display:grid;
  grid-template-columns:25px minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  min-height:39px;
  padding:6px 7px;
  border:1px solid rgba(171,197,224,.1);
  border-radius:10px;
  background:rgba(3,12,23,.34);
}
.about-page .workflow-phone-checks i,
.about-page .workflow-phone-question i{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:8px;
  color:#bfe4cd;
  background:rgba(53,135,92,.2);
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
.about-page .workflow-phone-checks b{font-size:10px}
.about-page .workflow-phone-checks small{color:#91a5bc;font-size:8px;text-align:right}
.about-page .workflow-phone-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 11px 10px 13px;
  border-color:rgba(237,178,95,.25);
  background:rgba(180,112,27,.08);
}
.about-page .workflow-phone-question>span{
  display:flex;
  align-items:center;
  min-width:0;
  gap:8px;
}
.about-page .workflow-phone-question i{color:#f3d1a1;background:rgba(180,112,27,.2)}
.about-page .workflow-phone-question b{font-size:9px;line-height:1.3}
.about-page .workflow-phone-question em{
  flex:0 0 auto;
  padding:5px 7px;
  border-radius:999px;
  color:#f3d1a1;
  background:rgba(180,112,27,.16);
  font-size:7px;
  font-style:normal;
  font-weight:900;
  line-height:1.2;
}
.about-page .workflow-phone-match{
  display:grid;
  grid-template-columns:minmax(0,.8fr) 28px minmax(0,1.15fr);
  align-items:center;
  gap:7px;
}
.about-page .workflow-phone-match-source,
.about-page .workflow-phone-match-options>span{
  display:grid;
  gap:4px;
  padding:10px;
  border:1px solid rgba(171,197,224,.11);
  border-radius:11px;
  background:rgba(3,12,23,.42);
}
.about-page .workflow-phone-match-source>span{color:#8ca1b9;font-size:7px;font-weight:900;text-transform:uppercase}
.about-page .workflow-phone-match-source b,
.about-page .workflow-phone-match-options b{font-size:10px}
.about-page .workflow-phone-match-line{
  position:relative;
  display:grid;
  gap:22px;
}
.about-page .workflow-phone-match-line::before{
  content:"";
  position:absolute;
  left:-8px;
  right:7px;
  top:50%;
  height:1px;
  background:rgba(227,106,148,.38);
}
.about-page .workflow-phone-match-line i{
  display:block;
  width:7px;
  height:7px;
  margin-left:auto;
  border-radius:50%;
  background:#e36a94;
  box-shadow:0 0 0 4px rgba(227,106,148,.1);
}
.about-page .workflow-phone-match-options{display:grid;gap:7px}
.about-page .workflow-phone-match-options .is-ready{border-color:rgba(83,159,112,.22)}
.about-page .workflow-phone-match-options .is-question{border-color:rgba(237,178,95,.24)}
.about-page .workflow-phone-doc-status{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:9px;
}
.about-page .workflow-phone-doc-status>span{
  display:grid;
  gap:4px;
  padding:9px;
  border-radius:10px;
  background:rgba(3,12,23,.4);
}
.about-page .workflow-phone-doc-status b{font-size:9px}
.about-page .workflow-phone-package{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:91px;
}
.about-page .workflow-phone-package-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:66px;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(145deg,#9d2e54,#d35984);
  box-shadow:0 14px 28px rgba(99,23,50,.28);
  font-size:13px;
  font-weight:900;
}
.about-page .workflow-phone-package>div:last-child{display:grid;gap:4px;min-width:0}
.about-page .workflow-phone-package span{color:#8fa4bc;font-size:8px;font-weight:900;text-transform:uppercase}
.about-page .workflow-phone-package b{font-size:13px}
.about-page .workflow-phone-conditions{
  display:grid;
  gap:0;
  padding:4px 11px;
}
.about-page .workflow-phone-conditions>span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:41px;
  border-bottom:1px solid rgba(171,197,224,.1);
}
.about-page .workflow-phone-conditions>span:last-child{border-bottom:0}
.about-page .workflow-phone-conditions b{font-size:9px}
.about-page .workflow-phone-conditions small{text-align:right}
.about-page .workflow-phone-route{
  position:relative;
  display:grid;
  gap:9px;
  margin:0;
  padding:12px 13px;
}
.about-page .workflow-phone-route::before{
  left:20px;
  top:22px;
  bottom:22px;
  background:rgba(171,197,224,.2);
}
.about-page .workflow-phone-route span{
  min-height:27px;
  padding-left:31px;
  color:#93a6bc;
  font-size:9px;
}
.about-page .workflow-phone-route span::before{
  left:0;
  top:1px;
  width:17px;
  height:17px;
  border:5px solid #11253c;
  background:#60758f;
}
.about-page .workflow-phone-route .is-done::before{background:#5ca277}
.about-page .workflow-phone-route .is-current{color:#f3c5d7}
.about-page .workflow-phone-route .is-current::before{background:#e36a94;box-shadow:0 0 0 4px rgba(227,106,148,.12)}
.about-page .about-workflow-console-foot{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  min-height:68px;
  padding:11px 18px 13px;
  border-top:1px solid rgba(171,197,224,.14);
  border-bottom:0;
  background:rgba(3,12,22,.66);
  backdrop-filter:blur(10px);
}
.about-page .about-workflow-console-foot>span{
  display:block;
  overflow:hidden;
  color:#eef3f9;
  font-size:9px;
  line-height:1.35;
  letter-spacing:.035em;
  text-overflow:ellipsis;
  text-transform:none;
  white-space:nowrap;
}
.about-page .about-workflow-console-foot>span::before{
  content:"Результат · ";
  color:#d995b1;
  font-size:7px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.about-page .about-workflow-console-foot>div{gap:4px}
.about-page .about-workflow-console-foot i{width:13px;height:3px}
.about-page .about-workflow-console-foot i.is-active{width:24px}
.about-page .about-workflow-scene.is-active .workflow-phone-scene-head,
.about-page .about-workflow-scene.is-active .workflow-phone-module,
.about-page .about-workflow-scene.is-active .workflow-phone-files-large,
.about-page .about-workflow-scene.is-active .workflow-phone-question,
.about-page .about-workflow-scene.is-active .workflow-phone-doc-status,
.about-page .about-workflow-scene.is-active .workflow-phone-conditions,
.about-page .about-workflow-scene.is-active .workflow-phone-action{
  animation:aboutWorkflowModuleIn .34s cubic-bezier(.22,1,.36,1) both;
}
.about-page .about-workflow-scene.is-active .workflow-phone-module,
.about-page .about-workflow-scene.is-active .workflow-phone-files-large{animation-delay:.04s}
.about-page .about-workflow-scene.is-active .workflow-phone-question,
.about-page .about-workflow-scene.is-active .workflow-phone-doc-status,
.about-page .about-workflow-scene.is-active .workflow-phone-conditions{animation-delay:.08s}
.about-page .about-workflow-scene.is-active .workflow-phone-action{animation-delay:.12s}
@keyframes aboutWorkflowModuleIn{
  from{opacity:0;transform:translate3d(0,8px,0)}
  to{opacity:1;transform:none}
}
@media(max-width:1023px){
  .about-page .about-workflow{
    grid-template-columns:1fr;
    gap:18px;
  }
  .about-page .about-workflow-steps{
    grid-row:1;
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:2px 1px 8px;
    scroll-snap-type:x proximity;
    scrollbar-width:thin;
  }
  .about-page .about-workflow-step{
    flex:0 0 190px;
    min-height:0;
    margin:0;
    scroll-snap-align:start;
  }
  .about-page .about-workflow-step:not(:last-child)::after{display:none}
  .about-page .about-workflow-trigger{
    grid-template-columns:37px minmax(0,1fr);
    gap:10px;
    min-height:72px;
    padding:10px;
    border-color:rgba(171,197,224,.16);
    border-radius:13px;
    background:rgba(8,20,36,.38);
  }
  .about-page .about-workflow-trigger::before{top:10px;bottom:10px}
  .about-page .about-workflow-step-number{
    width:37px;
    height:37px;
    border-radius:10px;
    font-size:10px;
  }
  .about-page .about-workflow-step-copy>b{
    margin:0;
    font-size:14px;
    line-height:1.15;
  }
  .about-page .about-workflow-step-copy>span,
  .about-page .about-workflow-step-copy>em{display:none}
  .about-page .about-workflow-visual{grid-row:2}
  .about-page .about-workflow-sticky{
    position:static;
    height:clamp(590px,78svh,680px);
    min-height:0;
  }
  .about-page .about-workflow-console{min-height:0}
}
@media(max-width:680px){
  .about-page .about-workflow-visual::before{display:none}
  .about-page .about-workflow-step{flex-basis:162px}
  .about-page .about-workflow-sticky{height:auto}
  .about-page .about-workflow-console{
    width:100%;
    height:600px;
    min-height:0;
    aspect-ratio:auto;
    border-width:1px;
    border-radius:24px;
    box-shadow:0 26px 56px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.035);
  }
  .about-page .about-workflow-console::after{inset:4px;border-radius:19px}
  .about-page .about-workflow-console-head{
    min-height:66px;
    padding:17px 15px 10px;
  }
  .about-page .about-workflow-console-head::before{display:none}
  .about-page .about-workflow-console-head span{font-size:7px}
  .about-page .about-workflow-console-head b{font-size:11px}
  .about-page .about-workflow-console-meta span{display:block;font-size:6px}
  .about-page .about-workflow-console-meta b{font-size:9px}
  .about-page .about-workflow-scene{padding:14px}
  .about-page .about-workflow-phone{width:100%;height:100%}
  .about-page .about-workflow-phone-body{gap:9px}
  .about-page .workflow-phone-title{font-size:22px}
  .about-page .workflow-phone-scene-head p{font-size:10px}
  .about-page .workflow-phone-module{padding:10px}
  .about-page .workflow-phone-fields>span{padding:7px 6px}
  .about-page .workflow-phone-action{padding:10px 11px 10px 13px}
  .about-page .about-workflow-console-foot{min-height:62px;padding:10px 14px 12px}
}
@media(max-width:360px){
  .about-page .about-workflow-console{height:610px}
  .about-page .workflow-phone-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-page .workflow-phone-fields>span:first-child{grid-column:1/-1}
  .about-page .workflow-phone-match{grid-template-columns:minmax(0,.82fr) 20px minmax(0,1.18fr);gap:5px}
  .about-page .workflow-phone-match-source,
  .about-page .workflow-phone-match-options>span{padding:8px 7px}
  .about-page .about-workflow-console-foot>span{max-width:190px}
}
@media(max-height:719px) and (min-width:1024px){
  .about-page .about-workflow{
    grid-template-columns:1fr;
    gap:18px;
  }
  .about-page .about-workflow-steps{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding-bottom:8px;
  }
  .about-page .about-workflow-step{flex:0 0 190px;min-height:0;margin:0}
  .about-page .about-workflow-step-copy>span,
  .about-page .about-workflow-step-copy>em{display:none}
  .about-page .about-workflow-visual{grid-row:2}
  .about-page .about-workflow-sticky{position:static;height:590px;min-height:0}
}
@media(prefers-reduced-motion:reduce){
  .about-page .about-workflow-scene,
  .about-page .about-workflow-scene *,
  .about-page .about-workflow-console-foot i{
    animation:none!important;
    transition:none!important;
  }
  .about-page .about-workflow-scene{transform:none!important}
}

/* About 2026-07-21: engineering passport, proof-led and client-readable. */
.about-page .about-passport-hero{
  position:relative;
  min-height:690px;
  overflow:hidden;
}
.about-page .about-passport-hero .container{
  position:relative;
  z-index:2;
}
.about-page .about-hero-copy{
  position:relative;
  z-index:2;
  max-width:850px;
}
.about-page .about-passport-hero h1{
  max-width:850px;
  text-wrap:balance;
}
.about-page .about-passport-hero .hero-subtitle{
  max-width:790px;
}
.about-page .about-hero-audience{
  max-width:760px;
  margin:12px 0 0;
  color:#d8e0ec;
  font-size:14px;
  line-height:1.55;
}
.about-page .about-hero-drawing{
  position:absolute;
  top:80px;
  right:clamp(18px,4.5vw,72px);
  width:clamp(250px,31vw,430px);
  aspect-ratio:1;
  z-index:0;
  pointer-events:none;
  opacity:.3;
  border:1px solid rgba(183,205,229,.2);
  border-radius:50%;
  background:
    linear-gradient(rgba(183,205,229,.18) 1px,transparent 1px),
    linear-gradient(90deg,rgba(183,205,229,.18) 1px,transparent 1px),
    repeating-radial-gradient(circle at 50% 50%,transparent 0 42px,rgba(214,168,185,.28) 43px 44px,transparent 45px 72px);
  background-size:42px 42px,42px 42px,100% 100%;
  transform:rotate(-8deg);
}
.about-page .about-hero-drawing::before,
.about-page .about-hero-drawing::after{
  content:"";
  position:absolute;
  background:rgba(232,191,208,.48);
}
.about-page .about-hero-drawing::before{left:50%;top:-8%;width:1px;height:116%}
.about-page .about-hero-drawing::after{left:-8%;top:50%;width:116%;height:1px}
.about-page .about-hero-drawing span{
  position:absolute;
  inset:31%;
  border:1px solid rgba(232,191,208,.54);
  border-radius:50%;
}
.about-page .about-hero-drawing i{
  position:absolute;
  left:calc(50% - 5px);
  top:calc(50% - 5px);
  width:10px;
  height:10px;
  border:2px solid #e65f90;
  border-radius:50%;
  box-shadow:0 0 0 7px rgba(157,46,84,.18);
}
.about-page .about-proof-strip{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:42px;
  border-top:1px solid rgba(175,198,224,.25);
  border-bottom:1px solid rgba(175,198,224,.25);
  background:rgba(5,15,28,.48);
  backdrop-filter:blur(7px);
}
.about-page .about-proof-strip>div{
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  min-height:72px;
  padding:14px 18px;
  border-right:1px solid rgba(175,198,224,.2);
}
.about-page .about-proof-strip>div:last-child{border-right:0}
.about-page .about-proof-strip b{
  color:#e3749c;
  font-size:11px;
  letter-spacing:.12em;
}
.about-page .about-proof-strip span{
  color:#eef3fa;
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}
.about-page .about-passport-section{
  position:relative;
}
.about-page .about-results-section,
.about-page .about-method-section{
  background:linear-gradient(90deg,rgba(32,44,71,.16),rgba(109,32,57,.1),rgba(182,160,139,.06));
}
.about-page .about-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  align-items:end;
  gap:32px;
  margin-bottom:28px;
}
.about-page .about-section-head h2{
  max-width:770px;
  margin:12px 0 0;
  text-wrap:balance;
}
.about-page .about-section-head>p{
  max-width:520px;
  margin:0;
  color:#bfcada;
  font-size:14px;
  line-height:1.62;
}
.about-page .about-art-card{
  --about-art-opacity:.14;
  --about-art-image:
    linear-gradient(rgba(171,197,224,.55) 1px,transparent 1px),
    linear-gradient(90deg,rgba(171,197,224,.55) 1px,transparent 1px),
    radial-gradient(circle at 72% 42%,transparent 0 39px,rgba(214,168,185,.72) 40px 41px,transparent 42px);
  --about-art-size:42px 42px,42px 42px,100% 100%;
  --about-art-repeat:repeat,repeat,no-repeat;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border:1px solid rgba(119,145,177,.32);
  border-radius:18px;
  background:
    radial-gradient(circle at 10% 6%,rgba(255,255,255,.085),transparent 28%),
    linear-gradient(145deg,rgba(27,45,70,.93),rgba(8,20,35,.92));
  box-shadow:0 22px 62px rgba(0,0,0,.25);
}
.about-page .about-art-card::before{
  content:"";
  position:absolute;
  inset:-18px -18px -18px 45%;
  z-index:0;
  pointer-events:none;
  opacity:var(--about-art-opacity);
  background-image:var(--about-art-image);
  background-size:var(--about-art-size);
  background-repeat:var(--about-art-repeat);
  background-position:center;
  transform:translate3d(0,0,0);
  transform-origin:72% 52%;
  transition:opacity .22s ease,transform .32s cubic-bezier(.22,1,.36,1);
}
.about-page .about-art-card>*{
  position:relative;
  z-index:1;
}
.about-page .about-art-card[data-about-art="route"]{
  --about-art-opacity:.2;
  --about-art-image:
    linear-gradient(90deg,transparent 49.6%,rgba(229,102,147,.8) 50%,transparent 50.4%),
    repeating-radial-gradient(circle at 50% 14%,rgba(229,102,147,.92) 0 3px,transparent 4px 54px);
  --about-art-size:100% 100%,100% 100%;
  --about-art-repeat:no-repeat,no-repeat;
}
.about-page .about-art-card[data-about-art="merge"]{
  --about-art-image:
    linear-gradient(32deg,transparent 0 47%,rgba(214,168,185,.72) 48% 49%,transparent 50%),
    linear-gradient(-32deg,transparent 0 47%,rgba(171,197,224,.58) 48% 49%,transparent 50%),
    radial-gradient(circle at 72% 50%,rgba(229,102,147,.9) 0 4px,rgba(229,102,147,.22) 5px 14px,transparent 15px);
  --about-art-size:100% 100%;
  --about-art-repeat:no-repeat;
}
.about-page .about-art-card[data-about-art="compare"]{
  --about-art-opacity:.18;
  --about-art-image:repeating-radial-gradient(circle at 72% 50%,transparent 0 29px,rgba(214,168,185,.68) 30px 31px,transparent 32px 54px);
  --about-art-size:100% 100%;
  --about-art-repeat:no-repeat;
}
.about-page .about-art-card[data-about-art="document"]{
  --about-art-image:
    linear-gradient(rgba(171,197,224,.55) 1px,transparent 1px),
    linear-gradient(90deg,rgba(171,197,224,.55) 1px,transparent 1px),
    linear-gradient(135deg,transparent 0 48%,rgba(214,168,185,.7) 49% 50%,transparent 51%);
  --about-art-size:36px 36px,36px 36px,100% 100%;
  --about-art-repeat:repeat,repeat,no-repeat;
}
.about-page .about-art-card[data-about-art="layers"]{
  --about-art-image:repeating-linear-gradient(0deg,transparent 0 29px,rgba(214,168,185,.7) 30px 31px,transparent 32px 48px);
  --about-art-size:100% 100%;
  --about-art-repeat:no-repeat;
}
.about-page .about-art-card[data-about-art="pipeline"]{
  --about-art-image:
    linear-gradient(90deg,transparent 49.6%,rgba(171,197,224,.68) 50%,transparent 50.4%),
    repeating-radial-gradient(circle at 72% 50%,rgba(229,102,147,.84) 0 3px,transparent 4px 31px);
  --about-art-size:100% 100%;
  --about-art-repeat:no-repeat;
}
.about-page .about-art-card[data-about-art="energy"]{
  --about-art-image:
    linear-gradient(90deg,transparent 0 18%,rgba(214,168,185,.72) 18.5% 19%,transparent 19.5% 51%,rgba(214,168,185,.72) 51.5% 52%,transparent 52.5%),
    linear-gradient(0deg,transparent 49.5%,rgba(171,197,224,.72) 50%,transparent 50.5%);
  --about-art-size:100% 100%;
  --about-art-repeat:no-repeat;
}
.about-page .about-art-card[data-about-art="network"]{
  --about-art-image:
    radial-gradient(circle,rgba(229,102,147,.82) 0 3px,transparent 4px),
    linear-gradient(rgba(171,197,224,.48) 1px,transparent 1px),
    linear-gradient(90deg,rgba(171,197,224,.48) 1px,transparent 1px);
  --about-art-size:48px 48px,48px 48px,48px 48px;
  --about-art-repeat:repeat;
}
.about-page .about-art-card[data-about-art="modules"]{
  --about-art-image:
    linear-gradient(rgba(171,197,224,.55) 1px,transparent 1px),
    linear-gradient(90deg,rgba(171,197,224,.55) 1px,transparent 1px),
    radial-gradient(circle at 68% 68%,transparent 0 31px,rgba(214,168,185,.76) 32px 33px,transparent 34px);
  --about-art-size:52px 52px,52px 52px,100% 100%;
  --about-art-repeat:repeat,repeat,no-repeat;
}
.about-page .about-art-card[data-about-art="matrix"]{
  --about-art-opacity:.2;
  --about-art-image:
    linear-gradient(rgba(214,168,185,.54) 1px,transparent 1px),
    linear-gradient(90deg,rgba(214,168,185,.54) 1px,transparent 1px),
    repeating-radial-gradient(circle at 72% 50%,transparent 0 38px,rgba(235,171,195,.62) 39px 40px,transparent 41px 68px);
  --about-art-size:46px 46px,46px 46px,100% 100%;
  --about-art-repeat:repeat,repeat,no-repeat;
}
.about-page .about-card-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  color:#d7e1ee;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
/* About workflow 2026-07-21: scroll-led client/manager process story. */
.about-page #aboutWorkflow{
  overflow:clip;
  background:
    radial-gradient(circle at 82% 36%,rgba(157,46,84,.12),transparent 29%),
    linear-gradient(180deg,rgba(7,20,34,.2),rgba(13,26,46,.42));
}
.about-page .about-workflow{
  display:grid;
  grid-template-columns:minmax(330px,.82fr) minmax(520px,1.18fr);
  gap:clamp(34px,5vw,72px);
  align-items:start;
}
.about-page .about-workflow-steps{
  display:grid;
  margin:0;
  padding:0;
  list-style:none;
}
.about-page .about-workflow-step{
  position:relative;
  display:flex;
  align-items:center;
  min-height:clamp(255px,38svh,350px);
  scroll-margin-top:118px;
}
.about-page .about-workflow-step:not(:last-child)::after{
  content:"";
  position:absolute;
  left:23px;
  top:calc(50% + 33px);
  bottom:calc(-50% + 33px);
  width:1px;
  background:linear-gradient(rgba(227,106,148,.52),rgba(171,197,224,.16));
}
.about-page .about-workflow-trigger{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:18px;
  width:100%;
  padding:24px 24px 24px 18px;
  border:1px solid transparent;
  border-radius:16px;
  color:#eef3fa;
  background:transparent;
  text-align:left;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;
}
.about-page .about-workflow-trigger::before{
  content:"";
  position:absolute;
  left:-1px;
  top:18px;
  bottom:18px;
  width:3px;
  border-radius:3px;
  background:transparent;
  transition:background .2s ease,box-shadow .2s ease;
}
.about-page .about-workflow-step-number{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid rgba(171,197,224,.3);
  border-radius:12px;
  color:#aebdd0;
  background:rgba(8,20,36,.76);
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  transition:border-color .2s ease,color .2s ease,background .2s ease;
}
.about-page .about-workflow-step-copy{
  display:block;
  min-width:0;
}
.about-page .about-workflow-step-copy>b{
  display:block;
  margin:0 0 11px;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.02;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.about-page .about-workflow-step-copy>span{
  display:block;
  max-width:510px;
  color:#bfcbdc;
  font-size:14px;
  line-height:1.62;
}
.about-page .about-workflow-step-copy>em{
  display:block;
  margin-top:14px;
  color:#91a4bb;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.085em;
  line-height:1.45;
  text-transform:uppercase;
}
.about-page .about-workflow-step.is-active .about-workflow-trigger{
  border-color:rgba(214,95,139,.5);
  background:linear-gradient(135deg,rgba(157,46,84,.22),rgba(27,45,70,.52));
  box-shadow:0 22px 54px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.04);
}
.about-page .about-workflow-step.is-active .about-workflow-trigger::before{
  background:#e36a94;
  box-shadow:0 0 22px rgba(227,106,148,.54);
}
.about-page .about-workflow-step.is-active .about-workflow-step-number{
  border-color:rgba(227,106,148,.72);
  color:#fff;
  background:rgba(157,46,84,.38);
}
.about-page .about-workflow-step.is-active .about-workflow-step-copy>em{color:#efbad0}
.about-page .about-workflow-visual{
  min-width:0;
  align-self:stretch;
}
.about-page .about-workflow-sticky{
  position:sticky;
  top:104px;
  height:min(640px,calc(100svh - 128px));
  min-height:540px;
}
.about-page .about-workflow-console{
  height:100%;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  border-color:rgba(143,168,198,.38);
  background:
    radial-gradient(circle at 78% 64%,rgba(157,46,84,.18),transparent 33%),
    linear-gradient(145deg,rgba(24,43,68,.98),rgba(6,17,31,.98));
}
.about-page .about-workflow-console::before{
  inset:0;
  opacity:.14;
  background-image:
    linear-gradient(rgba(171,197,224,.38) 1px,transparent 1px),
    linear-gradient(90deg,rgba(171,197,224,.38) 1px,transparent 1px),
    repeating-radial-gradient(circle at 77% 63%,transparent 0 53px,rgba(227,106,148,.48) 54px 55px,transparent 56px 89px);
  background-size:44px 44px,44px 44px,100% 100%;
  background-repeat:repeat,repeat,no-repeat;
}
.about-page .about-workflow-console-head,
.about-page .about-workflow-console-foot{
  position:relative;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 18px;
  border-bottom:1px solid rgba(171,197,224,.18);
  background:rgba(4,13,24,.66);
  backdrop-filter:blur(10px);
}
.about-page .about-workflow-console-head>div:first-child{
  display:grid;
  gap:4px;
}
.about-page .about-workflow-console-head span,
.about-page .about-workflow-console-foot span{
  color:#96a8be;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.about-page .about-workflow-console-head b{
  color:#f3f6fb;
  font-size:12px;
  line-height:1.2;
}
.about-page .about-workflow-console-meta{
  display:flex;
  align-items:center;
  gap:10px;
}
.about-page .about-workflow-console-meta span{
  padding:7px 9px;
  border:1px solid rgba(227,106,148,.32);
  border-radius:999px;
  color:#efbad0;
  background:rgba(157,46,84,.14);
}
.about-page .about-workflow-console-meta b{
  min-width:52px;
  color:#f2c2d5;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  text-align:right;
}
.about-page .about-workflow-screen{
  position:relative;
  z-index:2;
  min-height:0;
  overflow:hidden;
}
.about-page .about-workflow-scene{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 188px;
  align-items:center;
  gap:18px;
  margin:0;
  padding:22px;
  opacity:0;
  visibility:hidden;
  transform:translate3d(0,10px,0);
  transition:opacity .22s ease,transform .3s cubic-bezier(.22,1,.36,1),visibility 0s linear .3s;
}
.about-page .about-workflow-scene.is-active{
  opacity:1;
  visibility:visible;
  transform:none;
  transition-delay:0s;
}
.about-page .about-workflow-manager{
  min-width:0;
  min-height:390px;
  max-height:455px;
  align-self:center;
  overflow:hidden;
  border:1px solid rgba(171,197,224,.25);
  border-radius:15px;
  background:rgba(8,20,36,.88);
  box-shadow:0 28px 60px rgba(0,0,0,.34);
}
.about-page .about-workflow-manager-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:46px;
  padding:10px 12px;
  border-bottom:1px solid rgba(171,197,224,.16);
  background:rgba(255,255,255,.035);
}
.about-page .about-workflow-manager-bar>span{
  color:#92a5bd;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.about-page .workflow-status{
  display:inline-flex;
  align-items:center;
  max-width:72%;
  padding:6px 8px;
  border:1px solid rgba(171,197,224,.24);
  border-radius:999px;
  color:#d8e2ee;
  background:rgba(95,128,166,.12);
  font-size:8px;
  font-weight:900;
  letter-spacing:.055em;
  line-height:1.2;
  text-transform:uppercase;
}
.about-page .workflow-status.is-new{border-color:rgba(96,157,218,.38);color:#bcd9f2;background:rgba(62,122,183,.16)}
.about-page .workflow-status.is-progress{border-color:rgba(227,106,148,.32);color:#efbad0;background:rgba(157,46,84,.16)}
.about-page .workflow-status.is-action{border-color:rgba(237,178,95,.38);color:#f3d1a1;background:rgba(180,112,27,.15)}
.about-page .about-workflow-manager-body{
  display:grid;
  gap:11px;
  padding:13px;
}
.about-page .workflow-card,
.about-page .workflow-document{
  min-width:0;
  padding:14px;
  border:1px solid rgba(171,197,224,.15);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
}
.about-page .workflow-kicker{
  display:block;
  color:#91a5bd;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.about-page .workflow-card h3{
  margin:7px 0 12px;
  font-size:18px;
  letter-spacing:-.02em;
  line-height:1.1;
}
.about-page .workflow-data-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}
.about-page .workflow-data-grid>span{
  display:grid;
  gap:4px;
  min-width:0;
  padding:8px;
  border:1px solid rgba(171,197,224,.12);
  border-radius:8px;
  background:rgba(3,12,23,.34);
}
.about-page .workflow-data-grid small,
.about-page .workflow-document small{
  color:#8499b2;
  font-size:8px;
  line-height:1.35;
}
.about-page .workflow-data-grid b{
  overflow-wrap:anywhere;
  color:#e9eef5;
  font-size:9px;
  line-height:1.35;
}
.about-page .workflow-files{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}
.about-page .workflow-files>span{
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:8px;
  align-items:center;
  min-width:0;
  padding:9px;
  border:1px solid rgba(171,197,224,.14);
  border-radius:9px;
  background:rgba(4,14,26,.56);
}
.about-page .workflow-files i{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border-radius:8px;
  color:#f1bfd2;
  background:rgba(157,46,84,.26);
  font-size:7px;
  font-style:normal;
  font-weight:900;
}
.about-page .workflow-files b{overflow:hidden;color:#e8edf4;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.about-page .workflow-files small{color:#7fb99a;font-size:7px;text-transform:uppercase}
.about-page .workflow-checklist{
  display:grid;
  gap:6px;
}
.about-page .workflow-checklist>span{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  min-width:0;
  padding:8px;
  border:1px solid rgba(171,197,224,.12);
  border-radius:8px;
  background:rgba(3,12,23,.3);
}
.about-page .workflow-checklist i{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:7px;
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
.about-page .workflow-checklist .is-ready i{color:#bfe4cd;background:rgba(53,135,92,.2)}
.about-page .workflow-checklist .is-question i{color:#f4d3a4;background:rgba(180,112,27,.2)}
.about-page .workflow-checklist b{font-size:9px;line-height:1.3}
.about-page .workflow-checklist small{color:#9aacbf;font-size:8px;text-align:right}
.about-page .workflow-next{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border:1px solid rgba(171,197,224,.14);
  border-radius:9px;
  background:rgba(56,93,132,.1);
}
.about-page .workflow-next.is-action{border-color:rgba(227,106,148,.26);background:rgba(157,46,84,.12)}
.about-page .workflow-next span{color:#8ea2ba;font-size:8px;font-weight:900;text-transform:uppercase}
.about-page .workflow-next b{color:#e7edf5;font-size:9px;text-align:right}
.about-page .workflow-table{
  display:grid;
  gap:0;
  margin-top:12px;
  overflow:hidden;
  border:1px solid rgba(171,197,224,.13);
  border-radius:9px;
}
.about-page .workflow-table>div{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 92px;
  align-items:center;
  min-height:43px;
  padding:7px 8px;
  border-bottom:1px solid rgba(171,197,224,.11);
  column-gap:8px;
}
.about-page .workflow-table>div:last-child{border-bottom:0}
.about-page .workflow-table .workflow-table-head{min-height:31px;color:#8297b0;background:rgba(255,255,255,.035);font-size:7px;font-weight:900;text-transform:uppercase}
.about-page .workflow-table b,.about-page .workflow-table span{font-size:8px;line-height:1.25}
.about-page .workflow-table em,
.about-page .workflow-document-status span{
  justify-self:start;
  padding:5px 6px;
  border-radius:999px;
  font-size:7px;
  font-style:normal;
  font-weight:900;
  line-height:1.2;
}
.about-page .is-check{color:#bfe4cd!important;background:rgba(53,135,92,.18)!important}
.about-page .is-wait{color:#f3d1a1!important;background:rgba(180,112,27,.17)!important}
.about-page .is-review{color:#bfd8f0!important;background:rgba(62,122,183,.18)!important}
.about-page .workflow-document{
  display:grid;
  gap:12px;
  min-height:292px;
  align-content:start;
  background:linear-gradient(155deg,rgba(238,243,249,.96),rgba(207,218,232,.93));
  color:#14223a;
}
.about-page .workflow-document-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-bottom:11px;
  border-bottom:1px solid rgba(20,34,58,.15);
}
.about-page .workflow-document-head span{font-size:9px;font-weight:900;text-transform:uppercase}
.about-page .workflow-document-head b{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}
.about-page .workflow-document-row{
  display:grid;
  gap:7px;
  padding:12px;
  border:1px solid rgba(20,34,58,.12);
  border-radius:9px;
  background:rgba(255,255,255,.45);
}
.about-page .workflow-document-row span{font-size:11px;font-weight:900}
.about-page .workflow-document-row b{font-size:8px;font-weight:750}
.about-page .workflow-document-status{display:flex;flex-wrap:wrap;gap:6px}
.about-page .workflow-document small{margin-top:auto;color:#526178}
.about-page .workflow-timeline{
  position:relative;
  display:grid;
  gap:11px;
  margin-top:12px;
}
.about-page .workflow-timeline::before{
  content:"";
  position:absolute;
  left:8px;
  top:9px;
  bottom:9px;
  width:1px;
  background:rgba(171,197,224,.24);
}
.about-page .workflow-timeline>span{
  position:relative;
  display:grid;
  grid-template-columns:17px minmax(0,1fr);
  align-items:center;
  gap:8px;
  min-height:29px;
}
.about-page .workflow-timeline i{
  position:relative;
  z-index:1;
  display:block;
  width:17px;
  height:17px;
  border:4px solid #14253d;
  border-radius:50%;
  background:#748aa4;
}
.about-page .workflow-timeline .is-done i{background:#5ca277}
.about-page .workflow-timeline .is-current i{background:#e36a94;box-shadow:0 0 0 4px rgba(227,106,148,.13)}
.about-page .workflow-timeline b{font-size:9px;line-height:1.35}
.about-page .about-workflow-phone{
  position:relative;
  width:188px;
  height:402px;
  justify-self:center;
  align-self:center;
  overflow:hidden;
  border:7px solid #06101d;
  border-radius:32px;
  background:linear-gradient(180deg,#e8edf4,#d3deeb);
  color:#17243a;
  box-shadow:0 30px 64px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.56);
}
.about-page .about-workflow-phone-notch{
  position:absolute;
  z-index:3;
  top:6px;
  left:50%;
  width:72px;
  height:18px;
  border-radius:12px;
  background:#06101d;
  transform:translateX(-50%);
}
.about-page .about-workflow-phone-status{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:34px;
  padding:9px 12px 4px;
  color:#28374d;
  font-size:7px;
  font-weight:900;
}
.about-page .about-workflow-phone-status i{font-size:5px;font-style:normal;letter-spacing:1px}
.about-page .about-workflow-phone-body{
  display:flex;
  flex-direction:column;
  height:calc(100% - 34px);
  padding:17px 13px 14px;
  background:
    linear-gradient(rgba(45,75,112,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(45,75,112,.06) 1px,transparent 1px),
    linear-gradient(165deg,#f6f8fb,#dbe4ee);
  background-size:24px 24px,24px 24px,100% 100%;
}
.about-page .workflow-phone-kicker{
  color:#7d3855;
  font-size:7px;
  font-weight:1000;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.about-page .workflow-phone-title{
  display:block;
  margin-top:7px;
  font-size:18px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.about-page .workflow-phone-icon{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin:22px auto 14px;
  border:1px solid rgba(48,128,82,.28);
  border-radius:18px;
  color:#2f8653;
  background:rgba(83,159,112,.12);
  font-size:25px;
  font-weight:900;
}
.about-page .about-workflow-phone-body>p{
  margin:0;
  color:#53637a;
  font-size:9px;
  line-height:1.55;
}
.about-page .workflow-phone-note{
  display:grid;
  gap:4px;
  margin-top:auto;
  padding:10px;
  border:1px solid rgba(52,85,123,.14);
  border-radius:10px;
  background:rgba(255,255,255,.56);
}
.about-page .workflow-phone-note.is-action{border-color:rgba(157,46,84,.22);background:rgba(157,46,84,.07)}
.about-page .workflow-phone-note b{font-size:9px}
.about-page .workflow-phone-note span{color:#63748a;font-size:7px;line-height:1.35}
.about-page .workflow-phone-progress{
  height:8px;
  margin:28px 0 15px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(42,65,95,.11);
}
.about-page .workflow-phone-progress i{display:block;width:var(--progress);height:100%;border-radius:inherit;background:linear-gradient(90deg,#9d2e54,#e36a94)}
.about-page .workflow-phone-stack{
  display:grid;
  gap:7px;
  margin-top:22px;
}
.about-page .workflow-phone-stack>span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:9px;
  border:1px solid rgba(52,85,123,.13);
  border-radius:9px;
  background:rgba(255,255,255,.5);
}
.about-page .workflow-phone-stack b{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:8px}
.about-page .workflow-phone-stack i{padding:4px 6px;border-radius:999px;font-size:6px;font-style:normal;font-weight:900}
.about-page .workflow-phone-doc{
  display:grid;
  grid-template-columns:43px minmax(0,1fr);
  align-items:center;
  gap:10px;
  margin:25px 0 16px;
  padding:11px;
  border:1px solid rgba(52,85,123,.15);
  border-radius:11px;
  background:rgba(255,255,255,.62);
}
.about-page .workflow-phone-doc>i{display:grid;place-items:center;width:43px;height:52px;border-radius:8px;color:#fff;background:linear-gradient(145deg,#9d2e54,#c54370);font-size:9px;font-style:normal;font-weight:900}
.about-page .workflow-phone-doc span{display:grid;gap:4px;min-width:0}
.about-page .workflow-phone-doc b{font-size:8px}
.about-page .workflow-phone-doc small{color:#718096;font-size:7px}
.about-page .workflow-phone-route{
  position:relative;
  display:grid;
  gap:12px;
  margin:22px 0 18px;
}
.about-page .workflow-phone-route::before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:1px;background:rgba(52,85,123,.2)}
.about-page .workflow-phone-route span{position:relative;padding-left:21px;color:#8190a3;font-size:8px;font-weight:850}
.about-page .workflow-phone-route span::before{content:"";position:absolute;left:0;top:1px;width:12px;height:12px;border:3px solid #e2e8ef;border-radius:50%;background:#8c9aad}
.about-page .workflow-phone-route .is-done::before{background:#5ca277}
.about-page .workflow-phone-route .is-current{color:#71243f}
.about-page .workflow-phone-route .is-current::before{background:#c54370;box-shadow:0 0 0 4px rgba(197,67,112,.13)}
.about-page .workflow-phone-footnote{display:block;margin-top:10px;color:#74849a;font-size:7px}
.about-page .about-workflow-console-foot{
  min-height:47px;
  border-top:1px solid rgba(171,197,224,.16);
  border-bottom:0;
}
.about-page .about-workflow-console-foot>div{
  display:flex;
  align-items:center;
  gap:5px;
}
.about-page .about-workflow-console-foot i{
  display:block;
  width:17px;
  height:3px;
  border-radius:999px;
  background:rgba(171,197,224,.2);
  transition:width .2s ease,background .2s ease;
}
.about-page .about-workflow-console-foot i.is-active{width:30px;background:#e36a94}
.about-page .about-workflow-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:38px;
  padding:22px 24px;
  border:1px solid rgba(214,95,139,.32);
  border-radius:16px;
  background:linear-gradient(125deg,rgba(157,46,84,.2),rgba(27,45,70,.46));
}
.about-page .about-workflow-cta>div{display:grid;gap:6px;max-width:720px}
.about-page .about-workflow-cta b{font-size:19px;line-height:1.2}
.about-page .about-workflow-cta span{color:#bfcbdc;font-size:13px;line-height:1.5}
.about-page .about-workflow-cta .btn{flex:0 0 auto}
.about-page .about-result-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.about-page .about-result-card{
  min-height:255px;
  padding:24px;
}
.about-page .about-result-card h3{
  max-width:310px;
  margin:54px 0 13px;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.about-page .about-result-card p{
  max-width:330px;
  margin:0;
  color:#c2cede;
  font-size:13.5px;
  line-height:1.58;
}
.about-page .about-coverage-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:16px;
}
.about-page .about-coverage-card{
  display:flex;
  flex-direction:column;
  min-height:300px;
  padding:24px;
  color:#fff;
  text-decoration:none;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.about-page .about-coverage-card:nth-child(-n+2){grid-column:span 6}
.about-page .about-coverage-card:nth-child(n+3){grid-column:span 4}
.about-page .about-coverage-card>i{
  position:absolute;
  top:22px;
  right:22px;
  color:#e06b96;
  font-size:11px;
  font-style:normal;
  font-weight:950;
  letter-spacing:.12em;
}
.about-page .about-coverage-card h3{
  max-width:420px;
  margin:62px 0 12px;
  font-size:clamp(24px,2.5vw,32px);
  line-height:1.05;
  letter-spacing:-.03em;
}
.about-page .about-coverage-card p{
  max-width:450px;
  margin:0 0 20px;
  color:#c5d1e0;
  font-size:13.5px;
  line-height:1.58;
}
.about-page .about-card-action{
  display:inline-flex;
  width:max-content;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#f2bad0;
  font-size:12px;
}
.about-page .about-section-action{
  display:flex;
  justify-content:flex-end;
  margin-top:18px;
}
.about-page .about-method-card{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:28px;
  min-height:440px;
  padding:32px;
  border-color:rgba(157,46,84,.5);
  background:linear-gradient(135deg,rgba(104,31,56,.72),rgba(24,36,59,.94));
}
.about-page .about-method-copy h2{
  max-width:560px;
  margin:20px 0 16px;
  font-size:clamp(31px,3.5vw,46px);
  line-height:1.02;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.about-page .about-method-copy p{
  max-width:560px;
  margin:0;
  color:#e0d8e0;
  font-size:14px;
  line-height:1.64;
}
.about-page .about-method-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:25px;
}
.about-page .about-criteria-grid{
  align-self:stretch;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.about-page .about-criteria-grid>div{
  display:flex;
  flex-direction:column;
  min-height:172px;
  padding:20px;
  border:1px solid rgba(235,190,207,.2);
  border-radius:14px;
  background:rgba(6,17,31,.38);
}
.about-page .about-criteria-grid i{
  color:#efaeca;
  font-size:10px;
  font-style:normal;
  font-weight:950;
  letter-spacing:.12em;
}
.about-page .about-criteria-grid b{
  margin:28px 0 8px;
  font-size:17px;
  line-height:1.16;
}
.about-page .about-criteria-grid span{
  color:#d2cbd6;
  font-size:12.5px;
  line-height:1.48;
}
.about-page .about-legal-card{
  display:grid;
  grid-template-columns:minmax(260px,.6fr) minmax(0,1.4fr);
  gap:30px;
  padding:30px;
}
.about-page .about-legal-heading h2{
  margin:20px 0 12px;
  font-size:clamp(30px,3.5vw,44px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.about-page .about-legal-heading p{
  max-width:390px;
  margin:0;
  color:#bdc9d9;
  font-size:14px;
  line-height:1.6;
}
.about-page .about-details{
  align-self:start;
  border:1px solid rgba(171,197,224,.24);
  border-radius:14px;
  background:rgba(8,20,36,.62);
}
.about-page .about-details summary{
  cursor:pointer;
  padding:17px 19px;
  color:#eef3fa;
  font-weight:850;
}
.about-page .about-details[open] summary{
  border-bottom:1px solid rgba(171,197,224,.18);
}
.about-page .about-requisites{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  padding:8px 18px 18px;
}
.about-page .about-requisites .req-item{
  min-width:0;
  padding:14px 12px;
  border-bottom:1px solid rgba(171,197,224,.14);
}
.about-page .about-requisites .req-item:nth-last-child(-n+2){border-bottom:0}
.about-page .about-requisites .req-item span{
  display:block;
  margin-bottom:6px;
  color:#93a4ba;
  font-size:10px;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.about-page .about-requisites .req-item b{
  display:block;
  overflow-wrap:anywhere;
  color:#e7edf5;
  font-size:12.5px;
  line-height:1.5;
}
.about-page :is(a,button,summary):focus-visible{
  outline:2px solid #e36a94;
  outline-offset:3px;
}
.about-page .about-art-card:focus-within{
  border-color:rgba(214,168,185,.58);
}
@media (hover:hover) and (pointer:fine){
  .about-page .about-art-card:hover::before,
  .about-page .about-art-card:focus-within::before{
    opacity:calc(var(--about-art-opacity) + .06);
    transform:translate3d(-6px,-4px,0) scale(1.018);
  }
  .about-page .about-coverage-card:hover{
    transform:translateY(-4px);
    border-color:rgba(214,168,185,.5);
    box-shadow:0 28px 70px rgba(0,0,0,.32);
  }
  .about-page .about-details:hover,
  .about-page .about-criteria-grid>div:hover{
    border-color:rgba(214,168,185,.38);
  }
}
@media(max-width:980px){
  .about-page .about-section-head,
  .about-page .about-method-card,
  .about-page .about-legal-card{
    grid-template-columns:1fr;
  }
  .about-page .about-workflow{
    grid-template-columns:1fr;
    gap:24px;
  }
  .about-page .about-workflow-visual{grid-row:1}
  .about-page .about-workflow-sticky{
    position:static;
    height:auto;
    min-height:0;
  }
  .about-page .about-workflow-console{min-height:590px}
  .about-page .about-workflow-step{
    min-height:auto;
    margin-bottom:10px;
  }
  .about-page .about-workflow-step:not(:last-child)::after{display:none}
  .about-page .about-workflow-trigger{
    padding:20px 20px 20px 16px;
    border-color:rgba(171,197,224,.16);
    background:rgba(8,20,36,.38);
  }
  .about-page .about-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-page .about-result-card:last-child{grid-column:1/-1}
  .about-page .about-coverage-card:nth-child(n){grid-column:span 6}
  .about-page .about-coverage-card:last-child{grid-column:1/-1}
}
@media(max-height:719px) and (min-width:981px){
  .about-page .about-workflow{
    grid-template-columns:1fr;
    gap:24px;
  }
  .about-page .about-workflow-visual{grid-row:1}
  .about-page .about-workflow-sticky{position:static;height:620px;min-height:0}
  .about-page .about-workflow-step{min-height:auto;margin-bottom:10px}
  .about-page .about-workflow-step:not(:last-child)::after{display:none}
  .about-page .about-workflow-trigger{border-color:rgba(171,197,224,.16);background:rgba(8,20,36,.38)}
}
@media(max-width:680px){
  .about-page .about-passport-hero{
    min-height:auto;
    padding-bottom:28px;
  }
  .about-page .about-passport-hero h1{
    font-size:clamp(39px,12vw,54px);
    line-height:.98;
  }
  .about-page .about-hero-drawing{
    top:98px;
    right:-122px;
    width:310px;
    opacity:.16;
  }
  .about-page .about-hero-audience{font-size:13px}
  .about-page .about-proof-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:28px;
  }
  .about-page .about-proof-strip>div{
    grid-template-columns:28px 1fr;
    min-height:62px;
    padding:11px 10px;
  }
  .about-page .about-proof-strip>div:nth-child(2){border-right:0}
  .about-page .about-proof-strip>div:nth-child(-n+2){border-bottom:1px solid rgba(175,198,224,.2)}
  .about-page .about-proof-strip span{font-size:11.5px}
  .about-page .about-section-head{
    gap:14px;
    margin-bottom:20px;
  }
  .about-page .about-section-head>p{font-size:13px}
  .about-page .about-result-card,
  .about-page .about-coverage-card,
  .about-page .about-method-card,
  .about-page .about-legal-card{
    padding:21px;
  }
  .about-page .about-art-card::before{
    inset:0 0 48% 56%;
    opacity:.09;
    transform:none;
  }
  .about-page .about-workflow-console{min-height:535px}
  .about-page .about-workflow-console::before{inset:0;opacity:.12}
  .about-page .about-workflow-console-head{
    align-items:flex-start;
    padding:13px;
  }
  .about-page .about-workflow-console-meta span{display:none}
  .about-page .about-workflow-console-meta b{font-size:10px}
  .about-page .about-workflow-screen{min-height:438px}
  .about-page .about-workflow-scene{
    grid-template-columns:1fr;
    padding:12px;
  }
  .about-page .about-workflow-manager{display:none}
  .about-page .about-workflow-phone{
    width:214px;
    height:414px;
  }
  .about-page .about-workflow-trigger{
    grid-template-columns:42px minmax(0,1fr);
    gap:13px;
    padding:17px 14px 17px 13px;
  }
  .about-page .about-workflow-step-number{width:42px;height:42px;border-radius:10px}
  .about-page .about-workflow-step-copy>b{font-size:23px}
  .about-page .about-workflow-step-copy>span{font-size:13px;line-height:1.52}
  .about-page .about-workflow-step-copy>em{margin-top:11px;font-size:9px}
  .about-page .about-workflow-cta{
    align-items:stretch;
    flex-direction:column;
    margin-top:26px;
    padding:19px;
  }
  .about-page .about-workflow-cta .btn{width:100%}
  .about-page .about-result-grid,
  .about-page .about-coverage-grid,
  .about-page .about-criteria-grid,
  .about-page .about-requisites{
    grid-template-columns:1fr;
  }
  .about-page .about-result-card:last-child,
  .about-page .about-coverage-card:nth-child(n){grid-column:auto}
  .about-page .about-result-card{min-height:230px}
  .about-page .about-result-card h3{margin-top:44px}
  .about-page .about-coverage-card{min-height:270px}
  .about-page .about-coverage-card h3{font-size:27px}
  .about-page .about-section-action{justify-content:stretch}
  .about-page .about-section-action .btn{width:100%}
  .about-page .about-method-card{gap:24px}
  .about-page .about-method-copy h2{font-size:33px}
  .about-page .about-method-actions{display:grid;grid-template-columns:1fr}
  .about-page .about-method-actions .btn{width:100%}
  .about-page .about-criteria-grid>div{min-height:150px}
  .about-page .about-requisites{padding:8px 12px 14px}
  .about-page .about-requisites .req-item:nth-last-child(-n+2){border-bottom:1px solid rgba(171,197,224,.14)}
  .about-page .about-requisites .req-item:last-child{border-bottom:0}
}
@media (hover:none),(pointer:coarse){
  .about-page .about-art-card::before,
  .about-page .about-art-card:hover::before,
  .about-page .about-art-card:focus-within::before{
    transform:none;
  }
}
@media (prefers-reduced-motion:reduce){
  .about-page .about-art-card,
  .about-page .about-art-card::before,
  .about-page .about-coverage-card,
  .about-page .about-workflow-trigger,
  .about-page .about-workflow-scene,
  .about-page .about-workflow-console-foot i{
    transition:none;
  }
  .about-page .about-art-card:hover::before,
  .about-page .about-art-card:focus-within::before,
  .about-page .about-coverage-card:hover{
    transform:none;
  }
}
@media (forced-colors:active){
  .about-page .about-hero-drawing,
  .about-page .about-art-card::before{display:none}
}

/* Homepage advantage console: selected production candidate. */
.why-tech-console{
  display:none;
}
/* Compact controls and one shared dynamic information console. */
#why-pnp[data-why-variant="console"] .why-tech-grid{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,.72fr) minmax(360px,1.25fr);
  grid-template-rows:repeat(4,112px);
  gap:12px;
}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:0;
  height:112px;
  padding:14px 15px;
  border-radius:15px;
  cursor:pointer;
}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card:nth-child(1){grid-column:1;grid-row:1}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card:nth-child(2){grid-column:2;grid-row:1}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card:nth-child(3){grid-column:1;grid-row:2}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card:nth-child(4){grid-column:2;grid-row:2}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card:nth-child(5){grid-column:1;grid-row:3}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card:nth-child(6){grid-column:2;grid-row:3}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card:nth-child(7){grid-column:1;grid-row:4}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card:nth-child(8){grid-column:2;grid-row:4}
#why-pnp[data-why-variant="console"] .why-tech-card__top{
  min-height:0;
  margin:0 0 9px;
}
#why-pnp[data-why-variant="console"] .why-tech-card__signal{
  display:none!important;
}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card__pill{
  min-height:22px;
  padding:5px 8px;
  border-color:rgba(227,106,148,.45);
  background:rgba(109,32,57,.3);
  color:#f0b6ca;
  font-size:8px;
}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card h3{
  max-width:none;
  font-size:16px;
  line-height:1.12;
  transform:none!important;
}
#why-pnp[data-why-variant="console"] .why-tech-card__detail{
  display:none;
}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card.is-active{
  border-color:rgba(227,106,148,.7);
  background:linear-gradient(145deg,rgba(100,35,61,.9),rgba(26,33,53,.96));
  box-shadow:0 20px 44px rgba(0,0,0,.28),0 0 0 1px rgba(227,106,148,.16);
  transform:translateY(-2px);
}
#why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card.is-active:after{
  transform:scaleX(1);
}
#why-pnp[data-why-variant="console"] .why-tech-console{
  position:relative;
  isolation:isolate;
  grid-column:3;
  grid-row:1/5;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:29px;
  overflow:hidden;
  border:1px solid rgba(227,106,148,.48);
  border-radius:18px;
  background:
    linear-gradient(90deg,rgba(227,106,148,.08) 1px,transparent 1px),
    linear-gradient(0deg,rgba(227,106,148,.055) 1px,transparent 1px),
    radial-gradient(circle at 90% 15%,rgba(227,106,148,.2),transparent 34%),
    linear-gradient(145deg,rgba(55,31,54,.98),rgba(11,24,42,.98));
  background-size:52px 52px,52px 52px,auto,auto;
  box-shadow:0 24px 60px rgba(0,0,0,.3);
}
#why-pnp[data-why-variant="console"] .why-tech-console:after{
  content:"";
  position:absolute;
  right:-78px;
  bottom:-92px;
  z-index:-1;
  width:260px;
  height:260px;
  border:1px solid rgba(227,106,148,.18);
  border-radius:50%;
  box-shadow:0 0 0 36px rgba(227,106,148,.035),0 0 0 72px rgba(227,106,148,.02);
}
.why-tech-console__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.why-tech-console__kicker{
  color:#d7afbe;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.why-tech-console__pill{
  display:inline-flex;
  min-height:34px;
  padding:7px 12px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(227,106,148,.36);
  border-radius:999px;
  background:rgba(109,32,57,.28);
  color:#f5dce5;
  font-size:9px;
  font-weight:900;
  line-height:1.15;
  letter-spacing:.1em;
  text-align:center;
  text-transform:uppercase;
}
.why-tech-console__title{
  display:block;
  max-width:520px;
  margin-top:auto;
  color:#fff;
  font-size:clamp(28px,3vw,40px);
  line-height:1.02;
  letter-spacing:-.035em;
}
.why-tech-console__text{
  max-width:540px;
  margin:18px 0 0;
  color:#dce5f0;
  font-size:14px;
  line-height:1.55;
}
.why-tech-console__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
  padding-top:24px;
}
.why-tech-console__meta span{
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#c5d1e0;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

@media(max-width:900px){
  #why-pnp[data-why-variant] .why-tech-grid{
    grid-template-columns:1fr;
    grid-template-rows:none;
    gap:14px;
  }
  #why-pnp[data-why-variant] .why-tech-grid .why-tech-card,
  #why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card{
    grid-column:auto!important;
    grid-row:auto!important;
    display:block;
    width:auto;
    height:auto;
    min-height:0;
    padding:19px;
  }
  #why-pnp[data-why-variant] .why-tech-card__top{
    margin-bottom:15px;
  }
  #why-pnp[data-why-variant="console"] .why-tech-card__signal{
    display:flex!important;
  }
  #why-pnp[data-why-variant] .why-tech-grid .why-tech-card h3{
    font-size:22px;
  }
  #why-pnp[data-why-variant] .why-tech-card__detail,
  #why-pnp[data-why-variant="console"] .why-tech-card__detail{
    position:static;
    display:flex;
    min-height:0;
    margin-top:14px;
    padding:13px 0 0;
    border:0;
    border-top:1px solid rgba(227,106,148,.22);
    background:transparent;
    box-shadow:none!important;
    transform:none;
  }
  #why-pnp[data-why-variant] .why-tech-card__detail p{
    color:#d7e1ee;
    opacity:1;
    transform:none;
  }
  #why-pnp[data-why-variant="console"] .why-tech-console{
    display:none;
  }
}

/* Homepage advantage cards v2: compact technical slide-reveal. */
.why-tech-grid .why-tech-card{
  min-height:232px;
  padding:21px;
  perspective:900px;
  background:
    linear-gradient(115deg,rgba(255,255,255,.035) 0 1px,transparent 1px 72px),
    radial-gradient(circle at 92% 108%,rgba(214,168,185,.09) 0 54px,transparent 55px),
    linear-gradient(145deg,rgba(31,49,76,.82),rgba(10,22,39,.94));
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-position .32s cubic-bezier(.22,1,.36,1);
}
.why-tech-grid .why-tech-card:before{
  right:-32px;
  bottom:-74px;
  width:184px;
  height:184px;
  border-color:rgba(214,168,185,.1);
  box-shadow:0 0 0 27px rgba(214,168,185,.025),0 0 0 54px rgba(214,168,185,.015);
}
.why-tech-grid .why-tech-card:after{
  height:3px;
  transform:scaleX(.16);
  background:linear-gradient(90deg,#8f2147,#e36a94,transparent 72%);
}
.why-tech-card__top{
  min-height:30px;
  margin-bottom:23px;
}
.why-tech-grid .why-tech-card__pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#c1cede;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  line-height:1;
  text-transform:uppercase;
  transition:border-color .24s ease,background .24s ease,color .24s ease;
}
.why-tech-card__signal{
  position:relative;
  display:flex!important;
  align-items:center;
  width:58px;
  height:18px;
  color:transparent!important;
}
.why-tech-card__signal:before{
  content:"";
  position:absolute;
  left:4px;
  right:4px;
  top:50%;
  height:1px;
  background:linear-gradient(90deg,rgba(227,106,148,.15),rgba(227,106,148,.72),rgba(227,106,148,.15));
  transform:translateY(-50%);
}
.why-tech-grid .why-tech-card__signal>span{
  position:relative;
  z-index:1;
  display:block;
  width:7px;
  height:7px;
  margin-right:12px;
  border:1px solid rgba(227,106,148,.78);
  border-radius:50%;
  background:#14253d;
  box-shadow:0 0 0 3px rgba(227,106,148,.055);
  transition:background .22s ease,box-shadow .22s ease,transform .3s cubic-bezier(.22,1,.36,1);
}
.why-tech-grid .why-tech-card h3{
  max-width:320px;
  font-size:clamp(20px,1.85vw,25px);
  line-height:1.08;
  transition:transform .28s cubic-bezier(.22,1,.36,1);
}
.why-tech-card__detail{
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:flex-start;
  min-height:108px;
  margin:0;
  padding:18px 20px 17px;
  border-top:1px solid rgba(227,106,148,.3);
  background:
    linear-gradient(180deg,rgba(109,32,57,.94),rgba(60,27,48,.97)),
    radial-gradient(circle at 90% 10%,rgba(255,255,255,.08),transparent 30%);
  box-shadow:0 -18px 42px rgba(0,0,0,.22);
  opacity:1;
  transform:translateY(calc(100% - 3px));
  transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .28s ease;
}
.why-tech-card__detail p{
  margin:0;
  color:#f4eaf0;
  font-size:12.5px;
  line-height:1.48;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .22s ease .07s,transform .22s ease .07s;
}
.why-tech-grid .why-tech-card:hover,
.why-tech-grid .why-tech-card:focus-visible{
  transform:translateY(-4px) rotateX(.6deg);
  border-color:rgba(227,106,148,.58);
  background-position:6px -4px,0 0,0 0;
  box-shadow:0 28px 68px rgba(0,0,0,.34),0 0 0 1px rgba(157,46,84,.12);
}
.why-tech-grid .why-tech-card:hover h3,
.why-tech-grid .why-tech-card:focus-visible h3{
  transform:translateY(-14px);
}
.why-tech-grid .why-tech-card:hover .why-tech-card__pill,
.why-tech-grid .why-tech-card:focus-visible .why-tech-card__pill{
  border-color:rgba(227,106,148,.42);
  background:rgba(109,32,57,.28);
  color:#f4dce5;
}
.why-tech-grid .why-tech-card:hover .why-tech-card__signal>span:nth-child(1),
.why-tech-grid .why-tech-card:focus-visible .why-tech-card__signal>span:nth-child(1){
  transform:translateX(4px);
  background:#e36a94;
  box-shadow:0 0 14px rgba(227,106,148,.52);
}
.why-tech-grid .why-tech-card:hover .why-tech-card__signal>span:nth-child(2),
.why-tech-grid .why-tech-card:focus-visible .why-tech-card__signal>span:nth-child(2){
  transform:translateX(2px) scale(1.12);
  background:#d65d88;
  box-shadow:0 0 12px rgba(227,106,148,.42);
}
.why-tech-grid .why-tech-card:hover .why-tech-card__detail,
.why-tech-grid .why-tech-card:focus-visible .why-tech-card__detail{
  transform:translateY(0);
  box-shadow:0 -22px 46px rgba(0,0,0,.3);
}
.why-tech-grid .why-tech-card:hover .why-tech-card__detail p,
.why-tech-grid .why-tech-card:focus-visible .why-tech-card__detail p{
  opacity:1;
  transform:translateY(0);
}
@media(max-width:900px){
  .why-tech-grid .why-tech-card{
    min-height:0;
    transform:none!important;
  }
  .why-tech-grid .why-tech-card h3{
    transform:none!important;
  }
  .why-tech-card__detail{
    position:static;
    min-height:0;
    margin-top:15px;
    padding:15px 0 0;
    border-top:1px solid rgba(227,106,148,.22);
    background:transparent;
    box-shadow:none!important;
    transform:none;
  }
  .why-tech-card__detail p{
    color:#d7e1ee;
    opacity:1;
    transform:none;
  }
}
@media(max-width:680px){
  .why-tech-head p{
    font-size:14px;
  }
  .why-tech-grid .why-tech-card{
    padding:20px;
  }
  .why-tech-card__top{
    margin-bottom:20px;
  }
  .why-tech-grid .why-tech-card h3{
    font-size:23px;
  }
}
@media(prefers-reduced-motion:reduce){
  .why-tech-grid .why-tech-card,
  .why-tech-grid .why-tech-card:before,
  .why-tech-grid .why-tech-card:after,
  .why-tech-grid .why-tech-card h3,
  .why-tech-grid .why-tech-card__pill,
  .why-tech-grid .why-tech-card__signal>span,
  .why-tech-card__detail,
  .why-tech-card__detail p{
    transition:none;
  }
}

/* Homepage MVP: interactive, accessible PNP advantage modules. */
.home-why-tech{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 18%,rgba(157,46,84,.15),transparent 34%),
    linear-gradient(145deg,rgba(10,22,39,.82),rgba(31,38,62,.9));
}
.home-why-tech:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.24;
  background-image:
    linear-gradient(90deg,rgba(214,168,185,.08) 1px,transparent 1px),
    linear-gradient(0deg,rgba(214,168,185,.06) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.8),transparent);
}
.why-tech-head{
  position:relative;
  z-index:2;
  align-items:flex-end;
}
.why-tech-head h2{
  max-width:780px;
}
.why-tech-head p{
  max-width:720px;
  margin:14px 0 0;
  color:#bfcce0;
  font-size:15px;
  line-height:1.55;
}
.why-tech-count{
  display:inline-flex!important;
  align-items:center;
  min-height:38px;
  padding:8px 12px;
  border:1px solid rgba(214,168,185,.3);
  border-radius:999px;
  background:rgba(109,32,57,.16);
  color:#f1d3de!important;
  font-size:11px!important;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.why-tech-grid{
  position:relative;
  z-index:2;
}
.why-tech-grid .why-tech-card{
  position:relative;
  isolation:isolate;
  min-height:254px;
  padding:23px;
  overflow:hidden;
  border:1px solid rgba(118,143,176,.3);
  border-radius:18px;
  outline:0;
  background:
    radial-gradient(circle at 92% 6%,rgba(214,168,185,.08),transparent 30%),
    linear-gradient(145deg,rgba(31,49,76,.78),rgba(11,24,42,.9));
  box-shadow:0 18px 54px rgba(0,0,0,.22);
  cursor:default;
  transform:translateZ(0);
  transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease;
}
.why-tech-grid .why-tech-card:before{
  content:"";
  position:absolute;
  z-index:-1;
  right:-44px;
  bottom:-70px;
  width:170px;
  height:170px;
  border:1px solid rgba(214,168,185,.11);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(214,168,185,.025),0 0 0 58px rgba(214,168,185,.018);
  transition:transform .3s ease,border-color .3s ease;
}
.why-tech-grid .why-tech-card:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:linear-gradient(90deg,#8f2147,#e36a94,transparent 82%);
  transform:scaleX(.18);
  transform-origin:left;
  transition:transform .3s ease;
}
.why-tech-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:28px;
}
.why-tech-grid .why-tech-card__top i{
  margin:0;
  color:#ec769d!important;
  font-size:12px;
  font-style:normal;
  font-weight:1000;
  letter-spacing:.16em;
}
.why-tech-grid .why-tech-card__top>span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#b9c7da;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.why-tech-grid .why-tech-card h3{
  max-width:310px;
  margin:0;
  color:#fff;
  font-size:clamp(21px,2vw,27px);
  line-height:1.08;
  letter-spacing:-.025em;
  overflow-wrap:normal;
  word-break:normal;
}
.why-tech-card__detail{
  display:flex;
  align-items:flex-end;
  min-height:82px;
  margin-top:14px;
}
.why-tech-card__detail p{
  margin:0;
  color:#d7e1ee;
  font-size:13px;
  line-height:1.52;
  opacity:0;
  transform:translateY(12px);
  transition:opacity .22s ease,transform .22s ease;
}
.why-tech-grid .why-tech-card__cue{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  color:#d9adc0;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:opacity .2s ease,transform .2s ease;
}
.why-tech-grid .why-tech-card__cue>span{
  display:inline;
  color:#f5d7e2;
  transition:transform .2s ease;
}
.why-tech-grid .why-tech-card:hover,
.why-tech-grid .why-tech-card:focus-visible{
  transform:translateY(-5px);
  border-color:rgba(214,168,185,.58);
  background:
    radial-gradient(circle at 92% 6%,rgba(231,116,156,.16),transparent 32%),
    linear-gradient(145deg,rgba(80,35,58,.76),rgba(17,29,49,.94));
  box-shadow:0 30px 72px rgba(0,0,0,.34),0 0 0 1px rgba(157,46,84,.12);
}
.why-tech-grid .why-tech-card:focus-visible{
  outline:2px solid #e36a94;
  outline-offset:3px;
}
.why-tech-grid .why-tech-card:hover:before,
.why-tech-grid .why-tech-card:focus-visible:before{
  transform:translate(-10px,-10px) scale(1.08);
  border-color:rgba(231,116,156,.28);
}
.why-tech-grid .why-tech-card:hover:after,
.why-tech-grid .why-tech-card:focus-visible:after{
  transform:scaleX(1);
}
.why-tech-grid .why-tech-card:hover .why-tech-card__detail p,
.why-tech-grid .why-tech-card:focus-visible .why-tech-card__detail p{
  opacity:1;
  transform:translateY(0);
}
.why-tech-grid .why-tech-card:hover .why-tech-card__cue,
.why-tech-grid .why-tech-card:focus-visible .why-tech-card__cue{
  opacity:.35;
  transform:translateY(3px);
}
.why-tech-grid .why-tech-card:hover .why-tech-card__cue>span,
.why-tech-grid .why-tech-card:focus-visible .why-tech-card__cue>span{
  transform:translateX(4px);
}
@media(max-width:900px){
  .why-tech-grid .why-tech-card{
    min-height:auto;
  }
  .why-tech-card__detail{
    min-height:0;
  }
  .why-tech-card__detail p{
    opacity:1;
    transform:none;
  }
  .why-tech-grid .why-tech-card__cue{
    display:none;
  }
}
@media(max-width:680px){
  .why-tech-head{
    display:grid;
    align-items:start;
  }
  .why-tech-count{
    width:max-content;
  }
  .why-tech-grid .why-tech-card{
    padding:21px;
  }
  .why-tech-card__top{
    margin-bottom:22px;
  }
  .why-tech-grid .why-tech-card h3{
    font-size:23px;
  }
}
@media(prefers-reduced-motion:reduce){
  .why-tech-grid .why-tech-card,
  .why-tech-grid .why-tech-card:before,
  .why-tech-grid .why-tech-card:after,
  .why-tech-card__detail p,
  .why-tech-grid .why-tech-card__cue,
  .why-tech-grid .why-tech-card__cue>span{
    transition:none;
  }
}

@media(max-width:360px){
  .pnp-role-nav-shell{
    padding:8px;
  }
  .pnp-role-nav-head>p{
    font-size:11.5px;
  }
  .pnp-role-nav-card>small{
    font-size:11px;
  }
  .pnp-role-nav-procurement strong,
  .pnp-role-nav-overview{
    font-size:12px!important;
  }
}

.popular-logo-grid > a{
  display:block;
  min-width:0;
  height:80px;
}
.popular-logo-grid .logo-tile{
  width:100%;
  height:80px;
  min-height:80px;
  border-radius:7px;
  padding:13px 18px;
  background:linear-gradient(145deg,#ffffff,#e8eef6);
  box-shadow:0 16px 38px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.85);
}
.popular-logo-grid .logo-tile img{
  width:auto;
  max-height:52px;
  max-width:90%;
}
.logo-tile.text-logo strong{font-size:22px;color:#12213a;letter-spacing:.02em;}
.compact-logos{grid-template-columns:repeat(8,1fr);}
.compact-logos .logo-tile{min-height:64px;padding:12px 15px;}
.compact-logos .logo-tile img{max-height:42px;}

.quick-selection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.quick-select-card{min-height:218px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));overflow:hidden;display:flex;flex-direction:column;box-shadow:0 18px 52px rgba(0,0,0,.22);transition:.22s ease;}
.quick-select-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.30);}
.quick-select-media{height:110px;position:relative;background:linear-gradient(135deg,rgba(143,33,71,.42),rgba(20,42,70,.55));overflow:hidden;background-size:cover;background-position:center center;}
.quick-select-media:before{content:"";position:absolute;inset:16px 22px;border:1px solid rgba(255,255,255,.24);border-radius:6px;transform:skewX(-8deg);}
.quick-select-media:after{content:"";position:absolute;right:24px;top:24px;width:42px;height:30px;border-radius:4px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.10);box-shadow:-54px 14px 0 rgba(255,255,255,.08),-94px -3px 0 rgba(196,55,102,.22);}
.quick-select-media.analog{background:linear-gradient(135deg,rgba(21,56,89,.82),rgba(143,33,71,.26));}
.quick-select-media.docs{background:linear-gradient(135deg,rgba(240,244,250,.20),rgba(18,36,62,.75));}
.quick-select-media.bim{background:linear-gradient(135deg,rgba(18,51,78,.76),rgba(196,55,102,.18));}
.quick-select-media.photo{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;image-rendering:auto;}
.quick-select-media.photo:before,.quick-select-media.photo:after{display:none;}
.quick-select-media.spec.photo{background-image:linear-gradient(180deg,rgba(9,20,34,.18),rgba(9,20,34,.12)),url("../img/catalog/quick-selection/spec.png");}
.quick-select-media.analog.photo{background-image:linear-gradient(180deg,rgba(9,20,34,.18),rgba(9,20,34,.12)),url("../img/catalog/quick-selection/analog.png");}
.quick-select-media.docs.photo{background-image:linear-gradient(180deg,rgba(9,20,34,.12),rgba(9,20,34,.08)),url("../img/catalog/quick-selection/docs.png");}
.quick-select-media.bim.photo{background-image:linear-gradient(180deg,rgba(9,20,34,.18),rgba(9,20,34,.12)),url("../img/catalog/quick-selection/bim.png");}
.quick-select-media.spec.photo,.quick-select-media.analog.photo,.quick-select-media.docs.photo,.quick-select-media.bim.photo{background-size:cover,cover!important;background-position:center center,center center!important;background-repeat:no-repeat,no-repeat!important;}

.quick-select-card h3{font-size:18px;line-height:1.12;margin:18px 16px 8px;}
.quick-select-card p{color:var(--muted);font-size:13px;line-height:1.48;margin:0 16px 14px;}
.quick-select-card span{margin:auto 16px 16px;color:#e06491;font-weight:850;font-size:13px;}

.vendors-hero h1{max-width:880px;}
.value-grid{grid-template-columns:repeat(6,1fr);}
.value-card{min-height:138px;padding:18px;}
.value-card b{font-size:16px;}
.value-card span{font-size:13px;}

@media(max-width:1180px){
  .popular-logo-grid{grid-template-columns:repeat(4,1fr);} .compact-logos{grid-template-columns:repeat(4,1fr);} .value-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:900px){
  .quick-selection-grid{grid-template-columns:repeat(2,1fr);} .popular-logo-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:680px){
  .category-card{min-height:auto}.category-body h3,.category-body p{min-height:auto}.category-actions{flex-wrap:wrap!important}.category-actions .btn.small,.category-actions .btn.ghost.small{min-width:0;width:100%;}
  .quick-selection-grid,.popular-logo-grid,.compact-logos,.value-grid{grid-template-columns:1fr;}
}

/* v11 step 1: about page rebuilt around project task + 11 directions */
.about-hero-v11 h1{max-width:980px;font-size:clamp(42px,5.8vw,74px)}
.hero-features-v11{grid-template-columns:repeat(4,1fr);max-width:1120px}.hero-features-v11 .feature-mini i{font-size:13px;font-weight:1000;min-width:36px}
.about-v11-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch}.about-main-card,.about-task-card{min-height:100%}.dark-label{background:rgba(143,33,71,.10)!important;border-color:rgba(143,33,71,.20)!important;color:#8f2147!important}.about-stats-v11 .stat strong{font-size:34px}.project-coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.coverage-card{border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border-radius:18px;padding:22px;min-height:210px;display:flex;flex-direction:column;box-shadow:0 18px 54px rgba(0,0,0,.22);transition:.22s ease}.coverage-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.30)}.coverage-card i{font-style:normal;color:#e06591;font-weight:1000;letter-spacing:.12em;margin-bottom:26px}.coverage-card h3{font-size:22px;line-height:1.08;margin-bottom:12px}.coverage-card p{color:var(--muted);font-size:14px;line-height:1.55;margin:0}.brand-scale-card{border:1px solid rgba(196,55,102,.33);border-radius:22px;background:radial-gradient(circle at 8% 10%,rgba(255,255,255,.13),transparent 25%),linear-gradient(135deg,rgba(143,33,71,.52),rgba(12,30,52,.72));box-shadow:var(--shadow);display:grid;grid-template-columns:.92fr 1.08fr;gap:22px;padding:34px;overflow:hidden}.brand-scale-card h2{font-size:clamp(34px,4.8vw,62px)}.brand-scale-card p{color:#f1dce5;line-height:1.62;max-width:680px}.scale-benefits{display:grid;grid-template-columns:1fr;gap:12px}.scale-benefits div{border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.07);padding:18px}.scale-benefits b{display:block;font-size:18px;margin-bottom:6px}.scale-benefits span{color:#f1dce5;font-size:14px;line-height:1.45}.client-types-v11 .client-card{min-height:180px}.direction-strip-v11{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.direction-strip-v11 .direction-chip{border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.065);padding:9px 12px;font-size:13px;font-weight:800;color:#eef4ff}.vendor-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}@media(max-width:980px){.about-v11-grid,.brand-scale-card{grid-template-columns:1fr}.project-coverage-grid{grid-template-columns:repeat(2,1fr)}.hero-features-v11{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.project-coverage-grid,.hero-features-v11{grid-template-columns:1fr}.brand-scale-card{padding:22px}.coverage-card{min-height:auto}.about-hero-v11 h1{font-size:40px}.vendor-cta .btn{width:100%}}


/* v11 step 2: solutions page with 11 directions and detail pages */
.solution-hero h1{max-width:980px}.solution-value-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.solution-value-row article{border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border-radius:16px;padding:22px;min-height:128px}.solution-value-row b{display:block;font-size:20px;margin-bottom:8px}.solution-value-row span{color:var(--muted);line-height:1.52;font-size:14px}.solutions-grid-v11{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution-card-v11{border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 20px 58px rgba(0,0,0,.26);overflow:hidden;display:flex;flex-direction:column;min-height:510px;transition:.22s ease}.solution-card-v11:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.32)}.solution-media{height:170px;background:#071421;overflow:hidden}.solution-media img{width:100%;height:100%;display:block;object-fit:cover}.solution-body{padding:20px;display:flex;flex-direction:column;gap:13px;flex:1}.solution-kicker{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px}.solution-kicker span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(196,55,102,.14);border:1px solid rgba(196,55,102,.42);color:#fff;font-weight:900}.solution-card-v11 h3{font-size:26px;letter-spacing:-.025em}.solution-card-v11 p{color:var(--muted);line-height:1.5;font-size:14px;margin:0}.solution-tags,.solution-brands{display:flex;flex-wrap:wrap;gap:8px}.solution-tags span,.solution-brands b{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);border-radius:999px;padding:7px 10px;color:#dbe7f7;font-size:12px}.solution-brands b{color:#fff;background:rgba(196,55,102,.10);border-color:rgba(196,55,102,.22)}.solution-actions{margin-top:auto;padding-top:12px;display:flex;gap:10px;align-items:center}.solution-actions .btn.small{min-width:118px}.solution-actions .btn.ghost.small{min-width:132px}.solution-cta-band{border:1px solid rgba(196,55,102,.34);border-radius:20px;background:radial-gradient(circle at 86% 10%,rgba(255,255,255,.10),transparent 26%),linear-gradient(135deg,rgba(143,33,71,.74),rgba(12,30,52,.74));box-shadow:var(--shadow);padding:34px;display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center}.solution-cta-band p{color:#f1dce5;line-height:1.6;max-width:820px}.solution-detail-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.solution-detail-summary article{border:1px solid var(--line);background:rgba(255,255,255,.065);border-radius:16px;padding:22px}.solution-detail-summary b{display:block;font-size:38px;letter-spacing:-.05em}.solution-detail-summary span{color:var(--muted);font-size:14px}.solution-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.solution-product-card{border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035));border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-height:360px;box-shadow:0 18px 52px rgba(0,0,0,.22)}.solution-product-card .mini-visual{height:120px;background:#071421;overflow:hidden}.solution-product-card .mini-visual img{width:100%;height:100%;object-fit:cover;display:block}.solution-product-card>div:last-child{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.solution-product-card span{color:#e06491;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.solution-product-card h3{font-size:20px;line-height:1.1}.solution-product-card p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}.vendor-brands.mini i{font-style:normal;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.055);color:#e6eef9;padding:6px 8px;font-size:11px}.detail-brands{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}.large-tags{margin-top:20px}.large-tags span{font-size:14px;padding:10px 13px}.solution-detail-hero h1{max-width:900px}
@media(max-width:1080px){.solutions-grid-v11,.solution-product-grid{grid-template-columns:repeat(2,1fr)}.solution-cta-band{grid-template-columns:1fr}.solution-value-row,.solution-detail-summary{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.solutions-grid-v11,.solution-product-grid,.solution-value-row,.solution-detail-summary{grid-template-columns:1fr}.solution-card-v11{min-height:auto}.solution-actions{flex-wrap:wrap}.solution-actions .btn.small,.solution-actions .btn.ghost.small{width:100%;min-width:0}.solution-cta-band{padding:22px}.solution-media{height:150px}}


/* v11 catalog photo upgrade: approved premium generated/selected images */
.catalog-photos-note{display:none!important;}
.grid-4#categoryGrid{gap:18px;}
.category-card{
  min-height:438px!important;
  border-radius:14px!important;
  border:1px solid rgba(221,234,250,.20)!important;
  background:linear-gradient(180deg,rgba(6,17,31,.98),rgba(3,11,21,.99))!important;
  box-shadow:0 22px 68px rgba(0,0,0,.36)!important;
  overflow:hidden!important;
}
.category-media{
  flex:0 0 196px!important;
  min-height:196px!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  background:#071421!important;
}
.category-media:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(180deg,rgba(3,12,23,.02) 0%,rgba(3,12,23,.10) 52%,rgba(3,12,23,.54) 100%),
    radial-gradient(circle at 12% 12%,rgba(196,55,102,.12),transparent 32%)!important;
}
.category-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(1.03) contrast(1.08) brightness(.9)!important;
}
.category-card:hover .category-media img{transform:scale(1.035)!important;}
.category-card[data-id="architecture"] .category-media img{object-position:58% center!important;}
.category-card[data-id="constructive"] .category-media img{object-position:58% center!important;}
.category-card[data-id="eom"] .category-media img{object-position:55% center!important;}
.category-card[data-id="water"] .category-media img{object-position:50% center!important;}
.category-card[data-id="hvac"] .category-media img{object-position:65% center!important;}
.category-card[data-id="fire"] .category-media img{object-position:62% center!important;}
.category-card[data-id="low-current"] .category-media img{object-position:55% center!important;}
.category-card[data-id="it-infrastructure"] .category-media img{object-position:62% center!important;}
.category-card[data-id="gas"] .category-media img{object-position:66% center!important;}
.category-card[data-id="vertical-transport"] .category-media img{object-position:66% center!important;}
.category-card[data-id="tech-equipment"] .category-media img{object-position:62% center!important;}
.category-card[data-id="accessibility"] .category-media img{object-position:38% center!important;}
.category-body{padding:19px 19px 18px!important;}
.category-body h3{font-size:22px!important;line-height:1.08!important;min-height:48px!important;margin-bottom:12px!important;}
.category-body p{font-size:13.5px!important;line-height:1.48!important;color:#d2deee!important;min-height:42px!important;}
.category-actions{margin-top:auto!important;padding-top:18px!important;display:flex!important;gap:10px!important;align-items:center!important;}
.category-actions .btn.small,.category-actions .btn.ghost.small{height:39px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
@media(max-width:1080px){.grid-4#categoryGrid{grid-template-columns:repeat(2,1fr)!important}.category-card{min-height:420px!important}.category-media{flex-basis:190px!important;min-height:190px!important}}
@media(max-width:680px){.grid-4#categoryGrid{grid-template-columns:1fr!important}.category-card{min-height:auto!important}.category-media{flex-basis:188px!important;min-height:188px!important}.category-body h3,.category-body p{min-height:auto!important}.category-actions{flex-wrap:wrap!important}.category-actions .btn.small,.category-actions .btn.ghost.small{width:100%!important}}


/* detail photocard patch 01: Архитектурные решения */
.solution-product-card{
  border-radius:18px;
  background:linear-gradient(180deg,rgba(8,22,38,.98),rgba(4,13,25,.98));
}
.solution-product-card .mini-visual{
  height:156px;
  position:relative;
  background:#06111e;
}
.solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,12,23,0) 28%,rgba(4,12,23,.50) 100%),linear-gradient(90deg,rgba(4,12,23,.35),rgba(4,12,23,0) 54%);
  pointer-events:none;
}
.solution-product-card .mini-visual img{
  filter:saturate(.92) contrast(1.04) brightness(.92);
  transform:scale(1.01);
}
.solution-product-card[data-visual="ceilings"] .mini-visual img{object-position:center 38%;}
.solution-product-card[data-visual="windows-doors"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="roofing-envelope"] .mini-visual img{object-position:60% center;}
.solution-product-card[data-visual="finishes"] .mini-visual img{object-position:center center;}
.solution-product-card[data-visual="facades"] .mini-visual img{object-position:58% center;}


/* detail photocard patch 02: Конструктивные решения */
.solution-product-card[data-visual="concrete-frame"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="steel-frame"] .mini-visual img{object-position:58% center;}
.solution-product-card[data-visual="wall-materials"] .mini-visual img{object-position:70% center;}
.solution-product-card[data-visual="waterproofing"] .mini-visual img{object-position:74% center;}
.solution-product-card[data-visual="partitions"] .mini-visual img{object-position:center center;}


/* detail photocard patch 03: ЭОМ */
.solution-product-card[data-visual="switchgear"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="cable-trays"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="control-room"] .mini-visual img{object-position:66% center;}
.solution-product-card[data-visual="lighting"] .mini-visual img{object-position:center 44%;}
.solution-product-card[data-visual="ups"] .mini-visual img{object-position:70% center;}


/* detail photocard patch 04: Водоснабжение и водоотведение */
.solution-product-card[data-visual="pipelines"] .mini-visual img{object-position:54% center;}
.solution-product-card[data-visual="pumps"] .mini-visual img{object-position:63% center;}
.solution-product-card[data-visual="valves"] .mini-visual img{object-position:48% center;}
.solution-product-card[data-visual="drainage"] .mini-visual img{object-position:62% 58%;}
.solution-product-card[data-visual="treatment"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="sanitary"] .mini-visual img{object-position:58% center;}


/* detail photocard patch 05: ОВиК и тепловые сети */
.solution-product-card[data-visual="air-handling"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="ac-systems"] .mini-visual img{object-position:62% 44%;}
.solution-product-card[data-visual="heat-exchanger"] .mini-visual img{object-position:70% center;}
.solution-product-card[data-visual="ducts"] .mini-visual img{object-position:62% 42%;}
.solution-product-card[data-visual="pumps"] .mini-visual img{object-position:68% center;}
.solution-product-card[data-visual="radiators"] .mini-visual img{object-position:60% center;}


/* detail photocard patch 06: Пожарная безопасность */
.solution-product-card[data-visual="fire-alarm-control"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="fire-sprinkler"] .mini-visual img{object-position:58% 42%;}
.solution-product-card[data-visual="fire-gas-suppression"] .mini-visual img{object-position:72% center;}
.solution-product-card[data-visual="fire-evacuation"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="fire-hydrant"] .mini-visual img{object-position:72% center;}
.solution-product-card[data-visual="fire-modules"] .mini-visual img{object-position:60% center;}


/* detail photocard patch 07: Слаботочные сети и связь */
.solution-product-card[data-visual="low-current-cctv"] .mini-visual img{object-position:42% center;}
.solution-product-card[data-visual="low-current-lan"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="low-current-access-control"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="low-current-key-systems"] .mini-visual img{object-position:56% center;}
.solution-product-card[data-visual="low-current-locking"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="low-current-security-alarm"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="low-current-ssoi"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="low-current-pass-control"] .mini-visual img{object-position:58% center;}
.solution-product-card[data-visual="low-current-perimeter"] .mini-visual img{object-position:24% center;}
.solution-product-card[data-visual="low-current-server"] .mini-visual img{object-position:68% center;}

/* detail photocard patch 12: IT infrastructure */
.it-infrastructure-detail-v12 .solution-detail-hero:after{
  background:
    linear-gradient(90deg,rgba(5,13,24,.97) 0%,rgba(5,13,24,.88) 31%,rgba(5,13,24,.46) 58%,rgba(5,13,24,.26) 100%),
    url("../img/solutions/photo/it-infrastructure.webp") center right/cover no-repeat!important;
}
.it-infrastructure-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}
.it-infrastructure-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.it-infrastructure-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12);
  overflow:hidden!important;
  border-radius:0!important;
  margin:0!important;
}
.it-infrastructure-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.96) contrast(1.08) brightness(.9)!important;
  box-shadow:none!important;
}
.it-infrastructure-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 52%,rgba(4,12,23,.24) 100%);
}
.it-infrastructure-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}
.it-infrastructure-detail-v12 .solution-product-card h3{
  font-size:22px!important;
  line-height:1.18!important;
}
.it-infrastructure-detail-v12 .solution-product-card p{
  min-height:auto;
}
.it-infrastructure-detail-v12 .solution-product-card[data-visual="it-servers"] .mini-visual img,
.it-infrastructure-detail-v12 .solution-product-card[data-visual="it-storage"] .mini-visual img,
.it-infrastructure-detail-v12 .solution-product-card[data-visual="it-datacenter"] .mini-visual img{object-position:62% center!important;}
.it-infrastructure-detail-v12 .solution-product-card[data-visual="it-network"] .mini-visual img,
.it-infrastructure-detail-v12 .solution-product-card[data-visual="it-software"] .mini-visual img{object-position:58% center!important;}
.it-infrastructure-detail-v12 .solution-product-card[data-visual="it-workstations"] .mini-visual img,
.it-infrastructure-detail-v12 .solution-product-card[data-visual="it-devices"] .mini-visual img{object-position:58% center!important;}
@media(max-width:1080px){
  .it-infrastructure-detail-v12 .solution-product-grid{grid-template-columns:1fr!important;}
  .it-infrastructure-detail-v12 .solution-product-card{min-height:auto!important;}
}
@media(max-width:680px){
  .it-infrastructure-detail-v12 .solution-product-card .mini-visual{aspect-ratio:4/3!important;}
}


/* detail photocard patch 08: Газоснабжение */
.solution-product-card[data-visual="gas-pipelines"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="gas-regulators"] .mini-visual img{object-position:70% center;}
.solution-product-card[data-visual="gas-metering"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="gas-valves"] .mini-visual img{object-position:60% center;}
.solution-product-card[data-visual="gas-detection"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="gas-analyzers"] .mini-visual img{object-position:70% center;}
.solution-product-card[data-visual^="gas-"] .mini-visual:after{background:linear-gradient(180deg,rgba(5,13,22,.05),rgba(5,13,22,.58));}


/* detail photocard patch 09: Вертикальный транспорт */
.solution-product-card[data-visual="vertical-elevators"] .mini-visual img{object-position:54% center;}
.solution-product-card[data-visual="vertical-equipment"] .mini-visual img{object-position:68% center;}
.solution-product-card[data-visual="vertical-dispatch"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="vertical-platforms"] .mini-visual img{object-position:64% center;}
.solution-product-card[data-visual="vertical-escalators"] .mini-visual img{object-position:58% center;}
.solution-product-card[data-visual="vertical-shaft"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual^="vertical-"] .mini-visual:after{background:linear-gradient(180deg,rgba(5,13,22,.04),rgba(5,13,22,.60));}


/* detail photocard patch 10: Технологическое оборудование */
.solution-product-card[data-visual="tech-maf"] .mini-visual img{object-position:55% center;}
.solution-product-card[data-visual="tech-medical-gases"] .mini-visual img{object-position:68% center;}
.solution-product-card[data-visual="tech-diagnostics"] .mini-visual img{object-position:68% center;}
.solution-product-card[data-visual="tech-industrial-furniture"] .mini-visual img{object-position:58% center;}
.solution-product-card[data-visual="tech-inspection"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="tech-media"] .mini-visual img{object-position:60% center;}
.solution-product-card[data-visual="tech-process-lines"] .mini-visual img{object-position:70% center;}
.solution-product-card[data-visual^="tech-"] .mini-visual:after{background:linear-gradient(180deg,rgba(5,13,22,.03),rgba(5,13,22,.58)),linear-gradient(90deg,rgba(5,13,22,.36),rgba(5,13,22,0) 60%);}


/* detail photocard patch 11: Доступная среда */
.solution-product-card[data-visual="accessibility-lifts"] .mini-visual img{object-position:62% center;}
.solution-product-card[data-visual="accessibility-handrails"] .mini-visual img{object-position:54% center;}
.solution-product-card[data-visual="accessibility-ramps"] .mini-visual img{object-position:58% 56%;}
.solution-product-card[data-visual="accessibility-tactile"] .mini-visual img{object-position:55% 58%;}
.solution-product-card[data-visual="accessibility-navigation"] .mini-visual img{object-position:60% center;}
.solution-product-card[data-visual="accessibility-entrance"] .mini-visual img{object-position:58% center;}
.solution-product-card[data-visual^="accessibility-"] .mini-visual:after{background:linear-gradient(180deg,rgba(5,13,22,.04),rgba(5,13,22,.62)),linear-gradient(90deg,rgba(5,13,22,.40),rgba(5,13,22,0) 62%);}


/* V11 QA PATCH: DETAIL PHOTOCARDS ZOOM-OUT
   Problem: in detail pages the generated 4:3 images were cropped too hard inside low mini-cards.
   Decision: make the detail product cards bigger, switch detail visuals to contain-fit, and reset aggressive object-position overrides.
   Goal: after clicking “Подробнее”, the user sees the whole product-group atmosphere, not a cropped fragment. */
.solution-detail-hero .eyebrow{color:#f0b1c8;}
.solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch;
}
.solution-product-card{
  min-height:520px!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035))!important;
  box-shadow:0 22px 66px rgba(0,0,0,.30)!important;
}
.solution-product-card .mini-visual{
  height:clamp(245px,24vw,330px)!important;
  padding:12px!important;
  background:
    radial-gradient(circle at 75% 18%,rgba(196,55,102,.14),transparent 34%),
    linear-gradient(145deg,#050d18 0%,#071421 46%,#101f34 100%)!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.solution-product-card .mini-visual:after{
  background:linear-gradient(180deg,rgba(4,12,23,0) 42%,rgba(4,12,23,.22) 100%)!important;
}
.solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border-radius:14px;
  filter:saturate(.96) contrast(1.05) brightness(.93)!important;
  box-shadow:0 16px 38px rgba(0,0,0,.32);
}
.solution-product-card[data-visual] .mini-visual img{object-position:center center!important;}
.solution-product-card>div:last-child{padding:20px 22px 22px!important;}
.solution-product-card h3{font-size:22px!important;line-height:1.12!important;}
.solution-product-card p{font-size:14px!important;line-height:1.55!important;}
.vendor-brands.mini{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:6px;}
@media(max-width:1080px){
  .solution-product-grid{grid-template-columns:1fr!important;}
  .solution-product-card{min-height:auto!important;}
  .solution-product-card .mini-visual{height:clamp(220px,46vw,340px)!important;}
}
@media(max-width:680px){
  .solution-product-card .mini-visual{height:220px!important;padding:8px!important;}
  .solution-product-card>div:last-child{padding:17px!important;}
}

/* FILTER PATCH: category cards must really disappear when filter is active.
   Previous v11 card CSS set .category-card { display:flex !important; },
   which overrode the generic .hide { display:none !important; }. */
#categoryGrid .category-card.hide,
#categoryGrid .category-card[hidden]{
  display:none!important;
}

/* v12 step 1: clean manufacturer search chips */
button.vendor-chip{appearance:none;-webkit-appearance:none;cursor:pointer;font:inherit;line-height:1.2;text-align:left;transition:.18s ease}
button.vendor-chip:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.13)}
.vendor-row.empty-row{border-color:rgba(196,55,102,.32);background:rgba(196,55,102,.08)}


/* v12 step 2: partners/logo QA */
.partners-tools{display:grid;grid-template-columns:minmax(280px,460px) 1fr;gap:18px;align-items:end;margin:-6px 0 26px;padding:18px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));box-shadow:0 18px 55px rgba(0,0,0,.18)}
.partner-filter-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.partner-filter{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.055);color:var(--muted);border-radius:999px;padding:11px 14px;font-weight:850;font-size:12px;cursor:pointer;transition:.18s ease}.partner-filter:hover,.partner-filter.active{color:#fff;border-color:rgba(196,58,103,.6);background:linear-gradient(135deg,rgba(143,33,71,.9),rgba(196,58,103,.9));box-shadow:0 14px 34px rgba(143,33,71,.22)}.partner-filter[hidden]{display:none}.filter-count{min-width:22px;height:22px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);font-size:11px;line-height:1;color:#fff}.partner-filter.active .filter-count{background:rgba(255,255,255,.2)}
.partner-card.hide,.partner-card[hidden]{display:none!important}.partner-logo-tile{background:linear-gradient(145deg,#ffffff,#edf2f8);height:150px;min-height:150px;display:grid;place-items:center;padding:22px 26px;box-shadow:0 22px 55px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.92)}.partner-card .partner-logo-tile img{width:88%;height:auto;max-height:82px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(7,17,30,.12))}.partner-card .logo-tile.logo-fallback{background:linear-gradient(145deg,#f7f9fc,#dfe7f1)}.logo-fallback-text{display:none;color:#111827;font-size:26px;letter-spacing:.04em}.logo-fallback .logo-fallback-text{display:block}.empty-state{margin-top:18px;border:1px dashed rgba(255,255,255,.22);border-radius:16px;padding:22px;text-align:center;color:var(--muted);background:rgba(255,255,255,.045)}
.partner-card.partner-clivet .partner-logo-tile img{width:auto!important;height:88px!important;max-height:88px!important}
.partner-card.partner-depo-computers .partner-logo-tile img{width:auto!important;max-width:76%!important;max-height:70px!important}
.partner-card.partner-yadro .partner-logo-tile img{width:76%!important;max-height:64px!important}
.partner-card.partner-kvadra .partner-logo-tile img{width:78%!important;max-height:68px!important}
.partner-card.partner-iva .partner-logo-tile{background:linear-gradient(145deg,#111827,#020617);box-shadow:0 22px 55px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.08)}
.partner-card.partner-iva .partner-logo-tile img{width:74%!important;max-height:72px!important;filter:none!important}
.partner-card.partner-magma .partner-logo-tile img{width:70%!important;max-height:82px!important}
.partner-card.partner-uponor .partner-logo-tile img{width:78%!important;max-height:82px!important}
.partner-card.partner-neosun .partner-logo-tile img,
.partner-card.partner-masterscada .partner-logo-tile img,
.partner-card.partner-profesco .partner-logo-tile img{max-width:84%;max-height:86px}
@media (max-width:860px){.partners-tools{grid-template-columns:1fr}.partner-filter-row{justify-content:flex-start}}

/* PNP production visual QA: mobile text and fixed CTA safety */
h1,
h2,
.hero-subtitle,
.btn,
.partner-title{
  overflow-wrap:anywhere;
}
@media(max-width:680px){
  body{
    padding-bottom:calc(72px + env(safe-area-inset-bottom,0px));
  }
  .hero h1,
  .solution-detail-hero h1{
    font-size:clamp(36px,10.8vw,40px);
    letter-spacing:-.04em;
  }
  .partner-hero-features{
    grid-template-columns:1fr;
  }
}


/* V12 STEP 3: architecture detail unique product photocarards.
   Scope: only solution-architecture.html.
   Goal: each product group gets its own full-card image instead of repeated placeholders. */
.architecture-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}
.architecture-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.architecture-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.architecture-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.96) contrast(1.08) brightness(.9)!important;
  box-shadow:none!important;
}
.architecture-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 52%,rgba(4,12,23,.24) 100%);
}
.architecture-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}
.architecture-detail-v12 .solution-product-card h3{
  font-size:22px!important;
}
@media(max-width:1080px){
  .architecture-detail-v12 .solution-product-grid{grid-template-columns:1fr!important;}
  .architecture-detail-v12 .solution-product-card{min-height:auto!important;}
}
@media(max-width:680px){
  .architecture-detail-v12 .solution-product-card .mini-visual{aspect-ratio:4/3!important;}
}


/* V12 STEP 4: constructive detail unique product photocarards.
   Scope: only solution-constructive.html.
   Goal: each constructive product group gets a separate full-card visual. */
.constructive-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}
.constructive-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.constructive-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.constructive-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.96) contrast(1.08) brightness(.9)!important;
  box-shadow:none!important;
}
.constructive-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 52%,rgba(4,12,23,.24) 100%);
}
.constructive-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}
.constructive-detail-v12 .solution-product-card h3{
  font-size:22px!important;
}
@media(max-width:1080px){
  .constructive-detail-v12 .solution-product-grid{grid-template-columns:1fr!important;}
  .constructive-detail-v12 .solution-product-card{min-height:auto!important;}
}
@media(max-width:680px){
  .constructive-detail-v12 .solution-product-card .mini-visual{aspect-ratio:4/3!important;}
}

/* V12 STEP 5: EOM detail unique product photocarards.
   Scope: only solution-eom.html.
   Goal: each electrical product group gets a separate full-card visual, not repeated stock blocks. */
.eom-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}
.eom-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.eom-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.eom-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.96) contrast(1.08) brightness(.9)!important;
  box-shadow:none!important;
}
.eom-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 52%,rgba(4,12,23,.24) 100%);
}
.eom-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}
.eom-detail-v12 .solution-product-card h3{
  font-size:22px!important;
}
.eom-detail-v12 .solution-product-card[data-visual="busbar"] .mini-visual img{object-position:58% center!important;}
.eom-detail-v12 .solution-product-card[data-visual="cable-trays-metal"] .mini-visual img,
.eom-detail-v12 .solution-product-card[data-visual="cable-pvc"] .mini-visual img,
.eom-detail-v12 .solution-product-card[data-visual="cable-product"] .mini-visual img{object-position:62% center!important;}
.eom-detail-v12 .solution-product-card[data-visual="outdoor-lighting"] .mini-visual img{object-position:50% 45%!important;}
.eom-detail-v12 .solution-product-card[data-visual="arch-lighting"] .mini-visual img,
.eom-detail-v12 .solution-product-card[data-visual="interior-lighting"] .mini-visual img{object-position:center 42%!important;}
@media(max-width:1080px){
  .eom-detail-v12 .solution-product-grid{grid-template-columns:1fr!important;}
  .eom-detail-v12 .solution-product-card{min-height:auto!important;}
}
@media(max-width:680px){
  .eom-detail-v12 .solution-product-card .mini-visual{aspect-ratio:4/3!important;}
}


/* V12 STEP 6: water supply and drainage detail unique product photocards.
   Scope: only solution-water.html.
   Goal: each water product group gets a separate full-card visual, not repeated utility-room fragments. */
.water-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}
.water-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.water-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.water-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.96) contrast(1.08) brightness(.9)!important;
  box-shadow:none!important;
}
.water-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 52%,rgba(4,12,23,.24) 100%);
}
.water-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}
.water-detail-v12 .solution-product-card h3{
  font-size:22px!important;
}
.water-detail-v12 .solution-product-card[data-visual="drainage"] .mini-visual img,
.water-detail-v12 .solution-product-card[data-visual="kns"] .mini-visual img{object-position:58% 52%!important;}
.water-detail-v12 .solution-product-card[data-visual="tanks"] .mini-visual img,
.water-detail-v12 .solution-product-card[data-visual="treatment"] .mini-visual img{object-position:62% center!important;}
.water-detail-v12 .solution-product-card[data-visual="mixers"] .mini-visual img,
.water-detail-v12 .solution-product-card[data-visual="sanitary"] .mini-visual img{object-position:54% center!important;}
@media(max-width:1080px){
  .water-detail-v12 .solution-product-grid{grid-template-columns:1fr!important;}
  .water-detail-v12 .solution-product-card{min-height:auto!important;}
}
@media(max-width:680px){
  .water-detail-v12 .solution-product-card .mini-visual{aspect-ratio:4/3!important;}
}


/* V12 STEP 7: HVAC and heating networks detail unique product photocards.
   Scope: only solution-hvac.html.
   Goal: OViK should read as distinct HVAC contours: heat, air, cooling, ITP and thermal networks. */
.hvac-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}
.hvac-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.hvac-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.hvac-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.96) contrast(1.08) brightness(.9)!important;
  box-shadow:none!important;
}
.hvac-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 52%,rgba(4,12,23,.24) 100%);
}
.hvac-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}
.hvac-detail-v12 .solution-product-card h3{
  font-size:22px!important;
}
.hvac-detail-v12 .solution-product-card[data-visual="air-ducts"] .mini-visual img,
.hvac-detail-v12 .solution-product-card[data-visual="vent-units"] .mini-visual img{object-position:58% center!important;}
.hvac-detail-v12 .solution-product-card[data-visual="vrf-vrv-split"] .mini-visual img,
.hvac-detail-v12 .solution-product-card[data-visual="chillers-fancoils"] .mini-visual img{object-position:center 44%!important;}
.hvac-detail-v12 .solution-product-card[data-visual="itp-heat-exchangers"] .mini-visual img,
.hvac-detail-v12 .solution-product-card[data-visual="pump-groups"] .mini-visual img{object-position:60% center!important;}
@media(max-width:1080px){
  .hvac-detail-v12 .solution-product-grid{grid-template-columns:1fr!important;}
  .hvac-detail-v12 .solution-product-card{min-height:auto!important;}
}
@media(max-width:680px){
  .hvac-detail-v12 .solution-product-card .mini-visual{aspect-ratio:4/3!important;}
}


/* V12 STEP 8: fire safety detail unique product photocards.
   Scope: only solution-fire.html.
   Goal: fire direction should read as distinct contours: alarm, SOUE, suppression, hydrants, pump stations and evacuation. */
.fire-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}
.fire-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.fire-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.fire-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.98) contrast(1.1) brightness(.9)!important;
  box-shadow:none!important;
}
.fire-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 50%,rgba(4,12,23,.28) 100%);
}
.fire-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}
.fire-detail-v12 .solution-product-card h3{
  font-size:22px!important;
}
.fire-detail-v12 .solution-product-card[data-visual="gas-suppression"] .mini-visual img,
.fire-detail-v12 .solution-product-card[data-visual="pump-station"] .mini-visual img{object-position:58% center!important;}
.fire-detail-v12 .solution-product-card[data-visual="hydrant-cabinets"] .mini-visual img,
.fire-detail-v12 .solution-product-card[data-visual="soue"] .mini-visual img{object-position:center 46%!important;}
.fire-detail-v12 .solution-product-card[data-visual="smoke-control"] .mini-visual img,
.fire-detail-v12 .solution-product-card[data-visual="evac-lighting"] .mini-visual img{object-position:54% center!important;}
@media(max-width:1080px){
  .fire-detail-v12 .solution-product-grid{grid-template-columns:1fr!important;}
  .fire-detail-v12 .solution-product-card{min-height:auto!important;}
}
@media(max-width:680px){
  .fire-detail-v12 .solution-product-card .mini-visual{aspect-ratio:4/3!important;}
}


.low-current-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}
.low-current-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.low-current-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.low-current-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.98) contrast(1.08) brightness(.92)!important;
  box-shadow:none!important;
}
.low-current-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 52%,rgba(4,12,23,.24) 100%);
}
.low-current-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}
.low-current-detail-v12 .solution-product-card h3{
  font-size:22px!important;
  line-height:1.2!important;
  margin:6px 0 10px!important;
}
.low-current-detail-v12 .solution-product-card p{
  min-height:72px;
}
.low-current-detail-v12 .solution-product-card .vendor-brands.mini{
  margin-top:14px;
}
.low-current-detail-v12 .solution-product-card .vendor-brands.mini i{
  font-style:normal;
}
@media (max-width:980px){
  .low-current-detail-v12 .solution-product-grid{grid-template-columns:1fr!important;}
  .low-current-detail-v12 .solution-product-card{min-height:unset!important;}
}


/* V13.1 — PNP brand layer: exact palette from logobook */
:root{
  --pnp-white:#FEFEFE;
  --pnp-blue-gray:#768FB0;
  --pnp-burgundy:#6D2039;
  --pnp-beige:#B6A08B;
  --pnp-navy:#202C47;
  --navy:#202C47;
  --navy2:#111D33;
  --navy3:#263755;
  --ink:#FEFEFE;
  --muted:rgba(254,254,254,.74);
  --muted2:#768FB0;
  --accent:#6D2039;
  --accent2:#8b2a4b;
  --accent3:#FEFEFE;
  --line:rgba(118,143,176,.28);
  --line2:rgba(32,44,71,.16);
  --paper:#FEFEFE;
  --paper2:#e6ecf4;
}
body{background:radial-gradient(circle at 78% 4%,rgba(109,32,57,.18),transparent 30%),radial-gradient(circle at 8% 0%,rgba(118,143,176,.18),transparent 30%),linear-gradient(145deg,#081426 0%,#111D33 42%,#202C47 100%)}
.topbar{background:rgba(32,44,71,.86);border-bottom:1px solid rgba(118,143,176,.32)}
.topbar-inner{height:76px}.brand-v13{gap:10px;min-width:345px}.brand-v13 .brand-title strong{font-size:15px;letter-spacing:.075em}.brand-v13 .brand-title small{color:rgba(254,254,254,.68);letter-spacing:.095em}.leans-logo-wrap{height:28px;min-width:122px;display:flex;align-items:center}.leans-logo-wrap img{display:block;height:24px;width:auto;object-fit:contain}.brand-partner-x{color:var(--pnp-beige);font-weight:1000;font-size:18px;margin:0 2px}.pnp-logo-wrap{display:flex;align-items:center;justify-content:center;height:34px;width:104px;border-radius:8px;background:#202C47;border:1px solid rgba(118,143,176,.28);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.pnp-logo-wrap img{height:34px;width:auto;max-width:132px;display:block;object-fit:cover;object-position:left center}.logo-mark{display:none!important}.main-nav a.active:after{background:var(--pnp-burgundy)}.btn{background:linear-gradient(135deg,var(--pnp-burgundy),#8b2a4b);box-shadow:0 16px 38px rgba(109,32,57,.34)}.btn:hover{box-shadow:0 24px 54px rgba(109,32,57,.44)}.btn.ghost{background:rgba(254,254,254,.045);border-color:rgba(254,254,254,.24)}.vertical-accent{background:linear-gradient(180deg,transparent 0,var(--pnp-burgundy) 10%,var(--pnp-burgundy) 83%,transparent 100%)}.eyebrow:before{background:var(--pnp-burgundy)}.accent-word{color:#d6a8b9}.link-more{color:#d6a8b9}.feature-mini i{border-color:rgba(109,32,57,.55);background:rgba(109,32,57,.18)}.cat-tab.active{background:linear-gradient(135deg,var(--pnp-burgundy),#8b2a4b)}.soft-label{color:#efe3d4;border-color:rgba(182,160,139,.26);background:rgba(182,160,139,.08)}.hero-v13:after{background:linear-gradient(90deg,rgba(8,20,38,.97) 0%,rgba(8,20,38,.91) 28%,rgba(32,44,71,.55) 58%,rgba(32,44,71,.30) 100%),url('../img/hero-cover.webp') center right/cover no-repeat}.hero-v13 h1{max-width:930px}.hero-v13 .hero-subtitle{max-width:780px}.why-v13{position:relative}.why-v13:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,44,71,.14),rgba(109,32,57,.10),rgba(182,160,139,.07));pointer-events:none}.why-grid-v13{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.why-grid-v13 article{border:1px solid rgba(118,143,176,.30);border-radius:18px;background:linear-gradient(145deg,rgba(254,254,254,.09),rgba(254,254,254,.035));box-shadow:0 18px 54px rgba(0,0,0,.22);padding:22px;min-height:214px;display:flex;flex-direction:column;transition:.22s ease}.why-grid-v13 article:hover{transform:translateY(-4px);border-color:rgba(182,160,139,.44)}.why-grid-v13 i{font-style:normal;color:#d8c7b5;font-weight:1000;letter-spacing:.14em;margin-bottom:24px}.why-grid-v13 b{display:block;font-size:21px;line-height:1.08;margin-bottom:12px}.why-grid-v13 span{display:block;color:var(--muted);font-size:14px;line-height:1.56}.why-grid-compact-v13{grid-template-columns:repeat(3,1fr)}.why-grid-compact-v13 article{min-height:160px}.about-hero-v13 h1{max-width:1050px}.glass.light .dark-label{color:var(--pnp-burgundy)!important;border-color:rgba(109,32,57,.22)!important;background:rgba(109,32,57,.09)!important}.brand-scale-card{border-color:rgba(109,32,57,.35);background:radial-gradient(circle at 8% 10%,rgba(254,254,254,.13),transparent 25%),linear-gradient(135deg,rgba(109,32,57,.58),rgba(32,44,71,.80))}.logo-tile:after{background:linear-gradient(90deg,transparent,var(--pnp-burgundy),transparent)}.vendor-chip.more{background:rgba(109,32,57,.16);border-color:rgba(109,32,57,.38);color:#ead0dc}.footer{border-top-color:rgba(118,143,176,.24)}
@media(max-width:1120px){.brand-v13{min-width:250px}.pnp-logo-wrap{display:none}.brand-v13 .brand-title small{display:none}.main-nav{gap:14px}}
@media(max-width:900px){.why-grid-v13{grid-template-columns:repeat(2,1fr)}.brand-v13{min-width:210px}.brand-partner-x{display:none}.leans-logo-wrap{min-width:118px}}
@media(max-width:680px){.why-grid-v13,.why-grid-compact-v13{grid-template-columns:1fr}.why-grid-v13 article{min-height:auto}.brand-v13 .brand-title{display:none}.brand-v13{min-width:auto}.leans-logo-wrap{min-width:112px}.topbar-inner{height:70px}.hero-v13 h1{font-size:40px}}


/* ================================
   V13.2 FINAL HEADER / LOGO LOCKUP
   ПСК ЛЕАНС × ПНП
   ================================ */
.topbar{
  background:rgba(32,44,71,.92)!important;
  border-bottom:1px solid rgba(118,143,176,.34)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.topbar-inner{
  height:82px!important;
  gap:18px!important;
}
.brand-lockup{
  min-width:405px!important;
  gap:12px!important;
  display:flex!important;
  align-items:center!important;
  padding:8px 12px 8px 10px;
  border:1px solid rgba(118,143,176,.22);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(254,254,254,.035),rgba(254,254,254,.012));
  box-shadow:inset 0 0 0 1px rgba(254,254,254,.015);
}
.brand-logo-card{
  position:relative;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto;
  border-radius:10px;
  overflow:hidden;
}
.leans-logo-wrap{
  width:126px!important;
  min-width:126px!important;
  height:34px!important;
  padding:4px 0;
  background:transparent!important;
}
.leans-logo-wrap img{
  height:24px!important;
  width:auto!important;
  max-width:118px!important;
  object-fit:contain!important;
}
.pnp-logo-wrap{
  width:122px!important;
  height:38px!important;
  padding:6px 9px!important;
  background:#202C47!important;
  border:1px solid rgba(118,143,176,.30)!important;
  box-shadow:none!important;
}
.pnp-logo-wrap img{
  height:25px!important;
  width:auto!important;
  max-width:104px!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.brand-divider{
  width:1px;
  height:34px;
  background:linear-gradient(180deg,transparent,rgba(182,160,139,.70),transparent);
  flex:0 0 1px;
}
.brand-partner-x{display:none!important}
.brand-lockup .brand-title{
  min-width:112px;
  padding-left:2px;
}
.brand-lockup .brand-title strong{
  font-size:13px!important;
  letter-spacing:.08em!important;
  line-height:1.1;
  color:#FEFEFE;
}
.brand-lockup .brand-title small{
  font-size:9px!important;
  letter-spacing:.12em!important;
  line-height:1.25;
  color:rgba(254,254,254,.60)!important;
  margin-top:4px!important;
}
.main-nav{
  gap:17px!important;
}
.main-nav a.active:after{
  bottom:-31px!important;
  background:#6D2039!important;
}
.top-phone{
  padding:10px 12px;
  border-radius:10px;
  background:rgba(254,254,254,.035);
  border:1px solid rgba(118,143,176,.20);
}

/* Logo protection note:
   PNP logo keeps a dedicated navy container and inner padding;
   LEANS logo keeps its own independent field;
   brands are separated by a neutral divider, not glued into one mark. */

@media(max-width:1180px){
  .brand-lockup{
    min-width:335px!important;
    padding:7px 9px!important;
    gap:9px!important;
  }
  .leans-logo-wrap{width:108px!important;min-width:108px!important}
  .leans-logo-wrap img{height:22px!important;max-width:104px!important}
  .pnp-logo-wrap{width:104px!important;height:36px!important;padding:6px 7px!important}
  .pnp-logo-wrap img{height:23px!important;max-width:90px!important}
  .brand-lockup .brand-title strong{font-size:12px!important}
  .brand-lockup .brand-title small{display:none}
  .main-nav{gap:14px!important;font-size:12px!important}
}

@media(max-width:1080px){
  .topbar-inner{height:76px!important}
  .brand-lockup{
    min-width:330px!important;
  }
  .main-nav.open{
    top:88px!important;
    background:rgba(32,44,71,.985)!important;
    border:1px solid rgba(118,143,176,.32)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.32);
  }
}

@media(max-width:680px){
  .topbar-inner{
    height:72px!important;
    gap:10px!important;
  }
  .brand-lockup{
    min-width:0!important;
    flex:1 1 auto;
    max-width:calc(100vw - 106px);
    padding:6px 7px!important;
    gap:7px!important;
    border-radius:12px;
  }
  .leans-logo-wrap{
    width:88px!important;
    min-width:88px!important;
    height:31px!important;
  }
  .leans-logo-wrap img{
    height:19px!important;
    max-width:84px!important;
  }
  .brand-divider{
    height:28px;
  }
  .pnp-logo-wrap{
    width:77px!important;
    height:31px!important;
    padding:5px 6px!important;
    border-radius:8px;
  }
  .pnp-logo-wrap img{
    height:19px!important;
    max-width:66px!important;
  }
  .brand-lockup .brand-title{
    display:none!important;
  }
  .menu-btn{
    padding:10px 12px!important;
    border-radius:10px!important;
  }
  .main-nav.open{
    left:13px!important;
    right:13px!important;
    top:78px!important;
  }
}

@media(max-width:390px){
  .leans-logo-wrap{
    width:76px!important;
    min-width:76px!important;
  }
  .leans-logo-wrap img{
    height:17px!important;
    max-width:72px!important;
  }
  .pnp-logo-wrap{
    width:68px!important;
  }
  .pnp-logo-wrap img{
    height:17px!important;
    max-width:58px!important;
  }
  .brand-divider{height:25px}
}


/* ================================
   V13.3 PNP ONLY BRAND HEADER
   убираем связку / коллаборацию, оставляем ПНП
   ================================ */
.brand-pnp-only{
  min-width:270px!important;
  gap:14px!important;
  display:flex!important;
  align-items:center!important;
  padding:8px 14px 8px 12px!important;
  border:1px solid rgba(118,143,176,.24)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,rgba(254,254,254,.045),rgba(254,254,254,.012))!important;
  box-shadow:inset 0 0 0 1px rgba(254,254,254,.018)!important;
}
.brand-pnp-only .pnp-logo-single{
  width:126px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  padding:6px 10px;
  border-radius:10px;
  background:#202C47;
  border:1px solid rgba(118,143,176,.32);
}
.brand-pnp-only .pnp-logo-single img{
  height:27px;
  width:auto;
  max-width:104px;
  object-fit:contain;
  object-position:center center;
  display:block;
}
.brand-pnp-only .brand-title strong{
  font-size:18px!important;
  letter-spacing:.12em!important;
  color:#FEFEFE!important;
}
.brand-pnp-only .brand-title small{
  font-size:10px!important;
  letter-spacing:.12em!important;
  color:rgba(254,254,254,.66)!important;
  margin-top:5px!important;
}
.brand-lockup,.leans-logo-wrap,.brand-divider,.brand-partner-x{display:none!important}
.topbar{
  background:rgba(32,44,71,.94)!important;
  border-bottom:1px solid rgba(118,143,176,.34)!important;
}
.topbar-inner{height:80px!important}
.main-nav a.active:after{background:#6D2039!important}
.btn{background:linear-gradient(135deg,#6D2039,#8b2a4b)!important}
.btn.ghost{background:rgba(254,254,254,.045)!important}
.vertical-accent{background:linear-gradient(180deg,transparent 0,#6D2039 10%,#6D2039 83%,transparent 100%)!important}
.eyebrow:before{background:#6D2039!important}
.accent-word,.link-more{color:#d6a8b9!important}

@media(max-width:1080px){
  .brand-pnp-only{
    min-width:220px!important;
    padding:7px 10px!important;
  }
  .brand-pnp-only .pnp-logo-single{
    width:108px;
    height:38px;
    padding:6px 8px;
  }
  .brand-pnp-only .pnp-logo-single img{
    height:24px;
    max-width:90px;
  }
  .brand-pnp-only .brand-title strong{font-size:15px!important}
  .brand-pnp-only .brand-title small{display:none}
}
@media(max-width:680px){
  .topbar-inner{height:70px!important}
  .brand-pnp-only{
    min-width:0!important;
    max-width:calc(100vw - 96px)!important;
    flex:1 1 auto!important;
    gap:9px!important;
    padding:6px 8px!important;
    border-radius:12px!important;
  }
  .brand-pnp-only .pnp-logo-single{
    width:92px;
    height:33px;
    padding:5px 6px;
    border-radius:8px;
  }
  .brand-pnp-only .pnp-logo-single img{
    height:20px;
    max-width:76px;
  }
  .brand-pnp-only .brand-title strong{
    font-size:14px!important;
  }
  .brand-pnp-only .brand-title small{
    display:none!important;
  }
}
@media(max-width:390px){
  .brand-pnp-only .brand-title{display:none!important}
  .brand-pnp-only{
    flex:0 0 auto!important;
    max-width:none!important;
  }
  .brand-pnp-only .pnp-logo-single{
    width:104px;
  }
}


/* ================================
   V13.4 FINAL PNP LOGO AS PRIMARY
   основной логотип из утверждённого вложения
   ================================ */
.brand-pnp-final{
  min-width:318px!important;
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.pnp-final-logo-plate{
  display:flex;
  align-items:center;
  justify-content:center;
  width:302px;
  height:62px;
  padding:10px 16px;
  border-radius:12px;
  background:#FEFEFE;
  border:1px solid rgba(118,143,176,.28);
  box-shadow:0 16px 38px rgba(0,0,0,.22);
}
.pnp-final-logo-plate img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.brand-pnp-only,.brand-lockup,.leans-logo-wrap,.brand-divider,.brand-partner-x,.pnp-logo-single{
  display:none!important;
}
.topbar{
  background:rgba(32,44,71,.94)!important;
  border-bottom:1px solid rgba(118,143,176,.34)!important;
}
.topbar-inner{
  height:84px!important;
}
.main-nav{
  gap:18px!important;
}
.main-nav a.active:after{
  background:#6D2039!important;
}
.btn{
  background:linear-gradient(135deg,#6D2039,#8b2a4b)!important;
}
.btn.light{
  background:linear-gradient(135deg,#FEFEFE,#eef3f8)!important;
  color:#202C47!important;
}
.vertical-accent{
  background:linear-gradient(180deg,transparent 0,#6D2039 10%,#6D2039 83%,transparent 100%)!important;
}
.accent-word,.link-more{
  color:#d6a8b9!important;
}

@media(max-width:1180px){
  .brand-pnp-final{min-width:248px!important}
  .pnp-final-logo-plate{
    width:236px;
    height:54px;
    padding:9px 13px;
  }
  .main-nav{gap:14px!important;font-size:12px!important}
}

@media(max-width:1080px){
  .topbar-inner{height:78px!important}
  .brand-pnp-final{min-width:250px!important}
  .pnp-final-logo-plate{
    width:238px;
    height:52px;
  }
  .main-nav.open{
    top:86px!important;
    background:rgba(32,44,71,.985)!important;
    border:1px solid rgba(118,143,176,.32)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.32);
  }
}

@media(max-width:680px){
  .topbar-inner{
    height:72px!important;
    gap:10px!important;
  }
  .brand-pnp-final{
    min-width:0!important;
    max-width:calc(100vw - 94px)!important;
    flex:1 1 auto!important;
  }
  .pnp-final-logo-plate{
    width:min(218px, calc(100vw - 108px));
    height:46px;
    padding:8px 10px;
    border-radius:10px;
  }
  .menu-btn{
    padding:10px 12px!important;
    border-radius:10px!important;
  }
  .main-nav.open{
    left:13px!important;
    right:13px!important;
    top:78px!important;
  }
}

@media(max-width:390px){
  .pnp-final-logo-plate{
    width:178px;
    height:42px;
    padding:7px 9px;
  }
}


/* ================================
   V13.5 PNP LOGO PNG INTEGRATED
   логотип как PNG-часть сайта, без отдельной карточки/плашки
   ================================ */
.brand-pnp-png{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  min-width:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.brand-pnp-png-img{
  display:block;
  width:306px;
  height:auto;
  max-height:58px;
  object-fit:contain;
}
.brand-pnp-final,
.pnp-final-logo-plate,
.brand-pnp-only,
.brand-lockup,
.leans-logo-wrap,
.brand-divider,
.brand-partner-x,
.pnp-logo-single{
  display:none!important;
}
.topbar{
  background:rgba(32,44,71,.94)!important;
  border-bottom:1px solid rgba(118,143,176,.34)!important;
}
.topbar-inner{height:82px!important}
.main-nav a.active:after{background:#6D2039!important}
.btn{background:linear-gradient(135deg,#6D2039,#8b2a4b)!important}
.vertical-accent{background:linear-gradient(180deg,transparent 0,#6D2039 10%,#6D2039 83%,transparent 100%)!important}

@media(max-width:1180px){
  .brand-pnp-png-img{width:252px;max-height:50px}
}
@media(max-width:1080px){
  .topbar-inner{height:76px!important}
  .brand-pnp-png-img{width:236px;max-height:46px}
  .main-nav.open{
    top:84px!important;
    background:rgba(32,44,71,.985)!important;
    border:1px solid rgba(118,143,176,.32)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.32);
  }
}
@media(max-width:680px){
  .topbar-inner{height:70px!important;gap:10px!important}
  .brand-pnp-png{flex:1 1 auto!important;max-width:calc(100vw - 98px)!important}
  .brand-pnp-png-img{width:min(212px, calc(100vw - 112px));max-height:40px}
  .main-nav.open{left:13px!important;right:13px!important;top:76px!important}
}
@media(max-width:390px){
  .brand-pnp-png-img{width:176px;max-height:34px}
}


/* ================================
   V13.6 HEADER UTILITY ACTIONS
   phone / mail / request as compact icons
   ================================ */
.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  flex:0 0 auto;
}
.header-action{
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 12px;
  border-radius:12px;
  font-size:12px;
  font-weight:850;
  letter-spacing:.02em;
  color:#FEFEFE;
  border:1px solid rgba(118,143,176,.28);
  background:rgba(254,254,254,.045);
  box-shadow:inset 0 0 0 1px rgba(254,254,254,.015);
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
  white-space:nowrap;
}
.header-action svg{
  width:16px;
  height:16px;
  flex:0 0 16px;
  fill:currentColor;
  opacity:.95;
}
.header-action:hover{
  transform:translateY(-1px);
  border-color:rgba(182,160,139,.46);
  background:rgba(254,254,254,.075);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.header-action-phone{
  color:#FEFEFE;
}
.header-action-mail{
  color:#dfe8f4;
}
.header-action-request{
  border-color:rgba(109,32,57,.86);
  background:linear-gradient(135deg,#6D2039,#8b2a4b);
  color:#FEFEFE;
  box-shadow:0 12px 30px rgba(109,32,57,.28);
}
.header-action-request:hover{
  background:linear-gradient(135deg,#7b2845,#9a3155);
  border-color:rgba(182,160,139,.48);
  box-shadow:0 16px 38px rgba(109,32,57,.36);
}
.top-phone{display:none!important}

@media(max-width:1180px){
  .header-actions{gap:7px}
  .header-action{
    width:38px;
    padding:0;
    border-radius:11px;
  }
  .header-action span{display:none}
  .header-action svg{width:17px;height:17px}
}

@media(max-width:1080px){
  .header-actions{
    margin-left:auto;
  }
  .header-action-mail{
    display:none;
  }
}

@media(max-width:680px){
  .header-actions{
    gap:6px;
  }
  .header-action{
    width:36px;
    height:36px;
    border-radius:10px;
  }
  .header-action svg{
    width:16px;
    height:16px;
  }
  .header-action-request{
    width:38px;
  }
}

@media(max-width:390px){
  .header-action-phone{
    display:none;
  }
}


/* ================================
   V13.7 FINAL REQUEST FLOW POLISH
   unified request anchor + file input visual
   ================================ */
.file-field input[type="file"]{
  width:100%;
  padding:13px 14px;
  border:1px dashed rgba(118,143,176,.46);
  border-radius:14px;
  background:rgba(254,254,254,.045);
  color:#FEFEFE;
  cursor:pointer;
}
.file-field small{
  display:block;
  margin-top:8px;
  color:rgba(254,254,254,.62);
  font-size:12px;
  line-height:1.45;
}
.file-field input[type="file"]::file-selector-button{
  border:0;
  border-radius:10px;
  padding:9px 12px;
  margin-right:12px;
  background:#6D2039;
  color:#FEFEFE;
  font-weight:850;
  cursor:pointer;
}
.request-panel:target{
  outline:1px solid rgba(182,160,139,.46);
  box-shadow:0 0 0 4px rgba(109,32,57,.16), var(--shadow);
}


/* ================================
   V13.8 FOCUS PATCH
   PNG logo + icon-only actions + clean hero labels
   ================================ */
.brand-pnp-clean{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  min-width:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.brand-pnp-clean-img{
  display:block;
  width:230px;
  height:auto;
  max-height:58px;
  object-fit:contain;
}
.brand-pnp-png,
.brand-pnp-final,
.pnp-final-logo-plate,
.brand-pnp-only,
.brand-lockup,
.leans-logo-wrap,
.brand-divider,
.brand-partner-x,
.pnp-logo-single{
  display:none!important;
}
.header-actions{
  gap:8px!important;
}
.header-action{
  width:38px!important;
  height:38px!important;
  padding:0!important;
  border-radius:12px!important;
}
.header-action span{
  display:none!important;
}
.header-action svg{
  width:17px!important;
  height:17px!important;
}
.header-action-phone,
.header-action-mail{
  color:#FEFEFE!important;
  background:rgba(254,254,254,.045)!important;
  border-color:rgba(118,143,176,.30)!important;
}
.header-action-request{
  color:#FEFEFE!important;
  background:linear-gradient(135deg,#6D2039,#8b2a4b)!important;
  border-color:rgba(109,32,57,.88)!important;
}
.eyebrow:empty{
  display:none!important;
}
.hero .eyebrow{
  color:rgba(254,254,254,.72);
}
.topbar-inner{
  height:78px!important;
}
.main-nav{
  gap:17px!important;
}

@media(max-width:1180px){
  .brand-pnp-clean-img{
    width:196px;
    max-height:50px;
  }
}
@media(max-width:1080px){
  .topbar-inner{height:72px!important}
  .brand-pnp-clean-img{
    width:182px;
    max-height:46px;
  }
}
@media(max-width:680px){
  .brand-pnp-clean{
    flex:1 1 auto!important;
    max-width:calc(100vw - 158px)!important;
  }
  .brand-pnp-clean-img{
    width:min(158px, calc(100vw - 168px));
    max-height:38px;
  }
  .header-actions{
    margin-left:auto!important;
    gap:6px!important;
  }
  .header-action{
    width:34px!important;
    height:34px!important;
    border-radius:10px!important;
  }
  .header-action-mail{
    display:flex!important;
  }
  .menu-btn{
    padding:9px 10px!important;
  }
}
@media(max-width:390px){
  .brand-pnp-clean-img{
    width:132px;
    max-height:34px;
  }
  .header-action-mail{
    display:none!important;
  }
}


/* ================================
   V13.9 EXACT PNP SYMBOL LOGO
   использован присланный PNG-логотип, вырезан фон
   ================================ */
.brand-pnp-clean{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  min-width:118px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.brand-pnp-clean-img{
  display:block!important;
  width:118px!important;
  height:auto!important;
  max-height:58px!important;
  object-fit:contain!important;
}
.topbar-inner{
  height:76px!important;
}
@media(max-width:1180px){
  .brand-pnp-clean{min-width:104px!important}
  .brand-pnp-clean-img{width:104px!important;max-height:52px!important}
}
@media(max-width:680px){
  .brand-pnp-clean{
    min-width:84px!important;
    max-width:96px!important;
    flex:0 0 auto!important;
  }
  .brand-pnp-clean-img{
    width:84px!important;
    max-height:42px!important;
  }
}
@media(max-width:390px){
  .brand-pnp-clean-img{width:76px!important;max-height:38px!important}
}

/* ================================
   V14 LOGO FIT + EYEBROW CONSISTENCY
   ================================ */
.brand-pnp-clean{
  display:flex!important; align-items:center!important; justify-content:flex-start!important;
  flex:0 0 auto!important; min-width:98px!important; padding:0!important; background:transparent!important;
  border:0!important; box-shadow:none!important;
}
.brand-pnp-clean-img{
  display:block!important; width:96px!important; height:auto!important; max-height:52px!important;
  object-fit:contain!important; filter:none!important;
}
.topbar-inner{height:76px!important}
.header-actions{gap:8px!important}
.header-action{width:38px!important;height:38px!important;padding:0!important;border-radius:12px!important}
.header-action span{display:none!important}
.header-action svg{width:17px!important;height:17px!important}
.header-action-phone,.header-action-mail{background:rgba(254,254,254,.045)!important;border-color:rgba(118,143,176,.30)!important;color:#FEFEFE!important}
.header-action-request{background:linear-gradient(135deg,#6D2039,#8b2a4b)!important;border-color:rgba(109,32,57,.88)!important;color:#FEFEFE!important}
.eyebrow{
  display:inline-flex!important; align-items:center; gap:10px;
  color:rgba(254,254,254,.72)!important; font-size:12px; font-weight:800;
  letter-spacing:.14em; text-transform:uppercase
}
.eyebrow:before{content:""; display:inline-block; width:22px; height:2px; background:#6D2039; border-radius:999px}
@media(max-width:1180px){.brand-pnp-clean-img{width:88px!important;max-height:48px!important}}
@media(max-width:680px){
  .brand-pnp-clean{min-width:76px!important;max-width:86px!important}
  .brand-pnp-clean-img{width:76px!important;max-height:40px!important}
  .header-actions{gap:6px!important}
  .header-action{width:34px!important;height:34px!important;border-radius:10px!important}
}
@media(max-width:390px){
  .brand-pnp-clean-img{width:68px!important;max-height:36px!important}
  .header-action-mail{display:none!important}
}


/* ================================
   V14.3 FULL PNP LOGO + BRANDTEXT PATCH
   ================================ */
.brand-pnp-clean{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  min-width:240px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.brand-pnp-clean-img{
  display:block!important;
  width:236px!important;
  height:auto!important;
  max-height:58px!important;
  object-fit:contain!important;
  filter:none!important;
}
.accent-word{
  color:#6D2039!important;
}
@media(max-width:1180px){
  .brand-pnp-clean{min-width:214px!important}
  .brand-pnp-clean-img{width:210px!important;max-height:52px!important}
}
@media(max-width:860px){
  .brand-pnp-clean{min-width:184px!important}
  .brand-pnp-clean-img{width:180px!important;max-height:46px!important}
}
@media(max-width:680px){
  .brand-pnp-clean{
    min-width:150px!important;
    max-width:170px!important;
  }
  .brand-pnp-clean-img{
    width:156px!important;
    max-height:40px!important;
  }
}
@media(max-width:430px){
  .brand-pnp-clean{
    min-width:128px!important;
    max-width:144px!important;
  }
  .brand-pnp-clean-img{
    width:132px!important;
    max-height:34px!important;
  }
}


/* ================================
   V14.4 LOGO ONLY CLEAN PATCH
   clean dark-header PNP logo + previous pink brand text
   ================================ */
:root{
  --brand-text-accent:#d6a8b9;
  --brand-burgundy:#6D2039;
}
.brand-pnp-clean{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  min-width:248px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.brand-pnp-clean-img{
  display:block!important;
  width:244px!important;
  height:auto!important;
  max-height:60px!important;
  object-fit:contain!important;
  filter:none!important;
  background:transparent!important;
  box-shadow:none!important;
}
.accent-word,
.link-more{
  color:var(--brand-text-accent)!important;
}
.hero .accent-word,
.page-hero .accent-word,
h1 .accent-word{
  color:var(--brand-text-accent)!important;
}
.btn,
.header-action-request{
  background:linear-gradient(135deg,var(--brand-burgundy),#8b2a4b)!important;
}
.vertical-accent,
.eyebrow:before{
  background:var(--brand-burgundy)!important;
}
@media(max-width:1180px){
  .brand-pnp-clean{min-width:218px!important}
  .brand-pnp-clean-img{width:214px!important;max-height:54px!important}
}
@media(max-width:860px){
  .brand-pnp-clean{min-width:188px!important}
  .brand-pnp-clean-img{width:184px!important;max-height:48px!important}
}
@media(max-width:680px){
  .brand-pnp-clean{
    min-width:156px!important;
    max-width:172px!important;
    flex:0 0 auto!important;
  }
  .brand-pnp-clean-img{
    width:156px!important;
    max-height:42px!important;
  }
}
@media(max-width:430px){
  .brand-pnp-clean{
    min-width:134px!important;
    max-width:146px!important;
  }
  .brand-pnp-clean-img{
    width:134px!important;
    max-height:36px!important;
  }
}


/* ================================
   V15.8.1 REPAIR: missing detail page scopes
   Gas / Vertical Transport / Tech Equipment / Accessibility
   Goal: full-bleed 4:3 product photocards, no empty fields, no old 120px thumbnails.
   ================================ */

.gas-detail-v12 .solution-product-grid,
.vertical-transport-detail-v12 .solution-product-grid,
.tech-equipment-detail-v12 .solution-product-grid,
.accessibility-detail-v12 .solution-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
}

.gas-detail-v12 .solution-product-card,
.vertical-transport-detail-v12 .solution-product-card,
.tech-equipment-detail-v12 .solution-product-card,
.accessibility-detail-v12 .solution-product-card{
  min-height:560px!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035))!important;
  box-shadow:0 18px 52px rgba(0,0,0,.22)!important;
}

.gas-detail-v12 .solution-product-card .mini-visual,
.vertical-transport-detail-v12 .solution-product-card .mini-visual,
.tech-equipment-detail-v12 .solution-product-card .mini-visual,
.accessibility-detail-v12 .solution-product-card .mini-visual{
  position:relative!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  padding:0!important;
  background:#071421!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  overflow:hidden!important;
}

.gas-detail-v12 .solution-product-card .mini-visual img,
.vertical-transport-detail-v12 .solution-product-card .mini-visual img,
.tech-equipment-detail-v12 .solution-product-card .mini-visual img,
.accessibility-detail-v12 .solution-product-card .mini-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  transform:none!important;
  filter:saturate(.96) contrast(1.08) brightness(.92)!important;
  box-shadow:none!important;
  display:block!important;
}

.gas-detail-v12 .solution-product-card .mini-visual:after,
.vertical-transport-detail-v12 .solution-product-card .mini-visual:after,
.tech-equipment-detail-v12 .solution-product-card .mini-visual:after,
.accessibility-detail-v12 .solution-product-card .mini-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,12,23,0) 52%,rgba(4,12,23,.22) 100%);
}

.gas-detail-v12 .solution-product-card>div:last-child,
.vertical-transport-detail-v12 .solution-product-card>div:last-child,
.tech-equipment-detail-v12 .solution-product-card>div:last-child,
.accessibility-detail-v12 .solution-product-card>div:last-child{
  padding:20px 22px 22px!important;
}

.gas-detail-v12 .solution-product-card h3,
.vertical-transport-detail-v12 .solution-product-card h3,
.tech-equipment-detail-v12 .solution-product-card h3,
.accessibility-detail-v12 .solution-product-card h3{
  font-size:22px!important;
  line-height:1.18!important;
}

/* position locks after full-bleed repair */
.gas-detail-v12 .solution-product-card[data-visual="gas-pipelines"] .mini-visual img{object-position:50% 52%!important;}
.gas-detail-v12 .solution-product-card[data-visual="gas-regulators"] .mini-visual img{object-position:58% center!important;}
.gas-detail-v12 .solution-product-card[data-visual="gas-metering"] .mini-visual img{object-position:55% center!important;}
.gas-detail-v12 .solution-product-card[data-visual="gas-valves"] .mini-visual img{object-position:52% center!important;}
.gas-detail-v12 .solution-product-card[data-visual="gas-detection"] .mini-visual img{object-position:55% center!important;}
.gas-detail-v12 .solution-product-card[data-visual="gas-analyzers"] .mini-visual img{object-position:58% center!important;}

.vertical-transport-detail-v12 .solution-product-card[data-visual="vertical-elevators"] .mini-visual img{object-position:center center!important;}
.vertical-transport-detail-v12 .solution-product-card[data-visual="vertical-equipment"] .mini-visual img{object-position:center center!important;}
.vertical-transport-detail-v12 .solution-product-card[data-visual="vertical-dispatch"] .mini-visual img{object-position:center center!important;}
.vertical-transport-detail-v12 .solution-product-card[data-visual="vertical-platforms"] .mini-visual img{object-position:center center!important;}
.vertical-transport-detail-v12 .solution-product-card[data-visual="vertical-escalators"] .mini-visual img{object-position:center center!important;}
.vertical-transport-detail-v12 .solution-product-card[data-visual="vertical-shaft"] .mini-visual img{object-position:center center!important;}

.tech-equipment-detail-v12 .solution-product-card[data-visual="tech-maf"] .mini-visual img{object-position:55% center!important;}
.tech-equipment-detail-v12 .solution-product-card[data-visual="tech-medical-gases"] .mini-visual img{object-position:62% center!important;}
.tech-equipment-detail-v12 .solution-product-card[data-visual="tech-diagnostics"] .mini-visual img{object-position:62% center!important;}
.tech-equipment-detail-v12 .solution-product-card[data-visual="tech-industrial-furniture"] .mini-visual img{object-position:56% center!important;}
.tech-equipment-detail-v12 .solution-product-card[data-visual="tech-inspection"] .mini-visual img{object-position:58% center!important;}
.tech-equipment-detail-v12 .solution-product-card[data-visual="tech-media"] .mini-visual img{object-position:58% center!important;}
.tech-equipment-detail-v12 .solution-product-card[data-visual="tech-process-lines"] .mini-visual img{object-position:62% center!important;}

.accessibility-detail-v12 .solution-product-card[data-visual="accessibility-lifts"] .mini-visual img{object-position:58% center!important;}
.accessibility-detail-v12 .solution-product-card[data-visual="accessibility-handrails"] .mini-visual img{object-position:54% center!important;}
.accessibility-detail-v12 .solution-product-card[data-visual="accessibility-ramps"] .mini-visual img{object-position:58% 56%!important;}
.accessibility-detail-v12 .solution-product-card[data-visual="accessibility-tactile"] .mini-visual img{object-position:55% 58%!important;}
.accessibility-detail-v12 .solution-product-card[data-visual="accessibility-navigation"] .mini-visual img{object-position:58% center!important;}
.accessibility-detail-v12 .solution-product-card[data-visual="accessibility-entrance"] .mini-visual img{object-position:58% center!important;}

@media(max-width:1080px){
  .gas-detail-v12 .solution-product-grid,
  .vertical-transport-detail-v12 .solution-product-grid,
  .tech-equipment-detail-v12 .solution-product-grid,
  .accessibility-detail-v12 .solution-product-grid{
    grid-template-columns:1fr!important;
  }
  .gas-detail-v12 .solution-product-card,
  .vertical-transport-detail-v12 .solution-product-card,
  .tech-equipment-detail-v12 .solution-product-card,
  .accessibility-detail-v12 .solution-product-card{
    min-height:auto!important;
  }
}
@media(max-width:680px){
  .gas-detail-v12 .solution-product-card .mini-visual,
  .vertical-transport-detail-v12 .solution-product-card .mini-visual,
  .tech-equipment-detail-v12 .solution-product-card .mini-visual,
  .accessibility-detail-v12 .solution-product-card .mini-visual{
    aspect-ratio:4/3!important;
  }
}


/* ================================
   V15.8.1 MICRO-ZOOM FIX
   Target: remove 1-2px light side fields / shifted edges in selected product photocards.
   Scope: only user-reported cards. Gas section otherwise remains locked as ready.
   ================================ */

/* Base protection: image containers must crop zoomed image edges */
.tech-equipment-detail-v12 .solution-product-card .mini-visual,
.vertical-transport-detail-v12 .solution-product-card .mini-visual,
.gas-detail-v12 .solution-product-card .mini-visual,
.fire-detail-v12 .solution-product-card .mini-visual,
.eom-detail-v12 .solution-product-card .mini-visual{
  overflow:hidden!important;
}

/* Whole page micro-zoom: Tech Equipment */
.tech-equipment-detail-v12 .solution-product-card .mini-visual img{
  transform:scale(1.024)!important;
  transform-origin:center center!important;
}

/* Whole page micro-zoom: Vertical Transport */
.vertical-transport-detail-v12 .solution-product-card .mini-visual img{
  transform:scale(1.022)!important;
  transform-origin:center center!important;
}

/* Gas: only regulators + shutoff/regulating valves */
.gas-detail-v12 .solution-product-card[data-visual="gas-regulators"] .mini-visual img,
.gas-detail-v12 .solution-product-card[data-visual="gas-valves"] .mini-visual img{
  transform:scale(1.022)!important;
  transform-origin:center center!important;
}

/* Fire: sprinkler/water + autonomous modules */
.fire-detail-v12 .solution-product-card[data-visual="fire-sprinkler"] .mini-visual img,
.fire-detail-v12 .solution-product-card[data-visual="fire-modules"] .mini-visual img{
  transform:scale(1.022)!important;
  transform-origin:center center!important;
}

/* EOM: recessed lights only */
.eom-detail-v12 .solution-product-card[data-visual="recessed-lighting"] .mini-visual img,
.eom-detail-v12 .solution-product-card[data-visual="embedded-lighting"] .mini-visual img,
.eom-detail-v12 .solution-product-card[data-visual="built-in-lighting"] .mini-visual img,
.eom-detail-v12 .solution-product-card[data-visual="downlights"] .mini-visual img{
  transform:scale(1.024)!important;
  transform-origin:center center!important;
}

/* EOM fallback by image source name */
.eom-detail-v12 .solution-product-card .mini-visual img[src*="recessed"],
.eom-detail-v12 .solution-product-card .mini-visual img[src*="built"],
.eom-detail-v12 .solution-product-card .mini-visual img[src*="embedded"]{
  transform:scale(1.024)!important;
  transform-origin:center center!important;
}


/* ================================
   V15.8.1 LOGO FIX
   Clean transparent PNP logo for dark site header.
   ================================ */

.pnp-header-logo,
.site-logo img,
.logo img,
.brand img,
.header-logo img,
.navbar-brand img,
.header .brand img,
.header .logo img{
  display:block;
  height:42px;
  width:auto;
  max-width:360px;
  object-fit:contain;
  object-position:left center;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
}

@media(max-width:760px){
  .pnp-header-logo,
  .site-logo img,
  .logo img,
  .brand img,
  .header-logo img,
  .navbar-brand img,
  .header .brand img,
  .header .logo img{
    height:34px;
    max-width:280px;
  }
}


/* PNP FIRE WHITE BORDER FIX: sprinkler/autonomous cards */
.fire-detail-v12 .solution-product-card[data-visual="sprinkler-water"] .mini-visual img,
.fire-detail-v12 .solution-product-card[data-visual="autonomous-modules"] .mini-visual img{
  transform:scale(1.018)!important;
  transform-origin:center center!important;
}
.fire-detail-v12 .solution-product-card .mini-visual{
  overflow:hidden!important;
}



/* PNP MAIN DIRECTIONS RIGHT BORDER FIX: vertical transport + tech equipment */
img[src$="vertical-transport.webp"],
img[src$="tech-equipment.webp"]{
  object-fit:cover!important;
  transform:scale(1.012)!important;
  transform-origin:center center!important;
}
a[href$="solution-vertical-transport.html"] .solution-card__media,
a[href$="solution-tech-equipment.html"] .solution-card__media,
a[href$="solution-vertical-transport.html"] .card-media,
a[href$="solution-tech-equipment.html"] .card-media,
a[href$="solution-vertical-transport.html"] .mini-visual,
a[href$="solution-tech-equipment.html"] .mini-visual{
  overflow:hidden!important;
}


/* PNP INDEX COPY FIX: reduce 400+ duplication and strengthen sales trigger */
.vendor-stats .stat.stat-pnp strong,
.feature-mini.feature-mini-pnp i{
  letter-spacing:.08em;
  color:var(--accent,#b64a6b);
}
.home-about-sales .sales-trigger{
  margin-top:14px;
  color:rgba(235,242,250,.86);
  line-height:1.65;
}
.about-sales-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.about-sales-points span{
  display:flex;
  align-items:center;
  min-height:52px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:16px;
  background:rgba(255,255,255,.045);
  color:rgba(246,249,252,.92);
  font-size:13px;
  line-height:1.35;
}
.about-sales-points span:before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  min-width:22px;
  margin-right:9px;
  border-radius:999px;
  background:rgba(182,74,107,.18);
  color:var(--accent,#b64a6b);
  font-weight:700;
}
@media(max-width:760px){
  .about-sales-points{
    grid-template-columns:1fr;
  }
}


/* PNP INDEX HARMONY FIX: numeric stat + compact bottom sales chips */
.vendor-stats .stat.stat-single-center strong,
.feature-mini.feature-mini-single-center i{
  color:inherit!important;
  letter-spacing:normal!important;
}
.vendor-stats .stat.stat-pnp strong,
.feature-mini.feature-mini-pnp i{
  color:inherit!important;
  letter-spacing:normal!important;
}
.home-about-sales{
  overflow:hidden;
}
.home-about-sales .sales-trigger{
  margin-top:12px;
  line-height:1.58;
}
.about-sales-points{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin-top:16px!important;
  align-items:stretch;
}
.about-sales-points span{
  min-width:0;
  min-height:58px!important;
  padding:10px 10px!important;
  border-radius:14px!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:8px!important;
  row-gap:1px!important;
  align-content:center!important;
  align-items:center!important;
  overflow:hidden!important;
  font-size:12px!important;
  line-height:1.18!important;
  letter-spacing:-.01em;
}
.about-sales-points span:before{
  grid-row:1 / span 2;
  grid-column:1;
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  margin:0!important;
  font-size:12px!important;
}
.about-sales-points span b{
  grid-column:2;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color:rgba(246,249,252,.96);
  font-size:12px;
  line-height:1.12;
  font-weight:650;
}
.about-sales-points span small{
  grid-column:2;
  min-width:0;
  color:rgba(214,226,240,.72);
  font-size:11px;
  line-height:1.12;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media(max-width:980px) and (min-width:761px){
  .about-sales-points{
    grid-template-columns:1fr!important;
  }
  .about-sales-points span{
    min-height:48px!important;
  }
}
@media(max-width:760px){
  .about-sales-points{
    grid-template-columns:1fr!important;
  }
  .about-sales-points span{
    min-height:46px!important;
  }
}

.vendor-chip-logo{
  display:inline-flex;
  align-items:center;
  gap:8px;
  max-width:100%;
}
.vendor-chip-logo img{
  width:auto;
  height:18px;
  max-width:92px;
  object-fit:contain;
  display:block;
}
.vendor-chip-logo b{
  font:inherit;
  min-width:0;
  overflow-wrap:anywhere;
}

.partners-preview .partner-empty-state,.partners-grid .partner-empty-state{grid-column:1/-1}.partner-empty-state{display:grid;gap:8px;min-height:118px;align-content:center}.partner-empty-state b{color:#fff;font-size:18px}.partner-empty-state span{display:block;max-width:720px;margin:0 auto;line-height:1.55}


/* PNP MAIN WHY BRAND NUMBERS FIX
   Keep index "Почему мы" numeric markers visually aligned with
   about.html coverage cards: same branded accent for section numbers. */
.home-why-v13 .why-grid-v13 i{
  color:#e06591!important;
}


/* PNP ABOUT VISUAL FIX: align customer/outcome number markers and left object-task card with brand dark card style */
.about-why-v13 .why-grid-v13 i{
  color:#e06591!important;
}
.about-main-card-brand{
  color:#fff!important;
  background:linear-gradient(145deg,rgba(254,254,254,.105),rgba(254,254,254,.04))!important;
  border-color:rgba(118,143,176,.30)!important;
}
.about-main-card-brand p{
  color:var(--muted)!important;
}
.about-main-card-brand .stat{
  border-color:rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.045)!important;
}
.about-main-card-brand .stat strong{
  color:#fff!important;
}
.about-main-card-brand .stat span{
  color:var(--muted)!important;
}

/* PNP vendors UX: compact manufacturer foundation */
.vendors-hero .vendor-stats-hero .stat strong{
  color:inherit!important;
}
.vendor-direction-grid{
  align-items:stretch;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.vendor-direction-card{
  min-height:0!important;
  border-radius:12px!important;
  padding:16px!important;
  gap:10px!important;
  background:
    linear-gradient(180deg,rgba(5,15,27,.58),rgba(5,15,27,.90)),
    linear-gradient(90deg,rgba(5,15,27,.82) 0%,rgba(5,15,27,.58) 55%,rgba(143,33,71,.16) 100%),
    var(--direction-photo)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  box-shadow:0 14px 34px rgba(0,0,0,.18)!important;
  overflow:hidden;
  position:relative;
}
.vendor-direction-card:hover{
  transform:translateY(-2px)!important;
}
.vendor-direction-top i{
  width:44px!important;
  height:44px!important;
  border-radius:10px!important;
  background:rgba(3,12,23,.68)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  backdrop-filter:blur(8px);
  overflow:hidden;
}
.vendor-direction-top i img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.vendor-direction-top span{
  text-align:right;
  line-height:1.35;
  color:#dce7f5!important;
  text-shadow:0 1px 2px rgba(0,0,0,.34);
}
.vendor-direction-card h3{
  font-size:19px!important;
  line-height:1.15!important;
  text-shadow:0 2px 8px rgba(0,0,0,.45);
}
.vendor-direction-card p{
  font-size:13px;
  line-height:1.42!important;
  color:#d6e2f0!important;
  text-shadow:0 1px 2px rgba(0,0,0,.28);
}
.direction-position-list{
  gap:6px!important;
}
.direction-position-list b{
  border-radius:8px!important;
  background:rgba(3,12,23,.58)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:#f0f5ff!important;
  font-size:11px!important;
  backdrop-filter:blur(6px);
}
.vendor-direction-card .vendor-brands.mini{
  max-height:none!important;
  padding-top:2px;
  display:grid;
  grid-template-columns:1fr;
  gap:6px!important;
}
.vendor-direction-card .vendor-brands.mini .vendor-chip:nth-child(n+4){
  display:none;
}
.vendor-direction-card .vendor-brands.mini .vendor-chip{
  max-width:100%;
  width:100%;
  border-radius:8px;
  padding:7px 9px;
  background:rgba(3,12,23,.62);
  border-color:rgba(255,255,255,.14);
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  backdrop-filter:blur(6px);
}
.vendor-direction-card .link-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:38px;
  padding:9px 13px;
  border-radius:10px;
  border:1px solid rgba(196,55,102,.34);
  background:rgba(196,55,102,.12);
  color:#ffd7e3;
  font-weight:900;
  text-decoration:none;
  backdrop-filter:blur(6px);
}
.all-manufacturer-cloud{
  min-height:74px;
  max-height:300px!important;
}
.vendor-row.empty-row{
  max-width:760px;
}

/* PNP vendors hero: align benefit cells with catalog/about hero features */
.vendor-hero-features{
  max-width:1120px;
  grid-template-columns:repeat(4,1fr);
}
.vendor-hero-features .feature-mini{
  min-height:92px;
}
.vendor-hero-features .feature-mini i{
  min-width:36px;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.04em;
}
.feature-mini i svg{
  width:21px;
  height:21px;
  display:block;
  stroke:#fff;
  stroke-width:1.9;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.vendor-hero-features .feature-mini span,
.partner-hero-features .feature-mini span,
.catalog-hero-features .feature-mini span,
.hero-features-v11 .feature-mini span{
  color:#fff;
  font-weight:850;
}
.partner-hero-features{
  max-width:1120px;
  grid-template-columns:repeat(3,1fr);
}
.partner-hero-features .feature-mini{
  min-height:92px;
}

/* PNP vendors: empty manufacturer list should use the full section width */
#vendorRows .vendor-row.empty-row{
  max-width:none!important;
  width:100%!important;
  grid-template-columns:1fr!important;
}
#vendorRows .vendor-row.empty-row .vendor-meta{
  max-width:720px;
}
@media(max-width:1280px){
  .vendor-direction-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .vendor-direction-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .vendor-direction-grid{grid-template-columns:1fr!important}
}

/* PNP production readiness: absolute end-of-file interaction guard */
.main-nav a{
  display:inline-flex!important;
  align-items:center!important;
  min-height:44px!important;
}
.main-nav a.active:after{
  bottom:-15px!important;
}
.footer a,
.contact-line a,
.link-more{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
}
@media(max-width:680px){
  body{
    padding-bottom:0!important;
  }
  .mobile-call{
    position:static!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    z-index:auto!important;
    margin:18px 13px 13px!important;
    padding-bottom:env(safe-area-inset-bottom,0px)!important;
  }
  .mobile-call .btn{
    min-height:48px!important;
  }
}

/* Production guard: partner logo cards must never render as empty white boxes. */
.partner-card .partner-logo-tile img,
.partners-preview .logo-tile img,
.popular-logo-grid .logo-tile img{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  position:relative!important;
  z-index:2!important;
}

/* 2026-06-01 header contact dropdown */
.header-actions.header-contact-actions{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex:0 0 auto!important;
  gap:0!important;
}
.header-contact-menu{
  position:relative;
  z-index:85;
}
.header-contact-toggle{
  height:38px;
  min-width:126px;
  padding:0 14px 0 16px;
  border-radius:12px;
  border:1px solid rgba(118,143,176,.34);
  background:linear-gradient(135deg,rgba(254,254,254,.075),rgba(254,254,254,.035));
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  cursor:pointer;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:inset 0 0 0 1px rgba(254,254,254,.025),0 12px 32px rgba(0,0,0,.16);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.header-contact-toggle:hover,
.header-contact-menu.is-open .header-contact-toggle,
.header-contact-menu:focus-within .header-contact-toggle{
  transform:translateY(-1px);
  border-color:rgba(182,160,139,.50);
  background:linear-gradient(135deg,rgba(109,32,57,.88),rgba(139,42,75,.88));
  box-shadow:0 16px 38px rgba(109,32,57,.30);
}
.header-contact-toggle svg{
  width:14px;
  height:14px;
  fill:currentColor;
  transition:transform .18s ease;
}
.header-contact-menu.is-open .header-contact-toggle svg,
.header-contact-menu:hover .header-contact-toggle svg,
.header-contact-menu:focus-within .header-contact-toggle svg{
  transform:rotate(180deg);
}
.header-contact-dropdown{
  position:absolute;
  right:0;
  top:calc(100% + 12px);
  width:286px;
  padding:8px;
  border-radius:14px;
  border:1px solid rgba(118,143,176,.30);
  background:linear-gradient(145deg,rgba(21,31,52,.98),rgba(10,20,36,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.025);
  opacity:0;
  visibility:hidden;
  transform:translateY(-6px);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.header-contact-menu:hover .header-contact-dropdown,
.header-contact-menu:focus-within .header-contact-dropdown,
.header-contact-menu.is-open .header-contact-dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.header-contact-dropdown:before{
  content:"";
  position:absolute;
  right:24px;
  top:-6px;
  width:10px;
  height:10px;
  background:rgba(21,31,52,.98);
  border-left:1px solid rgba(118,143,176,.26);
  border-top:1px solid rgba(118,143,176,.26);
  transform:rotate(45deg);
}
.header-contact-item{
  position:relative;
  display:grid;
  grid-template-columns:34px 1fr;
  gap:10px;
  align-items:center;
  padding:10px;
  border-radius:10px;
  color:#fff;
  transition:background .16s ease,transform .16s ease;
}
.header-contact-item:hover,
.header-contact-item:focus-visible{
  background:rgba(255,255,255,.065);
  transform:translateX(2px);
  outline:0;
}
.header-contact-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  border:1px solid rgba(118,143,176,.28);
  background:rgba(255,255,255,.045);
}
.header-contact-icon svg{
  width:16px;
  height:16px;
  fill:currentColor;
}
.header-contact-text{
  min-width:0;
  display:grid;
  gap:2px;
}
.header-contact-text b{
  font-size:13px;
  line-height:1.1;
}
.header-contact-text small{
  color:rgba(214,225,240,.68);
  font-size:11px;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.header-contact-item-primary .header-contact-icon{
  background:linear-gradient(135deg,#6D2039,#8b2a4b);
  border-color:rgba(109,32,57,.82);
  box-shadow:0 10px 24px rgba(109,32,57,.28);
}
@media(max-width:1180px){
  .header-contact-toggle{
    min-width:112px;
    padding:0 12px;
  }
}
@media(max-width:680px){
  .header-actions.header-contact-actions{
    margin-left:auto!important;
  }
  .header-contact-toggle{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    padding:0!important;
  }
  .header-contact-toggle span{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
  }
  .header-contact-toggle:before{
    content:"";
    width:16px;
    height:16px;
    background:currentColor;
    -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 2.9 9.3 2c.7-.2 1.4.1 1.7.8l1.2 2.8c.3.6.1 1.3-.4 1.7l-1.5 1.2c1 2 2.6 3.6 4.6 4.6l1.2-1.5c.4-.5 1.1-.7 1.7-.4l2.8 1.2c.7.3 1 1 .8 1.7l-.9 2.7c-.2.7-.8 1.1-1.5 1.1C10.1 18 4 11.9 4 4.5c0-.7.5-1.3 1.1-1.5l1.5-.1Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 2.9 9.3 2c.7-.2 1.4.1 1.7.8l1.2 2.8c.3.6.1 1.3-.4 1.7l-1.5 1.2c1 2 2.6 3.6 4.6 4.6l1.2-1.5c.4-.5 1.1-.7 1.7-.4l2.8 1.2c.7.3 1 1 .8 1.7l-.9 2.7c-.2.7-.8 1.1-1.5 1.1C10.1 18 4 11.9 4 4.5c0-.7.5-1.3 1.1-1.5l1.5-.1Z'/%3E%3C/svg%3E") center/contain no-repeat;
  }
  .header-contact-toggle svg{
    display:none;
  }
  .header-contact-dropdown{
    right:-6px;
    width:min(292px,calc(100vw - 26px));
  }
}

/* 2026-06-01 header contact square CTA */
.header-contact-toggle{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  padding:0!important;
  border-radius:10px!important;
  border-color:rgba(182,160,139,.34)!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,0) 34%),
    linear-gradient(135deg,#6D2039,#8b2a4b)!important;
  box-shadow:
    0 16px 34px rgba(109,32,57,.28),
    inset 0 0 0 1px rgba(255,255,255,.07)!important;
}
.header-contact-toggle span{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
}
.header-contact-toggle:before{
  content:"";
  width:18px;
  height:18px;
  background:#fff;
  -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 2.9 9.3 2c.7-.2 1.4.1 1.7.8l1.2 2.8c.3.6.1 1.3-.4 1.7l-1.5 1.2c1 2 2.6 3.6 4.6 4.6l1.2-1.5c.4-.5 1.1-.7 1.7-.4l2.8 1.2c.7.3 1 1 .8 1.7l-.9 2.7c-.2.7-.8 1.1-1.5 1.1C10.1 18 4 11.9 4 4.5c0-.7.5-1.3 1.1-1.5l1.5-.1Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 2.9 9.3 2c.7-.2 1.4.1 1.7.8l1.2 2.8c.3.6.1 1.3-.4 1.7l-1.5 1.2c1 2 2.6 3.6 4.6 4.6l1.2-1.5c.4-.5 1.1-.7 1.7-.4l2.8 1.2c.7.3 1 1 .8 1.7l-.9 2.7c-.2.7-.8 1.1-1.5 1.1C10.1 18 4 11.9 4 4.5c0-.7.5-1.3 1.1-1.5l1.5-.1Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.header-contact-toggle svg{
  position:absolute;
  right:5px;
  bottom:5px;
  width:9px!important;
  height:9px!important;
  opacity:.82;
}
.header-contact-toggle:hover,
.header-contact-menu.is-open .header-contact-toggle,
.header-contact-menu:focus-within .header-contact-toggle{
  transform:translateY(-1px) scale(1.02)!important;
  border-color:rgba(239,227,212,.58)!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,0) 36%),
    linear-gradient(135deg,#7b2845,#a1335b)!important;
  box-shadow:
    0 20px 44px rgba(109,32,57,.38),
    inset 0 0 0 1px rgba(255,255,255,.10)!important;
}
@media(max-width:680px){
  .header-contact-toggle{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
  }
  .header-contact-toggle:before{
    width:16px;
    height:16px;
  }
  .header-contact-toggle svg{
    display:block!important;
    width:8px!important;
    height:8px!important;
  }
}

/* 2026-06-01 designer pass: premium contact cell */
.header-contact-toggle{
  position:relative!important;
  overflow:hidden!important;
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  border-radius:11px!important;
  border:1px solid rgba(118,143,176,.40)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.025) 46%),
    linear-gradient(135deg,rgba(32,44,71,.98),rgba(10,22,39,.98))!important;
  box-shadow:
    0 12px 28px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 0 0 1px rgba(255,255,255,.02)!important;
}
.header-contact-toggle:before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:19px!important;
  height:19px!important;
  transform:translate(-50%,-50%)!important;
  background:#fff!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8 4h12.4C19.2 4 20 4.8 20 5.8v8.4c0 1-.8 1.8-1.8 1.8H10l-5 4v-4.3c-.6-.3-1-.9-1-1.5V5.8C4 4.8 4.8 4 5.8 4Zm1.4 3.3V9h9.6V7.3H7.2Zm0 4V13h6.4v-1.7H7.2Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8 4h12.4C19.2 4 20 4.8 20 5.8v8.4c0 1-.8 1.8-1.8 1.8H10l-5 4v-4.3c-.6-.3-1-.9-1-1.5V5.8C4 4.8 4.8 4 5.8 4Zm1.4 3.3V9h9.6V7.3H7.2Zm0 4V13h6.4v-1.7H7.2Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}
.header-contact-toggle:after{
  content:""!important;
  position:absolute!important;
  right:7px!important;
  bottom:7px!important;
  width:7px!important;
  height:7px!important;
  border-radius:999px!important;
  background:#b6a08b!important;
  box-shadow:0 0 0 3px rgba(182,160,139,.10)!important;
}
.header-contact-toggle svg{
  display:none!important;
}
.header-contact-toggle:hover,
.header-contact-menu.is-open .header-contact-toggle,
.header-contact-menu:focus-within .header-contact-toggle{
  transform:translateY(-1px)!important;
  border-color:rgba(214,199,181,.58)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.035) 48%),
    linear-gradient(135deg,rgba(44,57,86,.98),rgba(18,32,54,.98))!important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.30),
    0 0 0 1px rgba(109,32,57,.30),
    inset 0 1px 0 rgba(255,255,255,.11)!important;
}
.header-contact-menu.is-open .header-contact-toggle:after,
.header-contact-menu:hover .header-contact-toggle:after,
.header-contact-menu:focus-within .header-contact-toggle:after{
  background:#c43a67!important;
  box-shadow:0 0 0 4px rgba(196,58,103,.14)!important;
}
.header-contact-dropdown{
  top:calc(100% + 14px)!important;
  width:300px!important;
  padding:9px!important;
  border-radius:15px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(109,32,57,.18),transparent 34%),
    linear-gradient(145deg,rgba(24,35,59,.985),rgba(8,18,32,.985))!important;
  border-color:rgba(118,143,176,.34)!important;
  box-shadow:
    0 28px 80px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.header-contact-dropdown:before{
  right:16px!important;
  background:rgba(24,35,59,.985)!important;
}
.header-contact-item{
  grid-template-columns:38px 1fr!important;
  gap:11px!important;
  padding:11px!important;
  border:1px solid transparent!important;
}
.header-contact-item:hover,
.header-contact-item:focus-visible{
  transform:none!important;
  border-color:rgba(118,143,176,.22)!important;
  background:rgba(255,255,255,.06)!important;
}
.header-contact-icon{
  width:38px!important;
  height:38px!important;
  border-radius:10px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025))!important;
}
.header-contact-item-primary .header-contact-icon{
  background:
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,0) 38%),
    linear-gradient(135deg,#6D2039,#8b2a4b)!important;
}
.header-contact-text b{
  font-size:13px!important;
  letter-spacing:.01em!important;
}
.header-contact-text small{
  font-size:11.5px!important;
  color:rgba(214,225,240,.72)!important;
}
@media(max-width:680px){
  .header-contact-toggle{
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
  }
  .header-contact-toggle:before{
    width:18px!important;
    height:18px!important;
  }
  .header-contact-dropdown{
    width:min(300px,calc(100vw - 26px))!important;
    right:-4px!important;
  }
}

/* PNP AI заявки: вложения в чат и перенос ссылок в форму */
.ai-chat-files{
  display:grid!important;
  gap:9px!important;
  padding:0 16px 14px!important;
}
.ai-chat-file-button{
  min-height:38px!important;
  width:max-content!important;
  max-width:100%!important;
  border:1px solid rgba(214,168,185,.26)!important;
  border-radius:8px!important;
  padding:9px 12px!important;
  color:#fff!important;
  background:rgba(109,32,57,.24)!important;
  cursor:pointer!important;
  font:900 12px/1.1 var(--sans)!important;
}
.ai-chat-file-button:hover{
  border-color:rgba(214,168,185,.46)!important;
  background:rgba(109,32,57,.36)!important;
}
.ai-chat-file-list{
  display:grid!important;
  gap:7px!important;
}
.ai-chat-file-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-width:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:8px!important;
  padding:8px 9px!important;
  background:rgba(255,255,255,.055)!important;
}
.ai-chat-file-row span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:rgba(255,255,255,.84)!important;
  font-size:12px!important;
  line-height:1.25!important;
}
.ai-chat-file-remove{
  flex:0 0 auto!important;
  border:0!important;
  border-radius:6px!important;
  padding:6px 8px!important;
  color:#f0b8cc!important;
  background:rgba(255,255,255,.08)!important;
  cursor:pointer!important;
  font:900 11px/1 var(--sans)!important;
}
.ai-chat-file-remove:hover{
  color:#fff!important;
  background:rgba(109,32,57,.34)!important;
}

/* PNP AI chat UX v2: compact messenger composer with file previews */
.ai-chat-widget{
  width:min(348px,calc(100vw - 20px))!important;
}
.ai-chat-panel{
  border-radius:16px!important;
  max-height:min(680px,calc(100vh - 96px))!important;
}
.ai-chat-head{
  padding:14px 15px!important;
}
.ai-chat-head span{
  display:none!important;
}
.ai-chat-note,
.ai-chat-fallback{
  display:none!important;
}
.ai-chat-messages{
  max-height:245px!important;
  padding:12px 14px!important;
  gap:8px!important;
}
.ai-chat-message{
  font-size:12.5px!important;
  line-height:1.42!important;
  padding:10px 11px!important;
}
.ai-chat-quick{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  padding:0 14px 9px!important;
  gap:8px!important;
}
.ai-chat-quick button{
  min-height:32px!important;
  border-radius:999px!important;
  padding:7px 10px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.ai-chat-lead{
  display:none!important;
}
.ai-chat-form{
  padding:0 14px 14px!important;
  gap:8px!important;
}
.ai-chat-form textarea{
  min-height:58px!important;
  max-height:112px!important;
  border-radius:14px!important;
  padding:12px 13px!important;
  font-size:13px!important;
}
.ai-chat-compose-actions{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) 38px!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
}
.ai-chat-file-button{
  grid-column:1!important;
  width:38px!important;
  height:38px!important;
  min-height:38px!important;
  max-width:none!important;
  display:inline-flex!important;
  justify-content:center!important;
  align-items:center!important;
  border-radius:999px!important;
  padding:0!important;
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:none!important;
}
.ai-chat-file-button svg{
  width:17px!important;
  height:17px!important;
  flex:0 0 auto!important;
}
.ai-chat-file-button span{
  display:none!important;
}
.ai-chat-transfer-inline{
  grid-column:2!important;
  min-height:36px!important;
  min-width:0!important;
  padding:8px 10px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
  width:100%!important;
  text-align:center!important;
}
.ai-chat-transfer-inline[hidden]{
  display:none!important;
}
.ai-chat-submit{
  grid-column:3!important;
  width:38px!important;
  height:38px!important;
  min-height:38px!important;
  flex:0 0 38px!important;
  border-radius:999px!important;
  padding:0!important;
  font-size:20px!important;
  line-height:1!important;
}
.ai-chat-submit[disabled],
.ai-chat-transfer-inline[disabled]{
  opacity:.62!important;
  cursor:progress!important;
  transform:none!important;
}
.ai-chat-file-list{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
.ai-chat-file-row{
  width:92px!important;
  min-height:114px!important;
  position:relative!important;
  display:grid!important;
  grid-template-rows:64px 1fr!important;
  gap:6px!important;
  align-items:start!important;
  justify-content:stretch!important;
  padding:6px!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(255,255,255,.26)!important;
  color:#152038!important;
}
.ai-chat-file-thumb{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:64px!important;
  border-radius:8px!important;
  overflow:hidden!important;
  background:#eef2f7!important;
  color:#6d2039!important;
  font:1000 11px/1 var(--sans)!important;
}
.ai-chat-file-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.ai-chat-file-meta{
  display:grid!important;
  gap:2px!important;
  min-width:0!important;
  color:#152038!important;
}
.ai-chat-file-meta b,
.ai-chat-file-meta small{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.ai-chat-file-meta b{
  font-size:10.5px!important;
  line-height:1.15!important;
}
.ai-chat-file-meta small{
  color:#5a6678!important;
  font-size:10px!important;
  line-height:1.15!important;
}
.ai-chat-file-remove{
  position:absolute!important;
  right:-6px!important;
  top:-7px!important;
  width:20px!important;
  height:20px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  padding:0!important;
  color:#fff!important;
  background:#101828!important;
  border:1px solid rgba(255,255,255,.72)!important;
  font:900 14px/1 var(--sans)!important;
}
.ai-chat-lead-card{
  width:100%!important;
  max-width:100%!important;
  display:grid!important;
  gap:10px!important;
  border:1px solid rgba(214,168,185,.28)!important;
  border-radius:14px!important;
  padding:12px!important;
  background:linear-gradient(145deg,rgba(109,32,57,.38),rgba(255,255,255,.07))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.ai-chat-lead-card-head{
  display:grid!important;
  gap:3px!important;
}
.ai-chat-lead-card-head strong{
  color:#fff!important;
  font-size:13px!important;
  line-height:1.2!important;
}
.ai-chat-lead-card-head span{
  color:rgba(255,255,255,.72)!important;
  font-size:11px!important;
  line-height:1.3!important;
}
.ai-chat-lead-card dl{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:7px!important;
  margin:0!important;
}
.ai-chat-lead-card dl div{
  min-width:0!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:9px!important;
  padding:7px 8px!important;
  background:rgba(5,14,27,.22)!important;
}
.ai-chat-lead-card dl .ai-chat-lead-card-wide{
  grid-column:1 / -1!important;
}
.ai-chat-lead-card dt{
  margin:0 0 3px!important;
  color:rgba(255,255,255,.58)!important;
  font:900 9px/1.15 var(--sans)!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
}
.ai-chat-lead-card dd{
  margin:0!important;
  color:rgba(255,255,255,.92)!important;
  font-size:11.5px!important;
  line-height:1.35!important;
  white-space:pre-wrap!important;
  overflow-wrap:anywhere!important;
}
.ai-chat-lead-card-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr) minmax(0,.72fr)!important;
  gap:7px!important;
}
.ai-chat-lead-card-actions .btn{
  width:100%!important;
  min-height:34px!important;
  border-radius:9px!important;
  padding:8px 9px!important;
  font-size:11px!important;
  line-height:1.05!important;
}
.ai-chat-lead-submit-btn{
  background:linear-gradient(135deg,var(--pnp-burgundy),#b53462)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.2)!important;
}
.ai-chat-lead-secondary{
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.14)!important;
}
.ai-chat-lead-card-actions .btn[disabled]{
  opacity:.48!important;
  cursor:not-allowed!important;
}

@media(max-width:680px){
  .ai-chat-widget{
    width:calc(100vw - 20px)!important;
    right:10px!important;
    bottom:10px!important;
  }
  .ai-chat-file-button{
    max-width:none!important;
  }
  .ai-chat-panel{
    max-height:calc(100vh - 76px)!important;
  }
  .ai-chat-messages{
    max-height:220px!important;
  }
  .ai-chat-lead-card dl,
  .ai-chat-lead-card-actions{
    grid-template-columns:1fr!important;
  }
}

/* PNP AI assistant: visible by default, can be disabled with ?aiChat=0 */
.ai-chat-widget{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:120;
  width:min(390px,calc(100vw - 28px));
  color:#fff;
  font-family:var(--sans);
}
.ai-chat-toggle{
  margin-left:auto;
  min-height:48px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  padding:10px 12px 10px 15px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  background:linear-gradient(135deg,var(--pnp-burgundy),#8b2a4b);
  box-shadow:0 18px 48px rgba(0,0,0,.32);
  cursor:pointer;
  font-weight:900;
}
.ai-chat-toggle span{
  display:grid;
  gap:2px;
  text-align:left;
}
.ai-chat-toggle small,
.ai-chat-toggle strong{
  display:block;
}
.ai-chat-toggle small{
  color:rgba(255,255,255,.72);
  font-size:10px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ai-chat-toggle strong{
  max-width:210px;
  color:#fff;
  font-size:13px;
  line-height:1.15;
}
.ai-chat-toggle b{
  width:32px;
  height:32px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  font-size:11px;
}
.ai-chat-panel{
  margin-bottom:12px;
  border:1px solid rgba(118,143,176,.34);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(15,28,50,.98),rgba(36,47,75,.98));
  box-shadow:0 26px 80px rgba(0,0,0,.42);
  overflow:hidden;
}
.ai-chat-head{
  padding:16px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ai-chat-head strong,
.ai-chat-head span{
  display:block;
}
.ai-chat-head strong{
  font-size:17px;
  line-height:1.1;
}
.ai-chat-head span{
  margin-top:5px;
  color:var(--muted);
  font-size:12px;
  line-height:1.3;
}
.ai-chat-note{
  margin:14px 16px 0;
  padding:11px 12px;
  border:1px solid rgba(214,168,185,.18);
  border-radius:10px;
  color:rgba(255,255,255,.78);
  background:rgba(109,32,57,.18);
  font-size:12px;
  line-height:1.45;
}
.ai-chat-close{
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
  font-size:22px;
  line-height:1;
}
.ai-chat-messages{
  max-height:310px;
  overflow:auto;
  display:grid;
  gap:10px;
  padding:14px 16px;
}
.ai-chat-quick{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0 16px 14px;
}
.ai-chat-quick button{
  min-height:34px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:8px;
  padding:7px 10px;
  color:#fff;
  background:rgba(255,255,255,.07);
  cursor:pointer;
  font:900 12px/1 var(--sans);
}
.ai-chat-quick button:hover{
  border-color:rgba(214,168,185,.35);
  background:rgba(109,32,57,.32);
}
.ai-chat-lead{
  margin:0 16px 14px;
  padding:12px;
  border:1px solid rgba(214,168,185,.24);
  border-radius:12px;
  background:linear-gradient(135deg,rgba(109,32,57,.34),rgba(255,255,255,.07));
  display:grid;
  gap:9px;
}
.ai-chat-lead[hidden]{
  display:none!important;
}
.ai-chat-lead strong{
  font-size:13px;
  line-height:1.2;
}
.ai-chat-lead span{
  color:rgba(255,255,255,.78);
  font-size:12px;
  line-height:1.45;
}
.ai-chat-lead .btn{
  width:max-content;
  min-height:36px;
}
.ai-chat-message{
  max-width:88%;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  padding:11px 12px;
  color:rgba(255,255,255,.92);
  background:rgba(255,255,255,.07);
  font-size:13px;
  line-height:1.45;
  white-space:pre-wrap;
}
.ai-chat-message a{
  color:#f0b8cc;
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(240,184,204,.42);
}
.ai-chat-message a:hover{
  color:#fff;
  border-bottom-color:#fff;
}
.ai-chat-message-user{
  justify-self:end;
  background:rgba(109,32,57,.38);
  border-color:rgba(214,168,185,.25);
}
.ai-chat-form{
  display:grid;
  gap:10px;
  padding:0 16px 14px;
}
.ai-chat-form textarea{
  min-height:88px;
  max-height:150px;
  resize:vertical;
  border-radius:10px;
}
.ai-chat-form .btn{
  width:max-content;
  min-height:40px;
}
.ai-chat-fallback{
  display:flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  border-top:1px solid rgba(255,255,255,.1);
  color:#e8b4c8;
  font-weight:900;
  font-size:13px;
}
@media(max-width:680px){
  .ai-chat-widget{
    right:14px;
    bottom:14px;
  }
  .ai-chat-toggle{
    min-height:46px;
  }
  .ai-chat-messages{
    max-height:260px;
  }
}

/* PNP vendors database panel: keep headline inside the burgundy cell */
.vendor-master-copy{
  min-width:0!important;
}
.vendor-master-copy h2{
  font-size:clamp(36px,3.45vw,48px)!important;
  line-height:1.04!important;
  white-space:normal!important;
  max-width:100%!important;
}

/* PNP AI assistant v3: contact gate and cleaner CRM flow */
.ai-chat-widget{
  width:min(360px,calc(100vw - 22px))!important;
}
.ai-chat-panel{
  max-height:min(690px,calc(100vh - 90px))!important;
}
.ai-chat-head{
  align-items:center!important;
  padding:13px 14px!important;
}
.ai-chat-head > div{
  min-width:0!important;
}
.ai-chat-head strong{
  font-size:15px!important;
}
.ai-chat-head span{
  display:block!important;
  margin-top:4px!important;
  color:rgba(255,255,255,.64)!important;
  font-size:11px!important;
}
.ai-chat-contact-edit{
  flex:0 0 auto!important;
  min-height:30px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:8px!important;
  padding:6px 9px!important;
  color:#f3d8e4!important;
  background:rgba(255,255,255,.06)!important;
  cursor:pointer!important;
  font:900 10px/1 var(--sans)!important;
}
.ai-chat-contact-edit[hidden]{
  display:none!important;
}
.ai-chat-contact-form{
  display:grid!important;
  gap:9px!important;
  margin:14px!important;
  padding:13px!important;
  border:1px solid rgba(214,168,185,.24)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,rgba(109,32,57,.32),rgba(255,255,255,.06))!important;
}
.ai-chat-contact-form strong{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.15!important;
}
.ai-chat-contact-form span{
  color:rgba(255,255,255,.7)!important;
  font-size:11.5px!important;
  line-height:1.35!important;
}
.ai-chat-contact-form input{
  width:100%!important;
  min-height:42px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:10px!important;
  padding:11px 12px!important;
  color:#fff!important;
  background:rgba(5,14,27,.26)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.ai-chat-contact-form input::placeholder{
  color:rgba(255,255,255,.45)!important;
}
.ai-chat-contact-form .btn{
  width:100%!important;
  min-height:40px!important;
  border-radius:10px!important;
}
.ai-chat-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  color:rgba(255,255,255,.72)!important;
  font:800 11px/1.35 var(--sans)!important;
}
.ai-chat-consent input{
  width:15px!important;
  min-width:15px!important;
  height:15px!important;
  margin:1px 0 0!important;
  accent-color:var(--accent2)!important;
}
.ai-chat-consent span{
  color:rgba(255,255,255,.72)!important;
}
.ai-chat-contact-form small{
  min-height:14px!important;
  color:#ffd5df!important;
  font-size:11px!important;
  line-height:1.25!important;
}
.ai-chat-widget.has-ai-contact .ai-chat-contact-form,
.ai-chat-widget:not(.has-ai-contact) .ai-chat-note,
.ai-chat-widget:not(.has-ai-contact) .ai-chat-messages,
.ai-chat-widget:not(.has-ai-contact) .ai-chat-quick,
.ai-chat-widget:not(.has-ai-contact) .ai-chat-form{
  display:none!important;
}
.ai-chat-note{
  display:block!important;
  margin:10px 14px 0!important;
  padding:9px 10px!important;
  border-radius:10px!important;
  font-size:11.5px!important;
  line-height:1.35!important;
}
.ai-chat-messages{
  max-height:260px!important;
  padding:11px 14px!important;
}
.ai-chat-quick{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  padding:0 14px 9px!important;
}
.ai-chat-quick button{
  min-width:0!important;
  min-height:34px!important;
  border-radius:9px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.ai-chat-compose-actions{
  grid-template-columns:38px minmax(0,1fr) 38px!important;
}
.ai-chat-transfer-inline{
  font-size:11px!important;
}
.ai-chat-form textarea{
  min-height:58px!important;
  resize:none!important;
}
.ai-chat-file-list:empty{
  display:none!important;
}
@media(max-width:680px){
  .ai-chat-widget{
    width:calc(100vw - 18px)!important;
    right:9px!important;
    bottom:9px!important;
  }
  .ai-chat-panel{
    max-height:calc(100vh - 70px)!important;
  }
}

/* PNP AI assistant v6: clean messenger marks without visible cards */
.ai-chat-widget{
  width:min(482px,calc(100vw - 22px))!important;
}
.ai-chat-panel{
  width:min(360px,100%)!important;
  margin-left:auto!important;
}
.ai-chat-dock{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  min-width:0!important;
}
.ai-messenger-dock{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.ai-messenger-link{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  place-items:center!important;
  gap:0!important;
  border:0!important;
  border-radius:999px!important;
  padding:0!important;
  color:#fff!important;
  background:transparent!important;
  text-decoration:none!important;
  cursor:pointer!important;
  font-family:var(--sans)!important;
  box-shadow:none!important;
  overflow:visible!important;
  position:relative!important;
  transition:transform .18s ease, filter .18s ease, opacity .18s ease!important;
}
.ai-messenger-link:after{
  display:none!important;
}
.ai-messenger-mark{
  width:36px!important;
  height:36px!important;
  display:block!important;
  position:relative!important;
  z-index:1!important;
  object-fit:contain!important;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.34))!important;
}
.ai-messenger-link:hover{
  transform:translateY(-3px)!important;
  filter:saturate(1.08) brightness(1.04)!important;
}
.ai-messenger-link-telegram .ai-messenger-mark{
  width:36px!important;
  height:36px!important;
}
.ai-messenger-link-whatsapp .ai-messenger-mark{
  width:36px!important;
  height:36px!important;
  margin-top:0!important;
}
.ai-messenger-link-max{
  color:#fff!important;
}
.ai-messenger-link-max .ai-messenger-mark{
  width:36px!important;
  height:36px!important;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.34)) invert(1) brightness(2.2)!important;
}
.ai-messenger-link span{
  display:none!important;
}
.ai-messenger-link b{
  display:none!important;
}
.ai-messenger-link.is-disabled{
  opacity:.92!important;
  cursor:default!important;
}
.ai-messenger-link.is-disabled:hover{
  transform:none!important;
  filter:none!important;
}
.ai-chat-toggle{
  flex:0 0 auto!important;
  margin-left:0!important;
}
@media(max-width:760px){
  .ai-chat-widget{
    width:calc(100vw - 18px)!important;
  }
  .ai-chat-dock{
    gap:9px!important;
  }
  .ai-messenger-dock{
    gap:6px!important;
  }
  .ai-messenger-link{
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    min-height:34px!important;
    grid-template-columns:1fr!important;
    padding:0!important;
  }
  .ai-messenger-mark,
  .ai-messenger-link-telegram .ai-messenger-mark,
  .ai-messenger-link-whatsapp .ai-messenger-mark,
  .ai-messenger-link-max .ai-messenger-mark{
    width:31px!important;
    height:31px!important;
  }
  .ai-messenger-link b{
    display:none!important;
  }
}
@media(max-width:440px){
  .ai-chat-toggle span{
    max-width:165px!important;
  }
  .ai-chat-toggle strong{
    max-width:150px!important;
    font-size:12px!important;
  }
  .ai-messenger-link{
    width:32px!important;
    min-width:32px!important;
    height:32px!important;
    min-height:32px!important;
  }
  .ai-messenger-mark,
  .ai-messenger-link-telegram .ai-messenger-mark,
  .ai-messenger-link-whatsapp .ai-messenger-mark,
  .ai-messenger-link-max .ai-messenger-mark{
    width:29px!important;
    height:29px!important;
  }
}
@media(max-width:380px){
  .ai-chat-dock{
    gap:7px!important;
  }
  .ai-messenger-dock{
    gap:4px!important;
  }
  .ai-chat-toggle{
    padding:9px 9px 9px 11px!important;
    gap:8px!important;
  }
  .ai-chat-toggle span{
    max-width:132px!important;
  }
  .ai-chat-toggle small{
    font-size:9px!important;
  }
  .ai-chat-toggle strong{
    max-width:132px!important;
    font-size:11.5px!important;
    line-height:1.12!important;
  }
}
.vendor-master-copy p{
  max-width:460px!important;
}
@media(min-width:1081px){
  .vendor-master-copy h2{
    text-wrap:balance!important;
  }
}

/* PNP header mega menu: catalog preview */
.page{
  overflow:visible!important;
  padding-top:80px!important;
}
.topbar{
  position:fixed!important;
  left:0!important;
  right:0!important;
  top:0!important;
  width:100%!important;
  z-index:2000!important;
  overflow:visible!important;
}
.main-nav a.has-mega-menu{
  gap:6px!important;
}
.main-nav a.has-mega-menu:before{
  content:"";
  width:6px;
  height:6px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg);
  order:2;
  opacity:.72;
  margin-top:-3px;
  transition:transform .18s ease,opacity .18s ease;
}
.main-nav a.has-mega-menu.mega-active:before{
  transform:rotate(225deg);
  margin-top:3px;
  opacity:1;
}
.mega-menu{
  position:absolute;
  left:50%;
  top:calc(100% + 10px);
  z-index:95;
  width:min(1180px,calc(100vw - 38px));
  transform:translate(-50%,10px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.mega-menu:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-16px;
  height:16px;
}
.mega-menu.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0);
}
.mega-menu-shell{
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:20px;
  padding:20px;
  border:1px solid rgba(225,236,249,.18);
  border-radius:18px;
  background:
    radial-gradient(circle at 8% 0%,rgba(196,55,102,.22),transparent 31%),
    linear-gradient(145deg,rgba(7,17,31,.98),rgba(13,27,48,.96));
  box-shadow:0 28px 90px rgba(0,0,0,.42);
  backdrop-filter:blur(18px);
}
.mega-menu-intro{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  padding:18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(145deg,rgba(143,33,71,.34),rgba(255,255,255,.045));
}
.mega-menu-kicker{
  color:#f0adc4;
  font-size:11px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.mega-menu-intro strong{
  display:block;
  color:#fff;
  font-size:25px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.mega-menu-intro p{
  margin:12px 0 0;
  color:#c7d5e6;
  font-size:13px;
  line-height:1.55;
}
.mega-menu-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
  padding-top:20px;
}
.mega-direction-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.mega-direction-card{
  display:grid;
  grid-template-columns:66px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:78px;
  padding:10px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.032));
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.mega-direction-card:hover,
.mega-direction-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(196,55,102,.42);
  background:linear-gradient(145deg,rgba(196,55,102,.18),rgba(255,255,255,.045));
}
.mega-direction-media{
  width:66px;
  height:58px;
  border-radius:9px;
  overflow:hidden;
  background:#0b1727;
}
.mega-direction-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.96) contrast(1.05);
}
.mega-direction-copy{
  min-width:0;
  display:block;
}
.mega-direction-copy b{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.15;
  font-weight:900;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mega-direction-copy small{
  display:block;
  margin-top:6px;
  color:#aebfd4;
  font-size:11px;
  line-height:1.28;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.catalog-mega-menu .mega-direction-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.catalog-mega-menu .mega-menu-shell{
  position:relative;
  overflow:hidden;
}
.catalog-mega-menu .mega-menu-shell::after{
  content:"КАТАЛОГ";
  position:absolute;
  right:28px;
  bottom:18px;
  z-index:0;
  color:rgba(255,255,255,.045);
  font-size:78px;
  line-height:1;
  font-weight:950;
  letter-spacing:.03em;
  pointer-events:none;
  white-space:nowrap;
}
.catalog-mega-menu .mega-menu-intro,
.catalog-mega-menu .mega-direction-grid{
  position:relative;
  z-index:1;
}
.catalog-mega-menu .mega-block-card{
  position:relative;
  grid-template-columns:minmax(0,1fr) 126px;
  align-items:stretch;
  gap:14px;
  min-height:145px;
  padding:15px 16px 14px 18px;
  overflow:hidden;
  border-left:2px solid rgba(196,55,102,.72);
  background:
    linear-gradient(145deg,rgba(255,255,255,.078),rgba(255,255,255,.026)),
    radial-gradient(circle at 100% 0%,rgba(80,109,145,.16),transparent 44%);
}
.catalog-mega-menu .mega-block-card::after{
  content:"";
  position:absolute;
  inset:auto 14px 12px auto;
  width:74px;
  height:74px;
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),transparent);
  opacity:.36;
  transform:rotate(12deg);
  pointer-events:none;
}
.catalog-mega-menu .mega-block-card:last-child:nth-child(odd){
  grid-column:1 / -1;
}
.catalog-mega-menu .mega-block-card .mega-direction-media{
  position:relative;
  z-index:1;
  width:126px;
  height:100%;
  min-height:100px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 15px 32px rgba(0,0,0,.24);
}
.catalog-mega-menu .mega-block-card .mega-direction-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent,rgba(143,33,71,.16));
  pointer-events:none;
}
.catalog-mega-menu .mega-block-card .mega-direction-copy{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:100%;
}
.catalog-mega-menu .mega-block-card .mega-direction-copy b{
  margin-top:1px;
  font-size:17px;
  line-height:1.14;
  white-space:normal;
}
.catalog-mega-menu .mega-block-card .mega-direction-copy small{
  margin-top:8px;
  font-size:12px;
  line-height:1.35;
  max-width:96%;
}
.catalog-mega-menu .mega-block-card .mega-direction-copy em{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.065);
  color:#f0adc4;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin:0 0 10px;
}
.mega-catalog-card-examples{
  display:block;
  margin-top:auto;
  padding-top:12px;
  color:#d9e4f4;
  font-size:11px;
  line-height:1.25;
  font-weight:850;
  opacity:.92;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.vendors-mega-menu .mega-group-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.partners-mega-menu .mega-group-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.partners-mega-menu .mega-menu-content{
  gap:11px;
}
.partner-logo-carousel{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025)),
    radial-gradient(circle at 0% 0%,rgba(143,33,71,.18),transparent 42%),
    radial-gradient(circle at 100% 100%,rgba(80,109,145,.14),transparent 48%);
}
.partner-logo-carousel::before,
.partner-logo-carousel::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  z-index:2;
  width:54px;
  pointer-events:none;
  transition:opacity .18s ease;
}
.partner-logo-carousel::before{
  left:0;
  background:linear-gradient(90deg,rgba(15,25,43,.94),rgba(15,25,43,0));
}
.partner-logo-carousel::after{
  right:0;
  background:linear-gradient(270deg,rgba(15,25,43,.94),rgba(15,25,43,0));
}
.partner-logo-carousel.is-at-start::before,
.partner-logo-carousel.is-at-end::after{
  opacity:0;
}
.partner-logo-showcase{
  display:grid;
  grid-auto-flow:column;
  grid-template-rows:repeat(3,58px);
  grid-auto-columns:144px;
  gap:8px;
  min-width:0;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  padding:10px 46px 11px;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
}
.partner-logo-showcase::-webkit-scrollbar{
  display:none;
}
.partner-showcase-logo{
  box-sizing:border-box;
  height:58px;
  min-height:58px;
  padding:9px 13px;
  border-radius:11px;
  background:linear-gradient(145deg,#fff,#edf3f8);
  box-shadow:0 12px 24px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.86);
  scroll-snap-align:start;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.partner-showcase-logo:hover,
.partner-showcase-logo:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 16px 28px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.9);
  filter:saturate(1.05);
}
.partner-showcase-logo img{
  max-width:96%;
  max-height:34px;
}
.partner-logo-nav{
  position:absolute;
  top:50%;
  z-index:4;
  display:grid;
  place-items:center;
  width:34px;
  height:52px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:linear-gradient(145deg,rgba(46,59,82,.92),rgba(21,31,50,.88));
  color:#fff;
  font-size:25px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
  box-shadow:0 14px 28px rgba(0,0,0,.24);
  transition:opacity .18s ease,background .18s ease,transform .18s ease;
}
.partner-logo-nav:hover,
.partner-logo-nav:focus-visible{
  background:linear-gradient(145deg,rgba(153,36,78,.94),rgba(86,45,75,.92));
  transform:translateY(-50%) scale(1.03);
}
.partner-logo-nav:disabled{
  opacity:.34;
  cursor:default;
  transform:translateY(-50%);
}
.partner-logo-nav-prev{
  left:8px;
}
.partner-logo-nav-next{
  right:8px;
}
.partner-filter-card-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.partner-filter-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:82px;
  padding:12px 13px 11px 14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-left:2px solid rgba(196,55,102,.72);
  border-radius:12px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.072),rgba(255,255,255,.028)),
    radial-gradient(circle at 100% 0%,rgba(80,109,145,.13),transparent 45%);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.partner-filter-card:hover,
.partner-filter-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(196,55,102,.42);
  border-left-color:rgba(214,77,123,.86);
  background:
    linear-gradient(145deg,rgba(196,55,102,.16),rgba(255,255,255,.04)),
    radial-gradient(circle at 100% 0%,rgba(80,109,145,.17),transparent 45%);
}
.partner-filter-card::after{
  content:"";
  position:absolute;
  inset:auto 10px 9px auto;
  width:46px;
  height:46px;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),transparent);
  opacity:.32;
  transform:rotate(12deg);
  pointer-events:none;
}
.partner-filter-card b{
  position:relative;
  z-index:1;
  color:#fff;
  font-size:13.5px;
  line-height:1.12;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.partner-filter-card .mega-group-card-meta{
  position:relative;
  z-index:1;
  margin-bottom:7px;
  padding:3px 7px;
  font-size:9px;
}
.partner-filter-card .mega-group-card-examples{
  position:relative;
  z-index:1;
  margin-top:auto;
  padding-top:8px;
  color:#f1d1dc;
  font-size:10px;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.vendors-mega-menu .vendor-scope-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:124px!important;
  padding:15px 16px 14px 18px;
  overflow:hidden;
  border-left:2px solid rgba(196,55,102,.72);
  background:
    linear-gradient(145deg,rgba(255,255,255,.078),rgba(255,255,255,.026)),
    radial-gradient(circle at 100% 0%,rgba(80,109,145,.16),transparent 44%);
}
.partners-mega-menu .partner-scope-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:126px!important;
  padding:15px 16px 14px 18px;
  overflow:hidden;
  border-left:2px solid rgba(196,55,102,.72);
  background:
    linear-gradient(145deg,rgba(255,255,255,.078),rgba(255,255,255,.026)),
    radial-gradient(circle at 100% 0%,rgba(80,109,145,.16),transparent 44%);
}
.vendors-mega-menu .vendor-scope-card::after{
  content:"";
  position:absolute;
  inset:auto 14px 12px auto;
  width:74px;
  height:74px;
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),transparent);
  opacity:.42;
  transform:rotate(12deg);
  pointer-events:none;
}
.partners-mega-menu .partner-scope-card::after{
  content:"";
  position:absolute;
  inset:auto 12px 12px auto;
  width:68px;
  height:68px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),transparent);
  opacity:.38;
  transform:rotate(12deg);
  pointer-events:none;
}
.mega-group-card-meta{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:10px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.055);
  color:#f0adc4;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.vendors-mega-menu .vendor-scope-card b{
  position:relative;
  z-index:1;
  font-size:16px;
  line-height:1.14;
}
.partners-mega-menu .partner-scope-card b{
  position:relative;
  z-index:1;
  font-size:16px;
  line-height:1.14;
}
.vendors-mega-menu .vendor-scope-card small{
  position:relative;
  z-index:1;
  max-width:92%;
  margin-top:8px;
  line-height:1.35;
}
.partners-mega-menu .partner-scope-card small{
  position:relative;
  z-index:1;
  max-width:96%;
  margin-top:8px;
  color:#b4c5d9;
  line-height:1.35;
}
.mega-group-card-examples{
  position:relative;
  z-index:1;
  display:block;
  margin-top:auto;
  padding-top:12px;
  color:#d9e4f4;
  font-size:11px;
  line-height:1.25;
  font-weight:850;
  opacity:.92;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.partners-mega-menu .mega-group-card-examples{
  color:#f1d1dc;
}
.mega-menu-content{
  min-width:0;
  display:grid;
  gap:12px;
}
.mega-group-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.mega-group-card{
  min-height:88px;
  padding:15px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.032));
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.mega-group-card:hover,
.mega-group-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(196,55,102,.42);
  background:linear-gradient(145deg,rgba(196,55,102,.18),rgba(255,255,255,.045));
}
.mega-group-card b{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.15;
  font-weight:950;
}
.mega-group-card small{
  display:block;
  margin-top:8px;
  color:#aebfd4;
  font-size:12px;
  line-height:1.35;
}
.mega-logo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.mega-logo-card{
  display:grid;
  place-items:center;
  align-content:center;
  min-width:0;
  height:74px;
  padding:12px 16px;
  border:1px solid rgba(15,25,41,.08);
  border-radius:12px;
  background:linear-gradient(145deg,#fff,#eef3f9);
  box-shadow:0 13px 28px rgba(0,0,0,.16);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.mega-logo-card:hover,
.mega-logo-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(196,55,102,.32);
  box-shadow:0 18px 34px rgba(0,0,0,.24);
}
.mega-logo-card img{
  display:block;
  width:auto;
  max-width:94%;
  height:auto;
  max-height:46px;
  object-fit:contain;
}
.mega-logo-card span{
  display:none;
}
.mega-partner-logo-card img{
  max-height:42px;
}
.mega-logo-card.partner-showcase-logo{
  height:58px;
  min-height:58px;
  padding:9px 13px;
}
.mega-logo-card.partner-showcase-logo img{
  max-height:34px;
}
.mega-advantage-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.mega-advantage-card{
  min-height:78px;
  padding:14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:
    linear-gradient(145deg,rgba(196,55,102,.13),rgba(255,255,255,.04));
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.mega-advantage-card:hover,
.mega-advantage-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(196,55,102,.42);
  background:linear-gradient(145deg,rgba(196,55,102,.2),rgba(255,255,255,.05));
}
.mega-advantage-card b{
  display:block;
  color:#fff;
  font-size:13px;
  line-height:1.15;
  font-weight:950;
}
.mega-advantage-card small{
  display:block;
  margin-top:7px;
  color:#b4c5d9;
  font-size:11px;
  line-height:1.34;
}
.mega-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:12px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:13px;
  background:rgba(255,255,255,.045);
}
.mega-pill{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:#f2f7ff;
  font-size:12px;
  font-weight:850;
  line-height:1;
  background:rgba(255,255,255,.055);
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.mega-pill:hover,
.mega-pill:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(196,55,102,.46);
  background:rgba(196,55,102,.2);
}
@media(max-width:1080px){
  .page{
    padding-top:76px!important;
  }
  .mega-menu{
    display:none!important;
  }
  .main-nav a.has-mega-menu:before{
    display:none!important;
  }
}
@media(min-width:1081px) and (max-width:1180px){
  .mega-menu-shell{
    grid-template-columns:240px minmax(0,1fr);
    gap:14px;
    padding:16px;
  }
  .mega-direction-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .mega-logo-grid,
  .mega-advantage-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .partner-logo-showcase{
    grid-auto-columns:142px;
    padding-inline:42px;
  }
  .partner-filter-card-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .page{
    padding-top:70px!important;
  }
}

/* PNP home about chips: prevent clipped labels in narrow bottom card */
.home-about-sales .about-sales-points{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  margin-top:18px!important;
}
.home-about-sales .about-sales-points span{
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  align-content:center!important;
  column-gap:10px!important;
  row-gap:2px!important;
  min-height:56px!important;
  height:auto!important;
  padding:11px 14px!important;
  overflow:visible!important;
  border-radius:13px!important;
}
.home-about-sales .about-sales-points span:before{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  margin:0!important;
}
.home-about-sales .about-sales-points span b,
.home-about-sales .about-sales-points span small{
  grid-column:2!important;
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.home-about-sales .about-sales-points span b{
  font-size:13px!important;
  line-height:1.18!important;
  font-weight:850!important;
}
.home-about-sales .about-sales-points span small{
  font-size:12px!important;
  line-height:1.2!important;
}

/* PNP catalog CTA benefits: calm readable rows instead of narrow text columns */
.catalog-cta-benefits{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
}
.catalog-cta-benefits .feature-mini{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  min-height:72px!important;
  padding:15px 18px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;
  box-shadow:0 12px 34px rgba(0,0,0,.14)!important;
}
.catalog-cta-benefits .feature-mini i{
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
  flex:0 0 auto!important;
}
.catalog-cta-benefits .feature-mini span{
  display:block!important;
  min-width:0!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.32!important;
  letter-spacing:0!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  text-wrap:balance;
}
@media(max-width:680px){
  .catalog-cta-benefits .feature-mini{
    grid-template-columns:40px minmax(0,1fr)!important;
    min-height:68px!important;
    padding:14px 15px!important;
  }
  .catalog-cta-benefits .feature-mini i{
    width:40px!important;
    height:40px!important;
  }
  .catalog-cta-benefits .feature-mini span{
    font-size:14px!important;
    line-height:1.35!important;
  }
}

/* PNP request form release fix: anchor offset and stable field rhythm */
#request-form{
  display:flex!important;
  flex-direction:column!important;
  gap:20px!important;
  scroll-margin-top:104px!important;
}
#request-form:before{
  z-index:0!important;
}
#request-form>*{
  position:relative!important;
  z-index:1!important;
}
#request-form h2{
  margin:0!important;
  padding:0 0 2px!important;
  line-height:1.08!important;
}
#request-form .form{
  display:grid!important;
  gap:16px!important;
  margin:0!important;
}
#request-form .form-row{
  gap:16px!important;
  min-width:0!important;
}
#request-form .field{
  gap:8px!important;
  min-width:0!important;
}
#request-form .field label{
  display:block!important;
  margin:0!important;
  line-height:1.25!important;
}
#request-form .hidden-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
}
#request-form input,
#request-form select,
#request-form textarea{
  min-width:0!important;
}
#request-form .btn[type="submit"]{
  justify-self:start!important;
  width:auto!important;
  min-height:48px!important;
  margin-top:2px!important;
  white-space:normal!important;
  text-align:center!important;
}
#request-form .file-field{
  margin-top:0!important;
  padding-top:18px!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
}
#request-form .file-field .upload-box{
  display:block!important;
  margin-top:0!important;
  cursor:pointer!important;
  user-select:none!important;
  transition:border-color .18s ease,background .18s ease,transform .18s ease!important;
}
#request-form .file-field .upload-box:hover{
  border-color:rgba(255,255,255,.32)!important;
  background:rgba(255,255,255,.08)!important;
  transform:translateY(-1px)!important;
}
#request-form .file-field .upload-box span{
  display:block!important;
  color:#fff!important;
  font-weight:850!important;
  line-height:1.35!important;
}
#request-form .file-field .upload-box small{
  display:block!important;
  margin-top:6px!important;
  color:rgba(244,247,251,.62)!important;
  font-size:12px!important;
  line-height:1.35!important;
}
#request-form .file-input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  opacity:0!important;
  overflow:hidden!important;
}
#request-form .btn[disabled]{
  opacity:.72!important;
  cursor:progress!important;
  transform:none!important;
}
#request-form .form-status{
  min-height:22px!important;
  margin:0!important;
  color:var(--muted)!important;
  font-size:14px!important;
  line-height:1.45!important;
}
#request-form .form-status.success{
  color:#aee7c4!important;
}
#request-form .form.has-ai-draft textarea,
#request-form .form.has-ai-draft select,
#request-form .form.has-ai-draft input#object{
  border-color:rgba(214,168,185,.46)!important;
  box-shadow:0 0 0 3px rgba(109,32,57,.12)!important;
}
#request-form .form-status.error{
  color:#ffb6c9!important;
}
#request-form .catalog-return-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  width:max-content!important;
  max-width:100%!important;
  margin-top:8px!important;
  padding:9px 11px!important;
  border:1px solid rgba(214,168,185,.28)!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,rgba(157,46,84,.18),rgba(255,255,255,.045))!important;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
#request-form .catalog-return-link[hidden]{
  display:none!important;
}
#request-form .catalog-return-link span{
  color:#f1a5c0!important;
  font-weight:950!important;
}
#request-form .catalog-return-link b{
  font-size:13px!important;
  line-height:1.2!important;
}
#request-form .catalog-return-link small{
  color:rgba(244,247,251,.62)!important;
  font-size:12px!important;
  line-height:1.2!important;
}
#request-form .form-assurance{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:2px!important;
}
#request-form .form-assurance span{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  min-width:0!important;
  padding:13px 14px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.045)!important;
}
#request-form .form-assurance b{
  color:#fff!important;
  font-size:13px!important;
  line-height:1.2!important;
}
#request-form .form-assurance small{
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1.35!important;
}
#request-form .form-consent{
  margin:0!important;
  color:rgba(244,247,251,.58)!important;
  font-size:12px!important;
  line-height:1.45!important;
}
#request-form .form-consent-check{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  margin-top:2px!important;
  color:rgba(244,247,251,.70)!important;
}
#request-form .form-consent-check input{
  width:17px!important;
  min-width:17px!important;
  height:17px!important;
  margin:1px 0 0!important;
  accent-color:var(--accent2)!important;
}
#request-form .form-consent-check span{
  display:block!important;
  min-width:0!important;
}
#request-form .form-consent-check a,
.footer-legal-links a{
  color:#f1a5c0!important;
  text-decoration:none!important;
}
#request-form .form-consent-check a:hover,
.footer-legal-links a:hover{
  color:#fff!important;
}
.footer-legal-links{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  color:rgba(244,247,251,.62)!important;
}
.legal-page{
  padding-top:38px!important;
}
.legal-card{
  max-width:940px!important;
  margin:0 auto!important;
}
.legal-card h1{
  font-size:clamp(34px,4.8vw,58px)!important;
  letter-spacing:-.04em!important;
  margin-bottom:18px!important;
}
.legal-card h2{
  font-size:22px!important;
  letter-spacing:0!important;
  margin:30px 0 12px!important;
}
.legal-card p,
.legal-card li{
  color:var(--muted)!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.legal-card ul{
  margin:10px 0 0!important;
  padding-left:22px!important;
}
.legal-card .eyebrow{
  margin-bottom:14px!important;
}
.legal-updated{
  display:inline-flex!important;
  margin:6px 0 22px!important;
  padding:8px 12px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:999px!important;
  color:#f3d8e4!important;
  background:rgba(143,33,71,.22)!important;
  font-size:12px!important;
  font-weight:900!important;
}
@media(max-width:680px){
  #request-form{
    gap:18px!important;
    scroll-margin-top:86px!important;
  }
  #request-form .form{
    gap:14px!important;
  }
  #request-form .form-row{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  #request-form .btn[type="submit"]{
    justify-self:stretch!important;
    width:100%!important;
  }
  #request-form .file-field{
    padding-top:16px!important;
  }
  #request-form .form-assurance{
    grid-template-columns:1fr!important;
  }
}

/* PNP production visual QA: end-of-file mobile cascade guard */
@media(max-width:680px){
  .hero>.container{
    min-width:0!important;
    width:calc(100% - 26px)!important;
    max-width:calc(100% - 26px)!important;
  }
  .hero h1,
  .vendors-hero h1,
  .partner-hero-v11 h1,
  .solution-detail-hero h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(34px,9.4vw,38px)!important;
    line-height:1.06!important;
    overflow-wrap:break-word!important;
  }
  .hero-actions .btn{
    width:100%!important;
    min-width:0!important;
  }
  .vendor-hero-features,
  .partner-hero-features{
    grid-template-columns:1fr!important;
    max-width:100%!important;
  }
}

/* PNP production readiness: clickable targets and non-obscuring mobile CTA */
.main-nav a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
}
.main-nav a.active:after{
  bottom:-15px;
}
.footer a{
  display:inline-flex;
  align-items:center;
  min-height:28px;
}
@media(max-width:680px){
  body{
    padding-bottom:0!important;
  }
  .mobile-call{
    position:static!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    z-index:auto!important;
    margin:18px 13px 13px!important;
    padding-bottom:env(safe-area-inset-bottom,0px);
  }
}

/* PNP production visual QA: final mobile release safeguards */
@media(max-width:680px){
  .container{
    width:calc(100% - 26px)!important;
    max-width:calc(100% - 26px)!important;
  }
  .hero h1,
  .hero-v13 h1,
  .vendors-hero h1,
  .about-hero-v13 h1,
  .solution-detail-hero h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(34px,9.4vw,38px)!important;
    line-height:1.06!important;
    letter-spacing:-.035em!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
  .hero-actions{
    width:100%!important;
  }
  .hero-actions .btn{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .partner-hero-features{
    display:grid!important;
    grid-template-columns:1fr!important;
    max-width:100%!important;
  }
  .partner-hero-features .feature-mini{
    min-height:auto!important;
    border-right:0!important;
    border-bottom:1px solid var(--line)!important;
  }
  .partner-hero-features .feature-mini:last-child{
    border-bottom:0!important;
  }
}

/* Solution detail summary: passport strip, 2026-05-31 */
.solution-detail-summary{
  display:flex!important;
  align-items:stretch!important;
  gap:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:18px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.035)),
    radial-gradient(circle at 8% 20%,rgba(196,55,102,.16),transparent 32%)!important;
  box-shadow:0 18px 54px rgba(0,0,0,.22)!important;
  overflow:hidden!important;
}
.solution-detail-summary:before{
  content:"Паспорт направления";
  flex:0 0 245px;
  display:flex;
  align-items:center;
  padding:20px 24px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  background:linear-gradient(135deg,rgba(143,33,71,.34),rgba(5,15,27,.18));
  border-right:1px solid rgba(255,255,255,.10);
}
.solution-detail-summary article{
  flex:1 1 0!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:20px 22px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
  border-radius:0!important;
  background:transparent!important;
}
.solution-detail-summary article:last-child{
  border-right:0!important;
}
.solution-detail-summary article:before{
  content:none!important;
}
.solution-detail-summary b{
  flex:0 0 auto!important;
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:26px!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
}
.solution-detail-summary span{
  color:#c9d5e5!important;
  font-size:13px!important;
  line-height:1.35!important;
}
@media(max-width:1080px){
  .solution-detail-summary{
    flex-wrap:wrap!important;
  }
  .solution-detail-summary:before{
    flex:1 0 100%;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.10);
    padding:18px 20px;
  }
  .solution-detail-summary article{
    flex-basis:33.333%!important;
  }
}
@media(max-width:680px){
  .solution-detail-summary{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .solution-detail-summary:before,
  .solution-detail-summary article{
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
  }
  .solution-detail-summary article{
    padding:18px 20px!important;
  }
  .solution-detail-summary article:last-child{
    border-bottom:0!important;
  }
}

/* Hero rail spacing polish, 2026-05-31 */
.hero{
  --hero-copy-offset:58px;
}
.hero>.container{
  padding-left:var(--hero-copy-offset);
}
@media(max-width:1080px){
  .hero{
    --hero-copy-offset:44px;
  }
}
@media(max-width:680px){
  .hero{
    --hero-copy-offset:12px;
  }
  .hero>.container{
    padding-left:var(--hero-copy-offset);
  }
  .hero .vertical-accent{
    left:0!important;
    width:8px!important;
  }
}

.solution-return-row{
  display:flex;
  justify-content:flex-end;
  margin-top:-22px;
}
.solution-return-row .btn{
  min-height:42px;
}
.solution-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
  align-items:center;
}
@media(max-width:680px){
  .solution-return-row{
    justify-content:stretch;
    margin-top:-12px;
  }
  .solution-return-row .btn,
  .solution-cta-actions .btn{
    width:100%;
  }
  .solution-cta-actions{
    width:100%;
    justify-content:stretch;
  }
}
.vendor-filter-card{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.vendor-filter-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.vendor-filter-tab{
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#e6eef9;
  padding:9px 12px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  transition:.18s ease;
}
.vendor-filter-tab:hover,
.vendor-filter-tab.active{
  border-color:rgba(196,55,102,.42);
  background:rgba(196,55,102,.18);
  color:#fff;
}
.vendor-filter-panels{
  min-height:168px;
}
.vendor-filter-panel{
  display:none;
}
.vendor-filter-panel.active{
  display:block;
}
.vendor-filter-head{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom:12px;
}
.vendor-filter-head b{
  font-size:19px;
}
.vendor-filter-head span{
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.vendor-filter-card .detail-brands{
  max-height:240px;
  overflow:auto;
  padding-right:4px;
}
.vendor-filter-card .link-more{
  margin-top:auto;
}

/* PNP vendors: visible photo background under approved card layout */
.vendor-direction-card{
  isolation:isolate;
  background:#071427!important;
  position:relative!important;
}
.vendor-direction-card::before{
  display:none!important;
  content:none!important;
}
.vendor-direction-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(5,15,27,.86) 0%,rgba(5,15,27,.60) 52%,rgba(5,15,27,.12) 100%),
    linear-gradient(180deg,rgba(5,15,27,.08),rgba(5,15,27,.72));
  pointer-events:none;
}
.vendor-direction-photo-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  filter:saturate(1.05) contrast(1.08) brightness(.98)!important;
  transform:scale(1.01);
}
.vendor-direction-card > *{
  position:relative;
  z-index:2;
}
.vendor-direction-card > .vendor-direction-photo-bg{
  position:absolute!important;
  z-index:0!important;
}

/* PNP vendors: direction photocards like approved collage reference */
.vendor-direction-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.vendor-direction-card{
  min-height:226px!important;
  padding:16px!important;
  border-radius:10px!important;
  justify-content:flex-start;
  background:
    linear-gradient(90deg,rgba(4,13,24,.96) 0%,rgba(5,15,27,.86) 42%,rgba(5,15,27,.34) 100%),
    linear-gradient(180deg,rgba(5,15,27,.18),rgba(5,15,27,.78)),
    var(--direction-photo)!important;
  background-size:cover!important;
  background-position:center!important;
  border-color:rgba(180,203,231,.34)!important;
}
.vendor-direction-head{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-height:74px;
}
.vendor-direction-head i{
  width:58px!important;
  height:58px!important;
  border-radius:4px!important;
  display:block!important;
  overflow:hidden;
  background:#8f2147!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 14px 24px rgba(0,0,0,.24);
}
.vendor-direction-head i img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.vendor-direction-head h3{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(21px,1.55vw,27px)!important;
  line-height:1.2!important;
  letter-spacing:-.015em!important;
  text-shadow:0 3px 12px rgba(0,0,0,.55);
}
.vendor-direction-card .vendor-brands.mini{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  padding-top:14px!important;
}
.vendor-direction-card .vendor-brands.mini .vendor-chip{
  width:auto!important;
  max-width:128px!important;
  padding:7px 12px!important;
  border-radius:7px!important;
  background:rgba(5,15,27,.70)!important;
  border-color:rgba(210,226,244,.30)!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1.05!important;
}
.vendor-direction-card .link-more{
  margin-top:auto!important;
  min-height:0!important;
  padding:16px 0 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#ff6f98!important;
  border-bottom:2px solid #ff356d!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:.01em;
  backdrop-filter:none!important;
}
.vendor-direction-card .link-more:hover{
  color:#ffd3df!important;
}
@media(max-width:1080px){
  .vendor-direction-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .vendor-direction-grid{grid-template-columns:1fr!important}
  .vendor-direction-card{min-height:220px!important}
}

/* PNP vendors rollback: keep compact approved cells, only generated mini icon remains */
.vendor-direction-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
.vendor-direction-card{
  min-height:0!important;
  border-radius:12px!important;
  padding:16px!important;
  gap:10px!important;
  justify-content:flex-start;
  background:
    linear-gradient(180deg,rgba(5,15,27,.78),rgba(5,15,27,.94)),
    linear-gradient(90deg,rgba(143,33,71,.24),rgba(5,15,27,.35)),
    var(--direction-photo)!important;
  background-size:cover!important;
  background-position:center!important;
  box-shadow:0 14px 34px rgba(0,0,0,.18)!important;
  border-color:var(--line)!important;
}
.vendor-direction-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.vendor-direction-top i{
  width:44px!important;
  height:44px!important;
  border-radius:10px!important;
  display:block!important;
  overflow:hidden!important;
  background:rgba(3,12,23,.68)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:none!important;
}
.vendor-direction-top i img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
}
.vendor-direction-top span{
  text-align:right!important;
  line-height:1.35!important;
  color:#dce7f5!important;
  font-size:12px!important;
  font-weight:850!important;
  text-shadow:0 1px 2px rgba(0,0,0,.34)!important;
}
.vendor-direction-head{
  display:contents!important;
}
.vendor-direction-card h3{
  margin:0!important;
  color:#fff!important;
  font-size:19px!important;
  line-height:1.15!important;
  letter-spacing:-.015em!important;
  text-shadow:0 2px 8px rgba(0,0,0,.45)!important;
}
.vendor-direction-card p{
  display:block!important;
  margin:0!important;
  font-size:13px!important;
  line-height:1.42!important;
  color:#d6e2f0!important;
  text-shadow:0 1px 2px rgba(0,0,0,.28)!important;
}
.direction-position-list{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
}
.direction-position-list b{
  border-radius:8px!important;
  background:rgba(3,12,23,.58)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:#f0f5ff!important;
  font-size:11px!important;
  padding:7px 10px!important;
  backdrop-filter:blur(6px);
}
.vendor-direction-card .vendor-brands.mini{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  max-height:none!important;
  padding-top:2px!important;
}
.vendor-direction-card .vendor-brands.mini .vendor-chip{
  width:100%!important;
  max-width:100%!important;
  border-radius:8px!important;
  padding:7px 9px!important;
  background:rgba(3,12,23,.62)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:#fff!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  backdrop-filter:blur(6px);
}
.vendor-direction-card .link-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  margin-top:auto!important;
  min-height:38px!important;
  padding:9px 13px!important;
  border-radius:10px!important;
  border:1px solid rgba(196,55,102,.34)!important;
  background:rgba(196,55,102,.12)!important;
  color:#ffd7e3!important;
  font-weight:900!important;
  text-decoration:none!important;
  backdrop-filter:blur(6px)!important;
}
@media(max-width:1280px){
  .vendor-direction-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .vendor-direction-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .vendor-direction-grid{grid-template-columns:1fr!important}
}

/* PNP vendor rows: compact brand lists without logo noise */
#vendorRows .vendor-row{
  overflow:hidden;
  min-width:0;
}
#vendorRowsSection{
  scroll-margin-top:98px;
}
#vendorRows .vendor-brands{
  display:block!important;
  min-width:0!important;
}
#vendorRows .vendor-meta,
#vendorRows .vendor-meta span,
#vendorRows .vendor-meta b,
#vendorRows .vendor-meta small{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}
#vendorRows .vendor-meta span{
  white-space:normal;
  line-height:1.25;
}
#vendorRows .vendor-brand-list{
  display:grid;
  gap:11px;
  min-width:0;
}
#vendorRows .vendor-brand-list-items{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:8px;
  max-height:126px;
  overflow:hidden;
}
#vendorRows .vendor-brand-list.is-expanded .vendor-brand-list-items{
  max-height:none;
  overflow:visible;
}
#vendorRows .vendor-brand-list.is-collapsible:not(.is-expanded) .vendor-brand-list-items:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:38px;
  background:linear-gradient(180deg,rgba(25,46,76,0),rgba(25,46,76,.98));
  pointer-events:none;
}
#vendorRows .vendor-chip,
#vendorRows .vendor-chip.vendor-chip-text{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:min(100%,360px)!important;
  min-height:30px!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  border:1px solid rgba(210,226,244,.16)!important;
  background:rgba(255,255,255,.055)!important;
  color:#eef4ff!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.2!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
#vendorRows .vendor-chip img,
#vendorRows .vendor-chip-logo img{
  display:none!important;
}
#vendorRows .vendor-chip-logo b{
  display:inline!important;
  font:inherit!important;
}
#vendorRows .vendor-brand-toggle{
  justify-self:start;
  appearance:none;
  border:1px solid rgba(196,55,102,.40);
  border-radius:999px;
  background:rgba(196,55,102,.15);
  color:#ffd7e4;
  min-height:38px;
  padding:9px 14px;
  font:inherit;
  font-size:12px;
  font-weight:950;
  cursor:pointer;
  transition:.18s ease;
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}
#vendorRows .vendor-brand-toggle:hover{
  transform:translateY(-1px);
  background:rgba(196,55,102,.24);
  border-color:rgba(196,55,102,.58);
}
#vendorRows .vendor-brand-toggle-top{
  display:none;
  margin-bottom:2px;
}
#vendorRows .vendor-brand-list.is-expanded .vendor-brand-toggle-top{
  display:inline-flex;
}
#vendorRows .vendor-brand-list.is-expanded .vendor-brand-toggle-bottom{
  margin-top:2px;
}
@media(max-width:620px){
  #vendorRows .vendor-brand-list-items{
    max-height:150px;
  }
  #vendorRows .vendor-chip,
  #vendorRows .vendor-chip.vendor-chip-text{
    width:100%!important;
    max-width:100%!important;
    border-radius:10px!important;
  }
}

/* PNP vendor MVP: catalog-level manufacturer filters */
.vendor-toolbar.vendor-toolbar-main{
  grid-template-columns:minmax(260px,1.4fr) repeat(4,minmax(160px,.75fr))!important;
  align-items:end!important;
  gap:12px!important;
}
.vendor-toolbar-main .vendor-search-field{
  min-width:260px;
}
.vendor-toolbar-main .vendor-count{
  grid-column:1/-1!important;
  min-height:22px;
}
.vendor-toolbar-main select,
.vendor-toolbar-main input{
  min-height:48px;
}
.home-vendor-logo-carousel{
  border-color:rgba(196,55,102,.20);
  background:
    linear-gradient(145deg,rgba(255,255,255,.072),rgba(255,255,255,.026)),
    radial-gradient(circle at 0% 0%,rgba(196,55,102,.16),transparent 34%),
    radial-gradient(circle at 100% 100%,rgba(70,98,135,.16),transparent 42%);
}
@media(max-width:1180px){
  .vendor-toolbar.vendor-toolbar-main{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .vendor-toolbar-main .vendor-search-field{
    grid-column:1/-1;
  }
}
@media(max-width:620px){
  .vendor-toolbar.vendor-toolbar-main{
    grid-template-columns:1fr!important;
  }
  .vendor-toolbar-main .vendor-search-field{
    min-width:0;
  }
}

/* PNP text quality baseline: no broken words in presentation UI */
.main-nav a,
.btn,
.link-more,
.feature-mini span,
.mega-menu-intro strong,
.mega-menu-intro p,
.mega-menu-actions .btn,
.mega-direction-copy b,
.mega-group-card b,
.mega-group-card small,
.mega-advantage-card b,
.mega-advantage-card small,
.vendor-master-copy h2,
.vendor-master-copy p,
.section-head h2{
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
h1,
h2,
h3,
.section-head h2,
.mega-menu-intro strong,
.vendor-master-copy h2{
  text-wrap:balance;
}
p,
.hero-subtitle,
.section-lead,
.mega-menu-intro p,
.vendor-master-copy p{
  text-wrap:pretty;
}
.btn,
.link-more,
.mega-menu-actions .btn,
.vendor-master-copy h2,
.mega-direction-copy b{
  white-space:nowrap;
}
.vendor-master-card{
  grid-template-columns:minmax(365px,.82fr) minmax(0,1.18fr)!important;
}
.vendor-master-copy h2{
  font-size:clamp(34px,4.3vw,58px)!important;
  line-height:.98!important;
  max-width:100%!important;
}
.vendor-hero-features .feature-mini{
  gap:12px!important;
  padding-inline:18px!important;
}
.vendor-hero-features .feature-mini span{
  font-size:12.5px!important;
  line-height:1.28!important;
}
.hero-features .feature-mini span{
  white-space:nowrap;
}
.mega-menu-actions{
  align-items:flex-start;
}
.mega-menu-actions .btn{
  flex:0 0 auto;
  min-width:max-content;
}
.vendors-mega-menu .mega-menu-shell-vendors{
  grid-template-columns:310px minmax(0,1fr);
}
.vendors-mega-menu .mega-menu-actions{
  width:100%;
  flex-direction:column;
  align-items:flex-start;
  flex-wrap:nowrap!important;
}
.vendors-mega-menu .mega-menu-actions .btn{
  width:auto!important;
  min-width:176px!important;
  height:38px!important;
  padding-inline:16px!important;
  white-space:nowrap!important;
}
.vendors-mega-menu .mega-menu-actions .btn.ghost{
  min-width:162px!important;
}
.mega-advantage-card{
  display:flex;
  flex-direction:column;
  min-height:108px!important;
}
.mega-advantage-card b{
  min-height:30px;
}
.mega-advantage-card small{
  margin-top:8px!important;
}
.mega-group-card{
  min-height:96px!important;
}
@media(max-width:1080px){
  .btn,
  .link-more,
  .vendor-master-copy h2,
  .mega-direction-copy b{
    white-space:normal;
  }
  .vendors-mega-menu .mega-menu-shell-vendors{
    grid-template-columns:1fr;
  }
  .vendors-mega-menu .mega-menu-actions{
    flex-wrap:nowrap!important;
  }
  .vendors-mega-menu .mega-menu-actions .btn{
    min-width:max-content!important;
  }
  .vendor-master-card{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:680px){
  .feature-mini span{
    overflow-wrap:normal!important;
    white-space:normal;
  }
  .vendor-hero-features .feature-mini span{
    font-size:13px!important;
  }
}

/* PNP production readiness: final interaction guard, keep at EOF */
.main-nav a{
  display:inline-flex!important;
  align-items:center!important;
  min-height:44px!important;
}
.main-nav a.active:after{
  bottom:-15px!important;
}
.footer a,
.contact-line a,
.link-more{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
}
@media(max-width:680px){
  body{
    padding-bottom:0!important;
  }
  .mobile-call{
    position:static!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    z-index:auto!important;
    margin:18px 13px 13px!important;
    padding-bottom:env(safe-area-inset-bottom,0px)!important;
  }
  .mobile-call .btn{
    min-height:48px!important;
  }
}

/* PNP header logo rail lock 2026-06-08:
   The clean old logo is centered by the middle PNP mark, while the burgundy rail stays a separate site element.
   Render-verified optical axis: central PNP mark aligns to the rail at 225 / 816 of image width. */
:root{
  --pnp-header-logo-width:220px;
  --pnp-header-logo-axis-shift:-40.19px;
  --pnp-site-rail-left:max(18px,calc((100vw - var(--max))/2));
  --pnp-site-rail-width:26px;
}
.topbar{
  isolation:isolate;
}
.topbar:before{
  content:"";
  position:absolute;
  left:var(--pnp-site-rail-left);
  top:0;
  bottom:-4px;
  width:var(--pnp-site-rail-width);
  background:var(--brand-burgundy,#6D2039);
  opacity:.98;
  pointer-events:none;
  z-index:0;
}
.topbar>.container{
  z-index:2;
}
.vertical-accent{
  left:var(--pnp-site-rail-left)!important;
  width:var(--pnp-site-rail-width)!important;
}
.brand-pnp-clean{
  min-width:224px!important;
  overflow:visible!important;
}
.brand-pnp-clean-img{
  width:var(--pnp-header-logo-width)!important;
  max-height:56px!important;
  transform:translateX(var(--pnp-header-logo-axis-shift))!important;
  transform-origin:left center!important;
}
@media(max-width:1180px){
  :root{
    --pnp-header-logo-width:198px;
    --pnp-header-logo-axis-shift:-34.10px;
  }
  .brand-pnp-clean{min-width:202px!important}
}
@media(max-width:860px){
  :root{
    --pnp-header-logo-width:172px;
    --pnp-header-logo-axis-shift:-26.77px;
  }
  .brand-pnp-clean{min-width:176px!important}
}
@media(max-width:680px){
  :root{
    --pnp-header-logo-width:144px;
    --pnp-header-logo-axis-shift:-48.67px;
    --pnp-site-rail-left:0px;
    --pnp-site-rail-width:8px;
  }
  .brand-pnp-clean{
    min-width:132px!important;
    max-width:150px!important;
  }
  .brand-pnp-clean-img{
    max-height:38px!important;
  }
}
@media(max-width:430px){
  :root{
    --pnp-header-logo-width:124px;
    --pnp-header-logo-axis-shift:-43.46px;
  }
  .brand-pnp-clean{
    min-width:116px!important;
    max-width:130px!important;
  }
  .brand-pnp-clean-img{
    max-height:34px!important;
  }
}

/* PNP AI chat production fix 2026-06-04: compact uploads, resize, manager handoff */
.ai-chat-widget.is-open{
  max-width:calc(100vw - 18px)!important;
}
.ai-chat-panel{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:min(330px,calc(100vw - 18px))!important;
  min-height:430px!important;
  overflow:hidden!important;
}
.ai-chat-size-toggle{
  flex:0 0 auto!important;
  width:30px!important;
  height:30px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:8px!important;
  display:grid!important;
  place-items:center!important;
  color:#f3d8e4!important;
  background:rgba(255,255,255,.055)!important;
  cursor:pointer!important;
  font:900 13px/1 var(--sans)!important;
}
.ai-chat-size-toggle:hover{
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
}
.ai-chat-resize-handle{
  position:absolute!important;
  left:10px!important;
  top:10px!important;
  width:30px!important;
  height:30px!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  cursor:nwse-resize!important;
  opacity:.74!important;
  z-index:5!important;
  touch-action:none!important;
}
.ai-chat-widget.is-resizing,
.ai-chat-widget.is-resizing *{
  user-select:none!important;
}
.ai-chat-resize-handle:before,
.ai-chat-resize-handle:after{
  content:""!important;
  position:absolute!important;
  left:9px!important;
  top:9px!important;
  width:11px!important;
  height:11px!important;
  border-left:1px solid rgba(255,255,255,.42)!important;
  border-top:1px solid rgba(255,255,255,.42)!important;
}
.ai-chat-resize-handle:after{
  left:14px!important;
  top:14px!important;
  width:7px!important;
  height:7px!important;
}
.ai-chat-file-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:7px!important;
  max-width:100%!important;
}
.ai-chat-file-row,
.ai-chat-file-row.ai-chat-file-row-pending,
.ai-chat-file-row-compact{
  width:100%!important;
  min-height:40px!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 22px!important;
  grid-template-rows:none!important;
  align-items:center!important;
  gap:9px!important;
  padding:6px 7px!important;
  border-radius:10px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  color:#fff!important;
  background:rgba(255,255,255,.07)!important;
  box-shadow:none!important;
}
.ai-chat-file-row-compact{
  grid-template-columns:30px minmax(0,1fr)!important;
  min-height:36px!important;
  padding:5px 7px!important;
  background:rgba(5,14,27,.28)!important;
}
.ai-chat-file-row.is-loading{
  border-color:rgba(214,168,185,.35)!important;
}
.ai-chat-file-row.is-error{
  border-color:rgba(255,122,122,.52)!important;
  background:rgba(116,28,38,.32)!important;
}
.ai-chat-file-thumb{
  width:30px!important;
  height:30px!important;
  border-radius:8px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.055))!important;
  color:#fff!important;
  font:1000 9px/1 var(--sans)!important;
  letter-spacing:.02em!important;
}
.ai-chat-file-thumb img{
  display:none!important;
}
.ai-chat-file-meta{
  display:grid!important;
  gap:2px!important;
  min-width:0!important;
  color:#fff!important;
}
.ai-chat-file-meta b,
.ai-chat-file-meta small{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.ai-chat-file-meta b{
  color:rgba(255,255,255,.94)!important;
  font-size:11.5px!important;
  line-height:1.1!important;
}
.ai-chat-file-meta small{
  color:rgba(255,255,255,.58)!important;
  font-size:10px!important;
  line-height:1.1!important;
}
.ai-chat-file-remove{
  position:static!important;
  width:22px!important;
  height:22px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  padding:0!important;
  color:#fff!important;
  background:rgba(5,14,27,.55)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  font:900 13px/1 var(--sans)!important;
}
.ai-chat-message-files,
.ai-chat-lead-files{
  display:grid!important;
  gap:6px!important;
  margin-top:8px!important;
}
.ai-chat-lead-files{
  margin-top:0!important;
}
.ai-chat-consent{
  display:grid!important;
  grid-template-columns:16px minmax(0,1fr)!important;
  align-items:start!important;
  gap:9px!important;
  min-width:0!important;
  padding:2px 0!important;
}
.ai-chat-consent input{
  width:16px!important;
  min-width:16px!important;
  height:16px!important;
  min-height:16px!important;
  padding:0!important;
  margin:0!important;
  transform:translateY(1px)!important;
}
.ai-chat-consent span{
  display:block!important;
  min-width:0!important;
  color:rgba(255,255,255,.76)!important;
  font:800 11.5px/1.35 var(--sans)!important;
}
.ai-chat-messages{
  flex:1 1 auto!important;
  min-height:130px!important;
  max-height:none!important;
  overflow:auto!important;
}
.ai-chat-form,
.ai-chat-quick,
.ai-chat-note,
.ai-chat-contact-form,
.ai-chat-head{
  flex:0 0 auto!important;
}
.ai-chat-lead-editor{
  display:grid!important;
  gap:8px!important;
  margin-top:10px!important;
  padding:10px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:12px!important;
  background:rgba(0,0,0,.16)!important;
}
.ai-chat-lead-editor[hidden]{
  display:none!important;
}
.ai-chat-lead-editor label{
  color:rgba(255,255,255,.72)!important;
  font:900 10px/1.25 var(--sans)!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.ai-chat-lead-editor textarea{
  width:100%!important;
  min-height:116px!important;
  resize:vertical!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  padding:10px!important;
  font:700 12px/1.45 var(--sans)!important;
  outline:none!important;
}
.ai-chat-lead-editor textarea:focus{
  border-color:rgba(214,168,185,.42)!important;
  box-shadow:0 0 0 3px rgba(160,43,84,.18)!important;
}
.ai-chat-lead-editor > div{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
.header-contact-dropdown{
  width:312px!important;
  padding:10px!important;
  border-radius:16px!important;
}
.header-contact-item{
  min-height:58px!important;
  align-items:center!important;
  border-radius:12px!important;
}
.header-contact-icon{
  align-self:center!important;
}
.header-contact-text b,
.header-contact-text small{
  display:block!important;
  max-width:100%!important;
}
.header-contact-text b{
  line-height:1.15!important;
}
.header-contact-text small{
  white-space:normal!important;
  line-height:1.25!important;
}
@media(max-width:680px){
  .ai-chat-panel{
    width:calc(100vw - 18px)!important;
    min-height:0!important;
  }
  .ai-chat-resize-handle,
  .ai-chat-size-toggle{
    display:none!important;
  }
}

/* PNP audit fix 2026-06-06: do not let later flex rules override hidden state */
.ai-chat-panel[hidden]{
  display:none!important;
}

/* PNP AI chat follow-up 2026-06-06: wider working size and editable compose */
.ai-chat-widget.is-open .ai-chat-panel{
  max-width:calc(100vw - 18px)!important;
  max-height:calc(100vh - 76px)!important;
}
.ai-chat-widget.is-open .ai-chat-panel{
  resize:both!important;
}
.ai-chat-form textarea{
  resize:vertical!important;
}

/* PNP Bitrix livechat hygiene 2026-06-18: AI collects contact, Bitrix is only live conversation */
.b24-widget-button-popup,
[data-b24-crm-hello-cont],
.b24-widget-button-popup-triangle,
[class*="crm-hello"],
[class*="widget-button-popup"],
.b24-widget-button-crmform,
[data-b24-crm-button-widget="crmform"],
[data-b24-crm-button-widget*="crmform"],
[data-b24-crm-button-widget*="crm_form"],
[data-b24-crm-button-widget*="form"]:not([data-b24-crm-button-widget*="openline"]),
.bx-imopenlines-form-wrapper,
[class*="imopenlines-form-wrapper"],
[class*="livechat-form-wrapper"],
[class*="crmform"]:not([class*="openline"]){
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.bx-livechat-help-user{
  display:none!important;
}
.pnp-bitrix-help-subtitle{
  margin:10px auto 0!important;
  max-width:320px!important;
  font:500 14px/1.45 var(--font-body, Arial, sans-serif)!important;
  color:rgba(38,54,76,.74)!important;
  text-align:center!important;
}
body.has-bitrix-livechat-open .ai-chat-panel,
body.has-bitrix-livechat-open .ai-chat-toggle,
body.has-bitrix-livechat-open .ai-messenger-dock{
  display:none!important;
}

/* PNP home main supply blocks 2026-06-17 */
.home-main-block-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:18px!important;
}
.home-main-block-card{
  grid-column:span 2;
  display:grid;
  grid-template-rows:178px 1fr;
  min-height:430px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.032)),
    radial-gradient(circle at 0 0,rgba(196,55,102,.16),transparent 40%);
  box-shadow:0 18px 54px rgba(0,0,0,.24);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.home-main-block-card.is-major{
  grid-column:span 3;
  grid-template-rows:218px 1fr;
}
.home-main-block-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,255,255,.30);
  box-shadow:0 30px 76px rgba(0,0,0,.34);
}
.home-main-block-card[data-home-block-href]{
  cursor:pointer;
}
.home-main-block-card[data-home-block-href]:focus-visible{
  outline:3px solid rgba(255,95,153,.92);
  outline-offset:4px;
  border-color:rgba(255,132,176,.82);
  box-shadow:0 0 0 6px rgba(211,52,108,.18),0 30px 76px rgba(0,0,0,.34);
}
.home-main-block-media{
  position:relative;
  display:block;
  min-width:0;
  overflow:hidden;
  background:#0a1628;
}
.home-main-block-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,13,24,.08),rgba(5,13,24,.46)),
    linear-gradient(90deg,rgba(143,33,71,.20),transparent 36%);
}
.home-main-block-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.94) contrast(1.05);
  transition:transform .26s ease;
}
.home-main-block-card:hover .home-main-block-media img{
  transform:scale(1.035);
}
.home-main-block-body{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:21px 20px 19px;
}
.home-main-block-body em{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin:0 0 12px;
  padding:5px 9px;
  border:1px solid rgba(196,55,102,.30);
  border-radius:999px;
  background:rgba(196,55,102,.12);
  color:#f0adc4;
  font-size:10px;
  font-style:normal;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.home-main-block-body h3{
  font-size:24px;
  line-height:1.08;
  margin:0 0 10px;
}
.home-main-block-card.is-major .home-main-block-body h3{
  font-size:28px;
}
.home-main-block-body p{
  margin:0 0 16px;
  color:#cfdae9;
  font-size:14px;
  line-height:1.52;
}
.home-main-block-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
  padding-top:2px;
}
.home-main-block-chips span{
  display:inline-flex;
  max-width:100%;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.065);
  color:#edf4ff;
  font-size:11px;
  font-weight:850;
  line-height:1.1;
  white-space:nowrap;
}
.home-main-block-card .category-actions{
  padding-top:17px;
}
@media(max-width:1080px){
  .home-main-block-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .home-main-block-card,
  .home-main-block-card.is-major{
    grid-column:span 1;
    grid-template-rows:188px 1fr;
    min-height:430px;
  }
}
@media(max-width:680px){
  .home-main-block-grid{
    grid-template-columns:1fr!important;
  }
  .home-main-block-card,
  .home-main-block-card.is-major{
    min-height:auto;
    grid-template-rows:188px auto;
  }
  .home-main-block-body h3,
  .home-main-block-card.is-major .home-main-block-body h3{
    font-size:23px;
  }
  .home-main-block-card .category-actions .btn.small,
  .home-main-block-card .category-actions .btn.ghost.small{
    width:100%;
  }
}

/* PNP homepage partner carousel 2026-06-17 */
.popular-logo-grid{
  display:block!important;
  grid-template-columns:none!important;
  grid-auto-rows:auto!important;
  gap:0!important;
}
.home-partner-logo-carousel{
  border-radius:18px;
  border-color:rgba(255,255,255,.13);
  background:
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.026)),
    radial-gradient(circle at 4% 0%,rgba(143,33,71,.20),transparent 36%),
    radial-gradient(circle at 100% 100%,rgba(80,109,145,.18),transparent 48%);
  box-shadow:0 22px 72px rgba(0,0,0,.25);
}
.home-partner-logo-carousel .partner-logo-showcase{
  grid-template-rows:repeat(3,82px);
  grid-auto-columns:188px;
  gap:12px;
  padding:16px 58px;
}
.home-partner-logo-carousel .partner-showcase-logo{
  height:82px;
  min-height:82px;
  padding:14px 18px;
  border-radius:12px;
  box-shadow:0 16px 34px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.88);
}
.home-partner-logo-carousel .partner-showcase-logo img{
  max-height:52px;
  max-width:92%;
}
.home-partner-logo-carousel .partner-logo-nav{
  width:40px;
  height:68px;
}
.home-partner-logo-carousel .partner-logo-nav-prev{
  left:10px;
}
.home-partner-logo-carousel .partner-logo-nav-next{
  right:10px;
}
@media(max-width:900px){
  .home-partner-logo-carousel .partner-logo-showcase{
    grid-auto-columns:168px;
    grid-template-rows:repeat(3,76px);
    gap:10px;
    padding:14px 48px;
  }
  .home-partner-logo-carousel .partner-showcase-logo{
    height:76px;
    min-height:76px;
  }
}
@media(max-width:520px){
  .home-partner-logo-carousel .partner-logo-showcase{
    grid-auto-columns:150px;
    grid-template-rows:repeat(3,70px);
    gap:9px;
    padding:12px 44px;
  }
  .home-partner-logo-carousel .partner-showcase-logo{
    height:70px;
    min-height:70px;
    padding:11px 13px;
  }
  .home-partner-logo-carousel .partner-showcase-logo img{
    max-height:44px;
  }
}

/* PNP final handoff visual QA 2026-06-17 */
.partner-card.partner-iva .partner-logo-tile{
  background:linear-gradient(145deg,#ffffff,#edf2f8)!important;
  box-shadow:
    0 22px 55px rgba(0,0,0,.30),
    inset 0 0 0 1px rgba(255,255,255,.92)!important;
}
.partner-card.partner-iva .partner-logo-tile img{
  width:78%!important;
  max-height:76px!important;
  filter:drop-shadow(0 8px 14px rgba(7,17,30,.10))!important;
}
@media(max-width:680px){
  body{
    padding-bottom:86px!important;
  }
  #request-form,
  .contact-layout{
    scroll-margin-bottom:132px!important;
  }
  .ai-chat-widget{
    right:9px!important;
    bottom:10px!important;
    width:min(360px,calc(100vw - 18px))!important;
    max-width:calc(100vw - 18px)!important;
  }
  .ai-chat-widget:not(.is-open){
    width:max-content!important;
  }
  .ai-chat-widget:not(.is-open) .ai-chat-dock{
    display:grid!important;
    grid-template-columns:auto auto!important;
    align-items:center!important;
    justify-content:end!important;
    gap:7px!important;
    width:max-content!important;
    max-width:calc(100vw - 18px)!important;
    margin-left:auto!important;
  }
  .ai-chat-widget:not(.is-open) .ai-messenger-dock{
    gap:5px!important;
  }
  .ai-chat-widget:not(.is-open) .ai-messenger-link{
    width:30px!important;
    min-width:30px!important;
    height:30px!important;
    min-height:30px!important;
  }
  .ai-chat-widget:not(.is-open) .ai-messenger-mark,
  .ai-chat-widget:not(.is-open) .ai-messenger-link-telegram .ai-messenger-mark,
  .ai-chat-widget:not(.is-open) .ai-messenger-link-whatsapp .ai-messenger-mark,
  .ai-chat-widget:not(.is-open) .ai-messenger-link-max .ai-messenger-mark{
    width:27px!important;
    height:27px!important;
  }
  .ai-chat-widget:not(.is-open) .ai-chat-toggle{
    width:52px!important;
    min-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    padding:0!important;
    gap:0!important;
    border-radius:16px!important;
  }
  .ai-chat-widget:not(.is-open) .ai-chat-toggle span{
    display:none!important;
  }
  .ai-chat-widget:not(.is-open) .ai-chat-toggle b{
    width:34px!important;
    height:34px!important;
    font-size:12px!important;
  }
  .hero-features{
    margin-bottom:74px!important;
  }
  body:has(#request-form) .ai-chat-widget:not(.is-open){
    width:auto!important;
    max-width:none!important;
  }
  body:has(#request-form) .ai-chat-widget:not(.is-open) .ai-chat-dock{
    display:flex!important;
    justify-content:flex-end!important;
  }
  body:has(#request-form) .ai-chat-widget:not(.is-open) .ai-messenger-dock{
    display:none!important;
  }
  body:has(#request-form) .ai-chat-widget:not(.is-open) .ai-chat-toggle{
    width:52px!important;
    min-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    padding:0!important;
    border-radius:16px!important;
  }
  body:has(#request-form) .ai-chat-widget:not(.is-open) .ai-chat-toggle span{
    display:none!important;
  }
  body:has(#request-form) .ai-chat-widget:not(.is-open) .ai-chat-toggle b{
    width:34px!important;
    height:34px!important;
    font-size:12px!important;
  }
  body:has(#request-form) .ai-chat-widget:not(.is-open){
    display:none!important;
  }
}

/* PNP navigation QA pass 2026-06-17: stable supply grid, partner dropdown rows, vendor text chips */
.home-main-block-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  align-items:stretch!important;
}
.home-main-block-card{
  grid-column:span 2!important;
  min-width:0!important;
}
.home-main-block-card.is-major{
  grid-column:span 3!important;
}
.home-main-block-card:nth-child(1){grid-column:1 / span 3!important}
.home-main-block-card:nth-child(2){grid-column:4 / span 3!important}
.home-main-block-card:nth-child(3){grid-column:1 / span 2!important}
.home-main-block-card:nth-child(4){grid-column:3 / span 2!important}
.home-main-block-card:nth-child(5){grid-column:5 / span 2!important}
.mega-menu-shell-partners .partner-logo-showcase{
  grid-template-rows:repeat(2,64px)!important;
  grid-auto-columns:154px!important;
  gap:9px!important;
  padding:12px 50px!important;
}
.mega-menu-shell-partners .partner-showcase-logo{
  height:64px!important;
  min-height:64px!important;
  padding:11px 14px!important;
}
.mega-menu-shell-partners .partner-showcase-logo img{
  max-height:40px!important;
}
.vendor-direction-card .vendor-chip-logo img,
.vendor-direction-card .vendor-chip img{
  display:none!important;
}
.vendor-direction-card .vendor-chip-logo b{
  display:inline!important;
  font:inherit!important;
}
@media(max-width:1180px){
  .home-main-block-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .home-main-block-card,
  .home-main-block-card.is-major,
  .home-main-block-card:nth-child(n){
    grid-column:auto!important;
    grid-template-rows:188px 1fr!important;
    min-height:430px!important;
  }
  .home-main-block-card:nth-child(5){
    grid-column:1 / -1!important;
    grid-template-columns:260px minmax(0,1fr)!important;
    grid-template-rows:1fr!important;
    min-height:255px!important;
  }
}
@media(max-width:820px){
  .home-main-block-grid{
    grid-template-columns:1fr!important;
  }
  .home-main-block-card,
  .home-main-block-card.is-major,
  .home-main-block-card:nth-child(n){
    grid-column:1 / -1!important;
    grid-template-columns:1fr!important;
    grid-template-rows:188px auto!important;
    min-height:auto!important;
  }
}
@media(max-width:520px){
  .home-main-block-body{
    padding:18px 16px 17px!important;
  }
  .home-main-block-chips span{
    white-space:normal!important;
  }
}

/* About page актуализация блоков комплектации 2026-06-18 */
.about-coverage-section .project-coverage-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  align-items:stretch!important;
}
.about-coverage-section .coverage-card{
  min-height:194px!important;
}
.about-coverage-section .coverage-card:nth-child(1),
.about-coverage-section .coverage-card:nth-child(2){
  grid-column:span 3!important;
}
.about-coverage-section .coverage-card:nth-child(n+3){
  grid-column:span 2!important;
}
@media(max-width:980px){
  .about-coverage-section .project-coverage-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .about-coverage-section .coverage-card:nth-child(n){
    grid-column:auto!important;
  }
  .about-coverage-section .coverage-card:nth-child(5){
    grid-column:1 / -1!important;
  }
}
@media(max-width:680px){
  .about-coverage-section .project-coverage-grid{
    grid-template-columns:1fr!important;
  }
  .about-coverage-section .coverage-card,
  .about-coverage-section .coverage-card:nth-child(n){
    grid-column:1 / -1!important;
    min-height:auto!important;
  }
}

/* Catalog detail product types: quiet text, not accent chips */
.catalog-master-card-chip-block.is-product-types .catalog-master-card-chip-title{
  color:#9fb0c5!important;
}
.catalog-master-product-type-tags span{
  color:#dbe7f7!important;
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.12)!important;
}

/* Mobile header logo guard: desktop keeps the rail/mark alignment, mobile must not crop the logo outside viewport. */
@media(max-width:680px){
  :root{
    --pnp-header-logo-axis-shift:0px!important;
  }
  .brand-pnp-clean{
    min-width:128px!important;
    max-width:146px!important;
  }
}
@media(max-width:430px){
  :root{
    --pnp-header-logo-axis-shift:0px!important;
  }
  .brand-pnp-clean{
    min-width:116px!important;
    max-width:132px!important;
  }
}

/* Catalog index is a selection surface; keep the assistant available without covering global block cards. */
body:has(.catalog-master-index-block-grid) .ai-chat-widget:not(.is-open){
  width:auto!important;
  max-width:none!important;
}
body:has(.catalog-master-index-block-grid) .ai-chat-widget:not(.is-open) .ai-chat-dock{
  display:flex!important;
  justify-content:flex-end!important;
}
body:has(.catalog-master-index-block-grid) .ai-chat-widget:not(.is-open) .ai-messenger-dock{
  display:none!important;
}
body:has(.catalog-master-index-block-grid) .ai-chat-widget:not(.is-open) .ai-chat-toggle{
  width:56px!important;
  min-width:56px!important;
  height:56px!important;
  min-height:56px!important;
  padding:0!important;
  border-radius:16px!important;
}
body:has(.catalog-master-index-block-grid) .ai-chat-widget:not(.is-open) .ai-chat-toggle span{
  display:none!important;
}

/* Mobile catalog pages need the AI entry point, not four floating buttons over product cards. */
@media(max-width:680px){
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open){
    width:auto!important;
    max-width:none!important;
  }
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open) .ai-chat-dock{
    display:flex!important;
    justify-content:flex-end!important;
  }
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open) .ai-messenger-dock{
    display:none!important;
  }
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open) .ai-chat-toggle{
    width:52px!important;
    min-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    padding:0!important;
    border-radius:16px!important;
  }
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open) .ai-chat-toggle span{
    display:none!important;
  }
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open) .ai-chat-toggle b{
    width:34px!important;
    height:34px!important;
    font-size:12px!important;
  }
}

/* Mobile UX audit 2026-06-27: make the opened header menu readable and tap-safe. */
@media(max-width:680px){
  .ai-chat-widget:not(.is-open){
    width:auto!important;
    max-width:none!important;
  }
  .ai-chat-widget:not(.is-open) .ai-chat-dock{
    display:flex!important;
    justify-content:flex-end!important;
  }
  .ai-chat-widget:not(.is-open) .ai-messenger-dock{
    display:none!important;
  }
  #mainNav.main-nav.open{
    position:fixed!important;
    left:13px!important;
    right:13px!important;
    top:78px!important;
    z-index:2400!important;
    display:grid!important;
    gap:7px!important;
    padding:10px!important;
    border-radius:16px!important;
    background:
      radial-gradient(circle at 92% 0%,rgba(157,46,84,.20),transparent 34%),
      linear-gradient(145deg,rgba(12,27,49,.98),rgba(22,39,66,.98))!important;
    border:1px solid rgba(190,208,235,.22)!important;
    box-shadow:0 28px 80px rgba(0,0,0,.46)!important;
    backdrop-filter:blur(18px)!important;
  }
  #mainNav.main-nav.open a{
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 13px!important;
    border-radius:12px!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:850!important;
    letter-spacing:0!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.10)!important;
  }
  #mainNav.main-nav.open a:after{
    content:"→"!important;
    position:static!important;
    width:auto!important;
    height:auto!important;
    background:none!important;
    color:#d6a8b9!important;
    font-weight:900!important;
  }
  #mainNav.main-nav.open a.active{
    background:linear-gradient(135deg,rgba(109,32,57,.72),rgba(255,255,255,.07))!important;
    border-color:rgba(214,168,185,.42)!important;
  }
}

/* PNP vendor logo unification 2026-07-01:
   Confirmed logos render as logo-only chips. Text stays only as a fallback
   when a logo is missing or fails to load. */
.vendor-chip.vendor-chip-logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:72px!important;
  max-width:122px!important;
  height:34px!important;
  padding:7px 11px!important;
  border-radius:9px!important;
  background:linear-gradient(145deg,#fff,#edf2f8)!important;
  border:1px solid rgba(255,255,255,.86)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.18),inset 0 0 0 1px rgba(255,255,255,.82)!important;
  overflow:hidden!important;
  color:#111827!important;
}
.vendor-chip.vendor-chip-logo img,
.vendor-direction-card .vendor-chip.vendor-chip-logo img,
.vendor-direction-card .vendor-chip img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:98px!important;
  max-height:22px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 5px 9px rgba(7,17,30,.10))!important;
}
.vendor-chip.vendor-chip-logo b,
.vendor-direction-card .vendor-chip-logo b{
  display:none!important;
}
.vendor-chip.vendor-chip-text{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
}
.vendor-direction-card .vendor-brands.mini{
  min-height:36px!important;
}
.vendor-direction-card .vendor-brands.mini .vendor-chip.vendor-chip-logo{
  max-width:112px!important;
  background:linear-gradient(145deg,#fff,#eef3f8)!important;
}
@media(max-width:640px){
  .vendor-chip.vendor-chip-logo{
    min-width:66px!important;
    max-width:108px!important;
    height:32px!important;
    padding:6px 9px!important;
  }
  .vendor-chip.vendor-chip-logo img,
  .vendor-direction-card .vendor-chip.vendor-chip-logo img{
    max-width:88px!important;
    max-height:20px!important;
  }
}

/* PNP mobile QA: keep long solution titles readable on narrow phones. */
@media(max-width:680px){
  .solution-detail-hero h1{
    font-size:32px!important;
    line-height:1.12!important;
    letter-spacing:0!important;
    text-wrap:balance;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
}
@media(max-width:380px){
  .solution-detail-hero h1{
    font-size:30px!important;
  }
}

/* RKN/data consent UX */
.cookie-consent-banner{
  position:fixed;
  left:max(18px,env(safe-area-inset-left));
  right:max(18px,env(safe-area-inset-right));
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:1200;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:980px;
  margin:0 auto;
  padding:18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(28,43,67,.96),rgba(23,21,40,.96));
  box-shadow:0 22px 70px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);
  color:#f8fbff;
  backdrop-filter:blur(18px);
}
.cookie-consent-banner.is-hiding{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .18s ease,transform .18s ease;
}
.cookie-consent-copy{
  display:grid;
  gap:5px;
  min-width:0;
}
.cookie-consent-copy strong{
  font-size:16px;
  line-height:1.2;
}
.cookie-consent-copy span,
.cookie-consent-copy a{
  font-size:13px;
  line-height:1.45;
  color:rgba(238,244,255,.78);
}
.cookie-consent-copy a{
  color:#f2a7c1;
  text-decoration:none;
}
.cookie-consent-actions{
  display:flex;
  gap:10px;
  flex:0 0 auto;
}
.form-file-warning,
.ai-chat-file-warning{
  margin:8px 0 0;
  color:rgba(238,244,255,.62);
  font-size:12px;
  line-height:1.4;
}
.ai-chat-file-warning{
  margin:0 0 6px;
  padding:0 2px;
}
.ai-chat-consent a,
.form-consent-check a{
  color:#f2a7c1;
  text-decoration:none;
}
@media(max-width:720px){
  .cookie-consent-banner{
    flex-direction:column;
    align-items:stretch;
    padding:16px;
    border-radius:16px;
  }
  .cookie-consent-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .cookie-consent-actions .btn{
    width:100%;
  }
}

/* Production hygiene: public Telegram/WhatsApp shortcuts are disabled. */
.ai-messenger-link-telegram,
.ai-messenger-link-whatsapp,
a[href*="t.me"],
a[href*="wa.me"]{
  display:none!important;
}

/* Client paths: homepage entry, role pages and adaptive request form. */
.role-entry-section{
  background:
    linear-gradient(180deg,rgba(5,14,25,.24),rgba(13,30,51,.72)),
    radial-gradient(circle at 74% 18%,rgba(109,32,57,.18),transparent 34%);
  border-bottom:1px solid rgba(118,143,176,.16);
}
.role-entry-head{
  align-items:flex-end;
}
.role-entry-head h2{
  max-width:720px;
}
.role-entry-head p{
  max-width:680px;
  margin:14px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
.role-entry-all,
.role-entry-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:10px 0;
  color:#f0c8d7;
  font-size:13px;
  font-weight:900;
}
.role-entry-all:focus-visible,
.role-entry-link:focus-visible{
  border-radius:6px;
  outline:2px solid #f0c8d7;
  outline-offset:4px;
}
.role-entry-all span,
.role-entry-link span{
  transition:transform .18s ease;
}
.role-entry-all:hover span,
.role-entry-link:hover span{
  transform:translateX(4px);
}
.role-entry-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.role-entry-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:342px;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(118,143,176,.28);
  border-radius:20px;
  background:
    radial-gradient(circle at 16% 8%,rgba(255,255,255,.09),transparent 28%),
    linear-gradient(145deg,rgba(25,44,70,.92),rgba(8,20,35,.88));
  box-shadow:0 22px 60px rgba(0,0,0,.25);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.role-entry-card:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:linear-gradient(90deg,transparent,rgba(214,168,185,.68),transparent);
}
.role-entry-card:hover{
  transform:translateY(-5px);
  border-color:rgba(214,168,185,.45);
  box-shadow:0 30px 74px rgba(0,0,0,.34);
}
.role-entry-card-accent{
  border-color:rgba(157,46,84,.52);
  background:
    radial-gradient(circle at 16% 8%,rgba(255,255,255,.1),transparent 28%),
    linear-gradient(145deg,rgba(109,32,57,.66),rgba(24,35,58,.9));
}
.role-entry-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:38px;
}
.role-entry-index{
  color:#e6d3c1;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.16em;
}
.role-entry-tag{
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  padding:7px 9px;
  background:rgba(255,255,255,.05);
  color:#bfcde0;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.role-entry-card h3{
  font-size:clamp(25px,2.5vw,33px);
  line-height:1.04;
  letter-spacing:-.03em;
  overflow-wrap:normal;
  word-break:normal;
}
.role-entry-card p{
  margin:14px 0 16px;
  color:#c4d0e1;
  font-size:14px;
  line-height:1.55;
}
.role-entry-card ul{
  display:grid;
  gap:8px;
  margin:0 0 22px;
  padding:0;
  list-style:none;
}
.role-entry-card li{
  position:relative;
  padding-left:18px;
  color:#dfe7f2;
  font-size:12.5px;
  line-height:1.4;
}
.role-entry-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.5em;
  width:7px;
  height:7px;
  border:1px solid rgba(214,168,185,.8);
  border-radius:50%;
  background:rgba(157,46,84,.45);
}
.role-entry-link{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.1);
}
.role-entry-link.role-entry-link-action{
  align-self:flex-start;
  width:fit-content;
  max-width:100%;
  min-height:46px;
  padding:11px 14px;
  border:1px solid rgba(187,58,101,.82);
  border-radius:5px;
  background:linear-gradient(135deg,#8f2147,#a62e58);
  box-shadow:0 12px 28px rgba(109,32,57,.28);
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.01em;
  justify-content:center;
  gap:9px;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.role-entry-link.role-entry-link-action:hover{
  transform:translateY(-2px);
  border-color:rgba(224,101,145,.95);
  background:linear-gradient(135deg,#a12852,#b73765);
  box-shadow:0 17px 34px rgba(109,32,57,.38);
}
.role-entry-link.role-entry-link-action span{
  flex:0 0 auto;
}

/* Shared client-card registers: align meaning, bullets and CTA across each visual row. */
@media (min-width:681px){
  .role-entry-card p{
    min-block-size:calc(4 * 1.55em);
  }
  .role-entry-card ul{
    min-block-size:calc(3 * 1.4em + 16px);
  }
}
@supports (grid-template-rows:subgrid){
  @media (min-width:681px){
    .role-entry-grid{
      row-gap:0;
      column-gap:16px;
      align-items:stretch;
    }
    .role-entry-card{
      display:grid;
      grid-template-rows:subgrid;
    }
    .role-entry-card-top{
      grid-row:1;
    }
    .role-entry-card h3{
      grid-row:2;
    }
    .role-entry-card p{
      grid-row:3;
      min-block-size:0;
    }
    .role-entry-card ul{
      display:grid;
      grid-row:4 / span 3;
      grid-template-rows:subgrid;
      min-block-size:0;
      row-gap:0;
    }
    .role-entry-card li:not(:last-child){
      padding-bottom:8px;
    }
    .role-entry-link{
      grid-row:7;
      align-self:end;
      margin-top:0;
    }
  }
  @media (min-width:981px){
    .role-entry-grid{
      grid-template-rows:none;
    }
    .role-entry-card{
      display:flex;
      grid-row:auto;
    }
    #clients .role-entry-card>.role-entry-link.role-entry-link-action{
      align-self:flex-start;
      margin-top:auto;
    }
  }
  @media (min-width:681px) and (max-width:980px){
    .role-entry-grid{
      grid-template-rows:repeat(7,max-content) 16px repeat(7,max-content);
    }
    #client-designers{
      grid-column:1;
      grid-row:1 / span 7;
    }
    #client-contractors{
      grid-column:2;
      grid-row:1 / span 7;
    }
    #client-institutes{
      grid-column:1 / -1;
      grid-row:9 / span 7;
    }
  }
}

/* Client cards: one engineering language, three role-specific drawing motifs. */
#clients .role-entry-card{
  --client-motif-opacity:.17;
  --client-motif-image:none;
  --client-motif-size:auto;
  --client-motif-repeat:no-repeat;
  --client-motif-position:center;
  --client-motif-hover:translate3d(-5px,-3px,0) scale(1.018);
  isolation:isolate;
}
#clients .role-entry-card::before{
  content:"";
  position:absolute;
  inset:-18px -18px -18px 44%;
  z-index:0;
  pointer-events:none;
  opacity:var(--client-motif-opacity);
  background-image:var(--client-motif-image);
  background-size:var(--client-motif-size);
  background-repeat:var(--client-motif-repeat);
  background-position:var(--client-motif-position);
  transform:translate3d(0,0,0);
  transform-origin:72% 58%;
  transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .22s ease;
}
#clients .role-entry-card::after{
  z-index:2;
}
#clients .role-entry-card>*{
  position:relative;
  z-index:1;
}
#clients [data-role-card="designer"]{
  --client-motif-image:
    linear-gradient(rgba(169,194,222,.68) 1px,transparent 1px),
    linear-gradient(90deg,rgba(169,194,222,.68) 1px,transparent 1px),
    linear-gradient(90deg,transparent 49.6%,rgba(214,168,185,.84) 50%,transparent 50.4%),
    linear-gradient(0deg,transparent 49.6%,rgba(214,168,185,.76) 50%,transparent 50.4%),
    radial-gradient(circle at 72% 46%,transparent 0 39px,rgba(214,168,185,.9) 40px 41px,transparent 42px);
  --client-motif-size:30px 30px,30px 30px,100% 100%,100% 100%,100% 100%;
  --client-motif-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat;
  --client-motif-position:0 0,0 0,center,center,center;
}
#clients [data-role-card="general_contractor"]{
  --client-motif-opacity:.2;
  --client-motif-image:
    linear-gradient(90deg,transparent 69.6%,rgba(240,184,204,.78) 70%,transparent 70.4%),
    linear-gradient(0deg,transparent 57.6%,rgba(240,184,204,.68) 58%,transparent 58.4%),
    repeating-radial-gradient(circle at 70% 58%,transparent 0 27px,rgba(240,184,204,.74) 28px 29px,transparent 30px 51px);
  --client-motif-size:100% 100%,100% 100%,100% 100%;
  --client-motif-repeat:no-repeat;
  --client-motif-position:center;
  --client-motif-hover:translate3d(-3px,-2px,0) scale(1.025);
}
#clients [data-role-card="procurement"]{
  --client-motif-image:
    radial-gradient(circle at 68% 66%,rgba(231,116,156,1) 0 3px,rgba(231,116,156,.72) 4px 10px,transparent 11px),
    radial-gradient(circle at 68% 66%,transparent 0 30px,rgba(214,168,185,.86) 31px 32px,transparent 33px),
    linear-gradient(rgba(169,194,222,.64) 1px,transparent 1px),
    linear-gradient(90deg,rgba(169,194,222,.64) 1px,transparent 1px);
  --client-motif-size:100% 100%,100% 100%,52px 52px,52px 52px;
  --client-motif-repeat:no-repeat,no-repeat,repeat,repeat;
  --client-motif-position:center,center,0 0,0 0;
  --client-motif-hover:translate3d(-6px,-4px,0) scale(1.018);
}
#clients [data-role-card="private"]{
  --client-motif-opacity:.16;
  --client-motif-image:
    linear-gradient(rgba(169,194,222,.62) 1px,transparent 1px),
    linear-gradient(90deg,rgba(169,194,222,.62) 1px,transparent 1px),
    radial-gradient(circle at 72% 62%,transparent 0 34px,rgba(214,168,185,.8) 35px 36px,transparent 37px),
    radial-gradient(circle at 72% 62%,rgba(231,116,156,.8) 0 5px,transparent 6px);
  --client-motif-size:38px 38px,38px 38px,100% 100%,100% 100%;
  --client-motif-repeat:repeat,repeat,no-repeat,no-repeat;
  --client-motif-position:0 0,0 0,center,center;
}
#clients [data-role-card="diy"]{
  --client-motif-opacity:.17;
  --client-motif-image:
    linear-gradient(90deg,transparent 64%,rgba(214,168,185,.74) 64.4%,transparent 64.8%),
    linear-gradient(0deg,transparent 58%,rgba(214,168,185,.66) 58.4%,transparent 58.8%),
    repeating-radial-gradient(circle at 66% 58%,transparent 0 21px,rgba(169,194,222,.66) 22px 23px,transparent 24px 44px);
  --client-motif-size:100% 100%,100% 100%,100% 100%;
  --client-motif-repeat:no-repeat;
  --client-motif-position:center;
}
#clients .role-entry-card:hover::before,
#clients .role-entry-card:focus-within::before{
  opacity:calc(var(--client-motif-opacity) + .07);
  transform:var(--client-motif-hover);
}
#clients .role-entry-card:focus-within{
  border-color:rgba(214,168,185,.58);
  box-shadow:0 30px 74px rgba(0,0,0,.34),0 0 0 1px rgba(214,168,185,.12);
}
@media (hover:none),(pointer:coarse){
  #clients .role-entry-card::before,
  #clients .role-entry-card:hover::before,
  #clients .role-entry-card:focus-within::before{
    opacity:.1;
    transform:none;
  }
}
@media (max-width:680px){
  #clients .role-entry-card::before{
    inset:-12px -12px -12px 48%;
    opacity:.1;
  }
  #clients [data-role-card="designer"]{
    --client-motif-size:38px 38px,38px 38px,100% 100%,100% 100%,100% 100%;
  }
  #clients [data-role-card="procurement"]{
    --client-motif-size:100% 100%,100% 100%,60px 60px,60px 60px;
  }
}
@media (prefers-reduced-motion:reduce){
  #clients .role-entry-card,
  #clients .role-entry-card::before{
    transition:none;
  }
  #clients .role-entry-card:hover,
  #clients .role-entry-card:focus-within,
  #clients .role-entry-card:hover::before,
  #clients .role-entry-card:focus-within::before{
    transform:none;
  }
}
@media (forced-colors:active){
  #clients .role-entry-card::before{
    display:none;
  }
}

/* Desktop alignment: shared content registers for partner and responsibility cards. */
@media (min-width:1081px){
  body.home-page #clients .role-entry-head p{
    max-width:790px;
  }
  body.home-page #clients .role-entry-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:16px;
  }
  body.home-page #clients .role-entry-card{
    grid-column:span 2;
    min-height:283px;
    padding:24px;
    cursor:default;
  }
  body.home-page #clients #client-private{
    grid-column:2 / span 2;
  }
  body.home-page #clients #client-diy{
    grid-column:4 / span 2;
  }
  body.home-page #clients .role-entry-card-top{
    margin-bottom:28px;
  }
  body.home-page #clients .role-entry-card h3{
    min-block-size:0;
    font-size:clamp(23px,2vw,29px);
    line-height:1.08;
    letter-spacing:0;
  }
  body.home-page #clients .role-entry-card p{
    min-block-size:0;
    margin:16px 0 0;
    font-size:14px;
    line-height:1.55;
  }
  body.home-page #clients .role-entry-card:hover,
  body.home-page #clients .role-entry-card:focus-within{
    transform:none;
    border-color:rgba(118,143,176,.34);
    box-shadow:0 22px 60px rgba(0,0,0,.25);
  }
  body.home-page #clients .role-entry-card:hover::before,
  body.home-page #clients .role-entry-card:focus-within::before{
    opacity:var(--client-motif-opacity);
    transform:none;
  }
  body.home-page #clients .role-entry-card>.role-entry-link.role-entry-link-action{
    align-self:flex-start;
    margin-inline:0;
    min-height:48px;
    padding:0 16px;
    align-items:center;
    justify-content:center;
    text-align:center;
    line-height:1.1;
    color:#fff;
    border:1px solid rgba(239,118,162,.95);
    background:linear-gradient(135deg,#b92f61,#d03f76);
    box-shadow:0 14px 32px rgba(143,33,71,.48);
  }
  body.home-page #why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card{
    justify-content:flex-start;
  }
  body.home-page #why-pnp[data-why-variant="console"] .why-tech-card__top{
    flex:0 0 auto;
    min-block-size:22px;
  }
  body.home-page #why-pnp[data-why-variant="console"] .why-tech-grid .why-tech-card h3{
    display:flex;
    align-items:flex-start;
    min-block-size:36px;
  }
}

.role-form-intro{
  display:grid;
  gap:7px;
  margin:4px 0 5px;
  padding:15px 16px;
  border-left:3px solid #9d2e54;
  border-radius:0 12px 12px 0;
  background:linear-gradient(90deg,rgba(157,46,84,.18),rgba(255,255,255,.035));
}
.role-form-intro>span{
  color:#f2c9d8;
  font-size:10px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.role-form-intro p{
  margin:0;
  color:#d7e1ef;
  font-size:13.5px;
  line-height:1.48;
}
.role-form-primary select{
  border-color:rgba(214,168,185,.28);
  background-color:rgba(157,46,84,.1);
}
.role-form-context{
  padding:12px 14px;
  border:1px solid rgba(214,168,185,.23);
  border-radius:11px;
  background:rgba(255,255,255,.04);
  color:#cbd7e7;
  font-size:12.5px;
  line-height:1.48;
}
.role-form-context[hidden]{
  display:none!important;
}
#leadForm[data-role="general_contractor"] .role-form-context{
  border-color:rgba(214,168,185,.38);
  background:linear-gradient(90deg,rgba(109,32,57,.22),rgba(255,255,255,.04));
}
#leadForm .field label small{
  color:rgba(182,196,216,.72);
  font-size:9px;
  letter-spacing:.04em;
  text-transform:none;
}

.role-page .role-hero{
  min-height:570px;
  padding:46px 0 58px;
}
.role-page .role-hero:after{
  background:
    linear-gradient(90deg,rgba(5,14,25,.98) 0%,rgba(7,19,33,.94) 40%,rgba(21,37,60,.7) 68%,rgba(109,32,57,.28) 100%),
    url('../img/hero-cover.webp') center right/cover no-repeat;
}
.role-page--contractor .role-hero:after{
  background:
    linear-gradient(90deg,rgba(5,14,25,.98) 0%,rgba(16,25,42,.94) 42%,rgba(76,28,47,.62) 72%,rgba(109,32,57,.25) 100%),
    url('../img/hero-cover.webp') center right/cover no-repeat;
}
.role-hero__inner{
  display:grid;
  gap:32px;
}
.role-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  color:#9eacc0;
  font-size:11px;
  font-weight:800;
}
.role-breadcrumbs a:hover{
  color:#fff;
}
.role-breadcrumbs span[aria-current="page"]{
  color:#e6d6c7;
}
.role-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  gap:44px;
  align-items:end;
}
.role-page .role-hero h1{
  max-width:890px;
  font-size:clamp(44px,5.6vw,72px);
  line-height:1;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.role-hero__aside{
  position:relative;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(214,168,185,.28);
  border-radius:20px;
  background:
    radial-gradient(circle at 12% 4%,rgba(255,255,255,.12),transparent 30%),
    linear-gradient(145deg,rgba(109,32,57,.62),rgba(18,34,57,.88));
  box-shadow:0 24px 68px rgba(0,0,0,.32);
}
.role-hero__aside:after{
  content:"";
  position:absolute;
  right:-35px;
  bottom:-50px;
  width:140px;
  height:140px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
}
.role-hero__aside>*{
  position:relative;
  z-index:1;
}
.role-kicker{
  display:block;
  margin-bottom:11px;
  color:#f2c9d8;
  font-size:10px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.role-hero__aside>strong{
  display:block;
  font-size:21px;
  line-height:1.18;
  letter-spacing:-.02em;
}
.role-hero__aside>p{
  margin:12px 0 0;
  color:#d2ddec;
  font-size:13px;
  line-height:1.55;
}
.role-check-list,
.role-muted-list{
  display:grid;
  gap:9px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}
.role-check-list li,
.role-muted-list li{
  position:relative;
  padding-left:21px;
  color:#dce5f1;
  font-size:13px;
  line-height:1.42;
}
.role-check-list li:before{
  content:"";
  position:absolute;
  left:1px;
  top:4px;
  width:9px;
  height:5px;
  border:solid #f0b9cd;
  border-width:0 0 2px 2px;
  transform:rotate(-45deg);
}
.role-muted-list li{
  color:#afbdd0;
}
.role-muted-list li:before{
  content:"";
  position:absolute;
  left:3px;
  top:.55em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#6d7f98;
}
.role-section-head{
  align-items:flex-end;
}
.role-section-head>div{
  display:grid;
  gap:12px;
}
.role-section-head .soft-label,
.role-inputs__panel .soft-label,
.role-boundary__card .soft-label,
.role-cta-panel .soft-label,
.role-scenario__main .soft-label{
  width:max-content;
  max-width:100%;
}
.role-section-lead{
  max-width:520px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.role-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.role-feature{
  position:relative;
  min-height:210px;
  padding:22px;
  overflow:hidden;
  border:1px solid rgba(118,143,176,.24);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  box-shadow:0 18px 50px rgba(0,0,0,.2);
  transition:transform .2s ease,border-color .2s ease;
}
.role-feature:hover{
  transform:translateY(-3px);
  border-color:rgba(214,168,185,.42);
}
.role-feature>span{
  display:block;
  margin-bottom:30px;
  color:#d9c6b4;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.16em;
}
.role-feature h3{
  font-size:20px;
  line-height:1.14;
}
.role-feature p{
  margin:11px 0 0;
  color:#afbdd0;
  font-size:13px;
  line-height:1.52;
}
.role-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.role-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:448px;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(118,143,176,.28);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(27,47,75,.9),rgba(8,21,37,.86));
  box-shadow:0 22px 62px rgba(0,0,0,.27);
}
.role-card--contractor{
  border-color:rgba(157,46,84,.5);
  background:linear-gradient(145deg,rgba(109,32,57,.58),rgba(17,31,52,.9));
}
.role-card__number{
  position:absolute;
  right:20px;
  top:20px;
  color:rgba(230,211,193,.72);
  font-size:11px;
  font-weight:1000;
  letter-spacing:.16em;
}
.role-card__icon{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin-bottom:30px;
  border:1px solid rgba(214,168,185,.42);
  border-radius:17px;
  background:rgba(157,46,84,.18);
  color:#fff;
  font-size:13px;
  font-weight:1000;
  letter-spacing:.08em;
}
.role-card h3{
  font-size:29px;
  line-height:1.06;
  letter-spacing:-.03em;
  overflow-wrap:normal;
  word-break:normal;
}
.role-card>p{
  margin:14px 0 0;
  color:#bdcadd;
  font-size:13.5px;
  line-height:1.54;
}
.role-card__link,
.role-inline-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  color:#f0c5d5;
  font-size:13px;
  font-weight:900;
}
.role-inline-link{
  padding:10px 0;
}
.role-card__link:focus-visible,
.role-inline-link:focus-visible{
  border-radius:6px;
  outline:2px solid #f0c5d5;
  outline-offset:4px;
}
.role-card__link{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.1);
}
.role-card__link span,
.role-inline-link span{
  transition:transform .18s ease;
}
.role-card__link:hover span,
.role-inline-link:hover span{
  transform:translateX(4px);
}
.role-step-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.role-step{
  min-height:190px;
  padding:20px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:17px;
  background:rgba(255,255,255,.04);
}
.role-step>span{
  display:block;
  margin-bottom:34px;
  color:#e4c5d1;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.15em;
}
.role-step h3{
  font-size:18px;
  line-height:1.15;
}
.role-step p{
  margin:9px 0 0;
  color:#aebdd0;
  font-size:12.5px;
  line-height:1.5;
}
.role-scenario__grid{
  display:grid;
  grid-template-columns:minmax(0,1.32fr) minmax(280px,.68fr);
  gap:16px;
  align-items:stretch;
}
.role-scenario__main{
  padding:30px;
}
.role-scenario__main h2{
  max-width:750px;
  margin-top:14px;
}
.role-timeline{
  display:grid;
  gap:0;
  margin:25px 0 0;
  padding:0;
  list-style:none;
}
.role-timeline li{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:15px;
  padding:0 0 22px;
}
.role-timeline li:not(:last-child):before{
  content:"";
  position:absolute;
  left:20px;
  top:35px;
  bottom:0;
  width:1px;
  background:linear-gradient(#9d2e54,rgba(157,46,84,.12));
}
.role-timeline li>span{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(214,168,185,.45);
  border-radius:14px;
  background:#172b47;
  color:#f0c9d8;
  font-size:12px;
  font-weight:950;
}
.role-timeline h3{
  margin-top:2px;
  font-size:18px;
}
.role-timeline p{
  margin:7px 0 0;
  color:#aebdd0;
  font-size:13px;
  line-height:1.5;
}
.role-scenario__aside{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:28px;
  border:1px solid rgba(157,46,84,.42);
  border-radius:18px;
  background:
    radial-gradient(circle at 85% 12%,rgba(255,255,255,.1),transparent 28%),
    linear-gradient(145deg,rgba(109,32,57,.72),rgba(21,35,58,.94));
  box-shadow:0 22px 62px rgba(0,0,0,.27);
}
.role-scenario__aside h2{
  font-size:clamp(29px,3vw,41px);
}
.role-scenario__aside p{
  margin:14px 0 25px;
  color:#d2ddec;
  font-size:14px;
  line-height:1.55;
}
.role-inputs__panel{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:30px;
  align-items:center;
  padding:28px;
  border:1px solid rgba(118,143,176,.24);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
}
.role-inputs__panel h2{
  margin-top:12px;
  font-size:clamp(28px,3vw,42px);
}
.role-inputs__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.role-inputs__grid>div{
  min-height:86px;
  padding:15px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.role-inputs__grid strong{
  display:block;
  margin-bottom:6px;
  font-size:14px;
}
.role-inputs__grid span{
  display:block;
  color:#aebdd0;
  font-size:12px;
  line-height:1.4;
}
.role-boundary__card{
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
  gap:32px;
  align-items:center;
  padding:30px;
}
.role-boundary__card h2{
  margin-top:12px;
  font-size:clamp(29px,3.5vw,45px);
}
.role-boundary__card>p{
  margin:0;
  color:#bdcadd;
  font-size:14px;
  line-height:1.62;
}
.role-boundary__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.role-boundary__grid>div{
  padding:17px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.role-boundary__grid h3{
  font-size:17px;
}
.role-cta-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:32px;
  align-items:center;
  padding:34px;
  overflow:hidden;
  border:1px solid rgba(214,168,185,.34);
  border-radius:21px;
  background:
    radial-gradient(circle at 82% 18%,rgba(255,255,255,.11),transparent 27%),
    linear-gradient(135deg,rgba(109,32,57,.86),rgba(24,39,63,.95));
  box-shadow:0 28px 78px rgba(0,0,0,.34);
}
.role-cta-panel h2{
  margin-top:12px;
  font-size:clamp(31px,3.8vw,50px);
}
.role-cta-panel p{
  max-width:670px;
  margin:13px 0 0;
  color:#d6dfec;
  font-size:14px;
  line-height:1.55;
}
.role-cta-panel .hero-actions{
  justify-content:flex-end;
  margin-top:0;
}

.role-catalog-shell{
  overflow:hidden;
  border:1px solid rgba(118,143,176,.28);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(18,36,62,.9),rgba(7,18,32,.9));
  box-shadow:0 28px 82px rgba(0,0,0,.32);
}
.role-catalog-summary{
  display:grid;
  grid-template-columns:minmax(230px,.62fr) minmax(0,1.38fr);
  gap:0;
  min-height:270px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.role-catalog-visual{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
  background:
    linear-gradient(155deg,rgba(109,32,57,.15),rgba(6,17,30,.48)),
    url('../img/hero-cover.webp') 68% center/cover no-repeat;
}
.role-catalog-visual span{
  color:#f1c7d6;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.18em;
}
.role-catalog-visual strong{
  margin-top:8px;
  font-size:28px;
  letter-spacing:.08em;
}
.role-catalog-summary__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px;
}
.role-catalog-summary__content h3{
  max-width:700px;
  font-size:clamp(28px,3.4vw,44px);
  line-height:1.06;
  letter-spacing:-.03em;
}
.role-catalog-summary__content p{
  max-width:760px;
  margin:14px 0 0;
  color:#bdcadd;
  font-size:14px;
  line-height:1.58;
}
.role-tag-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.role-tag-list span{
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:7px 9px;
  background:rgba(255,255,255,.045);
  color:#dce5f1;
  font-size:11px;
  font-weight:850;
}
.role-mode-switcher{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:20px;
  align-items:center;
  padding:18px 22px;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:rgba(4,13,24,.42);
}
.role-mode-switcher__head{
  display:grid;
  gap:4px;
  min-width:190px;
}
.role-mode-switcher__head>span{
  color:#fff;
  font-size:13px;
  font-weight:950;
}
.role-mode-switcher__head small{
  color:#9eacc0;
  font-size:10px;
}
.role-mode-tabs{
  display:flex;
  justify-content:flex-end;
  gap:7px;
  overflow:auto;
  scrollbar-width:thin;
}
.role-mode-tab{
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  padding:10px 12px;
  background:rgba(255,255,255,.035);
  color:#bbc8da;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.role-mode-tab:hover,
.role-mode-tab.is-active{
  border-color:rgba(214,168,185,.42);
  background:linear-gradient(135deg,rgba(157,46,84,.6),rgba(109,32,57,.42));
  color:#fff;
}
.role-mode-tab:focus-visible{
  outline:2px solid rgba(240,185,205,.8);
  outline-offset:2px;
}
.role-mode-panels{
  padding:24px;
}
.role-mode-panel{
  display:grid;
  gap:18px;
}
.role-mode-panel[hidden]{
  display:none!important;
}
.role-mode-panel__intro{
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
  gap:28px;
  align-items:end;
}
.role-mode-panel__intro h3{
  font-size:clamp(26px,3vw,38px);
  line-height:1.08;
  letter-spacing:-.025em;
}
.role-mode-panel__intro>p{
  margin:0;
  color:#bdcadd;
  font-size:14px;
  line-height:1.58;
}
.role-mode-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.role-mode-grid article{
  padding:19px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:15px;
  background:rgba(255,255,255,.035);
}
.role-mode-grid h4{
  margin:0;
  font-size:16px;
}
.role-mode-note{
  display:flex;
  gap:9px;
  padding:13px 15px;
  border-left:3px solid #9d2e54;
  border-radius:0 10px 10px 0;
  background:rgba(157,46,84,.12);
  color:#d3deeb;
  font-size:12.5px;
  line-height:1.5;
}
.role-mode-note strong{
  flex:0 0 auto;
  color:#f3c8d8;
}
.role-mode-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

@media (max-width:1180px) and (min-width:1081px){
  .main-nav{gap:13px}
  .main-nav a{font-size:12px}
}
@media (max-width:980px){
  .role-entry-grid,
  .role-feature-grid,
  .role-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .role-entry-card:last-child,
  .role-card:last-child{
    grid-column:1/-1;
  }
  .role-hero__grid,
  .role-scenario__grid,
  .role-inputs__panel,
  .role-boundary__card,
  .role-cta-panel{
    grid-template-columns:1fr;
  }
  .role-hero__aside{
    max-width:680px;
  }
  .role-step-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .role-cta-panel .hero-actions{
    justify-content:flex-start;
  }
  .role-catalog-summary{
    grid-template-columns:1fr;
  }
  .role-catalog-visual{
    min-height:210px;
  }
  .role-mode-switcher,
  .role-mode-panel__intro{
    grid-template-columns:1fr;
  }
  .role-mode-tabs{
    justify-content:flex-start;
  }
}
@media (max-width:680px){
  .role-entry-head{
    display:grid;
    align-items:start;
  }
  .role-entry-all{
    width:max-content;
  }
  .role-entry-grid,
  .role-feature-grid,
  .role-card-grid,
  .role-step-grid,
  .role-inputs__grid,
  .role-boundary__grid,
  .role-mode-grid{
    grid-template-columns:1fr;
  }
  .role-entry-card:last-child,
  .role-card:last-child{
    grid-column:auto;
  }
  .role-entry-card{
    min-height:0;
    padding:21px;
  }
  .role-entry-card-top{
    margin-bottom:26px;
  }
  .role-page .role-hero{
    min-height:auto;
    padding:32px 0 46px;
  }
  .role-page .role-hero h1{
    font-size:38px;
    line-height:1.03;
    letter-spacing:-.045em;
  }
  .role-hero__inner{
    gap:24px;
  }
  .role-hero__grid{
    gap:26px;
  }
  .role-hero__aside,
  .role-scenario__aside,
  .role-scenario__main,
  .role-inputs__panel,
  .role-boundary__card,
  .role-cta-panel{
    padding:21px;
  }
  .role-feature,
  .role-step{
    min-height:0;
  }
  .role-feature>span,
  .role-step>span{
    margin-bottom:22px;
  }
  .role-card{
    min-height:0;
    padding:21px;
  }
  .role-card__link{
    margin-top:24px;
  }
  .role-timeline li{
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
  }
  .role-timeline li>span{
    width:38px;
    height:38px;
  }
  .role-timeline li:not(:last-child):before{
    left:18px;
  }
  .role-boundary__card>p{
    margin-top:-6px;
  }
  .role-cta-panel .hero-actions,
  .role-mode-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .role-cta-panel .btn,
  .role-mode-actions .btn{
    width:100%;
  }
  .role-catalog-summary__content,
  .role-mode-panels{
    padding:20px;
  }
  .role-mode-switcher{
    padding:17px;
  }
  .role-mode-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin:0 -2px;
    overflow:visible;
  }
  .role-mode-tab{
    min-height:44px;
    padding:9px 8px;
    white-space:normal;
  }
  .role-mode-note{
    display:grid;
  }
  #request-form .role-form-primary{
    grid-template-columns:1fr;
  }
}

/* Unified mobile assistant dock: keep both MAX and AI available on every public page. */
@media(max-width:680px){
  .ai-chat-widget:not(.is-open),
  body:has(#request-form) .ai-chat-widget:not(.is-open),
  body:has(.catalog-master-index-block-grid) .ai-chat-widget:not(.is-open),
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open){
    display:block!important;
    width:max-content!important;
    max-width:calc(100vw - 18px)!important;
  }
  .ai-chat-widget:not(.is-open) .ai-chat-dock,
  body:has(#request-form) .ai-chat-widget:not(.is-open) .ai-chat-dock,
  body:has(.catalog-master-index-block-grid) .ai-chat-widget:not(.is-open) .ai-chat-dock,
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open) .ai-chat-dock{
    display:grid!important;
    grid-template-columns:auto auto!important;
    align-items:center!important;
    justify-content:end!important;
    gap:7px!important;
    width:max-content!important;
    margin-left:auto!important;
  }
  .ai-chat-widget:not(.is-open) .ai-messenger-dock,
  body:has(#request-form) .ai-chat-widget:not(.is-open) .ai-messenger-dock,
  body:has(.catalog-master-index-block-grid) .ai-chat-widget:not(.is-open) .ai-messenger-dock,
  body:has(.catalog-level-section) .ai-chat-widget:not(.is-open) .ai-messenger-dock{
    display:flex!important;
    gap:5px!important;
  }
  .ai-chat-widget:not(.is-open) .ai-messenger-link-max{
    display:grid!important;
    width:30px!important;
    min-width:30px!important;
    height:30px!important;
    min-height:30px!important;
  }
  .ai-chat-widget:not(.is-open) .ai-messenger-link-max .ai-messenger-mark{
    width:27px!important;
    height:27px!important;
  }
}

/* PNP support chooser final cascade: one AI/manager entry point. */
.ai-chat-route{display:grid;gap:9px;margin:14px;padding:15px;border:1px solid rgba(214,168,185,.28);border-radius:14px;background:linear-gradient(145deg,rgba(109,32,57,.34),rgba(255,255,255,.055))}
.ai-chat-route[hidden],.ai-chat-widget.ai-chat-mode-ai .ai-chat-route,.ai-chat-widget.ai-chat-mode-manager .ai-chat-route{display:none!important}
.ai-chat-route>strong{color:#fff;font-size:16px;line-height:1.2}
.ai-chat-route>span{color:rgba(255,255,255,.68);font-size:12px;line-height:1.4}
.ai-chat-route-actions{display:grid;gap:8px;margin-top:2px}
.ai-chat-route-actions button{display:grid;min-height:58px;gap:4px;padding:10px 12px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(5,14,27,.28);color:#fff;cursor:pointer;text-align:left}
.ai-chat-route-actions button:hover,.ai-chat-route-actions button:focus-visible{border-color:rgba(240,165,192,.72);background:rgba(109,32,57,.34);outline:none}
.ai-chat-route-actions button:focus-visible{box-shadow:0 0 0 3px rgba(240,165,192,.2)}
.ai-chat-route-actions b{font-size:13px}.ai-chat-route-actions small{color:rgba(255,255,255,.62);font-size:10.5px;line-height:1.3}
.ai-chat-widget:not(.ai-chat-mode-ai):not(.ai-chat-mode-manager) .ai-chat-contact-form{display:none!important}
.ai-chat-widget:not(.ai-chat-mode-ai):not(.ai-chat-mode-manager) .ai-chat-note,.ai-chat-widget:not(.ai-chat-mode-ai):not(.ai-chat-mode-manager) .ai-chat-messages,.ai-chat-widget:not(.ai-chat-mode-ai):not(.ai-chat-mode-manager) .ai-chat-quick,.ai-chat-widget:not(.ai-chat-mode-ai):not(.ai-chat-mode-manager) .ai-chat-form{display:none!important}
.ai-chat-widget.ai-chat-mode-ai .ai-chat-note{display:block!important}
.ai-chat-widget.ai-chat-mode-ai .ai-chat-messages,.ai-chat-widget.ai-chat-mode-ai .ai-chat-quick,.ai-chat-widget.ai-chat-mode-ai .ai-chat-form{display:grid!important}

/* Role navigation final interaction guard: this file contains legacy EOF overrides. */
#mainNav .pnp-role-nav-panel a:after{
  content:none!important;
  display:none!important;
}
#mainNav .pnp-role-nav-card{
  display:grid!important;
  align-items:initial!important;
  min-height:112px!important;
}
#mainNav .pnp-role-nav-procurement{
  display:grid!important;
  min-height:52px!important;
}
#mainNav .pnp-role-nav-overview{
  display:flex!important;
  min-height:52px!important;
}
@media(max-width:1080px){
  body:has(#mainNav.open) .ai-chat-widget{
    display:none!important;
  }
  #mainNav.main-nav.open{
    max-height:calc(100dvh - 112px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    scrollbar-gutter:stable;
  }
  #mainNav .pnp-role-nav-card{
    min-height:64px!important;
  }
  #mainNav .pnp-role-nav-procurement{
    min-height:58px!important;
  }
  #mainNav .pnp-role-nav-overview{
    min-height:48px!important;
  }
}
@media(max-width:680px){
  #mainNav.main-nav.open{
    max-height:calc(100dvh - 158px)!important;
    padding-bottom:12px!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-trigger{
    display:flex!important;
    height:46px!important;
    max-height:46px!important;
    flex:0 0 46px!important;
    min-height:46px!important;
    padding:0 13px!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-card{
    display:grid!important;
    min-height:64px!important;
    padding:11px 12px!important;
    border-radius:11px!important;
    background:rgba(255,255,255,.045)!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-card.active{
    background:linear-gradient(135deg,rgba(109,32,57,.6),rgba(255,255,255,.055))!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-procurement{
    display:grid!important;
    min-height:58px!important;
    padding:10px 12px!important;
    background:rgba(255,255,255,.045)!important;
  }
  #mainNav.main-nav.open .pnp-role-nav-overview{
    display:flex!important;
    min-height:48px!important;
    padding:10px 12px!important;
    background:rgba(255,255,255,.045)!important;
  }
}

/* PNP AI chat authoritative final cascade 2026-07-22. */
.ai-chat-panel{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;min-height:0!important;resize:none!important;overflow:hidden!important}
.ai-chat-panel[hidden]{display:none!important}
.ai-chat-stage{position:relative!important;min-width:0!important;min-height:0!important;display:grid!important;grid-template:1fr / 1fr!important;overflow:hidden!important}
.ai-chat-stage>.ai-chat-route,.ai-chat-stage>.ai-chat-contact-form,.ai-chat-stage>.ai-chat-conversation{grid-area:1 / 1!important;min-width:0!important;min-height:0!important}
.ai-chat-widget[data-ai-view="chooser"] .ai-chat-route{display:grid!important}
.ai-chat-widget:not([data-ai-view="chooser"]) .ai-chat-route,.ai-chat-widget:not([data-ai-view="contact"]) .ai-chat-contact-form,.ai-chat-widget:not([data-ai-view="conversation"]) .ai-chat-conversation{display:none!important}
.ai-chat-widget[data-ai-view="contact"] .ai-chat-contact-form{display:grid!important;align-content:start!important}
.ai-chat-widget[data-ai-view="conversation"] .ai-chat-conversation{display:grid!important;grid-template-rows:minmax(0,1fr) auto auto!important;overflow:hidden!important}
.ai-chat-note,.ai-chat-file-warning{display:none!important}
.ai-chat-head{position:relative!important;z-index:3!important;min-height:56px!important;padding:11px 12px 11px 48px!important;align-items:center!important;gap:7px!important}
.ai-chat-head>div{min-width:0!important;margin-right:auto!important}.ai-chat-head strong{font-size:14px!important;line-height:1.15!important}
.ai-chat-head span{display:block!important;margin-top:2px!important;font-size:10.5px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.ai-chat-resize-handle{left:9px!important;top:12px!important;width:26px!important;height:26px!important;border-radius:8px!important}
.ai-chat-widget:not([data-ai-view="conversation"]) .ai-chat-resize-handle,.ai-chat-widget:not([data-ai-view="conversation"]) .ai-chat-size-toggle{display:none!important}
.ai-chat-route{align-self:start!important;margin:12px!important;padding:13px!important;gap:8px!important}.ai-chat-route-actions button{min-height:54px!important}
.ai-chat-contact-form{align-self:start!important;max-height:100%!important;overflow:auto!important;overscroll-behavior:contain!important;margin:12px!important;padding:12px!important;gap:8px!important}
.ai-chat-contact-form input{min-height:40px!important;padding:9px 11px!important}.ai-chat-contact-form .btn{min-height:38px!important}.ai-chat-contact-form small:empty{display:none!important}
.ai-chat-messages{display:grid!important;align-content:start!important;gap:8px!important;min-height:0!important;max-height:none!important;height:auto!important;padding:11px 12px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;scrollbar-gutter:stable!important}
.ai-chat-message{width:max-content!important;max-width:min(88%,560px)!important;margin:0!important;padding:9px 10px!important;border-radius:11px!important;font-size:12.5px!important;line-height:1.38!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}
.ai-chat-message-user{justify-self:end!important}.ai-chat-message:empty{min-width:58px!important;min-height:36px!important}
.ai-chat-quick{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:8px 12px!important;border-top:1px solid rgba(255,255,255,.08)!important}
.ai-chat-quick button{min-height:34px!important;padding:7px 9px!important;border-radius:9px!important;white-space:nowrap!important}
.ai-chat-form{display:grid!important;gap:7px!important;padding:0 12px 12px!important}.ai-chat-form textarea{min-height:58px!important;max-height:112px!important;padding:10px 11px!important;resize:none!important}
.ai-chat-file-list{max-height:116px!important;overflow:auto!important;overscroll-behavior:contain!important}.ai-chat-file-list:empty{display:none!important}
@media(max-width:680px){
  .ai-chat-panel{max-height:calc(100dvh - 70px)!important}
  .ai-chat-head{padding-left:12px!important}
  .ai-chat-resize-handle,.ai-chat-size-toggle{display:none!important}
  .ai-chat-route,.ai-chat-contact-form{margin:9px!important}
  .ai-chat-messages{padding:10px!important}.ai-chat-quick{padding:7px 10px!important}.ai-chat-form{padding:0 10px 10px!important}
}

/* Homepage mobile MVP 2026-07-22. Everything is scoped; desktop is untouched. */
@media(max-width:680px){
  body.home-page{
    --home-mobile-radius:16px;
    overflow-x:hidden;
  }
  body.home-page.home-mobile-menu-open,
  body.home-page.home-mobile-chat-open{
    overflow:hidden!important;
    touch-action:none;
  }
  body.home-page main>section{scroll-margin-top:70px}
  body.home-page .section,
  body.home-page .section.compact{padding-block:42px!important}
  body.home-page .section-head{
    align-items:flex-start;
    gap:14px;
    margin-bottom:22px!important;
  }
  body.home-page .section-head h2,
  body.home-page .why-tech-head h2{
    font-size:clamp(28px,8vw,31px)!important;
    line-height:1.06!important;
    letter-spacing:-.035em;
  }
  body.home-page .section-head p,
  body.home-page .why-tech-head p{
    margin-top:11px!important;
    font-size:14px!important;
    line-height:1.5!important;
  }
  body.home-page .menu-btn{
    min-width:64px;
    min-height:44px;
    padding:10px 13px;
  }

  /* First screen: one decision and compact proof points. */
  body.home-page .hero-v13{
    min-height:0!important;
    padding:0 0 22px!important;
  }
  body.home-page .hero-v13 .hero-grid{
    display:block!important;
    min-height:0!important;
    padding:25px 0 0!important;
  }
  body.home-page .hero-v13 .eyebrow{
    margin-bottom:15px;
    font-size:9px;
    letter-spacing:.13em;
  }
  body.home-page .hero-v13 h1{
    max-width:11.2em;
    margin:0;
    font-size:clamp(34px,9.8vw,39px)!important;
    line-height:1.01!important;
    letter-spacing:-.05em;
  }
  body.home-page .hero-v13 .hero-subtitle{
    margin-top:20px;
    font-size:15px!important;
    line-height:1.5!important;
  }
  body.home-page .hero-v13 .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:22px!important;
  }
  body.home-page .hero-v13 .hero-actions .btn{
    width:100%;
    min-height:50px;
    justify-content:space-between;
    padding:12px 16px;
    border-radius:10px;
    font-size:12px;
    line-height:1.25;
    text-align:left;
  }
  body.home-page .home-hero-features{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:22px!important;
    border:0!important;
  }
  body.home-page .home-hero-features .feature-mini{
    min-height:84px!important;
    display:grid!important;
    grid-template-columns:32px minmax(0,1fr)!important;
    align-items:center!important;
    gap:9px!important;
    padding:11px 10px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:13px!important;
    background:rgba(4,15,28,.54)!important;
  }
  body.home-page .home-hero-features .feature-mini i{
    width:32px!important;
    height:32px!important;
    margin:0!important;
  }
  body.home-page .home-hero-features .feature-mini span{
    font-size:11px!important;
    line-height:1.3!important;
    white-space:normal!important;
    overflow-wrap:anywhere;
  }
  body.home-page .home-hero-features .feature-mini br{display:none}

  /* Conversion first: JS moves this section directly below the hero. */
  body.home-page #homeRequest{padding-block:36px 44px!important}
  body.home-page #homeRequest>.container{
    display:flex;
    flex-direction:column;
    min-width:0;
  }
  body.home-page .home-request-card,
  body.home-page .home-request-router{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  body.home-page .home-request-card{
    margin:0!important;
    padding:21px 17px 19px!important;
    border-radius:var(--home-mobile-radius)!important;
  }
  body.home-page .home-request-card *,
  body.home-page .home-request-card *:before,
  body.home-page .home-request-card *:after{
    min-width:0;
    box-sizing:border-box;
  }
  body.home-page .home-request-head h2{
    font-size:32px!important;
    line-height:1.04!important;
  }
  body.home-page .home-request-card .sym-request-home-form{
    width:100%!important;
    margin-top:17px!important;
    gap:13px!important;
  }
  body.home-page .home-request-contact-row{
    grid-template-columns:minmax(0,1fr)!important;
    gap:13px!important;
  }
  body.home-page .home-request-card input:not([type=file]):not([type=checkbox]),
  body.home-page .home-request-card textarea{
    width:100%!important;
    max-width:100%!important;
  }
  body.home-page .home-request-card input:not([type=file]):not([type=checkbox]){min-height:48px!important}
  body.home-page .home-request-messenger-options{
    display:flex!important;
    gap:8px!important;
  }
  body.home-page .home-request-messenger-option>span{
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    padding:8px!important;
  }
  body.home-page .home-request-card .upload-box{
    width:max-content!important;
    max-width:100%!important;
    min-height:48px!important;
    padding:10px 13px!important;
  }
  body.home-page .home-request-card textarea{
    min-height:82px!important;
    max-height:140px!important;
  }
  body.home-page .home-request-consent{
    grid-template-columns:18px minmax(0,1fr)!important;
    align-items:start!important;
    gap:9px!important;
  }
  body.home-page .home-request-consent input{
    width:18px!important;
    min-width:18px!important;
    height:18px!important;
    margin-top:1px!important;
  }
  body.home-page .home-request-consent span{
    font-size:11px!important;
    line-height:1.42!important;
  }
  body.home-page .home-request-actions .btn{min-height:52px!important}
  body.home-page .home-request-reassurance{display:none!important}
  body.home-page .home-request-router{
    margin:18px 0 0!important;
    padding:16px!important;
    border-radius:var(--home-mobile-radius)!important;
  }
  body.home-page .home-request-router-head{margin-bottom:12px!important}
  body.home-page .home-request-router-head h2{
    font-size:23px!important;
    line-height:1.08!important;
  }
  body.home-page .home-request-stage-tabs{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    overflow:visible!important;
    padding:0!important;
    scrollbar-width:none!important;
  }
  body.home-page .home-request-stage-tabs::-webkit-scrollbar{display:none}
  body.home-page .home-request-stage{
    width:100%!important;
    min-height:58px!important;
    padding:8px!important;
    flex:none!important;
  }
  body.home-page .home-request-stage-copy strong{font-size:13px!important}
  body.home-page .home-request-stage-copy small{font-size:10px!important}
  body.home-page .home-request-workflow-details,
  body.home-page .home-request-workflow-panel{min-height:220px!important}
  body.home-page .home-request-workflow-panel{padding:17px 15px!important}
  body.home-page .home-request-workflow-panel h3{
    max-width:94%!important;
    font-size:18px!important;
  }
  body.home-page .home-request-workflow-panel p{
    max-width:94%!important;
    font-size:11.5px!important;
    line-height:1.42!important;
  }
  body.home-page .home-request-route-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    margin-top:9px!important;
  }
  body.home-page .home-request-route{
    min-height:58px!important;
    padding:8px 9px!important;
  }

  /* Partner roles: one readable card at a time. */
  body.home-page #clients .role-entry-head p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  body.home-page #clients .role-entry-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:0 16px 4px 0!important;
    margin-right:-16px;
  }
  body.home-page #clients .role-entry-grid::-webkit-scrollbar{display:none}
  body.home-page #clients .role-entry-card,
  body.home-page #clients .role-entry-card:last-child{
    flex:0 0 min(84vw,328px)!important;
    width:min(84vw,328px)!important;
    min-height:470px!important;
    padding:20px!important;
    scroll-snap-align:start;
  }
  body.home-page #clients .role-entry-card-top{margin-bottom:20px!important}
  body.home-page #clients .role-entry-card h3{font-size:27px!important}
  body.home-page #clients .role-entry-card p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    font-size:13px!important;
  }
  body.home-page #clients .role-entry-card ul{
    margin-top:15px!important;
    gap:8px!important;
  }
  body.home-page #clients .role-entry-link.role-entry-link-action{
    min-height:48px!important;
    margin-top:auto!important;
  }

  /* Six responsibilities become controls plus one active detail. */
  body.home-page #why-pnp[data-why-variant] .why-tech-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:none!important;
    gap:9px!important;
  }
  body.home-page #why-pnp[data-why-variant] .why-tech-grid .why-tech-card,
  body.home-page #why-pnp[data-why-variant=console] .why-tech-grid .why-tech-card{
    grid-column:auto!important;
    grid-row:auto!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    min-height:122px!important;
    height:122px!important;
    padding:13px!important;
  }
  body.home-page #why-pnp .why-tech-card__top{margin:0 0 10px!important}
  body.home-page #why-pnp .why-tech-card__index{font-size:10px!important}
  body.home-page #why-pnp .why-tech-card__pill{
    max-width:79%;
    font-size:9.5px!important;
    letter-spacing:.035em!important;
  }
  body.home-page #why-pnp[data-why-variant] .why-tech-grid .why-tech-card h3{
    margin:0!important;
    font-size:15.5px!important;
    line-height:1.12!important;
  }
  body.home-page #why-pnp .why-tech-card__detail{display:none!important}
  body.home-page #why-pnp[data-why-variant=console] .why-tech-console{
    grid-column:1/-1!important;
    grid-row:auto!important;
    display:grid!important;
    order:10!important;
    min-height:0!important;
    padding:18px!important;
    border-radius:var(--home-mobile-radius)!important;
  }
  body.home-page #why-pnp .why-tech-console__kicker{display:none!important}
  body.home-page #why-pnp .why-tech-console__title{
    margin-top:13px!important;
    font-size:25px!important;
    line-height:1.05!important;
  }
  body.home-page #why-pnp .why-tech-console__text{
    margin-top:13px!important;
    font-size:13px!important;
    line-height:1.48!important;
  }
  body.home-page #why-pnp .why-tech-console__meta{
    margin-top:16px!important;
    gap:6px!important;
  }

  /* Supply directions become a swipeable showcase. */
  body.home-page .home-directions-section .section-head{display:grid!important}
  body.home-page .home-directions-section .link-more{
    min-height:44px!important;
    width:max-content;
    padding-block:10px!important;
    display:flex!important;
    align-items:center!important;
  }
  body.home-page .home-main-block-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:0 16px 4px 0!important;
    margin-right:-16px;
  }
  body.home-page .home-main-block-grid::-webkit-scrollbar{display:none}
  body.home-page .home-main-block-card,
  body.home-page .home-main-block-card.is-major,
  body.home-page .home-main-block-card:nth-child(n){
    flex:0 0 min(86vw,332px)!important;
    width:min(86vw,332px)!important;
    max-width:332px!important;
    min-height:440px!important;
    grid-column:auto!important;
    grid-template-columns:1fr!important;
    grid-template-rows:158px 1fr!important;
    scroll-snap-align:start;
  }
  body.home-page .home-main-block-body{padding:17px 16px 16px!important}
  body.home-page .home-main-block-body h3,
  body.home-page .home-main-block-card.is-major .home-main-block-body h3{font-size:24px!important}
  body.home-page .home-main-block-body p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  body.home-page .home-main-block-chips span:nth-child(n+3){display:none!important}
  body.home-page .home-main-block-card .category-actions .btn.ghost{display:none!important}
  body.home-page .home-main-block-card .category-actions .btn.small{
    width:100%!important;
    min-height:46px!important;
  }

  /* Brands: one calm horizontal ribbon. */
  body.home-page .home-brands-section .section-head{display:grid!important}
  body.home-page .home-brands-section .section-head>div:last-child{gap:10px!important}
  body.home-page .home-brands-section .section-head>div:last-child a:first-child{display:none!important}
  body.home-page .home-brands-section .link-more{
    min-height:44px!important;
    padding-block:10px!important;
    display:flex!important;
    align-items:center!important;
  }
  body.home-page .home-partner-logo-carousel .partner-logo-nav{width:44px!important}
  body.home-page .home-partner-logo-carousel .partner-logo-showcase{
    grid-template-rows:72px!important;
    grid-auto-columns:148px!important;
    gap:10px!important;
    padding:12px 42px!important;
  }
  body.home-page .home-partner-logo-carousel .partner-showcase-logo{
    height:72px!important;
    min-height:72px!important;
    padding:10px 12px!important;
  }
  body.home-page .home-partner-logo-carousel .partner-showcase-logo img{max-height:46px!important}

  /* Footer: direct help and essential contacts only. */
  body.home-page .site-footer-cta{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:18px!important;
    border-radius:var(--home-mobile-radius)!important;
  }
  body.home-page .site-footer-cta h2{
    margin-top:7px!important;
    font-size:28px!important;
    line-height:1.05!important;
  }
  body.home-page .site-footer-cta p{
    margin-top:8px!important;
    font-size:12.5px!important;
  }
  body.home-page .site-footer-cta-actions{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body.home-page .site-footer-button{min-height:54px!important}
  body.home-page .site-footer-description,
  body.home-page .site-footer-address{display:none!important}
  body.home-page .site-footer-brand{gap:12px!important}
  body.home-page .site-footer-bottom{
    gap:14px!important;
    padding-bottom:calc(18px + env(safe-area-inset-bottom))!important;
  }

  /* AI: one launcher, then a contained bottom sheet. */
  body.home-page .ai-chat-widget:not(.is-open){
    right:14px!important;
    bottom:calc(14px + env(safe-area-inset-bottom))!important;
    width:52px!important;
    max-width:52px!important;
  }
  body.home-page .ai-chat-widget:not(.is-open) .ai-chat-dock{
    display:block!important;
    width:52px!important;
  }
  body.home-page .ai-chat-widget:not(.is-open) .ai-messenger-dock{display:none!important}
  body.home-page .ai-chat-widget:not(.is-open) .ai-chat-toggle{
    width:52px!important;
    min-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
    border-radius:999px!important;
  }
  body.home-page .ai-chat-widget:not(.is-open) .ai-chat-toggle span{display:none!important}
  body.home-page.home-mobile-request-active .ai-chat-widget:not(.is-open){
    opacity:0!important;
    pointer-events:none!important;
    transform:translateY(16px)!important;
  }
  body.home-page .ai-chat-widget.is-open{
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    padding:0 8px env(safe-area-inset-bottom)!important;
  }
  body.home-page .ai-chat-widget.is-open .ai-chat-dock{display:none!important}
  body.home-page .ai-chat-widget.is-open .ai-chat-panel{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    max-height:calc(100dvh - 70px - env(safe-area-inset-bottom))!important;
    margin:0!important;
    border-radius:18px 18px 0 0!important;
  }
  body.home-page .ai-chat-widget.is-open[data-ai-view=chooser] .ai-chat-panel,
  body.home-page .ai-chat-widget.is-open[data-ai-view=contact] .ai-chat-panel{height:auto!important}
  body.home-page .ai-chat-widget.is-open[data-ai-view=conversation] .ai-chat-panel{height:min(74dvh,620px)!important}
  body.home-page .ai-chat-close{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
  }
  body.home-page .ai-chat-route-actions button{min-height:58px!important}
  body.home-page .ai-chat-contact-form input,
  body.home-page .ai-chat-contact-form .btn,
  body.home-page .ai-chat-quick button{min-height:44px!important}
  body.home-page .brand-pnp-clean{min-height:44px!important}
  body.home-page #clients .role-entry-grid,
  body.home-page .home-main-block-grid{
    width:calc(100% + 13px)!important;
    max-width:calc(100% + 13px)!important;
    margin-right:-13px!important;
  }
  body.home-page .mobile-call{display:none!important}
}

@media(max-width:370px){
  body.home-page .hero-v13 h1{font-size:33px!important}
  body.home-page .home-hero-features .feature-mini{
    grid-template-columns:28px minmax(0,1fr)!important;
    gap:7px!important;
    padding-inline:8px!important;
  }
  body.home-page #why-pnp[data-why-variant] .why-tech-grid .why-tech-card,
  body.home-page #why-pnp[data-why-variant=console] .why-tech-grid .why-tech-card{
    min-height:128px!important;
    height:128px!important;
  }
}

@media(max-width:680px) and (prefers-reduced-motion:reduce){
  body.home-page .role-entry-grid,
  body.home-page .home-main-block-grid{scroll-behavior:auto!important}
}

/* CTA palette. The approved bright-burgundy brand treatment is the production
   default; ?cta-variant=1|2|3|brand remains available for local comparison. */
:root{
  --cta-primary-start:#a32850;
  --cta-primary-mid:#c93c6a;
  --cta-primary-end:#cc3f6e;
  --cta-primary-hover:#cc3f6e;
  --cta-primary-ring:rgba(244,139,174,.56);
  --cta-primary-shadow:rgba(163,40,80,.58);
  --cta-panel-start:#9b2850;
  --cta-panel-mid:#792646;
  --cta-panel-end:#2d324d;
}
html[data-cta-variant="1"]{
  --cta-primary-start:#a91b4f;
  --cta-primary-mid:#c73567;
  --cta-primary-end:#7d1f45;
  --cta-primary-hover:#cc3f74;
  --cta-primary-ring:rgba(239,91,139,.55);
  --cta-primary-shadow:rgba(143,33,71,.52);
  --cta-panel-start:#78243f;
  --cta-panel-mid:#5a2037;
  --cta-panel-end:#202c47;
}
html[data-cta-variant="2"]{
  --cta-primary-start:#c43a67;
  --cta-primary-mid:#93345e;
  --cta-primary-end:#1b385d;
  --cta-primary-hover:#ce4276;
  --cta-primary-ring:rgba(255,155,190,.58);
  --cta-primary-shadow:rgba(177,35,89,.52);
  --cta-panel-start:#8b2b54;
  --cta-panel-mid:#5e2848;
  --cta-panel-end:#1c3555;
}
html[data-cta-variant="3"]{
  --cta-primary-start:#b12759;
  --cta-primary-mid:#7a2144;
  --cta-primary-end:#243c60;
  --cta-primary-hover:#c13a69;
  --cta-primary-ring:rgba(246,155,188,.52);
  --cta-primary-shadow:rgba(68,28,67,.52);
  --cta-panel-start:#64213f;
  --cta-panel-mid:#43233d;
  --cta-panel-end:#1d304b;
}
/* Brand bright burgundy: keep the PNP burgundy hue, lift saturation and
   luminance, and retain safe white-text contrast on every stop. */
html[data-cta-variant="brand"]{
  --cta-primary-start:#a32850;
  --cta-primary-mid:#c93c6a;
  --cta-primary-end:#cc3f6e;
  --cta-primary-hover:#cc3f6e;
  --cta-primary-ring:rgba(244,139,174,.56);
  --cta-primary-shadow:rgba(163,40,80,.58);
  /* The form is a brighter burgundy derivative of the CTA, not a separate
     purple panel. Keep enough depth for the fields while making the request
     immediately visible as the primary action. */
  --cta-panel-start:#9b2850;
  --cta-panel-mid:#792646;
  --cta-panel-end:#2d324d;
}

html body .header-direct-action-primary,
html body .hero-v13 .hero-actions .hero-primary-cta,
html body.about-page .about-passport-hero .hero-primary-cta,
html body .home-request-card .home-request-actions > .btn{
  border-color:rgba(255,220,232,.78)!important;
  background:linear-gradient(135deg,var(--cta-primary-start) 0%,var(--cta-primary-mid) 54%,var(--cta-primary-end) 100%)!important;
  box-shadow:0 18px 42px var(--cta-primary-shadow),inset 0 1px 0 rgba(255,255,255,.2)!important;
  color:#fff!important;
}

html body .header-direct-action-primary:hover,
html body .header-direct-action-primary:focus-visible,
html body .hero-v13 .hero-actions .hero-primary-cta:hover,
html body .hero-v13 .hero-actions .hero-primary-cta:focus-visible,
html body.about-page .about-passport-hero .hero-primary-cta:hover,
html body.about-page .about-passport-hero .hero-primary-cta:focus-visible,
html body .home-request-card .home-request-actions > .btn:hover,
html body .home-request-card .home-request-actions > .btn:focus-visible{
  border-color:#ffe1eb!important;
  background:linear-gradient(135deg,var(--cta-primary-hover) 0%,var(--cta-primary-mid) 54%,var(--cta-primary-end) 100%)!important;
  box-shadow:0 22px 54px var(--cta-primary-shadow),0 0 0 4px var(--cta-primary-ring)!important;
  outline:none!important;
}

html body .home-request-card{
  border-color:rgba(236,124,163,.58)!important;
  background:
    radial-gradient(circle at 88% 8%,rgba(255,255,255,.12),transparent 30%),
    linear-gradient(145deg,var(--cta-panel-start),var(--cta-panel-mid) 58%,var(--cta-panel-end))!important;
}
html body .home-request-card::before{
  background:linear-gradient(90deg,#ff86b1,var(--cta-primary-hover) 48%,transparent 90%)!important;
}

/* AI is a secondary route: dark glass plus a clear accent, never a second
   full primary button competing with the hero CTA. */
html body .ai-chat-toggle{
  border-color:rgba(255,151,190,.74)!important;
  background:
    radial-gradient(circle at 12% 0,rgba(255,98,163,.34),transparent 54%),
    linear-gradient(135deg,rgba(19,31,52,.96),rgba(49,28,58,.94))!important;
  box-shadow:0 18px 48px rgba(0,0,0,.34),0 0 0 3px var(--cta-primary-ring)!important;
}
html body .ai-chat-toggle:hover,
html body .ai-chat-toggle:focus-visible{
  border-color:#ffe1eb!important;
  transform:translateY(-2px);
  outline:none!important;
}
html body .ai-chat-toggle b{
  border-color:rgba(255,169,201,.72)!important;
  background:rgba(199,55,103,.3)!important;
}

/* Keep the wide footer panel as the visual reference, but let each preview
   expose the chosen accent without recoloring both footer actions. */
html[data-cta-variant="1"] body .site-footer-cta{
  background:linear-gradient(115deg,rgba(123,31,64,.96),rgba(88,30,59,.72) 48%,rgba(16,35,59,.9)),var(--site-footer-panel)!important;
}
html[data-cta-variant="2"] body .site-footer-cta{
  background:linear-gradient(115deg,rgba(196,58,103,.96),rgba(147,52,94,.78) 48%,rgba(27,56,93,.94)),var(--site-footer-panel)!important;
}
html[data-cta-variant="3"] body .site-footer-cta{
  background:linear-gradient(115deg,rgba(132,22,56,.94),rgba(73,31,62,.72) 48%,rgba(20,41,69,.94)),var(--site-footer-panel)!important;
}
html body .site-footer-cta{
  background:linear-gradient(115deg,rgba(163,40,80,.96),rgba(121,34,65,.74) 48%,rgba(16,35,59,.92)),var(--site-footer-panel)!important;
}

@media(max-width:680px){
  html body .home-request-card .home-request-actions > .btn{
    width:100%;
  }
}

/* Shared section identifier: one brand grammar above every major content block. */
.section-eyebrow{
  display:inline-flex!important;
  align-items:center;
  gap:11px;
  width:max-content;
  max-width:100%;
  margin:0 0 14px;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#b6c1d1!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.17em;
  line-height:1.2;
  text-transform:uppercase;
}
.section-eyebrow::before{
  content:"";
  flex:0 0 22px;
  width:22px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#bb2458,#e04e82)!important;
  box-shadow:0 0 14px rgba(210,56,114,.36);
}
@media(max-width:680px){
  .section-eyebrow{
    gap:9px;
    margin-bottom:11px;
    font-size:10px;
    letter-spacing:.145em;
  }
  .section-eyebrow::before{
    flex-basis:18px;
    width:18px;
  }
}

/* Homepage supply map: a single, canonical route into the catalog. */
body.home-page .home-supply-section{
  position:relative;
  overflow:hidden;
}
body.home-page .home-supply-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.56;
  background:linear-gradient(90deg,rgba(17,30,52,.16),rgba(95,27,61,.10),rgba(17,30,52,.05));
}
body.home-page .home-supply-section .container{position:relative;z-index:1}
body.home-page .home-supply-section-head{margin-bottom:22px!important}
.home-supply-map{display:grid;gap:18px}
.home-supply-columns{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.home-supply-sphere{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:16px;
  border:1px solid rgba(150,174,207,.28);
  border-top:3px solid rgba(218,58,111,.76);
  border-radius:12px;
  background:linear-gradient(165deg,rgba(28,47,77,.94),rgba(11,25,45,.97));
  box-shadow:0 16px 38px rgba(0,0,0,.16);
}
.home-supply-sphere:nth-child(2){border-top-color:rgba(232,75,125,.94)}
.home-supply-sphere:nth-child(3){border-top-color:rgba(214,53,104,.82)}
.home-supply-sphere:nth-child(4){border-top-color:rgba(182,49,92,.72)}
.home-supply-sphere:nth-child(5){border-top-color:rgba(204,68,111,.74)}
.home-supply-sphere-head{display:flex;gap:9px;align-items:flex-start;min-height:54px}
.home-supply-sphere-index{
  display:inline-grid;
  place-items:center;
  flex:0 0 28px;
  width:28px;
  height:28px;
  border:1px solid rgba(236,105,150,.58);
  border-radius:8px;
  color:#ffd3e2;
  background:rgba(167,31,79,.22);
  font-size:10px;
  font-weight:950;
  letter-spacing:.06em;
}
.home-supply-sphere h3{
  margin:2px 0 0;
  color:#f7f9fd;
  font-size:19px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.home-supply-sphere-mobile-toggle{display:none}
.home-supply-direction-list{display:grid;gap:7px;margin-top:12px}
.home-supply-direction{
  display:grid;
  grid-template-columns:26px minmax(0,1fr) 14px;
  align-items:center;
  gap:8px;
  width:100%;
  min-height:50px;
  padding:8px 9px;
  border:1px solid rgba(169,188,215,.26);
  border-radius:8px;
  color:#eaf0f8;
  background:rgba(8,20,38,.24);
  text-align:left;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.home-supply-direction:hover{
  border-color:rgba(244,142,180,.70);
  background:rgba(130,30,70,.22);
  transform:translateY(-1px);
}
.home-supply-direction:focus-visible{
  outline:3px solid rgba(255,118,173,.82);
  outline-offset:2px;
}
.home-supply-direction.is-active{
  border-color:rgba(255,129,179,.94);
  background:linear-gradient(100deg,rgba(169,35,82,.86),rgba(104,27,66,.64));
  box-shadow:0 10px 28px rgba(108,16,57,.32),inset 0 0 0 1px rgba(255,220,233,.12);
}
.home-supply-direction.is-unavailable{
  grid-template-columns:26px minmax(0,1fr);
  color:#8895aa;
  border-style:dashed;
  opacity:.72;
  cursor:not-allowed;
}
.home-supply-direction-icon{display:grid;place-items:center;width:26px;height:26px;color:#ed8eb3}
.home-supply-direction-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.home-supply-direction-name{font-size:12px;font-weight:780;line-height:1.16;overflow-wrap:anywhere}
.home-supply-direction-arrow{color:#ffd7e7;font-size:18px;line-height:1;text-align:right}
.home-supply-direction small{grid-column:2;display:block;margin-top:-4px;color:#a6b0bf;font-size:9px;font-weight:700}
.home-supply-connector{position:relative;display:grid;place-items:center;height:20px;margin:0 9%}
.home-supply-connector::before{
  content:"";
  position:absolute;
  top:2px;
  right:0;
  left:0;
  height:9px;
  border:1px solid rgba(133,159,192,.42);
  border-top:0;
  border-radius:0 0 8px 8px;
}
.home-supply-connector i{position:absolute;top:11px;width:1px;height:9px;background:rgba(146,173,205,.55)}
.home-supply-connector div{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr);width:100%;align-items:start}
.home-supply-connector span{justify-self:center;width:7px;height:7px;border:1px solid rgba(193,215,238,.72);border-radius:50%;background:#1b3455;box-shadow:0 0 0 4px rgba(12,27,47,.86)}
.home-supply-hint{margin:-1px 0 0;color:#aebdce;font-size:13px;text-align:center}
.home-supply-preview{
  position:relative;
  isolation:isolate;
  min-height:268px;
  overflow:hidden;
  border:1px solid rgba(149,176,211,.36);
  border-radius:14px;
  background:radial-gradient(circle at 8% 112%,rgba(181,39,83,.22),transparent 45%),linear-gradient(108deg,#091623 0%,#0b1928 58%,#181728 100%);
  box-shadow:0 20px 48px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.025);
}
.home-supply-preview-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;min-height:268px;max-width:58%;padding:30px 34px}
.home-supply-preview-kicker{color:#f3a3c3;font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.home-supply-preview h3{max-width:620px;margin:10px 0 10px;color:#fff;font-size:clamp(27px,3vw,43px);line-height:1.02;letter-spacing:-.04em}
.home-supply-preview p{max-width:590px;margin:0;color:#d4dfec;font-size:15px;line-height:1.48}
.home-supply-preview-facts{margin-top:15px;color:#f1bad0;font-size:12px;font-weight:850}
.home-supply-preview-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:auto;padding-top:20px}
.home-supply-preview-actions .btn{min-height:44px}
.home-supply-preview-actions .link-more{color:#ffd3e3}
/* The media layer spans the whole card; only the image itself is right-aligned.
   A continuous graphite mask lets it emerge under the copy without a hard seam.
   Each direction below has its own visual focus. */
.home-supply-preview-media{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none}
.home-supply-preview-media::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,#091623 0%,rgba(9,22,35,1) 34%,rgba(9,22,35,.985) 44%,rgba(8,20,33,.88) 54%,rgba(8,20,33,.54) 68%,rgba(7,18,30,.18) 86%,rgba(7,18,30,.03) 100%)}
.home-supply-preview-media img{position:absolute;z-index:0;top:0;right:0;display:block;width:56%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.72) contrast(1.07) brightness(.9);transform:scale(1.012);transition:transform 1.1s cubic-bezier(.22,1,.36,1),filter .7s ease}
.home-supply-preview:hover .home-supply-preview-media img{transform:scale(1.032);filter:saturate(.83) contrast(1.08) brightness(.96)}
.home-supply-preview-media[data-home-supply-media="architecture"] img{object-position:68% 56%}
.home-supply-preview-media[data-home-supply-media="constructive"] img{object-position:53% 55%}
.home-supply-preview-media[data-home-supply-media="water"] img{object-position:63% 55%}
.home-supply-preview-media[data-home-supply-media="hvac"] img{object-position:62% 54%}
.home-supply-preview-media[data-home-supply-media="fire"] img{object-position:78% 48%}
.home-supply-preview-media[data-home-supply-media="low-current"] img{object-position:72% 47%}
.home-supply-preview-media[data-home-supply-media="gas"] img{object-position:72% 50%}
.home-supply-preview-media[data-home-supply-media="vertical-transport"] img{object-position:52% 56%}
.home-supply-preview-media[data-home-supply-media="accessibility"] img{object-position:58% 58%}
.home-supply-preview-media[data-home-supply-media="eom"] img{object-position:69% 52%}
.home-supply-preview-media[data-home-supply-media="it-infrastructure"] img{object-position:54% 50%}
.home-supply-preview-media[data-home-supply-media="tech-equipment"] img{object-position:74% 51%}
.home-supply-footer{display:flex;justify-content:center;padding-top:2px}
.home-supply-footer .btn{min-height:46px}
@media(max-width:1220px){
  .home-supply-columns{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-supply-connector{display:none}
}
@media(max-width:860px){
  .home-supply-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-supply-preview-copy{max-width:70%}
  .home-supply-preview-media img{width:65%}
}
@media(max-width:680px){
  body.home-page .home-supply-section-head{margin-bottom:16px!important}
  .home-supply-map{gap:13px}
  .home-supply-columns{grid-template-columns:1fr;gap:9px}
  .home-supply-sphere{padding:0;border-top-width:2px}
  .home-supply-sphere-head{min-height:0;padding:13px 14px;align-items:center}
  .home-supply-sphere h3{font-size:19px;line-height:1.12}
  .home-supply-sphere-mobile-toggle{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;margin-left:auto;border:1px solid rgba(173,195,222,.35);border-radius:50%;background:rgba(255,255,255,.035);color:#e9f0fa}
  .home-supply-sphere-mobile-toggle span{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-2px,-2px);transition:transform .18s ease}
  .home-supply-sphere.is-mobile-expanded .home-supply-sphere-mobile-toggle span{transform:rotate(225deg) translate(-2px,-2px)}
  .home-supply-direction-list{display:none;margin:0;padding:0 12px 13px}
  .home-supply-sphere.is-mobile-expanded .home-supply-direction-list{display:grid}
  .home-supply-direction{min-height:48px}
  .home-supply-direction-name{font-size:13px}
  .home-supply-hint{margin:0;text-align:left;font-size:12px;line-height:1.45}
  .home-supply-preview{min-height:355px;border-radius:12px}
  .home-supply-preview-copy{min-height:355px;max-width:100%;padding:24px 20px 21px}
  .home-supply-preview h3{font-size:30px}
  .home-supply-preview p{font-size:14px}
  .home-supply-preview-media{opacity:.46}
  .home-supply-preview-media img{width:100%}
  .home-supply-preview-media::after{background:linear-gradient(90deg,rgba(9,23,41,.96),rgba(9,23,41,.72) 54%,rgba(9,23,41,.30) 100%)}
  .home-supply-preview-actions{width:100%;align-items:stretch;gap:10px}
  .home-supply-preview-actions .btn{width:100%}
  .home-supply-preview-actions .link-more{padding:9px 0;text-align:center}
  .home-supply-footer .btn{width:100%}
}

/* Homepage supply gallery. Desktop-only layout mirrors the approved 5 + 5 + 4 composition. */
body.home-page .home-supply-gallery-head{
  display:block;
  margin-bottom:22px!important;
}
body.home-page .home-supply-gallery-head > div{
  width:100%;
}
body.home-page .home-supply-gallery-head h2{
  max-width:none;
  margin:0;
  color:#f7f9fd;
  font-size:42px;
  line-height:1.08;
  letter-spacing:0;
}
body.home-page .home-supply-gallery-head p{
  max-width:900px;
  margin:14px 0 0;
  color:#c8d3e1;
  font-size:15px;
  line-height:1.5;
}
.home-supply-gallery{
  display:grid;
  grid-template-columns:repeat(10,minmax(0,1fr));
  grid-template-areas:
    "architecture architecture constructive constructive it it lowcurrent lowcurrent tech tech"
    "eom eom hvac hvac water water gas gas fire fire"
    ". access access vertical vertical landscape landscape charging charging .";
  gap:12px;
  width:100%;
}
.home-supply-gallery-card{
  position:relative;
  isolation:isolate;
  display:block;
  min-width:0;
  min-height:154px;
  overflow:hidden;
  border:1px solid rgba(148,174,205,.42);
  border-radius:8px;
  color:#fff;
  background:#0a1829;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.home-supply-gallery-card:hover{
  border-color:rgba(238,112,160,.82);
  box-shadow:0 18px 36px rgba(0,0,0,.27),0 0 0 1px rgba(214,57,112,.16);
  transform:translateY(-2px);
}
.home-supply-gallery-card:focus-visible{
  outline:3px solid rgba(255,118,173,.88);
  outline-offset:3px;
}
.home-supply-gallery-media,
.home-supply-gallery-shade{
  position:absolute;
  inset:0;
}
.home-supply-gallery-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.90) saturate(1.02) contrast(1.05);
  transform:scale(1.01);
  transition:filter .35s ease,transform .45s ease;
}
.home-supply-gallery-card:hover .home-supply-gallery-media img{
  filter:brightness(1) saturate(1.08) contrast(1.05);
  transform:scale(1.035);
}
.home-supply-gallery-shade{
  z-index:1;
  background:linear-gradient(180deg,rgba(4,12,22,.02) 16%,rgba(4,12,22,.18) 54%,rgba(3,10,19,.76) 100%);
}
.home-supply-gallery-content{
  position:absolute;
  z-index:2;
  right:12px;
  bottom:11px;
  left:13px;
  display:block;
}
.home-supply-gallery-content strong{
  display:block;
  color:#fff;
  font-size:16px;
  font-weight:760;
  line-height:1.18;
  letter-spacing:0;
  overflow-wrap:normal;
  word-break:normal;
}
.home-supply-gallery-card--architecture{grid-area:architecture}
.home-supply-gallery-card--constructive{grid-area:constructive}
.home-supply-gallery-card--it-infrastructure{grid-area:it}
.home-supply-gallery-card--low-current{grid-area:lowcurrent}
.home-supply-gallery-card--tech-equipment{grid-area:tech}
.home-supply-gallery-card--eom{grid-area:eom}
.home-supply-gallery-card--hvac{grid-area:hvac}
.home-supply-gallery-card--water{grid-area:water}
.home-supply-gallery-card--gas{grid-area:gas}
.home-supply-gallery-card--fire{grid-area:fire}
.home-supply-gallery-card--accessibility{grid-area:access}
.home-supply-gallery-card--vertical-transport{grid-area:vertical}
.home-supply-gallery-card--landscaping-and-site-improvement{grid-area:landscape}
.home-supply-gallery-card--ev-charging-infrastructure{grid-area:charging}

@media(max-width:1180px){
  body.home-page .home-supply-gallery-head h2{font-size:36px}
  .home-supply-gallery{gap:9px}
  .home-supply-gallery-card{min-height:142px}
  .home-supply-gallery-content{right:9px;bottom:9px;left:10px}
  .home-supply-gallery-content strong{font-size:14px}
}
