
:root{
  --navy:#06142e;
  --navy2:#081f46;
  --navy3:#0b2f68;
  --ink:#07101f;
  --muted:#64748b;
  --line:#d9e2ee;
  --gold:#d4a63a;
  --gold2:#f3d27a;
  --cyan:#60e7ff;
  --ice:#f7fbff;
  --white:#ffffff;
  --shadow:0 28px 90px rgba(3,12,28,.20);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55;background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;font-weight:900;color:var(--gold)}
h1,h2,h3{font-family:"Space Grotesk",Inter,sans-serif;line-height:1.02;margin:0}
h1{font-size:clamp(3.3rem,7.2vw,7rem);letter-spacing:-.075em}
h2{font-size:clamp(2.25rem,4.3vw,4.4rem);letter-spacing:-.055em}
h3{font-size:clamp(1.2rem,2vw,1.6rem);letter-spacing:-.025em}
p{margin:0;color:var(--muted)}
.btn{display:inline-flex;align-items:center;gap:.65rem;border-radius:999px;padding:1rem 1.25rem;font-weight:900;letter-spacing:.01em;border:1px solid rgba(255,255,255,.18);transition:.24s ease;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#06142e;border-color:transparent;box-shadow:0 18px 44px rgba(212,166,58,.30)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 24px 60px rgba(212,166,58,.38)}
.btn-secondary{background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(12px)}
.btn-secondary:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--navy);border-color:#e3eaf4}
.btn-light:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.announcement{background:linear-gradient(90deg,#020817,#071e45 58%,#031124);color:#cbd5e1;font-size:.86rem;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden;white-space:nowrap}

.announcement strong{color:#fff}.announcement a{color:var(--gold2);font-weight:950}

/* Header and bold logo */
.header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(8,28,63,.10)}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;min-width:320px}
.brand-logo{
  height:74px;width:auto;opacity:1!important;filter:none!important;
  background:#fff;border-radius:20px;padding:7px 13px;border:1px solid rgba(8,28,63,.12);
  box-shadow:0 16px 40px rgba(4,16,40,.16);
  transform:translateZ(0);
}
.nav-links{display:flex;gap:.5rem;align-items:center}
.nav-item{position:relative}
.nav-link{
  position:relative;display:flex;align-items:center;gap:.42rem;
  padding:.92rem 1.05rem;border-radius:999px;
  font-weight:950;font-size:.86rem;letter-spacing:.075em;text-transform:uppercase;
  color:#07152f;border:1px solid rgba(8,28,63,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(246,249,253,.68));
  box-shadow:0 8px 22px rgba(4,16,40,.045);
  transition:.24s ease;
}
.nav-link:hover{
  color:#06142e;
  border-color:rgba(212,166,58,.45);
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,248,228,.92));
  box-shadow:0 14px 34px rgba(4,16,40,.11);
  transform:translateY(-1px);
}
.nav-link::after{
  content:"⌄";font-size:.82rem;color:#b18424;font-weight:900;
  transform:translateY(-1px);
}
.nav-link::before{
  content:"";position:absolute;left:18px;right:18px;bottom:7px;height:2px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:0;transform:scaleX(.55);transition:.24s ease;
}
.nav-link:hover::before{opacity:1;transform:scaleX(1)}

