:root{
  --bg:#070b12;
  --bg-soft:#0d1420;
  --panel:#101927;
  --panel-2:#111c2c;
  --line:rgba(255,255,255,.09);
  --text:#edf3ff;
  --muted:#8ea0b9;
  --gold:#f6b73c;
  --gold-2:#d88718;
  --cyan:#29d5c2;
  --green:#57e389;
  --danger:#ff6b6b;
  --shadow:0 20px 70px rgba(0,0,0,.42);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-bg{
  position:fixed;inset:0;z-index:-2;
  background:
    radial-gradient(circle at 18% 10%,rgba(246,183,60,.12),transparent 28%),
    radial-gradient(circle at 80% 0%,rgba(41,213,194,.10),transparent 26%),
    linear-gradient(180deg,#080d16 0%,#070b12 44%,#090e16 100%);
}
.site-bg:after{
  content:"";position:absolute;inset:0;opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,black,transparent 70%);
}
.topbar{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(7,11,18,.78);
  border-bottom:1px solid var(--line);
}
.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  font-weight:900;letter-spacing:-.04em;
  color:#12100a;
  background:linear-gradient(135deg,var(--gold),#fff1b6 55%,var(--cyan));
  box-shadow:0 0 0 1px rgba(255,255,255,.2),0 12px 28px rgba(246,183,60,.15);
}
.brand strong{display:block;font-size:17px;line-height:1}
.brand small{display:block;margin-top:4px;color:var(--muted);font-size:12px}
.nav{display:flex;align-items:center;gap:4px}
.nav a{padding:10px 13px;border-radius:11px;color:#c7d3e4;font-size:14px;font-weight:600}
.nav a:hover{background:rgba(255,255,255,.06);color:#fff}
.nav-actions{display:flex;align-items:center;gap:10px}
.ghost-btn,.primary-btn,.secondary-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:42px;padding:0 18px;border-radius:12px;font-weight:800;font-size:14px;
  border:1px solid transparent;cursor:pointer;transition:.2s ease;
}
.ghost-btn{border-color:var(--line);background:rgba(255,255,255,.04);color:#fff}
.ghost-btn:hover,.secondary-btn:hover{border-color:rgba(246,183,60,.42);transform:translateY(-1px)}
.primary-btn{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#16110a;box-shadow:0 14px 32px rgba(216,135,24,.25)}
.primary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(216,135,24,.35)}
.secondary-btn{border-color:var(--line);background:rgba(255,255,255,.04);color:#eaf1ff}
.menu-btn{display:none;width:42px;height:42px;border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:12px;padding:10px}
.menu-btn span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:99px}
.compact-hero{padding:58px 0 34px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) 380px;gap:28px;align-items:stretch}
.hero-copy{
  padding:34px;border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);
  background:linear-gradient(135deg,rgba(16,25,39,.92),rgba(13,20,32,.78));
  box-shadow:var(--shadow);position:relative;overflow:hidden;
}
.hero-copy:before{
  content:"";position:absolute;right:-120px;top:-120px;width:320px;height:320px;border-radius:50%;
  background:radial-gradient(circle,rgba(246,183,60,.22),transparent 64%);
}
.eyebrow,.section-label{
  display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:900;font-size:12px;letter-spacing:.12em;text-transform:uppercase;
}
.eyebrow span{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}
h1,h2,h3,p{margin-top:0}
h1{max-width:780px;font-size:clamp(38px,5vw,68px);line-height:.96;letter-spacing:-.065em;margin:18px 0 18px}
h2{font-size:clamp(28px,3.2vw,42px);line-height:1.05;letter-spacing:-.045em;margin:8px 0 10px}
h3{font-size:18px;margin-bottom:8px;letter-spacing:-.02em}
p{color:var(--muted)}
.hero-copy p{max-width:720px;font-size:17px;color:#b7c5d9;margin-bottom:25px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-panel{
  border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);background:rgba(16,25,39,.78);
  box-shadow:var(--shadow);padding:20px;position:relative;overflow:hidden;
}
.hero-panel:after{content:"";position:absolute;inset:auto -30px -70px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(41,213,194,.16),transparent 65%)}
.panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line);margin-bottom:16px}
.panel-head strong{font-size:18px}
.panel-head span{color:var(--cyan);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.mini-list{display:grid;gap:12px}
.mini-list div{padding:15px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.035)}
.mini-list b{display:block;color:#fff;margin-bottom:4px}
.mini-list small{color:var(--muted)}
.market-section{padding:30px 0 72px}
.section-head{margin-bottom:24px}
.section-head.split{display:flex;align-items:end;justify-content:space-between;gap:24px}
.section-head.center{text-align:center;max-width:720px;margin-inline:auto}
.search-box{position:relative;width:min(100%,320px)}
.search-box input{width:100%;height:48px;padding:0 44px 0 16px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.055);color:#fff;outline:none}
.search-box input:focus{border-color:rgba(246,183,60,.45);box-shadow:0 0 0 4px rgba(246,183,60,.08)}
.search-box span{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:22px}
.tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:22px}
.tab{border:1px solid var(--line);background:rgba(255,255,255,.04);color:#dbe5f4;border-radius:999px;padding:10px 15px;font-weight:800;font-size:13px;cursor:pointer;transition:.2s ease}
.tab:hover,.tab.active{background:rgba(246,183,60,.14);border-color:rgba(246,183,60,.42);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{
  border:1px solid var(--line);background:linear-gradient(180deg,rgba(17,28,44,.9),rgba(10,16,26,.92));
  border-radius:18px;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.22);transition:.22s ease;
}
.product-card:hover{transform:translateY(-5px);border-color:rgba(246,183,60,.35);box-shadow:0 24px 58px rgba(0,0,0,.32)}
.thumb{height:142px;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(246,183,60,.18),rgba(41,213,194,.14)),#0c1320}
.thumb:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 2px),linear-gradient(135deg,transparent 35%,rgba(255,255,255,.08),transparent 62%);background-size:26px 26px,100% 100%;opacity:.7}
.thumb .product-fallback-icon{position:absolute;left:18px;bottom:16px;width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:rgba(7,11,18,.78);border:1px solid rgba(255,255,255,.16);font-size:25px;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.badge{position:absolute;top:12px;right:12px;padding:6px 10px;border-radius:999px;background:rgba(7,11,18,.78);border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:900;color:var(--cyan);text-transform:uppercase;letter-spacing:.06em}
.product-body{padding:16px}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;margin-bottom:8px}
.product-title{font-size:17px;font-weight:900;letter-spacing:-.025em;margin-bottom:8px;color:#fff}
.product-desc{font-size:13px;color:#a7b6cc;min-height:41px;margin-bottom:14px}
.product-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}
.product-tags span{font-size:11px;color:#d9e4f4;background:rgba(255,255,255,.055);border:1px solid var(--line);padding:5px 8px;border-radius:999px}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.price{font-weight:900;color:var(--gold);font-size:15px}
.detail-btn{border:1px solid rgba(246,183,60,.35);background:rgba(246,183,60,.10);color:#fff;border-radius:10px;padding:9px 11px;font-size:12px;font-weight:900;cursor:pointer}
.detail-btn:hover{background:rgba(246,183,60,.18)}
.service-strip{padding:68px 0;background:rgba(255,255,255,.025);border-block:1px solid var(--line)}
.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.three-cols article{padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(16,25,39,.7)}
.card-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:rgba(246,183,60,.12);color:var(--gold);font-size:24px;margin-bottom:16px}
.process{padding:74px 0}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}
.step{padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(16,25,39,.7)}
.step b{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(41,213,194,.11);color:var(--cyan);margin-bottom:14px}
.contact{padding:0 0 74px}
.contact-box{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px;border:1px solid rgba(246,183,60,.22);border-radius:24px;background:linear-gradient(135deg,rgba(246,183,60,.12),rgba(16,25,39,.88));box-shadow:var(--shadow)}
.contact-box p{max-width:720px;margin-bottom:0}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;min-width:max-content}
.footer{border-top:1px solid var(--line);background:#060a10;padding:40px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .8fr;gap:28px;margin-bottom:24px}
.footer p{max-width:420px;font-size:14px}
.footer h4{margin:0 0 12px}.footer a{display:block;color:#aab8ca;margin:8px 0;font-size:14px}.footer a:hover{color:#fff}.footer-brand{margin-bottom:12px}.copyright{color:#728198;font-size:13px;border-top:1px solid var(--line);padding-top:18px}
.product-modal{width:min(680px,calc(100% - 34px));border:1px solid var(--line);border-radius:22px;background:#0b111c;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.6);padding:0;overflow:visible}
.product-modal::backdrop{background:rgba(0,0,0,.68);backdrop-filter:blur(6px)}
.modal-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;font-size:25px;cursor:pointer;z-index:3}
.modal-inner{padding:26px}.modal-top{display:flex;gap:18px;align-items:flex-start;margin-bottom:18px}.modal-icon{width:70px;height:70px;border-radius:20px;display:grid;place-items:center;font-size:34px;background:linear-gradient(135deg,rgba(246,183,60,.20),rgba(41,213,194,.15));border:1px solid var(--line)}
.modal-inner h3{font-size:27px;margin:0 0 8px}.modal-inner p{margin-bottom:16px}.modal-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.modal-list span{padding:12px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.04);color:#dbe5f4;font-size:13px}.modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.empty{grid-column:1/-1;padding:40px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted)}
@media (max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr}.hero-panel{display:none}.step-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:780px){.container{width:min(100% - 26px,1180px)}.nav{position:absolute;left:13px;right:13px;top:74px;display:none;flex-direction:column;align-items:stretch;background:#0b111c;border:1px solid var(--line);border-radius:16px;padding:10px}.nav.open{display:flex}.menu-btn{display:block}.ghost-btn{display:none}.compact-hero{padding:30px 0 22px}.hero-copy{padding:24px}.section-head.split{display:block}.search-box{width:100%;margin-top:16px}.product-grid{grid-template-columns:repeat(2,1fr)}.three-cols{grid-template-columns:1fr}.contact-box{display:block}.contact-actions{justify-content:flex-start;margin-top:20px}.footer-grid{grid-template-columns:1fr}.modal-list{grid-template-columns:1fr}}
@media (max-width:520px){h1{font-size:38px}.hero-actions,.contact-actions{display:grid}.product-grid{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr}.product-card{border-radius:16px}.thumb{height:156px}}

/* PHP v1: küçük dil seçici, ana tasarımı bozmaz */
.lang-switch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:38px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:var(--text);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  background:rgba(255,255,255,.04);
}
.lang-switch:hover{border-color:rgba(255,184,77,.45); color:var(--accent)}

/* SEO v1 product detail page */
.product-title-link{display:block;color:#fff;text-decoration:none}
.product-title-link:hover{color:var(--gold)}
.detail-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.product-detail-page{padding:44px 0 74px}
.product-detail-card{border:1px solid var(--line);border-radius:24px;background:rgba(16,25,39,.78);box-shadow:var(--shadow);padding:28px}
.breadcrumb{display:flex;gap:9px;flex-wrap:wrap;align-items:center;color:var(--muted);font-size:13px;margin-bottom:24px}
.breadcrumb a{color:#dbe5f4}.breadcrumb a:hover{color:var(--gold)}.breadcrumb b{color:#fff}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}
.product-detail-main h1{font-size:clamp(34px,4.8vw,58px);line-height:1;letter-spacing:-.055em;margin:12px 0 16px}
.product-detail-main p{font-size:17px;max-width:820px;color:#b7c5d9}
.detail-icon{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;font-size:36px;background:linear-gradient(135deg,rgba(246,183,60,.20),rgba(41,213,194,.15));border:1px solid var(--line);margin-bottom:18px}
.detail-tags{margin-top:20px}.detail-tags span{font-size:12px;padding:7px 10px}
.product-detail-side{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.04);padding:18px;display:grid;gap:12px}
.side-price{font-size:26px;font-weight:900;color:var(--gold);letter-spacing:-.03em;margin-bottom:6px}
.side-line{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line);padding-top:12px;color:var(--muted);font-size:13px}.side-line b{color:#fff}
.full{width:100%;text-align:center}.detail-includes{margin-top:30px}.detail-includes h2{font-size:28px}
@media(max-width:900px){.product-detail-grid{grid-template-columns:1fr}.product-detail-side{max-width:420px}.product-detail-card{padding:20px}}

/* Product detail v2 - sade pazar detayı */
.detail-market-page{padding:28px 0 74px}
.detail-market-page .container{max-width:1160px}
.detail-breadcrumb{margin:0 0 18px}
.detail-market-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:34px;align-items:start;margin-bottom:34px}
.detail-gallery{min-width:0}.detail-preview-card{border:1px solid rgba(255,255,255,.10);border-radius:16px;background:linear-gradient(180deg,rgba(17,28,44,.86),rgba(7,11,18,.95));box-shadow:0 24px 70px rgba(0,0,0,.34);overflow:hidden}.preview-topline{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.18)}.preview-topline span{font-size:11px;font-weight:900;color:var(--gold);letter-spacing:.1em}.preview-topline small{font-weight:800;color:#8ea0b9;text-transform:uppercase}.preview-window{position:relative;min-height:326px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 72% 35%,rgba(246,183,60,.16),transparent 28%),radial-gradient(circle at 25% 70%,rgba(41,213,194,.13),transparent 32%),linear-gradient(135deg,#0b1320,#070b12 58%,#121b2a)}.preview-grid-bg{position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:34px 34px;mask-image:radial-gradient(circle at center,black,transparent 74%)}.preview-product-icon{position:relative;z-index:2;width:132px;height:132px;border-radius:32px;display:grid;place-items:center;font-size:68px;background:linear-gradient(135deg,rgba(246,183,60,.24),rgba(41,213,194,.12));border:1px solid rgba(255,255,255,.15);box-shadow:0 22px 60px rgba(0,0,0,.35)}.preview-product-copy{position:absolute;left:24px;bottom:22px;right:92px;z-index:2;padding:16px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(6,10,16,.72);backdrop-filter:blur(10px)}.preview-product-copy small{display:block;color:var(--gold);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.preview-product-copy strong{display:block;margin-top:3px;color:#fff;font-size:20px;line-height:1.15}.preview-product-copy span{display:block;color:#9fb0c8;font-size:13px;margin-top:5px}.preview-play{position:absolute;z-index:4;width:72px;height:72px;border-radius:999px;display:grid;place-items:center;padding-left:5px;border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.43);color:#fff;font-size:29px;box-shadow:0 18px 45px rgba(0,0,0,.35);cursor:pointer;transition:.2s ease}.preview-play:hover{transform:scale(1.05);border-color:rgba(246,183,60,.55);background:rgba(246,183,60,.12)}.thumb-row{display:flex;gap:12px;margin-top:14px;overflow:auto;padding-bottom:4px}.thumb-item{min-width:132px;height:78px;border:1px solid rgba(255,255,255,.10);border-radius:13px;background:rgba(255,255,255,.035);display:flex;align-items:center;gap:10px;padding:10px;color:#fff;cursor:pointer}.thumb-item.active{border-color:rgba(246,183,60,.65);box-shadow:0 0 0 1px rgba(246,183,60,.2) inset}.thumb-item span{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:rgba(246,183,60,.12);font-size:21px}.thumb-item b{font-size:12px;text-align:left;color:#dce7f8}.detail-buybox{padding-top:8px}.detail-buybox h1{font-size:clamp(31px,3.1vw,46px);line-height:1.04;letter-spacing:-.045em;margin:10px 0 10px;color:#fff}.detail-rating{display:flex;align-items:center;gap:8px;margin-bottom:18px}.stars{letter-spacing:1px;color:var(--gold);font-size:15px}.detail-rating b{color:#fff;font-size:14px}.detail-rating small{color:#8ea0b9;font-size:13px}.detail-buybox p{color:#c2cde0;font-size:15px;font-weight:600;max-width:520px}.detail-price{margin:24px 0 18px;font-size:32px;font-weight:950;color:var(--gold);letter-spacing:-.04em}.buy-benefits{display:grid;gap:12px;margin-bottom:22px}.buy-benefits div{display:flex;gap:12px;align-items:flex-start}.buy-benefits i{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;border:1px solid rgba(246,183,60,.30);color:var(--gold);font-style:normal;font-weight:900}.buy-benefits b{display:block;color:#fff;font-size:13px}.buy-benefits small{display:block;color:#a6b5ca;font-size:12px;line-height:1.35}.buy-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.buy-actions .primary-btn,.buy-actions .secondary-btn{justify-content:center;border-radius:9px;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.02em}.buy-meta-line{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;color:#8ea0b9;font-size:12px}.detail-tabs-wrap{margin-top:22px}.detail-tabs{display:flex;gap:30px;border-bottom:1px solid rgba(255,255,255,.12);overflow:auto}.detail-tab{position:relative;border:0;background:transparent;color:#8ea0b9;padding:18px 0;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap}.detail-tab.active,.detail-tab:hover{color:#fff}.detail-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--gold)}.detail-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;margin-top:26px;align-items:start}.detail-tab-panel{display:none;min-height:260px}.detail-tab-panel.active{display:block}.detail-tab-panel p{font-weight:650;color:#e4edfb;max-width:760px}.detail-tab-panel h3{margin:26px 0 14px;font-size:18px;text-transform:uppercase;letter-spacing:.03em}.check-list,.timeline-list{list-style:none;margin:0;padding:0;display:grid;gap:11px}.check-list li{position:relative;padding-left:27px;color:#dce8f8;font-weight:650}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;color:var(--gold);border:1px solid rgba(246,183,60,.35);font-size:11px}.license-box{margin-top:24px;padding:16px;border:1px solid rgba(246,183,60,.22);border-radius:12px;background:rgba(255,255,255,.035)}.license-box b{display:block;color:var(--gold);font-size:13px;text-transform:uppercase;margin-bottom:6px}.license-box span{display:block;color:#dbe6f5;font-size:13px}.detail-include-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-include-grid span{border:1px solid rgba(255,255,255,.10);border-radius:12px;background:rgba(255,255,255,.04);padding:13px;color:#dbe6f5;font-size:13px;font-weight:750}.timeline-list li{display:flex;gap:13px;align-items:flex-start;color:#dce8f8}.timeline-list b{min-width:38px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(246,183,60,.12);color:var(--gold)}.detail-spec-card{border:1px solid rgba(255,255,255,.10);border-radius:15px;background:rgba(255,255,255,.035);padding:18px;display:grid;gap:13px}.detail-spec-card div{display:grid;grid-template-columns:138px 1fr;gap:12px;align-items:start}.detail-spec-card span{color:#a3b2c8;font-size:12px;font-weight:850}.detail-spec-card b{color:#fff;font-size:12px}.demo-link{display:flex;align-items:center;justify-content:center;height:46px;border:1px solid rgba(246,183,60,.55);border-radius:9px;color:var(--gold);font-size:12px;font-weight:950;text-transform:uppercase;margin-top:6px}.demo-link:hover{background:rgba(246,183,60,.10);color:#fff}.product-notfound{max-width:760px}
@media(max-width:980px){.detail-market-grid,.detail-content-grid{grid-template-columns:1fr}.detail-buybox{padding-top:0}.detail-spec-card{max-width:520px}.preview-window{min-height:286px}}
@media(max-width:620px){.detail-market-page{padding-top:18px}.detail-market-grid{gap:22px}.preview-window{min-height:250px}.preview-product-icon{width:102px;height:102px;font-size:52px}.preview-product-copy{left:14px;right:14px;bottom:14px}.preview-play{width:58px;height:58px;font-size:23px;top:50%;left:50%;transform:translate(-50%,-50%)}.preview-play:hover{transform:translate(-50%,-50%) scale(1.05)}.buy-actions{grid-template-columns:1fr}.buy-meta-line{display:grid;gap:8px}.detail-tabs{gap:20px}.detail-content-grid{gap:20px}.detail-include-grid{grid-template-columns:1fr}.detail-spec-card div{grid-template-columns:1fr;gap:4px}.detail-price{font-size:27px}}

/* Gallery V1 */
.thumb.has-image{padding:0;overflow:hidden;background:#071018}
.thumb.has-image .badge{position:absolute;z-index:2;left:14px;top:14px;background:rgba(7,13,20,.82);backdrop-filter:blur(8px)}
.thumb-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.28s ease;filter:saturate(1.03) contrast(1.03)}
.product-card:hover .thumb-cover{transform:scale(1.045)}
.thumb.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.38));pointer-events:none}
.preview-window.has-product-image{background:#05080d;min-height:360px;display:block}
.preview-main-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.preview-window.has-product-image:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.18) 55%,rgba(0,0,0,.34));pointer-events:none}.preview-window.has-product-image .preview-play{left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.48);z-index:5}.preview-window.has-product-image .preview-play:hover{transform:translate(-50%,-50%) scale(1.05)}.thumb-item.image-thumb{min-width:152px;height:88px;position:relative;overflow:hidden;padding:0;display:block}.thumb-item.image-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.thumb-item.image-thumb b{position:absolute;left:8px;bottom:8px;right:8px;z-index:2;padding:5px 7px;border-radius:8px;background:rgba(0,0,0,.58);font-size:11px;color:#fff}.thumb-item.image-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.35));pointer-events:none}.thumb-item.image-thumb.active{border-color:rgba(246,183,60,.75);box-shadow:0 0 0 2px rgba(246,183,60,.22) inset}

/* Gallery detail fixes: full image fit + lightbox */
.preview-window.has-product-image{
  background:radial-gradient(circle at 50% 30%,rgba(246,183,60,.10),transparent 45%),#050910;
}
.preview-main-image{
  object-fit:contain !important;
  padding:8px;
  cursor:zoom-in;
  background:#050910;
}
.preview-window.has-product-image:after{
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.06) 55%,rgba(0,0,0,.18));
}
.preview-window.has-product-image .preview-play{
  width:56px;
  height:56px;
  font-size:22px;
  cursor:zoom-in;
}
.thumb-item.image-thumb img{
  object-fit:contain !important;
  background:#050910;
  padding:3px;
}
.image-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  place-items:center;
  padding:28px;
  background:rgba(0,0,0,.84);
  backdrop-filter:blur(12px);
}
.image-lightbox.open{display:grid}
.image-lightbox img{
  max-width:min(1240px,94vw);
  max-height:88vh;
  object-fit:contain;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:#050910;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
}
.image-lightbox-close{
  position:fixed;
  right:22px;
  top:18px;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(10,14,22,.85);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.image-lightbox-close:hover{border-color:rgba(246,183,60,.55);color:var(--gold)}
body.lightbox-open{overflow:hidden}


/* Video V1 */
.preview-play.video-trigger{
  padding-left:5px;
  color:#16110a;
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  border-color:rgba(246,183,60,.72);
  box-shadow:0 18px 52px rgba(216,135,24,.32);
}
.demo-link:is(button){
  width:100%;
  background:transparent;
  cursor:pointer;
}
.video-lightbox{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  place-items:center;
  padding:28px;
  background:rgba(0,0,0,.86);
  backdrop-filter:blur(12px);
}
.video-lightbox.open{display:grid}
.video-lightbox-panel{
  position:relative;
  width:min(1040px,94vw);
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:#050910;
  box-shadow:0 30px 90px rgba(0,0,0,.58);
  overflow:hidden;
}
.video-lightbox-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 58px 14px 18px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(17,28,44,.96),rgba(7,11,18,.92));
}
.video-lightbox-head span{
  color:var(--gold);
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.video-lightbox-head b{
  color:#fff;
  font-size:14px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.video-lightbox iframe{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  border:0;
  background:#000;
}
.video-lightbox-close{
  position:absolute;
  z-index:2;
  right:10px;
  top:8px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(10,14,22,.86);
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.video-lightbox-close:hover{border-color:rgba(246,183,60,.55);color:var(--gold)}

/* Quote / Customer Panel V1 */
.account-page{padding:34px 0 70px;min-height:calc(100vh - 82px)}
.account-center{min-height:62vh;display:grid;place-items:center}
.account-card{border:1px solid rgba(255,255,255,.10);border-radius:18px;background:linear-gradient(180deg,rgba(17,28,44,.88),rgba(7,11,18,.94));box-shadow:0 22px 70px rgba(0,0,0,.26);padding:24px}
.account-auth-card{width:min(520px,100%)}.account-auth-card.wide-auth{width:min(780px,100%)}
.account-card h1,.account-card h2{margin:8px 0 10px;color:#fff;letter-spacing:-.035em}.account-card p{color:#aebcd1}.account-form{display:grid;gap:14px}.account-form label{display:grid;gap:7px;color:#dce7f8;font-size:13px;font-weight:850}.account-form input,.account-form textarea,.account-form select{border:1px solid rgba(255,255,255,.11);background:#070d16;color:#fff;border-radius:12px;padding:13px 14px;outline:none}.account-form input:focus,.account-form textarea:focus,.account-form select:focus{border-color:rgba(246,183,60,.48);box-shadow:0 0 0 3px rgba(246,183,60,.08)}.account-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-wide-btn{grid-column:1/-1}.account-link-line{margin-top:16px;color:#aab8ca;font-size:14px}.account-link-line a{color:var(--gold);font-weight:850}.account-alert{padding:12px 13px;border-radius:12px;font-size:13px;margin:10px 0}.account-alert.error{border:1px solid rgba(255,95,124,.35);background:rgba(255,95,124,.08);color:#ffd0d9}.account-dashboard{display:grid;gap:18px}.account-hero{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:24px;border:1px solid rgba(246,183,60,.18);border-radius:20px;background:linear-gradient(135deg,rgba(246,183,60,.12),rgba(7,11,18,.88))}.account-hero h1{margin:8px 0;color:#fff;font-size:clamp(30px,4vw,48px)}.account-hero p{max-width:760px;color:#b8c6d9}.account-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mini-stat b{display:block;font-size:32px;color:#fff}.mini-stat span{color:#9faec4}.account-two-grid,.quote-request-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:18px;align-items:start}.account-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.account-card-head h1,.account-card-head h2{margin:0}.account-card-head a:not(.primary-btn):not(.secondary-btn){color:var(--gold);font-weight:850}.quote-list{display:grid;gap:10px}.quote-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.035)}.quote-row:hover{border-color:rgba(246,183,60,.32);background:rgba(246,183,60,.06)}.quote-row b{display:block;color:#fff}.quote-row small{display:block;color:#8ea0b9;margin-top:4px}.quote-row em{font-style:normal;color:var(--gold);font-size:12px;font-weight:900;white-space:nowrap}.muted-text{color:#97a8be!important}.assigned-system-list{display:grid;gap:10px}.assigned-system{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:13px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.035)}.assigned-system span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(246,183,60,.12)}.assigned-system b{color:#fff}.assigned-system small{color:#9ba9bd}.quote-thread-card{padding:0;overflow:hidden}.quote-thread-card>.account-card-head{padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.09);margin:0}.quote-original{margin:18px 24px 0;padding:15px;border:1px solid rgba(246,183,60,.22);border-radius:14px;background:rgba(246,183,60,.06)}.quote-original b{color:var(--gold)}.quote-original p{margin:6px 0 0}.message-thread{display:grid;gap:12px;padding:22px 24px;max-height:560px;overflow:auto}.message-bubble{max-width:78%;padding:14px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045)}.message-bubble.customer{margin-left:auto;background:rgba(246,183,60,.10);border-color:rgba(246,183,60,.22)}.message-bubble.admin{margin-right:auto;background:rgba(41,213,194,.08);border-color:rgba(41,213,194,.18)}.message-bubble b{display:block;color:#fff;margin-bottom:5px}.message-bubble p{margin:0;color:#dce7f8}.message-bubble small{display:block;margin-top:8px;color:#8797ad;font-size:11px}.reply-form{padding:18px 24px 24px;border-top:1px solid rgba(255,255,255,.09)}.quote-product-summary img{width:100%;max-height:260px;object-fit:contain;border-radius:14px;background:#050910;border:1px solid rgba(255,255,255,.08);margin:12px 0}.quick-contact-box{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.quote-product-summary small{display:block;color:#91a2ba}.quote-form-card h2{margin-top:0}@media(max-width:900px){.account-two-grid,.quote-request-grid{grid-template-columns:1fr}.account-stat-grid,.account-form-grid{grid-template-columns:1fr}.account-wide-btn{grid-column:auto}.account-hero{display:block}.account-hero .primary-btn{margin-top:14px}.message-bubble{max-width:100%}}


/* Account panel V2 */
.account-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;align-items:start}
.account-sidebar{position:sticky;top:96px;border:1px solid rgba(255,255,255,.10);border-radius:22px;padding:18px;background:linear-gradient(180deg,rgba(15,25,41,.96),rgba(7,11,18,.96));box-shadow:0 22px 70px rgba(0,0,0,.26)}
.account-side-profile{display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:16px}.account-avatar{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,rgba(246,183,60,.22),rgba(31,84,184,.28));display:grid;place-items:center;color:#fff;font-size:22px;font-weight:900}.account-side-profile strong{display:block;color:#fff}.account-side-profile small{display:block;color:#92a4bc;margin-top:4px;word-break:break-word}
.account-side-nav{display:grid;gap:8px}.account-side-nav a{display:flex;align-items:center;gap:10px;padding:12px 13px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.03);color:#cfdaea;font-weight:700}.account-side-nav a span{width:24px;text-align:center;color:var(--gold)}.account-side-nav a.active,.account-side-nav a:hover{border-color:rgba(246,183,60,.26);background:rgba(246,183,60,.08);color:#fff}
.account-side-box{margin-top:16px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.03)}.account-side-box b{display:block;color:#fff;margin-bottom:8px}.account-side-box p{margin:0 0 12px;color:#9baac0;font-size:14px}.account-side-actions{display:flex;gap:8px;flex-wrap:wrap}.mini-action{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0a111c;color:#fff;font-size:13px;font-weight:800}
.account-main-area{display:grid;gap:18px}.account-hero-v2{padding:28px 28px;gap:26px}.hero-inline-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.hero-inline-meta span{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#b4c3d7;font-size:13px}.hero-inline-meta b{color:#fff}.status-ok{color:var(--gold)}.hero-quick-actions{display:flex;gap:10px;flex-wrap:wrap}
.account-stat-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{display:flex;align-items:center;gap:14px;padding:20px}.stat-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(246,183,60,.12);border:1px solid rgba(246,183,60,.18);color:var(--gold);font-size:22px}.stat-card b{display:block;font-size:30px;color:#fff;line-height:1}.stat-card small{display:block;margin-top:5px;color:#92a3ba;font-size:13px}
.account-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.panel-block{height:100%}.panel-wide{min-width:0}.panel-side{position:relative}
.dashboard-quote-list{display:grid;gap:12px}.dashboard-quote-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035)}.dashboard-quote-item:hover{border-color:rgba(246,183,60,.32);background:rgba(246,183,60,.06)}.dashboard-quote-item b{display:block;color:#fff}.dashboard-quote-item small{display:block;color:#8ea0b9;margin-top:5px}.quote-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:999px;background:rgba(246,183,60,.10);border:1px solid rgba(246,183,60,.2);color:var(--gold);font-size:12px;font-weight:900;white-space:nowrap}
.empty-state{display:grid;gap:10px;place-items:start;padding:10px 0}.empty-state b{color:#fff}.empty-state p{margin:0;color:#95a6bc}.compact-empty{padding:12px 6px}
.profile-summary-list{display:grid;gap:12px}.profile-summary-list div{padding:14px 15px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.03)}.profile-summary-list span{display:block;color:#8ea0b9;font-size:12px;margin-bottom:6px}.profile-summary-list b{display:block;color:#fff;word-break:break-word}.profile-summary-list.slim div{padding:12px 14px}
.recent-message-list{display:grid;gap:12px}.recent-message-item{display:grid;gap:8px;padding:15px 16px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.03)}.recent-message-item:hover{border-color:rgba(246,183,60,.26);background:rgba(246,183,60,.05)}.recent-message-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.recent-message-top b{color:#fff}.recent-message-top small{color:#8ea0b9;font-size:12px}.recent-message-item p{margin:0;color:#b5c4d8;line-height:1.55}
.system-vault-grid{display:grid;gap:12px}.system-vault-card{display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.03)}.system-vault-card:hover{border-color:rgba(246,183,60,.28);background:rgba(246,183,60,.05)}.system-vault-card img,.system-vault-fallback{width:86px;height:68px;border-radius:12px;background:#070d16;border:1px solid rgba(255,255,255,.08);object-fit:cover;display:grid;place-items:center;color:#fff;font-size:28px}.system-vault-content{display:grid;gap:5px;align-content:center}.system-vault-content b{color:#fff}.system-vault-content small{color:#8ea0b9}.status-chip{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900;border:1px solid rgba(255,255,255,.1)}.status-chip.active{background:rgba(76,214,144,.10);color:#8ff0b6;border-color:rgba(76,214,144,.24)}.status-chip.paused{background:rgba(246,183,60,.10);color:var(--gold);border-color:rgba(246,183,60,.24)}.status-chip.revoked{background:rgba(255,95,124,.10);color:#ff98ac;border-color:rgba(255,95,124,.24)}
.quote-page-list .dashboard-quote-item{padding:18px}.account-thread-topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.account-thread-topbar h1{margin:0;color:#fff}.account-thread-topbar p{margin:6px 0 0;color:#9baec7}.account-thread-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.v2-thread{padding:0}.v2-thread .message-thread{max-height:620px}.quote-side-summary h2{margin-top:0}
@media(max-width:1100px){.account-shell{grid-template-columns:1fr}.account-sidebar{position:static}.account-content-grid,.account-thread-layout{grid-template-columns:1fr}.account-stat-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.account-stat-grid-v2{grid-template-columns:1fr}.hero-inline-meta,.hero-quick-actions{display:grid}.dashboard-quote-item,.recent-message-top,.account-thread-topbar{display:grid}.system-vault-card{grid-template-columns:1fr}.system-vault-card img,.system-vault-fallback{width:100%;height:140px}}

/* Customer owned system / secure delivery */
.owned-system-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);gap:22px;padding:18px}.owned-system-preview{border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#050910;overflow:hidden;min-height:280px;display:grid;place-items:center}.owned-system-preview img{width:100%;height:100%;max-height:420px;object-fit:contain;display:block;padding:10px}.system-vault-fallback.large{width:100%;height:280px;font-size:64px}.owned-system-info{padding:12px;display:grid;align-content:center;gap:14px}.owned-system-info h2{margin:0;color:#fff;font-size:clamp(28px,4vw,42px);letter-spacing:-.04em}.owned-system-info p{margin:0;color:#b8c7da;line-height:1.65}.owned-note{border:1px solid rgba(246,183,60,.22);background:rgba(246,183,60,.07);border-radius:16px;padding:14px}.owned-note b{display:block;color:var(--gold);margin-bottom:6px}.owned-note p{margin:0;color:#dce7f8}.owned-system-actions{display:flex;gap:10px;flex-wrap:wrap}.owned-system-grid{grid-template-columns:minmax(0,1fr) 320px}.delivery-file-list{display:grid;gap:12px;margin-top:16px}.delivery-file-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035)}.delivery-file-card:hover{border-color:rgba(246,183,60,.28);background:rgba(246,183,60,.055)}.delivery-file-icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:rgba(246,183,60,.12);border:1px solid rgba(246,183,60,.18);color:var(--gold);font-size:22px}.delivery-file-card b{display:block;color:#fff}.delivery-file-card small{display:block;color:#91a2ba;margin-top:5px}.small-download{padding:10px 14px!important}.secondary-btn[data-video-open]{cursor:pointer}@media(max-width:980px){.owned-system-hero,.owned-system-grid,.delivery-file-card{grid-template-columns:1fr}.delivery-file-card .primary-btn{width:100%}}

/* Delivery notes */
.delivery-note-list{display:grid;gap:12px;margin:16px 0 22px}.delivery-note-card{border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035);padding:16px}.delivery-note-card.warning{border-color:rgba(255,95,124,.24);background:rgba(255,95,124,.065)}.delivery-note-card.setup{border-color:rgba(246,183,60,.24);background:rgba(246,183,60,.065)}.delivery-note-card.update{border-color:rgba(41,213,194,.22);background:rgba(41,213,194,.055)}.delivery-note-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.delivery-note-head span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(246,183,60,.12);border:1px solid rgba(246,183,60,.18);color:var(--gold);font-weight:900}.delivery-note-card.warning .delivery-note-head span{background:rgba(255,95,124,.12);border-color:rgba(255,95,124,.25);color:#ff9bae}.delivery-note-card.update .delivery-note-head span{background:rgba(41,213,194,.10);border-color:rgba(41,213,194,.22);color:#76eadf}.delivery-note-head b{display:block;color:#fff}.delivery-note-head small{display:block;color:#90a2ba;margin-top:3px}.delivery-note-card p{margin:0;color:#dbe7f7;line-height:1.7}.delivery-sub-head{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09)}


/* Account systems list page */
.systems-page-card{min-height:520px}.systems-page-head{align-items:center}.systems-page-head p{max-width:760px;margin:8px 0 0}.systems-owned-list{display:grid;gap:14px}.systems-owned-row{display:grid;grid-template-columns:132px minmax(0,1fr) 130px;align-items:center;gap:16px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(7,11,18,.58));box-shadow:0 18px 45px rgba(0,0,0,.18)}.systems-owned-row:hover{border-color:rgba(246,183,60,.35);background:linear-gradient(135deg,rgba(246,183,60,.075),rgba(7,11,18,.65));transform:translateY(-1px)}.systems-owned-cover{height:92px;border-radius:14px;overflow:hidden;background:#070d16;border:1px solid rgba(255,255,255,.08);display:grid;place-items:center}.systems-owned-cover img{width:100%;height:100%;object-fit:cover;display:block}.systems-owned-cover span{font-size:34px;color:#fff}.systems-owned-body{min-width:0}.systems-owned-titleline{display:flex;align-items:center;gap:10px;justify-content:space-between}.systems-owned-titleline b{color:#fff;font-size:18px}.systems-owned-body p{margin:8px 0;color:#aebdd2;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.systems-owned-meta{display:flex;flex-wrap:wrap;gap:10px}.systems-owned-meta span{display:inline-flex;gap:5px;align-items:center;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);color:#93a5bc;font-size:12px}.systems-owned-meta strong{color:#fff}.systems-owned-action{display:grid;justify-items:end;gap:8px;color:var(--gold);font-weight:900}.systems-owned-action span{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.systems-owned-action em{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font-style:normal;background:rgba(246,183,60,.12);border:1px solid rgba(246,183,60,.22);font-size:22px}.systems-empty-state{min-height:340px;place-items:center;text-align:center;justify-content:center}.systems-empty-state p{max-width:620px}.empty-state-icon{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;background:rgba(246,183,60,.12);border:1px solid rgba(246,183,60,.22);color:var(--gold);font-size:32px;margin-bottom:4px}@media(max-width:820px){.systems-page-head{display:grid}.systems-owned-row{grid-template-columns:1fr}.systems-owned-cover{height:170px}.systems-owned-action{justify-items:start}.systems-owned-titleline{display:grid;justify-content:start}}


/* CortexLoad hero polish v2 - site palette / minimalist */
.cortex-hero{
  position:relative;
  padding:64px 0 46px;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.cortex-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 18%,rgba(246,183,60,.10),transparent 30%),
    radial-gradient(circle at 78% 6%,rgba(41,213,194,.08),transparent 28%),
    linear-gradient(180deg,rgba(7,11,18,.18),rgba(7,11,18,.88));
  pointer-events:none;
}
.cortex-hero:after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.08;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,black,transparent 76%);
  pointer-events:none;
}
.cortex-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 410px;
  gap:46px;
  align-items:center;
}
.cortex-hero-copy{padding:10px 0;position:relative}
.cortex-market-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 13px;
  border:1px solid rgba(246,183,60,.24);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.cortex-market-pill span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 16px rgba(87,227,137,.48);
}
.cortex-market-pill small{
  color:var(--muted);
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
}
.cortex-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin:22px 0 14px;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.cortex-kicker:before{
  content:"";
  width:24px;
  height:1px;
  background:linear-gradient(90deg,var(--gold),transparent);
}
.cortex-hero-copy h1{
  margin:0 0 18px;
  max-width:760px;
  font-size:clamp(42px,5.4vw,72px);
  line-height:1.02;
  letter-spacing:-.07em;
  color:var(--text);
}
.cortex-hero-copy h1 span{
  display:inline-block;
  color:var(--gold);
}
.cortex-hero-copy p{
  max-width:680px;
  margin:0 0 28px;
  color:#c3cede;
  font-size:16px;
  line-height:1.75;
}
.cortex-actions .primary-btn{
  min-width:198px;
}
.cortex-actions .primary-btn span{font-size:16px;color:#16110a}
.cortex-actions .secondary-btn{
  min-width:154px;
  border-color:rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.cortex-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:560px;
  margin:26px 0 17px;
}
.cortex-hero-stats div{
  min-height:78px;
  padding:16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.cortex-hero-stats b{
  display:block;
  color:var(--gold);
  font-size:26px;
  line-height:1;
  letter-spacing:-.04em;
}
.cortex-hero-stats small{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
.cortex-trust-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.cortex-trust-chips span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 11px;
  border:1px solid rgba(246,183,60,.18);
  border-radius:999px;
  background:rgba(246,183,60,.055);
  color:#e8eef9;
  font-size:12px;
  font-weight:850;
}
.cortex-feature-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(17,28,44,.92),rgba(7,11,18,.96));
  box-shadow:var(--shadow);
  padding:22px;
}
.cortex-feature-card:before{
  content:"";
  position:absolute;
  inset:-90px -70px auto auto;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(246,183,60,.13),transparent 62%);
  pointer-events:none;
}
.cortex-feature-top{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:20px;
}
.cortex-feature-top span,.cortex-feature-top em{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-style:normal;
}
.cortex-feature-top span{background:rgba(246,183,60,.10);border:1px solid rgba(246,183,60,.24);color:#ffd98f}
.cortex-feature-top em{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);color:#c6d2e2}
.cortex-feature-main{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:15px;
  align-items:start;
}
.cortex-feature-icon{
  width:68px;
  height:68px;
  border-radius:18px;
  display:grid;
  place-items:center;
  border:1px solid rgba(246,183,60,.22);
  background:rgba(246,183,60,.075);
  color:#ffd98f;
  font-size:28px;
}
.cortex-feature-main small{
  display:block;
  margin-bottom:7px;
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.cortex-feature-main h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(25px,3vw,34px);
  line-height:1.05;
  letter-spacing:-.055em;
}
.cortex-feature-main p{
  color:#afbdd0;
  font-size:14px;
  line-height:1.65;
  margin:0;
}
.cortex-feature-preview{
  position:relative;
  z-index:1;
  min-height:142px;
  margin:20px 0 15px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  overflow:hidden;
  background:rgba(255,255,255,.03);
  display:grid;
  place-items:center;
}
.cortex-feature-preview:before,.cortex-feature-preview:after{display:none}
.cortex-feature-preview img{
  width:100%;
  height:184px;
  object-fit:cover;
  display:block;
  opacity:.9;
  transition:.25s ease;
}
.cortex-feature-preview:hover img{opacity:1;transform:scale(1.018)}
.cortex-feature-preview span{
  width:76px;
  height:76px;
  border-radius:20px;
  display:grid;
  place-items:center;
  color:#ffd98f;
  font-size:32px;
  background:rgba(246,183,60,.075);
  border:1px solid rgba(246,183,60,.22);
}
.cortex-feature-meta{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-bottom:17px;
}
.cortex-feature-meta div{
  padding:12px 11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.cortex-feature-meta span{
  display:block;
  color:#7f90a8;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:5px;
}
.cortex-feature-meta b{
  color:#fff;
  font-size:13px;
  line-height:1.2;
}
.cortex-feature-list{
  position:relative;
  z-index:1;
  list-style:none;
  padding:0;
  margin:0 0 18px;
  display:grid;
  gap:9px;
}
.cortex-feature-list li{
  position:relative;
  padding-left:29px;
  color:#d7e2f1;
  font-weight:800;
  font-size:13px;
}
.cortex-feature-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:-2px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(87,227,137,.10);
  color:#79edaa;
  border:1px solid rgba(87,227,137,.24);
  font-size:12px;
}
.cortex-feature-btn{
  position:relative;
  z-index:1;
  width:100%;
}
@media(max-width:1080px){
  .cortex-hero-grid{grid-template-columns:1fr;gap:28px}.cortex-feature-card{max-width:720px}.cortex-hero{padding-top:48px}
}
@media(max-width:720px){
  .cortex-hero{padding:34px 0 34px}.cortex-market-pill{display:flex;align-items:flex-start;flex-wrap:wrap;line-height:1.4}.cortex-kicker{font-size:11px}.cortex-hero-copy h1{font-size:42px}.cortex-hero-stats{grid-template-columns:1fr}.cortex-feature-main{grid-template-columns:1fr}.cortex-feature-meta{grid-template-columns:1fr}.cortex-actions{display:grid}.cortex-actions .primary-btn,.cortex-actions .secondary-btn{width:100%}
}


/* CortexLoad hero polish v3 - compact featured card */
.cortex-hero{padding:54px 0 38px}
.cortex-hero-grid{grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}
.cortex-hero-copy h1{max-width:680px;font-size:clamp(38px,4.8vw,62px);line-height:1.04;margin-bottom:16px}
.cortex-hero-copy p{max-width:620px;font-size:15px;line-height:1.68;margin-bottom:24px}
.cortex-market-pill{padding:7px 12px;font-size:11px}
.cortex-kicker{margin:18px 0 12px}
.cortex-actions .primary-btn{min-width:176px}
.cortex-actions .secondary-btn{min-width:146px}
.cortex-hero-stats{max-width:500px;gap:10px;margin:22px 0 15px}
.cortex-hero-stats div{min-height:70px;padding:14px 15px;border-radius:14px}
.cortex-hero-stats b{font-size:22px}
.cortex-hero-stats small{font-size:11px;margin-top:6px}
.cortex-trust-chips span{padding:6px 10px;font-size:11px}

.cortex-feature-card{max-width:360px;justify-self:end;padding:16px 16px 15px;border-radius:22px;background:linear-gradient(180deg,rgba(13,23,37,.96),rgba(7,11,18,.98));box-shadow:0 18px 44px rgba(0,0,0,.28)}
.cortex-feature-card:before{inset:-100px -88px auto auto;width:200px;height:200px;background:radial-gradient(circle,rgba(246,183,60,.11),transparent 64%)}
.cortex-feature-top{margin-bottom:14px}
.cortex-feature-top span,.cortex-feature-top em{padding:6px 10px;font-size:10px}
.cortex-feature-main{grid-template-columns:52px minmax(0,1fr);gap:12px}
.cortex-feature-icon{width:52px;height:52px;border-radius:16px;font-size:22px}
.cortex-feature-main small{margin-bottom:6px;font-size:10px}
.cortex-feature-main h2{margin:0 0 8px;font-size:clamp(21px,2.4vw,28px);line-height:1.08}
.cortex-feature-main p{font-size:13px;line-height:1.58}
.cortex-feature-preview{min-height:112px;margin:16px 0 13px;border-radius:16px}
.cortex-feature-preview img{height:142px;object-fit:cover}
.cortex-feature-preview span{width:62px;height:62px;border-radius:18px;font-size:26px}
.cortex-feature-meta{gap:8px;margin-bottom:14px}
.cortex-feature-meta div{padding:10px 10px;border-radius:12px}
.cortex-feature-meta span{font-size:9px;margin-bottom:4px}
.cortex-feature-meta b{font-size:12px}
.cortex-feature-list{gap:8px;margin-bottom:14px}
.cortex-feature-list li{padding-left:25px;font-size:12px;line-height:1.45}
.cortex-feature-list li:before{width:18px;height:18px;font-size:11px;top:-1px}
.cortex-feature-btn{padding-top:13px;padding-bottom:13px;border-radius:14px}

@media(max-width:1080px){
  .cortex-feature-card{max-width:420px;justify-self:start}
}
@media(max-width:720px){
  .cortex-hero{padding:30px 0 30px}
  .cortex-hero-copy h1{font-size:40px}
  .cortex-feature-card{max-width:none;width:100%}
}


/* CortexLoad modern auth page */
.modern-auth-page{padding:42px 0 78px}.modern-auth{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,.72fr);gap:26px;align-items:stretch}.auth-showcase{position:relative;overflow:hidden;border:1px solid rgba(246,183,60,.16);border-radius:28px;padding:34px;background:linear-gradient(135deg,rgba(246,183,60,.10),rgba(17,28,44,.82) 48%,rgba(7,11,18,.96));box-shadow:0 22px 70px rgba(0,0,0,.25);display:grid;align-content:center;min-height:590px}.auth-showcase:before{content:"";position:absolute;inset:-160px -120px auto auto;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(246,183,60,.16),transparent 64%)}.auth-showcase:after{content:"";position:absolute;left:-80px;bottom:-120px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(41,213,194,.10),transparent 62%)}.auth-orb{position:relative;z-index:1;width:76px;height:76px;border-radius:24px;display:grid;place-items:center;margin-bottom:24px;background:linear-gradient(135deg,rgba(246,183,60,.18),rgba(255,255,255,.04));border:1px solid rgba(246,183,60,.24);box-shadow:0 18px 46px rgba(0,0,0,.24)}.auth-orb span{font-size:26px;font-weight:950;color:#fff}.auth-showcase .section-label,.auth-showcase h1,.auth-showcase p,.auth-benefits,.auth-mini-flow{position:relative;z-index:1}.auth-showcase h1{margin:10px 0 16px;color:#fff;font-size:clamp(38px,4.7vw,62px);line-height:1.02;letter-spacing:-.07em}.auth-showcase p{max-width:650px;color:#bdc8d9;line-height:1.75;font-size:15px;margin:0 0 22px}.auth-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.auth-benefits span{display:inline-flex;padding:8px 11px;border:1px solid rgba(246,183,60,.18);border-radius:999px;background:rgba(246,183,60,.055);color:#edf3fb;font-size:12px;font-weight:850}.auth-mini-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:620px}.auth-mini-flow div{padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.035)}.auth-mini-flow b{display:block;color:var(--gold);font-size:18px;margin-bottom:6px}.auth-mini-flow small{color:#9faec4;font-weight:800}.auth-panel{padding:18px;border-radius:28px;overflow:hidden}.auth-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:6px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035);margin-bottom:18px}.auth-tab{position:relative;z-index:2;border:0;background:transparent;color:#9fafc5;padding:13px 12px;border-radius:14px;font-weight:950;cursor:pointer}.auth-tab[aria-selected="true"]{color:#16110a}.auth-tab-glider{position:absolute;z-index:1;top:6px;left:6px;width:calc(50% - 6px);height:calc(100% - 12px);border-radius:14px;background:linear-gradient(135deg,var(--gold),var(--gold-2));box-shadow:0 14px 30px rgba(246,183,60,.18);transition:transform .32s cubic-bezier(.2,.8,.2,1)}.modern-auth[data-active="register"] .auth-tab-glider{transform:translateX(100%)}.auth-form-wrap{position:relative;min-height:500px}.auth-pane{position:absolute;inset:0;opacity:0;transform:translateY(14px) scale(.985);pointer-events:none;transition:opacity .24s ease,transform .24s ease}.modern-auth[data-active="login"] .auth-pane[data-auth-pane="login"],.modern-auth[data-active="register"] .auth-pane[data-auth-pane="register"]{opacity:1;transform:none;pointer-events:auto;position:relative}.auth-pane-head h2{margin:4px 0 8px;color:#fff;font-size:clamp(28px,3.4vw,42px);letter-spacing:-.055em}.auth-pane-head p{margin:0 0 18px;color:#9faec4;line-height:1.6}.auth-form{gap:13px}.auth-register-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.password-field{display:flex;align-items:center;border:1px solid rgba(255,255,255,.11);background:#070d16;border-radius:12px;overflow:hidden}.password-field input{border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;min-width:0;flex:1}.password-field button{border:0;border-left:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:var(--gold);padding:0 12px;height:44px;font-size:12px;font-weight:900;cursor:pointer}.password-hint{color:#8fa0b8;font-size:12px}.password-hint.good{color:#80edac}.password-hint.bad{color:#ff9cab}.auth-submit{justify-content:center;width:100%;margin-top:2px}.auth-switch-line{margin-top:18px;color:#9faec4;text-align:center;font-size:14px}.auth-switch-line button{border:0;background:transparent;color:var(--gold);font-weight:950;cursor:pointer}.auth-form input:invalid.is-touched{border-color:rgba(255,95,124,.4)!important}.password-field:has(input:invalid.is-touched){border-color:rgba(255,95,124,.4)}
@media(max-width:1040px){.modern-auth{grid-template-columns:1fr}.auth-showcase{min-height:auto}.auth-form-wrap{min-height:auto}.auth-pane{position:relative;display:none}.modern-auth[data-active="login"] .auth-pane[data-auth-pane="login"],.modern-auth[data-active="register"] .auth-pane[data-auth-pane="register"]{display:block}}
@media(max-width:650px){.modern-auth-page{padding:24px 0 50px}.auth-showcase{padding:24px;border-radius:22px}.auth-panel{border-radius:22px}.auth-showcase h1{font-size:38px}.auth-mini-flow,.auth-register-grid{grid-template-columns:1fr}.auth-benefits{display:grid}.auth-tabs{margin-bottom:14px}.auth-tab{padding:12px 8px}}


/* Home sections polish v1 */
.service-strip-lux{padding:82px 0 74px;background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.01));border-block:1px solid var(--line)}
.service-head{align-items:end;margin-bottom:26px}.service-head p{max-width:560px;margin:0;color:#95a6bc;font-size:14px;line-height:1.7}
.three-cols-lux{gap:20px}
.service-lux-card{position:relative;padding:24px 24px 22px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(180deg,rgba(16,25,39,.78),rgba(10,15,24,.88));box-shadow:0 18px 44px rgba(0,0,0,.20);overflow:hidden;transition:.22s ease}
.service-lux-card:hover{transform:translateY(-4px);border-color:rgba(246,183,60,.28);box-shadow:0 24px 52px rgba(0,0,0,.28)}
.service-lux-card:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,rgba(246,183,60,.0),rgba(246,183,60,.55),rgba(41,213,194,.15),rgba(246,183,60,0))}
.service-lux-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.service-lux-top .card-icon{margin-bottom:0}.service-lux-top small{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#98abc3}
.service-lux-card h3{margin:0 0 10px;color:#fff;font-size:19px;letter-spacing:-.02em}.service-lux-card p{margin:0;color:#a9b7cb;font-size:13px;line-height:1.7;min-height:66px}.service-lux-line{display:block;width:68px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--gold),rgba(41,213,194,.5));margin-top:20px;opacity:.85}

.process-lux{padding:82px 0 36px}.process-head-lux{max-width:760px;margin-inline:auto}.process-head-lux p{margin:10px auto 0;max-width:660px;color:#97a8be;font-size:14px;line-height:1.7}
.step-grid-lux{gap:18px;margin-top:30px}.step-lux{position:relative;padding:0;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:linear-gradient(180deg,rgba(16,25,39,.78),rgba(10,15,24,.88));overflow:hidden;box-shadow:0 16px 42px rgba(0,0,0,.18)}
.step-lux:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--gold),rgba(41,213,194,.65))}
.step-lux-no{padding:22px 22px 0}.step-lux-no b{width:42px;height:42px;background:rgba(41,213,194,.11);color:var(--cyan);border:1px solid rgba(41,213,194,.16)}
.step-lux-body{padding:8px 22px 22px}.step-lux-body h3{margin:0 0 8px;color:#fff;font-size:17px}.step-lux-body p{margin:0;color:#a7b6ca;font-size:13px;line-height:1.7}

.contact-lux{padding:24px 0 82px}.contact-box-lux{display:grid;grid-template-columns:minmax(0,1fr) 370px;align-items:center;gap:26px;padding:34px;border:1px solid rgba(246,183,60,.18);border-radius:26px;background:linear-gradient(135deg,rgba(18,26,39,.96),rgba(10,15,24,.98));box-shadow:0 24px 60px rgba(0,0,0,.22);position:relative;overflow:hidden}.contact-box-lux:before{content:"";position:absolute;inset:-120px auto auto -80px;width:260px;height:260px;background:radial-gradient(circle,rgba(246,183,60,.10),transparent 66%);pointer-events:none}.contact-copy h2{margin-bottom:12px}.contact-copy p{max-width:680px;margin:0;color:#9db0c7;font-size:14px;line-height:1.75}
.contact-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.contact-points span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);font-size:12px;color:#dbe7f6}.contact-points span:before{content:"•";color:var(--gold);font-size:16px;line-height:0}
.contact-cta-card{position:relative;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.contact-cta-card small{display:block;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.contact-cta-card strong{display:block;color:#fff;font-size:22px;line-height:1.28;letter-spacing:-.025em;margin-bottom:18px}.contact-box-lux .contact-actions{justify-content:flex-start;min-width:0}
@media(max-width:980px){.contact-box-lux{grid-template-columns:1fr}.service-head{display:block}.service-head p{margin-top:10px}.three-cols-lux{grid-template-columns:1fr}.contact-cta-card strong{font-size:20px}}


/* Product showcase polish v2 */
.market-showcase{padding:8px 0 78px}
.market-head{align-items:end;gap:24px;margin-bottom:18px}.market-head .section-label{margin-bottom:12px}.market-head h2{margin-bottom:10px}
.market-head-side{display:grid;gap:14px;justify-items:end;min-width:320px}
.market-note-card{max-width:360px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.02));box-shadow:0 10px 26px rgba(0,0,0,.12)}
.market-note-card small{display:block;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.market-note-card strong{display:block;color:#eef4fd;font-size:13px;line-height:1.55;font-weight:800}
.market-search-box{width:360px;max-width:100%}
.tabs-lux{gap:10px;margin-bottom:26px;padding:8px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:rgba(255,255,255,.025);overflow:auto;flex-wrap:nowrap}
.tabs-lux .tab{flex:0 0 auto;border-color:transparent;background:transparent;color:#94a6bd;padding:11px 16px}.tabs-lux .tab:hover,.tabs-lux .tab.active{background:rgba(246,183,60,.12);border-color:rgba(246,183,60,.26);color:#fff}
.product-grid{gap:22px}
.product-card-lux{position:relative;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(17,28,44,.88),rgba(8,13,22,.95));border-radius:24px;overflow:hidden;box-shadow:0 20px 52px rgba(0,0,0,.20)}
.product-card-lux:before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,rgba(246,183,60,0),rgba(246,183,60,.48),rgba(41,213,194,.15),rgba(246,183,60,0));opacity:.95}
.product-card-lux:hover{transform:translateY(-6px);border-color:rgba(246,183,60,.28);box-shadow:0 28px 64px rgba(0,0,0,.3)}
.thumb-lux{position:relative;display:block;height:208px;overflow:hidden;background:radial-gradient(circle at 18% 22%,rgba(246,183,60,.14),transparent 26%),radial-gradient(circle at 80% 76%,rgba(41,213,194,.12),transparent 22%),linear-gradient(135deg,#0c1320,#10182a 58%,#0a1019)}
.thumb-lux:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:32px 32px;opacity:.26}
.thumb-lux .thumb-cover{width:100%;height:100%;object-fit:cover;transition:transform .38s ease,filter .28s ease;filter:saturate(1.02) contrast(1.02)}
.product-card-lux:hover .thumb-cover{transform:scale(1.06);filter:saturate(1.06) contrast(1.05)}
.thumb-overlay{position:absolute;inset:auto 0 0 0;height:48%;background:linear-gradient(180deg,rgba(7,11,18,0),rgba(7,11,18,.84) 78%,rgba(7,11,18,.94));pointer-events:none}
.badge-left{left:14px;right:auto}.badge-right{right:14px;left:auto;color:#fff;background:rgba(7,11,18,.62)}
.thumb-lux .product-fallback-icon{position:absolute;left:22px;bottom:22px;width:74px;height:74px;border-radius:22px;font-size:33px;background:rgba(7,11,18,.72);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14);z-index:2}
.product-body-lux{padding:18px 18px 17px}
.product-meta-lux{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:12px}.product-meta-lux span:last-child{color:var(--gold);font-weight:800}
.product-body-lux .product-title{font-size:20px;line-height:1.18;margin-bottom:10px}
.product-body-lux .product-desc{font-size:13px;line-height:1.7;color:#aebdd0;min-height:66px;margin-bottom:14px}
.product-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px}.product-points span{display:flex;align-items:center;justify-content:center;text-align:center;min-height:42px;padding:8px 9px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:11px;font-weight:850;color:#dce7f6;line-height:1.35}
.product-tags-lux{gap:7px;margin-bottom:16px}.product-tags-lux span{background:rgba(255,255,255,.045);padding:6px 9px;font-weight:700}
.product-bottom-lux{align-items:end}.price-wrap{display:grid;gap:4px}.price-wrap small{color:#8fa2bb;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.product-bottom-lux .price{font-size:20px;line-height:1.1}
.detail-btn-lux{min-width:112px;height:42px;border-radius:12px;padding:0 14px;background:linear-gradient(135deg,rgba(246,183,60,.18),rgba(246,183,60,.08));border-color:rgba(246,183,60,.36)}
.detail-btn-lux:hover{background:linear-gradient(135deg,rgba(246,183,60,.24),rgba(246,183,60,.12))}
@media (max-width:1100px){.market-head{display:block}.market-head-side{justify-items:start;min-width:0;margin-top:14px}.market-note-card{max-width:none}.market-search-box{width:100%}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:780px){.tabs-lux{padding:6px 6px 8px}.product-points{grid-template-columns:1fr}.thumb-lux{height:186px}.product-body-lux .product-desc{min-height:0}}
@media (max-width:520px){.product-card-lux{border-radius:20px}.product-body-lux{padding:16px}.badge-right{display:none}}


/* Hero featured rotator v1 */
.cortex-feature-card{transition:border-color .2s ease, box-shadow .25s ease, transform .18s ease}
.cortex-feature-card.is-switching .cortex-feature-main,
.cortex-feature-card.is-switching .cortex-feature-preview,
.cortex-feature-card.is-switching .cortex-feature-meta,
.cortex-feature-card.is-switching .cortex-feature-btn{animation:heroFeatureSwap .42s ease}
@keyframes heroFeatureSwap{0%{opacity:.68;transform:translateY(6px)}100%{opacity:1;transform:none}}
.cortex-feature-indicators{display:flex;gap:8px;align-items:center;justify-content:center;margin:-1px 0 14px}
.hero-dot{width:9px;height:9px;border-radius:999px;border:0;background:rgba(255,255,255,.22);padding:0;cursor:pointer;transition:all .22s ease;box-shadow:0 0 0 1px rgba(255,255,255,.06) inset}
.hero-dot:hover{background:rgba(246,183,60,.5)}
.hero-dot.active{width:28px;background:linear-gradient(90deg,var(--gold),rgba(41,213,194,.7));box-shadow:0 0 0 1px rgba(246,183,60,.18) inset}

/* Product detail final polish v3 */
.product-pro-page{
  position:relative;
  padding:34px 0 88px;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 4%,rgba(246,183,60,.08),transparent 26%),
    radial-gradient(circle at 86% 12%,rgba(41,213,194,.055),transparent 24%);
}
.product-pro-backdrop{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.09;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,black,transparent 58%);
}
.product-pro-container{position:relative;z-index:1;max-width:1220px!important}
.product-pro-breadcrumb{margin-bottom:20px;padding:10px 0;color:#8395ad}
.product-pro-breadcrumb a{color:#c9d5e5}.product-pro-breadcrumb b{color:#fff}.product-pro-breadcrumb span{color:#5f6f84}

.product-pro-hero{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.72fr);
  gap:26px;
  align-items:start;
}
.product-pro-gallery{min-width:0}
.product-pro-preview-card{
  border-radius:26px;
  border-color:rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(18,29,46,.94),rgba(7,11,18,.98));
  box-shadow:0 28px 76px rgba(0,0,0,.32);
  overflow:hidden;
}
.product-pro-preview-card:before{
  content:"";
  display:block;
  height:1px;
  background:linear-gradient(90deg,rgba(246,183,60,0),rgba(246,183,60,.58),rgba(41,213,194,.18),rgba(246,183,60,0));
}
.product-pro-preview-topline{
  height:58px;
  padding:0 18px;
  background:rgba(4,8,14,.46);
  border-bottom-color:rgba(255,255,255,.07);
}
.product-pro-preview-topline>div:first-child{display:grid;gap:3px}
.product-pro-preview-topline>div:first-child span{font-size:11px;color:var(--gold)}
.product-pro-preview-topline>div:first-child small{font-size:10px;color:#7689a3;text-transform:uppercase;letter-spacing:.08em}
.preview-topline-meta{display:flex;gap:8px;align-items:center}
.preview-topline-meta span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#a8b8cc!important;
  font-size:10px!important;
  letter-spacing:0!important;
  font-weight:850;
}
.product-pro-preview-window{min-height:500px!important;background:#050910}
.product-pro-preview-window .preview-main-image{padding:14px;object-fit:contain!important;background:linear-gradient(180deg,#070b12,#05080d)}
.product-pro-preview-window:after{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.03) 56%,rgba(0,0,0,.25))!important}
.product-pro-fallback-icon{width:150px;height:150px;border-radius:38px;font-size:72px}
.product-pro-preview-copy{left:24px;right:180px;bottom:22px}
.product-pro-preview-badge{
  position:absolute;
  z-index:6;
  left:20px;
  top:20px;
  display:grid;
  gap:4px;
  max-width:270px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(5,9,16,.68);
  backdrop-filter:blur(12px);
  box-shadow:0 12px 32px rgba(0,0,0,.22);
}
.product-pro-preview-badge span{color:#fff;font-size:12px;font-weight:900}
.product-pro-preview-badge small{color:#91a3bb;font-size:11px;line-height:1.35}
.product-pro-preview-play{
  left:auto!important;
  right:20px!important;
  top:auto!important;
  bottom:20px!important;
  transform:none!important;
  width:auto!important;
  min-width:142px;
  height:52px!important;
  padding:0 16px!important;
  border-radius:15px!important;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:rgba(5,9,16,.78)!important;
  border:1px solid rgba(246,183,60,.32)!important;
  color:#fff!important;
  cursor:pointer!important;
  backdrop-filter:blur(12px);
  box-shadow:0 16px 36px rgba(0,0,0,.28)!important;
}
.product-pro-preview-play:hover{transform:translateY(-2px)!important;background:rgba(246,183,60,.13)!important;border-color:rgba(246,183,60,.56)!important}
.product-pro-preview-play>span{font-size:18px;color:var(--gold)}
.product-pro-preview-play>small{font-size:11px;font-weight:900;color:#fff;white-space:nowrap}
.product-pro-preview-play.video-trigger{background:linear-gradient(135deg,var(--gold),var(--gold-2))!important;color:#16110a!important;border-color:rgba(246,183,60,.74)!important}
.product-pro-preview-play.video-trigger>span,.product-pro-preview-play.video-trigger>small{color:#16110a}

.product-pro-thumb-row{gap:10px;margin-top:12px;padding:2px 2px 6px}
.product-pro-thumb{
  min-width:170px!important;
  height:82px!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,rgba(17,28,44,.76),rgba(8,13,22,.92))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  padding:7px!important;
  overflow:hidden;
}
.product-pro-thumb:hover,.product-pro-thumb.active{border-color:rgba(246,183,60,.42)!important;background:rgba(246,183,60,.06)!important}
.product-pro-thumb.image-thumb img{position:relative!important;width:72px!important;height:66px!important;object-fit:contain!important;padding:3px!important;border-radius:11px;background:#050910}
.product-pro-thumb.image-thumb:after{display:none}
.product-pro-thumb.image-thumb>span{position:relative;z-index:2;display:grid;gap:5px;min-width:0}
.product-pro-thumb.image-thumb b{position:static!important;padding:0!important;background:transparent!important;font-size:11px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-pro-thumb small{display:block;color:#71849e;font-size:10px;line-height:1.3}
.product-pro-thumb-icon{width:58px!important;height:58px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:rgba(246,183,60,.10)!important;color:var(--gold);font-size:22px!important}

.product-pro-summary{
  position:sticky;
  top:94px;
  padding:24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(17,28,44,.94),rgba(7,11,18,.98));
  box-shadow:0 28px 76px rgba(0,0,0,.28);
  overflow:hidden;
}
.product-pro-summary:before{
  content:"";
  position:absolute;
  inset:-140px -120px auto auto;
  width:300px;
  height:300px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(246,183,60,.12),transparent 64%);
  pointer-events:none;
}
.product-pro-summary-head,.product-pro-quick-meta,.product-pro-price-row,.product-pro-actions,.product-pro-video-button,.product-pro-benefits,.product-pro-meta-line{position:relative;z-index:1}
.product-pro-category-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.product-pro-live{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;border:1px solid rgba(87,227,137,.18);background:rgba(87,227,137,.06);color:#baf8cf;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.product-pro-live i{width:7px;height:7px;border-radius:50%;background:#57e389;box-shadow:0 0 12px rgba(87,227,137,.45)}
.product-pro-summary h1{font-size:clamp(32px,3.3vw,48px);line-height:1.03;margin:8px 0 13px;letter-spacing:-.055em}
.product-pro-summary-head>p{margin:0;color:#b6c3d5;font-size:14px;line-height:1.75;font-weight:550}
.product-pro-quick-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:20px 0}
.product-pro-quick-meta div{padding:12px 10px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.028)}
.product-pro-quick-meta small{display:block;color:#70839e;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
.product-pro-quick-meta b{display:block;color:#fff;font-size:11px;line-height:1.35}
.product-pro-price-row{display:flex;justify-content:space-between;gap:18px;align-items:end;padding:17px 0;border-block:1px solid rgba(255,255,255,.07)}
.product-pro-price-row>div>small{display:block;color:#8092aa;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.product-pro-price-row .detail-price{margin:5px 0 0;font-size:30px}
.product-pro-price-note{max-width:150px;color:#91a3bb;font-size:10px;line-height:1.45;text-align:right}
.product-pro-actions{margin-top:17px}.product-pro-actions .primary-btn,.product-pro-actions .secondary-btn{border-radius:13px;min-height:47px;text-transform:none;font-size:12px;letter-spacing:0}
.product-pro-video-button{
  width:100%;
  margin-top:10px;
  padding:12px 14px;
  border:1px solid rgba(246,183,60,.22);
  border-radius:14px;
  background:rgba(246,183,60,.055);
  color:#fff;
  display:grid;
  grid-template-columns:34px 1fr;
  text-align:left;
  cursor:pointer;
}
.product-pro-video-button>span{grid-row:1/3;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(246,183,60,.12);color:var(--gold)}
.product-pro-video-button b{font-size:12px}.product-pro-video-button small{color:#8da0b8;font-size:10px;margin-top:3px}
.product-pro-video-button:hover{border-color:rgba(246,183,60,.42);background:rgba(246,183,60,.09)}
.product-pro-benefits{gap:10px;margin:18px 0 0}
.product-pro-benefits div{padding:11px 12px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025)}
.product-pro-benefits i{width:28px;height:28px;border-radius:9px;font-size:10px;background:rgba(246,183,60,.07)}
.product-pro-benefits b{font-size:12px}.product-pro-benefits small{font-size:10px;line-height:1.45}
.product-pro-meta-line{margin-top:15px;padding-top:13px;border-top:1px solid rgba(255,255,255,.06)}
.product-pro-meta-line a{color:#cbd7e6}.product-pro-meta-line span{color:#71849e}

.product-pro-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:22px 0 24px;
}
.product-pro-trust-grid article{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:linear-gradient(180deg,rgba(17,28,44,.72),rgba(8,13,22,.86));box-shadow:0 12px 28px rgba(0,0,0,.14)}
.product-pro-trust-grid article>span{min-width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(246,183,60,.09);border:1px solid rgba(246,183,60,.16);color:var(--gold);font-size:11px;font-weight:950}
.product-pro-trust-grid small{display:block;color:#70839e;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:4px}
.product-pro-trust-grid b{display:block;color:#eaf1fb;font-size:11px;line-height:1.35}

.product-pro-tabs-wrap{margin-top:0;padding-top:6px}
.product-pro-tabs{gap:8px;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025);overflow:auto}
.product-pro-tabs .detail-tab{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 16px;border-radius:12px;color:#8ea0b9;text-transform:none;letter-spacing:0}
.product-pro-tabs .detail-tab span{font-size:9px;color:#667a95}
.product-pro-tabs .detail-tab.active,.product-pro-tabs .detail-tab:hover{background:rgba(246,183,60,.10);color:#fff}
.product-pro-tabs .detail-tab.active span{color:var(--gold)}
.product-pro-tabs .detail-tab.active:after{display:none}
.product-pro-content-grid{grid-template-columns:minmax(0,1fr) 340px;gap:20px;margin-top:18px}
.product-pro-panel-card{min-height:430px;padding:26px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(180deg,rgba(17,28,44,.78),rgba(8,13,22,.92));box-shadow:0 18px 46px rgba(0,0,0,.18)}
.product-pro-panel-card .detail-tab-panel{min-height:0;animation:productPanelIn .28s ease}
@keyframes productPanelIn{from{opacity:.45;transform:translateY(8px)}to{opacity:1;transform:none}}
.product-pro-panel-heading>span{display:block;color:var(--gold);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin-bottom:8px}
.product-pro-panel-heading h2{margin:0 0 10px;color:#fff;font-size:clamp(24px,3vw,34px);letter-spacing:-.04em}
.product-pro-panel-heading p{margin:0 0 22px;color:#9fb0c5;font-size:14px;line-height:1.75;font-weight:550}
.product-pro-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.product-pro-overview-item{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;padding:13px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025)}
.product-pro-overview-item>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(246,183,60,.08);color:var(--gold);font-size:10px;font-weight:950}
.product-pro-overview-item b{color:#e5edf8;font-size:12px;line-height:1.55;font-weight:750}
.product-pro-tag-line{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.product-pro-tag-line span{padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#aebed2;font-size:10px;font-weight:800}
.product-pro-note-box{border-radius:15px;margin-top:18px;padding:15px 16px}
.product-pro-include-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.product-pro-include-grid div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025)}
.product-pro-include-grid div>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(41,213,194,.07);color:var(--cyan);font-size:10px;font-weight:950}
.product-pro-include-grid div>b{font-size:12px;color:#e5eef9;line-height:1.45}
.product-pro-timeline{gap:12px}
.product-pro-timeline li{padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(255,255,255,.025)}
.product-pro-timeline li>b{min-width:40px;height:40px;border-radius:12px}
.product-pro-timeline li span{display:grid;gap:4px;color:#aebed2;font-size:12px;line-height:1.55}.product-pro-timeline li strong{color:#fff;font-size:13px}
.product-pro-notes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.product-pro-notes-grid>div{padding:16px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(255,255,255,.025)}
.product-pro-notes-grid>div>span{display:inline-flex;padding:5px 8px;border-radius:8px;background:rgba(246,183,60,.08);color:var(--gold);font-size:9px;font-weight:950;margin-bottom:12px}
.product-pro-notes-grid b{display:block;color:#fff;font-size:13px;margin-bottom:8px}.product-pro-notes-grid p{margin:0!important;color:#95a7be!important;font-size:11px!important;line-height:1.65!important;font-weight:550!important}

.product-pro-spec-card{position:sticky;top:94px;padding:20px;border-radius:22px;background:linear-gradient(180deg,rgba(17,28,44,.88),rgba(7,11,18,.96));box-shadow:0 18px 46px rgba(0,0,0,.20)}
.product-pro-spec-head{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:5px}.product-pro-spec-head>span{display:block;color:var(--gold);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}.product-pro-spec-head h3{margin:0;color:#fff;font-size:18px;letter-spacing:-.025em}
.product-pro-spec-list{display:grid}.product-pro-spec-list>div{display:grid;grid-template-columns:116px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.product-pro-spec-list>div span{color:#71849e;font-size:10px;font-weight:850}.product-pro-spec-list>div b{color:#eaf1fb;font-size:11px;line-height:1.4}
.product-pro-demo-link{margin-top:16px;border-radius:12px}.product-pro-side-quote{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:9px;border-radius:12px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#16110a;font-size:12px;font-weight:950}
.product-pro-side-quote:hover{filter:brightness(1.04);color:#16110a}

@media(max-width:1080px){
  .product-pro-hero{grid-template-columns:1fr}
  .product-pro-summary,.product-pro-spec-card{position:relative;top:auto}
  .product-pro-summary{max-width:none}
  .product-pro-content-grid{grid-template-columns:1fr}
  .product-pro-spec-card{max-width:none}
}
@media(max-width:820px){
  .product-pro-preview-window{min-height:400px!important}
  .product-pro-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-pro-overview-grid,.product-pro-include-grid,.product-pro-notes-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .product-pro-page{padding-top:18px}
  .product-pro-preview-topline{height:auto;min-height:58px;display:grid;gap:10px;padding:12px 14px}
  .preview-topline-meta{flex-wrap:wrap}
  .product-pro-preview-window{min-height:300px!important}
  .product-pro-preview-badge{left:12px;top:12px;max-width:220px;padding:10px 11px}
  .product-pro-preview-play{right:12px!important;bottom:12px!important;min-width:52px;width:52px!important;padding:0!important}
  .product-pro-preview-play>small{display:none}
  .product-pro-thumb{min-width:150px!important}
  .product-pro-summary{padding:18px;border-radius:21px}
  .product-pro-category-row{align-items:flex-start}
  .product-pro-summary h1{font-size:34px}
  .product-pro-quick-meta{grid-template-columns:1fr}
  .product-pro-price-row{display:grid;align-items:start}.product-pro-price-note{text-align:left;max-width:none}
  .product-pro-actions{grid-template-columns:1fr}
  .product-pro-trust-grid{grid-template-columns:1fr}
  .product-pro-tabs{padding:6px}.product-pro-tabs .detail-tab{padding:0 12px}
  .product-pro-panel-card{padding:18px;border-radius:18px}
  .product-pro-spec-list>div{grid-template-columns:1fr;gap:5px}
}


/* Product detail readability polish v2 */
.product-pro-content-grid{grid-template-columns:minmax(0,1fr) 380px;gap:24px}
.product-pro-panel-card{padding:28px 30px;border-radius:24px}
.product-pro-panel-heading>span{font-size:11px}
.product-pro-panel-heading h2{font-size:clamp(28px,3vw,38px);margin-bottom:12px}
.product-pro-panel-heading p{font-size:15px;line-height:1.8;color:#aab9cc}
.product-pro-overview-grid{gap:12px}
.product-pro-overview-item{padding:15px 16px;grid-template-columns:38px 1fr;gap:12px;border-radius:15px}
.product-pro-overview-item>span{width:38px;height:38px;font-size:11px}
.product-pro-overview-item b{font-size:13px;line-height:1.65}
.product-pro-tag-line span{font-size:11px;padding:8px 11px}
.product-pro-note-box b{font-size:14px}.product-pro-note-box span{font-size:14px;line-height:1.7;color:#d7e3f2}
.product-pro-include-grid{gap:12px}.product-pro-include-grid div{padding:16px;border-radius:15px}.product-pro-include-grid div>b{font-size:13px;line-height:1.55}
.product-pro-timeline li{padding:16px;border-radius:16px}.product-pro-timeline li span{font-size:13px;line-height:1.65}.product-pro-timeline li strong{font-size:14px}
.product-pro-notes-grid{gap:12px}.product-pro-notes-grid>div{padding:18px;border-radius:16px}.product-pro-notes-grid b{font-size:14px}.product-pro-notes-grid p{font-size:12px!important;line-height:1.72!important}
.product-pro-spec-card{top:88px;padding:24px;border-radius:24px}
.product-pro-spec-head{padding-bottom:18px;margin-bottom:4px}.product-pro-spec-head>span{font-size:11px;margin-bottom:8px}.product-pro-spec-head h3{font-size:28px;line-height:1.15}
.product-pro-spec-list{gap:2px}.product-pro-spec-list>div{grid-template-columns:1fr;gap:6px;padding:14px 0}.product-pro-spec-list>div span{font-size:11px;letter-spacing:.03em;text-transform:uppercase;color:#8497b0}.product-pro-spec-list>div b{font-size:14px;line-height:1.55;color:#f1f6fd;font-weight:800}
.product-pro-demo-link{min-height:50px;font-size:13px}.product-pro-side-quote{min-height:50px;font-size:14px}
@media(max-width:1180px){.product-pro-content-grid{grid-template-columns:minmax(0,1fr) 350px}.product-pro-panel-card{padding:24px}}
@media(max-width:980px){.product-pro-content-grid{grid-template-columns:1fr}.product-pro-spec-card{top:auto}}
@media(max-width:620px){.product-pro-panel-card{padding:18px}.product-pro-panel-heading p{font-size:14px}.product-pro-spec-head h3{font-size:24px}.product-pro-spec-list>div b{font-size:13px}}


/* Product proof / related systems v1 */
.product-proof-section{margin-top:42px;display:grid;gap:30px}
.product-proof-head h2{margin:10px 0 10px;font-size:clamp(30px,3.7vw,50px);line-height:1.04;letter-spacing:-.05em}
.product-proof-head p{margin:0;max-width:760px;color:#9eb0c6;font-size:15px;line-height:1.75}
.product-review-grid{display:grid;grid-template-columns:250px minmax(0,1fr) minmax(320px,.95fr);gap:18px}
.product-review-card{position:relative;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:linear-gradient(180deg,rgba(17,28,44,.78),rgba(8,13,22,.92));box-shadow:0 18px 46px rgba(0,0,0,.16);overflow:hidden}
.product-review-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 14%,rgba(41,213,194,.10),transparent 30%),radial-gradient(circle at 14% 10%,rgba(246,183,60,.08),transparent 24%);pointer-events:none}
.product-review-score{display:flex;flex-direction:column;justify-content:center;min-height:196px}
.product-review-eyebrow{display:block;color:#dbe8f8;font-size:16px;font-weight:700;margin-bottom:8px}
.product-review-score strong{font-size:62px;line-height:1;color:#ffa95b;letter-spacing:-.06em}
.product-review-stars{margin-top:8px;color:var(--gold);letter-spacing:3px;font-size:18px}
.product-review-score small{margin-top:10px;color:#9db0c7;font-size:13px}
.product-review-score p{margin:8px 0 0;color:#dce7f5;font-size:13px;font-weight:700}
.product-review-bars{display:grid;align-content:center;gap:14px;min-height:196px}
.product-review-bar-row{display:grid;grid-template-columns:52px 1fr 28px;gap:14px;align-items:center}
.product-review-bar-row span,.product-review-bar-row b{color:#e8eef8;font-size:13px;font-weight:800}
.product-review-bar-track{position:relative;height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
.product-review-bar-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#f9a85c,var(--cyan))}
.product-review-quote{display:grid;align-content:center;min-height:196px}
.product-review-quote-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.product-review-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(14,108,139,.24);border:1px solid rgba(41,213,194,.35);color:var(--cyan);font-size:22px;font-weight:900}
.product-review-quote-head strong{display:block;color:#fff;font-size:16px}
.product-review-quote-head span{display:block;color:#ffb261;font-size:13px;font-weight:800;margin-top:2px}
.product-review-quote blockquote{margin:0;color:#e4edf9;font-size:16px;line-height:1.7;font-weight:500}
.product-review-quote small{display:block;margin-top:18px;color:#8ea0b9;font-size:13px}
.product-related-section{display:grid;gap:20px}
.product-related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.product-related-head h2{margin:10px 0 0;font-size:clamp(30px,3.8vw,52px);line-height:1.05;letter-spacing:-.05em}
.product-related-all{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-size:16px;font-weight:900}
.product-related-all:hover{color:#80fff2}
.product-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-related-card{border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;background:linear-gradient(180deg,rgba(10,17,28,.88),rgba(6,10,18,.96));box-shadow:0 18px 46px rgba(0,0,0,.18);transition:.22s ease}
.product-related-card:hover{transform:translateY(-5px);border-color:rgba(41,213,194,.22)}
.product-related-media{position:relative;display:block;height:150px;margin:18px 18px 0;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;background:radial-gradient(circle at 50% 30%,rgba(41,213,194,.18),transparent 24%),linear-gradient(135deg,rgba(17,28,44,.86),rgba(20,29,59,.92));}
.product-related-media img{width:100%;height:100%;object-fit:cover;display:block;opacity:.92}
.product-related-media.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.24));pointer-events:none}
.product-related-badge{position:absolute;left:12px;top:12px;z-index:2;padding:6px 10px;border-radius:999px;background:rgba(7,11,18,.75);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);color:#8cf0e6;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.product-related-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#d4edf7;font-size:46px}
.product-related-body{padding:18px}
.product-related-body small{display:block;color:#8cefe5;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.product-related-body h3{margin:0 0 10px;font-size:17px;line-height:1.25}.product-related-body h3 a:hover{color:var(--gold)}
.product-related-body p{margin:0;color:#a6b7cc;font-size:14px;line-height:1.7;min-height:72px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-related-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}
.product-related-price{color:#10e7ff;font-size:17px;font-weight:900;letter-spacing:-.03em}
.product-related-link{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);font-size:22px;line-height:1;color:#fff}
.product-related-link:hover{border-color:rgba(246,183,60,.35);color:var(--gold)}
.product-related-empty{padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.03);color:#a7b7cb;font-size:14px}
@media(max-width:1100px){.product-review-grid{grid-template-columns:1fr 1fr}.product-review-quote{grid-column:1/-1}.product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.product-proof-section{margin-top:34px}.product-review-grid,.product-related-grid{grid-template-columns:1fr}.product-review-score strong{font-size:54px}.product-related-head{display:grid;gap:10px;align-items:start}.product-related-head h2{font-size:36px}.product-review-quote blockquote{font-size:15px}}

/* Verified customer review editor */
.customer-review-editor{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1fr);gap:28px;padding:26px;border-radius:24px;background:linear-gradient(135deg,rgba(246,183,60,.07),rgba(17,28,44,.82) 46%,rgba(7,11,18,.96));border-color:rgba(246,183,60,.16)}
.customer-review-editor-copy h2{margin:10px 0 12px;color:#fff;font-size:clamp(28px,3.6vw,42px);letter-spacing:-.05em}.customer-review-editor-copy>p{margin:0;color:#a9b8ca;line-height:1.75}
.customer-review-current-status{margin-top:20px;padding:14px 15px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.035);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.customer-review-current-status span{font-weight:900}.customer-review-current-status b{margin-left:auto;color:var(--gold)}.customer-review-current-status p{width:100%;margin:3px 0 0;color:#b8c5d7;font-size:13px}.customer-review-current-status.approved{border-color:rgba(87,227,137,.24);background:rgba(87,227,137,.055)}.customer-review-current-status.approved span{color:#8ef1b3}.customer-review-current-status.pending{border-color:rgba(246,183,60,.24);background:rgba(246,183,60,.055)}.customer-review-current-status.pending span{color:#ffd37d}.customer-review-current-status.rejected{border-color:rgba(255,107,107,.26);background:rgba(255,107,107,.06)}.customer-review-current-status.rejected span{color:#ff9f9f}.customer-review-current-status.new span{color:#cdd9e8}
.customer-review-form{padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(7,11,18,.58);display:grid;gap:16px}.customer-review-form-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.customer-review-form-head b,.customer-review-textarea>span{display:block;color:#fff;font-size:14px}.customer-review-form-head small,.customer-review-textarea small{display:block;color:#899bb4;font-size:12px;margin-top:3px}
.review-star-picker{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.review-star-picker input{position:absolute;opacity:0;pointer-events:none}.review-star-picker label{font-size:30px;line-height:1;color:#344257;cursor:pointer;transition:.18s ease}.review-star-picker label:hover,.review-star-picker label:hover~label,.review-star-picker input:checked~label{color:var(--gold);text-shadow:0 0 14px rgba(246,183,60,.22)}
.customer-review-textarea textarea{width:100%;margin-top:8px;border:1px solid rgba(255,255,255,.11);background:#070d16;color:#fff;border-radius:14px;padding:14px;resize:vertical;outline:none;line-height:1.65}.customer-review-textarea textarea:focus{border-color:rgba(246,183,60,.42);box-shadow:0 0 0 3px rgba(246,183,60,.07)}.customer-review-submit{justify-content:center;min-height:48px}.customer-review-warning{margin:0;color:#c9a967;font-size:12px;text-align:center}.account-alert.success{border:1px solid rgba(87,227,137,.28);background:rgba(87,227,137,.07);color:#c4f8d7}
@media(max-width:980px){.customer-review-editor{grid-template-columns:1fr}.customer-review-form-head{align-items:flex-start}}
@media(max-width:560px){.customer-review-editor{padding:18px}.customer-review-form{padding:15px}.customer-review-form-head{display:grid}.review-star-picker label{font-size:28px}}

/* Real product reviews */
.product-review-stars.empty{color:#435168;text-shadow:none}
.product-review-empty{display:grid;place-items:center;text-align:center;align-content:center;min-height:196px}.product-review-empty-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;margin-bottom:14px;background:rgba(246,183,60,.08);border:1px solid rgba(246,183,60,.18);color:var(--gold);font-size:28px}.product-review-empty strong{color:#fff;font-size:17px}.product-review-empty p{margin:8px 0 0;max-width:330px;color:#94a6bc;font-size:13px;line-height:1.65}
.product-review-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-review-list article{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:linear-gradient(180deg,rgba(17,28,44,.70),rgba(8,13,22,.90))}.product-review-list-head{display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center}.product-review-list-head>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(41,213,194,.08);border:1px solid rgba(41,213,194,.22);color:var(--cyan);font-weight:900}.product-review-list-head b{display:block;color:#fff;font-size:13px}.product-review-list-head small{display:block;color:#ffb261;font-size:11px;margin-top:2px}.product-review-list-head em{font-style:normal;color:var(--gold);font-size:12px;letter-spacing:1px;white-space:nowrap}.product-review-list article>p{margin:14px 0 0;color:#c8d4e3;font-size:13px;line-height:1.7}
@media(max-width:980px){.product-review-list{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.product-review-list{grid-template-columns:1fr}.product-review-list-head{grid-template-columns:38px 1fr}.product-review-list-head em{grid-column:2}}

/* Customer dashboard V3 — professional workspace */
.account-body{background:#070b12}
.account-site-bg{background:radial-gradient(circle at 14% 0%,rgba(246,183,60,.10),transparent 30%),radial-gradient(circle at 88% 4%,rgba(41,213,194,.09),transparent 28%),linear-gradient(180deg,#080d16,#070b12 46%,#080d14)}
.account-topbar{position:sticky;top:0;z-index:80;border-bottom:1px solid rgba(255,255,255,.075);background:rgba(7,11,18,.82);backdrop-filter:blur(18px)}
.account-topbar-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.account-topbar-left,.account-topbar-actions{display:flex;align-items:center;gap:12px}
.account-brand .brand-mark{width:40px;height:40px;border-radius:13px}
.account-brand strong{font-size:16px}.account-brand small{font-size:11px}
.account-top-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:12px;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.025);color:#b9c7d9;font-size:13px;font-weight:800}
.account-top-link:hover{color:#fff;border-color:rgba(246,183,60,.24);background:rgba(246,183,60,.06)}
.account-notification{position:relative;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.03);color:var(--gold)}
.account-notification b{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:#ff6f73;color:#fff;font-size:10px;box-shadow:0 5px 14px rgba(255,95,124,.35)}
.account-user-chip{display:flex;align-items:center;gap:10px;min-width:190px;padding:6px 11px 6px 7px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:rgba(255,255,255,.03)}
.account-user-mini-avatar{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(246,183,60,.22),rgba(41,213,194,.13));border:1px solid rgba(246,183,60,.22);color:#fff;font-weight:900}
.account-user-chip strong{display:block;color:#fff;font-size:12px;line-height:1.2}.account-user-chip small{display:block;margin-top:3px;color:#8092aa;font-size:10px}
.account-logout,.account-language{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.025);color:#aab9cc;font-size:13px;font-weight:900}
.account-logout:hover,.account-language:hover{color:#fff;border-color:rgba(246,183,60,.28)}
.account-mobile-menu{display:none;width:40px;height:40px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.03);padding:10px}
.account-mobile-menu span{display:block;height:2px;background:#fff;border-radius:99px;margin:4px 0}

.account-dashboard-page{padding:26px 0 74px}
.account-shell-pro{grid-template-columns:250px minmax(0,1fr);gap:22px;max-width:1420px}
.account-sidebar-pro{top:96px;padding:16px;border-radius:24px;background:linear-gradient(180deg,rgba(14,23,37,.97),rgba(7,11,18,.98));border-color:rgba(255,255,255,.075);box-shadow:0 24px 70px rgba(0,0,0,.25)}
.account-sidebar-close{display:none;position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#fff;font-size:24px}
.account-side-profile-pro{gap:12px;padding:4px 2px 18px;margin-bottom:16px}
.account-avatar-pro{position:relative;width:48px;height:48px;border-radius:15px;font-size:19px;background:linear-gradient(135deg,rgba(246,183,60,.20),rgba(41,213,194,.10));border:1px solid rgba(246,183,60,.18)}
.account-avatar-pro i{position:absolute;right:-2px;bottom:-2px;width:12px;height:12px;border-radius:50%;background:#57e389;border:3px solid #0c1420}
.account-side-profile-pro strong{font-size:14px}.account-side-profile-pro small{font-size:11px;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-side-profile-pro em{display:block;margin-top:4px;color:#6f829d;font-size:10px;font-style:normal;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.account-side-label{margin:0 8px 9px;color:#60738f;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.10em}
.account-side-nav-pro{gap:7px}
.account-side-nav-pro a{position:relative;padding:11px 12px;border-radius:13px;border-color:transparent;background:transparent;font-size:13px}
.account-side-nav-pro a:hover{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.065)}
.account-side-nav-pro a.active{background:linear-gradient(90deg,rgba(246,183,60,.12),rgba(246,183,60,.035));border-color:rgba(246,183,60,.20);box-shadow:inset 3px 0 0 var(--gold)}
.account-nav-icon{width:29px!important;height:29px;display:grid!important;place-items:center;border-radius:9px;background:rgba(255,255,255,.035);color:var(--gold)!important;font-size:14px}
.account-nav-label{flex:1}.account-nav-badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:rgba(255,95,124,.14);color:#ff9caf;font-size:10px}
.account-side-support{margin-top:18px;padding:15px;border:1px solid rgba(255,255,255,.07);border-radius:17px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018))}
.account-support-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;margin-bottom:12px;background:rgba(41,213,194,.09);border:1px solid rgba(41,213,194,.16);color:var(--cyan);font-weight:900}
.account-side-support b{display:block;color:#fff;font-size:13px}.account-side-support p{margin:6px 0 12px;color:#8497b0;font-size:11px;line-height:1.6}
.account-side-support .mini-action{padding:8px 10px;border-radius:10px;font-size:11px;background:rgba(255,255,255,.025)}
.account-side-logout{display:flex;align-items:center;gap:9px;margin-top:12px;padding:11px 12px;border-radius:12px;color:#8192a9;font-size:12px;font-weight:800}
.account-side-logout:hover{background:rgba(255,95,124,.06);color:#ff9caf}
.account-sidebar-overlay{display:none}

.account-main-pro{gap:16px;min-width:0}
.dashboard-hero-pro{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px;min-height:300px;padding:34px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(135deg,rgba(20,30,45,.96),rgba(8,13,22,.98));box-shadow:0 26px 70px rgba(0,0,0,.24)}
.dashboard-hero-pro:before{content:"";position:absolute;inset:-150px auto auto -100px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(246,183,60,.13),transparent 65%)}
.dashboard-hero-pro:after{content:"";position:absolute;right:-100px;bottom:-160px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(41,213,194,.10),transparent 65%)}
.dashboard-hero-copy,.dashboard-today-card{position:relative;z-index:1}
.dashboard-hero-copy{align-self:center}
.dashboard-eyebrow{display:flex;align-items:center;gap:9px;color:var(--gold);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.dashboard-eyebrow span{width:7px;height:7px;border-radius:50%;background:#57e389;box-shadow:0 0 14px rgba(87,227,137,.48)}
.dashboard-hero-copy h1{margin:13px 0 12px;color:#fff;font-size:clamp(37px,4vw,58px);line-height:1.02;letter-spacing:-.065em}.dashboard-hero-copy h1 span{color:var(--gold)}
.dashboard-hero-copy p{max-width:700px;margin:0;color:#aebed1;font-size:15px;line-height:1.75}
.dashboard-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.dashboard-hero-actions .primary-btn,.dashboard-hero-actions .secondary-btn{min-height:46px;border-radius:13px}
.dashboard-today-card{align-self:stretch;padding:20px;border:1px solid rgba(255,255,255,.075);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));backdrop-filter:blur(10px)}
.dashboard-today-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.07)}
.dashboard-today-head small{display:block;color:#71849e;font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.dashboard-today-head strong{display:block;margin-top:5px;color:#fff;font-size:14px}.dashboard-today-head>span{color:var(--gold);font-size:27px;font-weight:900;letter-spacing:-.04em}
.dashboard-today-grid{display:grid;gap:10px;margin-top:15px}.dashboard-today-grid>div{display:grid;grid-template-columns:10px 1fr auto;gap:9px;align-items:center;padding:11px 12px;border-radius:13px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055)}.dashboard-today-grid small{color:#9cafc5;font-size:12px}.dashboard-today-grid b{color:#fff;font-size:16px}.today-dot{width:8px;height:8px;border-radius:50%}.today-dot.gold{background:var(--gold)}.today-dot.cyan{background:var(--cyan)}.today-dot.green{background:#57e389}

.dashboard-stat-grid-pro{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.dashboard-stat-pro{position:relative;overflow:hidden;display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;min-height:116px;padding:18px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:linear-gradient(180deg,rgba(16,25,39,.82),rgba(8,13,22,.94));box-shadow:0 16px 38px rgba(0,0,0,.16)}
.dashboard-stat-pro>i{position:absolute;right:-36px;bottom:-46px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(246,183,60,.12),transparent 68%)}
.dashboard-stat-pro[data-tone="cyan"]>i{background:radial-gradient(circle,rgba(41,213,194,.12),transparent 68%)}.dashboard-stat-pro[data-tone="violet"]>i{background:radial-gradient(circle,rgba(130,105,255,.13),transparent 68%)}.dashboard-stat-pro[data-tone="green"]>i{background:radial-gradient(circle,rgba(87,227,137,.12),transparent 68%)}
.dashboard-stat-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(246,183,60,.08);border:1px solid rgba(246,183,60,.16);color:var(--gold);font-size:19px}.dashboard-stat-pro[data-tone="cyan"] .dashboard-stat-icon{color:var(--cyan);background:rgba(41,213,194,.07);border-color:rgba(41,213,194,.15)}.dashboard-stat-pro[data-tone="violet"] .dashboard-stat-icon{color:#a99cff;background:rgba(130,105,255,.08);border-color:rgba(130,105,255,.16)}.dashboard-stat-pro[data-tone="green"] .dashboard-stat-icon{color:#7fecaa;background:rgba(87,227,137,.07);border-color:rgba(87,227,137,.15)}
.dashboard-stat-pro small{display:block;color:#7e91aa;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.dashboard-stat-pro b{display:block;margin-top:4px;color:#fff;font-size:28px;line-height:1}.dashboard-stat-pro span{display:block;margin-top:6px;color:#8799b1;font-size:10px}

.dashboard-workspace{border:1px solid rgba(255,255,255,.075);border-radius:26px;background:linear-gradient(180deg,rgba(13,21,34,.88),rgba(7,11,18,.95));box-shadow:0 24px 64px rgba(0,0,0,.20);overflow:hidden}
.dashboard-workspace-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.065);background:rgba(255,255,255,.018)}
.dashboard-tabs{display:flex;gap:5px;overflow:auto}.dashboard-tabs button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid transparent;border-radius:12px;background:transparent;color:#8799b1;font-size:12px;font-weight:850;white-space:nowrap;cursor:pointer}.dashboard-tabs button span{min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.055);font-size:9px}.dashboard-tabs button:hover{color:#fff;background:rgba(255,255,255,.03)}.dashboard-tabs button.active{color:#fff;border-color:rgba(246,183,60,.18);background:rgba(246,183,60,.08)}.dashboard-tabs button.active span{color:var(--gold);background:rgba(246,183,60,.10)}
.dashboard-search{display:flex;align-items:center;gap:9px;width:260px;min-height:40px;padding:0 10px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:#080e17}.dashboard-search>span{color:var(--gold);font-size:17px}.dashboard-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:12px}.dashboard-search input::placeholder{color:#657992}.dashboard-search kbd{padding:3px 6px;border-radius:6px;background:rgba(255,255,255,.055);color:#7d90aa;font-size:9px;font-family:inherit}
.dashboard-tab-panel{display:none;padding:18px}.dashboard-tab-panel.active{display:block;animation:dashboardPanelIn .22s ease}@keyframes dashboardPanelIn{from{opacity:.55;transform:translateY(5px)}to{opacity:1;transform:none}}
.dashboard-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.dashboard-side-stack{display:grid;gap:16px}
.dashboard-panel-card{padding:20px;border:1px solid rgba(255,255,255,.065);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.012))}.dashboard-panel-main{min-height:430px}
.dashboard-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.dashboard-panel-head small{display:block;color:var(--gold);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.dashboard-panel-head h2{margin:5px 0 0;color:#fff;font-size:21px;letter-spacing:-.035em}.dashboard-panel-head>a{color:#91a5be;font-size:11px;font-weight:850}.dashboard-panel-head>a:hover{color:var(--gold)}.dashboard-panel-head.compact{align-items:center}.dashboard-panel-head.compact>b{color:var(--gold);font-size:21px}
.dashboard-list-pro{gap:9px}.dashboard-quote-pro{grid-template-columns:50px minmax(0,1fr) auto 26px;padding:13px;border-radius:15px;background:rgba(255,255,255,.022);border-color:rgba(255,255,255,.06)}.dashboard-quote-pro:hover{background:rgba(246,183,60,.04);transform:translateX(2px)}
.dashboard-quote-number{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(246,183,60,.07);border:1px solid rgba(246,183,60,.14);color:var(--gold);font-size:11px;font-weight:900}.dashboard-quote-copy{min-width:0}.dashboard-quote-copy b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-quote-copy small{font-size:10px}.dashboard-quote-pro .quote-badge{padding:7px 9px;font-size:9px}.dashboard-quote-pro>em{font-style:normal;color:#71849e;font-size:17px}
.dashboard-empty-pro{grid-column:1/-1;min-height:240px;display:grid;place-items:center;align-content:center;text-align:center;padding:30px;border:1px dashed rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.012)}.dashboard-empty-pro>span{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;margin-bottom:12px;background:rgba(246,183,60,.08);color:var(--gold);font-size:24px}.dashboard-empty-pro b{color:#fff}.dashboard-empty-pro p{max-width:480px;margin:7px 0 16px;color:#8294ac;font-size:12px}.dashboard-empty-pro .primary-btn{min-height:40px;font-size:12px}
.account-progress{height:7px;border-radius:999px;background:rgba(255,255,255,.055);overflow:hidden}.account-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--cyan))}
.dashboard-profile-list{display:grid;gap:0;margin-top:14px}.dashboard-profile-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.055)}.dashboard-profile-list>div:last-child{border-bottom:0}.dashboard-profile-list span{color:#7e91aa;font-size:10px}.dashboard-profile-list b{color:#e7eef9;font-size:11px;text-align:right;word-break:break-word}
.dashboard-review-status{background:linear-gradient(135deg,rgba(246,183,60,.045),rgba(255,255,255,.012))}.dashboard-review-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.055)}.dashboard-review-row span{color:#8799b0;font-size:11px}.dashboard-review-row b{color:#fff;font-size:16px}.dashboard-review-status>a{display:inline-flex;margin-top:13px;color:var(--gold);font-size:11px;font-weight:850}
.dashboard-system-grid-pro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dashboard-system-card-pro{overflow:hidden;border:1px solid rgba(255,255,255,.065);border-radius:19px;background:linear-gradient(180deg,rgba(17,28,44,.74),rgba(7,11,18,.94));transition:.22s ease}.dashboard-system-card-pro:hover{transform:translateY(-4px);border-color:rgba(246,183,60,.22)}
.dashboard-system-cover{position:relative;height:150px;display:grid;place-items:center;background:#070c14;overflow:hidden}.dashboard-system-cover img{width:100%;height:100%;object-fit:cover}.dashboard-system-cover>span{font-size:44px;color:#fff}.dashboard-system-cover>b{position:absolute;left:11px;top:11px;padding:6px 9px;border-radius:999px;background:rgba(7,11,18,.75);backdrop-filter:blur(8px);border:1px solid rgba(87,227,137,.19);color:#8ff0b6;font-size:9px;text-transform:uppercase;letter-spacing:.06em}
.dashboard-system-copy{padding:15px}.dashboard-system-copy small{color:var(--gold);font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.dashboard-system-copy h3{margin:7px 0 8px;color:#fff;font-size:16px}.dashboard-system-copy p{margin:0;color:#8ea0b8;font-size:11px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.dashboard-system-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border-top:1px solid rgba(255,255,255,.055);color:#8092aa;font-size:10px}.dashboard-system-foot em{color:var(--gold);font-style:normal;font-size:17px}
.dashboard-message-list-pro{display:grid;gap:9px}.dashboard-message-pro{display:grid;grid-template-columns:42px minmax(0,1fr) 24px;gap:12px;align-items:start;padding:13px;border:1px solid rgba(255,255,255,.06);border-radius:15px;background:rgba(255,255,255,.02)}.dashboard-message-pro:hover{border-color:rgba(41,213,194,.17);background:rgba(41,213,194,.025)}.dashboard-message-avatar{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(246,183,60,.08);border:1px solid rgba(246,183,60,.14);color:var(--gold);font-weight:900}.dashboard-message-avatar.admin{background:rgba(41,213,194,.07);border-color:rgba(41,213,194,.14);color:var(--cyan)}.dashboard-message-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-message-top b{color:#fff;font-size:12px}.dashboard-message-top small{color:#6f829a;font-size:9px}.dashboard-message-pro p{margin:5px 0 0;color:#95a7bd;font-size:11px;line-height:1.55}.dashboard-message-pro>em{align-self:center;color:#71849e;font-style:normal;font-size:16px}
.dashboard-search-empty{margin:0 18px 18px;padding:14px 16px;border:1px solid rgba(255,95,124,.16);border-radius:14px;background:rgba(255,95,124,.045);color:#ff9caf;font-size:12px}
[data-dashboard-item][hidden]{display:none!important}

@media(max-width:1250px){
  .account-shell-pro{grid-template-columns:230px minmax(0,1fr)}
  .dashboard-hero-pro{grid-template-columns:minmax(0,1fr) 310px;padding:28px}
  .dashboard-stat-grid-pro{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dashboard-overview-grid{grid-template-columns:minmax(0,1fr) 290px}
  .dashboard-system-grid-pro{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .account-top-link,.account-user-chip>span:last-child{display:none}.account-user-chip{min-width:0;padding-right:7px}
  .account-mobile-menu{display:block}
  .account-shell-pro{display:block}
  .account-sidebar-pro{position:fixed;z-index:120;left:14px;top:14px;bottom:14px;width:min(300px,calc(100vw - 28px));overflow:auto;transform:translateX(calc(-100% - 28px));transition:transform .28s ease;border-radius:24px}
  .account-sidebar-close{display:grid;place-items:center}
  .account-sidebar-overlay{display:block;position:fixed;z-index:110;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .25s ease}
  .account-sidebar-open .account-sidebar-pro{transform:none}.account-sidebar-open .account-sidebar-overlay{opacity:1;pointer-events:auto}.account-sidebar-open{overflow:hidden}
  .dashboard-overview-grid{grid-template-columns:1fr}.dashboard-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .account-topbar-inner{min-height:68px}.account-topbar-actions{gap:7px}.account-notification,.account-logout,.account-language{width:36px;height:36px}.account-brand small{display:none}
  .account-dashboard-page{padding-top:18px}.dashboard-hero-pro{grid-template-columns:1fr;padding:22px;border-radius:22px;min-height:0}.dashboard-hero-copy h1{font-size:38px}.dashboard-today-card{padding:16px}
  .dashboard-stat-grid-pro{grid-template-columns:1fr 1fr;gap:10px}.dashboard-stat-pro{grid-template-columns:40px 1fr;min-height:98px;padding:14px}.dashboard-stat-icon{width:40px;height:40px}.dashboard-stat-pro b{font-size:24px}.dashboard-stat-pro span{display:none}
  .dashboard-workspace-head{display:grid;gap:12px;padding:12px}.dashboard-tabs{width:100%}.dashboard-search{width:100%}.dashboard-search kbd{display:none}
  .dashboard-tab-panel{padding:12px}.dashboard-panel-card{padding:15px;border-radius:17px}.dashboard-side-stack{grid-template-columns:1fr}
  .dashboard-quote-pro{grid-template-columns:42px minmax(0,1fr) 22px}.dashboard-quote-pro .quote-badge{grid-column:2/3;justify-self:start}.dashboard-quote-pro>em{grid-column:3;grid-row:1/3}.dashboard-quote-number{width:38px;height:38px}
  .dashboard-system-grid-pro{grid-template-columns:1fr}.dashboard-message-pro{grid-template-columns:38px minmax(0,1fr)}.dashboard-message-avatar{width:38px;height:38px}.dashboard-message-pro>em{display:none}.dashboard-message-top{display:grid;gap:3px}
}
@media(max-width:480px){
  .container{width:min(100% - 22px,1180px)}
  .account-topbar-actions .account-language{display:none}.account-brand strong{font-size:14px}.account-brand .brand-mark{width:36px;height:36px}
  .dashboard-hero-copy h1{font-size:34px}.dashboard-hero-actions{display:grid}.dashboard-hero-actions a{width:100%}
  .dashboard-stat-grid-pro{grid-template-columns:1fr}.dashboard-today-grid>div{padding:10px}
  .dashboard-tabs button{padding:0 11px}.dashboard-panel-head{display:grid}.dashboard-panel-head>a{justify-self:start}
}

/* Customer area shared page alignment */
.account-body .account-shell{grid-template-columns:250px minmax(0,1fr);gap:22px;max-width:1420px}
.account-body .account-main-area>.account-card,.account-body .account-main-area>.systems-page-card{border-radius:24px;border-color:rgba(255,255,255,.075);background:linear-gradient(180deg,rgba(14,23,37,.90),rgba(7,11,18,.97));box-shadow:0 22px 60px rgba(0,0,0,.20)}
.account-body .account-card-head h1{font-size:clamp(28px,3vw,40px)}
@media(max-width:980px){.account-body .account-shell{display:block}.account-body .account-main-area{margin-top:0}}


/* Customer system library v4 */
.systems-library-main{display:grid;gap:18px}
.systems-library-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:center;padding:32px;border:1px solid rgba(246,183,60,.14);border-radius:28px;background:linear-gradient(135deg,rgba(246,183,60,.09),rgba(13,22,36,.94) 42%,rgba(7,11,18,.98));box-shadow:0 26px 70px rgba(0,0,0,.23);overflow:hidden}
.systems-library-hero:before{content:"";position:absolute;right:-120px;top:-150px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(41,213,194,.12),transparent 64%);pointer-events:none}
.systems-library-hero-copy,.systems-library-summary{position:relative;z-index:1}
.systems-library-hero-copy h1{margin:10px 0 12px;color:#fff;font-size:clamp(36px,4.5vw,60px);line-height:1.02;letter-spacing:-.065em}
.systems-library-hero-copy>p{margin:0;max-width:720px;color:#b7c5d7;font-size:15px;line-height:1.75}
.systems-library-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}
.systems-library-summary{padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:21px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.systems-library-summary-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.systems-library-summary-head small{display:block;color:var(--gold);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
.systems-library-summary-head strong{display:block;color:#fff;font-size:19px}
.systems-library-summary-head>span{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:rgba(41,213,194,.09);border:1px solid rgba(41,213,194,.17);color:var(--cyan);font-size:23px}
.systems-library-summary-progress{height:8px;margin:17px 0 13px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden}
.systems-library-summary-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--cyan))}
.systems-library-summary>p{margin:0;color:#95a7be;font-size:12px;line-height:1.65}
.systems-library-summary-foot{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.systems-library-summary-foot span{padding:10px;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:rgba(255,255,255,.025);color:#8fa2bb;font-size:10px}.systems-library-summary-foot b{display:block;color:#fff;font-size:18px;margin-bottom:2px}
.systems-library-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.systems-library-stats article{position:relative;display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;min-height:116px;padding:17px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:linear-gradient(180deg,rgba(15,25,40,.88),rgba(8,13,22,.94));overflow:hidden}
.systems-library-stats article:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--stat-color,var(--gold));opacity:.65}
.systems-library-stats article[data-tone="gold"]{--stat-color:var(--gold)}.systems-library-stats article[data-tone="green"]{--stat-color:var(--green)}.systems-library-stats article[data-tone="cyan"]{--stat-color:var(--cyan)}.systems-library-stats article[data-tone="violet"]{--stat-color:#a886ff}
.systems-library-stats article>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:color-mix(in srgb,var(--stat-color) 11%,transparent);border:1px solid color-mix(in srgb,var(--stat-color) 23%,transparent);color:var(--stat-color);font-size:21px;font-weight:900}
.systems-library-stats small{display:block;color:#8294ac;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.systems-library-stats b{display:block;color:#fff;font-size:28px;line-height:1;margin:5px 0}.systems-library-stats p{margin:0;color:#8fa1b9;font-size:11px;line-height:1.4}
.systems-library-workspace{padding:24px;border:1px solid rgba(255,255,255,.075);border-radius:26px;background:linear-gradient(180deg,rgba(14,23,37,.91),rgba(7,11,18,.97));box-shadow:0 24px 64px rgba(0,0,0,.20)}
.systems-library-workspace-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.systems-library-workspace-head h2{margin:7px 0 5px;color:#fff;font-size:32px;letter-spacing:-.04em}.systems-library-workspace-head p{margin:0;color:#8fa2b9;font-size:13px}.systems-library-result-count{display:flex;align-items:baseline;gap:7px;padding:10px 13px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:rgba(255,255,255,.025)}.systems-library-result-count b{color:var(--gold);font-size:20px}.systems-library-result-count span{color:#8fa1b8;font-size:11px}
.systems-library-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto 230px;gap:10px;margin-bottom:12px}
.systems-library-search,.systems-library-sort{display:flex;align-items:center;min-height:48px;border:1px solid rgba(255,255,255,.085);border-radius:15px;background:rgba(255,255,255,.025);overflow:hidden}.systems-library-search>span,.systems-library-sort>span{padding:0 13px;color:var(--gold);font-size:20px}.systems-library-search input{flex:1;min-width:0;border:0;background:transparent;color:#fff;outline:0;padding:0}.systems-library-search input::placeholder{color:#72849d}.systems-library-search kbd{margin-right:10px;padding:4px 7px;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:rgba(255,255,255,.04);color:#788aa2;font-size:9px}
.systems-library-sort select{width:100%;height:46px;border:0;background:transparent;color:#dce7f5;outline:0;padding-right:12px}.systems-library-sort option{background:#0b111c;color:#fff}
.systems-library-view-switch{display:flex;padding:5px;border:1px solid rgba(255,255,255,.085);border-radius:15px;background:rgba(255,255,255,.025)}.systems-library-view-switch button{width:40px;border:0;border-radius:10px;background:transparent;color:#7588a2;cursor:pointer;font-size:17px}.systems-library-view-switch button.active{background:rgba(246,183,60,.12);color:var(--gold)}
.systems-library-filters{display:flex;gap:8px;padding:7px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:rgba(255,255,255,.02);overflow:auto;margin-bottom:18px}.systems-library-filters button{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;min-height:39px;padding:0 13px;border:1px solid transparent;border-radius:11px;background:transparent;color:#8fa1b9;font-size:11px;font-weight:850;cursor:pointer}.systems-library-filters button span{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:7px;background:rgba(255,255,255,.05);font-size:9px}.systems-library-filters button:hover,.systems-library-filters button.active{border-color:rgba(246,183,60,.22);background:rgba(246,183,60,.09);color:#fff}.systems-library-filters button.active span{color:var(--gold)}
.systems-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.systems-library-card{min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(180deg,rgba(15,25,40,.86),rgba(7,11,18,.96));box-shadow:0 18px 48px rgba(0,0,0,.18);overflow:hidden;transition:.22s ease}.systems-library-card:hover{transform:translateY(-4px);border-color:rgba(246,183,60,.24);box-shadow:0 25px 58px rgba(0,0,0,.27)}.systems-library-card[hidden]{display:none!important}
.systems-library-cover{position:relative;height:190px;overflow:hidden;background:radial-gradient(circle at 50% 30%,rgba(41,213,194,.14),transparent 30%),#08101a}.systems-library-cover>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.systems-library-card:hover .systems-library-cover>img{transform:scale(1.04)}.systems-library-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#dceefa;font-size:58px}.systems-library-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.08) 45%,rgba(4,8,14,.88))}.systems-library-cover-top,.systems-library-cover-bottom{position:absolute;z-index:2;left:14px;right:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.systems-library-cover-top{top:14px}.systems-library-cover-top>span,.systems-library-cover-top>b{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:rgba(7,11,18,.70);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.09);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.systems-library-cover-top>span{color:#dce7f5}.systems-library-cover-top>b{color:#9bf2bc}.systems-library-cover-top i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 9px rgba(87,227,137,.5)}.systems-library-cover-bottom{bottom:15px;display:block}.systems-library-cover-bottom small{display:block;color:var(--gold);font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.systems-library-cover-bottom strong{display:block;margin-top:4px;color:#fff;font-size:21px;line-height:1.18}
.systems-library-card-body{padding:18px}.systems-library-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.systems-library-title-row small{display:block;color:#71849d;font-size:9px;text-transform:uppercase;letter-spacing:.05em;font-weight:850}.systems-library-title-row h3{margin:5px 0 0;color:#fff;font-size:19px}.systems-review-chip{flex:0 0 auto;padding:6px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.08);font-size:9px;font-weight:900}.systems-review-chip.approved{color:#91efb6;background:rgba(87,227,137,.08);border-color:rgba(87,227,137,.20)}.systems-review-chip.pending{color:#f8d581;background:rgba(246,183,60,.08);border-color:rgba(246,183,60,.20)}.systems-review-chip.rejected{color:#ffa3b4;background:rgba(255,95,124,.08);border-color:rgba(255,95,124,.20)}.systems-review-chip.missing{color:#9fb1c8;background:rgba(255,255,255,.035)}
.systems-library-card-body>p{margin:12px 0 15px;color:#a8b7ca;font-size:13px;line-height:1.65;min-height:64px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.systems-library-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.systems-library-delivery-grid>div{display:grid;grid-template-columns:24px 1fr;grid-template-rows:auto auto;column-gap:7px;padding:9px;border:1px solid rgba(255,255,255,.065);border-radius:12px;background:rgba(255,255,255,.025)}.systems-library-delivery-grid>div>span{grid-row:1/3;width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:rgba(246,183,60,.07);color:var(--gold);font-size:11px}.systems-library-delivery-grid small{color:#71849d;font-size:8px;text-transform:uppercase;font-weight:850}.systems-library-delivery-grid b{min-width:0;color:#eef4fc;font-size:10px;line-height:1.25;overflow:hidden;text-overflow:ellipsis}
.systems-library-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px}.systems-library-progress-head span{color:#8093ac;font-size:10px}.systems-library-progress-head b{color:#dce7f4;font-size:10px}.systems-library-progress{height:7px;margin-top:7px;border-radius:999px;background:rgba(255,255,255,.065);overflow:hidden}.systems-library-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--cyan))}.systems-library-latest{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.055)}.systems-library-latest span{color:#71849d;font-size:10px}.systems-library-latest b{color:#cbd7e5;font-size:10px;text-align:right}
.systems-library-card-foot{display:grid;grid-template-columns:1fr auto;gap:8px;padding:0 18px 18px}.systems-library-open{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 13px;border-radius:12px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#16110a;font-size:12px;font-weight:950}.systems-library-open em{font-style:normal;font-size:17px}.systems-library-review-link{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 13px;border:1px solid rgba(255,255,255,.085);border-radius:12px;background:rgba(255,255,255,.025);color:#d8e3f1;font-size:10px;font-weight:850}.systems-library-review-link:hover{border-color:rgba(246,183,60,.30);color:var(--gold)}
.systems-library-grid[data-view="list"]{grid-template-columns:1fr}.systems-library-grid[data-view="list"] .systems-library-card{display:grid;grid-template-columns:220px minmax(0,1fr) 180px;align-items:stretch}.systems-library-grid[data-view="list"] .systems-library-cover{height:auto;min-height:210px}.systems-library-grid[data-view="list"] .systems-library-card-foot{display:flex;flex-direction:column;justify-content:center;padding:18px 18px 18px 0}.systems-library-grid[data-view="list"] .systems-library-card-body>p{min-height:0;-webkit-line-clamp:2}.systems-library-grid[data-view="list"] .systems-library-open{width:100%}
.systems-library-no-results,.systems-library-empty{min-height:300px;display:grid;place-items:center;align-content:center;text-align:center;padding:28px;border:1px dashed rgba(255,255,255,.10);border-radius:20px;background:rgba(255,255,255,.018)}.systems-library-no-results>span,.systems-library-empty>span{width:68px;height:68px;border-radius:20px;display:grid;place-items:center;background:rgba(246,183,60,.09);border:1px solid rgba(246,183,60,.18);color:var(--gold);font-size:30px;margin-bottom:13px}.systems-library-no-results b,.systems-library-empty b{color:#fff;font-size:18px}.systems-library-no-results button{margin-top:14px;border:0;background:transparent;color:var(--gold);font-weight:900;cursor:pointer}.systems-library-empty p{max-width:620px;color:#91a3ba;font-size:13px;line-height:1.7;margin:8px 0 18px}
@media(max-width:1120px){.systems-library-hero{grid-template-columns:1fr}.systems-library-summary{max-width:620px}.systems-library-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.systems-library-grid[data-view="list"] .systems-library-card{grid-template-columns:190px minmax(0,1fr)}.systems-library-grid[data-view="list"] .systems-library-card-foot{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;padding:0 18px 18px}}
@media(max-width:900px){.systems-library-grid{grid-template-columns:1fr}.systems-library-toolbar{grid-template-columns:1fr auto}.systems-library-sort{grid-column:1/-1}.systems-library-grid[data-view="list"] .systems-library-card{display:block}.systems-library-grid[data-view="list"] .systems-library-cover{height:190px}.systems-library-grid[data-view="list"] .systems-library-card-foot{display:grid;grid-template-columns:1fr auto;padding:0 18px 18px}}
@media(max-width:620px){.systems-library-hero{padding:22px;border-radius:23px}.systems-library-hero-copy h1{font-size:38px}.systems-library-hero-actions{display:grid}.systems-library-stats{grid-template-columns:1fr 1fr}.systems-library-stats article{grid-template-columns:40px 1fr;padding:13px;min-height:104px}.systems-library-stats article>span{width:40px;height:40px}.systems-library-stats b{font-size:24px}.systems-library-stats p{display:none}.systems-library-workspace{padding:15px;border-radius:21px}.systems-library-workspace-head{display:grid;align-items:start}.systems-library-toolbar{grid-template-columns:1fr}.systems-library-view-switch{display:none}.systems-library-search kbd{display:none}.systems-library-card-foot,.systems-library-grid[data-view="list"] .systems-library-card-foot{grid-template-columns:1fr}.systems-library-delivery-grid{grid-template-columns:1fr}.systems-library-card-body>p{min-height:0}.systems-library-title-row{display:grid}.systems-review-chip{width:max-content}.systems-library-summary-foot{grid-template-columns:1fr 1fr}}

/* Search-focused information and FAQ section */
.seo-info-section{padding:34px 0 76px}
.seo-info-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,.72fr);gap:24px;align-items:start}
.seo-info-copy{padding:30px;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:linear-gradient(180deg,rgba(17,28,44,.78),rgba(8,13,22,.94));box-shadow:0 20px 52px rgba(0,0,0,.18)}
.seo-info-copy h2{margin:10px 0 16px;font-size:clamp(30px,3.8vw,48px);line-height:1.06;letter-spacing:-.05em}
.seo-info-copy p{margin:0 0 15px;color:#aab9cc;font-size:14px;line-height:1.8}
.seo-info-copy .secondary-btn{margin-top:8px}
.seo-faq-list{display:grid;gap:12px}
.seo-faq-list details{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,rgba(16,25,39,.76),rgba(9,14,23,.9));overflow:hidden}
.seo-faq-list summary{position:relative;list-style:none;cursor:pointer;padding:18px 52px 18px 20px;color:#f0f5fd;font-size:14px;font-weight:850}
.seo-faq-list summary::-webkit-details-marker{display:none}
.seo-faq-list summary:after{content:'+';position:absolute;right:18px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:rgba(246,183,60,.09);color:var(--gold);font-size:18px}
.seo-faq-list details[open] summary:after{content:'–'}
.seo-faq-list p{margin:0;padding:0 20px 19px;color:#9fb0c5;font-size:13px;line-height:1.75}
@media(max-width:980px){.seo-info-grid{grid-template-columns:1fr}.seo-info-copy{padding:24px}}
@media(max-width:620px){.seo-info-section{padding:20px 0 54px}.seo-info-copy{padding:20px;border-radius:20px}.seo-info-copy h2{font-size:34px}.seo-faq-list summary{padding:16px 48px 16px 16px}.seo-faq-list p{padding:0 16px 17px}}


/* Hero featured description limit v1 */
.cortex-feature-main p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}


/* Mobile homepage / showcase polish v1 */
@media (max-width:720px){
  .container{width:min(100% - 20px,1180px)}

  .cortex-hero{padding:22px 0 28px}
  .cortex-hero-grid{grid-template-columns:minmax(0,1fr);gap:20px;align-items:start}
  .cortex-hero-copy{padding:0;min-width:0}
  .cortex-market-pill{width:100%;display:grid;grid-template-columns:9px auto;column-gap:9px;row-gap:2px;align-items:center;padding:9px 11px;border-radius:15px;line-height:1.25;letter-spacing:.07em}
  .cortex-market-pill span{grid-row:1/3}
  .cortex-market-pill small{display:block;grid-column:2;color:#899bb2;font-size:10px;line-height:1.35}
  .cortex-kicker{margin:16px 0 11px;font-size:10px;letter-spacing:.12em;gap:9px}
  .cortex-kicker:before{width:18px}
  .cortex-hero-copy h1{max-width:none;margin-bottom:14px;font-size:clamp(34px,10.2vw,44px);line-height:1;letter-spacing:-.057em;text-wrap:balance}
  .cortex-hero-copy h1 span{display:inline}
  .cortex-hero-copy p{max-width:none;margin-bottom:18px;font-size:14px;line-height:1.65;color:#b8c5d6}

  .cortex-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .cortex-actions .primary-btn,.cortex-actions .secondary-btn{width:100%;min-width:0;min-height:46px;padding-inline:12px;font-size:12px;border-radius:13px}

  .cortex-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;gap:7px;margin:16px 0 13px}
  .cortex-hero-stats div{min-width:0;min-height:67px;padding:11px 9px;border-radius:13px;text-align:left}
  .cortex-hero-stats b{font-size:19px;white-space:nowrap}
  .cortex-hero-stats small{margin-top:6px;font-size:9px;line-height:1.25}

  .cortex-trust-chips{display:flex;flex-wrap:nowrap;gap:7px;margin-inline:-10px;padding:0 10px 3px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}
  .cortex-trust-chips::-webkit-scrollbar{display:none}
  .cortex-trust-chips span{flex:0 0 auto;scroll-snap-align:start;padding:7px 10px;font-size:10px}

  .cortex-feature-card{width:100%;max-width:none;justify-self:stretch;padding:14px;border-radius:20px;box-shadow:0 18px 42px rgba(0,0,0,.25)}
  .cortex-feature-top{margin-bottom:12px;gap:8px}
  .cortex-feature-top span,.cortex-feature-top em{padding:6px 9px;font-size:9px;letter-spacing:.055em}
  .cortex-feature-main{grid-template-columns:48px minmax(0,1fr);gap:11px;align-items:start}
  .cortex-feature-icon{width:48px;height:48px;border-radius:14px;font-size:20px}
  .cortex-feature-main small{font-size:9px;margin-bottom:4px}
  .cortex-feature-main h2{font-size:22px;line-height:1.05;margin-bottom:6px;letter-spacing:-.035em}
  .cortex-feature-main p{-webkit-line-clamp:3;font-size:12.5px;line-height:1.52}
  .cortex-feature-preview{min-height:0;height:164px;margin:13px 0 11px;border-radius:14px}
  .cortex-feature-preview img{width:100%;height:164px;object-fit:cover}
  .cortex-feature-preview span{width:58px;height:58px;border-radius:16px;font-size:24px}
  .cortex-feature-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:10px}
  .cortex-feature-meta div{min-width:0;padding:9px 7px;border-radius:11px}
  .cortex-feature-meta span{font-size:8px;letter-spacing:.08em;margin-bottom:4px}
  .cortex-feature-meta b{display:block;font-size:10px;line-height:1.3;overflow-wrap:anywhere}
  .cortex-feature-indicators{margin:1px 0 10px}
  .cortex-feature-list{display:flex;gap:7px;margin:0 -2px 11px;padding:0 2px 2px;overflow-x:auto;scrollbar-width:none}
  .cortex-feature-list::-webkit-scrollbar{display:none}
  .cortex-feature-list li{flex:0 0 auto;padding:7px 10px 7px 28px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:rgba(255,255,255,.028);font-size:9.5px;white-space:nowrap}
  .cortex-feature-list li:before{left:7px;top:50%;width:15px;height:15px;font-size:9px;transform:translateY(-50%)}
  .cortex-feature-btn{min-height:46px;padding:0 14px;border-radius:13px;font-size:13px}

  .market-showcase{padding:18px 0 56px}
  .market-head{margin-bottom:15px}
  .market-head h2{font-size:clamp(30px,8.6vw,38px);line-height:1.06;letter-spacing:-.045em;margin:8px 0}
  .market-head p{font-size:14px;line-height:1.65}
  .market-head-side{display:block;margin-top:14px}
  .market-note-card{display:none}
  .market-search-box{width:100%;margin:0}
  .market-search-box input{height:46px;border-radius:13px}
  .tabs-lux{margin:12px -10px 18px;padding:6px 10px 8px;border-inline:0;border-radius:0;background:transparent;scroll-snap-type:x proximity;scrollbar-width:none}
  .tabs-lux::-webkit-scrollbar{display:none}
  .tabs-lux .tab{scroll-snap-align:start;padding:9px 13px;font-size:11px;background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.07)}

  .product-grid{grid-template-columns:minmax(0,1fr);gap:14px}
  .product-card-lux{width:100%;min-width:0;border-radius:20px;box-shadow:0 16px 38px rgba(0,0,0,.18)}
  .thumb-lux{height:178px}
  .badge-left{left:11px;top:11px;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .badge-right{right:11px;top:11px}
  .thumb-lux .product-fallback-icon{left:16px;bottom:16px;width:62px;height:62px;border-radius:18px;font-size:28px}
  .product-body-lux{padding:15px}
  .product-meta-lux{margin-bottom:10px;padding-bottom:9px;font-size:10px}
  .product-body-lux .product-title{font-size:19px;line-height:1.17;margin-bottom:8px}
  .product-body-lux .product-desc{min-height:0;margin-bottom:12px;font-size:12.5px;line-height:1.62}
  .product-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:11px}
  .product-points span{min-width:0;min-height:39px;padding:6px 4px;border-radius:10px;font-size:9px;line-height:1.25;overflow-wrap:anywhere}
  .product-tags-lux{display:flex;flex-wrap:nowrap;gap:6px;margin:0 -15px 13px;padding:0 15px 2px;overflow-x:auto;scrollbar-width:none}
  .product-tags-lux::-webkit-scrollbar{display:none}
  .product-tags-lux span{flex:0 0 auto;padding:6px 8px;font-size:10px}
  .product-bottom-lux{gap:10px}
  .price-wrap small{font-size:9px}
  .product-bottom-lux .price{font-size:18px}
  .detail-btn-lux{min-width:104px;height:40px;padding:0 12px;font-size:11px;border-radius:11px}
}

@media (max-width:390px){
  .cortex-hero-copy h1{font-size:33px}
  .cortex-actions{grid-template-columns:1fr}
  .cortex-hero-stats div{padding:10px 7px}
  .cortex-hero-stats b{font-size:17px}
  .cortex-hero-stats small{font-size:8px}
  .cortex-feature-top em{max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .cortex-feature-preview,.cortex-feature-preview img{height:148px}
  .product-points span{font-size:8.5px}
  .product-bottom-lux{align-items:center}
}
