
:root{
  --red:#E51E2A;--red2:#B80F1A;--red-soft:#FFF2F3;
  --ink:#111318;--ink2:#242A33;--charcoal:#101216;--charcoal2:#191D24;
  --white:#fff;--paper:#F7F8FA;--soft:#EFF2F5;--soft2:#E8EDF2;
  --line:#E1E6EC;--line-dark:rgba(255,255,255,.14);
  --muted:#5F6B7A;--muted2:#8893A0;
  --silver:#DDE4EC;--steel:#B9C2CC;--blue:#1356A8;--ice:#DDF2FF;--gold:#0B3B7A;
  --green:#1E2936;--purple:#0B3B7A;
  --max:1260px;--radius:28px;--shadow:0 22px 70px rgba(14,18,26,.12);--shadow2:0 36px 100px rgba(0,0,0,.35);
  --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--paper);color:var(--ink);line-height:1.58;overflow-x:hidden}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}
.container{width:min(100% - 42px,var(--max));margin:auto}
.topline{height:4px;background:linear-gradient(90deg,#8B070F,var(--red),#F2B7BC,var(--red),#8B070F)}
.utilitybar{background:#111318;color:#DCE3EA;font-size:12px}
.utilitybar .container{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utilitybar span{color:#AEB7C2}
.header{
  position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--line);
  box-shadow:0 8px 24px rgba(14,18,26,.06)
}
.navbar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:14px;min-width:max-content}
.logo-box{width:82px;height:64px;border-radius:0;background:#fff;display:flex;align-items:center;justify-content:center}
.brand img{width:72px;height:72px;object-fit:contain}
.brand strong{display:block;font-size:22px;letter-spacing:.14em;font-weight:950;line-height:1;color:#111}
.brand span{display:block;margin-top:6px;color:#7B8490;font-size:10px;letter-spacing:.22em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:6px;color:#222832;font-size:14px}
.nav-link{padding:12px 12px;border-radius:14px;transition:.25s ease;white-space:nowrap;font-weight:760}
.nav-link:hover,.nav-link.active{background:#F1F3F5;color:var(--red)}
.mega-trigger{position:relative}
.mega-trigger>a::after{content:"";display:inline-block;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;margin-left:8px;vertical-align:middle;opacity:.68}
.mega{
  position:absolute;left:50%;top:calc(100% + 18px);transform:translateX(-50%) translateY(12px);
  width:min(1180px,calc(100vw - 48px));border:1px solid var(--line);border-radius:30px;
  background:#fff;box-shadow:0 38px 100px rgba(16,20,28,.18);
  opacity:0;visibility:hidden;transition:.26s ease;overflow:hidden;
}
.mega-trigger:hover .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.mega-grid{display:grid;grid-template-columns:1.02fr 1.52fr .95fr}
.mega-grid-4{grid-template-columns:.95fr 1.1fr 1.1fr .85fr}
.mega-panel{padding:26px;border-right:1px solid var(--line)}
.mega-panel:last-child{border-right:none}
.mega-kicker{color:var(--red);font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:950;margin-bottom:12px}
.mega-title{font-size:28px;font-weight:950;line-height:1.08;letter-spacing:-.04em}.mega-text{margin-top:12px;color:var(--muted);font-size:14px;line-height:1.7}
.mega-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mega-list.one{grid-template-columns:1fr}
.mega-item{display:block;border:1px solid var(--line);border-radius:18px;padding:14px;background:#FAFBFC;transition:.25s ease}
.mega-item:hover{background:#FFF2F3;border-color:#F2B7BC;transform:translateY(-1px)}
.mega-item strong{display:block;font-size:15px}.mega-item span{display:block;color:#7B8490;font-size:12px;margin-top:5px;line-height:1.45}
.mega-visual{height:100%;min-height:248px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(135deg,#F2F4F6,#fff);position:relative;overflow:hidden}
.mega-visual::before{content:"";position:absolute;left:-20%;top:44%;width:140%;height:68px;border-radius:999px;background:linear-gradient(90deg,#fff,#c9d1da,#111318,#ed1e2e);transform:rotate(-12deg)}
.mega-visual::after{content:"";position:absolute;right:28px;bottom:28px;width:86px;height:86px;border-radius:999px;border:14px solid #DDE1E6;background:#16161A}
.header-actions{display:flex;gap:12px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:1px solid transparent;border-radius:999px;padding:13px 22px;font-weight:880;cursor:pointer;transition:.28s ease;white-space:nowrap}
.btn-red{background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;box-shadow:0 14px 42px rgba(229,30,42,.22)}.btn-red:hover{transform:translateY(-2px);box-shadow:0 22px 65px rgba(229,30,42,.35)}
.btn-dark{background:#111318;color:#fff;border-color:#111318}.btn-dark:hover{transform:translateY(-2px);background:#2a2e35}
.btn-light{background:#fff;color:#111;border-color:#fff}.btn-light:hover{transform:translateY(-2px);box-shadow:0 18px 55px rgba(255,255,255,.18)}
.btn-outline{background:#fff;color:#111;border-color:var(--line)}.btn-outline:hover{border-color:var(--red);color:var(--red)}
.btn-small{min-height:42px;padding:10px 18px;font-size:14px}
.mobile-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:16px;background:#fff;cursor:pointer}.mobile-toggle span{display:block;width:20px;height:2px;background:#111;margin:5px auto;border-radius:99px}
.mobile-menu{display:none;border-top:1px solid var(--line);background:#fff;padding:14px 20px 24px}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:13px 0;border-bottom:1px solid var(--line);color:#222;font-weight:700}
.hero{position:relative;background:linear-gradient(180deg,#fff,#F5F7FA);padding:72px 0 94px;overflow:hidden}
.hero::before{content:"";position:absolute;right:-220px;top:-220px;width:760px;height:760px;border-radius:999px;background:radial-gradient(circle,rgba(229,30,42,.12),transparent 62%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.02fr;gap:56px;align-items:center;z-index:1}
.eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid #F2B7BC;background:#FFF2F3;color:var(--red);padding:9px 15px;border-radius:999px;font-size:12px;font-weight:950;letter-spacing:.18em;text-transform:uppercase;margin-bottom:25px}
h1{font-size:clamp(46px,6.2vw,86px);line-height:.94;letter-spacing:-.062em;font-weight:960;color:#111318}
h2{font-size:clamp(34px,4.7vw,60px);line-height:1.04;letter-spacing:-.045em;font-weight:950;color:#111318}
.hero p,.lead{color:#4D5663;font-size:clamp(17px,2vw,21px);line-height:1.76}.hero p{max-width:720px;margin-top:30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:760px;margin-top:44px}
.stat-pill{border:1px solid var(--line);background:#fff;border-radius:22px;padding:17px;box-shadow:0 12px 32px rgba(14,18,26,.06)}
.stat-pill strong{display:block;font-size:18px}.stat-pill span{display:block;margin-top:4px;color:#7B8490;font-size:12px}
.hero-product-frame{
  position:relative;width:100%;aspect-ratio:16/11;min-height:560px;border:1px solid #DDE2E8;border-radius:38px;overflow:hidden;
  background:linear-gradient(150deg,#F9FAFB,#E8ECF1 48%,#fff);box-shadow:var(--shadow)
}
.hero-product-frame.dark-frame{background:linear-gradient(150deg,#191B20,#09090B 62%,#000);box-shadow:var(--shadow2);border-color:rgba(255,255,255,.16)}
.hero-product-frame::before{content:"";position:absolute;left:-12%;top:18%;width:122%;height:28%;border:1px solid rgba(0,0,0,.08);background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),rgba(229,30,42,.20),transparent);transform:rotate(-15deg);border-radius:46px}
.logo-tile{position:absolute;left:30px;top:30px;width:182px;border:1px solid var(--line);background:#fff;border-radius:26px;padding:20px;box-shadow:0 30px 80px rgba(16,20,28,.12);z-index:4}.logo-tile img{width:100%}
.spec-floating{position:absolute;right:30px;top:34px;width:292px;border:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-radius:24px;padding:20px;z-index:4;box-shadow:0 20px 55px rgba(16,20,28,.10)}
.spec-floating small{display:block;color:var(--red);letter-spacing:.16em;text-transform:uppercase;font-weight:950;font-size:10px}.spec-floating strong{display:block;margin-top:9px;font-size:23px;line-height:1.15}
.spec-list{display:grid;gap:8px;margin-top:18px}.spec-list div{display:flex;justify-content:space-between;gap:14px;color:#525B67;font-size:13px;border-bottom:1px solid #E8EBEF;padding-bottom:8px}.spec-list b{color:#111}
.product-stage{position:absolute;left:38px;right:38px;bottom:54px;height:238px;border:1px solid rgba(0,0,0,.08);border-radius:30px;background:rgba(255,255,255,.74);backdrop-filter:blur(12px);overflow:hidden;z-index:2}
.roll-shape::before{content:"";position:absolute;left:44px;top:42px;width:520px;height:82px;border-radius:999px;background:linear-gradient(90deg,#fff,#C8D0D8,#16161A,#ED1E2E);box-shadow:0 18px 65px rgba(16,20,28,.18)}
.roll-shape::after{content:"";position:absolute;right:50px;top:58px;width:118px;height:118px;border-radius:999px;border:18px solid #D9DDE2;background:#1C1C1F;box-shadow:0 20px 65px rgba(0,0,0,.25)}
.color-strip{position:absolute;left:44px;right:44px;bottom:42px;display:grid;grid-template-columns:repeat(12,1fr);gap:7px}.swatch{height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.6);box-shadow:inset 0 0 16px rgba(255,255,255,.2)}
.s1{background:linear-gradient(135deg,#0a0a0a,#444)}.s2{background:linear-gradient(135deg,#b10713,#ff5a61)}.s3{background:linear-gradient(135deg,#f36f21,#ffcf63)}.s4{background:linear-gradient(135deg,#0b5c35,#69de9a)}.s5{background:linear-gradient(135deg,#0a4b87,#69c8ff)}.s6{background:linear-gradient(135deg,#39206b,#d384ff)}.s7{background:linear-gradient(135deg,#b9b9b9,#fff)}.s8{background:linear-gradient(135deg,#3b3f46,#aab0b8)}.s9{background:linear-gradient(135deg,#14a098,#92fff2)}.s10{background:linear-gradient(135deg,#231942,#ff36b8,#38bdf8)}.s11{background:linear-gradient(135deg,#795548,#ffe0b2)}.s12{background:linear-gradient(135deg,#111,#000)}
section{padding:92px 0}.section-white{background:#fff}.section-soft{background:#F2F4F7}.section-ice{background:#EEF6FB}.section-warm{background:#FBF5EC}.section-dark{background:linear-gradient(135deg,#111318,#050506);color:#fff}.section-red{background:linear-gradient(135deg,#AE0E18,#E51E2A);color:#fff}.section-steel{background:linear-gradient(135deg,#E9EEF4,#F8FAFC)}
.section-head{max-width:900px;margin:0 auto 54px;text-align:center}.kicker{display:inline-flex;margin-bottom:17px;border:1px solid #F2B7BC;background:#FFF2F3;color:var(--red);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.section-dark .kicker,.section-red .kicker{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.22);color:#fff}.section-dark h2,.section-red h2{color:#fff}.section-head p{margin-top:20px;color:#606A76;font-size:18px;line-height:1.78}.section-dark .section-head p,.section-red .section-head p{color:#D7DEE7}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);transition:.28s ease}
.card:hover{transform:translateY(-3px);box-shadow:0 32px 90px rgba(14,18,26,.16)}
.section-dark .card{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.13);box-shadow:none;color:#fff}
.card-inner{position:relative;z-index:1;padding:28px}.media-box{height:220px;border:1px solid #E1E5EA;border-radius:24px;margin-bottom:22px;overflow:hidden;position:relative;background:linear-gradient(135deg,#F5F7FA,#fff)}
.media-box::before{content:"";position:absolute;left:-44px;top:65px;width:122%;height:72px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.96),#C8D0D8,#111318,#ED1E2E);transform:rotate(-11deg);box-shadow:0 22px 60px rgba(14,18,26,.16)}
.media-box::after{content:"";position:absolute;right:34px;top:42px;width:118px;height:118px;border-radius:999px;border:16px solid rgba(235,239,242,.95);background:#131316}
.product-card h3,.feature-card h3,.module-card h3{font-size:24px;line-height:1.18;letter-spacing:-.025em}.product-card p,.feature-card p,.module-card p{margin-top:15px;color:#606A76;font-size:14px;line-height:1.78}.section-dark .product-card p,.section-dark .feature-card p,.section-dark .module-card p{color:#C9D1DC}
.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.tag{border:1px solid #DDE2E8;background:#F7F8FA;color:#3D4652;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:740}.section-dark .tag{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.07);color:#DCE3EC}
.metric-card{text-align:center;padding:25px 18px}.metric-card .value{font-size:34px;line-height:1;font-weight:950;color:var(--red)}.metric-card .label{margin-top:10px;color:#68727F;font-size:13px;line-height:1.5}
.color-system-card{padding:26px;border-radius:28px;box-shadow:var(--shadow);border:1px solid var(--line)}
.color-white{background:#fff}.color-soft{background:#F2F4F7}.color-ice{background:#EEF6FB}.color-warm{background:#FBF5EC}.color-dark{background:#111318;color:#fff}.color-red{background:linear-gradient(135deg,#B80F1A,#E51E2A);color:#fff}
.color-chip{width:100%;height:74px;border-radius:20px;margin-bottom:18px;border:1px solid rgba(0,0,0,.08)}
.video-placeholder{min-height:365px;border:1px dashed #CBD2DA;border-radius:30px;background:linear-gradient(135deg,#fff,#F0F3F6);display:flex;align-items:center;justify-content:center;text-align:center;padding:30px;position:relative;overflow:hidden}.section-dark .video-placeholder,.section-red .video-placeholder{border-color:rgba(255,255,255,.24);background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045));}.video-placeholder::before{content:"";position:absolute;width:130px;height:130px;border-radius:999px;background:rgba(229,30,42,.12);filter:blur(35px)}.play{position:relative;width:76px;height:76px;border-radius:999px;background:linear-gradient(135deg,var(--red),var(--red2));display:grid;place-items:center;margin:0 auto 20px;box-shadow:0 20px 60px rgba(229,30,42,.32)}.play::before{content:"";border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:22px solid #fff;margin-left:5px}.video-placeholder h3{font-size:28px}.video-placeholder p{max-width:540px;margin:12px auto 0;color:#606A76}.section-dark .video-placeholder p,.section-red .video-placeholder p{color:#DDE3EA}
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;min-width:880px}th,td{padding:17px 18px;border-bottom:1px solid #E8ECF0;text-align:left;font-size:14px}th{background:#FFF2F3;color:var(--red);font-size:12px;text-transform:uppercase;letter-spacing:.14em}td{color:#3D4652}td b{color:#111}tr:last-child td{border-bottom:none}
.split{display:grid;grid-template-columns:.96fr 1.04fr;gap:34px;align-items:center}.copy p{color:#606A76;font-size:18px;line-height:1.78;margin-top:18px}.copy h2{text-align:left}.section-dark .copy p,.section-red .copy p{color:#D0D6DE}
.process{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.step{border:1px solid var(--line);border-radius:20px;background:#fff;padding:18px;box-shadow:var(--shadow)}.step-num{color:var(--red);font-weight:950;margin-bottom:12px}.step strong{display:block;font-size:17px}.step span{display:block;color:#68727F;font-size:13px;line-height:1.5;margin-top:8px}
.catalog-preview{position:relative;min-height:520px;border:1px solid var(--line);border-radius:34px;background:#fff;overflow:hidden;padding:28px;box-shadow:var(--shadow)}.catalog-page{position:absolute;width:62%;border-radius:18px;overflow:hidden;border:1px solid #DDE2E8;box-shadow:0 24px 70px rgba(14,18,26,.18);background:#fff}.catalog-page img{width:100%;height:auto}.catalog-page.p1{left:34px;top:34px;z-index:3;transform:rotate(-3deg)}.catalog-page.p2{right:36px;top:82px;z-index:2;transform:rotate(4deg)}.catalog-page.p3{left:110px;bottom:34px;z-index:1;transform:rotate(0deg);opacity:.88}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.field{width:100%;border:1px solid #DDE2E8;border-radius:16px;background:#fff;color:#111;padding:14px 15px;outline:none}.field:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(229,30,42,.10)}.full{grid-column:1/-1}textarea.field{min-height:112px;resize:vertical}
.page-hero{background:#fff;padding:72px 0 84px}.page-hero .hero-grid{grid-template-columns:.92fr 1.08fr}.breadcrumb{color:#7B8490;font-size:13px;margin-bottom:20px}.breadcrumb a{color:#111}
.anchor-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:32px}.anchor-grid a{border:1px solid var(--line);border-radius:18px;background:#fff;padding:15px;text-align:center;color:#222;font-weight:850;font-size:14px}.anchor-grid a:hover{background:#FFF2F3;color:var(--red)}
.product-filter{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:28px}.filter-btn{border:1px solid var(--line);background:#fff;color:#222;border-radius:999px;padding:11px 16px;cursor:pointer;font-weight:850}.filter-btn.active,.filter-btn:hover{background:#FFF2F3;border-color:#F2B7BC;color:var(--red)}
.footer{border-top:1px solid var(--line);background:#fff;padding:48px 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px}.footer h4{font-size:14px;text-transform:uppercase;letter-spacing:.16em;margin-bottom:14px}.footer p,.footer a{display:block;color:#68727F;font-size:14px;line-height:1.78}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.show{opacity:1;transform:translateY(0)}
@media(max-width:1160px){.utilitybar{display:none}.nav{display:none}.mobile-toggle{display:block}.hero-grid,.split,.page-hero .hero-grid{grid-template-columns:1fr}.grid-6,.grid-5,.anchor-grid{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-product-frame{min-height:560px}}
@media(max-width:760px){.container{width:min(100% - 28px,var(--max))}.header-actions .btn{display:none}.brand span{display:none}.brand img{width:54px;height:54px}.logo-box{width:60px}.hero,.page-hero{padding:54px 0 72px}h1{font-size:44px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-stats,.grid-6,.grid-5,.grid-4,.grid-3,.grid-2,.process,.footer-grid,.form-grid,.anchor-grid{grid-template-columns:1fr}section{padding:70px 0}.hero-product-frame{min-height:540px;border-radius:28px;aspect-ratio:auto}.logo-tile{width:138px;left:22px;top:22px}.spec-floating{left:22px;right:22px;top:185px;width:auto}.product-stage{left:22px;right:22px;bottom:28px;height:190px}.roll-shape::before{left:24px;width:82%;top:42px;height:60px}.roll-shape::after{width:86px;height:86px;right:28px;top:38px;border-width:12px}.color-strip{left:24px;right:24px;bottom:28px;grid-template-columns:repeat(6,1fr)}.color-strip .swatch{height:26px}.catalog-preview{min-height:430px;padding:18px}.catalog-page{width:78%}.catalog-page.p2{right:16px}.catalog-page.p3{left:40px}}


/* ===== v7 Enterprise Content Upgrade ===== */
.hero-banner-1920{
  position:relative;
  min-height:800px;
  background:#fff url("../assets/baoyu-hero-1920x800.png") center/cover no-repeat;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.hero-banner-1920::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.78) 38%,rgba(255,255,255,.18) 68%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.hero-banner-content{
  position:relative;
  z-index:2;
  max-width:760px;
}
.hero-banner-content h1{
  font-size:clamp(48px,5.6vw,82px);
}
.hero-banner-content p{
  max-width:680px;
  margin-top:26px;
  color:#4D5663;
  font-size:20px;
  line-height:1.75;
}
.subnav-strip{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:122px;
  z-index:900;
}
.subnav-scroll{
  display:flex;
  gap:10px;
  overflow:auto;
  padding:12px 0;
}
.subnav-scroll a{
  flex:0 0 auto;
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 15px;
  background:#fff;
  color:#222;
  font-size:13px;
  font-weight:850;
}
.subnav-scroll a:hover{
  background:#FFF2F3;
  color:var(--red);
  border-color:#F2B7BC;
}
.profile-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:start;
}
.profile-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:34px;
  box-shadow:var(--shadow);
}
.profile-panel h3{
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.035em;
}
.profile-panel p{
  margin-top:16px;
  color:#5F6B7A;
  line-height:1.84;
}
.timeline-list{
  display:grid;
  gap:14px;
}
.timeline-item{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:16px;
  align-items:start;
  padding:18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 42px rgba(14,18,26,.06);
}
.timeline-item strong{
  color:var(--red);
  font-size:22px;
}
.timeline-item b{
  display:block;
  color:#111318;
}
.timeline-item span{
  display:block;
  margin-top:4px;
  color:#66707D;
  font-size:14px;
  line-height:1.55;
}
.capability-map{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.capability-node{
  border:1px solid var(--line);
  background:#fff;
  border-radius:24px;
  padding:22px;
  box-shadow:var(--shadow);
}
.capability-node .num{
  color:var(--red);
  font-size:30px;
  font-weight:950;
  margin-bottom:12px;
}
.capability-node h3{
  font-size:20px;
  line-height:1.2;
}
.capability-node p{
  color:#66707D;
  font-size:14px;
  line-height:1.65;
  margin-top:10px;
}
.factory-stats-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.factory-stat{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:var(--shadow);
}
.factory-stat strong{
  display:block;
  color:var(--red);
  font-size:34px;
  line-height:1;
}
.factory-stat span{
  display:block;
  margin-top:10px;
  color:#5F6B7A;
  font-size:14px;
  line-height:1.5;
}
.qc-flow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.qc-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow);
}
.qc-card h3{
  font-size:26px;
  line-height:1.15;
}
.qc-card p{
  margin-top:14px;
  color:#5F6B7A;
  line-height:1.75;
}
.qc-card .badge{
  display:inline-flex;
  margin-bottom:16px;
  border-radius:999px;
  background:#FFF2F3;
  color:var(--red);
  padding:7px 12px;
  font-size:12px;
  font-weight:950;
}
.product-editor-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}
.product-gallery{
  display:grid;
  gap:16px;
}
.gallery-main{
  min-height:430px;
  border:1px solid var(--line);
  border-radius:32px;
  background:linear-gradient(135deg,#fff,#EEF2F6);
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.gallery-main::before{
  content:"";
  position:absolute;
  left:-18%;
  top:42%;
  width:120%;
  height:90px;
  border-radius:999px;
  background:linear-gradient(90deg,#fff,#C8D0D8,#111318,#E51E2A);
  transform:rotate(-12deg);
  box-shadow:0 20px 60px rgba(14,18,26,.14);
}
.gallery-main::after{
  content:"";
  position:absolute;
  right:60px;
  top:120px;
  width:150px;
  height:150px;
  border-radius:999px;
  border:22px solid #DDE3EA;
  background:#16181D;
}
.gallery-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.thumb{
  height:88px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(135deg,#fff,#E8EDF2);
}
.product-info-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:34px;
  box-shadow:var(--shadow);
}
.info-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px;
}
.info-box{
  border:1px solid var(--line);
  background:#F7F8FA;
  border-radius:18px;
  padding:16px;
}
.info-box small{
  display:block;
  color:#8893A0;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}
.info-box strong{
  display:block;
  margin-top:6px;
  font-size:15px;
  color:#111318;
}
.display-tabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom:28px;
}
.display-tabs button{
  border:1px solid var(--line);
  background:#fff;
  color:#222;
  border-radius:999px;
  padding:11px 16px;
  cursor:pointer;
  font-weight:850;
}
.display-tabs button.active,
.display-tabs button:hover{
  background:#FFF2F3;
  border-color:#F2B7BC;
  color:var(--red);
}
.application-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
}
.application-large{
  min-height:460px;
  border-radius:34px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,#111318,#272E38);
  color:#fff;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
}
.application-large::before{
  content:"";
  position:absolute;
  inset:auto -20% 18% 15%;
  height:120px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(229,30,42,.65),transparent);
  transform:rotate(-13deg);
}
.application-large h3{
  position:relative;
  font-size:38px;
  line-height:1.05;
}
.application-large p{
  position:relative;
  margin-top:14px;
  color:#DDE3EA;
  max-width:560px;
}
.application-side{
  display:grid;
  gap:16px;
}
.application-card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:28px;
  padding:26px;
  box-shadow:var(--shadow);
}
.application-card h3{
  font-size:24px;
}
.application-card p{
  color:#5F6B7A;
  margin-top:12px;
}
@media(max-width:1160px){
  .subnav-strip{position:static}
  .profile-grid,.product-editor-layout,.application-grid{grid-template-columns:1fr}
  .capability-map,.factory-stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .hero-banner-1920{min-height:760px;background-position:center right}
  .hero-banner-1920::after{background:rgba(255,255,255,.88)}
  .factory-stats-grid,.capability-map,.qc-flow,.info-list{grid-template-columns:1fr}
  .gallery-thumbs{grid-template-columns:repeat(2,1fr)}
}


/* ===== v8 full design fill upgrade ===== */
.hero-banner-1920.v8{
  background:#fff url("../assets/baoyu-hero-1920x800-v8.png") center/cover no-repeat;
}
.design-filled-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.design-tile{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:26px;
  box-shadow:var(--shadow);
  min-height:220px;
}
.design-tile .tile-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  background:#FFF2F3;
  color:var(--red);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  margin-bottom:20px;
}
.design-tile h3{
  font-size:22px;
  line-height:1.18;
}
.design-tile p{
  margin-top:12px;
  color:#5F6B7A;
  font-size:14px;
  line-height:1.7;
}
.product-selector{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  box-shadow:var(--shadow);
  padding:28px;
}
.selector-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:16px;
}
.selector-group{
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  background:#F8FAFC;
}
.selector-group h3{
  font-size:18px;
  margin-bottom:14px;
}
.selector-option{
  display:block;
  width:100%;
  text-align:left;
  margin-top:8px;
  border:1px solid #DDE2E8;
  background:#fff;
  border-radius:14px;
  padding:11px 12px;
  color:#303845;
  font-weight:760;
}
.selector-option:hover{
  border-color:#F2B7BC;
  background:#FFF2F3;
  color:var(--red);
}
.selector-result{
  margin-top:20px;
  background:linear-gradient(135deg,#111318,#252B35);
  color:#fff;
  border-radius:26px;
  padding:24px;
}
.selector-result p{
  color:#DCE3EA;
  margin-top:8px;
}
.video-library{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
}
.video-main{
  min-height:480px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 78% 20%,rgba(229,30,42,.28),transparent 30%),
    linear-gradient(135deg,#111318,#050506);
  color:#fff;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
}
.video-main::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:999px;
  left:50%;
  top:42%;
  transform:translate(-50%,-50%);
  background:linear-gradient(135deg,var(--red),var(--red2));
  box-shadow:0 24px 80px rgba(229,30,42,.36);
}
.video-main::after{
  content:"";
  position:absolute;
  left:calc(50% - 8px);
  top:calc(42% - 18px);
  border-top:18px solid transparent;
  border-bottom:18px solid transparent;
  border-left:28px solid #fff;
}
.video-main h3{
  position:relative;
  font-size:42px;
  line-height:1.05;
}
.video-main p{
  position:relative;
  color:#DCE3EA;
  margin-top:14px;
  max-width:620px;
}
.video-list{
  display:grid;
  gap:14px;
}
.video-card-small{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  box-shadow:var(--shadow);
}
.video-card-small b{
  display:block;
  font-size:18px;
}
.video-card-small span{
  display:block;
  color:#5F6B7A;
  font-size:14px;
  margin-top:7px;
}
.packaging-showcase{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:18px;
}
.package-card{
  min-height:320px;
  border-radius:32px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
  padding:28px;
  position:relative;
  overflow:hidden;
}
.package-card::before{
  content:"";
  position:absolute;
  left:-25%;
  bottom:50px;
  width:140%;
  height:70px;
  border-radius:999px;
  background:linear-gradient(90deg,#fff,#C8D0D8,#111318,#E51E2A);
  transform:rotate(-12deg);
}
.package-card h3,
.package-card p{
  position:relative;
}
.package-card p{
  margin-top:12px;
  color:#5F6B7A;
}
.page-fill-block{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.fill-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:32px;
  box-shadow:var(--shadow);
}
.fill-panel h3{
  font-size:30px;
  line-height:1.12;
  letter-spacing:-.03em;
}
.fill-panel p{
  margin-top:14px;
  color:#5F6B7A;
  line-height:1.78;
}
.fill-list{
  margin-top:22px;
  display:grid;
  gap:10px;
}
.fill-list div{
  border:1px solid var(--line);
  border-radius:16px;
  background:#F8FAFC;
  padding:13px 14px;
  color:#303845;
  font-weight:760;
}
@media(max-width:1160px){
  .design-filled-grid,.selector-grid,.packaging-showcase{grid-template-columns:repeat(2,1fr)}
  .video-library,.page-fill-block{grid-template-columns:1fr}
}
@media(max-width:760px){
  .design-filled-grid,.selector-grid,.packaging-showcase{grid-template-columns:1fr}
  .video-main{min-height:420px}
}


/* ===== v9 WhatsApp + internal link + conversion upgrade ===== */
.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:1200;
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 18px;
  border-radius:999px;
  background:#1E2936;
  color:#fff;
  font-weight:950;
  box-shadow:0 20px 55px rgba(37,211,102,.35);
  transition:.25s ease;
}
.whatsapp-float:hover{
  transform:translateY(-3px);
  box-shadow:0 28px 70px rgba(37,211,102,.48);
}
.whatsapp-float .wa-icon{
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  font-size:15px;
}
.wa-inline{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#1E2936;
  font-weight:950;
}
.btn-whatsapp{
  background:#1E2936;
  color:#fff;
  box-shadow:0 14px 42px rgba(37,211,102,.24);
}
.btn-whatsapp:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 64px rgba(37,211,102,.36);
}
.contact-ribbon{
  background:linear-gradient(90deg,#0F172A,#111318);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.contact-ribbon .container{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.contact-ribbon b{
  color:#fff;
}
.contact-ribbon span{
  color:#CBD5E1;
  font-size:14px;
}
.contact-ribbon a{
  color:#1E2936;
  font-weight:950;
}
.link-hub{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.link-hub-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
  padding:28px;
}
.link-hub-card h3{
  font-size:24px;
  line-height:1.15;
}
.link-hub-card p{
  margin-top:12px;
  color:#5F6B7A;
  line-height:1.7;
  font-size:14px;
}
.link-list{
  margin-top:20px;
  display:grid;
  gap:10px;
}
.link-list a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#F8FAFC;
  padding:12px 14px;
  font-weight:850;
  color:#303845;
}
.link-list a:hover{
  background:#FFF2F3;
  color:var(--red);
  border-color:#F2B7BC;
}
.link-list a::after{
  content:"→";
  color:var(--red);
}
.buyer-path-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.buyer-path{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  box-shadow:var(--shadow);
  padding:32px;
  position:relative;
  overflow:hidden;
}
.buyer-path::before{
  content:"";
  position:absolute;
  right:-60px;
  top:-60px;
  width:160px;
  height:160px;
  border-radius:999px;
  background:rgba(229,30,42,.08);
}
.buyer-path .path-num{
  color:var(--red);
  font-size:34px;
  font-weight:950;
  margin-bottom:18px;
}
.buyer-path h3{
  font-size:28px;
  line-height:1.1;
}
.buyer-path p{
  color:#5F6B7A;
  margin-top:14px;
  line-height:1.72;
}
.buyer-path .hero-actions{
  margin-top:24px;
}
.crosslink-strip{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.crosslink-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.crosslink-grid a{
  border:1px solid var(--line);
  background:#F8FAFC;
  border-radius:18px;
  padding:16px 14px;
  text-align:center;
  font-weight:900;
  font-size:13px;
  color:#303845;
}
.crosslink-grid a:hover{
  background:#FFF2F3;
  border-color:#F2B7BC;
  color:var(--red);
}
.product-cta-panel{
  margin-top:30px;
  background:linear-gradient(135deg,#111318,#242A33);
  color:#fff;
  border-radius:30px;
  padding:28px;
}
.product-cta-panel h3{
  color:#fff;
  font-size:28px;
}
.product-cta-panel p{
  color:#DCE3EA;
  margin-top:12px;
}
.product-cta-panel .hero-actions{
  margin-top:22px;
}
.category-link-map{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:28px;
}
.category-link-map a{
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow);
  padding:20px;
  font-weight:950;
  text-align:center;
}
.category-link-map a:hover{
  color:var(--red);
  background:#FFF2F3;
}
.whatsapp-card{
  background:linear-gradient(135deg,#1E2936,#101821);
  color:#fff;
  border-radius:32px;
  padding:34px;
  box-shadow:0 28px 80px rgba(37,211,102,.22);
}
.whatsapp-card h2,
.whatsapp-card h3{
  color:#fff;
}
.whatsapp-card p{
  color:rgba(255,255,255,.88);
  margin-top:14px;
}
.whatsapp-card .btn{
  margin-top:22px;
}
@media(max-width:1160px){
  .link-hub,.buyer-path-grid,.crosslink-grid,.category-link-map{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .whatsapp-float{
    right:14px;
    bottom:14px;
    padding:13px 15px;
  }
  .whatsapp-float span.label{
    display:none;
  }
  .link-hub,.buyer-path-grid,.crosslink-grid,.category-link-map{
    grid-template-columns:1fr;
  }
  .contact-ribbon .container{
    align-items:flex-start;
    padding:12px 0;
  }
}


/* ===== v10 carousel + premium visual upgrade ===== */
:root{--navy:#0B3B7A;--navy2:#102A56;--sky:#1356A8;--aqua:#6FAFD6;}
.utilitybar{background:linear-gradient(90deg,#0c1730,#08111f 45%, #0c1730)}
.nav-link:hover,.nav-link.active{background:linear-gradient(180deg,#fff,#F3F6FB);color:var(--navy)}
.btn-red{background:linear-gradient(135deg,var(--red),#BD1220)}
.btn-outline:hover{border-color:var(--navy);color:var(--navy)}
.kicker{background:linear-gradient(180deg,#F6F8FC,#FFF2F3);border-color:#E3E8F0;color:var(--navy)}
.eyebrow{background:linear-gradient(180deg,#F5F8FC,#FFF2F3);border-color:#E2E8F2;color:var(--navy)}
.section-ice{background:linear-gradient(180deg,#F5F9FF,#EEF5FC)}
.section-steel{background:linear-gradient(180deg,#F2F5FA,#FFFFFF)}
.card,.profile-panel,.factory-stat,.capability-node,.qc-card,.link-hub-card,.design-tile,.fill-panel,.product-info-panel{border-color:#E4EAF2}

.hero-carousel{position:relative;min-height:800px;overflow:hidden;background:#fff;border-bottom:1px solid #E7EDF5}
.hero-carousel-track{position:relative;height:800px}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease, visibility .7s ease;background-size:cover;background-position:center}
.hero-slide.active{opacity:1;visibility:visible}
.hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.84) 35%,rgba(255,255,255,.32) 66%,rgba(255,255,255,.06) 100%)}
.hero-slide .container{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:28px}
.hero-copy{max-width:720px}
.hero-copy h1{font-size:clamp(50px,6vw,82px);line-height:.96;letter-spacing:-.055em}
.hero-copy p{margin-top:26px;color:#4F5E70;font-size:20px;line-height:1.78;max-width:690px}
.hero-slide-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.hero-slide-badges span{display:inline-flex;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid #E1E8F0;color:#253041;font-weight:850;font-size:13px;backdrop-filter:blur(10px)}
.hero-overlay-panel{justify-self:end;width:min(100%,420px);border:1px solid rgba(255,255,255,.68);background:rgba(255,255,255,.72);backdrop-filter:blur(14px);border-radius:34px;padding:26px;box-shadow:0 28px 80px rgba(18,25,40,.14)}
.hero-overlay-panel h3{font-size:30px;line-height:1.08;color:#111318}
.hero-overlay-panel p{color:#566577;font-size:15px;line-height:1.72;margin-top:12px}
.overlay-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.overlay-mini{border:1px solid #E3EAF2;background:rgba(255,255,255,.82);border-radius:18px;padding:14px}
.overlay-mini strong{display:block;color:var(--navy);font-size:18px}
.overlay-mini span{display:block;color:#667484;font-size:12px;margin-top:5px;line-height:1.4}
.hero-carousel-controls{position:absolute;left:0;right:0;bottom:28px;z-index:3}
.hero-carousel-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}
.hero-dots{display:flex;gap:10px}
.hero-dot{width:12px;height:12px;border-radius:999px;background:rgba(17,19,24,.18);border:none;cursor:pointer;transition:.25s ease}
.hero-dot.active{width:34px;background:linear-gradient(90deg,var(--navy),var(--red))}
.hero-arrows{display:flex;gap:10px}
.hero-arrow{width:52px;height:52px;border-radius:999px;border:1px solid #E1E8F0;background:rgba(255,255,255,.82);backdrop-filter:blur(10px);font-size:24px;color:#253041;cursor:pointer;transition:.25s ease}
.hero-arrow:hover{background:#fff;color:var(--navy);transform:translateY(-1px)}
.hero-progress{flex:1;max-width:340px;height:6px;border-radius:999px;background:rgba(17,19,24,.08);overflow:hidden;margin-left:12px}
.hero-progress span{display:block;height:100%;width:33.33%;background:linear-gradient(90deg,var(--navy),var(--red));transition:transform .5s ease}

.modern-visual-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}
.modern-main-card{min-height:400px;border-radius:34px;padding:34px;position:relative;overflow:hidden;background:linear-gradient(135deg,#0D1730,#132A58);color:#fff;box-shadow:0 32px 90px rgba(11,59,122,.18)}
.modern-main-card::before{content:'';position:absolute;right:-10%;top:-12%;width:340px;height:340px;border-radius:999px;background:rgba(229,30,42,.18);filter:blur(10px)}
.modern-main-card::after{content:'';position:absolute;left:8%;bottom:18%;width:86%;height:76px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(19,86,168,.55),rgba(229,30,42,.55),transparent);transform:rotate(-11deg)}
.modern-main-card h3{position:relative;font-size:42px;line-height:1.02;max-width:560px}
.modern-main-card p{position:relative;margin-top:14px;color:#DCE6F4;max-width:580px;line-height:1.76}
.modern-side-grid{display:grid;gap:18px}
.modern-side-card{background:#fff;border:1px solid #E4EAF2;border-radius:28px;padding:24px;box-shadow:var(--shadow);min-height:190px;position:relative;overflow:hidden}
.modern-side-card::before{content:'';position:absolute;right:-40px;bottom:-40px;width:140px;height:140px;border-radius:999px;background:rgba(19,86,168,.08)}
.modern-side-card h3{font-size:24px;line-height:1.12;position:relative}
.modern-side-card p{margin-top:12px;color:#5C6B7A;line-height:1.7;position:relative}
.modern-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;position:relative}
.modern-chip-row span{padding:8px 12px;border-radius:999px;border:1px solid #E0E7F0;background:#F8FBFF;color:var(--navy);font-size:12px;font-weight:900}

.application-mosaic{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}
.mosaic-tall{grid-row:span 2;min-height:510px;background:linear-gradient(135deg,#101318,#273445);color:#fff;border-radius:34px;padding:30px;position:relative;overflow:hidden;box-shadow:var(--shadow2)}
.mosaic-tall::before{content:'';position:absolute;left:-20%;top:18%;width:130%;height:74px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(19,86,168,.55),rgba(229,30,42,.55),transparent);transform:rotate(-10deg)}
.mosaic-card{min-height:245px;background:#fff;border:1px solid #E4EAF2;border-radius:28px;padding:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.mosaic-card.blue{background:linear-gradient(135deg,#F5F9FF,#EBF3FF)}
.mosaic-card.red{background:linear-gradient(135deg,#FFF7F7,#FFF0F2)}
.mosaic-card.dark{background:linear-gradient(135deg,#111318,#202A38);color:#fff}
.mosaic-card.dark p{color:#D9E0EA}
.mosaic-card h3{font-size:26px;line-height:1.12;position:relative}
.mosaic-card p{margin-top:12px;color:#5B6978;line-height:1.7;position:relative}
.mosaic-card::before{content:'';position:absolute;right:-24px;bottom:-24px;width:110px;height:110px;border-radius:999px;background:rgba(11,59,122,.08)}

.link-hub-card h3{color:var(--navy)}
.buyer-path .path-num{color:var(--navy)}
.buyer-path h3{font-size:27px}
.whatsapp-card{background:linear-gradient(135deg,#0B3B7A,#1E2936)}
.crosslink-grid a:hover,.category-link-map a:hover{color:var(--navy);background:#F4F8FF;border-color:#C9D8F1}
.footer{background:linear-gradient(180deg,#fff,#F7FAFE)}

@media(max-width:1160px){
  .hero-slide .container,.modern-visual-grid,.application-mosaic{grid-template-columns:1fr}
  .hero-overlay-panel{justify-self:start;width:100%;max-width:none}
  .mosaic-tall{grid-row:auto;min-height:320px}
}
@media(max-width:760px){
  .hero-carousel,.hero-carousel-track{min-height:760px;height:760px}
  .hero-copy p{font-size:17px}
  .hero-carousel-bottom{flex-wrap:wrap;justify-content:flex-start}
  .hero-progress{max-width:none;width:100%;order:3;margin-left:0}
  .hero-slide .container{padding-top:24px;padding-bottom:84px}
  .application-mosaic{grid-template-columns:1fr}
}


/* ===== v11 deeper enterprise design upgrade ===== */
.v11-section-title{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.v11-section-title h2{max-width:760px}.v11-section-title p{max-width:430px;color:#5F6B7A;line-height:1.74}
.v11-visual-split{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.v11-visual-img{min-height:420px;border-radius:36px;background-size:cover;background-position:center;box-shadow:var(--shadow);border:1px solid #E4EAF2;position:relative;overflow:hidden}.v11-visual-img::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,0))}.v11-content-card{background:#fff;border:1px solid #E4EAF2;border-radius:34px;padding:34px;box-shadow:var(--shadow)}.v11-content-card h3{font-size:34px;line-height:1.1;letter-spacing:-.03em;color:#111318}.v11-content-card p{margin-top:16px;color:#5F6B7A;line-height:1.78}.v11-list{display:grid;gap:12px;margin-top:24px}.v11-list a,.v11-list div{display:flex;justify-content:space-between;gap:16px;border:1px solid #E4EAF2;background:#F8FBFF;border-radius:18px;padding:14px 16px;color:#303845;font-weight:850}.v11-list a:hover{background:#FFF2F3;color:var(--red);border-color:#F2B7BC}.v11-list a::after{content:"→";color:var(--red)}
.v11-dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.v11-dash-card{background:#fff;border:1px solid #E4EAF2;border-radius:28px;padding:26px;box-shadow:var(--shadow);position:relative;overflow:hidden}.v11-dash-card::before{content:"";position:absolute;right:-50px;top:-50px;width:140px;height:140px;border-radius:999px;background:rgba(19,86,168,.08)}.v11-dash-card strong{display:block;font-size:34px;line-height:1;color:var(--navy)}.v11-dash-card span{display:block;color:#5F6B7A;margin-top:12px;line-height:1.5;font-size:14px}
.v11-product-matrix{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.v11-matrix-main{background:linear-gradient(135deg,#0B3B7A,#111318);color:#fff;border-radius:36px;padding:34px;min-height:520px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden;box-shadow:var(--shadow2)}.v11-matrix-main::before{content:"";position:absolute;left:-14%;top:32%;width:128%;height:82px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(19,86,168,.55),rgba(229,30,42,.6),transparent);transform:rotate(-10deg)}.v11-matrix-main h3{position:relative;font-size:44px;line-height:1.04}.v11-matrix-main p{position:relative;color:#DCE6F4;margin-top:14px;max-width:680px}.v11-matrix-side{display:grid;gap:16px}.v11-matrix-card{background:#fff;border:1px solid #E4EAF2;border-radius:28px;padding:24px;box-shadow:var(--shadow)}.v11-matrix-card h3{font-size:24px;line-height:1.12}.v11-matrix-card p{margin-top:10px;color:#5F6B7A;line-height:1.7}
.v11-comparison{overflow:hidden;border:1px solid #E4EAF2;border-radius:34px;background:#fff;box-shadow:var(--shadow)}.v11-comparison table{min-width:100%;}.v11-comparison th{background:linear-gradient(90deg,#0B3B7A,#102A56);color:#fff}.v11-comparison td:first-child{font-weight:900;color:#111318}.v11-comparison td{font-size:14px;vertical-align:top}
.v11-faq{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid #E4EAF2;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 36px rgba(14,18,26,.06)}.faq-q{width:100%;text-align:left;border:0;background:#fff;padding:18px 20px;font-weight:950;color:#111318;display:flex;justify-content:space-between;gap:14px;cursor:pointer}.faq-q::after{content:"+";color:var(--red);font-size:22px;line-height:1}.faq-item.open .faq-q::after{content:"−"}.faq-a{display:none;padding:0 20px 20px;color:#5F6B7A;line-height:1.72}.faq-item.open .faq-a{display:block}.v11-faq-card{border-radius:34px;background:linear-gradient(135deg,#111318,#0B3B7A);color:#fff;padding:34px;box-shadow:var(--shadow2)}.v11-faq-card h2{color:#fff}.v11-faq-card p{color:#DCE6F4;margin-top:16px;line-height:1.78}
.v11-sticky-cta{position:sticky;bottom:16px;z-index:800;margin:30px auto 0;max-width:980px;background:rgba(255,255,255,.88);border:1px solid rgba(220,226,235,.9);backdrop-filter:blur(16px);border-radius:999px;box-shadow:0 22px 60px rgba(14,18,26,.12);padding:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.v11-sticky-cta strong{padding-left:18px;color:#111318}.v11-sticky-cta .hero-actions{margin:0;gap:8px}
.v11-page-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.v11-page-kpi{border:1px solid #E4EAF2;border-radius:22px;background:#F8FBFF;padding:20px}.v11-page-kpi strong{display:block;color:var(--navy);font-size:24px}.v11-page-kpi span{display:block;margin-top:6px;color:#5F6B7A;font-size:13px}
@media(max-width:1160px){.v11-visual-split,.v11-product-matrix,.v11-faq{grid-template-columns:1fr}.v11-dashboard{grid-template-columns:repeat(2,1fr)}.v11-sticky-cta{border-radius:28px;align-items:flex-start;flex-direction:column}.v11-sticky-cta .hero-actions{width:100%}}
@media(max-width:760px){.v11-section-title{display:block}.v11-section-title p{margin-top:14px}.v11-dashboard,.v11-page-kpis{grid-template-columns:1fr}.v11-matrix-main{min-height:420px}.v11-sticky-cta .btn{width:100%}}


/* ===== v12 enterprise completion upgrade ===== */
.v12-hero-note{display:inline-flex;gap:8px;align-items:center;border:1px solid #C7D7F4;background:#F4F8FF;color:#0B3B7A;border-radius:999px;padding:9px 14px;font-weight:950;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-top:24px}
.v12-section-title{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.v12-section-title h2{max-width:780px}.v12-section-title p{max-width:470px;color:#5F6B7A;line-height:1.76}
.v12-route-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:24px}.v12-route-visual{min-height:520px;border-radius:36px;background-size:cover;background-position:center;box-shadow:var(--shadow);border:1px solid #E4EAF2;position:relative;overflow:hidden}.v12-route-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,0))}.v12-route-cards{display:grid;gap:16px}.v12-route-card{background:#fff;border:1px solid #E4EAF2;border-radius:28px;padding:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.v12-route-card::before{content:"";position:absolute;right:-40px;bottom:-40px;width:120px;height:120px;border-radius:999px;background:rgba(19,86,168,.08)}.v12-route-card h3{position:relative;font-size:24px;line-height:1.12;color:#0B3B7A}.v12-route-card p{position:relative;color:#5F6B7A;margin-top:10px;line-height:1.7}.v12-route-card a{position:relative;display:inline-flex;margin-top:16px;font-weight:950;color:var(--red)}
.v12-system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v12-system-card{background:#fff;border:1px solid #E4EAF2;border-radius:30px;box-shadow:var(--shadow);padding:28px;min-height:260px}.v12-system-card .icon{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#0B3B7A,#1356A8);color:#fff;display:grid;place-items:center;font-weight:950;margin-bottom:20px}.v12-system-card h3{font-size:23px;line-height:1.16}.v12-system-card p{margin-top:12px;color:#5F6B7A;line-height:1.72;font-size:14px}
.v12-proof-wall{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.v12-proof-card{border-radius:32px;min-height:340px;padding:28px;position:relative;overflow:hidden;box-shadow:var(--shadow);background:#fff;border:1px solid #E4EAF2}.v12-proof-card.dark{background:linear-gradient(135deg,#111318,#0B3B7A);color:#fff}.v12-proof-card.red{background:linear-gradient(135deg,#FFF2F3,#fff)}.v12-proof-card.blue{background:linear-gradient(135deg,#F4F8FF,#fff)}.v12-proof-card::before{content:"";position:absolute;left:-20%;bottom:52px;width:130%;height:68px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(19,86,168,.5),rgba(229,30,42,.5),transparent);transform:rotate(-12deg)}.v12-proof-card h3,.v12-proof-card p{position:relative}.v12-proof-card h3{font-size:30px;line-height:1.08}.v12-proof-card p{margin-top:14px;color:#5F6B7A;line-height:1.74}.v12-proof-card.dark p{color:#DCE6F4}
.v12-download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.v12-download-card{background:#fff;border:1px solid #E4EAF2;border-radius:30px;padding:28px;box-shadow:var(--shadow)}.v12-download-card h3{font-size:24px;line-height:1.15}.v12-download-card p{margin-top:12px;color:#5F6B7A;line-height:1.72}.v12-download-card .hero-actions{margin-top:22px}
.v12-mini-faq{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.v12-mini-faq .faq-item{box-shadow:var(--shadow)}
.v12-product-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.v12-product-pills a{border:1px solid #E4EAF2;background:#fff;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900;color:#303845}.v12-product-pills a:hover{background:#F4F8FF;color:#0B3B7A;border-color:#C7D7F4}
.v12-cta-band{border-radius:36px;padding:36px;background:linear-gradient(135deg,#0B3B7A,#111318);color:#fff;box-shadow:var(--shadow2);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.v12-cta-band h2{color:#fff}.v12-cta-band p{color:#DCE6F4;max-width:760px;margin-top:12px;line-height:1.76}.v12-cta-band .hero-actions{margin-top:0}
@media(max-width:1160px){.v12-section-title{display:block}.v12-section-title p{margin-top:14px}.v12-route-grid,.v12-cta-band{grid-template-columns:1fr}.v12-system-grid,.v12-proof-wall,.v12-download-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.v12-system-grid,.v12-proof-wall,.v12-download-grid,.v12-mini-faq{grid-template-columns:1fr}.v12-route-visual{min-height:380px}.v12-cta-band{padding:26px;border-radius:28px}}


/* ===== V13 rationalized color + homepage optimization ===== */
:root{
  --v13-blue:#0B3B7A;
  --v13-blue2:#1356A8;
  --v13-sky:#EDF5FF;
  --v13-red:#E51E2A;
  --v13-black:#111318;
  --v13-cream:#FFF7ED;
  --v13-green:#1E2936;
}
.utilitybar{display:none!important;}
body{background:#F6F8FB;}
.header{box-shadow:0 10px 30px rgba(15,23,42,.07)}
.nav-link:hover,.nav-link.active{background:linear-gradient(180deg,#F8FBFF,#EEF5FF);color:var(--v13-blue)}
.eyebrow,.kicker{background:#F5F9FF;border-color:#D7E6FB;color:var(--v13-blue)}
.btn-red{background:linear-gradient(135deg,var(--v13-red),#B90F1A)}
.btn-outline:hover{border-color:var(--v13-blue);color:var(--v13-blue);background:#F5F9FF}
.hero-carousel{border-bottom:1px solid #E5EBF3;background:#fff;}
.hero-slide::after{background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 37%,rgba(255,255,255,.34) 68%,rgba(255,255,255,.06) 100%)}
.hero-overlay-panel{border:1px solid rgba(220,230,242,.82);box-shadow:0 28px 90px rgba(11,59,122,.13)}
.hero-dot.active{background:linear-gradient(90deg,var(--v13-blue),var(--v13-red))}
.hero-progress span{background:linear-gradient(90deg,var(--v13-blue),var(--v13-red))}
.section-white{background:#fff}.section-soft{background:#F2F5F9}.section-ice{background:linear-gradient(180deg,#F3F8FF,#ECF5FF)}.section-warm{background:linear-gradient(180deg,#FFF8EF,#FBF5EC)}.section-steel{background:linear-gradient(180deg,#F8FAFD,#EEF3F8)}.section-dark{background:linear-gradient(135deg,#111827,#030712)}
.card,.profile-panel,.factory-stat,.capability-node,.qc-card,.link-hub-card,.design-tile,.fill-panel,.product-info-panel,.buyer-path,.modern-side-card,.v13-card{border-color:#E3EAF2;box-shadow:0 20px 64px rgba(15,23,42,.10)}
.card:hover,.link-hub-card:hover,.buyer-path:hover,.v13-card:hover{transform:translateY(-3px);box-shadow:0 28px 90px rgba(11,59,122,.14)}
.metric-card .value,.factory-stat strong,.step-num,.capability-node .num{color:var(--v13-blue)}
.section-head{margin-bottom:44px}.section-head p{max-width:820px;margin-left:auto;margin-right:auto}
.subnav-strip{top:88px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}
.subnav-scroll a:hover{background:#F5F9FF;color:var(--v13-blue);border-color:#CFE0F7}
/* compact homepage */
.v13-section-title{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.v13-section-title h2{max-width:720px}.v13-section-title p{max-width:430px;color:#5F6B7A;line-height:1.75}
.v13-color-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.v13-visual-panel{min-height:480px;border-radius:34px;background-size:cover;background-position:center;box-shadow:0 28px 90px rgba(11,59,122,.15);border:1px solid #E2EAF4}.v13-card-stack{display:grid;gap:16px}.v13-card{background:#fff;border:1px solid #E3EAF2;border-radius:28px;padding:28px}.v13-card h3{font-size:26px;line-height:1.1;color:#111318}.v13-card p{margin-top:12px;color:#5F6B7A;line-height:1.7}.v13-card.blue{background:linear-gradient(135deg,#F4F9FF,#FFFFFF)}.v13-card.red{background:linear-gradient(135deg,#FFF4F5,#FFFFFF)}.v13-card.dark{background:linear-gradient(135deg,#111827,#1F2937);color:#fff}.v13-card.dark h3{color:#fff}.v13-card.dark p{color:#D8E0EA}
.v13-route-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v13-route{background:#fff;border:1px solid #E3EAF2;border-radius:30px;padding:28px;box-shadow:0 20px 64px rgba(15,23,42,.10)}.v13-route b{display:inline-flex;margin-bottom:18px;color:#fff;background:var(--v13-blue);border-radius:999px;padding:7px 12px;font-size:12px}.v13-route h3{font-size:24px;line-height:1.12}.v13-route p{margin-top:12px;color:#5F6B7A;line-height:1.7}.v13-route:nth-child(2) b{background:var(--v13-red)}.v13-route:nth-child(3) b{background:#111827}.v13-route:nth-child(4) b{background:var(--v13-green)}
.v13-compare{overflow:hidden;border-radius:34px;border:1px solid #E3EAF2;background:#fff;box-shadow:0 24px 80px rgba(15,23,42,.11)}.v13-compare-row{display:grid;grid-template-columns:1.05fr 1fr 1fr 1fr;border-bottom:1px solid #E8EEF5}.v13-compare-row:last-child{border-bottom:0}.v13-compare-row div{padding:18px 20px;color:#445063}.v13-compare-row.header div{background:#0B3B7A;color:#fff;font-weight:900}.v13-compare-row div:first-child{font-weight:900;color:#111318;background:#F8FAFD}.v13-compare-row.header div:first-child{background:#092F63;color:#fff}
.v13-clean-cta{background:linear-gradient(135deg,#0B3B7A,#111827);color:#fff;border-radius:38px;padding:42px;box-shadow:0 34px 100px rgba(11,59,122,.22)}.v13-clean-cta h2{color:#fff}.v13-clean-cta p{color:#D9E4F2;max-width:760px;margin-top:14px}.v13-clean-cta .hero-actions{margin-top:26px}
.v12-hero-note,.v12-proof-wall{display:none!important;}
.v12-route-grid .selector-result h3{display:none!important;}
/* hide overly self-referential labels if left in old modules */
[class*="v12-"] .kicker,[class*="v11-"] .kicker{color:var(--v13-blue)}
@media(max-width:1160px){.v13-color-grid{grid-template-columns:1fr}.v13-route-grid{grid-template-columns:repeat(2,1fr)}.v13-section-title{display:block}.v13-section-title p{margin-top:14px}.v13-compare-row{grid-template-columns:1fr}.v13-compare-row div{border-bottom:1px solid #E8EEF5}.v13-compare-row div:last-child{border-bottom:0}}
@media(max-width:760px){.v13-route-grid{grid-template-columns:1fr}.v13-visual-panel{min-height:320px}.v13-clean-cta{padding:28px;border-radius:28px}}


/* ===== v14 Final Launch / 90+ B2B Website Cleanup ===== */
:root{--v14-navy:#0B3B7A;--v14-blue:#1356A8;--v14-lightblue:#EEF6FF;--v14-red:#E51E2A;--v14-dark:#111318;--v14-gray:#F4F6F9;}
.nav-link:hover,.nav-link.active{color:var(--v14-navy);background:#F4F8FF}.kicker,.eyebrow{color:var(--v14-navy);border-color:#D6E4F7;background:#F4F8FF}.btn-outline:hover{color:var(--v14-navy);border-color:#AFC8EC}.section-steel{background:linear-gradient(180deg,#F7FAFE,#EEF4FA)}.section-ice{background:linear-gradient(180deg,#F4F8FF,#EEF6FF)}
.launch-hero-note{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:#526173;font-size:14px}.launch-hero-note b{color:var(--v14-red)}
.final-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:36px}.final-section-title h2{max-width:760px}.final-section-title p{max-width:430px;color:#5F6B7A;line-height:1.75}.section-dark .final-section-title p{color:#D8E0EA}.section-dark .final-section-title h2{color:#fff}
.final-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.final-card{background:#fff;border:1px solid #E4EAF2;border-radius:30px;padding:28px;box-shadow:var(--shadow)}.final-card h3{font-size:24px;line-height:1.15}.final-card p{margin-top:12px;color:#5F6B7A;line-height:1.72}.final-card .icon{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#F4F8FF;color:var(--v14-navy);font-weight:950;margin-bottom:18px}.final-card.red .icon{background:#FFF2F3;color:var(--v14-red)}.final-card.dark{background:#111318;color:#fff}.final-card.dark h3{color:#fff}.final-card.dark p{color:#D8E0EA}.final-card.dark .icon{background:rgba(255,255,255,.12);color:#fff}
.final-profile{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}.final-profile-copy{background:#fff;border:1px solid #E4EAF2;border-radius:34px;padding:36px;box-shadow:var(--shadow)}.final-profile-copy p{margin-top:16px;color:#5F6B7A;line-height:1.86}.final-proof-list{display:grid;gap:14px}.proof-row{background:#fff;border:1px solid #E4EAF2;border-radius:24px;padding:20px;display:grid;grid-template-columns:78px 1fr;gap:16px;box-shadow:0 14px 40px rgba(14,18,26,.06)}.proof-row strong{font-size:28px;color:var(--v14-red)}.proof-row b{display:block;font-size:17px}.proof-row span{display:block;margin-top:5px;color:#6B7684;line-height:1.55;font-size:14px}
.final-dashboard{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.dashboard-item{background:#fff;border:1px solid #E4EAF2;border-radius:26px;padding:24px;box-shadow:var(--shadow)}.dashboard-item strong{display:block;font-size:34px;color:var(--v14-red);line-height:1}.dashboard-item span{display:block;color:#647181;line-height:1.55;margin-top:10px;font-size:14px}
.chain-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.chain-step{position:relative;background:#fff;border:1px solid #E4EAF2;border-radius:30px;padding:28px;box-shadow:var(--shadow);overflow:hidden}.chain-step:before{content:'';position:absolute;right:-36px;top:-36px;width:120px;height:120px;border-radius:999px;background:rgba(19,86,168,.08)}.chain-step .num{font-size:36px;font-weight:950;color:var(--v14-navy);margin-bottom:16px}.chain-step h3{font-size:24px;line-height:1.12}.chain-step p{color:#5F6B7A;margin-top:12px;line-height:1.72}
.comparison-table{background:#fff;border:1px solid #E4EAF2;border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.comparison-table table{min-width:980px}.comparison-table th{background:#F4F8FF;color:var(--v14-navy)}
.application-routing{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.route-large{min-height:470px;border-radius:36px;padding:36px;background:linear-gradient(135deg,#0B3B7A,#111318);color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow2);display:flex;flex-direction:column;justify-content:flex-end}.route-large:before{content:'';position:absolute;left:10%;bottom:32%;width:80%;height:82px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(19,86,168,.60),rgba(229,30,42,.55),transparent);transform:rotate(-11deg)}.route-large h3,.route-large p{position:relative}.route-large h3{font-size:42px;line-height:1.05}.route-large p{color:#DCE6F4;margin-top:14px;max-width:620px;line-height:1.76}.route-side{display:grid;gap:16px}.route-small{background:#fff;border:1px solid #E4EAF2;border-radius:28px;padding:26px;box-shadow:var(--shadow)}.route-small h3{font-size:24px;line-height:1.12}.route-small p{margin-top:10px;color:#5F6B7A;line-height:1.72}
.video-proof-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.video-proof-main{min-height:440px;border-radius:34px;background:radial-gradient(circle at 76% 20%,rgba(229,30,42,.28),transparent 30%),linear-gradient(135deg,#111318,#050506);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;box-shadow:var(--shadow2)}.video-proof-main:before{content:'';position:absolute;left:50%;top:40%;width:118px;height:118px;border-radius:999px;background:linear-gradient(135deg,var(--v14-red),#B80F1A);transform:translate(-50%,-50%);box-shadow:0 24px 80px rgba(229,30,42,.36)}.video-proof-main:after{content:'';position:absolute;left:calc(50% - 8px);top:calc(40% - 18px);border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:28px solid #fff}.video-proof-main h3,.video-proof-main p{position:relative}.video-proof-main h3{font-size:40px;line-height:1.05}.video-proof-main p{color:#DCE6F4;margin-top:14px;max-width:620px}.video-proof-list{display:grid;gap:14px}.video-proof-item{background:#fff;border:1px solid #E4EAF2;border-radius:24px;padding:22px;box-shadow:var(--shadow)}.video-proof-item b{font-size:18px}.video-proof-item span{display:block;color:#5F6B7A;margin-top:7px;line-height:1.55}
.final-faq{display:grid;grid-template-columns:1fr 1fr;gap:16px}.faq-item{background:#fff;border:1px solid #E4EAF2;border-radius:24px;padding:24px;box-shadow:var(--shadow)}.faq-item h3{font-size:20px}.faq-item p{margin-top:10px;color:#5F6B7A;line-height:1.72}.section-dark .faq-item{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14)}.section-dark .faq-item h3{color:#fff}.section-dark .faq-item p{color:#DCE3EA}
.download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.download-card{background:#fff;border:1px solid #E4EAF2;border-radius:30px;padding:28px;box-shadow:var(--shadow)}.download-card h3{font-size:24px}.download-card p{margin-top:12px;color:#5F6B7A;line-height:1.72}.download-card .btn{margin-top:20px}.product-badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.product-badge-row span{display:inline-flex;padding:8px 12px;border:1px solid #E4EAF2;background:#F8FAFC;border-radius:999px;font-size:12px;font-weight:850;color:#303845}
.clean-video-copy{font-size:15px!important;line-height:1.7!important}.resource-note{background:#F8FAFC;border:1px solid #E4EAF2;border-radius:22px;padding:18px;margin-top:18px;color:#5F6B7A;line-height:1.7}.sticky-product-cta{position:sticky;bottom:18px;z-index:800;margin-top:26px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border:1px solid #E4EAF2;border-radius:999px;padding:12px;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 24px 70px rgba(14,18,26,.15)}
@media(max-width:1160px){.final-card-grid,.chain-flow,.final-dashboard,.download-grid{grid-template-columns:repeat(2,1fr)}.final-profile,.application-routing,.video-proof-grid{grid-template-columns:1fr}.final-section-title{display:block}.final-section-title p{margin-top:14px}.sticky-product-cta{position:static;border-radius:24px;flex-wrap:wrap}}
@media(max-width:760px){.final-card-grid,.chain-flow,.final-dashboard,.download-grid,.final-faq{grid-template-columns:1fr}.proof-row{grid-template-columns:1fr}.route-large{min-height:360px}.route-large h3{font-size:32px}.video-proof-main{min-height:360px}.sticky-product-cta .btn{width:100%}}


/* ===== Visual Commercial Upgrade ===== */
:root{
  --v15-blue:#0B3B7A;
  --v15-blue2:#1557B0;
  --v15-soft-blue:#EEF6FF;
  --v15-red:#E51E2A;
  --v15-dark:#101318;
}
.commercial-hero{
  background:#fff;
  padding:86px 0 96px;
  position:relative;
  overflow:hidden;
}
.commercial-hero::before{
  content:"";
  position:absolute;
  right:-280px;
  top:-300px;
  width:900px;
  height:900px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(11,59,122,.16),transparent 62%);
}
.commercial-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
}
.commercial-visual{
  min-height:520px;
  border-radius:38px;
  border:1px solid #E0E7F0;
  background:url("../assets/v15-commercial-home-1920x860.png") center/cover no-repeat;
  box-shadow:0 34px 100px rgba(15,23,42,.14);
}
.commercial-copy h1{
  font-size:clamp(48px,5.6vw,82px);
  line-height:.96;
  letter-spacing:-.055em;
}
.commercial-copy p{
  margin-top:24px;
  color:#526173;
  font-size:20px;
  line-height:1.76;
}
.commercial-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px;
}
.commercial-badges span{
  border:1px solid #DDE7F3;
  background:#F8FBFF;
  color:var(--v15-blue);
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  font-size:13px;
}
.commercial-section-blue{
  background:linear-gradient(180deg,#F4F9FF,#EAF3FF);
}
.commercial-section-dark{
  background:linear-gradient(135deg,#101318,#152238);
  color:#fff;
}
.commercial-section-dark h2,
.commercial-section-dark h3{
  color:#fff;
}
.commercial-section-dark p{
  color:#D8E1EC;
}
.v15-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.v15-commercial-card{
  background:#fff;
  border:1px solid #E1E8F0;
  border-radius:32px;
  padding:30px;
  box-shadow:0 22px 70px rgba(15,23,42,.09);
  position:relative;
  overflow:hidden;
}
.v15-commercial-card::before{
  content:"";
  position:absolute;
  right:-50px;
  top:-50px;
  width:150px;
  height:150px;
  border-radius:999px;
  background:rgba(229,30,42,.08);
}
.v15-commercial-card .num{
  color:var(--v15-blue);
  font-size:36px;
  font-weight:950;
  margin-bottom:16px;
}
.v15-commercial-card h3{
  font-size:27px;
  line-height:1.1;
}
.v15-commercial-card p{
  margin-top:14px;
  color:#5A6878;
  line-height:1.72;
}
.selector-comparison{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
}
.selector-visual{
  min-height:470px;
  border-radius:36px;
  border:1px solid #DDE7F3;
  background:url("../assets/v15-product-selector-1920x860.png") center/cover no-repeat;
  box-shadow:0 28px 90px rgba(15,23,42,.12);
}
.commercial-table{
  background:#fff;
  border:1px solid #E1E8F0;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 22px 70px rgba(15,23,42,.09);
}
.commercial-table table{
  width:100%;
  border-collapse:collapse;
  min-width:720px;
}
.commercial-table th{
  background:#F2F7FF;
  color:var(--v15-blue);
  text-align:left;
  padding:16px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.commercial-table td{
  padding:16px;
  border-top:1px solid #E8EEF5;
  color:#334155;
  font-size:14px;
}
.commercial-table td b{
  color:#111827;
}
.proof-visual-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.proof-visual{
  min-height:430px;
  border-radius:36px;
  border:1px solid rgba(255,255,255,.14);
  background:url("../assets/v15-quality-proof-1920x860.png") center/cover no-repeat;
}
.private-label-visual{
  min-height:430px;
  border-radius:36px;
  border:1px solid #E1E8F0;
  background:url("../assets/v15-private-label-1920x860.png") center/cover no-repeat;
  box-shadow:0 28px 90px rgba(15,23,42,.12);
}
.commercial-list{
  display:grid;
  gap:12px;
}
.commercial-list div{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  border-radius:18px;
  padding:16px;
  color:#E7EEF8;
  font-weight:800;
}
.commercial-list.light div{
  border-color:#E1E8F0;
  background:#F8FBFF;
  color:#263445;
}
.v15-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.v15-faq{
  background:#fff;
  border:1px solid #E1E8F0;
  border-radius:26px;
  padding:24px;
  box-shadow:0 18px 56px rgba(15,23,42,.08);
}
.v15-faq h3{
  font-size:22px;
}
.v15-faq p{
  margin-top:10px;
  color:#5A6878;
}
.v15-final-cta{
  background:linear-gradient(135deg,#0B3B7A,#101318 52%,#E51E2A);
  color:#fff;
  border-radius:42px;
  padding:46px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  box-shadow:0 38px 110px rgba(11,59,122,.24);
}
.v15-final-cta h2{
  color:#fff;
}
.v15-final-cta p{
  margin-top:14px;
  color:#E1EAF5;
  font-size:18px;
}
.v15-sticky-bottom{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:18px;
  z-index:1190;
  width:min(900px,calc(100% - 32px));
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.92);
  border:1px solid #DDE7F3;
  border-radius:999px;
  padding:10px 12px 10px 20px;
  box-shadow:0 22px 80px rgba(15,23,42,.18);
  backdrop-filter:blur(16px);
}
.v15-sticky-bottom span{
  color:#334155;
  font-weight:900;
  font-size:14px;
}
.v15-sticky-bottom .actions{
  display:flex;
  gap:8px;
}
@media(max-width:1160px){
  .commercial-grid,.selector-comparison,.proof-visual-row,.v15-final-cta{
    grid-template-columns:1fr;
  }
  .v15-card-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:760px){
  .v15-card-grid,.v15-faq-grid{
    grid-template-columns:1fr;
  }
  .commercial-visual,.selector-visual,.proof-visual,.private-label-visual{
    min-height:360px;
  }
  .v15-sticky-bottom{
    display:none;
  }
}


/* ===== V16.2 Homepage Banner Rebuild ===== */
.homepage-hero.hero-carousel,
.homepage-hero .hero-carousel-track{
  min-height:800px;
  height:800px;
}
.homepage-hero .hero-slide::after{
  background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 34%,rgba(255,255,255,.44) 63%,rgba(255,255,255,.10) 100%);
}
.homepage-hero .hero-copy{
  max-width:740px;
}
.homepage-hero .hero-copy h1{
  font-size:clamp(50px,6vw,80px);
}
.homepage-hero .hero-overlay-panel{
  align-self:center;
}
@media(max-width:1200px){
  .homepage-hero.hero-carousel,
  .homepage-hero .hero-carousel-track{min-height:720px;height:720px}
}
@media(max-width:980px){
  .homepage-hero.hero-carousel,
  .homepage-hero .hero-carousel-track{min-height:680px;height:680px}
  .homepage-hero .hero-slide .container{grid-template-columns:1fr}
  .homepage-hero .hero-overlay-panel{justify-self:start;max-width:520px}
}
@media(max-width:760px){
  .homepage-hero.hero-carousel,
  .homepage-hero .hero-carousel-track{min-height:620px;height:620px}
  .homepage-hero .hero-copy h1{font-size:42px;line-height:1}
  .homepage-hero .hero-copy p{font-size:16px;line-height:1.65}
  .homepage-hero .hero-slide-badges{margin-top:18px}
  .homepage-hero .hero-overlay-panel{display:none}
  .homepage-hero .hero-slide .container{padding-top:20px;padding-bottom:88px}
}

/* BY-99 Series PDF-style category block */
.series-sheet-section{background:linear-gradient(180deg,#fff 0%,#F2F5F8 100%);padding:96px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.series-head{max-width:860px;margin-left:auto;margin-right:auto;text-align:center}
.series-sheet-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:stretch;margin-top:38px}
.series-pdf-card,.series-data-panel,.series-table-card{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden}
.series-pdf-card{padding:18px}
.series-pdf-top{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#061C34;color:#fff;border-radius:22px;padding:16px 18px;margin-bottom:16px}
.series-pdf-top span{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:#BFD1E8}.series-pdf-top strong{font-size:28px;letter-spacing:.06em;color:#fff}
.series-pdf-preview{display:block;border:1px solid #DCE3EA;border-radius:22px;overflow:hidden;background:#F4F7FA;max-height:640px;overflow-y:auto}
.series-pdf-preview img{width:100%;height:auto;display:block}
.series-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.series-actions .btn{flex:1;min-width:160px;text-align:center;justify-content:center}
.series-data-panel{padding:34px;background:linear-gradient(135deg,#071B31 0%,#092949 55%,#0B0F16 100%);color:#fff;position:relative}
.series-data-panel:before{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(229,30,42,.22);filter:blur(3px)}
.series-title-row{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.series-title-row .eyebrow{color:#DCEBFF;font-size:12px;letter-spacing:.15em;text-transform:uppercase}.series-title-row h3{margin-top:10px;font-size:40px;line-height:1.05;letter-spacing:-.04em}.series-title-row p{margin-top:12px;color:#C9D8EA}.series-badge{min-width:118px;border:1px solid rgba(255,255,255,.28);border-radius:24px;padding:18px 14px;text-align:center;font-size:24px;font-weight:950;background:rgba(255,255,255,.08);box-shadow:0 18px 50px rgba(0,0,0,.2)}.series-badge span{display:block;margin-top:3px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#C9D8EA}
.series-spec-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.series-spec-grid div{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:18px;padding:16px}.series-spec-grid span{display:block;color:#DCEBFF;font-size:11px;letter-spacing:.13em;text-transform:uppercase}.series-spec-grid strong{display:block;margin-top:7px;color:#fff;font-size:15px;line-height:1.35}.series-spec-grid small{display:block;margin-top:6px;color:#C6D2E2;font-size:12px;line-height:1.4}
.series-feature-strip{position:relative;z-index:1;display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.series-feature-strip span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#EAF3FF;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:800}
.series-table-card{margin-top:32px;padding:28px}.series-table-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.series-table-title h3{font-size:30px;line-height:1.1}.series-table-title p{color:var(--muted);font-size:14px;max-width:520px}.series-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:22px}.series-performance-table{width:100%;min-width:980px;border-collapse:collapse;background:#fff}.series-performance-table th{background:#061C34;color:#fff;padding:15px 12px;font-size:12px;text-transform:uppercase;letter-spacing:.05em;text-align:center;white-space:nowrap}.series-performance-table td{padding:15px 12px;border-top:1px solid #E7ECF1;text-align:center;font-weight:850;color:#1E2B3A}.series-performance-table td:first-child{font-weight:950;color:#061C34}.series-performance-table tbody tr:nth-child(even){background:#F8FAFC}.series-note{margin-top:14px;color:var(--muted);font-size:12px;line-height:1.6}
.product-card[href="#by99-overview"] .media-box{background-size:cover;background-position:top center}.product-card[href="#by99-overview"] .media-box:before,.product-card[href="#by99-overview"] .media-box:after{display:none}
@media(max-width:980px){.series-sheet-layout{grid-template-columns:1fr}.series-title-row{flex-direction:column}.series-title-row h3{font-size:34px}.series-spec-grid{grid-template-columns:1fr}.series-table-title{display:block}.series-table-title p{margin-top:8px}.series-pdf-preview{max-height:520px}}
@media(max-width:560px){.series-sheet-section{padding:72px 0}.series-pdf-card,.series-data-panel,.series-table-card{border-radius:22px}.series-data-panel{padding:24px}.series-title-row h3{font-size:30px}.series-actions .btn{min-width:100%}}


/* ===== V16.3 Window Film Multi-Series Architecture ===== */
.window-series-hero{background:linear-gradient(135deg,#F8FAFC 0%,#EAF1F8 56%,#FFFFFF 100%)}
.series-map-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.series-route-card{display:block;background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 18px 54px rgba(15,23,42,.08);transition:.25s ease;position:relative;overflow:hidden;min-height:250px}
.series-route-card:before{content:"";position:absolute;right:-80px;top:-80px;width:190px;height:190px;border-radius:50%;background:rgba(11,59,122,.08)}
.series-route-card:hover{transform:translateY(-6px);box-shadow:0 32px 90px rgba(15,23,42,.14);border-color:#C9D7E6}
.series-route-card.primary{background:linear-gradient(135deg,#071B31 0%,#0B3B7A 62%,#050A12 100%);color:#fff;border-color:rgba(255,255,255,.12)}
.series-route-card.primary:before{background:rgba(229,30,42,.25)}
.route-label{font-size:12px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;color:#E51E2A;margin-bottom:12px;position:relative;z-index:1}.primary .route-label{color:#DCEBFF}
.series-route-card h3{font-size:25px;line-height:1.1;letter-spacing:-.03em;position:relative;z-index:1}.series-route-card p{margin-top:12px;color:var(--muted);line-height:1.65;position:relative;z-index:1}.series-route-card.primary p{color:#D8E7FA}
.route-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;position:relative;z-index:1}.route-tags span{display:inline-flex;border:1px solid #DDE6EF;background:#F6F9FC;color:#233142;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}.primary .route-tags span{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#fff}
.series-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.series-detail-hero .series-pdf-card{max-height:740px}.series-template-card{background:linear-gradient(135deg,#071B31,#0B3B7A);color:#fff;border-radius:32px;padding:38px;box-shadow:var(--shadow);align-self:center}.series-template-card h3{font-size:42px;line-height:1.05;color:#fff}.series-template-card p{margin-top:16px;color:#D9E7F8}.placeholder-series-hero{background:linear-gradient(135deg,#fff,#EEF4FA)}
@media(max-width:1100px){.series-map-grid{grid-template-columns:repeat(2,1fr)}.series-process-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.series-map-grid,.series-process-grid{grid-template-columns:1fr}.series-route-card{min-height:auto}.series-template-card h3{font-size:32px}}


/* ===== V16.4 Window Film Main Theme Module ===== */
.window-theme-intro{background:linear-gradient(180deg,#FFFFFF 0%,#F6F9FC 100%);border-bottom:1px solid var(--line)}
.theme-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}
.theme-story,.theme-proof-panel,.data-gateway-card{background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:34px;position:relative;overflow:hidden}
.theme-story:before{content:"";position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:50%;background:rgba(229,30,42,.08)}
.theme-story h2{font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.055em;max-width:820px}
.theme-story p{margin-top:18px;color:#556170;line-height:1.82;font-size:16px;position:relative;z-index:1}
.theme-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;position:relative;z-index:1}
.theme-proof-panel{background:linear-gradient(135deg,#071B31 0%,#0B3B7A 64%,#050A12 100%);color:#fff}
.theme-proof-panel:before{content:"";position:absolute;right:-80px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.10)}
.theme-panel-title{position:relative;z-index:1;margin-bottom:24px}.theme-panel-title span{display:block;color:#DCEBFF;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.16em}.theme-panel-title strong{display:block;margin-top:10px;color:#fff;font-size:30px;line-height:1.1;letter-spacing:-.03em}
.theme-metric-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.theme-metric-grid div{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);border-radius:20px;padding:18px}.theme-metric-grid b{display:block;color:#fff;font-size:24px;letter-spacing:.02em}.theme-metric-grid span{display:block;margin-top:8px;color:#C7D6E8;font-size:13px;line-height:1.5}
.theme-pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.theme-pillar{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 18px 54px rgba(15,23,42,.07)}.theme-pillar .icon{width:52px;height:52px;border-radius:18px;background:#F4F8FF;color:var(--v14-navy);display:flex;align-items:center;justify-content:center;font-weight:950;margin-bottom:18px}.theme-pillar h3{font-size:23px;line-height:1.12}.theme-pillar p{margin-top:12px;color:#5F6B7A;line-height:1.7;font-size:14px}
.window-data-gateway{border-top:1px solid var(--line)}.data-gateway-card{align-self:center;background:linear-gradient(135deg,#FFFFFF,#F2F6FB)}.gateway-line{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid #E4EAF2}.gateway-line span{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#E51E2A;font-weight:950}.gateway-line b{font-size:18px;color:#162233;text-align:right}.gateway-note{margin-top:18px;color:#5F6B7A;line-height:1.7}
@media(max-width:1100px){.theme-intro-grid{grid-template-columns:1fr}.theme-pillar-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.theme-pillar-grid,.theme-metric-grid{grid-template-columns:1fr}.theme-story,.theme-proof-panel,.data-gateway-card{border-radius:24px;padding:24px}.gateway-line{display:block}.gateway-line b{display:block;text-align:left;margin-top:7px}}


/* ===== V16.5 Global Site Search ===== */
.btn-search{background:#111;color:#fff;border-color:#111;box-shadow:none}
.btn-search:hover{background:#E51E2A;border-color:#E51E2A;color:#fff}
.mobile-search-link{display:block;width:100%;padding:13px 0;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;color:#E51E2A;font-weight:900;font-size:15px;cursor:pointer}
.search-lock{overflow:hidden}
.site-search-modal{position:fixed;inset:0;z-index:5000;display:none;align-items:flex-start;justify-content:center;padding:92px 20px 30px}.site-search-modal.open{display:flex}.site-search-backdrop{position:absolute;inset:0;background:rgba(6,12,22,.62);backdrop-filter:blur(12px)}.site-search-dialog{position:relative;width:min(920px,100%);max-height:calc(100vh - 124px);overflow:auto;background:#fff;border:1px solid rgba(255,255,255,.34);border-radius:30px;padding:34px;box-shadow:0 34px 100px rgba(0,0,0,.30)}.site-search-close{position:absolute;right:22px;top:18px;width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#111;font-size:28px;line-height:1;cursor:pointer}.site-search-dialog h2{font-size:clamp(30px,4vw,46px);text-align:left;margin:6px 50px 16px 0}.site-search-form,.homepage-search-box{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:20px}.site-search-input,.homepage-search-input{width:100%;min-height:58px;border:1px solid #DDE2E8;border-radius:999px;padding:0 22px;font-size:16px;outline:none;background:#fff;color:#111}.site-search-input:focus,.homepage-search-input:focus{border-color:#E51E2A;box-shadow:0 0 0 5px rgba(229,30,42,.10)}.search-hotwords{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 18px}.search-hotwords button{border:1px solid #E3E7ED;border-radius:999px;background:#F7F9FC;color:#2A3340;padding:9px 13px;font-weight:800;cursor:pointer}.search-hotwords button:hover{border-color:#F3B5BA;background:#FFF2F3;color:#E51E2A}.site-search-results{display:grid;gap:12px;margin-top:18px}.site-search-result{display:block;border:1px solid #E6EAF0;border-radius:20px;padding:18px;background:#fff;color:#17202C;transition:.2s ease}.site-search-result:hover{border-color:#F2B7BC;transform:translateY(-2px);box-shadow:0 18px 42px rgba(20,28,38,.10)}.site-search-result strong{display:block;font-size:18px;margin:7px 0 6px}.site-search-result p{color:#67717E;line-height:1.62;margin:0}.site-search-tag{display:inline-flex;align-items:center;border-radius:999px;background:#FFF2F3;color:#E51E2A;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;padding:6px 9px}.site-search-empty{border:1px dashed #DDE2E8;border-radius:20px;padding:22px;background:#F7F9FC;color:#65707D}.site-search-empty span{display:inline-flex;margin:8px 8px 0 0;border-radius:999px;background:#fff;border:1px solid #E6EAF0;padding:8px 11px;color:#2A3340;font-weight:800}.homepage-search-section{padding:42px 0;background:linear-gradient(135deg,#07101D 0%,#121E2E 55%,#A90F18 150%);color:#fff}.homepage-search-card{display:grid;grid-template-columns:.78fr 1.22fr;gap:30px;align-items:center;border:1px solid rgba(255,255,255,.14);border-radius:30px;background:rgba(255,255,255,.08);padding:30px;box-shadow:0 28px 80px rgba(0,0,0,.22)}.homepage-search-card .kicker{color:#fff}.homepage-search-card h2{text-align:left;color:#fff;font-size:clamp(28px,3.3vw,44px)}.homepage-search-card p{color:#DCE3EC;line-height:1.72;margin-top:12px}.homepage-search-card .homepage-search-input{background:#fff}.homepage-search-card .search-hotwords{margin-bottom:0}.homepage-search-card .search-hotwords button{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:#fff}.homepage-search-card .search-hotwords button:hover{background:#fff;color:#E51E2A}.search-page-hero{background:linear-gradient(135deg,#F7F9FC 0%,#FFFFFF 60%,#FFF2F3 100%)}.search-page-shell{max-width:940px;margin:0 auto}.search-page-shell h1{text-align:left}.search-page-results{margin-top:24px}.search-page-box{margin-top:26px}
@media(max-width:1160px){.header-actions{gap:8px}.btn-search{padding:10px 14px}}
@media(max-width:760px){.site-search-modal{padding:76px 14px 18px}.site-search-dialog{border-radius:24px;padding:26px 18px}.site-search-form,.homepage-search-box{grid-template-columns:1fr}.site-search-form .btn,.homepage-search-box .btn{width:100%}.homepage-search-card{grid-template-columns:1fr;padding:24px}.homepage-search-section{padding:28px 0}.site-search-dialog h2{margin-right:42px}.mobile-search-link{display:block}}


/* ===== V16.6 Final BAOYU Color System =====
   Black + Pearl White + Silver Gray + BAOYU Red + Ice Blue Tech
   Purpose: keep the whole site premium, technical and B2B, while avoiding excessive decorative colors.
*/
:root{
  --baoyu-black:#0B0F14;
  --baoyu-carbon:#111821;
  --baoyu-graphite:#1D2632;
  --baoyu-ink:#141A22;
  --baoyu-text:#303946;
  --baoyu-muted:#687483;
  --baoyu-pearl:#FAFBFC;
  --baoyu-paper:#F6F8FB;
  --baoyu-silver:#E7ECF2;
  --baoyu-line:#DDE4EC;
  --baoyu-red:#E51E2A;
  --baoyu-red-dark:#B80F1A;
  --baoyu-red-soft:#FFF2F3;
  --baoyu-navy:#0B3B7A;
  --baoyu-ice:#EAF6FF;
  --baoyu-ice-2:#F4FAFF;
  --red:var(--baoyu-red);
  --red2:var(--baoyu-red-dark);
  --red-soft:var(--baoyu-red-soft);
  --ink:var(--baoyu-ink);
  --ink2:var(--baoyu-graphite);
  --charcoal:var(--baoyu-black);
  --charcoal2:var(--baoyu-carbon);
  --paper:var(--baoyu-paper);
  --soft:#F1F4F7;
  --soft2:#E8EDF3;
  --line:var(--baoyu-line);
  --muted:var(--baoyu-muted);
  --silver:var(--baoyu-silver);
  --steel:#B7C1CC;
  --blue:var(--baoyu-navy);
  --ice:var(--baoyu-ice);
  --gold:#A6B1BD;
  --green:var(--baoyu-navy);
  --purple:var(--baoyu-graphite);
  --v13-blue:var(--baoyu-navy);
  --v13-blue2:#1356A8;
  --v13-sky:var(--baoyu-ice);
  --v13-red:var(--baoyu-red);
  --v13-black:var(--baoyu-black);
  --v13-cream:var(--baoyu-paper);
  --v13-green:var(--baoyu-graphite);
  --v14-navy:var(--baoyu-navy);
  --v14-blue:#1356A8;
  --v14-lightblue:var(--baoyu-ice);
  --v14-red:var(--baoyu-red);
  --v14-dark:var(--baoyu-black);
  --v14-gray:var(--baoyu-paper);
  --v15-blue:var(--baoyu-navy);
  --v15-blue2:#1356A8;
  --v15-soft-blue:var(--baoyu-ice);
  --v15-red:var(--baoyu-red);
  --v15-dark:var(--baoyu-black);
  --shadow:0 22px 70px rgba(11,15,20,.10);
  --shadow2:0 36px 100px rgba(0,0,0,.32);
}
body{background:var(--baoyu-paper);color:var(--baoyu-ink)}
.topline{height:4px;background:linear-gradient(90deg,var(--baoyu-black) 0%,var(--baoyu-red) 50%,var(--baoyu-black) 100%)}
.header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--baoyu-line);box-shadow:0 12px 32px rgba(11,15,20,.07);backdrop-filter:blur(14px)}
.nav-link:hover,.nav-link.active{background:var(--baoyu-red-soft);color:var(--baoyu-red)}
.brand strong{color:var(--baoyu-black)}
.brand span{color:#74808E}
.mega{border-color:var(--baoyu-line);box-shadow:0 38px 100px rgba(11,15,20,.18)}
.mega-kicker,.kicker,.eyebrow{background:var(--baoyu-ice-2);border-color:#CFE2F4;color:var(--baoyu-navy)}
.mega-item:hover{background:var(--baoyu-red-soft);border-color:#F2B7BC;color:var(--baoyu-red)}
.btn-red{background:linear-gradient(135deg,var(--baoyu-red),var(--baoyu-red-dark));color:#fff;box-shadow:0 16px 44px rgba(229,30,42,.23)}
.btn-red:hover{box-shadow:0 24px 68px rgba(229,30,42,.30)}
.btn-outline{background:#fff;border-color:var(--baoyu-line);color:var(--baoyu-ink)}
.btn-outline:hover{border-color:var(--baoyu-red);background:var(--baoyu-red-soft);color:var(--baoyu-red)}
.btn-search{background:var(--baoyu-black);border-color:var(--baoyu-black);color:#fff}
.btn-search:hover{background:var(--baoyu-red);border-color:var(--baoyu-red);color:#fff}
.btn-whatsapp,.whatsapp-float{background:linear-gradient(135deg,var(--baoyu-black),var(--baoyu-graphite));border:1px solid rgba(255,255,255,.12);color:#fff;box-shadow:0 20px 55px rgba(11,15,20,.22)}
.btn-whatsapp:hover,.whatsapp-float:hover{box-shadow:0 28px 72px rgba(11,15,20,.30)}
.wa-inline,.contact-ribbon a{color:var(--baoyu-red)}
.whatsapp-card{background:linear-gradient(135deg,var(--baoyu-black),var(--baoyu-graphite));box-shadow:0 28px 80px rgba(11,15,20,.25)}
.section-white{background:#fff}.section-soft{background:var(--baoyu-paper)}.section-ice{background:linear-gradient(180deg,var(--baoyu-ice-2),#EEF6FC)}.section-warm{background:var(--baoyu-paper)}.section-steel{background:linear-gradient(180deg,#F9FBFD,#EEF2F6)}.section-dark,.commercial-section-dark{background:linear-gradient(135deg,var(--baoyu-black),#05080D);color:#fff}.section-red{background:linear-gradient(135deg,var(--baoyu-red-dark),var(--baoyu-red));color:#fff}.commercial-section-blue{background:linear-gradient(180deg,var(--baoyu-ice-2),#EDF5FC)}
.card,.final-card,.profile-panel,.final-profile-copy,.proof-row,.dashboard-item,.chain-step,.route-small,.v13-card,.v13-route,.v15-commercial-card,.series-route-card,.theme-story,.data-gateway-card,.theme-pillar,.site-search-dialog,.homepage-search-card{border-color:var(--baoyu-line);box-shadow:0 22px 68px rgba(11,15,20,.09)}
.card:hover,.final-card:hover,.link-hub-card:hover,.buyer-path:hover,.v13-card:hover,.series-route-card:hover{box-shadow:0 30px 88px rgba(11,15,20,.14)}
.theme-proof-panel,.series-route-card.primary,.series-template-card,.route-large,.v13-clean-cta{background:linear-gradient(135deg,var(--baoyu-black) 0%,var(--baoyu-navy) 72%,#05080D 100%);color:#fff}
.theme-story:before{background:rgba(229,30,42,.07)}
.theme-panel-title span,.primary .route-label{color:#DCEBFF}
.theme-pillar .icon,.final-card .icon{background:var(--baoyu-ice);color:var(--baoyu-navy)}
.final-card.red .icon{background:var(--baoyu-red-soft);color:var(--baoyu-red)}
.metric-card .value,.dashboard-item strong,.proof-row strong,.factory-stat strong,.step-num{color:var(--baoyu-red)}
.chain-step .num,.capability-node .num,.v15-commercial-card .num,.overlay-mini strong{color:var(--baoyu-navy)}
.v13-route b{background:var(--baoyu-navy)}
.v13-route:nth-child(2) b{background:var(--baoyu-red)}
.v13-route:nth-child(3) b,.v13-route:nth-child(4) b{background:var(--baoyu-graphite)}
.route-label{color:var(--baoyu-red)}
.route-tags span,.product-badge-row span,.tags .tag,.tag{background:#F8FAFC;border-color:var(--baoyu-line);color:#334155}
.primary .route-tags span{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.16);color:#fff}
.table-wrap,.comparison-table,.commercial-table,.v13-compare{border-color:var(--baoyu-line)}
th,.comparison-table th,.commercial-table th{background:var(--baoyu-ice);color:var(--baoyu-navy)}
td{color:var(--baoyu-text)}
.hero-dot.active,.hero-progress span{background:linear-gradient(90deg,var(--baoyu-red),var(--baoyu-navy))}
.hero-overlay-panel,.overlay-mini,.hero-slide-badges span{border-color:rgba(221,228,236,.88);background:rgba(255,255,255,.86)}
.homepage-search-section{background:linear-gradient(135deg,var(--baoyu-black) 0%,var(--baoyu-carbon) 64%,var(--baoyu-red-dark) 150%)}
.homepage-search-card{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.13);box-shadow:0 28px 80px rgba(0,0,0,.22)}
.homepage-search-card .kicker{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.16);color:#fff}
.search-hotwords button:hover{border-color:#F2B7BC;background:var(--baoyu-red-soft);color:var(--baoyu-red)}
.site-search-input:focus,.homepage-search-input:focus,.field:focus{border-color:var(--baoyu-red);box-shadow:0 0 0 5px rgba(229,30,42,.10)}
.site-search-tag{background:var(--baoyu-red-soft);color:var(--baoyu-red)}
.search-page-hero{background:linear-gradient(135deg,#F8FAFC 0%,#FFFFFF 60%,#F3F8FF 100%)}
.color-warm{background:var(--baoyu-paper)}.color-ice{background:var(--baoyu-ice)}.color-soft{background:#F2F5F8}.color-dark{background:var(--baoyu-black);color:#fff}.color-red{background:linear-gradient(135deg,var(--baoyu-red-dark),var(--baoyu-red));color:#fff}
.swatch{box-shadow:inset 0 0 14px rgba(255,255,255,.22)}
.contact-ribbon{background:linear-gradient(90deg,var(--baoyu-black),var(--baoyu-carbon));color:#fff}
.subnav-strip{background:rgba(255,255,255,.95);border-color:var(--baoyu-line);backdrop-filter:blur(14px)}
.subnav-scroll a:hover,.filter-btn.active,.filter-btn:hover{background:var(--baoyu-red-soft);border-color:#F2B7BC;color:var(--baoyu-red)}
.gateway-line span{color:var(--baoyu-red)}
.series-route-card.primary:before{background:rgba(229,30,42,.20)}
.v13-compare-row.header div{background:var(--baoyu-navy);color:#fff}.v13-compare-row.header div:first-child{background:#072E5F;color:#fff}
@media(max-width:760px){.homepage-search-card{background:rgba(255,255,255,.09)}}


/* V16.7 SEO heading refinement: visual labels that should not enter the document heading outline */
.site-search-title{font-size:28px;line-height:1.18;font-weight:800;color:var(--ink);margin:8px 0 18px;letter-spacing:-0.02em;}
.hero-title-alt{font-size:clamp(38px,5.4vw,78px);line-height:.95;letter-spacing:-.06em;margin:16px 0 20px;font-weight:900;color:var(--white);}
.footer-heading{font-size:14px;line-height:1.2;font-weight:800;color:var(--white);margin:0 0 14px;text-transform:uppercase;letter-spacing:.08em;}
.series-card-title{font-size:24px;line-height:1.2;font-weight:850;color:var(--ink);margin:8px 0 10px;}

.video-display-title,.hero-overlay-title,.video-proof-title{font-size:22px;line-height:1.2;font-weight:850;color:inherit;margin:0 0 10px;}

/* =========================================================
   V16.9 Final Page-Level Color Rhythm
   Purpose: keep the final BAOYU color system, but assign a
   clearer role to each page type so the website feels more
   premium, less template-like, and easier for B2B buyers.
   ========================================================= */
:root{
  --baoyu-final-black:#0A0E13;
  --baoyu-final-carbon:#101821;
  --baoyu-final-graphite:#1E2936;
  --baoyu-final-pearl:#FBFCFE;
  --baoyu-final-paper:#F5F7FA;
  --baoyu-final-silver:#E4EAF1;
  --baoyu-final-red:#E51E2A;
  --baoyu-final-red-dark:#B80F1A;
  --baoyu-final-red-soft:#FFF1F3;
  --baoyu-final-navy:#0B3B7A;
  --baoyu-final-ice:#EAF6FF;
  --baoyu-final-ice-deep:#DDF0FF;
  --baoyu-final-line:#DDE5EE;
}
body{
  background:var(--baoyu-final-paper);
}
main{
  background:linear-gradient(180deg,#FFFFFF 0%,var(--baoyu-final-paper) 100%);
}
/* Universal premium cleanup */
.card,.final-card,.theme-pillar,.v15-commercial-card,.series-route-card,.product-card,.link-hub-card,.buyer-path,.route-small,.chain-step,.proof-row,.dashboard-item,.site-search-dialog,.homepage-search-card,.table-wrap,.commercial-table,.comparison-table{
  border-color:var(--baoyu-final-line)!important;
}
.kicker,.eyebrow,.mega-kicker{
  background:linear-gradient(180deg,#F8FBFF,var(--baoyu-final-ice));
  border-color:#CFE2F4;
  color:var(--baoyu-final-navy);
}
.btn-red{
  background:linear-gradient(135deg,var(--baoyu-final-red) 0%,var(--baoyu-final-red-dark) 100%)!important;
  color:#fff!important;
}
.btn-outline:hover,.filter-btn.active,.filter-btn:hover,.subnav-scroll a:hover{
  background:var(--baoyu-final-red-soft)!important;
  border-color:#F2B7BC!important;
  color:var(--baoyu-final-red)!important;
}
.btn-whatsapp,.whatsapp-float{
  background:linear-gradient(135deg,var(--baoyu-final-black) 0%,var(--baoyu-final-graphite) 100%)!important;
  color:#fff!important;
}
/* Home page: strongest brand impression, controlled dark + red */
.page-home main{
  background:#FFFFFF;
}
.page-home .homepage-search-section{
  background:
    radial-gradient(circle at 84% 15%,rgba(229,30,42,.22) 0%,rgba(229,30,42,0) 30%),
    linear-gradient(135deg,var(--baoyu-final-black) 0%,var(--baoyu-final-carbon) 63%,#06080C 100%)!important;
}
.page-home .section-soft{
  background:linear-gradient(180deg,#F7F9FC 0%,#EEF3F8 100%)!important;
}
.page-home .section-ice{
  background:linear-gradient(180deg,#F6FBFF 0%,var(--baoyu-final-ice) 100%)!important;
}
.page-home .theme-proof-panel,
.page-home .v13-clean-cta,
.page-home .route-large{
  background:linear-gradient(135deg,var(--baoyu-final-black) 0%,var(--baoyu-final-navy) 72%,#06080C 100%)!important;
}
/* Product center: neutral and clean so many products do not feel noisy */
.page-product-center .page-hero,
.page-products .page-hero{
  background:linear-gradient(135deg,#FFFFFF 0%,#F7F9FC 60%,var(--baoyu-final-ice) 100%)!important;
}
.page-product-center .commercial-section-blue{
  background:linear-gradient(180deg,#F8FBFF 0%,#EEF6FF 100%)!important;
}
.page-product-center .product-card,
.page-product-center .v15-commercial-card{
  background:#FFFFFF!important;
}
.page-product-center .product-card:hover,
.page-product-center .v15-commercial-card:hover{
  box-shadow:0 34px 90px rgba(11,15,20,.13)!important;
}
/* Category pages: buyer-guidance pages, mostly light with one dark CTA */
.page-category .page-hero{
  background:linear-gradient(135deg,#FFFFFF 0%,#F8FAFD 58%,#EEF6FF 100%)!important;
}
.page-category .section-soft{
  background:linear-gradient(180deg,#F8FAFC 0%,#EEF2F7 100%)!important;
}
.page-window-film-category .theme-pillar .icon,
.page-window-film-category .final-card .icon{
  background:var(--baoyu-final-ice)!important;
  color:var(--baoyu-final-navy)!important;
}
.page-window-film-category .window-data-gateway{
  background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFF 100%)!important;
}
.page-ppf-category .page-hero{
  background:linear-gradient(135deg,#FFFFFF 0%,#F7F8FA 56%,#EDF1F6 100%)!important;
}
/* Series pages: more technical, more data-driven, stronger blue/black contrast */
.page-series .page-hero{
  background:
    radial-gradient(circle at 84% 8%,rgba(234,246,255,.95) 0%,rgba(234,246,255,0) 34%),
    linear-gradient(135deg,#FFFFFF 0%,#F7FAFD 52%,#EEF6FF 100%)!important;
}
.page-series .series-sheet-section,
.page-series .series-data-panel{
  background:linear-gradient(135deg,var(--baoyu-final-black) 0%,var(--baoyu-final-navy) 76%,#07101C 100%)!important;
  color:#fff!important;
}
.page-series .series-data-panel h2,
.page-series .series-data-panel h3,
.page-series .series-data-panel p,
.page-series .series-spec-card strong,
.page-series .series-spec-card span{
  color:#fff!important;
}
.page-series .series-spec-card{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.16)!important;
}
.page-series .series-performance-table th{
  background:var(--baoyu-final-navy)!important;
  color:#fff!important;
}
.page-series .series-performance-table td:first-child{
  color:var(--baoyu-final-navy)!important;
}
/* Product detail pages: conversion pages, white technical layout + red CTA only */
.page-product .page-hero{
  background:linear-gradient(135deg,#FFFFFF 0%,#F7F9FC 62%,#EEF6FF 100%)!important;
}
.page-product .commercial-section-blue{
  background:linear-gradient(180deg,#F8FBFF 0%,#EEF6FF 100%)!important;
}
.page-product .section-dark{
  background:linear-gradient(135deg,var(--baoyu-final-black) 0%,#06080C 100%)!important;
}
.page-product .feature-card h3,
.page-product .product-info-panel h3{
  color:var(--baoyu-final-black)!important;
}
/* Corporate, quality, technology, OEM pages: industrial credibility */
.page-corporate .page-hero,
.page-resource .page-hero,
.page-support .page-hero,
.page-search .search-page-hero{
  background:linear-gradient(135deg,#FFFFFF 0%,#F7F9FC 60%,#EEF3F8 100%)!important;
}
.page-technology .page-hero,
.page-quality .page-hero{
  background:linear-gradient(135deg,#FFFFFF 0%,#F5F8FC 58%,#EAF3FA 100%)!important;
}
.page-oem .page-hero,
.page-contact .page-hero{
  background:linear-gradient(135deg,#FFFFFF 0%,#F8FAFC 54%,#FFF1F3 120%)!important;
}
/* Download / catalog pages: content first, avoid heavy colors */
.page-resource .card,
.page-resource .link-hub-card{
  background:#FFFFFF!important;
}
/* Contact page: stronger conversion emphasis without green distraction */
.page-contact .section-soft{
  background:linear-gradient(180deg,#F8FAFC 0%,#F1F4F8 100%)!important;
}
.page-contact .form-grid .field:focus{
  border-color:var(--baoyu-final-red)!important;
  box-shadow:0 0 0 5px rgba(229,30,42,.10)!important;
}
/* Search: red for action, navy for result taxonomy */
.page-search .site-search-tag,
.search-hotwords button:hover{
  background:var(--baoyu-final-red-soft)!important;
  color:var(--baoyu-final-red)!important;
}
.site-search-result small,
.search-result-type{
  color:var(--baoyu-final-navy)!important;
}
/* Footer and utility: stable premium close */
.footer,.contact-ribbon{
  background:linear-gradient(135deg,var(--baoyu-final-black) 0%,var(--baoyu-final-carbon) 100%)!important;
}
.footer a:hover{
  color:#FFFFFF!important;
}


/* =========================================================
   V16.10 Color Error Audit Fix
   Goal: remove remaining template-like UI colors and keep BAOYU
   consistent across home, category, series, product, search and contact pages.
   Final UI palette: Carbon Black / Pearl White / Silver Gray / BAOYU Red / Ice Blue Tech.
   Note: product swatch colors are intentionally preserved because they represent actual PPF color choices.
   ========================================================= */
:root{
  --blue:#1356A8;
  --sky:#1356A8;
  --aqua:#6FAFD6;
  --gold:#DCEBFF;
  --green:#1E2936;
  --purple:#0B3B7A;
  --v13-green:#1E2936;
  --v13-blue2:#1356A8;
  --v14-blue:#1356A8;
  --v15-blue2:#1356A8;
}
/* Remove green WhatsApp-style UI from all pages; keep contact action premium. */
.btn-whatsapp,.whatsapp-float,.whatsapp-card{
  background:linear-gradient(135deg,var(--baoyu-final-black,#0A0E13) 0%,var(--baoyu-final-graphite,#1E2936) 100%)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.14)!important;
}
.wa-inline,.contact-ribbon a{
  color:var(--baoyu-final-red,#E51E2A)!important;
}
/* Keep technical highlight color cool and restrained, not bright template blue. */
.v12-system-card .icon,.theme-pillar .icon,.final-card .icon,.v15-commercial-card .num,.chain-step .num,.capability-node .num,.overlay-mini strong{
  color:var(--baoyu-final-navy,#0B3B7A)!important;
}
.v12-system-card .icon,.v13-route b,.theme-pillar .icon,.final-card .icon{
  background:var(--baoyu-final-ice,#EAF6FF)!important;
}
/* Dark technical panels should use ice-blue labels, not gold/yellow. */
.series-title-row .eyebrow,.series-spec-grid span,.theme-panel-title span,.primary .route-label{
  color:#DCEBFF!important;
}
/* Table headings: navy + white for better B2B technical reading consistency. */
th,.comparison-table th,.commercial-table th,.series-performance-table th{
  background:var(--baoyu-final-navy,#0B3B7A)!important;
  color:#fff!important;
}
/* Page hero harmony across all major page types. */
.page-home .section-ice,
.page-category .section-ice,
.page-series .section-ice,
.page-product .section-ice{
  background:linear-gradient(180deg,#F8FBFF 0%,var(--baoyu-final-ice,#EAF6FF) 100%)!important;
}
/* Prevent legacy saturated blue/red streaks from feeling like a template banner. */
.v11-matrix-main::before,.v12-proof-card::before,.route-large:before{
  background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(19,86,168,.42),rgba(229,30,42,.38),transparent)!important;
}
/* Consistent hover and active states. */
.nav-link:hover,.nav-link.active,.mega-item:hover,.filter-btn.active,.filter-btn:hover,.subnav-scroll a:hover,.search-hotwords button:hover{
  background:var(--baoyu-final-red-soft,#FFF1F3)!important;
  border-color:#F2B7BC!important;
  color:var(--baoyu-final-red,#E51E2A)!important;
}
/* Color swatch rows intentionally remain colorful only where they represent product colors. */
.color-strip .swatch,.product-color-swatch,.color-chip{
  /* product-color visual samples: keep actual color expression */
}


/* ===== V16.12 Final Official Template: SEO Product Series Gallery ===== */
.series-gallery-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
  overflow:hidden;
  padding:18px;
  align-self:center;
}
.series-gallery-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:linear-gradient(135deg,#061C34,#0B3B7A);
  color:#fff;
  border-radius:22px;
  padding:15px 18px;
  margin-bottom:14px;
}
.series-gallery-head span{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#DCEBFF;
  font-weight:950;
}
.series-gallery-head strong{
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
}
.series-gallery-stage{
  position:relative;
  background:#F4F7FA;
  border:1px solid #DCE3EA;
  border-radius:24px;
  overflow:hidden;
  aspect-ratio:4/3;
}
.series-gallery-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform:translateX(28px) scale(.985);
  transition:opacity .36s ease, transform .36s ease;
  pointer-events:none;
}
.series-gallery-slide.is-active{
  opacity:1;
  transform:translateX(0) scale(1);
  pointer-events:auto;
  z-index:2;
}
.series-gallery-slide picture,
.series-gallery-slide img{
  display:block;
  width:100%;
  height:100%;
}
.series-gallery-slide img{
  object-fit:cover;
}
.series-gallery-slide figcaption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  border:1px solid rgba(255,255,255,.34);
  background:rgba(6,28,52,.84);
  backdrop-filter:blur(10px);
  color:#fff;
  border-radius:18px;
  padding:14px 16px;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.series-gallery-slide figcaption strong{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.2;
}
.series-gallery-slide figcaption span{
  display:block;
  margin-top:5px;
  color:#DCEBFF;
  font-size:12px;
  line-height:1.45;
}
.series-gallery-arrow{
  position:absolute;
  top:50%;
  z-index:5;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.48);
  background:rgba(6,28,52,.72);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
}
.series-gallery-arrow:hover{
  background:#E51E2A;
  border-color:#E51E2A;
}
.series-gallery-arrow.prev{left:16px}
.series-gallery-arrow.next{right:16px}
.series-gallery-thumbs{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  margin-top:12px;
}
.series-gallery-thumb{
  border:2px solid transparent;
  border-radius:16px;
  overflow:hidden;
  padding:0;
  background:#F4F7FA;
  cursor:pointer;
  aspect-ratio:4/3;
  box-shadow:0 8px 20px rgba(15,23,42,.06);
  opacity:.72;
  transition:.2s ease;
}
.series-gallery-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.series-gallery-thumb.is-active{
  border-color:#E51E2A;
  opacity:1;
  transform:translateY(-2px);
}
.series-detail-hero .series-gallery-card{
  max-width:720px;
  justify-self:end;
}
@media(max-width:980px){
  .series-detail-hero .series-gallery-card{max-width:none;justify-self:stretch}
  .series-gallery-thumbs{grid-template-columns:repeat(6,minmax(88px,1fr));overflow-x:auto;padding-bottom:4px}
  .series-gallery-slide figcaption{position:static;border-radius:0;background:#061C34;border:0}
  .series-gallery-stage{aspect-ratio:4/3}
}
@media(max-width:560px){
  .series-gallery-card{border-radius:22px;padding:12px}
  .series-gallery-head{border-radius:18px}
  .series-gallery-stage{border-radius:18px}
  .series-gallery-arrow{width:38px;height:38px;font-size:28px}
  .series-gallery-arrow.prev{left:10px}.series-gallery-arrow.next{right:10px}
  .series-gallery-thumbs{grid-template-columns:repeat(6,92px)}
}

.series-title-row h2{margin-top:10px;font-size:40px;line-height:1.05;letter-spacing:-.04em;color:#fff}
.series-table-title h2{font-size:30px;line-height:1.1}
@media(max-width:980px){.series-title-row h2{font-size:34px}}
@media(max-width:560px){.series-title-row h2{font-size:30px}}

/* V16.15 Full English Factory About Page */
.about-hero-official{background:linear-gradient(135deg,#FFFFFF 0%,#F5F8FC 50%,#EDF5FF 100%);padding:76px 0 88px;border-bottom:1px solid #E4EAF2;overflow:hidden;position:relative}
.about-hero-official::before{content:"";position:absolute;right:-220px;top:-260px;width:720px;height:720px;border-radius:999px;background:radial-gradient(circle,rgba(19,86,168,.16),transparent 64%)}
.about-hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:1.03fr .97fr;gap:44px;align-items:center}
.about-hero-copy p{max-width:760px;color:#4F5B69;font-size:17px;line-height:1.82;margin-top:20px}.about-hero-copy .lead{font-size:20px;color:#344050}.about-hero-media{position:relative;background:#fff;border:1px solid #DDE7F3;border-radius:38px;padding:14px;box-shadow:0 30px 90px rgba(11,59,122,.16)}
.about-hero-media img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:28px}.about-media-caption{position:absolute;left:34px;right:34px;bottom:34px;border:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.78);backdrop-filter:blur(12px);border-radius:22px;padding:18px 20px;display:flex;justify-content:space-between;gap:18px;align-items:center}.about-media-caption strong{font-size:20px;color:#111318}.about-media-caption span{font-size:13px;color:#516173;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.about-stat-band{background:#0B1220;padding:0}.about-stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14);border-right:1px solid rgba(255,255,255,.14)}
.about-stat-grid div{padding:28px 20px;background:linear-gradient(180deg,#111827,#070B12);text-align:center}.about-stat-grid strong{display:block;color:#fff;font-size:32px;line-height:1;letter-spacing:-.035em}.about-stat-grid span{display:block;color:#B9C8D8;font-size:12px;line-height:1.45;margin-top:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.about-copy-section{padding:96px 0}.about-two-column{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}.about-two-column.reverse{grid-template-columns:.95fr 1.05fr}.about-long-copy h2{font-size:clamp(36px,4.2vw,56px);line-height:1.02;letter-spacing:-.045em;text-align:left}.about-long-copy p{color:#526173;font-size:18px;line-height:1.86;margin-top:20px}.about-info-panel{background:#fff;border:1px solid #DDE7F3;border-radius:34px;padding:30px;box-shadow:0 24px 76px rgba(17,24,39,.08)}
.about-info-panel h3{font-size:28px;line-height:1.1;margin-bottom:18px}.about-info-row{display:grid;grid-template-columns:140px 1fr;gap:14px;border-top:1px solid #E6EDF5;padding:16px 0}.about-info-row:first-of-type{border-top:none}.about-info-row span{color:#6A7685;font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.about-info-row strong{color:#182232;line-height:1.55}.about-product-systems{display:grid;grid-template-columns:1fr 1fr;gap:24px}.about-system-card{background:#fff;border:1px solid #DDE7F3;border-radius:34px;overflow:hidden;box-shadow:0 24px 76px rgba(17,24,39,.08)}.about-system-card img{width:100%;height:260px;object-fit:cover;display:block}.about-system-content{padding:30px}.about-system-content h3{font-size:28px;line-height:1.08}.about-system-content p{margin-top:15px;color:#526173;line-height:1.78}.about-system-content ul{margin:20px 0 22px;padding:0;display:grid;gap:10px;list-style:none}.about-system-content li{position:relative;padding-left:24px;color:#354154;font-weight:760}.about-system-content li::before{content:"";position:absolute;left:0;top:.66em;width:8px;height:8px;border-radius:999px;background:#1356A8}.about-system-content a,.about-buyer-grid a{display:inline-flex;color:#0B3B7A;font-weight:950;margin-top:8px}.about-split-proof{display:grid;grid-template-columns:.98fr 1.02fr;gap:38px;align-items:center}.about-proof-visual{background:#fff;border:1px solid #DDE7F3;border-radius:36px;padding:12px;box-shadow:0 24px 76px rgba(17,24,39,.09)}.about-proof-visual img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:26px}.about-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.about-process-grid div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:24px}.about-process-grid span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:999px;background:rgba(19,86,168,.28);color:#fff;font-weight:950;margin-bottom:18px}.about-process-grid h3{color:#fff;font-size:21px;line-height:1.12}.about-process-grid p{color:#D2DCE8;line-height:1.72;margin-top:12px;font-size:14px}.about-dark-note{margin-top:28px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:30px;padding:30px;display:grid;grid-template-columns:.24fr 1fr auto;gap:24px;align-items:center}.about-dark-note strong{color:#fff;font-size:24px;line-height:1.12}.about-dark-note p{color:#D6E0EA;line-height:1.78}.about-buyer-grid .card p{font-size:16px;line-height:1.78}.about-check-list{display:grid;gap:12px;margin-top:14px}.about-check-list span{display:block;border:1px solid #E1E8F1;background:#F8FBFF;border-radius:16px;padding:14px 16px;color:#314052;font-weight:820}.about-check-list span::before{content:"✓";display:inline-flex;margin-right:10px;color:#1356A8;font-weight:950}.about-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.about-timeline div{border:1px solid #DDE7F3;background:#fff;border-radius:28px;padding:24px;box-shadow:0 18px 54px rgba(17,24,39,.06)}.about-timeline strong{display:inline-flex;border:1px solid #C9DCF5;background:#F4F8FF;color:#0B3B7A;border-radius:999px;padding:7px 11px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.about-timeline h3{font-size:22px;margin-top:18px;line-height:1.12}.about-timeline p{margin-top:12px;color:#596879;line-height:1.72}.about-why-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.about-why-list div{background:#fff;border:1px solid #DDE7F3;border-radius:24px;padding:24px;box-shadow:0 18px 54px rgba(17,24,39,.06)}.about-why-list h3{font-size:22px}.about-why-list p{margin-top:10px;color:#586879;line-height:1.72}.about-final-cta{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}.about-final-cta h2{color:#fff;text-align:left;font-size:clamp(38px,4vw,58px);line-height:1.02}.about-final-cta p{color:#D6E0EA;font-size:18px;line-height:1.78;margin-top:18px}.about-cta-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:32px;padding:32px}.about-cta-card h3{color:#fff;font-size:30px}.about-cta-card p{font-size:16px}@media(max-width:1160px){.about-hero-layout,.about-two-column,.about-two-column.reverse,.about-split-proof,.about-final-cta{grid-template-columns:1fr}.about-product-systems{grid-template-columns:1fr}.about-process-grid,.about-timeline{grid-template-columns:repeat(2,1fr)}.about-stat-grid{grid-template-columns:repeat(3,1fr)}.about-dark-note{grid-template-columns:1fr}.about-media-caption{position:static;margin-top:12px}}@media(max-width:760px){.about-hero-official{padding:56px 0 72px}.about-stat-grid,.about-process-grid,.about-timeline,.about-why-list{grid-template-columns:1fr}.about-info-row{grid-template-columns:1fr;gap:5px}.about-copy-section{padding:72px 0}.about-system-card img{height:210px}.about-stat-grid strong{font-size:28px}}


/* V17 Final Window Film Product Implant */
.window-series-grid{align-items:stretch}
.window-series-card{min-height:300px;display:flex;flex-direction:column;justify-content:space-between}
.window-card-metrics{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:6px 8px;align-items:center;margin-top:18px;padding-top:14px;border-top:1px solid rgba(148,163,184,.22);position:relative;z-index:1}
.window-card-metrics b{font-size:22px;color:var(--baoyu-red)}
.window-card-metrics span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#64748B;font-weight:800}
.series-route-card.primary .window-card-metrics span{color:#D8E7FA}.series-route-card.primary .window-card-metrics b{color:#fff}
.datasheet-preview-panel{overflow:hidden;min-height:560px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#071B31 0%,#0B3B7A 68%,#050A12 100%)}
.datasheet-preview-img{position:absolute;inset:36px 34px auto auto;width:58%;max-height:82%;object-fit:contain;border-radius:18px;box-shadow:0 34px 80px rgba(0,0,0,.34);background:#fff;border:1px solid rgba(255,255,255,.16)}
.window-quick-metrics{left:28px;right:auto;bottom:28px;max-width:360px}
.center-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:32px}.download-card .btn-small{margin-right:8px;margin-top:8px}.window-download-grid .download-card{min-height:245px}.commercial-table a{font-weight:900;color:var(--baoyu-red)}
@media(max-width:980px){.datasheet-preview-panel{min-height:520px}.datasheet-preview-img{width:72%;inset:26px 24px auto auto}.window-card-metrics{grid-template-columns:auto 1fr}}
@media(max-width:680px){.datasheet-preview-panel{min-height:470px}.datasheet-preview-img{width:84%;right:18px;top:24px}.window-quick-metrics{left:18px;right:18px;bottom:18px;max-width:none}.center-actions .btn{width:100%;justify-content:center}}


/* V19 Product Differentiation System */
.specbook-hero-preview .catalog-page img{object-fit:cover;object-position:top center;}
.product-split-dashboard{grid-template-columns:repeat(4,minmax(0,1fr));}
.v19-differentiation-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.spec-preview-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:18px;align-items:stretch;}
.spec-preview-tile{display:block;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden;text-decoration:none;color:var(--text);}
.spec-preview-tile img{width:100%;height:230px;object-fit:cover;object-position:top center;display:block;background:#f3f5f8;}
.spec-preview-tile span{display:block;padding:14px 16px;font-weight:900;color:var(--baoyu-navy);}
@media(max-width:1100px){.product-split-dashboard,.v19-differentiation-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.spec-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:640px){.product-split-dashboard,.v19-differentiation-grid,.spec-preview-grid{grid-template-columns:1fr;}.spec-preview-tile img{height:360px;}}


/* V22 real galleries for series and product pages */
.page-hero .series-gallery-card{max-width:720px;justify-self:end;align-self:center;}


/* V24 implanted real images */
.media-box.implanted{background:#fff !important;}
.media-box.implanted::before,.media-box.implanted::after{display:none !important;}
.media-box.implanted img{display:block;width:100%;height:100%;object-fit:cover;}
.hero-product-frame.implanted-frame .frame-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.hero-product-frame.implanted-frame::before{display:none !important;}
.hero-product-frame.implanted-frame .logo-tile,.hero-product-frame.implanted-frame .spec-floating,.hero-product-frame.implanted-frame .product-stage{z-index:2;position:absolute;}
.hero-product-frame.implanted-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(6,16,31,.16),rgba(6,16,31,.02));z-index:1;}
.hero-product-frame.implanted-frame .logo-tile{left:32px;top:30px;}
.placeholder-series-hero.implanted-route-hero{background:linear-gradient(135deg,#071726,#0B2A4A) !important;}
.video-display.real-proof{min-height:360px;padding:0;overflow:hidden;background:#0b1726;}
.video-display.real-proof img{width:100%;height:100%;object-fit:cover;display:block;}
.video-display.real-proof .video-proof-caption{position:absolute;left:24px;right:24px;bottom:20px;padding:16px 18px;border-radius:18px;background:rgba(5,16,30,.75);color:#fff;font-size:16px;}

/* V25 sitewide image gap fill */
.hero-product-frame.implanted-frame.book-frame .frame-image{object-fit:cover;}
.video-display.area.real-proof{position:relative;overflow:hidden;padding:0;min-height:360px;background:#0b1726;}
.video-display.area.real-proof > img{display:block;width:100%;height:100%;object-fit:cover;}
.video-display.area.real-proof .video-proof-caption{position:absolute;left:22px;right:22px;bottom:18px;background:rgba(5,14,25,.78);color:#fff;padding:14px 18px;border-radius:16px;backdrop-filter:blur(4px);}


/* =========================================================
   V27 FINAL PREMIUM COLOR SYSTEM
   BAOYU Premium Black / Red / Ice Silver visual system
   Goal: unified high-end automotive B2B look
   ========================================================= */
:root{
  --red:#E51E2A;
  --red2:#9F101A;
  --red3:#6F080F;
  --red-soft:#FFF1F2;
  --ink:#080D14;
  --ink2:#101926;
  --charcoal:#060A10;
  --charcoal2:#0B1726;
  --night:#03070D;
  --carbon:#0E1520;
  --white:#fff;
  --paper:#F5F7FA;
  --soft:#EEF2F6;
  --soft2:#E4EAF1;
  --line:#DDE4EC;
  --line-dark:rgba(255,255,255,.14);
  --muted:#5C6978;
  --muted2:#8C98A6;
  --silver:#E7EDF4;
  --steel:#9AA6B2;
  --blue:#0B1726;
  --ice:#F5F7FA;
  --gold:#B6C2CF;
  --green:#1E2936;
  --purple:#0B1726;
  --shadow:0 24px 80px rgba(8,13,20,.12);
  --shadow2:0 38px 120px rgba(0,0,0,.42);
}
body.v27-premium-theme{background:var(--paper);color:var(--ink);}
body.v27-premium-theme .topline{height:3px;background:linear-gradient(90deg,#04070D,#5E0710,#E51E2A,#B6C2CF,#E51E2A,#5E0710,#04070D)}
body.v27-premium-theme .utilitybar{background:#03070D;color:#CDD6E2;border-bottom:1px solid rgba(255,255,255,.08)}
body.v27-premium-theme .utilitybar span{color:#8C98A6}
body.v27-premium-theme .header{background:rgba(6,10,16,.94);border-bottom:1px solid rgba(255,255,255,.10);box-shadow:0 20px 60px rgba(0,0,0,.30);backdrop-filter:blur(18px)}
body.v27-premium-theme .brand strong{color:#fff;letter-spacing:.18em}
body.v27-premium-theme .brand span{color:#9AA6B2}
body.v27-premium-theme .logo-box{background:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 48px rgba(0,0,0,.24)}
body.v27-premium-theme .nav{color:#E7EDF4}
body.v27-premium-theme .nav-link{color:#E7EDF4;border:1px solid transparent}
body.v27-premium-theme .nav-link:hover,body.v27-premium-theme .nav-link.active{background:rgba(229,30,42,.14);border-color:rgba(229,30,42,.34);color:#fff}
body.v27-premium-theme .mobile-toggle{background:#0B1726;border-color:rgba(255,255,255,.18)}
body.v27-premium-theme .mobile-toggle span{background:#fff}
body.v27-premium-theme .mobile-menu{background:#060A10;border-top:1px solid rgba(255,255,255,.10)}
body.v27-premium-theme .mobile-menu a{border-bottom:1px solid rgba(255,255,255,.08);color:#E7EDF4}
body.v27-premium-theme .mobile-menu a:hover{color:#fff;background:rgba(229,30,42,.08)}
body.v27-premium-theme .mega{background:linear-gradient(145deg,#08111F,#0B1726 55%,#070B12);border-color:rgba(255,255,255,.12);box-shadow:0 45px 140px rgba(0,0,0,.58)}
body.v27-premium-theme .mega-panel{border-right:1px solid rgba(255,255,255,.10)}
body.v27-premium-theme .mega-kicker{color:#FF4A55}
body.v27-premium-theme .mega-title{color:#fff}
body.v27-premium-theme .mega-text,body.v27-premium-theme .mega-item span{color:#A9B5C3}
body.v27-premium-theme .mega-item{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12);color:#F5F7FA}
body.v27-premium-theme .mega-item:hover{background:rgba(229,30,42,.16);border-color:rgba(229,30,42,.42);transform:translateY(-2px)}
body.v27-premium-theme .mega-visual{background:linear-gradient(135deg,#0F1B2C,#05080E);border-color:rgba(255,255,255,.12)}
body.v27-premium-theme .mega-visual::before{background:linear-gradient(90deg,transparent,#DDE4EC,#121B2A,#E51E2A);opacity:.92}
body.v27-premium-theme .mega-visual::after{border-color:#E7EDF4;background:#080D14}
body.v27-premium-theme .btn-red{background:linear-gradient(135deg,#F0444F,#E51E2A 48%,#8F0B14);box-shadow:0 18px 52px rgba(229,30,42,.30)}
body.v27-premium-theme .btn-red:hover{box-shadow:0 24px 76px rgba(229,30,42,.42)}
body.v27-premium-theme .btn-dark{background:#060A10;border-color:#253245;color:#fff}
body.v27-premium-theme .btn-outline{background:rgba(255,255,255,.92);border-color:#DDE4EC;color:#0B1726}
body.v27-premium-theme .section-dark .btn-outline,body.v27-premium-theme .page-hero .btn-outline,body.v27-premium-theme .hero .btn-outline{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}
body.v27-premium-theme .btn-outline:hover{border-color:#E51E2A;color:#fff;background:#E51E2A}
body.v27-premium-theme .btn-light{background:#F5F7FA;color:#060A10;border-color:#F5F7FA}
body.v27-premium-theme .hero,body.v27-premium-theme .page-hero{background:radial-gradient(circle at 72% 18%,rgba(229,30,42,.16),transparent 28%),linear-gradient(135deg,#060A10 0%,#0B1726 48%,#111A28 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
body.v27-premium-theme .hero::before{background:radial-gradient(circle,rgba(229,30,42,.18),transparent 62%)}
body.v27-premium-theme .hero h1,body.v27-premium-theme .page-hero h1{color:#fff;text-shadow:0 22px 80px rgba(0,0,0,.42)}
body.v27-premium-theme .hero p,body.v27-premium-theme .page-hero p,body.v27-premium-theme .breadcrumb{color:#D2DAE5}
body.v27-premium-theme .breadcrumb a{color:#fff}
body.v27-premium-theme .eyebrow,body.v27-premium-theme .kicker{background:rgba(229,30,42,.12);border-color:rgba(229,30,42,.36);color:#FF4A55;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
body.v27-premium-theme .section-dark .kicker,body.v27-premium-theme .section-red .kicker,body.v27-premium-theme .page-hero .kicker,body.v27-premium-theme .hero .kicker{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}
body.v27-premium-theme .hero-product-frame{background:linear-gradient(145deg,#07111F,#101B2A);border-color:rgba(255,255,255,.16);box-shadow:0 35px 120px rgba(0,0,0,.42)}
body.v27-premium-theme .hero-product-frame::before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),rgba(229,30,42,.24),transparent);border-color:rgba(255,255,255,.10)}
body.v27-premium-theme .spec-floating{background:rgba(7,17,31,.72);border-color:rgba(255,255,255,.14);color:#fff;box-shadow:0 28px 80px rgba(0,0,0,.28)}
body.v27-premium-theme .spec-floating small{color:#FF4A55}
body.v27-premium-theme .spec-list div{border-bottom-color:rgba(255,255,255,.12);color:#AAB6C5}
body.v27-premium-theme .spec-list b{color:#fff}
body.v27-premium-theme .product-stage{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13)}
body.v27-premium-theme .roll-shape::before{background:linear-gradient(90deg,#fff,#B6C2CF,#111A28,#E51E2A);box-shadow:0 20px 70px rgba(0,0,0,.35)}
body.v27-premium-theme .roll-shape::after{border-color:#E7EDF4;background:#070B12}
body.v27-premium-theme .section-white{background:#fff}
body.v27-premium-theme .section-soft{background:linear-gradient(180deg,#F5F7FA,#EEF2F6)}
body.v27-premium-theme .section-ice{background:linear-gradient(180deg,#EEF2F6,#F8FAFC)}
body.v27-premium-theme .section-warm{background:#F4F6F9}
body.v27-premium-theme .section-steel{background:linear-gradient(135deg,#E8EEF5,#F9FAFC)}
body.v27-premium-theme .section-dark{background:radial-gradient(circle at 72% 12%,rgba(229,30,42,.16),transparent 32%),linear-gradient(135deg,#060A10,#0B1726 60%,#05080E);color:#fff}
body.v27-premium-theme .section-red{background:linear-gradient(135deg,#6F080F,#E51E2A 58%,#9F101A)}
body.v27-premium-theme h2{color:#0B1726}
body.v27-premium-theme .section-dark h2,body.v27-premium-theme .section-red h2{color:#fff}
body.v27-premium-theme .section-head p,body.v27-premium-theme .copy p,body.v27-premium-theme .product-card p,body.v27-premium-theme .feature-card p,body.v27-premium-theme .module-card p{color:#596776}
body.v27-premium-theme .section-dark .section-head p,body.v27-premium-theme .section-dark .copy p,body.v27-premium-theme .section-dark .product-card p,body.v27-premium-theme .section-dark .feature-card p{color:#C9D4E2}
body.v27-premium-theme .card{border-color:#DDE4EC;border-radius:30px;box-shadow:0 24px 76px rgba(8,13,20,.10)}
body.v27-premium-theme .card:hover{box-shadow:0 36px 100px rgba(8,13,20,.16)}
body.v27-premium-theme .card::after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,transparent,#E51E2A,transparent);opacity:.0;transition:.25s ease}
body.v27-premium-theme .card:hover::after{opacity:1}
body.v27-premium-theme .section-dark .card{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.13)}
body.v27-premium-theme .media-box{background:#F5F7FA;border-color:#DDE4EC}
body.v27-premium-theme .media-box::before{background:linear-gradient(90deg,#fff,#C9D3DF,#111A28,#E51E2A)}
body.v27-premium-theme .tag{background:#F2F5F8;border-color:#DDE4EC;color:#334155}
body.v27-premium-theme .section-dark .tag{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#E7EDF4}
body.v27-premium-theme .stat-pill,body.v27-premium-theme .step,body.v27-premium-theme .table-wrap{border-color:#DDE4EC;background:#fff;box-shadow:0 20px 62px rgba(8,13,20,.08)}
body.v27-premium-theme .stat-pill span,body.v27-premium-theme .step span{color:#6B7787}
body.v27-premium-theme th{background:#0B1726;color:#fff;border-bottom-color:rgba(255,255,255,.08)}
body.v27-premium-theme td{color:#344255}
body.v27-premium-theme td b{color:#0B1726}
body.v27-premium-theme .anchor-grid a,body.v27-premium-theme .filter-btn{border-color:#DDE4EC;background:#fff;color:#0B1726;box-shadow:0 12px 32px rgba(8,13,20,.04)}
body.v27-premium-theme .anchor-grid a:hover,body.v27-premium-theme .filter-btn.active,body.v27-premium-theme .filter-btn:hover{background:#0B1726;border-color:#0B1726;color:#fff}
body.v27-premium-theme .footer{background:#060A10;border-top:1px solid rgba(255,255,255,.10);color:#D2DAE5}
body.v27-premium-theme .footer .brand strong{color:#fff}
body.v27-premium-theme .footer p,body.v27-premium-theme .footer a{color:#AAB6C5}
body.v27-premium-theme .footer a:hover{color:#fff}
body.v27-premium-theme .footer-heading,body.v27-premium-theme .footer h4{color:#fff}
body.v27-premium-theme .field{border-color:#DDE4EC;background:#fff;color:#0B1726}
body.v27-premium-theme .field:focus{border-color:#E51E2A;box-shadow:0 0 0 4px rgba(229,30,42,.12)}
body.v27-premium-theme .catalog-preview{border-color:#DDE4EC;background:#F5F7FA;box-shadow:0 26px 80px rgba(8,13,20,.11)}
body.v27-premium-theme .video-display.area.real-proof,body.v27-premium-theme .video-display.real-proof{border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 100px rgba(0,0,0,.28)}
body.v27-premium-theme .video-proof-caption{background:rgba(3,7,13,.78)!important;border:1px solid rgba(255,255,255,.10)}
body.v27-premium-theme .series-gallery-card{background:linear-gradient(145deg,#08111F,#111C2B);border-color:rgba(255,255,255,.13);box-shadow:0 34px 120px rgba(0,0,0,.44)}
body.v27-premium-theme .series-gallery-head{border-bottom-color:rgba(255,255,255,.12)}
body.v27-premium-theme .series-gallery-head span{color:#AAB6C5}
body.v27-premium-theme .series-gallery-head strong{color:#fff}
body.v27-premium-theme .series-gallery-stage{background:#05080E;border-color:rgba(255,255,255,.12)}
body.v27-premium-theme .series-gallery-slide figcaption{background:linear-gradient(180deg,transparent,rgba(3,7,13,.86));color:#fff}
body.v27-premium-theme .series-gallery-slide figcaption span{color:#D2DAE5}
body.v27-premium-theme .series-gallery-thumb{border-color:rgba(255,255,255,.14);background:#0B1726}
body.v27-premium-theme .series-gallery-thumb.is-active{border-color:#E51E2A;box-shadow:0 0 0 3px rgba(229,30,42,.22)}
body.v27-premium-theme .commercial-section-blue{background:radial-gradient(circle at 70% 10%,rgba(229,30,42,.12),transparent 34%),linear-gradient(135deg,#060A10,#0B1726)!important;color:#fff}
body.v27-premium-theme .commercial-section-blue h2,body.v27-premium-theme .commercial-section-blue h3{color:#fff}
body.v27-premium-theme .commercial-section-blue p{color:#C9D4E2}
body.v27-premium-theme .v15-commercial-card,body.v27-premium-theme .v12-system-card,body.v27-premium-theme .v11-faq-card,body.v27-premium-theme .fill-panel{border-color:#DDE4EC;box-shadow:0 22px 70px rgba(8,13,20,.08)}
body.v27-premium-theme .commercial-section-blue .v15-commercial-card{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.13)}
body.v27-premium-theme .num,body.v27-premium-theme .icon{background:linear-gradient(135deg,#E51E2A,#8F0B14)!important;color:#fff!important}
body.v27-premium-theme .whatsapp-float{background:linear-gradient(135deg,#060A10,#0B1726);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 80px rgba(0,0,0,.34)}
body.v27-premium-theme .wa-icon{background:#E51E2A;color:#fff}
body.v27-premium-theme .implanted-frame .frame-image{filter:saturate(1.05) contrast(1.03)}
@media(max-width:760px){body.v27-premium-theme .header{background:#060A10}body.v27-premium-theme .hero,body.v27-premium-theme .page-hero{background:linear-gradient(145deg,#060A10,#0B1726)}}


/* =========================================================
   V28 CONTRAST & CLARITY FINAL SYSTEM
   Fix: text/image blending, overly similar dark tones, unclear layers.
   Design goal: stronger hierarchy, clear panels, high readability.
   ========================================================= */
body.v28-contrast-clarity{
  --bg-deep:#04070D;
  --bg-navy:#08111F;
  --panel-dark:#0D1827;
  --panel-darker:#07101B;
  --text-main:#07111F;
  --text-body:#2F3B4A;
  --text-muted:#657284;
  --text-white:#FFFFFF;
  --text-soft:#E8EFF7;
  --border-light:#CAD4E0;
  --border-dark:rgba(255,255,255,.22);
  --red:#E51E2A;
  --red-strong:#C80F1B;
  --silver:#F6F8FB;
  --silver-2:#E8EEF5;
  background:#F6F8FB;
  color:var(--text-main);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

body.v28-contrast-clarity .header{
  background:#05080E !important;
  border-bottom:1px solid rgba(255,255,255,.20) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.45) !important;
}
body.v28-contrast-clarity .nav-link{
  color:#F4F7FB !important;
  font-weight:850;
}
body.v28-contrast-clarity .nav-link:hover,
body.v28-contrast-clarity .nav-link.active{
  background:#E51E2A !important;
  border-color:#E51E2A !important;
  color:#fff !important;
}
body.v28-contrast-clarity .brand strong{color:#fff !important;}
body.v28-contrast-clarity .brand span{color:#D4DEEA !important;}

/* Mega menu: separate dark layers more clearly */
body.v28-contrast-clarity .mega{
  background:#07101B !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:0 45px 130px rgba(0,0,0,.72) !important;
}
body.v28-contrast-clarity .mega-panel{
  border-right:1px solid rgba(255,255,255,.16) !important;
}
body.v28-contrast-clarity .mega-kicker{
  background:#E51E2A !important;
  border:0 !important;
  color:#fff !important;
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  letter-spacing:.14em;
}
body.v28-contrast-clarity .mega-title{color:#fff !important;}
body.v28-contrast-clarity .mega-text{color:#DCE6F2 !important;}
body.v28-contrast-clarity .mega-item{
  background:#101C2C !important;
  border:1px solid rgba(255,255,255,.20) !important;
  color:#fff !important;
}
body.v28-contrast-clarity .mega-item strong{color:#fff !important;}
body.v28-contrast-clarity .mega-item span{color:#C9D4E2 !important;}
body.v28-contrast-clarity .mega-item:hover{
  background:#E51E2A !important;
  border-color:#E51E2A !important;
}
body.v28-contrast-clarity .mega-item:hover span{color:#fff !important;}

/* Hero readability */
body.v28-contrast-clarity .hero,
body.v28-contrast-clarity .page-hero{
  background:
    linear-gradient(90deg,rgba(4,7,13,.98) 0%,rgba(8,17,31,.96) 45%,rgba(10,20,34,.86) 100%),
    radial-gradient(circle at 78% 18%,rgba(229,30,42,.22),transparent 34%) !important;
}
body.v28-contrast-clarity .hero h1,
body.v28-contrast-clarity .page-hero h1{
  color:#fff !important;
  text-shadow:0 14px 42px rgba(0,0,0,.65) !important;
  letter-spacing:-.045em;
}
body.v28-contrast-clarity .hero p,
body.v28-contrast-clarity .page-hero p{
  color:#EDF3FA !important;
  font-weight:560;
  max-width:760px;
}
body.v28-contrast-clarity .breadcrumb{
  display:inline-flex;
  flex-wrap:wrap;
  gap:4px;
  background:rgba(255,255,255,.10);
  color:#E9F0F8 !important;
  border:1px solid rgba(255,255,255,.22);
  padding:8px 12px;
  border-radius:999px;
  backdrop-filter:blur(10px);
}
body.v28-contrast-clarity .breadcrumb a{color:#fff !important;font-weight:850;}
body.v28-contrast-clarity .eyebrow,
body.v28-contrast-clarity .page-hero .eyebrow{
  background:#E51E2A !important;
  border-color:#E51E2A !important;
  color:#fff !important;
  box-shadow:none !important;
}

/* Buttons: no low contrast glass effect */
body.v28-contrast-clarity .btn-red{
  background:#E51E2A !important;
  color:#fff !important;
  border-color:#E51E2A !important;
  font-weight:950;
  box-shadow:0 16px 40px rgba(229,30,42,.34) !important;
}
body.v28-contrast-clarity .btn-outline{
  background:#fff !important;
  color:#07111F !important;
  border:1px solid #CAD4E0 !important;
  font-weight:900;
}
body.v28-contrast-clarity .page-hero .btn-outline,
body.v28-contrast-clarity .hero .btn-outline,
body.v28-contrast-clarity .section-dark .btn-outline{
  background:#fff !important;
  color:#07111F !important;
  border-color:#fff !important;
}
body.v28-contrast-clarity .btn-outline:hover{
  background:#E51E2A !important;
  color:#fff !important;
  border-color:#E51E2A !important;
}
body.v28-contrast-clarity .btn-whatsapp{
  background:#0D7E48 !important;
  color:#fff !important;
  border-color:#0D7E48 !important;
  font-weight:950;
}

/* Stronger section separation */
body.v28-contrast-clarity .section-white{background:#fff !important;}
body.v28-contrast-clarity .section-soft{background:#F1F5F9 !important;}
body.v28-contrast-clarity .section-ice{background:#EAF0F7 !important;}
body.v28-contrast-clarity .section-steel{background:#E3EAF2 !important;}
body.v28-contrast-clarity .section-dark{
  background:#07101B !important;
  color:#fff !important;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}
body.v28-contrast-clarity .commercial-section-blue{
  background:#08111F !important;
  color:#fff !important;
}
body.v28-contrast-clarity .commercial-section-blue h2,
body.v28-contrast-clarity .commercial-section-blue h3{color:#fff !important;}
body.v28-contrast-clarity .commercial-section-blue p{color:#DCE6F2 !important;}

body.v28-contrast-clarity h2,
body.v28-contrast-clarity h3,
body.v28-contrast-clarity h4{
  color:#07111F !important;
}
body.v28-contrast-clarity .section-dark h2,
body.v28-contrast-clarity .section-dark h3,
body.v28-contrast-clarity .section-dark h4,
body.v28-contrast-clarity .page-hero h2,
body.v28-contrast-clarity .page-hero h3,
body.v28-contrast-clarity .hero h2,
body.v28-contrast-clarity .hero h3{
  color:#fff !important;
}
body.v28-contrast-clarity .section-head p,
body.v28-contrast-clarity .copy p,
body.v28-contrast-clarity .card p,
body.v28-contrast-clarity .product-card p,
body.v28-contrast-clarity .feature-card p,
body.v28-contrast-clarity .module-card p{
  color:#314054 !important;
  font-weight:520;
}
body.v28-contrast-clarity .section-dark .section-head p,
body.v28-contrast-clarity .section-dark .copy p,
body.v28-contrast-clarity .section-dark .card p{
  color:#E2EAF4 !important;
}

/* Cards: clear white panels, no merging with background */
body.v28-contrast-clarity .card,
body.v28-contrast-clarity .v15-commercial-card,
body.v28-contrast-clarity .v12-system-card,
body.v28-contrast-clarity .v12-route-card,
body.v28-contrast-clarity .data-gateway-card,
body.v28-contrast-clarity .theme-story,
body.v28-contrast-clarity .theme-proof-panel,
body.v28-contrast-clarity .fill-panel,
body.v28-contrast-clarity .faq-item{
  background:#fff !important;
  border:1px solid #CAD4E0 !important;
  box-shadow:0 16px 44px rgba(7,17,31,.10) !important;
}
body.v28-contrast-clarity .section-dark .card,
body.v28-contrast-clarity .section-dark .v15-commercial-card,
body.v28-contrast-clarity .section-dark .v12-system-card,
body.v28-contrast-clarity .section-dark .data-gateway-card{
  background:#111E2F !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:0 20px 60px rgba(0,0,0,.28) !important;
}
body.v28-contrast-clarity .section-dark .card h3,
body.v28-contrast-clarity .section-dark .v15-commercial-card h3,
body.v28-contrast-clarity .section-dark .v12-system-card h3{color:#fff !important;}
body.v28-contrast-clarity .section-dark .card p,
body.v28-contrast-clarity .section-dark .v15-commercial-card p,
body.v28-contrast-clarity .section-dark .v12-system-card p{color:#DCE6F2 !important;}

/* Kicker labels on light sections: solid and readable */
body.v28-contrast-clarity .kicker{
  background:#07111F !important;
  border-color:#07111F !important;
  color:#fff !important;
  box-shadow:none !important;
}
body.v28-contrast-clarity .section-dark .kicker,
body.v28-contrast-clarity .page-hero .kicker,
body.v28-contrast-clarity .hero .kicker{
  background:#E51E2A !important;
  border-color:#E51E2A !important;
  color:#fff !important;
}

/* Tags and anchors */
body.v28-contrast-clarity .tag{
  background:#F6F8FB !important;
  color:#172236 !important;
  border:1px solid #C8D2DF !important;
  font-weight:820;
}
body.v28-contrast-clarity .section-dark .tag{
  background:#18273A !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#fff !important;
}
body.v28-contrast-clarity .anchor-grid a,
body.v28-contrast-clarity .filter-btn,
body.v28-contrast-clarity .crosslink-grid a{
  background:#fff !important;
  color:#07111F !important;
  border:1px solid #C8D2DF !important;
  font-weight:900;
}
body.v28-contrast-clarity .anchor-grid a:hover,
body.v28-contrast-clarity .filter-btn:hover,
body.v28-contrast-clarity .filter-btn.active,
body.v28-contrast-clarity .crosslink-grid a:hover{
  background:#E51E2A !important;
  color:#fff !important;
  border-color:#E51E2A !important;
}

/* Image overlays: prevent captions blending into pictures */
body.v28-contrast-clarity .series-gallery-card{
  background:#fff !important;
  border:1px solid #C8D2DF !important;
}
body.v28-contrast-clarity .series-gallery-head{
  background:#07111F !important;
  border:1px solid rgba(255,255,255,.12);
}
body.v28-contrast-clarity .series-gallery-head span{
  color:#B8C4D2 !important;
}
body.v28-contrast-clarity .series-gallery-head strong{
  color:#fff !important;
}
body.v28-contrast-clarity .series-gallery-slide figcaption{
  background:rgba(3,7,13,.92) !important;
  border:1px solid rgba(255,255,255,.26) !important;
  box-shadow:0 16px 44px rgba(0,0,0,.36) !important;
}
body.v28-contrast-clarity .series-gallery-slide figcaption strong{
  color:#fff !important;
}
body.v28-contrast-clarity .series-gallery-slide figcaption span{
  color:#DCE6F2 !important;
}
body.v28-contrast-clarity .series-gallery-thumb{
  border:2px solid #BFCAD8 !important;
  opacity:.78;
}
body.v28-contrast-clarity .series-gallery-thumb.is-active{
  border-color:#E51E2A !important;
  box-shadow:0 10px 28px rgba(229,30,42,.24);
  opacity:1;
}

/* Hero product frames with photos: stronger overlay separation */
body.v28-contrast-clarity .hero-product-frame.implanted-frame::after{
  background:linear-gradient(105deg,rgba(3,7,13,.68),rgba(3,7,13,.25) 45%,rgba(3,7,13,.10)) !important;
}
body.v28-contrast-clarity .hero-product-frame.implanted-frame .spec-floating{
  background:rgba(3,7,13,.92) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  color:#fff !important;
}
body.v28-contrast-clarity .hero-product-frame.implanted-frame .spec-floating small{
  background:#E51E2A;
  color:#fff !important;
  padding:5px 9px;
  border-radius:999px;
}
body.v28-contrast-clarity .hero-product-frame.implanted-frame .spec-list span{color:#C9D4E2 !important;}
body.v28-contrast-clarity .hero-product-frame.implanted-frame .spec-list b{color:#fff !important;}

/* Video/display image captions */
body.v28-contrast-clarity .video-display.area.real-proof .video-proof-caption{
  background:rgba(3,7,13,.92) !important;
  border:1px solid rgba(255,255,255,.25) !important;
  color:#fff !important;
}
body.v28-contrast-clarity .video-display.area.real-proof .video-proof-caption div,
body.v28-contrast-clarity .video-display.area.real-proof .video-proof-caption p{
  color:#DCE6F2 !important;
}

/* Tables: no washed text */
body.v28-contrast-clarity table{
  background:#fff !important;
}
body.v28-contrast-clarity th{
  background:#07111F !important;
  color:#fff !important;
  border-color:#1C2A3D !important;
}
body.v28-contrast-clarity td{
  color:#172236 !important;
  border-color:#D8E0EA !important;
  background:#fff !important;
}
body.v28-contrast-clarity tbody tr:nth-child(even) td{
  background:#F6F8FB !important;
}
body.v28-contrast-clarity td b,
body.v28-contrast-clarity td strong{
  color:#07111F !important;
}

/* Search modal */
body.v28-contrast-clarity .site-search-dialog{
  background:#fff !important;
  border:1px solid #C8D2DF !important;
}
body.v28-contrast-clarity .site-search-title{color:#07111F !important;}
body.v28-contrast-clarity .site-search-input{
  color:#07111F !important;
  background:#fff !important;
  border-color:#C8D2DF !important;
}

/* Footer */
body.v28-contrast-clarity .footer{
  background:#03070D !important;
  border-top:1px solid rgba(255,255,255,.18) !important;
}
body.v28-contrast-clarity .footer p,
body.v28-contrast-clarity .footer a{
  color:#D1DAE6 !important;
}
body.v28-contrast-clarity .footer-heading,
body.v28-contrast-clarity .footer h4{
  color:#fff !important;
}

/* Mobile: stronger blocks */
@media(max-width:980px){
  body.v28-contrast-clarity .mobile-menu{
    background:#05080E !important;
  }
  body.v28-contrast-clarity .mobile-menu a{
    color:#fff !important;
    border-bottom:1px solid rgba(255,255,255,.14) !important;
  }
  body.v28-contrast-clarity .series-gallery-slide figcaption{
    background:#07111F !important;
  }
}


/* =========================================================
   V29 NAVIGATION POSITION & COLOR FIX
   Goal: avoid header overflow, shift nav slightly left, increase nav color stability.
   ========================================================= */
body.v28-contrast-clarity.v29-nav-fix .navbar{
  width:min(100% - 22px,1440px) !important;
  max-width:1440px !important;
  gap:12px !important;
}
body.v28-contrast-clarity.v29-nav-fix .brand{
  gap:10px !important;
  margin-right:2px !important;
}
body.v28-contrast-clarity.v29-nav-fix .logo-box{
  width:70px !important;
  height:54px !important;
  flex:0 0 70px !important;
}
body.v28-contrast-clarity.v29-nav-fix .brand img{
  width:64px !important;
  height:64px !important;
}
body.v28-contrast-clarity.v29-nav-fix .brand strong{
  font-size:20px !important;
}
body.v28-contrast-clarity.v29-nav-fix .brand span{
  font-size:9px !important;
  letter-spacing:.17em !important;
}
body.v28-contrast-clarity.v29-nav-fix .nav{
  flex:1 1 auto !important;
  justify-content:flex-start !important;
  gap:3px !important;
  margin-left:-18px !important;
  min-width:0 !important;
}
body.v28-contrast-clarity.v29-nav-fix .nav-link{
  padding:9px 10px !important;
  font-size:13px !important;
  letter-spacing:.01em !important;
  white-space:nowrap !important;
  color:#F8FBFF !important;
  background:transparent !important;
}
body.v28-contrast-clarity.v29-nav-fix .nav-link:hover,
body.v28-contrast-clarity.v29-nav-fix .nav-link.active{
  color:#FFFFFF !important;
  background:#E51E2A !important;
  border-color:#E51E2A !important;
}
body.v28-contrast-clarity.v29-nav-fix .mega-trigger{
  position:relative !important;
}
body.v28-contrast-clarity.v29-nav-fix .mega{
  left:0 !important;
  right:auto !important;
  transform:none !important;
  max-width:min(1180px,calc(100vw - 26px)) !important;
  width:max-content !important;
}
body.v28-contrast-clarity.v29-nav-fix .mega-trigger:nth-of-type(n+3) .mega,
body.v28-contrast-clarity.v29-nav-fix .resources-trigger .mega{
  left:auto !important;
  right:0 !important;
}
body.v28-contrast-clarity.v29-nav-fix .mega-grid{
  max-width:100% !important;
}
body.v28-contrast-clarity.v29-nav-fix .mega-item{
  color:#FFFFFF !important;
}
body.v28-contrast-clarity.v29-nav-fix .mega-item strong{
  color:#FFFFFF !important;
  font-weight:900 !important;
}
body.v28-contrast-clarity.v29-nav-fix .mega-item span{
  color:#DDE7F2 !important;
}
body.v28-contrast-clarity.v29-nav-fix .header-actions{
  gap:8px !important;
  flex:0 0 auto !important;
}
body.v28-contrast-clarity.v29-nav-fix .header-actions .btn-small{
  padding:9px 12px !important;
  font-size:12px !important;
  white-space:nowrap !important;
}
body.v28-contrast-clarity.v29-nav-fix .btn-search{
  background:#111E2F !important;
  color:#FFFFFF !important;
  border-color:rgba(255,255,255,.24) !important;
}
body.v28-contrast-clarity.v29-nav-fix .btn-search:hover{
  background:#E51E2A !important;
  border-color:#E51E2A !important;
  color:#FFFFFF !important;
}

/* Medium desktop: keep everything visible before mobile breakpoint */
@media(max-width:1240px){
  body.v28-contrast-clarity.v29-nav-fix .navbar{
    gap:8px !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .nav{
    margin-left:-12px !important;
    gap:1px !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .nav-link{
    padding:8px 7px !important;
    font-size:12px !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .brand span{
    display:none !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .brand strong{
    font-size:18px !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .logo-box{
    width:62px !important;
    height:50px !important;
    flex-basis:62px !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .brand img{
    width:58px !important;
    height:58px !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .header-actions .btn-small{
    padding:8px 9px !important;
    font-size:11px !important;
  }
}

/* Earlier mobile switch if viewport is too narrow */
@media(max-width:1120px){
  body.v28-contrast-clarity.v29-nav-fix .nav,
  body.v28-contrast-clarity.v29-nav-fix .header-actions .btn-search,
  body.v28-contrast-clarity.v29-nav-fix .header-actions .btn-whatsapp,
  body.v28-contrast-clarity.v29-nav-fix .header-actions .btn-red{
    display:none !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .mobile-toggle{
    display:flex !important;
  }
  body.v28-contrast-clarity.v29-nav-fix .navbar{
    height:76px !important;
  }
}

/* Mobile menu color clarity */
body.v28-contrast-clarity.v29-nav-fix .mobile-menu{
  background:#05080E !important;
  border-top:1px solid rgba(255,255,255,.18) !important;
}
body.v28-contrast-clarity.v29-nav-fix .mobile-menu a,
body.v28-contrast-clarity.v29-nav-fix .mobile-search-link{
  color:#FFFFFF !important;
  background:#0D1827 !important;
  border-bottom:1px solid rgba(255,255,255,.14) !important;
}
body.v28-contrast-clarity.v29-nav-fix .mobile-menu a:hover,
body.v28-contrast-clarity.v29-nav-fix .mobile-search-link:hover{
  background:#E51E2A !important;
  color:#FFFFFF !important;
}


/* =========================================================
   V30 MEGA MENU OVERFLOW FIX
   Fixes: Technology / Solutions dropdowns exceeding viewport or being clipped.
   Method: dropdown is anchored to header center, not individual nav item.
   ========================================================= */
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .header{
  overflow:visible !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .navbar,
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .nav,
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-trigger{
  overflow:visible !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-trigger{
  position:static !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega{
  position:absolute !important;
  top:100% !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) translateY(10px) !important;
  width:min(1080px,calc(100vw - 32px)) !important;
  max-width:calc(100vw - 32px) !important;
  min-width:0 !important;
  margin-top:0 !important;
  border-radius:0 0 28px 28px !important;
  max-height:calc(100vh - 96px) !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-trigger:hover .mega{
  transform:translateX(-50%) translateY(0) !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-trigger:nth-of-type(n+3) .mega,
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .resources-trigger .mega{
  left:50% !important;
  right:auto !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-grid{
  width:100% !important;
  max-width:100% !important;
  grid-template-columns:.95fr 1.2fr .85fr !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-grid-4{
  grid-template-columns:.86fr 1.05fr 1.05fr .78fr !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-panel{
  padding:24px 26px !important;
  min-width:0 !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-title{
  font-size:26px !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-text{
  font-size:14px !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-list{
  gap:10px !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-item{
  padding:13px 14px !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-item strong{
  font-size:15px !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-item span{
  font-size:12px !important;
}

/* On medium desktop, use 2-column dropdown to guarantee it never clips. */
@media(max-width:1180px){
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega{
    width:calc(100vw - 24px) !important;
    max-height:calc(100vh - 86px) !important;
  }
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-grid,
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-grid-4{
    grid-template-columns:1fr 1fr !important;
  }
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-panel{
    padding:20px !important;
    border-right:1px solid rgba(255,255,255,.14) !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
  }
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-panel:nth-child(2n){
    border-right:none !important;
  }
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-visual{
    min-height:180px !important;
  }
}

/* Before mobile menu, still keep dropdown compact and centered. */
@media(max-width:1120px){
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega{
    display:none !important;
  }
}


/* =========================================================
   V31 NO MENU SCROLLBAR + TEXT COLOR FIX
   Fixes from screenshot:
   1. Remove internal scrollbar inside desktop mega navigation.
   2. Fix homepage dark text on dark background and pale text on white cards.
   3. Clarify commercial-section-blue / dark / FAQ text hierarchy.
   ========================================================= */

/* Desktop mega menu: no inner scrollbar */
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega{
  max-height:none !important;
  overflow:visible !important;
  overflow-y:visible !important;
  overflow-x:visible !important;
  border-radius:0 0 28px 28px !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-grid,
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-grid-4{
  align-items:stretch !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-panel{
  padding:20px 24px !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-visual{
  height:220px !important;
  min-height:220px !important;
  max-height:220px !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-title{
  font-size:25px !important;
  line-height:1.12 !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-text{
  color:#E6EEF8 !important;
}
body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-kicker{
  background:#E51E2A !important;
  color:#fff !important;
}

/* Medium desktop still no internal menu scrollbar */
@media(max-width:1180px){
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega{
    max-height:none !important;
    overflow:visible !important;
  }
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-panel{
    padding:18px !important;
  }
  body.v28-contrast-clarity.v29-nav-fix.v30-mega-fix.v31-text-menu-fix .mega-visual{
    height:180px !important;
    min-height:180px !important;
    max-height:180px !important;
  }
}

/* Homepage search section: dark panel text must be bright */
body.v31-text-menu-fix .homepage-search-section{
  background:#07101B !important;
}
body.v31-text-menu-fix .homepage-search-card{
  background:linear-gradient(135deg,#111E2F 0%,#0B1726 58%,#2A1119 100%) !important;
  border:1px solid rgba(255,255,255,.30) !important;
  box-shadow:0 28px 90px rgba(0,0,0,.38) !important;
}
body.v31-text-menu-fix .homepage-search-card h2{
  color:#FFFFFF !important;
  text-shadow:0 10px 34px rgba(0,0,0,.55) !important;
}
body.v31-text-menu-fix .homepage-search-card p{
  color:#E8F0FA !important;
  font-weight:560 !important;
}
body.v31-text-menu-fix .homepage-search-card .kicker{
  background:#07111F !important;
  color:#FFFFFF !important;
  border:1px solid rgba(255,255,255,.20) !important;
}
body.v31-text-menu-fix .homepage-search-input{
  background:#FFFFFF !important;
  color:#07111F !important;
  border:1px solid #FFFFFF !important;
}
body.v31-text-menu-fix .homepage-search-input::placeholder{
  color:#6B7280 !important;
}
body.v31-text-menu-fix .search-hotwords button{
  background:rgba(255,255,255,.14) !important;
  color:#FFFFFF !important;
  border:1px solid rgba(255,255,255,.26) !important;
  font-weight:850 !important;
}
body.v31-text-menu-fix .search-hotwords button:hover{
  background:#E51E2A !important;
  color:#FFFFFF !important;
  border-color:#E51E2A !important;
}

/* Commercial blue sections: titles white, white cards use dark text */
body.v31-text-menu-fix .commercial-section-blue{
  background:#07101B !important;
  color:#FFFFFF !important;
}
body.v31-text-menu-fix .commercial-section-blue .section-head h2,
body.v31-text-menu-fix .commercial-section-blue > .container > .section-head h2{
  color:#FFFFFF !important;
  text-shadow:0 12px 36px rgba(0,0,0,.48) !important;
}
body.v31-text-menu-fix .commercial-section-blue .section-head p{
  color:#DDE8F5 !important;
}
body.v31-text-menu-fix .commercial-section-blue .kicker{
  background:#E51E2A !important;
  color:#FFFFFF !important;
  border-color:#E51E2A !important;
}

/* White commercial cards inside dark blue areas */
body.v31-text-menu-fix .commercial-section-blue .v15-commercial-card,
body.v31-text-menu-fix .commercial-section-blue .v15-faq{
  background:#FFFFFF !important;
  border:1px solid #D8E0EA !important;
  box-shadow:0 18px 56px rgba(0,0,0,.26) !important;
}
body.v31-text-menu-fix .commercial-section-blue .v15-commercial-card h3,
body.v31-text-menu-fix .commercial-section-blue .v15-faq h3{
  color:#07111F !important;
  font-weight:950 !important;
}
body.v31-text-menu-fix .commercial-section-blue .v15-commercial-card p,
body.v31-text-menu-fix .commercial-section-blue .v15-faq p{
  color:#2D3B4E !important;
  font-weight:560 !important;
}
body.v31-text-menu-fix .commercial-section-blue .v15-commercial-card .num{
  color:#FFFFFF !important;
  background:#E51E2A !important;
}

/* Commercial dark proof section: no black text on dark background */
body.v31-text-menu-fix .commercial-section-dark{
  background:#050A12 !important;
  color:#FFFFFF !important;
}
body.v31-text-menu-fix .commercial-section-dark h2{
  color:#FFFFFF !important;
  text-shadow:0 12px 38px rgba(0,0,0,.58) !important;
}
body.v31-text-menu-fix .commercial-section-dark p{
  color:#DDE8F5 !important;
}
body.v31-text-menu-fix .commercial-section-dark .kicker{
  background:#E51E2A !important;
  color:#FFFFFF !important;
  border-color:#E51E2A !important;
}
body.v31-text-menu-fix .commercial-section-dark .commercial-list div{
  background:#121C2A !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#FFFFFF !important;
  font-weight:760 !important;
}

/* White section copy: avoid overly pale text */
body.v31-text-menu-fix .section-white h2,
body.v31-text-menu-fix .section-soft h2,
body.v31-text-menu-fix .section-ice h2{
  color:#07111F !important;
}
body.v31-text-menu-fix .section-white p,
body.v31-text-menu-fix .section-soft p,
body.v31-text-menu-fix .section-ice p{
  color:#344256 !important;
}
body.v31-text-menu-fix .commercial-list.light div{
  background:#FFFFFF !important;
  color:#152238 !important;
  border:1px solid #D6DEE8 !important;
}

/* FAQ grid on homepage specifically */
body.v31-text-menu-fix .v15-faq-grid .v15-faq{
  color:#07111F !important;
}
body.v31-text-menu-fix .v15-faq-grid .v15-faq h3{
  color:#07111F !important;
}
body.v31-text-menu-fix .v15-faq-grid .v15-faq p{
  color:#2D3B4E !important;
}

/* Cards/buttons readability */
body.v31-text-menu-fix .v15-commercial-card .btn,
body.v31-text-menu-fix .v15-faq .btn{
  color:#FFFFFF !important;
}

/* Product matrix / table sections */
body.v31-text-menu-fix .commercial-table table,
body.v31-text-menu-fix .commercial-table td{
  color:#172236 !important;
}
body.v31-text-menu-fix .commercial-table th{
  color:#FFFFFF !important;
}

/* Reduce accidental low-contrast inherited text in custom visual blocks */
body.v31-text-menu-fix .copy h2{
  color:#07111F !important;
}
body.v31-text-menu-fix .section-dark .copy h2,
body.v31-text-menu-fix .commercial-section-dark .copy h2,
body.v31-text-menu-fix .page-hero .copy h2,
body.v31-text-menu-fix .hero .copy h2{
  color:#FFFFFF !important;
}
body.v31-text-menu-fix .copy p{
  color:#344256 !important;
}
body.v31-text-menu-fix .section-dark .copy p,
body.v31-text-menu-fix .commercial-section-dark .copy p,
body.v31-text-menu-fix .page-hero .copy p,
body.v31-text-menu-fix .hero .copy p{
  color:#DDE8F5 !important;
}


/* =========================================================
   V32 FINAL FORMAL COPY + READABILITY POLISH
   Removes template-style visible wording and strengthens weak text contrast.
   ========================================================= */
body.v32-formal-copy .theme-proof-panel{
  background:#FFFFFF !important;
  border:1px solid #C8D2DF !important;
  box-shadow:0 18px 56px rgba(7,17,31,.12) !important;
}
body.v32-formal-copy .theme-panel-title span{
  color:#E51E2A !important;
  font-weight:950 !important;
  letter-spacing:.14em !important;
}
body.v32-formal-copy .theme-panel-title strong{
  color:#07111F !important;
  font-weight:950 !important;
}
body.v32-formal-copy .theme-metric-grid div{
  background:#F6F8FB !important;
  border:1px solid #D6DEE8 !important;
  box-shadow:0 10px 26px rgba(7,17,31,.06) !important;
}
body.v32-formal-copy .theme-metric-grid b{
  color:#E51E2A !important;
  font-weight:950 !important;
}
body.v32-formal-copy .theme-metric-grid span{
  color:#26364A !important;
  font-weight:850 !important;
}
body.v32-formal-copy .theme-story{
  background:#FFFFFF !important;
  border:1px solid #C8D2DF !important;
}
body.v32-formal-copy .theme-story h2{
  color:#07111F !important;
}
body.v32-formal-copy .theme-story p{
  color:#2D3B4E !important;
  font-weight:560 !important;
}

/* Make home commercial cards easier to read after copy rewrite */
body.v32-formal-copy .commercial-section-blue .v15-commercial-card,
body.v32-formal-copy .commercial-section-blue .v15-faq{
  background:#FFFFFF !important;
}
body.v32-formal-copy .commercial-section-blue .v15-commercial-card p,
body.v32-formal-copy .commercial-section-blue .v15-faq p{
  color:#2D3B4E !important;
  opacity:1 !important;
}
body.v32-formal-copy .commercial-section-blue .section-head p{
  color:#E6EEF8 !important;
  opacity:1 !important;
}

/* Formal table request cells */
body.v32-formal-copy td{
  color:#172236 !important;
}
body.v32-formal-copy td:has(+ td){
  color:#172236 !important;
}


/* =========================================================
   V33 SERIES COLOR / SHADE WALL SYSTEM
   Each series and PPF product page gets its own visual option wall.
   ========================================================= */
.series-color-wall-section{
  position:relative;
  overflow:hidden;
}
.series-color-wall-section::before{
  content:"";
  position:absolute;
  inset:auto -18% 0 auto;
  width:42%;
  height:72%;
  background:radial-gradient(circle,rgba(229,30,42,.09),transparent 64%);
  pointer-events:none;
}
.color-wall-layout{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:28px;
  align-items:stretch;
}
.color-wall-preview{
  position:sticky;
  top:112px;
  align-self:start;
  background:#07111F;
  color:#fff;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 28px 86px rgba(7,17,31,.28);
  overflow:hidden;
}
.color-preview-swatch{
  height:245px;
  position:relative;
  overflow:hidden;
}
.color-preview-swatch::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.70),transparent 34%,rgba(255,255,255,.20) 54%,transparent 72%);
  transform:skewX(-10deg);
}
.color-preview-copy{
  padding:28px;
}
.color-preview-copy .kicker{
  background:#E51E2A!important;
  color:#fff!important;
  border-color:#E51E2A!important;
}
.color-preview-copy h3{
  color:#fff!important;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.035em;
  margin-top:14px;
}
.color-preview-copy p{
  color:#DDE8F5!important;
  margin-top:12px;
}
.color-preview-specs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:22px 0;
}
.color-preview-specs div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  padding:12px;
}
.color-preview-specs span{
  display:block;
  color:#9FB0C3;
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.color-preview-specs strong{
  display:block;
  color:#fff;
  font-size:14px;
  margin-top:4px;
  line-height:1.25;
}
.color-swatch-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.color-swatch-card{
  display:flex;
  gap:14px;
  align-items:center;
  text-align:left;
  width:100%;
  border:1px solid #D3DCE8;
  background:#fff;
  border-radius:22px;
  padding:14px;
  cursor:pointer;
  transition:.22s ease;
  box-shadow:0 12px 32px rgba(7,17,31,.06);
}
.color-swatch-card:hover,
.color-swatch-card.is-active{
  transform:translateY(-2px);
  border-color:#E51E2A;
  box-shadow:0 18px 48px rgba(229,30,42,.16);
}
.swatch-chip{
  width:74px;
  height:74px;
  flex:0 0 74px;
  border-radius:18px;
  border:1px solid rgba(7,17,31,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 12px 28px rgba(7,17,31,.18);
  position:relative;
  overflow:hidden;
}
.swatch-chip::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.56),transparent 42%,rgba(255,255,255,.18));
}
.swatch-info strong{
  display:block;
  color:#07111F;
  font-size:16px;
  font-weight:950;
  line-height:1.15;
}
.swatch-info em{
  display:block;
  font-style:normal;
  color:#E51E2A;
  font-weight:900;
  font-size:12px;
  margin-top:5px;
}
.swatch-info small{
  display:block;
  color:#4A596E;
  font-weight:650;
  font-size:12px;
  margin-top:5px;
  line-height:1.35;
}
.color-wall-note{
  margin-top:22px;
  display:flex;
  gap:12px;
  align-items:center;
  padding:18px 22px;
  border-radius:22px;
  background:#F6F8FB;
  border:1px solid #D6DEE8;
}
.color-wall-note strong{
  color:#07111F;
  white-space:nowrap;
}
.color-wall-note span{
  color:#334256;
  font-weight:560;
}
@media(max-width:980px){
  .color-wall-layout{grid-template-columns:1fr}
  .color-wall-preview{position:relative;top:auto}
}
@media(max-width:640px){
  .color-swatch-grid{grid-template-columns:1fr}
  .color-preview-specs{grid-template-columns:1fr}
  .swatch-chip{width:62px;height:62px;flex-basis:62px}
}


/* =========================================================
   V34 FULL CORRECT COLOR WALL IMPLANT
   More complete model/color implantation with filters and denser cards.
   ========================================================= */
body.v34-full-color-wall .series-color-wall-section.full-color-wall{
  background:#F6F8FB!important;
  border-top:1px solid #D8E0EA;
  border-bottom:1px solid #D8E0EA;
}
body.v34-full-color-wall .color-wall-total{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
  padding:10px 14px;
  border-radius:999px;
  background:#07111F;
  color:#fff;
}
body.v34-full-color-wall .color-wall-total strong{
  color:#fff;
  font-size:22px;
  line-height:1;
}
body.v34-full-color-wall .color-wall-total span{
  color:#DDE8F5;
  font-weight:800;
  font-size:13px;
}
body.v34-full-color-wall .color-wall-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 26px;
}
body.v34-full-color-wall .color-wall-filters button{
  border:1px solid #C8D2DF;
  background:#fff;
  color:#07111F;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  cursor:pointer;
  transition:.2s ease;
}
body.v34-full-color-wall .color-wall-filters button:hover,
body.v34-full-color-wall .color-wall-filters button.is-active{
  background:#E51E2A;
  border-color:#E51E2A;
  color:#fff;
}
body.v34-full-color-wall .color-wall-layout{
  grid-template-columns:420px minmax(0,1fr);
  gap:26px;
}
body.v34-full-color-wall .color-swatch-grid.full-grid{
  grid-template-columns:repeat(auto-fill,minmax(245px,1fr));
  max-height:none;
}
body.v34-full-color-wall .color-swatch-card{
  min-height:112px;
}
body.v34-full-color-wall .color-swatch-card.is-hidden{
  display:none!important;
}
body.v34-full-color-wall .swatch-chip{
  width:66px;
  height:66px;
  flex-basis:66px;
}
body.v34-full-color-wall .swatch-info strong{
  font-size:15px;
}
body.v34-full-color-wall .swatch-info em,
body.v34-full-color-wall .swatch-info small{
  font-size:11.5px;
}
body.v34-full-color-wall .color-wall-preview{
  position:sticky;
  top:106px;
}
body.v34-full-color-wall .color-preview-swatch{
  height:210px;
}
body.v34-full-color-wall .color-preview-copy h3{
  font-size:29px;
}
body.v34-full-color-wall .color-preview-specs{
  grid-template-columns:1fr;
}
@media(max-width:1100px){
  body.v34-full-color-wall .color-wall-layout{grid-template-columns:1fr}
  body.v34-full-color-wall .color-wall-preview{position:relative;top:auto}
  body.v34-full-color-wall .color-preview-specs{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:680px){
  body.v34-full-color-wall .color-swatch-grid.full-grid{grid-template-columns:1fr}
  body.v34-full-color-wall .color-preview-specs{grid-template-columns:1fr}
}


/* =========================================================
   V35 VERIFIED PPF SERIES COLOR WALL
   Rebuilt strictly by uploaded PPF specification series groups.
   ========================================================= */
body.v35-ppf-verified .verified-ppf-wall{
  background:#F7F9FC!important;
  border-top:1px solid #D6DEE8;
  border-bottom:1px solid #D6DEE8;
}
body.v35-ppf-verified .verified-ppf-wall .section-head p{
  max-width:920px;
}
body.v35-ppf-verified .verified-ppf-wall .color-wall-total{
  background:#E51E2A!important;
}
body.v35-ppf-verified .verified-ppf-wall .verified-grid{
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
}
body.v35-ppf-verified .verified-ppf-wall .color-swatch-card{
  min-height:132px;
  align-items:flex-start;
}
body.v35-ppf-verified .verified-ppf-wall .swatch-chip{
  width:72px;
  height:72px;
  flex-basis:72px;
}
body.v35-ppf-verified .verified-ppf-wall .swatch-info small{
  color:#334256;
  font-weight:650;
}
body.v35-ppf-verified .verified-ppf-wall .color-preview-swatch{
  min-height:240px;
}
body.v35-ppf-verified .verified-ppf-wall .color-preview-copy h3{
  font-size:30px;
}


/* =========================================================
   V36 PPF CORRECTION
   Covestro verified group includes BS-GLS-150KSC and BS-GLS-175KSC quick-fix anti-fouling options.
   ========================================================= */
body.v36-ppf-corrected .verified-ppf-wall .color-wall-total{
  letter-spacing:.01em;
}


/* =========================================================
   V37 PPF PAGINATED COLOR WALLS
   Standard-size cards + horizontal page navigation for large PPF color families.
   ========================================================= */
body.v37-ppf-paginated .verified-ppf-wall .color-wall-layout{
  align-items:start!important;
  grid-template-columns:420px minmax(0,1fr)!important;
}
body.v37-ppf-paginated .verified-ppf-wall .verified-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-content:start!important;
  align-items:start!important;
  grid-auto-rows:minmax(0,auto)!important;
}
body.v37-ppf-paginated .verified-ppf-wall .color-swatch-card{
  height:132px!important;
  min-height:132px!important;
  max-height:132px!important;
  padding:14px 16px!important;
  overflow:hidden!important;
  align-items:flex-start!important;
}
body.v37-ppf-paginated .verified-ppf-wall .swatch-chip{
  width:70px!important;
  height:70px!important;
  flex:0 0 70px!important;
}
body.v37-ppf-paginated .verified-ppf-wall .swatch-info{
  min-width:0;
}
body.v37-ppf-paginated .verified-ppf-wall .swatch-info strong{
  font-size:14px!important;
  line-height:1.2!important;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.v37-ppf-paginated .verified-ppf-wall .swatch-info em{
  display:block;
  font-size:11px!important;
  line-height:1.2!important;
  margin-top:6px!important;
}
body.v37-ppf-paginated .verified-ppf-wall .swatch-info small{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  font-size:11px!important;
  line-height:1.25!important;
  margin-top:6px!important;
}
body.v37-ppf-paginated .verified-ppf-wall .color-wall-preview{
  position:sticky!important;
  top:106px!important;
}
body.v37-ppf-paginated .verified-ppf-wall .color-wall-pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:18px 0 18px;
}
body.v37-ppf-paginated .verified-ppf-wall .color-wall-pager-bottom{
  margin-top:18px;
}
body.v37-ppf-paginated .verified-ppf-wall .pager-pages{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
}
body.v37-ppf-paginated .verified-ppf-wall .pager-btn,
body.v37-ppf-paginated .verified-ppf-wall .pager-page{
  border:1px solid #CBD5E1;
  background:#fff;
  color:#07111F;
  border-radius:999px;
  padding:8px 14px;
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  transition:.2s ease;
}
body.v37-ppf-paginated .verified-ppf-wall .pager-btn:hover,
body.v37-ppf-paginated .verified-ppf-wall .pager-page:hover,
body.v37-ppf-paginated .verified-ppf-wall .pager-page.is-active{
  background:#E51E2A;
  border-color:#E51E2A;
  color:#fff;
}
body.v37-ppf-paginated .verified-ppf-wall .pager-btn.is-disabled{
  opacity:.45;
  cursor:not-allowed;
}
body.v37-ppf-paginated .verified-ppf-wall [data-color-swatch].is-page-hidden{
  display:none!important;
}
@media(max-width:1100px){
  body.v37-ppf-paginated .verified-ppf-wall .color-wall-layout{
    grid-template-columns:1fr!important;
  }
  body.v37-ppf-paginated .verified-ppf-wall .color-wall-preview{
    position:relative!important;
    top:auto!important;
  }
}
@media(max-width:760px){
  body.v37-ppf-paginated .verified-ppf-wall .verified-grid{
    grid-template-columns:1fr!important;
  }
  body.v37-ppf-paginated .verified-ppf-wall .color-swatch-card{
    height:auto!important;
    min-height:124px!important;
    max-height:none!important;
  }
}


/* =========================================================
   V39 EXACT PPF DATA IMPLANT
   Product pages use exact PPF options from the supplied sheets.
   ========================================================= */
body.v39-ppf-exact .verified-ppf-wall .color-swatch-card{
  height:132px!important;
  min-height:132px!important;
  max-height:132px!important;
}
body.v39-ppf-exact .verified-ppf-wall .color-wall-total{
  background:#E51E2A!important;
}
body.v39-ppf-exact .verified-ppf-wall .section-head p{
  max-width:940px;
}


/* =========================================================
   V40 EXACT ALL ROWS FINAL
   Color Modified PPF keeps every supplied row, including repeated names in the specification sheet.
   ========================================================= */
body.v40-ppf-all-rows .verified-ppf-wall .color-wall-total span{
  font-weight:950;
}


/* =========================================================
   V41 EXACT WINDOW FILM SERIES COLOR SYSTEM
   Corrects overall window film series layout and shade/color differentiation from supplied specification images/book.
   ========================================================= */
body.v41-window-exact .window-color-wall-section{
  background:#F6F8FB!important;
  border-top:1px solid #D8E0EA;
  border-bottom:1px solid #D8E0EA;
}
body.v41-window-exact .window-wall-total{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
  padding:10px 14px;
  border-radius:999px;
  background:#07111F;
  color:#fff;
}
body.v41-window-exact .window-wall-total strong{font-size:22px;color:#fff;line-height:1;}
body.v41-window-exact .window-wall-total span{color:#DDE8F5;font-weight:900;font-size:13px;}
body.v41-window-exact .window-wall-filters{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:24px 0 22px;
}
body.v41-window-exact .window-wall-filters button,
body.v41-window-exact .window-wall-pager .pager-btn,
body.v41-window-exact .window-wall-pager .pager-page{
  border:1px solid #CBD5E1;
  background:#fff;
  color:#07111F;
  border-radius:999px;
  padding:9px 14px;
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  transition:.2s ease;
}
body.v41-window-exact .window-wall-filters button:hover,
body.v41-window-exact .window-wall-filters button.is-active,
body.v41-window-exact .window-wall-pager .pager-btn:hover,
body.v41-window-exact .window-wall-pager .pager-page:hover,
body.v41-window-exact .window-wall-pager .pager-page.is-active{
  background:#E51E2A;
  border-color:#E51E2A;
  color:#fff;
}
body.v41-window-exact .window-wall-layout{
  display:grid;
  grid-template-columns:420px minmax(0,1fr);
  gap:26px;
  align-items:start;
}
body.v41-window-exact .window-wall-preview{
  position:sticky;
  top:106px;
  background:#07111F;
  color:#fff;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.18);
  overflow:hidden;
  box-shadow:0 24px 70px rgba(7,17,31,.26);
}
body.v41-window-exact .window-preview-swatch{
  height:210px;
  position:relative;
}
body.v41-window-exact .window-preview-swatch::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.70),transparent 36%,rgba(255,255,255,.16));
}
body.v41-window-exact .window-preview-copy{padding:26px;}
body.v41-window-exact .window-preview-copy .kicker{background:#E51E2A!important;color:#fff!important;border-color:#E51E2A!important;}
body.v41-window-exact .window-preview-copy h3{color:#fff!important;font-size:28px;line-height:1.06;letter-spacing:-.03em;}
body.v41-window-exact .window-preview-copy p{color:#DDE8F5!important;font-weight:560;}
body.v41-window-exact .window-preview-specs{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin:20px 0;
}
body.v41-window-exact .window-preview-specs div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:15px;
  padding:12px;
}
body.v41-window-exact .window-preview-specs span{display:block;color:#9FB0C3;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
body.v41-window-exact .window-preview-specs strong{display:block;color:#fff;font-size:14px;margin-top:4px;line-height:1.25;}
body.v41-window-exact .window-swatch-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:start;
}
body.v41-window-exact .window-swatch-card{
  display:flex;
  gap:13px;
  align-items:flex-start;
  text-align:left;
  width:100%;
  height:128px;
  min-height:128px;
  max-height:128px;
  overflow:hidden;
  border:1px solid #D3DCE8;
  background:#fff;
  border-radius:22px;
  padding:14px;
  cursor:pointer;
  box-shadow:0 12px 32px rgba(7,17,31,.06);
  transition:.22s ease;
}
body.v41-window-exact .window-swatch-card:hover,
body.v41-window-exact .window-swatch-card.is-active{
  transform:translateY(-2px);
  border-color:#E51E2A;
  box-shadow:0 18px 48px rgba(229,30,42,.16);
}
body.v41-window-exact .window-swatch-card.is-hidden,
body.v41-window-exact .window-swatch-card.is-page-hidden{display:none!important;}
body.v41-window-exact .window-swatch-chip{
  width:66px;height:66px;flex:0 0 66px;
  border-radius:18px;
  border:1px solid rgba(7,17,31,.18);
  position:relative;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 12px 26px rgba(7,17,31,.18);
}
body.v41-window-exact .window-swatch-chip::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.56),transparent 42%,rgba(255,255,255,.18));
}
body.v41-window-exact .window-swatch-info{min-width:0;}
body.v41-window-exact .window-swatch-info strong{
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:#07111F;
  font-size:14px;
  font-weight:950;
  line-height:1.2;
}
body.v41-window-exact .window-swatch-info em{
  display:block;
  font-style:normal;
  color:#E51E2A;
  font-weight:900;
  font-size:11.5px;
  margin-top:6px;
}
body.v41-window-exact .window-swatch-info small{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:#334256;
  font-weight:650;
  font-size:11px;
  line-height:1.25;
  margin-top:6px;
}
body.v41-window-exact .window-wall-pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:18px 0;
}
body.v41-window-exact .window-wall-pager .pager-pages{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
}
body.v41-window-exact .window-wall-pager .pager-btn.is-disabled{opacity:.45;cursor:not-allowed;}
body.v41-window-exact .window-wall-note{
  margin-top:22px;
  display:flex;
  gap:12px;
  align-items:center;
  padding:18px 22px;
  border-radius:22px;
  background:#fff;
  border:1px solid #D6DEE8;
}
body.v41-window-exact .window-wall-note strong{color:#07111F;white-space:nowrap;}
body.v41-window-exact .window-wall-note span{color:#334256;font-weight:560;}
body.v41-window-exact .window-family-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
body.v41-window-exact .window-family-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid #D3DCE8;
  border-radius:26px;
  padding:24px;
  min-height:190px;
  box-shadow:0 14px 38px rgba(7,17,31,.08);
  text-decoration:none;
}
body.v41-window-exact .window-family-card strong{
  display:block;
  color:#07111F;
  font-size:22px;
  line-height:1.1;
  font-weight:950;
  margin-top:46px;
}
body.v41-window-exact .window-family-card span{
  display:block;
  color:#344256;
  font-weight:560;
  margin-top:10px;
}
body.v41-window-exact .window-family-card em{
  position:absolute;
  top:18px;
  right:18px;
  font-style:normal;
  background:#07111F;
  color:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  font-size:12px;
}
body.v41-window-exact .family-ribbon{
  position:absolute;
  left:0;top:0;right:0;height:10px;
  background:linear-gradient(90deg,#E51E2A,#0F172A);
}
body.v41-window-exact .family-ribbon.electroplated,
body.v41-window-exact .family-ribbon.premium{background:linear-gradient(90deg,#94A3B8,#111827);}
body.v41-window-exact .family-ribbon.building{background:linear-gradient(90deg,#22C55E,#0EA5E9);}
body.v41-window-exact .family-ribbon.nano{background:linear-gradient(90deg,#38BDF8,#2563EB);}
body.v41-window-exact .family-ribbon.tin{background:linear-gradient(90deg,#F59E0B,#E51E2A);}
@media(max-width:1100px){
  body.v41-window-exact .window-wall-layout{grid-template-columns:1fr;}
  body.v41-window-exact .window-wall-preview{position:relative;top:auto;}
  body.v41-window-exact .window-family-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  body.v41-window-exact .window-swatch-grid{grid-template-columns:1fr;}
  body.v41-window-exact .window-swatch-card{height:auto;min-height:124px;max-height:none;}
  body.v41-window-exact .window-family-grid{grid-template-columns:1fr;}
}


/* =========================================================
   V43 FINAL AUDIT FIX
   Purpose: final visual consistency, formal copy hierarchy, route-page cleanup, color stability.
   ========================================================= */
body.v43-final-audit-fix{
  --v43-black:#05080E;
  --v43-navy:#07111F;
  --v43-panel:#101A28;
  --v43-red:#E51E2A;
  --v43-red-dark:#B80F1A;
  --v43-white:#FFFFFF;
  --v43-ice:#F6F8FB;
  --v43-border:#D6DEE8;
  --v43-text:#07111F;
  --v43-body:#334256;
  --v43-muted:#64748B;
  background:var(--v43-ice);
  color:var(--v43-text);
}
body.v43-final-audit-fix h1,
body.v43-final-audit-fix h2,
body.v43-final-audit-fix h3,
body.v43-final-audit-fix h4,
body.v43-final-audit-fix h5{
  letter-spacing:-.035em;
  color:var(--v43-text);
}
body.v43-final-audit-fix p,
body.v43-final-audit-fix li{
  color:var(--v43-body);
  line-height:1.72;
}
body.v43-final-audit-fix .header,
body.v43-final-audit-fix .footer{
  background:var(--v43-black)!important;
  border-color:rgba(255,255,255,.16)!important;
}
body.v43-final-audit-fix .nav-link{color:#F8FAFC!important;font-weight:850;}
body.v43-final-audit-fix .nav-link:hover,
body.v43-final-audit-fix .nav-link.active{background:var(--v43-red)!important;color:#fff!important;border-color:var(--v43-red)!important;}
body.v43-final-audit-fix .btn-red{background:var(--v43-red)!important;border-color:var(--v43-red)!important;color:#fff!important;box-shadow:0 16px 36px rgba(229,30,42,.28)!important;}
body.v43-final-audit-fix .btn-outline{background:#fff!important;border-color:var(--v43-border)!important;color:var(--v43-text)!important;}
body.v43-final-audit-fix .btn-outline:hover{background:var(--v43-red)!important;border-color:var(--v43-red)!important;color:#fff!important;}
body.v43-final-audit-fix .section-white{background:#fff!important;}
body.v43-final-audit-fix .section-soft,
body.v43-final-audit-fix .section-ice{background:var(--v43-ice)!important;}
body.v43-final-audit-fix .section-dark,
body.v43-final-audit-fix .commercial-section-dark,
body.v43-final-audit-fix .commercial-section-blue{background:var(--v43-navy)!important;color:#fff!important;}
body.v43-final-audit-fix .section-dark h1,
body.v43-final-audit-fix .section-dark h2,
body.v43-final-audit-fix .section-dark h3,
body.v43-final-audit-fix .commercial-section-dark h2,
body.v43-final-audit-fix .commercial-section-blue h2{color:#fff!important;}
body.v43-final-audit-fix .section-dark p,
body.v43-final-audit-fix .commercial-section-dark p,
body.v43-final-audit-fix .commercial-section-blue p{color:#DDE8F5!important;}
body.v43-final-audit-fix .kicker,
body.v43-final-audit-fix .eyebrow{background:var(--v43-red)!important;color:#fff!important;border-color:var(--v43-red)!important;}
body.v43-final-audit-fix .card,
body.v43-final-audit-fix .feature-card,
body.v43-final-audit-fix .product-card,
body.v43-final-audit-fix .v12-system-card,
body.v43-final-audit-fix .v15-commercial-card,
body.v43-final-audit-fix .faq-item{background:#fff!important;border:1px solid var(--v43-border)!important;box-shadow:0 16px 42px rgba(7,17,31,.08)!important;}
body.v43-final-audit-fix .tag{background:#fff!important;border:1px solid var(--v43-border)!important;color:var(--v43-text)!important;font-weight:850;}
body.v43-final-audit-fix .page-hero,
body.v43-final-audit-fix .hero{background:linear-gradient(90deg,#05080E 0%,#07111F 58%,#1A0C12 100%)!important;}
body.v43-final-audit-fix .page-hero h1,
body.v43-final-audit-fix .hero h1{color:#fff!important;text-shadow:0 12px 38px rgba(0,0,0,.42);}
body.v43-final-audit-fix .page-hero p,
body.v43-final-audit-fix .hero p{color:#E8F0FA!important;}
body.v43-final-audit-fix table th{background:var(--v43-navy)!important;color:#fff!important;}
body.v43-final-audit-fix table td{color:#172236!important;border-color:var(--v43-border)!important;}
body.v43-final-audit-fix tbody tr:nth-child(even) td{background:#F8FAFC!important;}
/* Route pages */
body.v43-route-page .v43-route-recommendations .route-series-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
body.v43-route-page .route-series-card{position:relative;background:#fff;border:1px solid var(--v43-border);border-radius:26px;padding:24px;text-decoration:none;min-height:210px;box-shadow:0 14px 36px rgba(7,17,31,.08);overflow:hidden;}
body.v43-route-page .route-series-card:before{content:"";position:absolute;left:0;right:0;top:0;height:9px;background:linear-gradient(90deg,var(--v43-red),#111827);}
body.v43-route-page .route-card-tag{display:inline-flex;background:var(--v43-navy);color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;margin-bottom:22px;}
body.v43-route-page .route-series-card h3{font-size:22px;line-height:1.12;margin:0 0 10px;color:var(--v43-text);}
body.v43-route-page .route-series-card p{font-size:14px;margin:0;color:var(--v43-body);}
body.v43-route-page .route-series-card span{display:inline-block;margin-top:18px;color:var(--v43-red);font-weight:950;}
/* Window / PPF card consistency */
body.v43-final-audit-fix .window-swatch-card,
body.v43-final-audit-fix .color-swatch-card{border-color:var(--v43-border)!important;background:#fff!important;}
body.v43-final-audit-fix .window-wall-filters button,
body.v43-final-audit-fix .color-wall-filters button,
body.v43-final-audit-fix .pager-btn,
body.v43-final-audit-fix .pager-page{border-color:#CBD5E1!important;}
body.v43-final-audit-fix .window-wall-filters button.is-active,
body.v43-final-audit-fix .color-wall-filters button.is-active,
body.v43-final-audit-fix .pager-page.is-active{background:var(--v43-red)!important;border-color:var(--v43-red)!important;color:#fff!important;}
/* Resource depth */
body.v43-content-expanded .v43-content-depth .feature-card h3{font-size:22px;line-height:1.16;}
body.v43-content-expanded .v43-content-depth .feature-card p{font-size:15px;}
@media(max-width:1100px){body.v43-route-page .v43-route-recommendations .route-series-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){body.v43-route-page .v43-route-recommendations .route-series-grid{grid-template-columns:1fr;}}


/* =========================================================
   V44 RESOURCES PAGE & SUBPAGE LAYOUT FIX
   Formal resource center, cleaned resource mega menu, category pages and subpage layouts.
   ========================================================= */
body.v44-resources-layout .resources-mega-v44{
  width:min(1060px,calc(100vw - 32px))!important;
  max-height:none!important;
  overflow:visible!important;
}
body.v44-resources-layout .resources-mega-grid-v44{
  display:grid!important;
  grid-template-columns:.88fr 1.55fr .9fr!important;
  gap:0!important;
}
body.v44-resources-layout .resources-mega-grid-v44 .mega-panel{
  padding:22px 24px!important;
}
body.v44-resources-layout .resource-mega-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body.v44-resources-layout .resource-mega-card-grid .mega-item{
  min-height:86px;
}
body.v44-resources-layout .resource-hero-v44{
  background:linear-gradient(110deg,#05080E 0%,#07111F 52%,#151B29 100%);
  color:#fff;
  padding:94px 0 72px;
  border-bottom:1px solid rgba(255,255,255,.12);
  position:relative;
  overflow:hidden;
}
body.v44-resources-layout .resource-hero-v44::after{
  content:"";
  position:absolute;
  right:-12%;top:-24%;width:46%;height:72%;
  background:radial-gradient(circle,rgba(229,30,42,.28),transparent 64%);
}
body.v44-resources-layout .resource-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) 430px;
  gap:44px;
  align-items:center;
  position:relative;
  z-index:1;
}
body.v44-resources-layout .resource-hero-copy h1{
  color:#fff!important;
  font-size:clamp(44px,5vw,74px);
  line-height:.95;
  letter-spacing:-.055em;
  margin:18px 0;
}
body.v44-resources-layout .resource-hero-copy p{
  color:#E6EEF8!important;
  font-size:18px;
  max-width:780px;
  line-height:1.75;
}
body.v44-resources-layout .resource-hero-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.20);
  border-radius:34px;
  padding:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
}
body.v44-resources-layout .resource-panel-top strong{display:block;color:#fff;font-size:22px;font-weight:950;}
body.v44-resources-layout .resource-panel-top span{display:block;color:#BFD0E4;margin-top:4px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px;}
body.v44-resources-layout .resource-stat-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px;
}
body.v44-resources-layout .resource-stat-grid div{
  background:#fff;border-radius:20px;padding:18px;border:1px solid rgba(255,255,255,.18);
}
body.v44-resources-layout .resource-stat-grid b{display:block;color:#E51E2A;font-size:25px;font-weight:950;line-height:1;}
body.v44-resources-layout .resource-stat-grid span{display:block;color:#26364A;font-weight:850;font-size:12px;margin-top:8px;}
body.v44-resources-layout .resource-section-v44{padding:84px 0;}
body.v44-resources-layout .resource-card-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;
}
body.v44-resources-layout .resource-card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));}
body.v44-resources-layout .resource-card{
  position:relative;display:flex;flex-direction:column;min-height:250px;padding:28px;
  background:#fff;border:1px solid #D6DEE8;border-radius:28px;text-decoration:none;
  box-shadow:0 16px 44px rgba(7,17,31,.08);overflow:hidden;transition:.22s ease;
}
body.v44-resources-layout .resource-card::before{
  content:"";position:absolute;left:0;top:0;right:0;height:7px;background:linear-gradient(90deg,#E51E2A,#07111F);
}
body.v44-resources-layout .resource-card:hover{transform:translateY(-3px);border-color:#E51E2A;box-shadow:0 22px 58px rgba(229,30,42,.13);}
body.v44-resources-layout .resource-card-tag{
  display:inline-flex;align-self:flex-start;background:#07111F;color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase;
}
body.v44-resources-layout .resource-card h3{color:#07111F!important;font-size:24px;line-height:1.12;margin:22px 0 10px;font-weight:950;}
body.v44-resources-layout .resource-card p{color:#334256!important;font-weight:560;line-height:1.65;}
body.v44-resources-layout .resource-card span{margin-top:auto;color:#E51E2A;font-weight:950;}
body.v44-resources-layout .resource-wide-card{
  display:flex;justify-content:space-between;gap:32px;align-items:center;background:#fff;border:1px solid #D6DEE8;border-radius:34px;padding:38px 42px;box-shadow:0 18px 48px rgba(7,17,31,.08);
}
body.v44-resources-layout .resource-wide-card h2{color:#07111F!important;font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:-.045em;margin:12px 0;}
body.v44-resources-layout .resource-wide-card p{color:#334256!important;font-size:17px;line-height:1.65;max-width:760px;}
body.v44-resources-layout .resource-process-v44{padding:90px 0;background:#05080E!important;}
body.v44-resources-layout .resource-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
body.v44-resources-layout .resource-step-grid div{background:#101A28;border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:28px;}
body.v44-resources-layout .resource-step-grid b{display:block;color:#E51E2A;font-size:42px;font-weight:950;}
body.v44-resources-layout .resource-step-grid h3{color:#fff!important;font-size:25px;margin:16px 0 10px;}
body.v44-resources-layout .resource-step-grid p{color:#DDE8F5!important;line-height:1.65;}
body.v44-resources-layout .resource-table-wrap{overflow:auto;background:#fff;border:1px solid #D6DEE8;border-radius:26px;box-shadow:0 16px 44px rgba(7,17,31,.08);}
body.v44-resources-layout .resource-table{width:100%;border-collapse:collapse;}
body.v44-resources-layout .resource-table th{background:#07111F!important;color:#fff!important;text-align:left;padding:18px;}
body.v44-resources-layout .resource-table td{padding:18px;color:#26364A!important;border-top:1px solid #E2E8F0;line-height:1.55;}
body.v44-resources-layout .resource-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
body.v44-resources-layout .resource-metric-grid div{background:#fff;border:1px solid #D6DEE8;border-radius:26px;padding:26px;box-shadow:0 14px 38px rgba(7,17,31,.07);}
body.v44-resources-layout .resource-metric-grid b{display:block;color:#E51E2A;font-size:34px;font-weight:950;}
body.v44-resources-layout .resource-metric-grid span{display:block;color:#26364A;font-weight:700;margin-top:8px;}
body.v44-resources-layout .resource-faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
body.v44-resources-layout .resource-faq-item{background:#fff;border:1px solid #D6DEE8;border-radius:26px;padding:26px;box-shadow:0 14px 38px rgba(7,17,31,.07);}
body.v44-resources-layout .resource-faq-item h3{color:#07111F!important;font-size:21px;line-height:1.2;margin-bottom:12px;}
body.v44-resources-layout .resource-faq-item p{color:#334256!important;line-height:1.65;font-weight:560;}
@media(max-width:1180px){body.v44-resources-layout .resources-mega-grid-v44{grid-template-columns:1fr 1fr!important;}body.v44-resources-layout .resource-mega-tools{grid-column:1/-1;}.body{} }
@media(max-width:980px){
  body.v44-resources-layout .resource-hero-grid{grid-template-columns:1fr;}
  body.v44-resources-layout .resource-card-grid,body.v44-resources-layout .resource-step-grid,body.v44-resources-layout .resource-metric-grid,body.v44-resources-layout .resource-faq-grid{grid-template-columns:1fr 1fr;}
  body.v44-resources-layout .resource-wide-card{flex-direction:column;align-items:flex-start;}
}
@media(max-width:680px){
  body.v44-resources-layout .resource-card-grid,body.v44-resources-layout .resource-step-grid,body.v44-resources-layout .resource-metric-grid,body.v44-resources-layout .resource-faq-grid{grid-template-columns:1fr;}
  body.v44-resources-layout .resource-stat-grid{grid-template-columns:1fr;}
}


/* =========================================================
   V45 RESOURCES NAVIGATION REBUILD
   Clean resource pages, no repeated/random jumps, clear child-page layouts.
   ========================================================= */
body.v45-resources-clean .resource-hero-clean{
  background:
    linear-gradient(105deg,#05080E 0%,#07111F 62%,#210910 100%),
    radial-gradient(circle at 82% 18%,rgba(229,30,42,.22),transparent 34%);
  color:#fff;
  padding:92px 0 54px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
body.v45-resources-clean .resource-hero-clean-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) 420px;
  gap:42px;
  align-items:center;
}
body.v45-resources-clean .resource-hero-clean-copy h1{
  color:#fff!important;
  font-size:clamp(42px,5.4vw,76px);
  line-height:.96;
  letter-spacing:-.055em;
  margin:18px 0;
}
body.v45-resources-clean .resource-hero-clean-copy p{
  color:#E6EEF8!important;
  max-width:760px;
  font-size:18px;
  line-height:1.72;
}
body.v45-resources-clean .resource-hero-clean-panel{
  background:#0E1A2A;
  border:1px solid rgba(255,255,255,.18);
  border-radius:30px;
  padding:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.32);
}
body.v45-resources-clean .resource-panel-kicker{
  display:inline-flex;
  background:#E51E2A;
  color:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:12px;
}
body.v45-resources-clean .resource-panel-list{
  display:grid;
  gap:14px;
  margin-top:22px;
}
body.v45-resources-clean .resource-panel-list div{
  background:#132235;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  padding:18px;
}
body.v45-resources-clean .resource-panel-list strong{
  display:block;
  color:#fff;
  font-size:18px;
}
body.v45-resources-clean .resource-panel-list span{
  display:block;
  color:#C9D6E6;
  margin-top:6px;
  font-weight:650;
}
body.v45-resources-clean .resource-subnav-v45{
  position:sticky;
  top:80px;
  z-index:30;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:1px;
  background:#D6DEE8;
  border-bottom:1px solid #CBD5E1;
}
body.v45-resources-clean .resource-subnav-item{
  background:#fff;
  padding:16px 18px;
  text-decoration:none;
  border-bottom:3px solid transparent;
}
body.v45-resources-clean .resource-subnav-item strong{
  display:block;
  color:#07111F;
  font-size:15px;
  font-weight:950;
}
body.v45-resources-clean .resource-subnav-item span{
  display:block;
  color:#64748B;
  font-size:12px;
  font-weight:750;
  margin-top:4px;
}
body.v45-resources-clean .resource-subnav-item:hover,
body.v45-resources-clean .resource-subnav-item.is-active{
  border-bottom-color:#E51E2A;
  background:#F8FAFC;
}
body.v45-resources-clean .resource-grid-v45{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
body.v45-resources-clean .resource-card-v45{
  position:relative;
  min-height:236px;
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:28px;
  padding:26px;
  text-decoration:none;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(7,17,31,.08);
}
body.v45-resources-clean .resource-card-v45::before{
  content:"";
  position:absolute;
  left:0;top:0;right:0;height:7px;
  background:linear-gradient(90deg,#E51E2A,#07111F);
}
body.v45-resources-clean .resource-card-v45 span{
  display:inline-flex;
  background:#07111F;
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.v45-resources-clean .resource-card-v45 h3{
  color:#07111F!important;
  font-size:24px;
  line-height:1.1;
  margin:22px 0 12px;
}
body.v45-resources-clean .resource-card-v45 p{
  color:#334256!important;
  font-weight:560;
  line-height:1.62;
}
body.v45-resources-clean .resource-card-v45 em{
  position:absolute;
  left:26px;
  bottom:22px;
  color:#E51E2A;
  font-style:normal;
  font-weight:950;
}
body.v45-resources-clean .resource-tool-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
body.v45-resources-clean .resource-tool-card{
  background:#07111F;
  color:#fff;
  border-radius:28px;
  padding:26px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 20px 60px rgba(7,17,31,.22);
}
body.v45-resources-clean .resource-tool-card .tool-tag{
  display:inline-flex;
  background:#E51E2A;
  color:#fff;
  padding:7px 11px;
  border-radius:999px;
  font-weight:950;
  font-size:11px;
  text-transform:uppercase;
}
body.v45-resources-clean .resource-tool-card strong{
  display:block;
  color:#fff;
  font-size:22px;
  margin-top:18px;
}
body.v45-resources-clean .resource-tool-card span{
  display:block;
  color:#DDE8F5;
  margin-top:10px;
  font-weight:560;
  line-height:1.55;
}
body.v45-resources-clean .resource-two-col{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) 440px;
  gap:36px;
  align-items:start;
}
body.v45-resources-clean .resource-article-block{
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:30px;
  padding:34px;
  box-shadow:0 16px 42px rgba(7,17,31,.08);
}
body.v45-resources-clean .resource-article-block h2{
  color:#07111F!important;
  font-size:42px;
  line-height:1.05;
}
body.v45-resources-clean .resource-article-block p{
  color:#334256!important;
  font-weight:560;
  line-height:1.72;
  font-size:17px;
}
body.v45-resources-clean .resource-step-list{
  display:grid;
  gap:16px;
}
body.v45-resources-clean .resource-step-list div{
  background:#07111F;
  color:#fff;
  border-radius:24px;
  padding:22px;
}
body.v45-resources-clean .resource-step-list b{
  display:inline-flex;
  background:#E51E2A;
  border-radius:999px;
  padding:7px 10px;
  font-size:13px;
}
body.v45-resources-clean .resource-step-list strong{
  display:block;
  color:#fff;
  font-size:20px;
  margin-top:14px;
}
body.v45-resources-clean .resource-step-list span{
  display:block;
  color:#DDE8F5;
  margin-top:8px;
  line-height:1.5;
}
body.v45-resources-clean .faq-layout-v45{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}
body.v45-resources-clean .faq-column h2{
  color:#07111F!important;
}
body.v45-resources-clean .faq-card-v45{
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:24px;
  padding:22px;
  margin-bottom:16px;
  box-shadow:0 12px 34px rgba(7,17,31,.06);
}
body.v45-resources-clean .faq-card-v45 h3{
  color:#07111F!important;
  font-size:19px;
  margin:0 0 10px;
}
body.v45-resources-clean .faq-card-v45 p{
  color:#334256!important;
  font-weight:560;
  line-height:1.62;
  margin:0;
}
body.v45-resources-clean .news-list-v45{
  display:grid;
  gap:20px;
}
body.v45-resources-clean .news-list-v45 article{
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:28px;
  padding:26px;
  box-shadow:0 14px 38px rgba(7,17,31,.07);
}
body.v45-resources-clean .news-list-v45 article span{
  display:inline-flex;
  background:#E51E2A;
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-weight:950;
  font-size:11px;
  text-transform:uppercase;
}
body.v45-resources-clean .news-list-v45 article h3{
  color:#07111F!important;
  font-size:24px;
  margin:16px 0 10px;
}
body.v45-resources-clean .news-list-v45 article p{
  color:#334256!important;
  font-weight:560;
}
body.v45-resources-clean .news-list-v45 article a{
  color:#E51E2A;
  font-weight:950;
  text-decoration:none;
}
@media(max-width:1100px){
  body.v45-resources-clean .resource-hero-clean-grid,
  body.v45-resources-clean .resource-two-col{grid-template-columns:1fr;}
  body.v45-resources-clean .resource-subnav-v45{grid-template-columns:repeat(3,minmax(0,1fr));top:76px;}
  body.v45-resources-clean .resource-grid-v45,
  body.v45-resources-clean .resource-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:720px){
  body.v45-resources-clean .resource-subnav-v45{position:relative;top:auto;grid-template-columns:1fr;}
  body.v45-resources-clean .resource-grid-v45,
  body.v45-resources-clean .resource-tool-grid,
  body.v45-resources-clean .faq-layout-v45{grid-template-columns:1fr;}
}


/* =========================================================
   V46 RESOURCES CONTENT + NEWS PERFECT REBUILD
   Rich readable resource pages, clean subpage structure, news images + full articles.
   ========================================================= */
body.v46-resources-pro .resource-v46-hero{
  background:linear-gradient(135deg,#05080E 0%,#07111F 58%,#2A1018 100%);
  color:#fff;
  padding:92px 0 78px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
body.v46-resources-pro .resource-v46-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;}
body.v46-resources-pro .resource-v46-hero h1{color:#fff!important;font-size:clamp(42px,5.4vw,76px);line-height:.98;letter-spacing:-.055em;margin:18px 0;}
body.v46-resources-pro .resource-v46-hero p{color:#E5EEF8!important;font-size:18px;line-height:1.75;max-width:820px;}
body.v46-resources-pro .resource-v46-hero-image{border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.20);box-shadow:0 34px 90px rgba(0,0,0,.34);min-height:360px;background:#111827;}
body.v46-resources-pro .resource-v46-hero-image img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block;}
body.v46-resources-pro .v46-section{padding:76px 0;}
body.v46-resources-pro .resource-subnav{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-bottom:38px;}
body.v46-resources-pro .resource-subnav a{background:#fff;border:1px solid #D6DEE8;border-radius:18px;padding:14px 12px;text-decoration:none;box-shadow:0 10px 26px rgba(7,17,31,.05);}
body.v46-resources-pro .resource-subnav a strong{display:block;color:#07111F;font-size:13px;font-weight:950;}
body.v46-resources-pro .resource-subnav a span{display:block;color:#64748B;font-size:11px;font-weight:700;margin-top:4px;}
body.v46-resources-pro .resource-subnav a:hover,body.v46-resources-pro .resource-subnav a.is-active{background:#E51E2A;border-color:#E51E2A;}
body.v46-resources-pro .resource-subnav a:hover strong,body.v46-resources-pro .resource-subnav a:hover span,body.v46-resources-pro .resource-subnav a.is-active strong,body.v46-resources-pro .resource-subnav a.is-active span{color:#fff;}
body.v46-resources-pro .resource-entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
body.v46-resources-pro .resource-entry-card{background:#fff;border:1px solid #D6DEE8;border-radius:28px;padding:26px;text-decoration:none;box-shadow:0 16px 40px rgba(7,17,31,.07);min-height:230px;position:relative;overflow:hidden;}
body.v46-resources-pro .resource-entry-card::after{content:"";position:absolute;right:-46px;top:-46px;width:120px;height:120px;background:rgba(229,30,42,.08);border-radius:999px;}
body.v46-resources-pro .resource-entry-icon{display:inline-flex;background:#07111F;color:#fff;border-radius:999px;padding:8px 12px;font-weight:950;letter-spacing:.08em;font-size:12px;}
body.v46-resources-pro .resource-entry-card h3{color:#07111F!important;font-size:24px;margin:20px 0 10px;}
body.v46-resources-pro .resource-entry-card p{color:#334256!important;line-height:1.65;font-weight:560;}
body.v46-resources-pro .resource-two-col,body.v46-resources-pro .article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:36px;align-items:start;}
body.v46-resources-pro .reading-block,body.v46-resources-pro .resource-post{background:#fff;border:1px solid #D6DEE8;border-radius:32px;padding:38px;box-shadow:0 18px 48px rgba(7,17,31,.07);}
body.v46-resources-pro .reading-block h2,body.v46-resources-pro .resource-post h2{color:#07111F!important;font-size:34px;line-height:1.12;margin:0 0 18px;}
body.v46-resources-pro .reading-block h3,body.v46-resources-pro .resource-post h3{color:#07111F!important;font-size:24px;margin:30px 0 12px;}
body.v46-resources-pro .reading-block p,body.v46-resources-pro .resource-post p{color:#334256!important;font-size:17px;line-height:1.86;margin:0 0 18px;font-weight:520;}
body.v46-resources-pro .resource-side-panel{position:sticky;top:105px;background:#07111F;color:#fff;border-radius:30px;padding:28px;border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 60px rgba(7,17,31,.22);}
body.v46-resources-pro .resource-side-panel h3{color:#fff!important;font-size:24px;margin:0 0 16px;}
body.v46-resources-pro .resource-side-panel a{display:block;color:#E5EEF8;text-decoration:none;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12);font-weight:800;}
body.v46-resources-pro .resource-side-panel a:hover{color:#fff;}
body.v46-resources-pro .resource-article-image,body.v46-resources-pro .post-inline-image{background:#fff;border:1px solid #D6DEE8;border-radius:30px;overflow:hidden;margin:0;box-shadow:0 18px 48px rgba(7,17,31,.08);}
body.v46-resources-pro .resource-article-image img,body.v46-resources-pro .post-inline-image img{display:block;width:100%;height:320px;object-fit:cover;}
body.v46-resources-pro figcaption{padding:12px 18px;color:#64748B;font-size:12px;font-weight:800;background:#F6F8FB;}
body.v46-resources-pro .v46-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
body.v46-resources-pro .v46-step-grid div{background:#fff;border:1px solid #D6DEE8;border-radius:24px;padding:24px;box-shadow:0 14px 34px rgba(7,17,31,.06);}
body.v46-resources-pro .v46-step-grid strong{display:inline-flex;background:#E51E2A;color:#fff;border-radius:999px;padding:8px 12px;font-size:13px;letter-spacing:.08em;}
body.v46-resources-pro .v46-step-grid h3{color:#07111F!important;font-size:22px;margin:18px 0 10px;}
body.v46-resources-pro .v46-step-grid p{color:#334256!important;line-height:1.65;}
body.v46-resources-pro .guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
body.v46-resources-pro .guide-card{display:block;background:#fff;border:1px solid #D6DEE8;border-radius:28px;overflow:hidden;text-decoration:none;box-shadow:0 16px 40px rgba(7,17,31,.07);}
body.v46-resources-pro .guide-card img{width:100%;height:210px;object-fit:cover;display:block;}
body.v46-resources-pro .guide-card h3{color:#07111F!important;font-size:24px;margin:22px 22px 10px;}
body.v46-resources-pro .guide-card p{color:#334256!important;line-height:1.65;font-weight:560;margin:0 22px 24px;}
body.v46-resources-pro .faq-rich-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
body.v46-resources-pro .faq-rich-item{background:#fff;border:1px solid #D6DEE8;border-radius:26px;padding:26px;box-shadow:0 14px 34px rgba(7,17,31,.06);}
body.v46-resources-pro .faq-rich-item h3{color:#07111F!important;font-size:22px;margin:0 0 12px;}
body.v46-resources-pro .faq-rich-item p{color:#334256!important;line-height:1.75;font-weight:560;}
body.v46-resources-pro .case-rich-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
body.v46-resources-pro .case-rich-card{background:#fff;border:1px solid #D6DEE8;border-radius:30px;overflow:hidden;box-shadow:0 16px 40px rgba(7,17,31,.07);}
body.v46-resources-pro .case-rich-card img{width:100%;height:240px;object-fit:cover;display:block;}
body.v46-resources-pro .case-rich-card div{padding:26px;}
body.v46-resources-pro .case-rich-card span,.post-meta span,.news-list-card span{display:inline-flex;background:#E51E2A;color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950;letter-spacing:.06em;}
body.v46-resources-pro .case-rich-card h3{color:#07111F!important;font-size:24px;margin:16px 0 10px;}
body.v46-resources-pro .case-rich-card p{color:#334256!important;line-height:1.7;font-weight:560;}
body.v46-resources-pro .news-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
body.v46-resources-pro .news-list-card{display:grid;grid-template-columns:240px minmax(0,1fr);gap:0;background:#fff;border:1px solid #D6DEE8;border-radius:30px;overflow:hidden;text-decoration:none;box-shadow:0 16px 44px rgba(7,17,31,.07);}
body.v46-resources-pro .news-list-card img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block;}
body.v46-resources-pro .news-list-card div{padding:26px;}
body.v46-resources-pro .news-list-card h3{color:#07111F!important;font-size:25px;line-height:1.15;margin:16px 0 12px;}
body.v46-resources-pro .news-list-card p{color:#334256!important;line-height:1.65;font-weight:560;}
body.v46-resources-pro .news-list-card em{display:inline-flex;margin-top:12px;color:#E51E2A;font-weight:950;font-style:normal;}
body.v46-resources-pro .post-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px;}
body.v46-resources-pro .article-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;padding-top:24px;border-top:1px solid #D6DEE8;}
@media(max-width:1100px){body.v46-resources-pro .resource-v46-hero-grid,body.v46-resources-pro .resource-two-col,body.v46-resources-pro .article-layout{grid-template-columns:1fr;}body.v46-resources-pro .resource-subnav{grid-template-columns:repeat(2,minmax(0,1fr));}body.v46-resources-pro .resource-entry-grid,body.v46-resources-pro .guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));}body.v46-resources-pro .resource-side-panel{position:relative;top:auto;}body.v46-resources-pro .v46-step-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:760px){body.v46-resources-pro .resource-entry-grid,body.v46-resources-pro .guide-grid,body.v46-resources-pro .faq-rich-grid,body.v46-resources-pro .case-rich-grid,body.v46-resources-pro .news-list-grid,body.v46-resources-pro .v46-step-grid{grid-template-columns:1fr;}body.v46-resources-pro .news-list-card{grid-template-columns:1fr;}body.v46-resources-pro .resource-subnav{grid-template-columns:1fr;}body.v46-resources-pro .reading-block,body.v46-resources-pro .resource-post{padding:26px;}body.v46-resources-pro .resource-v46-hero{padding:64px 0;}}


/* =========================================================
   V47 CASE STUDIES DETAIL PAGES
   Full case article pages with independent routing, images and readable B2B content.
   ========================================================= */
body.v47-case-detail .case-linked-card{
  display:block;
  text-decoration:none;
  color:inherit;
}
body.v47-case-detail .case-linked-card:hover{
  transform:translateY(-4px);
  border-color:#E51E2A;
  box-shadow:0 24px 68px rgba(229,30,42,.18);
}
body.v47-case-detail .case-read-more{
  display:inline-flex;
  margin-top:14px;
  color:#E51E2A;
  font-weight:950;
}
body.v47-case-detail .case-v47-grid .case-rich-card img,
body.v47-case-detail .case-related-grid .case-rich-card img{
  aspect-ratio:16/9;
  width:100%;
  object-fit:cover;
}
body.v47-case-detail .case-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:32px;
  align-items:start;
}
body.v47-case-detail .case-detail-article,
body.v47-case-detail .case-detail-aside .case-aside-card{
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:28px;
  box-shadow:0 18px 56px rgba(7,17,31,.08);
}
body.v47-case-detail .case-detail-article{
  padding:34px;
}
body.v47-case-detail .case-category-pill{
  display:inline-flex;
  background:#E51E2A;
  color:#fff;
  border-radius:999px;
  padding:9px 14px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.v47-case-detail .case-detail-article h2{
  color:#07111F!important;
  margin-top:26px;
  font-size:34px;
  line-height:1.08;
}
body.v47-case-detail .case-detail-article p{
  color:#334256!important;
  font-size:17px;
  line-height:1.75;
}
body.v47-case-detail .case-metric-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:26px 0 20px;
}
body.v47-case-detail .case-metric-grid div{
  background:#F6F8FB;
  border:1px solid #D6DEE8;
  border-radius:20px;
  padding:16px;
}
body.v47-case-detail .case-metric-grid span{
  display:block;
  color:#64748B;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
body.v47-case-detail .case-metric-grid strong{
  display:block;
  color:#07111F;
  font-weight:950;
  margin-top:6px;
}
body.v47-case-detail .case-article-section{
  border-top:1px solid #E5EAF1;
  padding-top:22px;
  margin-top:24px;
}
body.v47-case-detail .case-article-image{
  margin:24px 0 0;
  border-radius:26px;
  overflow:hidden;
  border:1px solid #D6DEE8;
  background:#F6F8FB;
}
body.v47-case-detail .case-article-image img{
  display:block;
  width:100%;
  aspect-ratio:16/8;
  object-fit:cover;
}
body.v47-case-detail .case-article-image figcaption{
  padding:12px 16px;
  color:#64748B;
  font-weight:700;
  font-size:13px;
}
body.v47-case-detail .case-route-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
body.v47-case-detail .case-route-card{
  display:block;
  background:#07111F;
  color:#fff;
  border-radius:20px;
  padding:18px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.12);
}
body.v47-case-detail .case-route-card strong{
  display:block;
  color:#fff;
  font-size:17px;
}
body.v47-case-detail .case-route-card span{
  display:block;
  color:#DDE8F5;
  margin-top:8px;
  font-weight:700;
}
body.v47-case-detail .case-detail-aside{
  position:sticky;
  top:106px;
  display:grid;
  gap:16px;
}
body.v47-case-detail .case-detail-aside .case-aside-card{
  padding:22px;
}
body.v47-case-detail .case-aside-card h3{
  color:#07111F!important;
  margin:0 0 8px;
}
body.v47-case-detail .case-aside-card p{
  color:#334256!important;
  line-height:1.6;
}
body.v47-case-detail .case-aside-card.image-card{
  padding:0;
  overflow:hidden;
}
body.v47-case-detail .case-aside-card.image-card img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
body.v47-case-detail .case-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
@media(max-width:1040px){
  body.v47-case-detail .case-detail-layout{grid-template-columns:1fr;}
  body.v47-case-detail .case-detail-aside{position:relative;top:auto;grid-template-columns:repeat(2,minmax(0,1fr));}
  body.v47-case-detail .case-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.v47-case-detail .case-related-grid{grid-template-columns:1fr;}
}
@media(max-width:680px){
  body.v47-case-detail .case-detail-article{padding:24px;}
  body.v47-case-detail .case-detail-aside{grid-template-columns:1fr;}
  body.v47-case-detail .case-route-grid{grid-template-columns:1fr;}
}


/* =========================================================
   V48 EXPANDED CASE STUDIES + 6 PER PAGE PAGINATION
   ========================================================= */
body.v48-expanded-case-studies .case-study-hub{background:#F6F8FB!important;}
body.v48-expanded-case-studies .case-total{display:inline-flex;align-items:center;gap:10px;margin-top:14px;padding:10px 14px;border-radius:999px;background:#07111F;color:#fff;}
body.v48-expanded-case-studies .case-total strong{font-size:22px;color:#fff;line-height:1;}
body.v48-expanded-case-studies .case-total span{color:#DDE8F5;font-weight:900;font-size:13px;}
body.v48-expanded-case-studies .case-filter-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:24px 0 18px;}
body.v48-expanded-case-studies .case-filter-btn,
body.v48-expanded-case-studies .case-pager button{border:1px solid #CBD5E1;background:#fff;color:#07111F;border-radius:999px;padding:9px 14px;font-weight:900;font-size:13px;cursor:pointer;transition:.2s ease;}
body.v48-expanded-case-studies .case-filter-btn:hover,
body.v48-expanded-case-studies .case-filter-btn.is-active,
body.v48-expanded-case-studies .case-pager button:hover,
body.v48-expanded-case-studies .case-pager button.is-active{background:#E51E2A;border-color:#E51E2A;color:#fff;}
body.v48-expanded-case-studies .case-pager{display:flex;align-items:center;justify-content:center;gap:12px;margin:18px 0;}
body.v48-expanded-case-studies .case-page-numbers{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;}
body.v48-expanded-case-studies .case-pager button.is-disabled{opacity:.45;cursor:not-allowed;}
body.v48-expanded-case-studies .case-grid-6{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
body.v48-expanded-case-studies .case-grid-card{background:#fff;border:1px solid #D6DEE8;border-radius:28px;overflow:hidden;text-decoration:none;box-shadow:0 16px 46px rgba(7,17,31,.08);transition:.24s ease;display:flex;flex-direction:column;min-height:100%;}
body.v48-expanded-case-studies .case-grid-card:hover{transform:translateY(-4px);border-color:#E51E2A;box-shadow:0 24px 70px rgba(229,30,42,.15);}
body.v48-expanded-case-studies .case-card-media{height:210px;background:#07111F;overflow:hidden;}
body.v48-expanded-case-studies .case-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s ease;}
body.v48-expanded-case-studies .case-grid-card:hover .case-card-media img{transform:scale(1.04);}
body.v48-expanded-case-studies .case-card-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1;}
body.v48-expanded-case-studies .case-badge{display:inline-flex;align-self:flex-start;background:#E51E2A;color:#fff;border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px;letter-spacing:.02em;}
body.v48-expanded-case-studies .case-card-body h3{color:#07111F!important;font-size:22px;line-height:1.12;margin:0;font-weight:950;}
body.v48-expanded-case-studies .case-card-body p{color:#334256!important;font-size:14px;line-height:1.6;font-weight:560;}
body.v48-expanded-case-studies .case-card-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #E2E8F0;padding-top:14px;}
body.v48-expanded-case-studies .case-card-meta span{color:#64748B;font-weight:800;font-size:12px;}
body.v48-expanded-case-studies .case-card-meta strong{color:#E51E2A;font-size:13px;white-space:nowrap;}
body.v48-expanded-case-studies [data-case-card].is-hidden,
body.v48-expanded-case-studies [data-case-card].is-page-hidden{display:none!important;}
body.v48-expanded-case-studies .case-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start;}
body.v48-expanded-case-studies .case-article{background:#fff;border:1px solid #D6DEE8;border-radius:30px;padding:34px;box-shadow:0 18px 54px rgba(7,17,31,.08);}
body.v48-expanded-case-studies .case-article h2{color:#07111F!important;font-size:32px;line-height:1.12;margin:28px 0 12px;}
body.v48-expanded-case-studies .case-article p,
body.v48-expanded-case-studies .case-article li{color:#334256!important;font-size:16px;line-height:1.8;font-weight:520;}
body.v48-expanded-case-studies .case-article ul{padding-left:22px;}
body.v48-expanded-case-studies .article-image{margin:28px 0;border-radius:26px;overflow:hidden;border:1px solid #D6DEE8;}
body.v48-expanded-case-studies .article-image img{width:100%;display:block;}
body.v48-expanded-case-studies .case-aside{position:sticky;top:110px;display:grid;gap:16px;}
body.v48-expanded-case-studies .case-aside-card{background:#07111F;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:22px;}
body.v48-expanded-case-studies .case-aside-card h3{color:#fff!important;margin:0 0 10px;}
body.v48-expanded-case-studies .case-aside-card p{color:#DDE8F5!important;line-height:1.65;}
body.v48-expanded-case-studies .case-route-link{display:block;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:15px;color:#fff;text-decoration:none;font-weight:850;padding:12px;margin-top:10px;}
body.v48-expanded-case-studies .case-route-link:hover{background:#E51E2A;border-color:#E51E2A;}
@media(max-width:1100px){body.v48-expanded-case-studies .case-grid-6{grid-template-columns:repeat(2,minmax(0,1fr));}body.v48-expanded-case-studies .case-article-layout{grid-template-columns:1fr;}body.v48-expanded-case-studies .case-aside{position:relative;top:auto;}}
@media(max-width:680px){body.v48-expanded-case-studies .case-grid-6{grid-template-columns:1fr;}body.v48-expanded-case-studies .case-card-media{height:190px;}body.v48-expanded-case-studies .case-article{padding:24px;}}


/* =========================================================
   V49 FOOTER SOCIAL / LEGAL LINKS / COOKIE CONSENT
   Adds social media icon jumps, Privacy Policy, Sustainability and cookie preference banner.
   ========================================================= */
body.v49-footer-cookie .v49-footer{
  background:#05080E!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  color:#DDE8F5!important;
  padding:54px 0 24px!important;
}
body.v49-footer-cookie .footer-grid-v49{
  display:grid!important;
  grid-template-columns:1.35fr .85fr .85fr .95fr 1.1fr!important;
  gap:34px!important;
  align-items:start!important;
}
body.v49-footer-cookie .footer-company-copy{
  margin-top:18px!important;
  color:#C8D3E0!important;
  max-width:360px;
}
body.v49-footer-cookie .v49-footer .brand strong,
body.v49-footer-cookie .v49-footer .footer-heading{
  color:#FFFFFF!important;
}
body.v49-footer-cookie .v49-footer .brand span,
body.v49-footer-cookie .v49-footer p,
body.v49-footer-cookie .v49-footer a{
  color:#C8D3E0!important;
}
body.v49-footer-cookie .v49-footer a:hover{
  color:#FFFFFF!important;
}
body.v49-footer-cookie .footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
body.v49-footer-cookie .footer-socials .social-icon{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#111C2A;
  border:1px solid rgba(255,255,255,.18);
  color:#fff!important;
  text-decoration:none;
  transition:.2s ease;
  font-weight:950;
  font-size:15px!important;
  line-height:1;
}
body.v49-footer-cookie .footer-socials .social-icon:hover{
  background:#E51E2A;
  border-color:#E51E2A;
  transform:translateY(-2px);
}
body.v49-footer-cookie .footer-socials .social-icon span{
  color:#fff!important;
}
body.v49-footer-cookie .footer-whatsapp-pill{
  margin-top:12px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border-radius:999px;
  background:#121E2C;
  border:1px solid rgba(255,255,255,.16);
  color:#fff!important;
  font-weight:900;
}
body.v49-footer-cookie .footer-bottom-v49{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-top:38px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#9FB0C3;
  font-size:13px;
}
body.v49-footer-cookie .footer-legal-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
}
body.v49-footer-cookie .footer-legal-links a,
body.v49-footer-cookie .footer-cookie-link{
  color:#DDE8F5!important;
  font-weight:800;
  background:none;
  border:none;
  padding:0;
  cursor:pointer;
  font:inherit;
  text-decoration:none;
}
body.v49-footer-cookie .footer-cookie-link:hover,
body.v49-footer-cookie .footer-legal-links a:hover{
  color:#fff!important;
}
body.v49-footer-cookie .cookie-consent-panel{
  position:fixed;
  left:24px;
  bottom:24px;
  width:min(420px,calc(100vw - 48px));
  background:#FFFFFF;
  color:#07111F;
  border:1px solid #D6DEE8;
  border-radius:24px;
  box-shadow:0 30px 90px rgba(7,17,31,.28);
  padding:22px;
  z-index:99999;
  display:none;
}
body.v49-footer-cookie .cookie-consent-panel.is-visible{display:block;}
body.v49-footer-cookie .cookie-consent-panel h3{
  margin:0 0 10px;
  color:#07111F;
  font-size:22px;
  line-height:1.1;
}
body.v49-footer-cookie .cookie-consent-panel p{
  color:#344256;
  font-size:14px;
  line-height:1.65;
  margin:0 0 16px;
}
body.v49-footer-cookie .cookie-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
body.v49-footer-cookie .cookie-actions button,
body.v49-footer-cookie .cookie-preference-modal button{
  border:none;
  border-radius:999px;
  padding:11px 14px;
  font-weight:900;
  cursor:pointer;
}
body.v49-footer-cookie .cookie-accept{background:#E51E2A;color:#fff;}
body.v49-footer-cookie .cookie-reject{background:#07111F;color:#fff;}
body.v49-footer-cookie .cookie-settings{background:#F1F5F9;color:#07111F;}
body.v49-footer-cookie .cookie-preference-modal{
  position:fixed;
  inset:0;
  display:none;
  place-items:center;
  background:rgba(5,8,14,.62);
  z-index:100000;
  padding:24px;
}
body.v49-footer-cookie .cookie-preference-modal.is-visible{display:grid;}
body.v49-footer-cookie .cookie-modal-card{
  width:min(560px,100%);
  background:#fff;
  border-radius:28px;
  padding:28px;
  box-shadow:0 32px 90px rgba(0,0,0,.38);
}
body.v49-footer-cookie .cookie-modal-card h3{color:#07111F;margin:0 0 12px;font-size:26px;}
body.v49-footer-cookie .cookie-option{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  padding:16px 0;
  border-bottom:1px solid #E2E8F0;
}
body.v49-footer-cookie .cookie-option strong{display:block;color:#07111F;}
body.v49-footer-cookie .cookie-option span{display:block;color:#4A596E;font-size:13px;line-height:1.55;margin-top:4px;}
body.v49-footer-cookie .cookie-option input{width:22px;height:22px;accent-color:#E51E2A;}
body.v49-footer-cookie .cookie-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;}
body.v49-footer-cookie .legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start;}
body.v49-footer-cookie .legal-article{background:#fff;border:1px solid #D6DEE8;border-radius:30px;padding:34px;box-shadow:0 18px 50px rgba(7,17,31,.08);}
body.v49-footer-cookie .legal-article h2{color:#07111F;margin-top:12px;}
body.v49-footer-cookie .legal-article h3{color:#07111F;margin-top:28px;}
body.v49-footer-cookie .legal-article p{color:#344256;line-height:1.82;}
body.v49-footer-cookie .legal-side{position:sticky;top:112px;background:#07111F;color:#fff;border-radius:26px;padding:24px;}
body.v49-footer-cookie .legal-side h3{color:#fff;margin-top:0;}
body.v49-footer-cookie .legal-side a,
body.v49-footer-cookie .legal-side button{display:block;width:100%;text-align:left;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;border-radius:16px;padding:13px 14px;margin-top:10px;font-weight:850;text-decoration:none;cursor:pointer;}
body.v49-footer-cookie .legal-side a:hover,
body.v49-footer-cookie .legal-side button:hover{background:#E51E2A;border-color:#E51E2A;}
@media(max-width:1100px){
  body.v49-footer-cookie .footer-grid-v49{grid-template-columns:1fr 1fr!important;}
  body.v49-footer-cookie .footer-bottom-v49{flex-direction:column;align-items:flex-start;}
  body.v49-footer-cookie .legal-layout{grid-template-columns:1fr;}
  body.v49-footer-cookie .legal-side{position:relative;top:auto;}
}
@media(max-width:680px){
  body.v49-footer-cookie .footer-grid-v49{grid-template-columns:1fr!important;}
  body.v49-footer-cookie .cookie-consent-panel{left:16px;bottom:16px;width:calc(100vw - 32px);}
  body.v49-footer-cookie .cookie-actions button{width:100%;}
}


/* V50 Full social icons */
body.v50-full-social-icons .footer-socials .social-icon{
  position:relative;
  width:46px;
  height:46px;
}
body.v50-full-social-icons .footer-socials .social-icon svg{
  display:block;
  width:20px;
  height:20px;
  fill:currentColor;
  color:currentColor;
}
body.v50-full-social-icons .footer-socials .social-icon .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}


/* V51 Legal pages + cookie footer verification */
body.v51-legal-cookie .legal-content-section{
  background:#F6F8FB!important;
}
body.v51-legal-cookie .legal-grid{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:34px;
  align-items:start;
}
body.v51-legal-cookie .legal-aside{
  position:sticky;
  top:110px;
  background:#07111F;
  border-radius:24px;
  padding:22px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 48px rgba(7,17,31,.18);
}
body.v51-legal-cookie .legal-aside strong{
  display:block;
  color:#fff;
  font-size:15px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}
body.v51-legal-cookie .legal-aside a{
  display:block;
  color:#DDE8F5!important;
  text-decoration:none;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.10);
  font-weight:750;
}
body.v51-legal-cookie .legal-aside a:hover{
  color:#fff!important;
}
body.v51-legal-cookie .legal-article{
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:28px;
  padding:38px;
  box-shadow:0 18px 56px rgba(7,17,31,.08);
}
body.v51-legal-cookie .legal-article h2{
  color:#07111F!important;
  font-size:30px;
  line-height:1.1;
  margin:10px 0 14px;
}
body.v51-legal-cookie .legal-article p{
  color:#334256!important;
  font-size:17px;
  line-height:1.78;
  margin-bottom:22px;
}
body.v51-legal-cookie .footer-legal-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}
body.v51-legal-cookie .footer-cookie-link{
  border:0;
  background:transparent;
  color:#C8D3E0;
  font:inherit;
  cursor:pointer;
  padding:0;
  font-weight:750;
}
body.v51-legal-cookie .footer-cookie-link:hover{
  color:#fff;
}
body.v51-legal-cookie .cookie-consent-panel,
body.v51-legal-cookie .cookie-preference-modal .cookie-modal-card{
  box-shadow:0 24px 80px rgba(7,17,31,.28);
}
@media(max-width:900px){
  body.v51-legal-cookie .legal-grid{grid-template-columns:1fr;}
  body.v51-legal-cookie .legal-aside{position:relative;top:auto;}
  body.v51-legal-cookie .legal-article{padding:26px;}
}


/* V52 Resources legal links + full-width cookie banner */
body.v52-resources-legal-cookie-banner .cookie-consent-panel{
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  max-width:none!important;
  border-radius:0!important;
  border:0!important;
  border-top:1px solid rgba(255,255,255,.20)!important;
  background:#075E94!important;
  color:#fff!important;
  padding:22px clamp(18px,7vw,120px)!important;
  box-shadow:0 -18px 60px rgba(7,17,31,.28)!important;
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
body.v52-resources-legal-cookie-banner .cookie-consent-panel.is-visible{
  display:flex!important;
}
body.v52-resources-legal-cookie-banner .cookie-consent-panel h3{
  display:none!important;
}
body.v52-resources-legal-cookie-banner .cookie-consent-panel p{
  margin:0!important;
}
body.v52-resources-legal-cookie-banner .cookie-banner-copy{
  color:#fff!important;
  font-size:13px;
  line-height:1.45;
  font-weight:650;
  max-width:880px;
}
body.v52-resources-legal-cookie-banner .cookie-banner-copy strong{
  color:#fff!important;
  font-weight:950;
}
body.v52-resources-legal-cookie-banner .cookie-banner-copy a{
  color:#fff!important;
  text-decoration:underline;
  font-weight:950;
}
body.v52-resources-legal-cookie-banner .cookie-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
}
body.v52-resources-legal-cookie-banner .cookie-actions button{
  min-width:166px;
  border-radius:999px!important;
  padding:13px 22px!important;
  font-weight:950!important;
  box-shadow:none!important;
}
body.v52-resources-legal-cookie-banner .cookie-actions .cookie-settings,
body.v52-resources-legal-cookie-banner .cookie-actions .cookie-reject,
body.v52-resources-legal-cookie-banner .cookie-actions .cookie-accept{
  background:#fff!important;
  color:#075E94!important;
}
body.v52-resources-legal-cookie-banner .cookie-actions .cookie-accept{
  color:#075E94!important;
}
body.v52-resources-legal-cookie-banner .cookie-preference-modal .cookie-modal-card{
  border:1px solid #D6DEE8;
}
body.v52-resources-legal-cookie-banner .resources-mega-v44 .mega-list{
  gap:10px;
}
body.v52-resources-legal-cookie-banner .v52-resources-legal-section{
  background:#F6F8FB!important;
}
body.v52-resources-legal-cookie-banner .v52-resource-legal-card h3{
  color:#07111F!important;
}
@media(max-width:980px){
  body.v52-resources-legal-cookie-banner .cookie-consent-panel{
    flex-direction:column;
    align-items:flex-start;
    padding:20px!important;
  }
  body.v52-resources-legal-cookie-banner .cookie-actions{
    width:100%;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:10px;
  }
  body.v52-resources-legal-cookie-banner .cookie-actions button{
    min-width:0;
    flex:1 1 180px;
  }
}

/* V55 Building + Decorative Film Added */
body.v55-building-decorative-added .building-glass-family-split .product-card h3{
  color:#07111F!important;
}
body.v55-building-decorative-added .building-glass-family-split .product-card p{
  color:#334256!important;
}

/* V56 Building Window Film Independent Series */
body.v56-building-independent .building-glass-family-split .product-card h3,
body.v56-building-independent #building-window-film-independent-route .product-card h3{
  color:#07111F!important;
}
body.v56-building-independent #building-window-film-independent-route{
  background:#F6F8FB!important;
}
body.v56-building-independent .mega-item[href$="building-window-film.html"] strong{
  color:#FFFFFF;
}

/* V57 Window Film Series Gap Fix */
body.v57-window-series-gap-fix .building-independent-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 24px;
  border:1px solid #D6DEE8;
  border-radius:24px;
  background:#FFFFFF;
  box-shadow:0 14px 42px rgba(7,17,31,.08);
}
body.v57-window-series-gap-fix .building-independent-note strong{
  color:#07111F;
  font-size:18px;
  font-weight:950;
}
body.v57-window-series-gap-fix .building-independent-note span{
  color:#334256;
  font-weight:560;
  flex:1;
}
@media(max-width:760px){
  body.v57-window-series-gap-fix .building-independent-note{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* V58 Full Page Image Implant */
body.v58-full-image-implant .visual-implant-section .section-head{
  max-width:820px;
}
body.v58-full-image-implant .visual-implant-card .card-inner{
  padding:24px;
}
body.v58-full-image-implant .visual-implant-card h3{
  color:#07111F!important;
  font-size:24px;
  line-height:1.18;
}
body.v58-full-image-implant .visual-implant-card p{
  color:#4E5C6E!important;
  min-height:88px;
}
body.v58-full-image-implant .visual-implant-card .tags{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
}
body.v58-full-image-implant .visual-implant-card .tag{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#F4F7FB;
  border:1px solid #DCE3EC;
  color:#07111F;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
body.v58-full-image-implant .visual-implant-section.section-ice .visual-implant-card .tag{
  background:#fff;
}


/* V60 Final Full Image Complete */
body.v60-full-image-complete .v60-commercial-image-section .section-intro{max-width:860px;margin-bottom:26px}
body.v60-full-image-complete .v60-image-card .card-inner{padding:24px}
body.v60-full-image-complete .v60-image-card h3{font-size:24px;line-height:1.18;margin-bottom:10px}
body.v60-full-image-complete .v60-image-card p{color:#536172;min-height:72px}
body.v60-full-image-complete .v60-image-card .media-box{height:240px;border-radius:22px;margin-bottom:18px}
body.v60-full-image-complete .v60-image-card .media-box img{display:block;width:100%;height:100%;object-fit:cover}
@media(max-width:760px){body.v60-full-image-complete .v60-image-card .media-box{height:220px}body.v60-full-image-complete .v60-image-card p{min-height:0}}


/* V64 Hierarchical Product Architecture */
body.v64-product-architecture .v64-home-subcategory-section .grid-4,
body.v64-product-architecture .grid-5{
  align-items:stretch;
}
body.v64-product-architecture .grid-5{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
body.v64-product-architecture .grid-5 .media-box{
  height:170px;
}
body.v64-product-architecture .grid-5 h3{
  font-size:18px;
  line-height:1.2;
}
body.v64-product-architecture .grid-5 p{
  min-height:44px;
  font-size:13px;
}
body.v64-product-architecture .mega-item-parent{
  border-color:#E51E2A!important;
}
body.v64-product-architecture .v64-hierarchy-grid{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:16px;
  align-items:stretch;
}
body.v64-product-architecture .v64-tree-card{
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 42px rgba(7,17,31,.08);
}
body.v64-product-architecture .v64-tree-card strong{
  display:block;
  font-size:22px;
  color:#07111F;
}
body.v64-product-architecture .v64-tree-card span{
  display:inline-flex;
  margin:10px 0;
  padding:7px 11px;
  border-radius:999px;
  background:#E51E2A;
  color:#fff;
  font-weight:850;
  font-size:12px;
}
body.v64-product-architecture .v64-tree-card p{
  color:#536172;
  line-height:1.65;
}
body.v64-product-architecture .v64-tree-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#E51E2A;
  font-size:34px;
  font-weight:900;
}
@media(max-width:1100px){
  body.v64-product-architecture .grid-5{grid-template-columns:repeat(3,minmax(0,1fr));}
  body.v64-product-architecture .v64-hierarchy-grid{grid-template-columns:1fr;}
  body.v64-product-architecture .v64-tree-arrow{transform:rotate(90deg);}
}
@media(max-width:760px){
  body.v64-product-architecture .grid-5{grid-template-columns:1fr;}
}


/* V65 True Product Architecture Rebuild */
body.v65-product-architecture .v65-family-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
body.v65-product-architecture .v65-family-card{
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:30px;
  padding:24px;
  box-shadow:0 18px 56px rgba(7,17,31,.09);
}
body.v65-product-architecture .v65-family-card .media-box{
  height:230px;
  border-radius:24px;
}
body.v65-product-architecture .v65-family-card h3{
  color:#07111F;
  font-size:28px;
  line-height:1.08;
  margin-top:18px;
}
body.v65-product-architecture .v65-family-card p{
  color:#536172;
  line-height:1.7;
  margin:12px 0 18px;
}
body.v65-product-architecture .v65-mini-routes{
  display:grid;
  gap:9px;
}
body.v65-product-architecture .v65-mini-routes a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 13px;
  border-radius:14px;
  background:#F6F8FB;
  border:1px solid #DDE6F0;
  color:#07111F;
  text-decoration:none;
  font-weight:850;
}
body.v65-product-architecture .v65-mini-routes a::after{
  content:"→";
  color:#E51E2A;
  font-weight:950;
}
body.v65-product-architecture .grid-5{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
body.v65-product-architecture .grid-5 .media-box{
  height:170px;
}
body.v65-product-architecture .grid-5 h3{
  font-size:18px;
  line-height:1.2;
}
body.v65-product-architecture .grid-5 p{
  min-height:44px;
  font-size:13px;
}
body.v65-product-architecture .v64-hierarchy-grid{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:16px;
  align-items:stretch;
}
body.v65-product-architecture .v64-tree-card{
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 42px rgba(7,17,31,.08);
}
body.v65-product-architecture .v64-tree-card strong{
  display:block;
  font-size:22px;
  color:#07111F;
}
body.v65-product-architecture .v64-tree-card span{
  display:inline-flex;
  margin:10px 0;
  padding:7px 11px;
  border-radius:999px;
  background:#E51E2A;
  color:#fff;
  font-weight:850;
  font-size:12px;
}
body.v65-product-architecture .v64-tree-card p{
  color:#536172;
  line-height:1.65;
}
body.v65-product-architecture .v64-tree-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#E51E2A;
  font-size:34px;
  font-weight:900;
}
@media(max-width:1100px){
  body.v65-product-architecture .v65-family-grid{grid-template-columns:1fr;}
  body.v65-product-architecture .grid-5{grid-template-columns:repeat(3,minmax(0,1fr));}
  body.v65-product-architecture .v64-hierarchy-grid{grid-template-columns:1fr;}
  body.v65-product-architecture .v64-tree-arrow{transform:rotate(90deg);}
}
@media(max-width:760px){
  body.v65-product-architecture .grid-5{grid-template-columns:1fr;}
}


/* V66 Final Architecture & SEO Cleanup */
body.v66-final-architecture .mega-list .mega-item-parent{
  border-color:#E51E2A!important;
}
body.v66-final-architecture .v66-family-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}
body.v66-final-architecture .v66-family-card{
  display:block;
  text-decoration:none;
  color:inherit;
  background:#fff;
  border:1px solid #D6DEE8;
  border-radius:30px;
  padding:24px;
  box-shadow:0 18px 56px rgba(7,17,31,.09);
}
body.v66-final-architecture .v66-family-card .media-box{
  height:250px;
  border-radius:24px;
}
body.v66-final-architecture .v66-family-card h3{
  color:#07111F;
  font-size:30px;
  line-height:1.08;
  margin-top:18px;
}
body.v66-final-architecture .v66-family-card p{
  color:#536172;
  line-height:1.72;
  margin:12px 0 18px;
}
body.v66-final-architecture .v66-family-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
body.v66-final-architecture .v66-family-links span{
  padding:8px 11px;
  border-radius:999px;
  border:1px solid #DDE6F0;
  background:#F6F8FB;
  color:#07111F;
  font-size:12px;
  font-weight:850;
}
body.v66-final-architecture .grid-5{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
body.v66-final-architecture .grid-5 .media-box{
  height:170px;
}
body.v66-final-architecture .grid-5 h3{
  font-size:18px;
  line-height:1.2;
}
body.v66-final-architecture .grid-5 p{
  min-height:44px;
  font-size:13px;
}
@media(max-width:1100px){
  body.v66-final-architecture .v66-family-grid{grid-template-columns:1fr;}
  body.v66-final-architecture .grid-5{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  body.v66-final-architecture .grid-5{grid-template-columns:1fr;}
}


/* V67 Homepage Layout & Length Cleanup */
body.v67-homepage-cleanup .v67-proof-overview{
  padding:86px 0;
  background:#F6F8FB;
}
body.v67-homepage-cleanup .v67-proof-overview .section-head{
  margin-bottom:34px;
}
body.v67-homepage-cleanup .v67-proof-overview .section-head h2{
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  letter-spacing:-.04em;
}
body.v67-homepage-cleanup .v67-proof-overview .section-head p{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}
body.v67-homepage-cleanup .v67-proof-grid{
  align-items:stretch;
}
body.v67-homepage-cleanup .v67-proof-grid .product-card{
  height:100%;
}
body.v67-homepage-cleanup .v67-proof-grid .card-inner{
  height:100%;
  display:flex;
  flex-direction:column;
}
body.v67-homepage-cleanup .v67-proof-grid .media-box{
  height:220px;
  border-radius:22px;
  margin-bottom:20px;
}
body.v67-homepage-cleanup .v67-proof-grid h3{
  font-size:25px;
  line-height:1.16;
  min-height:58px;
}
body.v67-homepage-cleanup .v67-proof-grid p{
  color:#536172!important;
  line-height:1.7;
  min-height:82px;
}
body.v67-homepage-cleanup .v67-proof-grid .tags{
  margin-top:auto;
}
@media(max-width:900px){
  body.v67-homepage-cleanup .v67-proof-grid{
    grid-template-columns:1fr;
  }
  body.v67-homepage-cleanup .v67-proof-grid h3,
  body.v67-homepage-cleanup .v67-proof-grid p{
    min-height:0;
  }
}


/* V68 Resources Navigation Cleanup */
body.v68-resources-cleanup .resources-mega-v44 .mega-grid{
  align-items:start;
}
body.v68-resources-cleanup .resources-mega-v44 .mega-list{
  gap:10px;
}
body.v68-resources-cleanup .resources-mega-v44 .mega-panel .mega-list a{
  min-height:0;
}
body.v68-resources-cleanup .v68-resource-grid{
  align-items:stretch;
}
body.v68-resources-cleanup .v68-resource-card .card-inner{
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
body.v68-resources-cleanup .v68-resource-card h3{
  color:#07111F;
  font-size:24px;
  line-height:1.18;
}
body.v68-resources-cleanup .v68-resource-card p{
  color:#536172;
  line-height:1.65;
}
body.v68-resources-cleanup .v68-tool-card{
  border-color:#F2B7BC;
}
body.v68-resources-cleanup .v68-resource-jump{
  padding:24px 0;
}
body.v68-resources-cleanup .v68-resource-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
body.v68-resources-cleanup .v68-resource-tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 15px;
  border:1px solid #D6DEE8;
  border-radius:999px;
  color:#07111F;
  background:#fff;
  text-decoration:none;
  font-weight:850;
  font-size:13px;
}
body.v68-resources-cleanup .v68-resource-tab.is-active,
body.v68-resources-cleanup .v68-resource-tab:hover{
  background:#E51E2A;
  border-color:#E51E2A;
  color:#fff;
}
@media(max-width:900px){
  body.v68-resources-cleanup .v68-resource-card .card-inner{
    min-height:0;
  }
}

/* =========================================================
   V73 Final Visual Spacing Polish
   Purpose: final manual spacing rhythm for premium B2B visual balance.
   This layer standardizes hero, section, card, grid, dropdown, footer and mobile spacing.
   ========================================================= */
body.v73-final-visual-spacing{
  --v73-container:1240px;
  --v73-section-y:88px;
  --v73-section-y-tight:72px;
  --v73-section-y-large:104px;
  --v73-gap-xs:10px;
  --v73-gap-sm:16px;
  --v73-gap-md:24px;
  --v73-gap-lg:34px;
  --v73-radius-card:26px;
  --v73-radius-media:22px;
  line-height:1.62;
  text-rendering:optimizeLegibility;
}
body.v73-final-visual-spacing .container{
  width:min(100% - 48px,var(--v73-container));
}
body.v73-final-visual-spacing section{
  padding-top:var(--v73-section-y);
  padding-bottom:var(--v73-section-y);
}
body.v73-final-visual-spacing .section-white,
body.v73-final-visual-spacing .section-soft,
body.v73-final-visual-spacing .section-ice,
body.v73-final-visual-spacing .section-steel,
body.v73-final-visual-spacing .section-warm{
  border-top:1px solid rgba(214,222,232,.36);
}
body.v73-final-visual-spacing .section-head,
body.v73-final-visual-spacing .v11-section-title,
body.v73-final-visual-spacing .v12-section-title,
body.v73-final-visual-spacing .final-section-title{
  max-width:860px;
  margin:0 auto 42px;
  text-align:center;
}
body.v73-final-visual-spacing .final-section-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  text-align:left;
  max-width:none;
}
body.v73-final-visual-spacing .section-head h2,
body.v73-final-visual-spacing .final-section-title h2,
body.v73-final-visual-spacing .v11-section-title h2,
body.v73-final-visual-spacing .v12-section-title h2{
  line-height:1.07;
  letter-spacing:-.035em;
  margin:0;
}
body.v73-final-visual-spacing .section-head p,
body.v73-final-visual-spacing .final-section-title p,
body.v73-final-visual-spacing .v11-section-title p,
body.v73-final-visual-spacing .v12-section-title p{
  margin-top:16px;
  line-height:1.72;
  max-width:760px;
}
body.v73-final-visual-spacing .final-section-title>p{
  margin-top:0;
  max-width:430px;
}
body.v73-final-visual-spacing .kicker{
  margin-bottom:14px;
  padding:7px 13px;
  line-height:1.1;
}
body.v73-final-visual-spacing h1,
body.v73-final-visual-spacing h2,
body.v73-final-visual-spacing h3{
  text-wrap:balance;
}
body.v73-final-visual-spacing p{
  text-wrap:pretty;
}

/* Header and dropdown spacing */
body.v73-final-visual-spacing .navbar{
  height:84px;
  gap:22px;
}
body.v73-final-visual-spacing .nav{
  gap:8px;
}
body.v73-final-visual-spacing .nav-link{
  padding:10px 12px;
  border-radius:13px;
}
body.v73-final-visual-spacing .mega,
body.v73-final-visual-spacing.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega{
  width:min(1060px,calc(100vw - 40px))!important;
  max-width:calc(100vw - 40px)!important;
  border-radius:0 0 26px 26px!important;
  box-shadow:0 34px 90px rgba(0,0,0,.30)!important;
}
body.v73-final-visual-spacing .mega-panel,
body.v73-final-visual-spacing.v28-contrast-clarity.v29-nav-fix.v30-mega-fix .mega-panel{
  padding:24px 24px!important;
}
body.v73-final-visual-spacing .mega-title{
  font-size:clamp(22px,2vw,27px)!important;
  line-height:1.1;
}
body.v73-final-visual-spacing .mega-text{
  margin-top:10px;
  line-height:1.62;
}
body.v73-final-visual-spacing .mega-list,
body.v73-final-visual-spacing .resource-mega-card-grid{
  gap:12px!important;
}
body.v73-final-visual-spacing .mega-item{
  padding:15px 16px!important;
  border-radius:17px!important;
}
body.v73-final-visual-spacing .mega-item strong{
  line-height:1.22;
  margin-bottom:6px;
}
body.v73-final-visual-spacing .mega-item span{
  line-height:1.45;
}
body.v73-final-visual-spacing .resources-mega-v44,
body.v73-final-visual-spacing.v44-resources-layout .resources-mega-v44{
  width:min(1040px,calc(100vw - 40px))!important;
}
body.v73-final-visual-spacing .resources-mega-grid-v44,
body.v73-final-visual-spacing.v44-resources-layout .resources-mega-grid-v44{
  grid-template-columns:.82fr 1.5fr .82fr!important;
}

/* Homepage hero rhythm */
body.v73-final-visual-spacing .hero-carousel{
  min-height:750px;
}
body.v73-final-visual-spacing .hero-carousel-track{
  height:750px;
}
body.v73-final-visual-spacing .hero-slide .container{
  gap:46px;
}
body.v73-final-visual-spacing .hero-copy{
  max-width:680px;
}
body.v73-final-visual-spacing .hero-copy h1{
  line-height:.98;
  letter-spacing:-.05em;
}
body.v73-final-visual-spacing .hero-copy p{
  margin-top:22px;
  line-height:1.72;
  max-width:660px;
}
body.v73-final-visual-spacing .hero-slide-badges{
  margin-top:24px;
  gap:10px;
}
body.v73-final-visual-spacing .hero-actions{
  margin-top:28px;
  gap:13px;
}
body.v73-final-visual-spacing .hero-stats{
  margin-top:34px;
  gap:16px;
}
body.v73-final-visual-spacing .hero-overlay-card{
  padding:24px!important;
  border-radius:24px!important;
}

/* Inner page hero rhythm */
body.v73-final-visual-spacing .page-hero,
body.v73-final-visual-spacing .resources-hero,
body.v73-final-visual-spacing .resource-v46-hero,
body.v73-final-visual-spacing .window-series-hero,
body.v73-final-visual-spacing .window-final-hero,
body.v73-final-visual-spacing .case-detail-hero,
body.v73-final-visual-spacing .series-detail-hero,
body.v73-final-visual-spacing .integrated-route-hero,
body.v73-final-visual-spacing .reference-series-hero{
  padding-top:74px!important;
  padding-bottom:78px!important;
}
body.v73-final-visual-spacing .page-hero .hero-grid,
body.v73-final-visual-spacing .hero-grid,
body.v73-final-visual-spacing .split{
  gap:46px;
  align-items:center;
}
body.v73-final-visual-spacing .breadcrumb{
  margin-bottom:16px;
}
body.v73-final-visual-spacing .anchor-grid{
  gap:14px;
  margin-top:30px;
}

/* Grid and card rhythm */
body.v73-final-visual-spacing .grid-2{gap:30px;}
body.v73-final-visual-spacing .grid-3{gap:26px;}
body.v73-final-visual-spacing .grid-4{gap:22px;}
body.v73-final-visual-spacing .grid-5{gap:18px;}
body.v73-final-visual-spacing .grid-6{gap:16px;}
body.v73-final-visual-spacing .product-grid,
body.v73-final-visual-spacing .download-grid,
body.v73-final-visual-spacing .final-card-grid,
body.v73-final-visual-spacing .video-proof-grid,
body.v73-final-visual-spacing .v68-resource-grid,
body.v73-final-visual-spacing .v66-family-grid{
  gap:26px!important;
  align-items:stretch;
}
body.v73-final-visual-spacing .card,
body.v73-final-visual-spacing .product-card,
body.v73-final-visual-spacing .download-card,
body.v73-final-visual-spacing .series-card,
body.v73-final-visual-spacing .case-card,
body.v73-final-visual-spacing .v66-family-card{
  border-radius:var(--v73-radius-card)!important;
}
body.v73-final-visual-spacing .card-inner,
body.v73-final-visual-spacing .product-card .card-inner,
body.v73-final-visual-spacing .v66-family-card,
body.v73-final-visual-spacing .download-card{
  padding:26px!important;
}
body.v73-final-visual-spacing .media-box,
body.v73-final-visual-spacing .visual-media,
body.v73-final-visual-spacing .implanted-media{
  border-radius:var(--v73-radius-media)!important;
  margin-bottom:20px!important;
}
body.v73-final-visual-spacing .product-card h3,
body.v73-final-visual-spacing .card h3,
body.v73-final-visual-spacing .download-card h3,
body.v73-final-visual-spacing .series-card-title{
  margin:0 0 10px!important;
  line-height:1.18!important;
}
body.v73-final-visual-spacing .product-card p,
body.v73-final-visual-spacing .card p,
body.v73-final-visual-spacing .download-card p{
  line-height:1.66!important;
  margin-top:8px;
}
body.v73-final-visual-spacing .tags,
body.v73-final-visual-spacing .v66-family-links,
body.v73-final-visual-spacing .hero-actions{
  display:flex;
  flex-wrap:wrap;
}
body.v73-final-visual-spacing .tags{
  gap:8px!important;
  margin-top:18px!important;
}
body.v73-final-visual-spacing .tag,
body.v73-final-visual-spacing .v66-family-links span{
  padding:7px 11px!important;
  line-height:1.15;
}
body.v73-final-visual-spacing .btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
body.v73-final-visual-spacing .btn-small{
  min-height:38px;
}

/* Product architecture and gallery rhythm */
body.v73-final-visual-spacing .v66-family-card .media-box{
  height:236px!important;
}
body.v73-final-visual-spacing .v66-family-card h3{
  margin-top:18px!important;
  margin-bottom:12px!important;
}
body.v73-final-visual-spacing .series-gallery,
body.v73-final-visual-spacing .series-gallery-grid,
body.v73-final-visual-spacing .gallery-grid,
body.v73-final-visual-spacing .window-color-grid,
body.v73-final-visual-spacing .color-wall-grid{
  gap:18px!important;
}
body.v73-final-visual-spacing .series-gallery-slide,
body.v73-final-visual-spacing .gallery-card,
body.v73-final-visual-spacing .color-card{
  border-radius:20px!important;
}
body.v73-final-visual-spacing .window-color-wall-section,
body.v73-final-visual-spacing .series-color-wall-section,
body.v73-final-visual-spacing .full-color-wall{
  padding-top:82px!important;
  padding-bottom:88px!important;
}
body.v73-final-visual-spacing .series-sheet-section,
body.v73-final-visual-spacing .case-article-section,
body.v73-final-visual-spacing .v46-section,
body.v73-final-visual-spacing .v60-commercial-image-section,
body.v73-final-visual-spacing .visual-implant-section{
  padding-top:78px!important;
  padding-bottom:78px!important;
}
body.v73-final-visual-spacing table{
  border-spacing:0;
}
body.v73-final-visual-spacing .table-wrap,
body.v73-final-visual-spacing .spec-table,
body.v73-final-visual-spacing .data-table{
  margin-top:24px!important;
  border-radius:22px!important;
  overflow:hidden;
}

/* Resource pages and tabs */
body.v73-final-visual-spacing .v68-resource-jump{
  padding:22px 0!important;
}
body.v73-final-visual-spacing .v68-resource-tabs{
  gap:9px!important;
}
body.v73-final-visual-spacing .v68-resource-tab{
  padding:9px 14px!important;
  line-height:1.15;
}
body.v73-final-visual-spacing .v68-resource-card .card-inner{
  min-height:176px!important;
}

/* Forms and CTAs */
body.v73-final-visual-spacing .form-grid,
body.v73-final-visual-spacing form{
  gap:18px;
}
body.v73-final-visual-spacing input,
body.v73-final-visual-spacing textarea,
body.v73-final-visual-spacing select{
  min-height:46px;
}
body.v73-final-visual-spacing .section-red .split,
body.v73-final-visual-spacing .section-dark .split{
  gap:52px;
}
body.v73-final-visual-spacing .whatsapp-card{
  border-radius:26px!important;
  padding:30px!important;
}

/* Footer: calmer spacing, readable columns and separated legal links */
body.v73-final-visual-spacing .footer,
body.v73-final-visual-spacing.v49-footer-cookie .v49-footer{
  padding:58px 0 34px!important;
}
body.v73-final-visual-spacing .footer-grid-v49,
body.v73-final-visual-spacing.v49-footer-cookie .footer-grid-v49{
  grid-template-columns:1.38fr .78fr .78fr .92fr 1.1fr!important;
  gap:32px!important;
  align-items:start!important;
}
body.v73-final-visual-spacing .footer-company-copy{
  margin-top:16px!important;
  max-width:380px;
  line-height:1.72!important;
}
body.v73-final-visual-spacing .footer-heading{
  margin-bottom:12px!important;
  line-height:1.15!important;
}
body.v73-final-visual-spacing .footer a,
body.v73-final-visual-spacing .footer p{
  line-height:1.62!important;
}
body.v73-final-visual-spacing .footer a{
  margin-bottom:7px;
}
body.v73-final-visual-spacing .footer-socials{
  margin-top:20px!important;
  gap:10px!important;
}
body.v73-final-visual-spacing .footer-socials .social-icon{
  width:42px!important;
  height:42px!important;
}
body.v73-final-visual-spacing .footer-legal-entry-v73{
  margin-top:12px!important;
  padding-top:11px!important;
  border-top:1px solid rgba(255,255,255,.10);
  color:#AEBBD0!important;
  font-size:13px!important;
}
body.v73-final-visual-spacing .footer-legal-entry-v73 + .footer-legal-entry-v73{
  margin-top:0!important;
  padding-top:0!important;
  border-top:none;
}
body.v73-final-visual-spacing .footer-bottom-v49{
  margin-top:30px!important;
  padding-top:18px!important;
}
body.v73-final-visual-spacing .footer-whatsapp-pill{
  margin-top:10px!important;
  padding:11px 15px!important;
}
body.v73-final-visual-spacing .whatsapp-float{
  right:22px!important;
  bottom:22px!important;
}
body.v73-final-visual-spacing .v15-sticky-bottom{
  bottom:18px!important;
  padding:10px 12px!important;
  gap:18px!important;
  width:min(900px,calc(100vw - 48px));
}
body.v73-final-visual-spacing .v15-sticky-bottom .actions{
  gap:9px!important;
}

/* Mobile rhythm */
@media(max-width:1160px){
  body.v73-final-visual-spacing .container{width:min(100% - 40px,var(--v73-container));}
  body.v73-final-visual-spacing .hero-carousel,
  body.v73-final-visual-spacing .hero-carousel-track{height:auto;min-height:700px;}
  body.v73-final-visual-spacing .hero-slide .container,
  body.v73-final-visual-spacing .hero-grid,
  body.v73-final-visual-spacing .split,
  body.v73-final-visual-spacing .page-hero .hero-grid{gap:34px;}
  body.v73-final-visual-spacing .grid-5,
  body.v73-final-visual-spacing .grid-6{grid-template-columns:repeat(3,minmax(0,1fr));}
  body.v73-final-visual-spacing .footer-grid-v49,
  body.v73-final-visual-spacing.v49-footer-cookie .footer-grid-v49{grid-template-columns:1.25fr 1fr 1fr!important;gap:28px!important;}
  body.v73-final-visual-spacing .final-section-title{display:block;text-align:center;}
  body.v73-final-visual-spacing .final-section-title>p{max-width:720px;margin:14px auto 0;}
}
@media(max-width:760px){
  body.v73-final-visual-spacing .container{width:min(100% - 28px,var(--v73-container));}
  body.v73-final-visual-spacing section{padding-top:66px!important;padding-bottom:66px!important;}
  body.v73-final-visual-spacing .page-hero,
  body.v73-final-visual-spacing .resources-hero,
  body.v73-final-visual-spacing .resource-v46-hero,
  body.v73-final-visual-spacing .window-series-hero,
  body.v73-final-visual-spacing .window-final-hero,
  body.v73-final-visual-spacing .case-detail-hero,
  body.v73-final-visual-spacing .series-detail-hero,
  body.v73-final-visual-spacing .integrated-route-hero,
  body.v73-final-visual-spacing .reference-series-hero{padding-top:56px!important;padding-bottom:64px!important;}
  body.v73-final-visual-spacing .hero-carousel,
  body.v73-final-visual-spacing .hero-carousel-track{min-height:680px;}
  body.v73-final-visual-spacing .section-head{margin-bottom:30px!important;}
  body.v73-final-visual-spacing .section-head p{font-size:16px!important;line-height:1.68!important;}
  body.v73-final-visual-spacing .hero-actions{gap:10px;margin-top:22px;}
  body.v73-final-visual-spacing .card-inner,
  body.v73-final-visual-spacing .product-card .card-inner,
  body.v73-final-visual-spacing .download-card{padding:22px!important;}
  body.v73-final-visual-spacing .media-box{height:190px!important;}
  body.v73-final-visual-spacing .grid-2,
  body.v73-final-visual-spacing .grid-3,
  body.v73-final-visual-spacing .grid-4,
  body.v73-final-visual-spacing .grid-5,
  body.v73-final-visual-spacing .grid-6,
  body.v73-final-visual-spacing .download-grid,
  body.v73-final-visual-spacing .final-card-grid,
  body.v73-final-visual-spacing .v68-resource-grid,
  body.v73-final-visual-spacing .v66-family-grid{gap:18px!important;grid-template-columns:1fr!important;}
  body.v73-final-visual-spacing .footer-grid-v49,
  body.v73-final-visual-spacing.v49-footer-cookie .footer-grid-v49{grid-template-columns:1fr!important;gap:24px!important;}
  body.v73-final-visual-spacing .footer{padding:46px 0 28px!important;}
  body.v73-final-visual-spacing .whatsapp-float .label{display:none!important;}
  body.v73-final-visual-spacing .whatsapp-float{right:16px!important;bottom:16px!important;width:54px!important;height:54px!important;padding:0!important;border-radius:50%!important;}
  body.v73-final-visual-spacing .v15-sticky-bottom{position:static!important;width:auto;margin:22px 14px 0;border-radius:24px!important;flex-direction:column;align-items:stretch!important;}
}