.nav-plain::after{content:""}
.nav-plain{
  background:linear-gradient(135deg,#06142e,#0a2f68);
  color:#fff;border-color:rgba(212,166,58,.28);
  box-shadow:0 12px 32px rgba(6,20,46,.18);
}
.nav-plain:hover{
  color:#06142e;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  border-color:transparent;
}
.nav-actions{display:flex;align-items:center;gap:.7rem}
.mega{position:absolute;left:50%;top:100%;transform:translateX(-50%) translateY(12px);width:min(930px,92vw);background:#fff;border:1px solid #dce4ef;border-radius:26px;padding:1rem;box-shadow:0 36px 90px rgba(4,14,35,.20);display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:.75rem;opacity:0;pointer-events:none;transition:.2s ease}
.nav-item:hover .mega{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.mega .feature{background:radial-gradient(circle at 10% 15%,rgba(96,231,255,.14),transparent 34%),linear-gradient(135deg,#06142e,#0b306a);border-radius:22px;padding:1.25rem;color:#fff;min-height:235px;position:relative;overflow:hidden}
.mega .feature:after{content:"";position:absolute;width:240px;height:240px;right:-100px;bottom:-110px;border-radius:50%;border:32px solid rgba(212,166,58,.20)}
.mega .feature p{color:#c9d7e8;margin:.75rem 0 1.1rem}
.mega h4{margin:.15rem 0 .6rem;color:#7c8aa0;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem}
.mega a.item{display:block;padding:.78rem;border-radius:15px;border:1px solid transparent}
.mega a.item:hover{background:#f7fbff;border-color:#dfe8f3}
.mega a.item b{display:block;color:#0d1b35}.mega a.item span{display:block;color:#64748b;font-size:.88rem;margin-top:.22rem}
.mobile-toggle{display:none;background:#06142e;color:#fff;border:0;border-radius:14px;padding:.85rem 1rem;font-weight:900}
.mobile-menu{display:none}

/* Hero V4 */
.hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,#010611 0%,#06142e 40%,#0a2a5d 100%);min-height:790px}
#fluid-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.52;mix-blend-mode:screen}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 92%)}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(96,231,255,.16),transparent 32%),radial-gradient(circle at 78% 26%,rgba(212,166,58,.18),transparent 36%),linear-gradient(180deg,transparent 70%,#fff 100%)}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .92fr;gap:3rem;align-items:center;min-height:790px;padding:6rem 0 5rem}
.hero h1 span{background:linear-gradient(135deg,#fff 18%,#ccecff 50%,#f2cf72 88%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero .lead{font-size:clamp(1.08rem,1.8vw,1.32rem);color:#cfdded;max-width:790px;margin:1.45rem 0 2.05rem}
.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:2.25rem}
.proof-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(16px);border-radius:22px;padding:1.05rem}
.proof-card b{display:block;color:#fff;font-size:1.38rem}.proof-card span{display:block;color:#adc3df;font-size:.86rem}
.command-panel{position:relative;border:1px solid rgba(255,255,255,.14);background:rgba(3,10,24,.56);backdrop-filter:blur(18px);border-radius:36px;padding:1rem;box-shadow:0 40px 100px rgba(0,0,0,.38);overflow:hidden}
.command-panel:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,rgba(96,231,255,.25),transparent 35%,rgba(212,166,58,.24));opacity:.7;pointer-events:none}
.command-inner{position:relative;background:linear-gradient(180deg,rgba(6,20,46,.95),rgba(3,12,30,.95));border-radius:28px;padding:1rem}
.command-screen{height:390px;border-radius:22px;background:radial-gradient(circle at 30% 30%,rgba(96,231,255,.10),transparent 35%),#020817;border:1px solid rgba(255,255,255,.10);position:relative;overflow:hidden}
.command-screen:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(96,231,255,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(96,231,255,.10) 1px,transparent 1px);background-size:42px 42px}
.node{position:absolute;width:16px;height:16px;border-radius:50%;background:var(--gold2);box-shadow:0 0 0 9px rgba(212,166,58,.12),0 0 28px rgba(212,166,58,.55)}
.n1{left:18%;top:26%}.n2{left:48%;top:18%}.n3{left:74%;top:33%}.n4{left:34%;top:66%}.n5{left:66%;top:72%}
.command-line{position:absolute;height:2px;background:linear-gradient(90deg,rgba(96,231,255,.15),rgba(96,231,255,.85),rgba(212,166,58,.7));transform-origin:left center;box-shadow:0 0 18px rgba(96,231,255,.4)}
.l1{left:20%;top:28%;width:31%;transform:rotate(-11deg)}.l2{left:50%;top:20%;width:30%;transform:rotate(18deg)}.l3{left:36%;top:67%;width:33%;transform:rotate(5deg)}.l4{left:20%;top:30%;width:29%;transform:rotate(50deg)}.l5{left:75%;top:35%;width:29%;transform:rotate(112deg)}
.panel-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:.85rem}
.mini-metric{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:.85rem}
.mini-metric b{display:block;color:#fff}.mini-metric span{font-size:.78rem;color:#9fb4d0}

/* Sections */
.section{padding:6rem 0}.section-muted{background:#f6f9fd}.section-dark{background:linear-gradient(180deg,#06142e,#0a1e42);color:#fff}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem}.section-head p{max-width:640px}
.grid{display:grid;gap:1rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid #e1e8f2;border-radius:var(--radius);padding:1.35rem;box-shadow:0 12px 40px rgba(8,28,63,.06);position:relative;overflow:hidden;transition:.25s ease}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card h3{margin-bottom:.7rem}.card .link{display:inline-flex;margin-top:1rem;font-weight:900;color:#0a2a5d}
.card.dark{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);box-shadow:none}.card.dark h3{color:#fff}.card.dark p{color:#b8c9de}.dark .link{color:var(--gold2)}
.icon-badge{width:50px;height:50px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#0b2f68,#06142e);color:var(--gold2);font-weight:900;margin-bottom:1rem}
.platform-band{display:grid;grid-template-columns:1fr 1.2fr;gap:1.5rem;align-items:stretch}
.panel{background:linear-gradient(135deg,#fff,#f6f9fd);border:1px solid #dfe8f3;border-radius:34px;padding:2rem;box-shadow:var(--shadow)}
.dark-panel{background:radial-gradient(circle at 12% 16%,rgba(96,231,255,.15),transparent 36%),linear-gradient(135deg,#06142e,#0a2f68);color:#fff}.dark-panel p{color:#bed0e8}
.stack-list{display:grid;gap:.8rem}.stack-item{display:flex;gap:.9rem;align-items:flex-start;padding:1rem;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.stack-item span{width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,var(--gold),var(--gold2));display:grid;place-items:center;color:#06142e;font-weight:900;flex:0 0 auto}
.visual-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:1rem}
.visual-card{min-height:430px;border-radius:32px;overflow:hidden;position:relative;background:#06142e;box-shadow:var(--shadow);border:1px solid #dfe8f3}
.visual-card img{width:100%;height:100%;object-fit:cover;filter:saturate(1.06) contrast(1.08)}
.visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(2,8,19,.82));}
.visual-card-content{position:absolute;z-index:2;left:1.4rem;right:1.4rem;bottom:1.4rem;color:#fff}.visual-card-content p{color:#c9d7e8;margin-top:.5rem}
.visual-stack{display:grid;gap:1rem}
.industry-rich{height:210px;border-radius:28px;overflow:hidden;position:relative;background:#06142e;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 40px rgba(4,14,35,.12)}
.industry-rich img{width:100%;height:100%;object-fit:cover;transition:.35s ease;filter:saturate(1.08) contrast(1.05)}
.industry-rich:hover img{transform:scale(1.04)}
.industry-rich:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,8,19,.10),rgba(2,8,19,.74))}
.industry-rich div{position:absolute;z-index:2;left:1rem;right:1rem;bottom:1rem;color:#fff}.industry-rich p{color:#c6d4e8;font-size:.9rem;margin-top:.25rem}
.matrix{display:grid;grid-template-columns:repeat(5,1fr);gap:.55rem;margin-top:1.2rem}.matrix div{min-height:86px;border-radius:17px;background:#0c2857;border:1px solid rgba(255,255,255,.09);padding:.75rem;color:#dbeafe;font-size:.84rem}.matrix div:nth-child(odd){background:#10346e}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:.9rem;counter-reset:step}.timeline .step{background:#fff;border:1px solid #dfe8f3;border-radius:23px;padding:1.2rem;min-height:220px}.timeline .step:before{counter-increment:step;content:"0" counter(step);display:block;color:var(--gold);font-weight:900;margin-bottom:.85rem}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat{background:#fff;border:1px solid #e1e8f1;border-radius:24px;padding:1.25rem}.stat b{font-size:2.25rem;font-family:"Space Grotesk";letter-spacing:-.05em;color:#06142e}.stat span{display:block;color:#64748b;font-size:.9rem}
.resource-card{display:flex;flex-direction:column;justify-content:space-between;min-height:270px}.resource-tag{align-self:flex-start;background:#edf5ff;color:#0a2a5d;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.cta{background:radial-gradient(circle at 15% 20%,rgba(96,231,255,.14),transparent 40%),linear-gradient(135deg,#030b1e,#071f47 68%,#0b3572);color:#fff;border-radius:38px;padding:3rem;display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center;box-shadow:var(--shadow);overflow:hidden;position:relative}.cta p{color:#c9d7e8;margin-top:1rem}.cta-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:1.2rem}
.footer{background:#020817;color:#cbd5e1;padding:4.2rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:2rem}
.footer-logo{width:310px;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.30);margin-bottom:1rem}.footer-logo img{width:100%}
.footer h4{color:#fff;margin:.2rem 0 1rem}.footer a{display:block;color:#91a4c0;margin:.55rem 0}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:2rem;padding-top:1.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.page-hero{padding:6rem 0 4rem;background:radial-gradient(circle at 15% 20%,rgba(96,231,255,.14),transparent 36%),linear-gradient(135deg,#06142e,#0a2f68);color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-120px;top:-120px;width:390px;height:390px;border-radius:50%;border:54px solid rgba(212,166,58,.16)}.page-hero .container{position:relative;z-index:2}.page-hero p{color:#c9d7e8;max-width:790px;margin-top:1rem;font-size:1.1rem}
.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.check-list{display:grid;gap:.8rem;margin-top:1.2rem}.check{display:flex;gap:.8rem;align-items:flex-start;color:#334155}.check:before{content:"✓";width:24px;height:24px;border-radius:8px;background:#eaf7ee;color:#147a3a;display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.form{display:grid;gap:.9rem}.form input,.form textarea,.form select{width:100%;border:1px solid #d9e3f0;border-radius:16px;padding:1rem;font:inherit;background:#fff;color:#07101f}.form textarea{min-height:150px}.notice{border-left:4px solid var(--gold);background:#fff8e7;border-radius:14px;padding:1rem;color:#5b450d}

@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important}#fluid-canvas{display:none}}
@media (max-width:1040px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.mobile-menu.open{display:block;position:absolute;top:92px;left:0;right:0;background:#fff;border-bottom:1px solid #dfe8f3;padding:1rem 20px;box-shadow:0 24px 70px rgba(4,14,35,.14)}.mobile-menu a{display:block;padding:1rem;border-radius:14px;font-weight:950;letter-spacing:.055em;text-transform:uppercase;color:#0d1b35;border:1px solid #e4ebf5;margin:.35rem 0;background:#fff}.hero-inner,.platform-band,.split,.cta,.visual-grid{grid-template-columns:1fr}.grid-3,.grid-4,.stats-row,.timeline{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.section-head{display:block}}
@media (max-width:640px){.container{width:min(100% - 28px,1200px)}.announcement .container{display:block}.brand{min-width:0}.brand-logo{height:56px;max-width:260px}h1{font-size:3.35rem}.hero{min-height:auto}.hero-inner{min-height:auto;padding:4rem 0}.hero-proof,.grid-3,.grid-4,.stats-row,.timeline,.footer-grid,.panel-bottom{grid-template-columns:1fr}.command-screen{height:320px}.section{padding:4.5rem 0}.cta{padding:2rem}.footer-logo{width:260px}}


/* Dynamic Resources Library */
.resource-console{
  display:grid;
  grid-template-columns:1fr auto;
  gap:1rem;
  align-items:center;
  background:#fff;
  border:1px solid #dfe8f3;
  border-radius:28px;
  padding:1rem;
  box-shadow:0 18px 55px rgba(8,28,63,.08);
  margin-bottom:1.2rem;
}
.resource-console input{
  width:100%;
  border:1px solid #d9e3f0;
  border-radius:999px;
  padding:1rem 1.2rem;
  font:inherit;
  outline:none;
}
.resource-console input:focus{
  border-color:rgba(212,166,58,.75);
  box-shadow:0 0 0 4px rgba(212,166,58,.12);
}
.resource-filters{
  display:flex;
  gap:.5rem;
  flex-wrap:wrap;
}
.resource-filter{
  border:1px solid #d9e3f0;
  background:#fff;
  color:#07152f;
  border-radius:999px;
  padding:.82rem 1rem;
  font-weight:900;
  cursor:pointer;
  transition:.2s ease;
}
.resource-filter:hover,
.resource-filter.active{
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  border-color:transparent;
  color:#06142e;
  transform:translateY(-1px);
}
.resource-library-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.resource-library-card{
  background:#fff;
  border:1px solid #dfe8f3;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 14px 45px rgba(8,28,63,.08);
  transition:.25s ease;
}
.resource-library-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}
.resource-cover{
  height:210px;
  position:relative;
  overflow:hidden;
  background:#06142e;
}
.resource-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.05) contrast(1.06);
  transition:.35s ease;
}
.resource-library-card:hover .resource-cover img{
  transform:scale(1.04);
}
.resource-cover:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,8,19,.10),rgba(2,8,19,.68));
}
.resource-cover span{
  position:absolute;
  z-index:2;
  left:1rem;
  bottom:1rem;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#06142e;
  border-radius:999px;
  padding:.45rem .75rem;
  font-size:.75rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.resource-body{
  padding:1.2rem;
}
.resource-meta{
  color:#8a99af;
  font-size:.82rem;
  font-weight:800;
  margin-bottom:.55rem;
}
.resource-body h3{
  margin-bottom:.7rem;
}
.resource-body p{
  min-height:84px;
}
.resource-tags{
  display:flex;
  gap:.4rem;
  flex-wrap:wrap;
  margin:1rem 0;
}
.resource-tags span{
  background:#edf5ff;
  color:#0a2a5d;
  border-radius:999px;
  padding:.35rem .62rem;
  font-size:.75rem;
  font-weight:800;
}
.resource-download{
  display:inline-flex;
  font-weight:950;
  color:#0a2a5d;
}
.resource-download.disabled{
  color:#98a6bb;
  cursor:not-allowed;
}
.resource-empty{
  grid-column:1/-1;
  background:#fff;
  border:1px dashed #cbd8e8;
  border-radius:24px;
  padding:2rem;
  color:#64748b;
  text-align:center;
}
.admin-note{
  background:linear-gradient(135deg,#06142e,#0a2f68);
  color:#fff;
  border-radius:30px;
  padding:2rem;
  margin-top:1.5rem;
}
.admin-note p{
  color:#c9d7e8;
  margin-top:.75rem;
}
.code-path{
  display:inline-block;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  padding:.15rem .42rem;
  color:#fff;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size:.92em;
}

@media (max-width:1040px){
  .resource-library-grid{grid-template-columns:1fr 1fr}
  .resource-console{grid-template-columns:1fr}
}
@media (max-width:640px){
  .resource-library-grid{grid-template-columns:1fr}
}


/* V4.5 visual refresh */
.visual-card img,.industry-rich img,.resource-cover img{image-rendering:auto}
.visual-card{backdrop-filter:saturate(1.06)}
.visual-card img{transform:scale(1.01);transition:transform .45s ease, filter .35s ease;filter:saturate(1.08) contrast(1.08) brightness(.98)}
.visual-card:hover img{transform:scale(1.05);filter:saturate(1.12) contrast(1.1) brightness(1)}
.industry-rich{height:228px;box-shadow:0 18px 48px rgba(4,14,35,.13)}
.industry-rich:after{background:linear-gradient(180deg,rgba(2,8,19,.06),rgba(2,8,19,.78))}
.industry-rich div{bottom:1.1rem}
.panel.dark-panel{position:relative;overflow:hidden;background-blend-mode:normal}
.panel.dark-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 22%,rgba(212,166,58,.12),transparent 28%),linear-gradient(180deg,rgba(3,12,28,.18),rgba(3,12,28,.86));pointer-events:none}
.panel.dark-panel > *{position:relative;z-index:1}
.resource-library-card{box-shadow:0 18px 52px rgba(8,28,63,.09)}


/* V4.6 premium moving capability ticker */
.ticker-track{
  display:flex;
  width:max-content;
  min-width:100%;
  overflow:hidden;
}
.ticker-content{
  display:inline-flex;
  align-items:center;
  gap:2.2rem;
  padding:.68rem 1.1rem;
  animation:nolonexTickerLTR 42s linear infinite;
}
.ticker-content span,
.ticker-content a{
  display:inline-flex;
  align-items:center;
  position:relative;
  flex:0 0 auto;
}
.ticker-content span:not(:first-child)::before,
.ticker-content a::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  box-shadow:0 0 18px rgba(212,166,58,.5);
  margin-right:1.05rem;
}
@keyframes nolonexTickerLTR{
  0%{transform:translateX(-50%)}
  100%{transform:translateX(0)}
}
.announcement:hover .ticker-content{
  animation-play-state:paused;
}

@media (prefers-reduced-motion: reduce){
  .ticker-track{width:100%}
  .ticker-content{animation:none;white-space:normal;flex-wrap:wrap;width:100%}
  .ticker-content[aria-hidden="true"]{display:none}
}

@media (max-width:640px){
  .ticker-content{gap:1.25rem;animation-duration:34s}
  .announcement{font-size:.8rem}
}


/* Nolonex Nigeria / Africa luxury edition */
:root{
  --navy:#03140f;
  --navy2:#05271d;
  --ink:#06130f;
  --muted:#5f6f69;
  --line:#dfe9e3;
  --soft:#f3f8f5;
  --gold:#d7a84f;
  --gold2:#f1cf80;
  --accent:#0b6b4f;
  --accent2:#19a974;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(1,20,14,.16);
}
body{
  background:radial-gradient(circle at 12% -8%, rgba(25,169,116,.13), transparent 32%),
  radial-gradient(circle at 92% 10%, rgba(215,168,79,.15), transparent 30%),#ffffff;
}
.announcement{background:linear-gradient(90deg,#020b08,#063424 54%,#02120d);}
.logo-panel,.hero-visual,.dark-panel,.cta{
  background:radial-gradient(circle at 18% 12%,rgba(241,207,128,.18),transparent 32%),
  linear-gradient(135deg,#02120d,#063424 58%,#03140f);
}
.hero{
  background:radial-gradient(circle at 82% 12%,rgba(25,169,116,.18),transparent 34%),
  radial-gradient(circle at 15% 5%,rgba(241,207,128,.15),transparent 30%),
  linear-gradient(180deg,#ffffff,#f3f8f5);
}
.button-primary{background:linear-gradient(135deg,#0b6b4f,#19a974);color:#fff;box-shadow:0 18px 36px rgba(11,107,79,.25);}
.button-secondary{border-color:rgba(11,107,79,.25);color:#073b2d;}
.eyebrow,.link,.footer a:hover,.nav-link:hover{color:#0b6b4f;}
.icon-badge,.step-number{background:linear-gradient(135deg,#d7a84f,#f1cf80);color:#03140f;}
.card:hover,.panel:hover,.resource-library-card:hover{border-color:rgba(11,107,79,.28);}
.visual-card,.industry-rich{background:#03140f;}
.visual-card:after{background:linear-gradient(180deg,rgba(1,18,13,.05) 24%,rgba(1,18,13,.84));}
.industry-rich:after{background:linear-gradient(180deg,rgba(1,18,13,.05),rgba(1,18,13,.78));}
.ticker-content span:not(:first-child)::before,.ticker-content a::before{
  background:linear-gradient(135deg,#d7a84f,#19a974);
  box-shadow:0 0 18px rgba(25,169,116,.42);
}


/* --- Africa Luxury Edition V2: distinct logo + layout refresh --- */
body{
  background:
    radial-gradient(circle at 12% -8%, rgba(25,169,116,.12), transparent 32%),
    radial-gradient(circle at 92% 10%, rgba(215,168,79,.14), transparent 28%),
    linear-gradient(180deg,#ffffff,#f7fbf8 72%,#eff7f2);
}
.header{
  position:sticky;
  top:0;
  z-index:60;
  backdrop-filter: blur(14px);
  background:rgba(255,255,255,.86);
  border-bottom:1px solid rgba(5,39,29,.08);
}
.nav{
  min-height:92px;
}
.brand{min-width:420px}
.brand-logo{
  height:72px;
  width:auto;
  max-width:460px;
  object-fit:contain;
}
.nav-link,.nav-plain{
  font-weight:800;
  letter-spacing:.02em;
  color:#062519;
}
.nav-link:hover,.nav-plain:hover{color:#0b6b4f}
.btn-light{
  border:1px solid rgba(11,107,79,.16);
  background:linear-gradient(135deg, rgba(11,107,79,.06), rgba(212,166,79,.12));
  color:#07291f;
}
.hero{
  padding-top:1.2rem;
  background:
    linear-gradient(180deg,rgba(255,255,255,.78),rgba(243,248,245,.92)),
    radial-gradient(circle at 88% 10%, rgba(25,169,116,.16), transparent 26%),
    radial-gradient(circle at 8% 8%, rgba(241,207,128,.18), transparent 28%);
}
.hero-inner-africa{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap:2rem;
  align-items:stretch;
  min-height:calc(100vh - 180px);
}
.hero-copy-card{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(11,107,79,.1);
  box-shadow:0 24px 80px rgba(6,30,22,.10);
  border-radius:34px;
  padding:2.2rem 2.1rem;
  align-self:center;
}
.hero-copy-card h1{
  max-width:12ch;
  line-height:.96;
}
.market-focus-strip{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  margin:.95rem 0 1.2rem;
}
.market-focus-strip span{
  font-size:.84rem;
  padding:.52rem .8rem;
  border-radius:999px;
  border:1px solid rgba(11,107,79,.12);
  color:#114c3a;
  background:linear-gradient(135deg, rgba(11,107,79,.06), rgba(241,207,128,.14));
  font-weight:800;
}
.hero-visual-shell{
  border-radius:34px;
  padding:1rem;
  background:linear-gradient(135deg,#022319,#063f2d 55%, #032015);
  box-shadow:0 30px 90px rgba(4,20,15,.22);
  align-self:center;
}
.command-inner{
  height:100%;
  border-radius:26px;
  background:
    radial-gradient(circle at 84% 15%, rgba(241,207,128,.18), transparent 26%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));
  border:1px solid rgba(255,255,255,.08);
}
.command-screen{
  background:
    radial-gradient(circle at 20% 20%, rgba(96,231,255,.16), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(241,207,128,.18), transparent 20%),
    linear-gradient(180deg,#021914,#0b3026);
  border:1px solid rgba(255,255,255,.08);
}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:.8rem;
}
.proof-card{
  border-radius:18px;
  background:#f7fbf8;
  border:1px solid rgba(11,107,79,.1);
}
.section-head-split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:2rem;
  align-items:end;
}
.visual-grid-africa{
  grid-template-columns:.95fr 1.05fr;
  align-items:stretch;
}
.visual-grid-africa .visual-card{
  min-height:620px;
  order:2;
  border-radius:30px;
}
.visual-grid-africa .visual-stack{
  order:1;
}
.visual-card,
.industry-rich,
.card,
.panel,
.resource-library-card{
  border-radius:28px;
}
.card{
  background:#fff;
  border:1px solid rgba(11,107,79,.08);
  box-shadow:0 18px 44px rgba(1,20,14,.06);
}
.card:before{
  content:"";
  display:block;
  width:72px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#0b6b4f,#d7a84f);
  margin-bottom:1.1rem;
}
.icon-badge{
  box-shadow:0 10px 24px rgba(212,166,79,.22);
}
.platform-band{
  grid-template-columns:1.15fr .85fr;
}
.dark-panel{
  border-radius:34px;
}
.stats-row{
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.stat{
  background:#fff;
  border:1px solid rgba(11,107,79,.1);
  border-radius:24px;
  box-shadow:0 16px 38px rgba(1,20,14,.05);
}
.cta-africa{
  grid-template-columns:1.1fr .9fr;
  gap:1.4rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(241,207,128,.16), transparent 24%),
    linear-gradient(135deg,#032015,#0b6b4f 55%, #063f2d);
  border-radius:34px;
}
.cta-card{
  border-radius:24px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
}
.footer{
  background:linear-gradient(135deg,#02120d,#063424 54%,#03140f);
}
.footer-logo{
  width:340px;
  border-radius:28px;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:1.1rem;
}
.page-hero,
.inner-hero,
.section-dark{
  background:
    radial-gradient(circle at 80% 10%, rgba(25,169,116,.12), transparent 24%),
    linear-gradient(180deg,#ffffff,#f6fbf8);
}
.button-primary,.btn-primary{
  background:linear-gradient(135deg,#0b6b4f,#19a974);
  box-shadow:0 18px 38px rgba(11,107,79,.24);
}
.link{font-weight:900}

@media (max-width:1100px){
  .hero-inner-africa,.section-head-split,.cta-africa,.platform-band,.visual-grid-africa{
    grid-template-columns:1fr;
  }
  .visual-grid-africa .visual-card,
  .visual-grid-africa .visual-stack{
    order:initial;
  }
}
@media (max-width:860px){
  .brand{min-width:0}
  .brand-logo{height:62px;max-width:320px}
  .nav{min-height:82px}
  .hero-proof,.stats-row{grid-template-columns:1fr}
  .hero-copy-card{padding:1.6rem}
}


/* --- Africa Luxury Edition V3: darker premium blend --- */
:root{
  --gold:#c9ab6a;
  --gold-soft:#d6c18f;
  --forest:#0a2d23;
  --forest-2:#123e32;
  --ivory:#f4f6f2;
  --mist:#cad3cf;
}
html,body{background:#071610;color:#e9efeb}
body{
  background:
    radial-gradient(circle at 14% 0%, rgba(17,87,67,.28), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(201,171,106,.08), transparent 24%),
    linear-gradient(180deg,#071610 0%, #0a1b15 16%, #0f221c 42%, #f4f7f5 42.15%, #f7faf8 100%);
}
.header{
  background:rgba(5,17,13,.90)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 18px 38px rgba(0,0,0,.24);
}
.brand{min-width:470px}
.brand-logo{height:88px!important;max-width:560px!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}
.nav-link,.nav-plain{color:#eef4f0!important;font-weight:800}
.nav-link:hover,.nav-plain:hover{color:var(--gold-soft)!important}
.nav-actions .btn-light{
  background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(201,171,106,.12))!important;
  color:#f4f6f2!important;
  border:1px solid rgba(201,171,106,.26)!important;
}
.mobile-toggle{color:#fff;border-color:rgba(255,255,255,.15)}
.mobile-menu{background:#071610;border-color:rgba(255,255,255,.08)}
.mobile-menu a{color:#e7efea}
.hero{
  padding:1.2rem 0 4.8rem!important;
  background:
    radial-gradient(circle at 78% 10%, rgba(201,171,106,.09), transparent 22%),
    radial-gradient(circle at 12% 0%, rgba(18,82,65,.34), transparent 28%),
    linear-gradient(180deg,#071610 0%, #0b231b 100%)!important;
}
.hero-inner-africa{
  min-height:auto!important;
  align-items:center!important;
  gap:2.4rem!important;
}
.hero-copy-card{
  background:linear-gradient(180deg, rgba(7,20,15,.82), rgba(10,32,24,.90))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.34)!important;
}
.hero-copy-card h1, .hero-copy-card h1 span{color:#f7f9f6!important}
.hero-copy-card h1{
  max-width:11ch!important;
  font-size:clamp(3.8rem, 6vw, 6.2rem)!important;
  line-height:.94!important;
  letter-spacing:-.04em;
}
.hero-copy-card .lead{color:#c9d4ce!important;max-width:64ch}
.market-focus-strip span{
  color:#eaf0ec!important;
  background:linear-gradient(135deg, rgba(18,62,50,.78), rgba(255,255,255,.04))!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.hero-actions .btn-secondary{
  color:#eff4f1!important;
  border-color:rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.03)!important;
}
.hero-proof .proof-card{
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#edf3ef!important;
}
.hero-proof .proof-card span{color:#bfd0c7!important}
.hero-art-card{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  min-height:720px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,#071811,#0b211b);
  box-shadow:0 34px 100px rgba(0,0,0,.36);
}
.hero-art-card:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(4,13,10,.04),rgba(4,13,10,.18));
  pointer-events:none;
}
.hero-art-card img{width:100%;height:100%;object-fit:cover;display:block}
.section-muted{background:#f4f7f5!important;color:#0d1f18}
.section-muted .eyebrow,.section-muted .link,.section-muted h2,.section-muted h3{color:#0c2b21}
.section{position:relative}
.card, .stat, .panel{border-color:rgba(10,45,35,.08)!important}
.card:before{background:linear-gradient(90deg,#145946,#c9ab6a)!important}
.icon-badge{background:linear-gradient(135deg,#164f3f,#c9ab6a)!important;color:#fff!important}
.platform-band .dark-panel,
.cta-africa,
.footer{background:linear-gradient(135deg,#071610,#0e2c23 56%, #0a1e18)!important;color:#f4f7f4}
.section-dark{background:linear-gradient(180deg,#0a1e18,#123428)!important;color:#f4f7f4}
.footer-logo{width:370px!important;border-radius:26px}
.footer-bottom span:last-child{color:#d7e1db}
.footer a{color:#cad5cf}
.button-primary,.btn-primary{background:linear-gradient(135deg,#145946,#218162)!important;box-shadow:0 18px 34px rgba(20,89,70,.28)!important}
.eyebrow{color:var(--gold)!important}
.link{color:#145946!important}
.announcement{background:linear-gradient(90deg,#071610,#0d2a22 54%,#071610)!important}
.ticker-content{color:#eaf0ec}
.ticker-content a{color:#fff}
@media (max-width:1100px){
  .brand{min-width:0}
  .brand-logo{height:74px!important;max-width:400px!important}
  .hero-art-card{min-height:540px}
}
@media (max-width:860px){
  .hero-copy-card h1{font-size:clamp(2.8rem,12vw,4.3rem)!important}
  .brand-logo{height:66px!important;max-width:320px!important}
  .hero-art-card{min-height:420px}
}


/* --- Africa Luxury Edition V4 fixes: contrast, logo, responsive hero, footer --- */
.brand{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;border-radius:0!important;}
.brand-logo{height:76px!important;max-width:470px!important;width:auto!important;display:block;object-fit:contain;background:transparent!important;border:none!important;box-shadow:none!important;}
.header{background:linear-gradient(180deg, rgba(4,18,14,.96), rgba(6,24,18,.94))!important;}
.nav-links{gap:.85rem!important}
.nav-link,.nav-plain{
  color:#eef5f0!important;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  padding:1rem 1.2rem!important;
}
.nav-link:hover,.nav-plain:hover{
  background:linear-gradient(180deg, rgba(255,255,255,.11), rgba(201,171,106,.08))!important;
  border-color:rgba(201,171,106,.28)!important;
}
.nav-link::after{color:#c9ab6a!important}
.nav-actions .btn-light{box-shadow:none!important}
.hero-inner-africa{grid-template-columns:minmax(0, .98fr) minmax(0, 1.02fr)!important;overflow:visible!important}
.hero-copy-card{overflow:hidden}
.hero-art-card{min-height:760px!important;background:#071610!important}
.hero-art-card img{object-position:center center!important}
/* prevent text clipping on medium widths */
@media (max-width:1360px){
  .hero-inner-africa{grid-template-columns:1fr!important;gap:1.5rem!important}
  .hero-copy-card{order:1}
  .hero-art-card{order:2;min-height:540px!important}
}
@media (max-width:900px){
  .brand-logo{height:62px!important;max-width:340px!important}
  .nav{min-height:86px!important}
  .hero-art-card{min-height:420px!important}
}
.card,.resource-card,.stat{
  background:#fbfcfb!important;
  border:1px solid rgba(10,45,35,.10)!important;
  box-shadow:0 16px 40px rgba(2,18,14,.06)!important;
}
.card h3,.resource-card h3,.stat b{color:#143a2c!important}
.card p,.resource-card p,.stat span{color:#566a63!important}
.card .link,.resource-card .link{color:#165b46!important}
.icon-badge{background:linear-gradient(135deg,#285d4b,#c9ab6a)!important;color:#fff!important}
.footer-logo{
  width:390px!important;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
.footer-logo img{display:block;width:100%!important;height:auto!important}
.footer p{color:#d2ddd8!important}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08)!important}
.footer-bottom span:last-child{color:#d3dcd8!important}


/* --- V6 critical visual fixes: no clipped hero text, mature matrix, readable executive section, favicon refresh --- */
.hero{
  overflow:hidden;
}
.hero-inner-africa{
  grid-template-columns:minmax(420px,.9fr) minmax(460px,1.1fr)!important;
  align-items:center!important;
}
.hero-copy-card{
  position:relative;
  z-index:2;
}
.hero-copy-card h1{
  max-width:760px!important;
  font-size:clamp(4rem,5.2vw,6.6rem)!important;
  line-height:.93!important;
}
.hero-art-card,
.hero-art-clean{
  min-height:680px!important;
  max-height:820px!important;
  overflow:hidden!important;
}
.hero-art-card img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
.hero-art-clean:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 62% 27%, rgba(201,171,106,.11), transparent 28%),
    linear-gradient(90deg, rgba(5,18,14,.20), rgba(5,18,14,.04) 45%, rgba(5,18,14,.18));
  pointer-events:none;
}

.architecture-matrix{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:.8rem!important;
}
.architecture-matrix div{
  min-height:104px!important;
  padding:1rem!important;
  border-radius:20px!important;
  background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035))!important;
  border:1px solid rgba(201,171,106,.16)!important;
  color:#f4f7f4!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 14px 34px rgba(0,0,0,.18)!important;
}
.architecture-matrix div:nth-child(odd){
  background:linear-gradient(180deg, rgba(20,89,70,.34), rgba(7,22,17,.28))!important;
}
.architecture-matrix span{
  display:block;
  color:#c9ab6a!important;
  font-size:.72rem!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  margin-bottom:.35rem;
  font-family:Inter, system-ui, sans-serif!important;
}
.architecture-matrix b{
  display:block;
  color:#ffffff!important;
  font-size:1rem!important;
  line-height:1.28!important;
  letter-spacing:-.01em;
  font-family:Inter, system-ui, sans-serif!important;
}

.executive-section{
  background:
    radial-gradient(circle at 15% 10%, rgba(20,89,70,.22), transparent 25%),
    radial-gradient(circle at 82% 20%, rgba(201,171,106,.10), transparent 28%),
    linear-gradient(180deg,#071610,#0d261e)!important;
  color:#f4f7f4!important;
  margin-top:0!important;
}
.executive-head h2{
  color:#f7faf7!important;
  opacity:1!important;
  text-shadow:none!important;
}
.executive-head p{
  color:#c9d4cf!important;
  opacity:1!important;
}
.executive-section .eyebrow{
  color:#c9ab6a!important;
}
.executive-section .stat{
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035))!important;
  border:1px solid rgba(201,171,106,.16)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.20)!important;
}
.executive-section .stat b{
  color:#ffffff!important;
}
.executive-section .stat span{
  color:#c9d4cf!important;
}

.section-muted{
  background:#f4f7f5!important;
}
.card h3,
.resource-card h3{
  opacity:1!important;
  color:#143a2c!important;
}
.card p,
.resource-card p{
  color:#4f625b!important;
}
.card .link,
.resource-card .link{
  color:#145946!important;
}

@media (max-width:1360px){
  .hero-inner-africa{
    grid-template-columns:1fr!important;
  }
  .hero-art-card,
  .hero-art-clean{
    min-height:560px!important;
    max-height:650px!important;
  }
}
@media (max-width:900px){
  .hero-copy-card h1{
    font-size:clamp(3rem,11vw,4.6rem)!important;
  }
  .architecture-matrix{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .hero-art-card,
  .hero-art-clean{
    min-height:440px!important;
  }
}
@media (max-width:560px){
  .architecture-matrix{
    grid-template-columns:1fr!important;
  }
}



/* --- V7 fixes: restored luxury hero + safer architecture matrix layout --- */
.hero{
  background:
    radial-gradient(circle at 10% 0%, rgba(19,87,67,.26), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(201,171,106,.10), transparent 22%),
    linear-gradient(180deg,#06140f 0%, #0a2018 100%) !important;
}
.hero-inner-africa{
  grid-template-columns: minmax(420px,.92fr) minmax(500px,1.08fr) !important;
  align-items: center !important;
  gap: 2rem !important;
}
.hero-copy-card{
  background: linear-gradient(180deg, rgba(5,18,14,.78), rgba(8,28,21,.90)) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(4px);
}
.hero-copy-card h1{
  max-width: 10.8ch !important;
  font-size: clamp(3.5rem, 5.2vw, 6rem) !important;
  line-height: .96 !important;
}
.hero-copy-card .lead{
  max-width: 38rem !important;
}
.hero-art-card{
  min-height: 740px !important;
  height: 740px !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg,#071610,#091d16) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 32px 90px rgba(0,0,0,.33) !important;
}
.hero-art-card img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transform: none !important;
}
.hero-art-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 28%, rgba(214,191,130,.10), transparent 20%),
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.12));
}

/* matrix */
.architecture-matrix{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)) !important;
  gap: 1rem !important;
}
.architecture-matrix div{
  min-height: 150px !important;
  padding: 1rem 1rem 1.15rem !important;
  border-radius: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  overflow: hidden !important;
  word-break: normal !important;
  white-space: normal !important;
}
.architecture-matrix span{
  font-size: .72rem !important;
  line-height: 1.1 !important;
  letter-spacing: .13em !important;
  margin-bottom: .7rem !important;
}
.architecture-matrix b{
  display: block !important;
  width: 100% !important;
  font-size: 1rem !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
.architecture-matrix div:nth-child(1),
.architecture-matrix div:nth-child(2),
.architecture-matrix div:nth-child(3),
.architecture-matrix div:nth-child(4),
.architecture-matrix div:nth-child(5){
  min-height: 175px !important;
}

.executive-section{
  background:
    radial-gradient(circle at 18% 10%, rgba(18,82,65,.18), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(201,171,106,.08), transparent 26%),
    linear-gradient(180deg,#071610,#0d261e) !important;
}

@media (max-width: 1280px){
  .hero-inner-africa{
    grid-template-columns: 1fr !important;
  }
  .hero-art-card{
    min-height: 560px !important;
    height: 560px !important;
  }
  .hero-copy-card h1{
    max-width: 12ch !important;
  }
}
@media (max-width: 768px){
  .hero-art-card{
    min-height: 420px !important;
    height: 420px !important;
  }
  .hero-copy-card h1{
    font-size: clamp(2.9rem, 11vw, 4.5rem) !important;
  }
  .architecture-matrix{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 520px){
  .architecture-matrix{
    grid-template-columns: 1fr !important;
  }
}



/* =========================================================
   V8 LUXURY SITEWIDE SYSTEM
   Dark emerald / black / restrained champagne accents
   Applies the final luxury direction across every page.
   ========================================================= */

:root{
  --lux-black:#030b08;
  --lux-void:#06140f;
  --lux-panel:#071b14;
  --lux-panel-2:#0b241b;
  --lux-emerald:#145946;
  --lux-emerald-2:#218162;
  --lux-gold:#c9ab6a;
  --lux-gold-soft:#dec58d;
  --lux-text:#f5f7f4;
  --lux-muted:#c8d3cc;
  --lux-line:rgba(201,171,106,.22);
  --lux-glow:0 30px 90px rgba(0,0,0,.34);
}

html,body{
  background:var(--lux-black)!important;
  color:var(--lux-text)!important;
}
body.luxury-site{
  background:
    radial-gradient(circle at 12% 0%, rgba(20,89,70,.24), transparent 28%),
    radial-gradient(circle at 90% 9%, rgba(201,171,106,.08), transparent 22%),
    linear-gradient(180deg,#030b08 0%,#06140f 34%,#081d16 100%)!important;
}

/* Header / nav */
.announcement{
  background:linear-gradient(90deg,#030b08,#0b241b 50%,#030b08)!important;
  border-bottom:1px solid rgba(201,171,106,.14)!important;
}
.header{
  background:rgba(3,11,8,.92)!important;
  border-bottom:1px solid rgba(201,171,106,.14)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.30)!important;
}
.nav{
  min-height:88px!important;
}
.brand,
.brand:hover{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.brand-logo{
  height:70px!important;
  max-width:460px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.35))!important;
}
.nav-links{
  gap:.55rem!important;
}
.nav-link,
.nav-plain{
  background:transparent!important;
  border:1px solid transparent!important;
  color:#f5f7f4!important;
  box-shadow:none!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  font-size:.94rem!important;
  padding:.85rem .95rem!important;
}
.nav-link::after{
  color:var(--lux-gold)!important;
}
.nav-link::before{
  background:linear-gradient(90deg,transparent,var(--lux-gold),transparent)!important;
}
.nav-link:hover,
.nav-plain:hover{
  color:var(--lux-gold-soft)!important;
  background:rgba(255,255,255,.04)!important;
  border-color:rgba(201,171,106,.18)!important;
}
.nav-actions .btn-light{
  background:linear-gradient(135deg,#d9bd7d,#f1dcaa)!important;
  color:#07120e!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 14px 34px rgba(201,171,106,.18)!important;
  font-weight:900!important;
}

/* Mega menus and dropdown cards */
.mega{
  background:linear-gradient(180deg,rgba(5,18,14,.98),rgba(8,29,22,.98))!important;
  border:1px solid var(--lux-line)!important;
  box-shadow:0 36px 100px rgba(0,0,0,.40)!important;
  color:var(--lux-text)!important;
}
.mega .feature{
  background:
    radial-gradient(circle at 80% 10%, rgba(201,171,106,.13), transparent 26%),
    linear-gradient(135deg,#071610,#0d2c22)!important;
  border:1px solid rgba(201,171,106,.16)!important;
}
.mega h4{
  color:var(--lux-gold)!important;
}
.mega a.item{
  border:1px solid rgba(201,171,106,.08)!important;
}
.mega a.item:hover{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(201,171,106,.22)!important;
}
.mega a.item b{
  color:#fff!important;
}
.mega a.item span,
.mega .feature p{
  color:var(--lux-muted)!important;
}

/* Homepage hero */
.hero{
  background:
    radial-gradient(circle at 12% 2%, rgba(20,89,70,.25), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(201,171,106,.10), transparent 22%),
    linear-gradient(180deg,#030b08,#061811 72%,#081d16)!important;
  padding:2rem 0 4.5rem!important;
}
.hero-inner-africa{
  grid-template-columns:minmax(390px,.9fr) minmax(500px,1.1fr)!important;
  gap:2rem!important;
  align-items:center!important;
}
.hero-copy-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  padding:1.5rem 0!important;
}
.hero-copy-card:before{
  content:"OT INFRASTRUCTURE & SECURITY";
  display:block;
  color:var(--lux-gold)!important;
  font-weight:900;
  letter-spacing:.18em;
  font-size:.78rem;
  margin-bottom:1.2rem;
}
.hero-copy-card h1{
  max-width:820px!important;
  font-size:clamp(3.6rem,5.1vw,6rem)!important;
  line-height:.95!important;
  letter-spacing:-.055em!important;
  color:#fff!important;
  text-shadow:0 12px 40px rgba(0,0,0,.25)!important;
}
.hero-copy-card h1 span{
  color:#fff!important;
}
.hero-copy-card h1 span::after{
  display:none!important;
}
.hero-copy-card h1 strong,
.hero-copy-card h1 em{
  color:var(--lux-gold-soft)!important;
  font-style:normal;
}
.hero-copy-card .lead{
  color:var(--lux-muted)!important;
  max-width:620px!important;
  font-size:1.16rem!important;
  line-height:1.6!important;
}
.market-focus-strip span{
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(201,171,106,.18)!important;
  color:#edf4ef!important;
}
.hero-actions .btn-primary{
  background:linear-gradient(135deg,#d5b776,#f2dfa9)!important;
  color:#06110d!important;
  box-shadow:0 18px 42px rgba(201,171,106,.20)!important;
}
.hero-actions .btn-secondary{
  background:rgba(255,255,255,.03)!important;
  color:#fff!important;
  border:1px solid rgba(201,171,106,.22)!important;
}
.hero-proof{
  margin-top:1.5rem!important;
}
.hero-proof .proof-card{
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(201,171,106,.14)!important;
  border-radius:18px!important;
}
.hero-proof .proof-card b{
  color:#fff!important;
}
.hero-proof .proof-card span{
  color:var(--lux-muted)!important;
}
.hero-art-card{
  height:720px!important;
  min-height:720px!important;
  border-radius:32px!important;
  border:1px solid rgba(201,171,106,.24)!important;
  box-shadow:0 34px 110px rgba(0,0,0,.38)!important;
  background:#06140f!important;
}
.hero-art-card img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(1.04) contrast(1.05)!important;
}

/* Sitewide page heroes */
.page-hero,
.inner-hero{
  background:
    radial-gradient(circle at 85% 5%, rgba(201,171,106,.10), transparent 28%),
    radial-gradient(circle at 12% 0%, rgba(20,89,70,.18), transparent 28%),
    linear-gradient(180deg,#030b08,#081d16)!important;
  color:#fff!important;
  border-bottom:1px solid rgba(201,171,106,.14)!important;
}
.page-hero h1,
.inner-hero h1{
  color:#fff!important;
  opacity:1!important;
}
.page-hero p,
.inner-hero p{
  color:var(--lux-muted)!important;
}

/* Sections */
.section{
  background:transparent!important;
}
.section-muted,
.section-dark{
  background:
    radial-gradient(circle at 85% 8%, rgba(201,171,106,.06), transparent 28%),
    linear-gradient(180deg,#06140f,#081d16)!important;
  color:var(--lux-text)!important;
}
.section-head h2,
.section-head p,
.section-muted .section-head h2,
.section-muted .section-head p{
  color:var(--lux-text)!important;
  opacity:1!important;
}
.section-head p,
.section-muted .section-head p{
  color:var(--lux-muted)!important;
}
.eyebrow,
.section-muted .eyebrow{
  color:var(--lux-gold)!important;
}

/* Cards, panels, timelines, resource cards, stats, forms */
.card,
.panel,
.timeline .step,
.stat,
.resource-library-card,
.resource-card,
.cta-card,
.form,
.contact-card{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028))!important;
  border:1px solid rgba(201,171,106,.14)!important;
  color:var(--lux-text)!important;
  box-shadow:0 18px 55px rgba(0,0,0,.18)!important;
}
.card:hover,
.panel:hover,
.resource-library-card:hover{
  border-color:rgba(201,171,106,.28)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.28)!important;
}
.card h3,
.panel h3,
.timeline .step h3,
.resource-card h3,
.resource-library-card h3,
.stat b{
  color:#fff!important;
  opacity:1!important;
}
.card p,
.panel p,
.timeline .step p,
.resource-card p,
.resource-library-card p,
.stat span{
  color:var(--lux-muted)!important;
  opacity:1!important;
}
.card:before{
  background:linear-gradient(90deg,var(--lux-emerald),var(--lux-gold))!important;
}
.icon-badge,
.step-number,
.stack-item span{
  background:linear-gradient(135deg,#174f40,var(--lux-gold))!important;
  color:#fff!important;
}
.link,
.card .link,
.resource-card .link{
  color:var(--lux-gold-soft)!important;
}

/* Visual cards */
.visual-card,
.industry-rich{
  background:#06140f!important;
  border:1px solid rgba(201,171,106,.14)!important;
  box-shadow:0 20px 60px rgba(0,0,0,.22)!important;
}
.visual-card:after,
.industry-rich:after{
  background:linear-gradient(180deg,rgba(3,11,8,.05),rgba(3,11,8,.78))!important;
}
.visual-card-content h3,
.industry-rich h3{
  color:#fff!important;
}
.visual-card-content p,
.industry-rich p{
  color:var(--lux-muted)!important;
}

/* Operational layers matrix */
.architecture-matrix,
.matrix{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;
  gap:1rem!important;
}
.architecture-matrix div,
.matrix div{
  min-height:150px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.028))!important;
  border:1px solid rgba(201,171,106,.16)!important;
  color:#fff!important;
  padding:1rem!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:flex-start!important;
  overflow:hidden!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 46px rgba(0,0,0,.20)!important;
}
.architecture-matrix span,
.matrix span{
  color:var(--lux-gold)!important;
  font-size:.72rem!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  margin-bottom:.7rem!important;
}
.architecture-matrix b,
.matrix b{
  color:#fff!important;
  font-size:1rem!important;
  line-height:1.22!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}

/* Platform/Services/Industries/Insights clicked pages */
.grid .card,
.split .panel,
.check-list .check,
.service-card,
.industry-card,
.insight-card{
  color:var(--lux-text)!important;
}
.check{
  color:var(--lux-muted)!important;
}
.check:before{
  background:rgba(201,171,106,.16)!important;
  color:var(--lux-gold-soft)!important;
}

/* Forms and inputs */
input,
textarea,
select{
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(201,171,106,.18)!important;
  color:#fff!important;
}
input::placeholder,
textarea::placeholder{
  color:rgba(245,247,244,.55)!important;
}
select option{
  background:#071610!important;
  color:#fff!important;
}

/* CTAs and footer */
.cta,
.cta-africa{
  background:
    radial-gradient(circle at 88% 10%, rgba(201,171,106,.11), transparent 26%),
    linear-gradient(135deg,#071610,#0b241b 60%,#06140f)!important;
  border:1px solid rgba(201,171,106,.18)!important;
  color:#fff!important;
}
.cta p{
  color:var(--lux-muted)!important;
}
.footer{
  background:linear-gradient(180deg,#030b08,#050f0b)!important;
  border-top:1px solid rgba(201,171,106,.14)!important;
}
.footer h4{
  color:var(--lux-gold)!important;
}
.footer a,
.footer p,
.footer-bottom{
  color:var(--lux-muted)!important;
}
.footer-logo{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  width:360px!important;
}

/* Mobile */
@media (max-width:1280px){
  .hero-inner-africa{
    grid-template-columns:1fr!important;
  }
  .hero-art-card{
    height:560px!important;
    min-height:560px!important;
  }
}
@media (max-width:900px){
  .brand-logo{
    height:62px!important;
    max-width:330px!important;
  }
  .hero-copy-card h1{
    font-size:clamp(3rem,11vw,4.6rem)!important;
  }
  .hero-art-card{
    height:430px!important;
    min-height:430px!important;
  }
  .architecture-matrix,
  .matrix{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:560px){
  .architecture-matrix,
  .matrix{
    grid-template-columns:1fr!important;
  }
}



/* =========================================================
   V9 FINAL OVERRIDE: remove washed-out white sections sitewide
   Applies after every previous rule.
   ========================================================= */

/* force global dark luxury canvas */
html,
body,
body.luxury-site,
main{
  background:#030b08 !important;
  color:#f5f7f4 !important;
}

/* all page hero sections: Platform, Services, Industries, Insights, Resources, Contact, Thank You, Terms, Privacy */
.page-hero,
.inner-hero,
main > .page-hero,
body.luxury-site .page-hero,
body.luxury-site .inner-hero{
  background:
    radial-gradient(circle at 84% 10%, rgba(201,171,106,.11), transparent 28%),
    radial-gradient(circle at 12% 0%, rgba(20,89,70,.25), transparent 30%),
    linear-gradient(180deg,#030b08 0%,#071610 58%,#0a2018 100%) !important;
  color:#f5f7f4 !important;
  border-bottom:1px solid rgba(201,171,106,.16) !important;
  box-shadow:inset 0 -1px 0 rgba(201,171,106,.08) !important;
}

/* remove old pale/gold decorative ring effect that caused light sections */
.page-hero:after,
.inner-hero:after{
  opacity:.16 !important;
  border-color:rgba(201,171,106,.20) !important;
}

/* force page hero readable text */
.page-hero .eyebrow,
.inner-hero .eyebrow,
.page-hero span,
.inner-hero span{
  color:#c9ab6a !important;
}
.page-hero h1,
.inner-hero h1,
.page-hero h2,
.inner-hero h2{
  color:#ffffff !important;
  opacity:1 !important;
  text-shadow:0 12px 36px rgba(0,0,0,.28) !important;
}
.page-hero p,
.inner-hero p{
  color:#c8d3cc !important;
  opacity:1 !important;
}

/* every content section underneath internal pages */
.section,
.section-muted,
.section-dark,
body.luxury-site .section,
body.luxury-site .section-muted,
body.luxury-site .section-dark{
  background:
    radial-gradient(circle at 88% 8%, rgba(201,171,106,.055), transparent 26%),
    linear-gradient(180deg,#06140f 0%,#081d16 100%) !important;
  color:#f5f7f4 !important;
}

/* section headings must not fade into background */
.section-head,
.section-head *,
.section-muted .section-head,
.section-muted .section-head *,
.section-dark .section-head,
.section-dark .section-head *{
  opacity:1 !important;
}
.section-head h1,
.section-head h2,
.section-head h3{
  color:#ffffff !important;
}
.section-head p{
  color:#c8d3cc !important;
}

/* cards/panels across pages — no white cards */
.card,
.panel,
.timeline .step,
.stat,
.resource-card,
.resource-library-card,
.cta-card,
.form,
.contact-card,
.service-card,
.industry-card,
.insight-card,
.admin-note,
.split > div,
.grid > div,
.check-list,
.contact-status{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.028)) !important;
  border:1px solid rgba(201,171,106,.15) !important;
  color:#f5f7f4 !important;
  box-shadow:0 18px 55px rgba(0,0,0,.20) !important;
}

/* preserve visual image cards, but keep dark overlay */
.visual-card,
.industry-rich{
  background:#06140f !important;
  border:1px solid rgba(201,171,106,.17) !important;
}
.visual-card:after,
.industry-rich:after{
  background:linear-gradient(180deg,rgba(3,11,8,.10),rgba(3,11,8,.82)) !important;
}

/* text inside cards and panels */
.card h1,.card h2,.card h3,.card h4,
.panel h1,.panel h2,.panel h3,.panel h4,
.timeline .step h3,
.resource-card h3,
.resource-library-card h3,
.service-card h3,
.industry-card h3,
.insight-card h3,
.stat b,
.grid > div h3,
.split > div h3{
  color:#ffffff !important;
  opacity:1 !important;
}
.card p,.panel p,.timeline .step p,
.resource-card p,
.resource-library-card p,
.service-card p,
.industry-card p,
.insight-card p,
.stat span,
.grid > div p,
.split > div p{
  color:#c8d3cc !important;
  opacity:1 !important;
}

/* links and badges */
.link,
.card .link,
.resource-card .link,
.resource-library-card .link,
.panel .link,
a.link{
  color:#dec58d !important;
}
.icon-badge,
.step-number,
.timeline .step:before,
.stack-item span{
  background:linear-gradient(135deg,#145946,#c9ab6a) !important;
  color:#ffffff !important;
}

/* operational / methodology step cards that previously stayed white */
.timeline .step,
.grid-5 .card,
.how-step,
.method-card{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.028)) !important;
  border-color:rgba(201,171,106,.15) !important;
}

/* contact page and Talk to an OT Specialist form */
.contact-page,
.contact-section,
form,
.form,
input,
textarea,
select{
  color:#f5f7f4 !important;
}
input,
textarea,
select{
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(201,171,106,.20) !important;
  color:#ffffff !important;
  box-shadow:none !important;
}
input::placeholder,
textarea::placeholder{
  color:rgba(245,247,244,.54) !important;
}
select option{
  background:#071610 !important;
  color:#ffffff !important;
}

/* Contact info checks */
.check{
  color:#c8d3cc !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
.check:before{
  background:rgba(201,171,106,.16) !important;
  color:#dec58d !important;
}

/* nav dropdown / mega menu: remove white on hover/click */
.mega,
.mobile-menu,
.mobile-menu.open{
  background:linear-gradient(180deg,#06140f,#0a2018) !important;
  color:#f5f7f4 !important;
  border:1px solid rgba(201,171,106,.18) !important;
}
.mobile-menu a{
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(201,171,106,.14) !important;
  color:#f5f7f4 !important;
}

/* resource library cards generated by JS */
.resource-grid .resource-card,
.resources-grid .resource-card,
#resources-list .resource-card{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.028)) !important;
  border:1px solid rgba(201,171,106,.15) !important;
}
.resource-tag{
  background:rgba(201,171,106,.14) !important;
  color:#dec58d !important;
}

/* final safety: any inline pale page panel */
[style*="background:#fff"],
[style*="background: #fff"],
[style*="background:white"],
[style*="background: white"],
[style*="background:#ffffff"],
[style*="background: #ffffff"]{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.028)) !important;
  color:#f5f7f4 !important;
}
