/*
 * BBU-RRU Intelligence Approved Visual 2.2.0
 * Presentation-only layer. Catalog data, slugs, taxonomies and core logic remain unchanged.
 */
:root{
  --navy:#0c2f70;
  --navy-2:#163f86;
  --blue:#1d78dc;
  --blue-2:#39a4f4;
  --teal:#18a6ae;
  --green:#27a46d;
  --green-bg:#eaf8f0;
  --orange:#f28b21;
  --red:#e9423d;
  --ink:#17305c;
  --muted:#60718d;
  --line:#d8e6f5;
  --line-strong:#bad5ef;
  --page:#eef7ff;
  --panel:#ffffff;
  --panel-blue:#f4faff;
  --soft-blue:#e8f5ff;
  --shadow:0 18px 50px rgba(25,78,136,.10);
  --shadow-soft:0 10px 28px rgba(25,78,136,.075);
  --radius:22px;
  --radius-sm:14px;
  --max:1640px;
  --content:1510px;
  --font:Inter,"Avenir Next","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
html{background:#eaf5ff}
body{
  background:
    radial-gradient(circle at 8% 4%,rgba(95,194,255,.17),transparent 27rem),
    radial-gradient(circle at 94% 18%,rgba(72,180,255,.12),transparent 29rem),
    #eef7ff;
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  letter-spacing:-.005em;
}
a{color:#156fd4}
.site-shell{
  max-width:var(--max);
  width:calc(100% - 26px);
  margin:14px auto 28px;
  border-radius:26px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 0 0 1px rgba(22,79,137,.06),0 28px 90px rgba(20,73,129,.11);
}
.eyebrow{
  color:#1687df;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.button{
  min-height:48px;
  border-radius:11px;
  padding:0 22px;
  font-weight:800;
  box-shadow:none;
}
.button-primary{
  border-color:#1a78d8;
  background:linear-gradient(135deg,#2c91ee,#1768cf);
  color:#fff;
  box-shadow:0 9px 22px rgba(27,112,208,.22);
}
.button-primary:hover{color:#fff;box-shadow:0 12px 28px rgba(27,112,208,.28)}
.button-secondary,.button-ghost{
  background:#fff;
  border-color:#a9cae9;
  color:#145cb1;
}
.button-secondary:hover,.button-ghost:hover{background:#f3f9ff;color:#0b458d;border-color:#71ace0}
.text-link{font-weight:800;color:#166cc8}
.text-link svg,.button svg,.vendor-action svg,.footer-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  width:calc(100% - 26px);
  max-width:var(--max);
  margin:14px auto 0;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(157,195,229,.52);
  border-radius:22px;
  box-shadow:0 10px 30px rgba(19,69,121,.075);
  backdrop-filter:blur(18px);
}
.admin-bar .site-header{top:32px}
.site-header-inner{
  min-height:88px;
  max-width:none;
  padding:0 30px;
  grid-template-columns:minmax(220px,280px) 1fr auto;
  gap:26px;
}
.site-brand{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:var(--navy);
  font-size:1.8rem;
  font-weight:900;
  letter-spacing:-.05em;
}
.site-brand:hover{color:var(--navy)}
.site-brand-mark{
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  color:#167be0;
}
.site-brand-mark svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-brand-main{white-space:nowrap}
.site-brand-main em{color:var(--orange);font-style:normal}
.site-brand-dot{font-size:.85rem;letter-spacing:-.03em;margin-left:-7px;align-self:flex-end;margin-bottom:7px}
.site-navigation{justify-self:center}
.primary-menu{gap:10px}
.primary-menu>li>a{
  min-height:46px;
  padding:0 13px;
  border-radius:10px;
  color:#13396f;
  font-size:.92rem;
  font-weight:800;
}
.primary-menu>li>a:hover,.primary-menu>.current-menu-item>a,.primary-menu>.current-menu-ancestor>a{background:#edf7ff;color:#126ecb}
.primary-menu .sub-menu{
  top:calc(100% + 6px);
  min-width:260px;
  padding:10px;
  border:1px solid #d7e7f5;
  border-radius:16px;
  box-shadow:0 18px 44px rgba(18,68,117,.14);
}
.primary-menu .sub-menu a{border-radius:9px;font-size:.84rem;color:#345171}
.header-actions{gap:12px}
.header-search{display:none}
.header-inquiry{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:50px;
  padding:0 21px;
  border-radius:12px;
  background:linear-gradient(135deg,#2c91ee,#1768cf);
  color:#fff;
  font-size:.88rem;
  font-weight:800;
  box-shadow:0 9px 23px rgba(22,107,207,.23);
}
.header-inquiry:hover{color:#fff;transform:translateY(-1px)}
.header-inquiry svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.header-profile{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1.5px solid #70aee6;
  border-radius:50%;
  color:#1774d1;
  background:#fff;
}
.header-profile:hover{background:#eff8ff}
.header-profile svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}
.mobile-menu-toggle{border-color:#b7d4ed;background:#fff;color:#1269c0;border-radius:11px}

/* General page surfaces */
.home-section,.standard-content,.catalog-workspace,.vendor-content,.lookup-content,.product-page,.related-section{
  max-width:var(--content);
}
.home-section{padding:36px 34px}
.section-heading{margin-bottom:22px}
.section-heading h2{margin:0;color:#10336f;font-size:1.72rem;letter-spacing:-.035em}
.content-card,.form-card,.form-guidance,.resource-card,.path-card,.category-card,.family-card,.region-card,.band-directory-card{
  border:1px solid #d8e7f5;
  border-radius:17px;
  box-shadow:0 8px 24px rgba(35,88,145,.055);
}
.content-card{background:linear-gradient(180deg,#fff,#fbfdff)}

/* Home hero */
.home-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(100deg,#f6fcff 0%,#e7f7ff 44%,#dff4ff 100%);
  border-bottom:1px solid #d6e8f5;
}
.home-hero:before{
  content:"";
  position:absolute;
  inset:0 0 0 42%;
  background:url('../img/telecom-landscape.svg') center/cover no-repeat;
  opacity:.98;
}
.hero-grid{
  position:relative;
  z-index:1;
  max-width:var(--content);
  min-height:610px;
  padding:62px 38px 38px;
  grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);
  align-items:center;
}
.hero-copy{position:relative;z-index:4;padding:18px 0 24px}
.hero-copy .eyebrow{display:inline-block}
.hero-copy h1{
  max-width:690px;
  margin:0 0 20px;
  color:#0d2f70;
  font-size:clamp(2.9rem,4.5vw,5.25rem);
  line-height:1.03;
  letter-spacing:-.06em;
}
.hero-copy h1 .accent-teal{color:#1499a8}.hero-copy h1 .accent-orange{color:var(--orange)}
.hero-copy p{
  max-width:570px;
  margin:0 0 26px;
  color:#576c8a;
  font-size:1.12rem;
  line-height:1.65;
}
.hero-search{
  max-width:620px;
  min-height:64px;
  grid-template-columns:54px 1fr auto;
  padding:5px;
  border:1px solid #bad9ef;
  border-radius:34px;
  background:#fff;
  box-shadow:0 12px 34px rgba(28,93,151,.12);
}
.hero-search>span{color:#1671ca}
.hero-search>span svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}
.hero-search input{height:54px;color:#314c6d;font-size:1rem}
.hero-search button{
  height:52px;
  min-width:58px;
  border:0;
  border-radius:27px;
  background:linear-gradient(135deg,#2c91ee,#1768cf);
  color:#fff;
  font-size:0;
}
.hero-search button:after{content:"→";font-size:1.45rem;line-height:1}
.quick-links{
  max-width:650px;
  margin:26px 0 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px 14px;
}
.quick-links a{
  position:relative;
  padding:0 0 0 26px;
  border:0;
  background:transparent;
  color:#28486f;
  font-size:.78rem;
  font-weight:800;
}
.quick-links a:before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e5f8ed;
  color:#1c9e65;
  font-size:.67rem;
}
.hero-other-equipment{font-size:.84rem!important;margin-top:18px!important}
.hero-visual{min-height:510px;display:block;position:relative}
.mascot-scene{position:absolute;inset:12px 0 0;overflow:visible;background:none}
.mascot-scene:before{
  content:"";
  position:absolute;
  left:16%;right:3%;bottom:11%;height:42%;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(55,149,86,.28),transparent 68%);
  filter:blur(6px);
}
.mascot{position:absolute;filter:drop-shadow(0 14px 14px rgba(32,74,113,.15))}
.mascot svg{width:100%;height:auto}
.mascot-bbu{width:42%;left:16%;bottom:12%;z-index:4;transform:rotate(-1deg)}
.mascot-rru-main{width:36%;left:38%;top:0;z-index:2}
.mascot-rru-small{width:31%;right:2%;bottom:16%;z-index:3}
.scene-cloud,.scene-orbit{display:none}
.compatibility-flow{display:none}

.catalog-status-strip{
  position:relative;
  z-index:5;
  max-width:calc(var(--content) - 60px);
  margin:-1px auto 0;
  min-height:104px;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid #d5e5f3;
  border-radius:0 0 18px 18px;
  box-shadow:0 11px 28px rgba(27,81,137,.06);
}
.catalog-status-strip div{padding:18px 24px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:13px;align-items:center;border-color:#e2edf6}
.catalog-status-strip div:before{content:"";grid-row:1/3;width:47px;height:47px;border-radius:50%;background:#e9f6ff url('../img/world-map.svg') center/120px no-repeat}
.catalog-status-strip div:nth-child(2):before{background:#eef7ff;box-shadow:inset 0 0 0 2px #70aae0}
.catalog-status-strip div:nth-child(3):before{background:#eef7ff;box-shadow:inset 0 0 0 2px #70aae0}
.catalog-status-strip div:nth-child(4):before{background:#e9f8f0;box-shadow:inset 0 0 0 2px #63bd8f}
.catalog-status-strip strong{font-size:1.42rem;color:#113777}
.catalog-status-strip span{font-size:.76rem;color:#667a94}

/* Explore cards */
.catalog-paths{padding-top:48px}
.path-grid{grid-template-columns:repeat(4,1fr);gap:18px}
.path-card{
  min-height:210px;
  padding:24px;
  background:linear-gradient(180deg,#fff,#f7fbff);
  color:#264669;
}
.path-card:nth-child(2){background:linear-gradient(180deg,#f7feff,#eefcfc)}
.path-card:nth-child(3){background:linear-gradient(180deg,#fffdf8,#fff8eb)}
.path-card:nth-child(4){background:linear-gradient(180deg,#f8fff9,#effaf3)}
.path-card:hover{transform:translateY(-4px);border-color:#86bce7;box-shadow:0 17px 35px rgba(28,87,145,.11)}
.path-icon{width:50px;height:50px;border-radius:14px;background:#e8f5ff;color:#1476d1}
.path-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}
.path-card h3{font-size:1.08rem;color:#103673}
.path-card p{font-size:.86rem;color:#667a92}
.path-card strong{font-size:.76rem;color:#1872c9}

/* Vendor cards from the existing vendor table */
.vendor-section{padding-top:18px}
.vendor-table{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border:0;background:transparent;overflow:visible}
.vendor-table-head{display:none}
.vendor-table-row{
  position:relative;
  min-height:300px;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:auto auto 1fr auto;
  align-items:start;
  gap:10px;
  padding:31px 28px 24px;
  overflow:hidden;
  border:1px solid #cfe1f0;
  border-radius:18px;
  background:linear-gradient(180deg,#eef8ff 0 42%,#fff 42%);
  color:#314d6e;
  box-shadow:0 10px 28px rgba(29,87,145,.06);
}
.vendor-table-row:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:46%;
  background:url('../img/telecom-landscape.svg') center 25%/cover no-repeat;
  opacity:.48;
}
.vendor-table-row.vendor-ericsson{background:linear-gradient(180deg,#ebfbfc 0 42%,#fff 42%);border-color:#c9e9eb}
.vendor-table-row.vendor-huawei{background:linear-gradient(180deg,#fff5e9 0 42%,#fff 42%);border-color:#f0d9bd}
.vendor-table-row:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(29,87,145,.11)}
.vendor-table-row span{position:relative;z-index:1}
.vendor-table-row span:first-child{min-height:105px;display:flex;align-items:flex-start}
.vendor-badge{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0;
  border:0;
  background:transparent;
  color:#164a94;
  font-size:1.72rem;
  letter-spacing:.015em;
}
.vendor-ericsson .vendor-badge{color:#12396b}
.vendor-huawei .vendor-badge{color:#d93830}
.vendor-table-row span:nth-child(2){font-size:.9rem;font-weight:800;color:#163a71}
.vendor-table-row span:nth-child(3){font-size:.8rem;line-height:1.55;color:#657891}
.vendor-action{justify-self:start;font-size:.82rem;font-weight:800;color:#176fc8}

/* Categories */
.category-grid{grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{
  min-height:360px;
  display:flex;
  flex-direction:column;
  padding:18px 20px 22px;
  background:linear-gradient(180deg,#f1f9ff,#fff);
  color:#304b6c;
}
.category-card:nth-child(2){background:linear-gradient(180deg,#eefcfd,#fff)}
.category-card:nth-child(3){background:linear-gradient(180deg,#fff7ed,#fff)}
.category-card:nth-child(4){background:linear-gradient(180deg,#f1fbf4,#fff)}
.category-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(29,87,145,.11)}
.category-mascot{height:177px;display:grid;place-items:center;margin:-12px 0 2px}
.category-mascot svg{height:195px;width:auto}
.category-count{order:2;display:inline-flex;align-self:flex-start;padding:4px 9px;border-radius:999px;background:#e5f4ff;color:#1675ce;font-size:.68rem;font-weight:800}
.category-card h3{order:3;margin:11px 0 6px;color:#113773;font-size:1.06rem}
.category-card p{order:4;margin:0 0 14px;color:#667992;font-size:.81rem}
.category-card .text-link{order:5;margin-top:auto;font-size:.8rem}

/* Families, regions, data panels */
.family-grid{grid-template-columns:repeat(4,1fr);gap:14px}
.family-card{min-height:130px;padding:18px;background:#fff;color:#34506f}
.family-card:hover{transform:translateY(-3px);border-color:#86bce7}
.family-card h3{color:#123875;font-size:.96rem}
.family-card p{font-size:.78rem;color:#6a7e96}
.family-card span{color:#1c83da}
.regional-grid{grid-template-columns:repeat(5,1fr);gap:14px}
.region-card{
  min-height:170px;
  padding:18px;
  background:linear-gradient(180deg,#f8fcff,#fff);
  color:#4b617b;
}
.region-card:hover{transform:translateY(-3px);border-color:#83bce7}
.region-card h3{font-size:.96rem;color:#123875}
.region-card h3 span{color:#1c83da}
.region-card p{font-size:.76rem}
.intelligence-section{grid-template-columns:1fr 1fr;gap:18px}
.frequency-panel,.recent-panel{border:1px solid #d7e7f5;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(29,87,145,.055)}
.frequency-panel{background:linear-gradient(180deg,#f8fcff,#fff)}
.recent-grid{grid-template-columns:repeat(3,1fr);gap:12px}
.recent-card{border-color:#dce9f4;border-radius:14px;background:#fff}
.recent-title{color:#133e7d}
.trust-section{
  border:1px solid #cfe5f5;
  border-radius:18px;
  background:linear-gradient(120deg,#eef9ff,#f8fffb);
}
.trust-copy h2{color:#113773}
.trust-points span svg{color:#27a46d}

/* Generic page heroes */
.standard-hero,.directory-hero,.catalog-hero,.vendor-hero,.lookup-hero,.data-hero{
  position:relative;
  overflow:hidden;
  min-height:300px;
  padding:56px 42px;
  background:linear-gradient(100deg,#f6fcff 0%,#e7f7ff 50%,#dff4ff 100%);
  border-bottom:1px solid #d5e7f4;
}
.standard-hero:after,.directory-hero:after,.catalog-hero:after,.lookup-hero:after,.data-hero:after{
  content:"";
  position:absolute;
  right:0;top:0;bottom:0;width:52%;
  background:url('../img/telecom-landscape.svg') center/cover no-repeat;
  opacity:.73;
}
.standard-hero>*,.directory-hero>*,.catalog-hero>*,.lookup-hero>*,.data-hero>*{position:relative;z-index:2}
.standard-hero h1,.directory-hero h1,.catalog-hero h1,.vendor-hero h1,.lookup-hero h1,.data-hero h1{
  max-width:760px;
  margin:0 0 14px;
  color:#0d3070;
  font-size:clamp(2.3rem,4vw,4rem);
  line-height:1.05;
  letter-spacing:-.055em;
}
.standard-hero p,.directory-hero p,.catalog-hero p,.vendor-hero p,.lookup-hero p,.data-hero p{max-width:680px;color:#5c708b;font-size:1.02rem}
.directory-page .home-section{padding-top:30px}
.band-directory-grid,.family-directory-grid{gap:16px}
.band-directory-card{background:linear-gradient(180deg,#f4faff,#fff)}
.band-code{color:#1678d3;background:#e5f4ff}

/* Vendor page */
.vendor-hero{
  grid-template-columns:minmax(0,1fr) 520px;
  min-height:485px;
  padding:55px 46px 38px;
}
.vendor-hero:before{
  content:"";
  position:absolute;inset:0 0 0 38%;
  background:url('../img/telecom-landscape.svg') center/cover no-repeat;
  opacity:.88;
}
.vendor-hero>div{position:relative;z-index:2}
.vendor-hero h1{max-width:670px}
.vendor-hero h1:before{display:block;font-size:clamp(3.2rem,5vw,5.2rem);line-height:.95;letter-spacing:-.055em;margin-bottom:18px}
.vendor-hero-nokia h1:before{content:"NOKIA";color:#1454a3}
.vendor-hero-ericsson h1:before{content:"ERICSSON";color:#12396b}
.vendor-hero-huawei h1:before{content:"HUAWEI";color:#d83931}
.vendor-stats{gap:10px;flex-wrap:wrap}
.vendor-stats span{border:1px solid rgba(155,196,229,.8);background:rgba(255,255,255,.8);border-radius:10px;color:#48617e}
.vendor-search{
  max-width:590px;
  min-height:62px;
  padding:5px;
  border:1px solid #b8d7ef;
  border-radius:31px;
  background:#fff;
  box-shadow:0 12px 30px rgba(30,88,145,.11);
}
.vendor-search button{border-radius:26px;background:linear-gradient(135deg,#2c91ee,#1768cf)}
.vendor-hero-mascots{height:390px;align-self:end}
.vendor-hero-mascots svg:first-child{width:58%;left:0;bottom:-9%}
.vendor-hero-mascots svg:last-child{width:48%;right:3%;top:-5%}
.vendor-products-section{padding-top:12px}
.vendor-equipment-grid{grid-template-columns:repeat(4,1fr)}

/* Catalog */
.catalog-hero{
  display:grid;
  grid-template-columns:1fr auto;
  min-height:340px;
  align-items:center;
}
.catalog-hero h1{font-size:clamp(2.8rem,4.6vw,4.8rem)}
.catalog-hero-actions{position:relative;z-index:3;align-self:end;margin-bottom:14px}
.catalog-workspace{padding:28px 30px 42px}
.catalog-filters{
  padding:18px;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:12px;
  border:1px solid #d6e6f4;
  border-radius:16px;
  background:#fff;
  box-shadow:0 9px 25px rgba(31,87,144,.055);
}
.catalog-filters label,.filter-search label{color:#274b74;font-size:.72rem;font-weight:800}
.catalog-filters select,.filter-search>div{
  min-height:48px;
  border-color:#d7e5f2;
  border-radius:10px;
  background:#fbfdff;
}
.filter-actions{align-items:end}
.active-filter-list span{border-color:#c8e0f1;background:#edf8ff;color:#235e96}
.catalog-toolbar{padding:18px 0 14px}
.view-switcher{border:1px solid #cfe2f1;border-radius:11px;background:#fff;padding:3px}
.view-switcher button{border-radius:8px}
.view-switcher button.active{background:#227dd8;color:#fff}
.equipment-grid{grid-template-columns:repeat(4,1fr);gap:15px}
.equipment-card{
  min-height:410px;
  display:flex;
  flex-direction:column;
  padding:14px;
  border:1px solid #d6e5f2;
  border-radius:15px;
  background:#fff;
  box-shadow:0 7px 22px rgba(31,87,144,.045);
}
.equipment-card:hover{transform:translateY(-4px);border-color:#7fb7e4;box-shadow:0 17px 38px rgba(31,87,144,.11)}
.equipment-card-visual{
  height:175px;
  border-radius:12px;
  background:linear-gradient(180deg,#eef8ff,#fbfdff);
}
.equipment-card-visual svg{height:190px;width:auto}
.equipment-card-body{display:flex;flex:1;flex-direction:column;padding:12px 4px 2px}
.equipment-card h2,.equipment-card h3{color:#123a78;font-size:1rem}
.part-number{color:#5c7190}
.equipment-card-specs{font-size:.74rem;color:#55708d}
.equipment-card-actions{margin-top:auto}
.equipment-card-actions .button{width:100%;min-height:42px;font-size:.78rem}
.status-pill{background:#eaf8f0;color:#26845c;border-color:#caead9}
.soft-badge{border-color:#d4e6f4;background:#eff8ff;color:#32618f}
.pagination .page-numbers{border-color:#cfe0ef;background:#fff;color:#195fa8;border-radius:9px}
.pagination .current{background:#1f78d4;color:#fff}
.catalog-table-wrap{border-radius:14px;border-color:#d5e4f1}
.catalog-table thead th{background:#eef7ff;color:#143e7b}
.catalog-table tbody tr:hover{background:#f7fbff}

/* Product page */
.product-page{padding:25px 30px 42px}
.product-breadcrumbs{color:#6d7f96;font-size:.78rem}
.product-hero-card{
  grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);
  border:1px solid #d5e5f2;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 36px rgba(30,85,141,.07);
}
.product-identity-visual{
  position:relative;
  background:linear-gradient(155deg,#edf8ff,#dff4ff);
  border-right:1px solid #d5e5f2;
  text-align:left;
  align-items:flex-start;
  padding:26px 30px;
}
.product-identity-visual:before{
  content:"";
  position:absolute;inset:0;
  background:url('../img/telecom-landscape.svg') center/cover no-repeat;
  opacity:.48;
}
.product-identity-visual>*{position:relative;z-index:1}
.product-mascot-wrap{height:320px;width:100%;display:grid;place-items:center}
.product-mascot-wrap svg{height:340px;width:auto;filter:drop-shadow(0 20px 18px rgba(24,74,119,.18))}
.product-identity-visual h1{font-size:1.55rem;color:#103875}
.product-part-number{color:#3f5d7e;font-weight:800}
.product-badges{justify-content:flex-start}
.product-summary{padding:35px 38px}
.product-summary h2{color:#103574;font-size:2.15rem;letter-spacing:-.04em}
.product-lead{color:#60748e;font-size:.98rem}
.product-summary-list{border:1px solid #dce8f3;border-radius:13px;overflow:hidden}
.product-summary-list div{padding:10px 13px;border-color:#e5eef6;background:#fff}
.product-summary-list div:nth-child(even){background:#f8fbfe}
.product-summary-list dt{color:#44617f}
.product-summary-list dd{color:#173966;font-weight:700}
.taxonomy-link-list a{border-color:#cfe3f2;background:#f1f9ff;color:#245e96;border-radius:9px}
.product-layout{grid-template-columns:minmax(0,1fr) 345px;gap:18px;margin-top:18px}
.specification-card,.market-card,.relationships-card,.incoming-card,.rfq-card,.source-card{border-radius:16px;padding:22px}
.specification-card h2,.market-card h2,.relationships-card h2,.incoming-card h2,.rfq-card h2,.source-card h2{color:#113a77;font-size:1.18rem}
.specification-table th{width:35%;background:#f3f9fe;color:#315678}
.specification-table td{color:#415c77}
.relationship-item{border-color:#dbe8f3;border-radius:12px;background:#fbfdff}
.rfq-card{top:108px;background:linear-gradient(180deg,#f4faff,#fff);box-shadow:0 13px 32px rgba(29,84,139,.08)}
.rfq-icon{background:#e5f3ff;color:#1875d0}
.rfq-trust span svg{color:#26a46c}
.source-card{background:#fff}
.related-section{padding-top:22px}
.related-grid{grid-template-columns:repeat(4,1fr)}
.related-item{min-height:112px;border:1px solid #d6e5f2;border-radius:13px;background:#fff}
.related-item:hover{border-color:#7eb7e4;transform:translateY(-3px)}
.compare-dock{border-radius:14px;background:#123f80;box-shadow:0 18px 45px rgba(10,47,91,.25)}

/* Forms and resources */
.form-layout{padding-top:28px}
.form-card,.form-guidance{border-radius:17px}
.form-guidance{background:linear-gradient(180deg,#eff9ff,#fff)}
.contact-form input,.contact-form textarea,.contact-form select,.bbu-form input,.bbu-form textarea,.bbu-form select{border-radius:10px;border-color:#d3e2ef;background:#fbfdff}
.resource-grid{grid-template-columns:repeat(3,1fr)}
.resource-card{background:linear-gradient(180deg,#f8fcff,#fff)}
.resource-card:hover{border-color:#82bae5}
.resource-icon{background:#e5f4ff;color:#1678d3;border-radius:13px}
.methodology-links a{border-radius:14px;background:#f3faff}
.lookup-form{border-radius:16px;background:#fff;border:1px solid #d4e4f2}

/* Global CTA */
.global-sales-cta{
  position:relative;
  overflow:hidden;
  max-width:calc(var(--content) - 60px);
  min-height:150px;
  margin:22px auto 0;
  padding:28px 38px 28px 360px;
  grid-template-columns:1fr auto;
  align-items:center;
  border:0;
  border-radius:18px;
  background:linear-gradient(135deg,#2d93ed,#1768cf);
  color:#fff;
  box-shadow:0 14px 36px rgba(25,107,204,.19);
}
.global-sales-cta:before{
  content:"";
  position:absolute;
  left:20px;bottom:-1px;
  width:315px;height:165px;
  background:url('../img/cta-scene.svg') left bottom/contain no-repeat;
}
.global-sales-cta .eyebrow{display:none}
.global-sales-cta h2{margin:0 0 7px;color:#fff;font-size:1.55rem}
.global-sales-cta p{margin:0;color:#e8f5ff;font-size:.9rem;max-width:720px}
.global-sales-actions{position:relative;z-index:2}
.global-sales-actions .button-primary{background:#fff;color:#1666bf;border-color:#fff;box-shadow:none}
.global-sales-actions .button-secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.55)}

/* Footer */
.site-footer{
  padding:40px 38px 18px;
  background:linear-gradient(180deg,#f7fbff,#eef7ff);
  border-top:1px solid #d7e6f3;
}
.footer-grid{max-width:calc(var(--content) - 20px);grid-template-columns:1.55fr repeat(5,1fr);gap:32px}
.footer-brand{color:#12356e;font-size:1.55rem;font-weight:900;letter-spacing:-.04em}
.footer-brand span{color:var(--orange)}
.footer-brand-block p{color:#61768e;font-size:.78rem;max-width:260px}
.footer-action{font-size:.76rem;font-weight:800}
.footer-column h2{color:#123875;font-size:.82rem}
.footer-column a{color:#4d6680;font-size:.74rem}
.footer-column a:hover{color:#1471ca}
.footer-bottom{max-width:calc(var(--content) - 20px);color:#70849a;font-size:.72rem}
.footer-trust{color:#2e8f67}

/* Responsive */
@media(max-width:1320px){
  .hero-grid{grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr)}
  .hero-copy h1{font-size:clamp(2.8rem,4.2vw,4.5rem)}
  .equipment-grid{grid-template-columns:repeat(3,1fr)}
  .vendor-equipment-grid{grid-template-columns:repeat(3,1fr)}
  .regional-grid{grid-template-columns:repeat(4,1fr)}
  .footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}
  .footer-column:nth-last-child(-n+2){margin-top:10px}
}
@media(max-width:1180px){
  .site-header-inner{grid-template-columns:auto auto 1fr;min-height:76px}
  .site-navigation{grid-column:1/-1;grid-row:2}
  .header-actions{justify-self:end}
  .header-profile{display:none}
  .hero-grid{grid-template-columns:1fr;min-height:900px;padding-bottom:10px}
  .home-hero:before{inset:39% 0 0 0}
  .hero-copy{max-width:760px}
  .hero-visual{min-height:480px}
  .mascot-scene{max-width:760px;margin:auto}
  .quick-links{grid-template-columns:repeat(4,1fr)}
  .path-grid,.category-grid{grid-template-columns:repeat(2,1fr)}
  .vendor-table{grid-template-columns:repeat(3,1fr)}
  .vendor-hero{grid-template-columns:1fr;min-height:780px}
  .vendor-hero:before{inset:42% 0 0}
  .vendor-hero-mascots{height:360px;max-width:680px;margin:auto;width:100%}
  .product-hero-card{grid-template-columns:380px 1fr}
  .product-layout{grid-template-columns:minmax(0,1fr) 320px}
}
@media(max-width:920px){
  .site-shell,.site-header{width:calc(100% - 16px);margin-top:8px}
  .site-header-inner{padding:0 18px}
  .home-section,.standard-content,.catalog-workspace,.vendor-content,.lookup-content,.product-page,.related-section{padding-left:20px;padding-right:20px}
  .hero-grid{padding-left:25px;padding-right:25px}
  .catalog-status-strip{max-width:calc(100% - 40px);grid-template-columns:repeat(2,1fr);border-radius:16px;margin:18px auto 0}
  .catalog-status-strip div:nth-child(2){border-right:0}
  .catalog-status-strip div:nth-child(-n+2){border-bottom:1px solid #e2edf6}
  .vendor-table{grid-template-columns:1fr}
  .vendor-table-row{min-height:230px}
  .vendor-table-row span:first-child{min-height:74px}
  .regional-grid{grid-template-columns:repeat(2,1fr)}
  .intelligence-section{grid-template-columns:1fr}
  .catalog-filters{grid-template-columns:1fr 1fr}
  .filter-search{grid-column:1/-1}
  .equipment-grid,.vendor-equipment-grid{grid-template-columns:repeat(2,1fr)}
  .product-hero-card{grid-template-columns:1fr}
  .product-identity-visual{border-right:0;border-bottom:1px solid #d5e5f2}
  .product-layout{grid-template-columns:1fr}
  .rfq-card{position:static}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .global-sales-cta{margin-left:20px;margin-right:20px;padding-left:255px;grid-template-columns:1fr}
  .global-sales-cta:before{width:225px}
  .global-sales-actions{justify-content:flex-start;margin-top:16px}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
  .footer-brand-block{grid-column:1/-1}
}
@media(max-width:680px){
  .admin-bar .site-header{top:46px}
  .site-header{border-radius:15px}
  .site-header-inner{grid-template-columns:1fr auto;min-height:68px}
  .site-brand{font-size:1.45rem;gap:7px}
  .site-brand-mark,.site-brand-mark svg{width:31px;height:31px}
  .site-brand-dot{font-size:.72rem;margin-bottom:5px}
  .header-actions{display:none}
  .primary-menu>li{width:50%}
  .hero-grid{min-height:770px;padding:34px 20px 0}
  .home-hero:before{inset:48% 0 0}
  .hero-copy h1{font-size:2.55rem;line-height:1.05}
  .hero-copy p{font-size:.98rem}
  .hero-search{grid-template-columns:48px 1fr 52px;min-height:58px}
  .hero-search input{height:48px;font-size:.88rem}
  .hero-search button{grid-column:auto;width:48px;height:48px;margin:0}
  .quick-links{grid-template-columns:repeat(2,1fr);gap:10px}
  .hero-visual{min-height:365px}
  .mascot-bbu{width:49%;left:7%;bottom:8%}
  .mascot-rru-main{width:43%;left:33%;top:0}
  .mascot-rru-small{width:38%;right:-3%;bottom:9%}
  .catalog-status-strip{grid-template-columns:1fr}
  .catalog-status-strip div{border-right:0;border-bottom:1px solid #e2edf6!important}
  .catalog-status-strip div:last-child{border-bottom:0!important}
  .home-section{padding-top:28px;padding-bottom:28px}
  .section-heading h2{font-size:1.45rem}
  .path-grid,.category-grid,.family-grid,.regional-grid,.equipment-grid,.vendor-equipment-grid,.resource-grid,.methodology-links,.sitemap-grid{grid-template-columns:1fr}
  .path-card{min-height:175px}
  .category-card{min-height:330px}
  .vendor-hero{min-height:700px;padding:38px 20px 20px}
  .vendor-hero:before{inset:51% 0 0}
  .vendor-hero h1{font-size:2.4rem}
  .vendor-hero h1:before{font-size:3.1rem}
  .vendor-hero-mascots{height:310px}
  .standard-hero,.directory-hero,.catalog-hero,.lookup-hero,.data-hero{min-height:330px;padding:38px 20px}
  .standard-hero:after,.directory-hero:after,.catalog-hero:after,.lookup-hero:after,.data-hero:after{width:100%;top:48%;opacity:.35}
  .catalog-hero{grid-template-columns:1fr}
  .catalog-hero h1{font-size:2.65rem}
  .catalog-hero-actions{align-self:auto;flex-direction:column}
  .catalog-filters{grid-template-columns:1fr}
  .filter-search{grid-column:auto}
  .equipment-card{min-height:390px}
  .product-page{padding-top:14px}
  .product-mascot-wrap{height:260px}
  .product-mascot-wrap svg{height:285px}
  .product-summary{padding:24px 20px}
  .product-summary h2{font-size:1.65rem}
  .product-summary-list div{grid-template-columns:1fr;gap:2px}
  .product-hero-actions{flex-direction:column}
  .product-hero-actions .button{width:100%}
  .related-grid{grid-template-columns:1fr}
  .global-sales-cta{min-height:330px;padding:170px 22px 24px;margin-left:14px;margin-right:14px}
  .global-sales-cta:before{left:50%;top:0;bottom:auto;width:260px;height:165px;transform:translateX(-50%)}
  .global-sales-actions{flex-direction:column}
  .global-sales-actions .button{width:100%}
  .site-footer{padding:34px 22px 16px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .footer-bottom{align-items:flex-start;flex-direction:column}
}
@media(max-width:430px){
  .site-brand-main{font-size:1.25rem}
  .hero-copy h1{font-size:2.15rem}
  .hero-grid{min-height:720px}
  .hero-visual{min-height:320px}
  .quick-links a{font-size:.72rem}
  .footer-grid{grid-template-columns:1fr}
  .footer-column:nth-last-child(-n+2){margin-top:0}
}
.footer-brand{display:inline-flex;align-items:center;gap:8px}
.footer-brand-mark{width:31px;height:31px;display:grid;place-items:center;color:#167be0!important}
.footer-brand-mark svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-brand-name{color:#12356e!important}
.footer-brand-name em{color:var(--orange);font-style:normal}
.footer-brand-name small{font-size:.68rem;margin-left:2px;color:#12356e}


/* ======================================================================
   APPROVED MOCKUP MATCH — 2.2.0
   Uses cropped artwork from the user-approved visual references while
   preserving all data queries, public URLs, taxonomies and catalog logic.
   ====================================================================== */
:root{--approved-blue:#0e3477;--approved-cyan:#169fc0;--approved-orange:#f28726;--approved-border:#cfe2f4}
body{background:#edf8ff}
.site-shell{width:calc(100% - 18px);max-width:1540px;margin:8px auto 24px;border-radius:18px}
.site-header{width:calc(100% - 30px);max-width:1490px;margin:14px auto 0;border-radius:18px}
.site-header-inner{min-height:76px;padding:0 26px}
.site-brand{font-size:1.7rem}.header-inquiry{min-height:46px;border-radius:10px}
.primary-menu>li>a{font-size:.86rem;padding:0 12px}

.home-hero{min-height:570px;background:linear-gradient(90deg,#edfaff 0%,#e9f8ff 45%,#dff4ff 100%)}
.home-hero:before{inset:0 0 0 43%;background:url('../img/hero-approved.webp') center right/contain no-repeat;opacity:1}
.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(239,250,255,1) 0%,rgba(239,250,255,.98) 39%,rgba(239,250,255,.25) 56%,transparent 72%);pointer-events:none}
.hero-grid{min-height:570px;padding:52px 42px 28px;grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr)}
.hero-copy{z-index:5;max-width:650px}
.hero-copy .eyebrow{display:none}
.hero-copy h1{font-size:clamp(3rem,4.4vw,4.65rem);line-height:1.04;max-width:660px;margin-bottom:20px}
.hero-copy h1 br{display:none}
.hero-copy h1::first-line{letter-spacing:-.045em}
.hero-copy p{font-size:1.12rem;max-width:540px;line-height:1.55}
.hero-search{max-width:570px;border:1px solid #bcd9ef;border-radius:999px;background:#fff;padding:5px;box-shadow:0 10px 24px rgba(25,91,148,.08)}
.hero-search input{height:52px}.hero-search button{width:48px;height:48px;min-width:48px;border-radius:50%;padding:0;font-size:0}
.hero-search button:after{content:'→';font-size:1.3rem}
.quick-links{max-width:620px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
.quick-links a{min-height:50px;padding:9px 8px;border:0;background:transparent;color:#10356f;font-size:.75rem;text-align:left}
.quick-links a:nth-child(n+4){display:none}
.hero-other-equipment{display:none}
.hero-visual{visibility:hidden;min-height:460px}

/* vendor matrix exactly beneath the hero */
.vendor-path-section{padding-top:22px!important}
.path-grid{grid-template-columns:repeat(3,1fr);gap:18px}
.path-card{min-height:340px;border-radius:17px;overflow:hidden;padding:0;background:#edf7ff;border-color:#bad9f2}
.path-card:nth-child(2){background:#edfafa;border-color:#b9e3e5}.path-card:nth-child(3){background:#fff6eb;border-color:#f1d5ad}
.path-card:before{content:"";display:block;height:125px;background:linear-gradient(180deg,transparent,#d7efff),url('../img/vendor-panels-approved.webp') 0 0/300% 100% no-repeat}
.path-card:nth-child(2):before{background-position:50% 0}.path-card:nth-child(3):before{background-position:100% 0}
.path-card .path-mascot{display:none}.path-card h3{font-size:2rem;margin:-88px 20px 56px;position:relative;color:#103876}
.path-links{padding:0 14px 16px;display:grid;gap:8px}.path-links a{background:#fff;border:1px solid #cbdff0;border-radius:10px;padding:13px 15px;font-weight:800;color:#123b76;box-shadow:0 4px 10px rgba(27,78,126,.04)}
.path-card p{display:none}

.category-section .category-grid{grid-template-columns:repeat(6,1fr);gap:14px}
.category-card{min-height:245px;padding:140px 14px 16px;text-align:center;background:#f7fbff;position:relative;overflow:hidden}
.category-card .category-mascot{position:absolute;left:0;right:0;top:0;height:135px;display:grid;place-items:center;background:linear-gradient(#eef8ff,#f8fcff)}
.category-card .category-mascot svg{width:145px;height:130px}.category-card h3{font-size:1rem}.category-card p{font-size:.78rem;line-height:1.42}.category-card .text-link{display:none}

.trust-section{margin-top:12px;border-radius:15px;background:#f5faff;border:1px solid #cfe3f5;box-shadow:none}
.global-sales-cta{border-radius:15px;background:linear-gradient(110deg,#1b7fe0,#2e8be2);min-height:120px}
.site-footer{background:linear-gradient(#f7fbff,#edf7ff)}

/* Shared hero artwork on catalog, vendor, region and band pages */
.catalog-hero,.vendor-hero,.directory-hero,.taxonomy-hero,.standard-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#effaff,#e4f5ff);border-bottom:1px solid #d2e6f5}
.catalog-hero:after,.vendor-hero:after,.directory-hero:after,.taxonomy-hero:after{content:"";position:absolute;right:0;top:0;bottom:0;width:52%;background:url('../img/hero-approved.webp') center right/contain no-repeat;pointer-events:none}
.catalog-hero>*,.vendor-hero>*,.directory-hero>*,.taxonomy-hero>*{position:relative;z-index:2}
.catalog-hero{min-height:330px;padding:44px 42px;grid-template-columns:minmax(0,.8fr) minmax(450px,1.2fr)}
.catalog-hero h1,.vendor-hero h1,.directory-hero h1{font-size:clamp(2.5rem,4vw,4.2rem);line-height:1.05;max-width:690px}
.catalog-hero p,.vendor-hero p,.directory-hero p{max-width:570px;font-size:1rem}
.vendor-hero{min-height:390px;padding:46px 42px;grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr)}
.vendor-hero:after{background-image:url('../img/vendor-hero-approved.webp')}
.vendor-hero-mascots{visibility:hidden}
.directory-hero{min-height:330px;padding:48px 42px}.directory-hero:after{background-image:url('../img/region-hero-approved.webp')}

/* Catalog cards */
.catalog-workspace{padding-top:18px}.catalog-filters{border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(27,81,135,.07)}
.equipment-grid{grid-template-columns:repeat(4,1fr);gap:13px}
.equipment-card{border-radius:13px;box-shadow:none;border-color:#cfe1f2;background:#fff}
.equipment-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(29,82,137,.12)}
.equipment-card-visual{min-height:195px;background:linear-gradient(#f2f9ff,#fff)}

/* Product page — approved two-column presentation */
.product-page{padding-top:22px}.product-hero-card{border-radius:16px;border-color:#d1e3f3;box-shadow:0 10px 28px rgba(24,75,128,.07)}
.product-hero-card:before{content:"";position:absolute;left:38%;right:22%;top:0;height:100%;background:url('../img/product-hero-approved.webp') center/cover no-repeat;opacity:.13;pointer-events:none}
.product-identity-visual,.product-summary,.product-rfq-panel{position:relative;z-index:1}
.rfq-card{border-radius:16px;box-shadow:0 12px 28px rgba(24,76,128,.09)}
.specification-card,.relationship-section,.market-card,.source-card{border-radius:14px;border-color:#d2e3f3;box-shadow:none}

@media(max-width:1100px){
 .home-hero:before{inset:0 0 0 38%;opacity:.55}.home-hero:after{background:linear-gradient(90deg,#effaff 0%,rgba(239,250,255,.96) 52%,rgba(239,250,255,.35) 75%)}
 .hero-grid{grid-template-columns:1fr;min-height:560px}.hero-copy{max-width:680px}.hero-visual{display:none}
 .category-section .category-grid{grid-template-columns:repeat(3,1fr)}.equipment-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
 .site-shell{width:100%;margin:0;border-radius:0}.site-header{width:calc(100% - 16px);margin:8px;border-radius:14px}.site-header-inner{padding:0 14px}
 .home-hero{min-height:auto}.home-hero:before{inset:240px 0 0 20%;background-position:center bottom;opacity:.32}.home-hero:after{background:linear-gradient(180deg,#effaff 0%,rgba(239,250,255,.96) 55%,rgba(239,250,255,.45) 100%)}
 .hero-grid{padding:34px 20px 220px;min-height:auto}.hero-copy h1{font-size:2.55rem}.quick-links{grid-template-columns:1fr 1fr 1fr}.quick-links a{font-size:.68rem}
 .path-grid{grid-template-columns:1fr}.category-section .category-grid,.equipment-grid{grid-template-columns:repeat(2,1fr)}
 .catalog-hero:after,.vendor-hero:after,.directory-hero:after{opacity:.22;width:100%}.catalog-hero,.vendor-hero,.directory-hero{padding:34px 20px;min-height:300px}
}
@media(max-width:460px){.category-section .category-grid,.equipment-grid{grid-template-columns:1fr}.hero-copy h1{font-size:2.15rem}.hero-search{max-width:100%}.quick-links{grid-template-columns:1fr}.quick-links a:nth-child(n+2){display:none}}


/* Exact Theme 3.0.0 */

.exact-page{max-width:1510px;margin:0 auto;padding:34px 34px 42px}
.exact-section{padding-top:28px}.no-top-padding{padding-top:0}.top-gap-24{padding-top:24px}
.section-heading h2,.exact-title-center h2,.cta-copy h2,.region-panel h2,.detail-panel h2,.vendor-wordmark{margin:0}
.exact-title-center{text-align:center;margin-bottom:20px}.exact-title-center p{margin:10px auto 0;max-width:700px;color:#65758d}
.exact-breadcrumbs{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#5f7696;margin-bottom:16px;flex-wrap:wrap}.exact-breadcrumbs a{color:#286bc4}
.exact-hero,.region-hero-card,.vendor-hero-exact,.band-hero-card,.catalog-hero-exact{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;background:linear-gradient(180deg,#edf7ff 0%,#f7fbff 100%);border:1px solid #dceaf7;border-radius:30px;padding:34px 36px;position:relative;overflow:hidden}
.exact-hero h1,.region-hero-card h1,.vendor-hero-exact h1,.band-hero-card h1,.catalog-hero-exact h1{font-size:4rem;line-height:.97;letter-spacing:-.05em;margin:0 0 18px;color:#14356c;max-width:760px}
.region-hero-card h1,.band-hero-card h1,.catalog-hero-exact h1,.vendor-hero-exact h1{font-size:3.4rem;max-width:620px}
.vendor-wordmark{font-size:5.2rem;line-height:.9;font-weight:900;color:#1f53c2;letter-spacing:-.06em;margin-bottom:8px}
.exact-hero p,.region-hero-card p,.vendor-hero-exact p,.band-hero-card p,.catalog-hero-exact p{font-size:1.1rem;color:#536985;max-width:650px;margin:0 0 22px}
.accent-teal{color:#2cb9bd}.accent-orange{color:#f49a2d}
.exact-search-bar{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d4e6f7;border-radius:999px;padding:8px 8px 8px 20px;max-width:610px;box-shadow:0 10px 24px rgba(15,86,152,.08);position:relative}.exact-search-bar input{border:0;outline:0;flex:1;background:transparent;font-size:1rem;padding:10px 4px;color:#17345e}.exact-search-bar button{width:52px;height:52px;border-radius:50%;border:0;display:grid;place-items:center;background:linear-gradient(135deg,#2d91ef,#156bd0);color:#fff;cursor:pointer}.exact-search-bar button svg,.exact-search-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.exact-search-icon{color:#2a76d6;display:grid;place-items:center}
.exact-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px;max-width:860px}.exact-benefits.compact{margin-top:18px}.exact-benefits>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:2px 10px;align-items:flex-start}.exact-benefits .icon{grid-row:1 / span 2;color:#2470ce;display:grid;place-items:center}.exact-benefits .icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.exact-benefits strong{font-size:.98rem;color:#15386f}.exact-benefits small{font-size:.84rem;color:#667a94;line-height:1.35}
.exact-hero-visual{position:relative;min-height:520px;background:linear-gradient(180deg,#dff0ff 0%,#ecf8ff 54%,#d8f1c7 54%,#cae8b3 100%);border-radius:24px;overflow:hidden}.landmark-mode{min-height:480px}.vendor-visual{min-height:430px}
.exact-cityline{position:absolute;left:6%;right:14%;bottom:34%;height:44%;background:linear-gradient(180deg,rgba(123,177,228,.1),rgba(123,177,228,.6));clip-path:polygon(0 100%,0 72%,7% 72%,7% 48%,12% 48%,12% 80%,18% 80%,18% 58%,22% 58%,22% 34%,28% 34%,28% 73%,35% 73%,35% 25%,41% 25%,41% 65%,48% 65%,48% 19%,54% 19%,54% 76%,60% 76%,60% 42%,66% 42%,66% 70%,72% 70%,72% 30%,78% 30%,78% 76%,85% 76%,85% 52%,90% 52%,90% 100%);opacity:.7}
.exact-cloud{position:absolute;background:#fff;border-radius:999px;box-shadow:35px 6px 0 0 #fff,18px -10px 0 0 #fff;height:16px;width:50px;opacity:.95}.cloud-a{top:12%;left:18%}.cloud-b{top:18%;left:56%}.cloud-c{top:11%;right:18%}
.exact-signal-tower{position:absolute;right:4%;top:8%;width:140px;height:360px}.tower-body{position:absolute;left:52px;top:90px;width:30px;height:230px;border:4px solid #2a456f;border-bottom:none;clip-path:polygon(50% 0,100% 100%,0 100%);background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(114,159,213,.18))}.tower-head,.tower-head.right{position:absolute;top:32px;width:22px;height:92px;background:#f8fbff;border:4px solid #2a456f;border-radius:10px}.tower-head{left:34px}.tower-head.right{left:84px}.tower-dish{position:absolute;right:5px;top:112px;width:38px;height:60px;border:4px solid #2a456f;border-radius:50%;clip-path:ellipse(42% 48% at 60% 50%);background:#f1f7ff}.signal{position:absolute;border:4px solid #2b8eee;border-color:#2b8eee transparent transparent transparent;border-radius:50%;transform:rotate(35deg)}.signal.one{right:14px;top:16px;width:60px;height:60px}.signal.two{right:-6px;top:1px;width:90px;height:90px}
.exact-mascot-scene{position:absolute;left:4%;right:4%;bottom:1%;height:78%}.hero-item{position:absolute;transform-origin:center bottom}.hero-item svg{width:100%;height:100%}.hero-tall{left:29%;bottom:12%;width:38%;height:72%}.hero-bbu{left:22%;bottom:6%;width:38%;height:42%}.hero-mini{left:57%;bottom:10%;width:28%;height:48%}.hero-switch{left:52%;bottom:0;width:42%;height:34%}.hero-board{left:14%;bottom:-1%;width:20%;height:20%}.region-scene .hero-tall{left:27%}.region-landmark{position:absolute;left:14%;bottom:28%;font-weight:900;color:#936b28;font-size:1.25rem;opacity:.85}
.vendor-panel-section{padding-top:20px}.exact-vendor-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.vendor-panel{background:#fff;border:1px solid #d6e7f7;border-radius:22px;padding:18px 18px 16px;box-shadow:var(--shadow-soft)}.vendor-panel-head{min-height:110px;border-radius:18px;background:linear-gradient(180deg,#f1f7ff,#dceeff);padding:26px 24px 18px;position:relative;overflow:hidden}.vendor-panel-head:after{content:'';position:absolute;left:0;right:0;bottom:0;height:44px;background:linear-gradient(180deg,rgba(64,149,229,0),rgba(90,151,220,.28));clip-path:polygon(0 100%,0 55%,16% 55%,16% 25%,24% 25%,24% 78%,32% 78%,32% 45%,40% 45%,40% 70%,48% 70%,48% 22%,56% 22%,56% 72%,64% 72%,64% 34%,72% 34%,72% 78%,80% 78%,80% 52%,90% 52%,90% 100%)}.vendor-panel h2{font-size:3rem;color:#1644aa;letter-spacing:-.04em}.vendor-ericsson .vendor-panel-head{background:linear-gradient(180deg,#f1fcff,#d9f3f4)}.vendor-ericsson h2{font-size:2.2rem;color:#173e7f}.vendor-huawei .vendor-panel-head{background:linear-gradient(180deg,#fff7ef,#ffeacf)}.vendor-huawei h2{font-size:2.3rem;color:#111}
.vendor-panel-links{display:grid;gap:10px;margin-top:14px}.vendor-panel-links a{display:flex;align-items:center;justify-content:space-between;padding:17px 16px;background:#fff;border:1px solid #d9e8f7;border-radius:14px;color:#14386d;font-weight:800}.vendor-panel-links a:hover{background:#f7fbff}
.exact-card-grid{display:grid;gap:16px}.six-up{grid-template-columns:repeat(6,1fr)}.five-up{grid-template-columns:repeat(5,1fr)}.four-up{grid-template-columns:repeat(4,1fr)}
.exact-catalog-card,.category-showcase-card,.featured-product-card,.equipment-browser-card,.country-card,.region-panel,.sidebar-card,.detail-panel,.info-box-card,.preview-table-panel,.side-panel,.vendor-availability-card,.mini-product-card,.region-panel.large{background:#fff;border:1px solid #d6e7f7;border-radius:22px;box-shadow:var(--shadow-soft)}
.exact-catalog-card,.category-showcase-card{padding:18px}.catalog-card-art{height:110px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.catalog-card-art.small{height:84px}.catalog-card-art svg{max-height:100%;max-width:100%}.exact-catalog-card h3,.category-showcase-card h3{font-size:1.2rem;margin:0 0 8px;color:#17386f}.exact-catalog-card p,.category-showcase-card p{margin:0;color:#65778f;line-height:1.45;font-size:.95rem}.exact-centered-action{text-align:center;margin-top:18px}.button.tiny{min-height:38px;padding:0 16px;border-radius:10px;font-size:.86rem}.button.full{width:100%;justify-content:center}
.exact-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:24px 0 0}.exact-stats-bar>div{background:#f7fbff;border:1px solid #d8e8f8;border-radius:20px;padding:18px 22px;display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:center}.exact-stats-bar.tight>div{display:block;text-align:center;padding:14px 20px}.exact-stats-bar strong{font-size:2rem;color:#16396f;display:block;line-height:1}.exact-stats-bar small{color:#708299}.exact-stats-bar .icon{color:#2a73cf}.exact-stats-bar .icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8}
.exact-cta-banner{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:18px;margin-top:24px;padding:16px 20px;background:linear-gradient(135deg,#2f95f0,#1a67cf);border-radius:22px;color:#fff;box-shadow:0 18px 44px rgba(22,96,188,.25)}.cta-art{height:100px}.cta-art svg{height:100%;width:100%}.cta-art .bri-mascot *{filter:none}.cta-copy p{margin:8px 0 0;color:rgba(255,255,255,.92);max-width:700px}.cta-button-white{background:#fff;border-color:#fff;color:#1760bf}.cta-button-white:hover{background:#f6fbff;color:#1758a8}
.panel-block{padding-top:22px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.section-heading h2{font-size:1.85rem;color:#16386f}.section-heading.with-link a{font-weight:800;color:#1d6fc6}.center-heading{justify-content:center}
.country-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.country-card{padding:14px;min-height:168px;position:relative;overflow:hidden}.country-card .flag{font-size:1.7rem}.country-card h3{margin:8px 0 0;color:#17386f;font-size:1.2rem}.country-skyline{position:absolute;left:12px;right:12px;bottom:14px;height:55px;background:linear-gradient(180deg,rgba(120,160,222,.15),rgba(120,160,222,.55));clip-path:polygon(0 100%,0 70%,10% 70%,10% 46%,18% 46%,18% 76%,26% 76%,26% 34%,34% 34%,34% 70%,46% 70%,46% 28%,54% 28%,54% 82%,66% 82%,66% 48%,74% 48%,74% 78%,82% 78%,82% 40%,90% 40%,90% 100%)}
.feature-tall{min-height:250px}.sub-note{margin:12px 0 0;color:#7a8ba2;font-size:.9rem}.region-panels{display:grid;grid-template-columns:1fr 1fr;gap:16px}.region-panel{padding:20px}.region-panel.large{padding:20px}.quick-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.quick-link-grid a{display:block;border:1px solid #dbe8f6;border-radius:16px;padding:14px;color:#16396f}.quick-link-grid a span{display:block;color:#2a7cd7;margin-bottom:8px}.quick-link-grid svg{width:22px;height:22px}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#576b85}.check-list li{padding-left:24px;position:relative}.check-list li:before{content:'✓';position:absolute;left:0;top:0;color:#23a768;font-weight:900}.chip-cloud{display:flex;flex-wrap:wrap;gap:10px}.band-chip,.tag-chip{display:inline-flex;flex-direction:column;gap:2px;align-items:flex-start;background:#f5faff;border:1px solid #d6e8f8;border-radius:12px;padding:10px 12px;color:#1c4a89;font-size:.88rem}.tag-chip{display:inline-block;padding:8px 12px;border-radius:999px}.vendor-availability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.vendor-availability-card{padding:18px}.vendor-availability-card h3{margin:0 0 8px;color:#1a47a9}.vendor-availability-card p{margin:0 0 8px;color:#6c7d94;line-height:1.5}.vendor-availability-card span{color:#1e9a59;font-weight:800}
.category-showcase-card .card-title-row{display:flex;justify-content:space-between;align-items:center}.featured-equipment-grid .featured-product-card{padding:14px}.featured-product-card h3{font-size:1.18rem;margin:6px 0;color:#16396f}.featured-product-card p{margin:0 0 6px;color:#60728c}.featured-product-card small{color:#789}.vendor-table-split{display:grid;grid-template-columns:1.35fr .65fr;gap:16px}.preview-table-panel,.side-panel{padding:18px}.preview-table{width:100%;border-collapse:collapse;font-size:.92rem}.preview-table th,.preview-table td{padding:12px 10px;border-bottom:1px solid #e4eef8;text-align:left;color:#234}.preview-table th{font-size:.84rem;color:#64809e;text-transform:uppercase;letter-spacing:.03em}.availability-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.availability-list strong{display:block;color:#16386f}.availability-list small{color:#6b7c93}.compatibility-box{padding:4px}.compatibility-box p{color:#5d718c;line-height:1.5}
.band-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.band-pill-row span{display:inline-block;border:1px solid #d4e6f7;background:#fff;border-radius:999px;padding:10px 16px;font-weight:800;color:#1f78c9}.band-pill-row span:last-child{color:#ef8d27}.band-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.band-filter-row a{padding:11px 16px;border-radius:12px;background:#fff;border:1px solid #d7e8f7;color:#173a70;font-weight:700}.band-stats{padding-top:16px}.band-vendor-panel{padding:20px}.band-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #dbe8f6;margin:-20px -20px 18px}.band-tabs a{padding:16px 18px;text-align:center;font-weight:900;color:#183e79;border-right:1px solid #e2edf8}.band-tabs a.active{background:#f7fbff;color:#245fc5}.band-compat-section{padding:10px 0 16px}.three-col-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-product-card{padding:14px}.mini-thumb{height:68px;display:flex;align-items:center;justify-content:center}.mini-thumb svg{max-width:100%;max-height:100%}.mini-product-card h3{font-size:1.05rem;margin:4px 0;color:#16396f}.mini-product-card p{margin:0;color:#667a94}.mini-product-card small{color:#6b7c93}
.catalog-filter-box{margin-top:18px;background:#fff;border:1px solid #d6e7f7;border-radius:24px;padding:18px 18px 16px}.catalog-filter-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:end}.catalog-filter-grid label{display:block}.catalog-filter-grid span{display:block;font-size:.82rem;font-weight:800;color:#607897;margin:0 0 8px}.catalog-filter-grid select{width:100%;height:52px;border-radius:14px;border:1px solid #d8e8f7;padding:0 14px;color:#173a71;background:#fff}.catalog-filter-more{display:flex;align-items:end}.catalog-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.catalog-chip-row span{display:inline-flex;padding:10px 14px;border:1px solid #d9e8f7;background:#f7fbff;border-radius:999px;font-weight:700;color:#1d477f}.hidden-form{display:none}.catalog-body-layout{display:grid;grid-template-columns:280px 1fr;gap:18px;padding-top:18px}.catalog-sidebar{display:grid;gap:14px;align-self:start}.sidebar-card{padding:18px}.sidebar-card h3,.sidebar-card strong{display:block;margin:0 0 12px;color:#15386f}.sidebar-card ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.sidebar-card li{display:flex;justify-content:space-between;gap:10px;color:#6a7c92}.sidebar-card a{color:#1d6bc6}.rfq-card p{margin:0 0 16px;color:#60728c;line-height:1.5}.catalog-main-grid{min-width:0}.catalog-results-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 4px 12px}.view-switch button{height:42px;border:1px solid #d8e8f7;background:#fff;padding:0 16px;border-radius:12px;color:#174178;font-weight:800}.view-switch .active{background:linear-gradient(135deg,#2b93ef,#1768cf);color:#fff;border-color:#196fd0}.results-count{font-weight:700;color:#617995}.equipment-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.equipment-browser-card{padding:14px}.browser-card-brand{font-weight:900;color:#1f4dae;min-height:28px}.browser-card-art{height:120px;display:flex;align-items:center;justify-content:center}.browser-card-art svg{max-height:100%;max-width:100%}.equipment-browser-card h3{font-size:1.16rem;margin:6px 0;color:#17396f}.part-number{margin:0;color:#60728b;font-size:.9rem}.card-meta-chips{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.card-meta-chips span{padding:6px 10px;background:#f7fbff;border:1px solid #dbe8f7;border-radius:999px;font-size:.82rem;color:#21518d}.card-status-row{display:flex;justify-content:space-between;align-items:center;color:#6c7f94;margin-bottom:12px}.status.ok{color:#1e9b59;font-weight:800}.catalog-pagination-wrap{padding:18px 0 0}.catalog-pagination-wrap .nav-links{display:flex;justify-content:center;gap:8px}.catalog-pagination-wrap .page-numbers{min-width:42px;height:42px;display:grid;place-items:center;border-radius:12px;border:1px solid #dbe8f7;background:#fff;color:#173d77;font-weight:800}.catalog-pagination-wrap .current{background:linear-gradient(135deg,#2c91ee,#1768cf);color:#fff;border-color:#1768cf}
.product-bread{padding-bottom:18px}.product-top-layout{display:grid;grid-template-columns:1.2fr .42fr;gap:18px}.product-main-card{background:#fff;border:1px solid #d7e8f7;border-radius:24px;padding:24px;display:grid;grid-template-columns:1.05fr .95fr;gap:20px}.product-main-card h1{font-size:3.25rem;line-height:1;letter-spacing:-.05em;margin:0 0 18px;color:#16376d}.product-summary-list{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:10px}.product-summary-list li{display:grid;grid-template-columns:170px 1fr;gap:12px;font-size:.96rem}.product-summary-list span{color:#6b7d94;font-weight:700}.product-summary-list strong{color:#15386f}.product-intro{color:#60748d;line-height:1.6}.product-art-large{height:420px;border-radius:22px;background:linear-gradient(180deg,#e4f3ff,#f8fcff);display:flex;align-items:center;justify-content:center}.product-art-large svg{max-height:96%;max-width:96%}.product-quote-card{background:#fff;border:1px solid #d7e8f7;border-radius:24px;padding:22px;align-self:start}.product-quote-card h2{font-size:2rem;color:#16376d;margin:0 0 6px}.quote-benefits{list-style:none;padding:18px 0 0;margin:0;display:grid;gap:10px;color:#62778f}.quote-benefits li{padding-left:22px;position:relative}.quote-benefits li:before{content:'✓';position:absolute;left:0;color:#25a56a;font-weight:900}
.product-detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.detail-panel{padding:20px}.detail-panel.wide{grid-column:auto}.spec-table{width:100%;border-collapse:collapse}.spec-table th,.spec-table td{padding:11px 10px;border-bottom:1px solid #e4eef8;text-align:left;vertical-align:top}.spec-table th{width:42%;color:#6b7d94;font-weight:700}.spec-table td{color:#193c72}.info-box-card{padding:20px}.info-box-card h3{margin:0 0 12px;color:#16386f}.info-box-card ul{margin:0 0 14px;padding-left:18px;color:#60748d;line-height:1.7}.spec-list li{color:#163c71}
.exact-footer{margin-top:24px;padding:26px 34px 10px;background:linear-gradient(180deg,#f7fbff,#eef6ff);border-top:1px solid #d6e7f7}.exact-footer-top{display:grid;grid-template-columns:1.2fr repeat(5,1fr);gap:24px}.footer-socials{display:flex;gap:10px;margin-top:12px}.footer-socials a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #d6e7f7;color:#1d6fc6;font-weight:900}.footer-column h2{font-size:1rem;margin:0 0 12px;color:#153a71}.footer-column a{display:block;margin:8px 0;color:#587088}.footer-bottom{text-align:center;padding-top:20px;color:#7a8ba1;font-size:.92rem}
@media (max-width: 1380px){.six-up{grid-template-columns:repeat(3,1fr)}.five-up{grid-template-columns:repeat(3,1fr)}.country-grid{grid-template-columns:repeat(3,1fr)}.equipment-card-grid{grid-template-columns:repeat(3,1fr)}.catalog-filter-grid{grid-template-columns:repeat(3,1fr)}.exact-footer-top{grid-template-columns:1.4fr repeat(3,1fr)}.exact-footer-top .footer-column:nth-child(n+5){display:none}}
@media (max-width: 1080px){.exact-hero,.region-hero-card,.vendor-hero-exact,.band-hero-card,.catalog-hero-exact,.product-top-layout,.vendor-table-split,.product-detail-grid,.catalog-body-layout,.region-panels{grid-template-columns:1fr}.four-up,.three-col-cards,.equipment-card-grid,.quick-link-grid,.vendor-availability-grid,.exact-stats-bar,.exact-benefits,.exact-footer-top{grid-template-columns:repeat(2,1fr)}.exact-hero h1,.vendor-hero-exact h1,.band-hero-card h1,.catalog-hero-exact h1,.region-hero-card h1{font-size:2.8rem}.vendor-wordmark{font-size:4rem}.country-grid,.exact-vendor-panels{grid-template-columns:1fr 1fr}.product-main-card{grid-template-columns:1fr}.site-header-inner{grid-template-columns:1fr auto auto}.site-navigation{justify-self:flex-start}}
@media (max-width: 720px){.exact-page{padding:20px 16px 30px}.site-shell,.site-header{width:calc(100% - 10px)}.site-header-inner{padding:0 16px;min-height:76px}.header-inquiry span{display:none}.exact-vendor-panels,.country-grid,.six-up,.five-up,.four-up,.three-col-cards,.equipment-card-grid,.quick-link-grid,.vendor-availability-grid,.exact-stats-bar,.exact-benefits,.catalog-filter-grid,.exact-footer-top{grid-template-columns:1fr}.exact-cta-banner{grid-template-columns:1fr}.exact-hero-visual,.landmark-mode,.vendor-visual{min-height:360px}.exact-hero h1,.region-hero-card h1,.vendor-hero-exact h1,.band-hero-card h1,.catalog-hero-exact h1{font-size:2.25rem}.vendor-wordmark{font-size:3rem}.product-main-card h1{font-size:2.2rem}.product-summary-list li{grid-template-columns:1fr}.catalog-filter-grid label,.catalog-filter-more{grid-column:auto}.primary-menu{gap:4px}.primary-menu>li>a{padding:0 8px;font-size:.86rem}}

/* Exact image assets matching approved mockups */
.exact-hero-visual-image {
    padding: 0;
    overflow: hidden;
    background: transparent;
}
.exact-hero-crop {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.catalog-card-art img.exact-art-thumb,
.browser-card-art img.exact-art-thumb,
.mini-thumb img.exact-art-thumb,
.cta-art img.exact-art-thumb,
.product-art-large img.exact-art-thumb,
.product-thumb-mini img.product-thumb-image {
    display: block;
    width: 100%;
    height: auto;
}
.catalog-card-art {
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-card-art img.exact-art-thumb,
.browser-card-art img.exact-art-thumb {
    max-width: 140px;
    max-height: 140px;
    object-fit: contain;
}
.catalog-card-art.small img.exact-art-thumb,
.mini-thumb img.exact-art-thumb,
.cta-art img.exact-art-thumb {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}
.exact-cta-banner .cta-art {
    display: flex;
    align-items: center;
    justify-content: center;
}
.exact-cta-banner .cta-art .cta-preview-art {
    max-width: 150px;
}
.product-hero-figure {
    border-radius: 22px;
    overflow: hidden;
    background: #f5f9ff;
    border: 1px solid rgba(40, 99, 175, 0.12);
}
.product-hero-image {
    display: block;
    width: 100%;
    height: auto;
}
.product-thumb-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.product-thumb-mini {
    display: block;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid rgba(40, 99, 175, 0.16);
    background: #fff;
}
.product-thumb-image {
    border-radius: 10px;
}
@media (max-width: 860px) {
    .exact-hero-visual-image {
        min-height: 280px;
    }
    .product-thumb-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Visual polish 3.0.2: cleaner crops, typography and card alignment */
.exact-hero-visual-image {
    border: 1px solid rgba(40, 99, 175, .08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.exact-homepage .exact-hero-crop { object-position: 52% center; }
.exact-region-page .exact-hero-crop { object-position: center center; }
.exact-band-page .exact-hero-crop { object-position: center center; }
.exact-catalog-page .exact-hero-crop { object-position: center center; }
.exact-vendor-page .exact-hero-crop { object-position: center center; }

.vendor-panel-links a {
    min-height: 54px;
    line-height: 1.2;
}
.vendor-panel-links a span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exact-card-grid {
    align-items: stretch;
}
.exact-catalog-card,
.category-showcase-card,
.featured-product-card,
.equipment-browser-card,
.mini-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.exact-catalog-card h3,
.category-showcase-card h3,
.featured-product-card h3,
.equipment-browser-card h3,
.mini-product-card h3 {
    line-height: 1.24;
    overflow-wrap: anywhere;
}
.exact-catalog-card h3,
.category-showcase-card h3,
.featured-product-card h3,
.equipment-browser-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.exact-catalog-card p,
.category-showcase-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.exact-catalog-card .text-link,
.category-showcase-card .text-link,
.featured-product-card .button,
.equipment-browser-card .button {
    margin-top: auto;
}
.catalog-card-art,
.browser-card-art,
.mini-thumb {
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(180deg,#f7fbff,#eef6ff);
}
.catalog-card-art img.product-photo-art,
.browser-card-art img.product-photo-art,
.mini-thumb img.product-photo-art,
.catalog-card-art img.exact-art-thumb,
.browser-card-art img.exact-art-thumb,
.mini-thumb img.exact-art-thumb {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
}
.catalog-card-art { height: 120px; padding: 8px; }
.catalog-card-art.small { height: 94px; padding: 6px; }
.browser-card-art { height: 132px; padding: 8px; margin: 4px 0 6px; }
.mini-thumb { height: 74px; padding: 5px; }

.equipment-browser-card {
    min-height: 410px;
}
.browser-card-brand {
    font-size: .88rem;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.equipment-browser-card h3 {
    min-height: 2.9em;
    margin: 8px 0 5px;
}
.part-number {
    min-height: 1.35em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-meta-chips {
    min-height: 34px;
}
.card-meta-chips span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-status-row {
    min-height: 26px;
    margin-top: auto;
}

.featured-product-card {
    min-height: 295px;
}
.featured-product-card h3 {
    min-height: 2.9em;
}
.featured-product-card p,
.featured-product-card small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country-card h3,
.vendor-availability-card h3,
.section-heading h2,
.region-panel h2,
.detail-panel h2,
.info-box-card h3 {
    overflow-wrap: anywhere;
}
.section-heading.with-link a {
    flex: 0 0 auto;
    white-space: nowrap;
}

.product-hero-figure {
    height: auto;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-hero-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.product-thumb-mini {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumb-image {
    width: 100%;
    height: 64px;
    object-fit: contain;
}
.product-summary-list strong,
.spec-table td {
    overflow-wrap: anywhere;
}

.exact-benefits > div {
    min-width: 0;
}
.exact-benefits strong,
.exact-benefits small {
    overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
    .vendor-panel-links a span:first-child { white-space: normal; }
    .equipment-browser-card { min-height: 390px; }
}
@media (max-width: 720px) {
    .section-heading.with-link {
        align-items: flex-start;
        flex-direction: column;
    }
    .section-heading.with-link a { white-space: normal; }
    .catalog-card-art { height: 150px; }
    .browser-card-art { height: 170px; }
    .equipment-browser-card,
    .featured-product-card { min-height: auto; }
}


/* Clean product imagery 3.1.0 */
.catalog-card-art,
.catalog-card-art.small,
.browser-card-art,
.mini-thumb,
.product-thumb-mini {
    background: linear-gradient(180deg, #f7fbff 0%, #f1f7fd 100%);
    border: 1px solid #e2edf7;
    border-radius: 16px;
    overflow: hidden;
}
.catalog-card-art img,
.browser-card-art img,
.mini-thumb img,
.product-thumb-mini img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: none;
    transform: none;
}
.catalog-card-art { height: 142px; padding: 4px; }
.catalog-card-art.small { height: 112px; padding: 4px; }
.browser-card-art { height: 154px; padding: 4px; margin: 6px 0 10px; }
.mini-thumb { height: 94px; padding: 3px; }
.equipment-browser-card,
.featured-product-card,
.exact-catalog-card,
.category-showcase-card {
    overflow: hidden;
}
.equipment-browser-card {
    display: flex;
    flex-direction: column;
    min-height: 430px;
}
.equipment-browser-card .button { margin-top: auto; }
.equipment-browser-card h3,
.featured-product-card h3 {
    line-height: 1.25;
    overflow-wrap: anywhere;
}
.product-hero-figure {
    min-height: 390px;
    padding: 18px;
    background: linear-gradient(180deg, #f6faff 0%, #edf5fd 100%);
}
.product-hero-image {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 18px;
}
.product-thumb-image { height: 74px; }
.exact-hero-crop {
    object-fit: cover;
    object-position: center;
}
@media (max-width: 720px) {
    .catalog-card-art { height: 170px; }
    .browser-card-art { height: 190px; }
    .product-hero-figure { min-height: 280px; }
}
