
:root{
  --bg:#020104;
  --panel:rgba(7,5,12,.88);
  --panel2:rgba(13,8,23,.82);
  --purple:#9b4dff;
  --purple2:#bb75ff;
  --purple3:#dcbcff;
  --text:#f8f6fb;
  --muted:#c6bdce;
  --line:rgba(187,117,255,.30);
  --shadow:0 24px 90px rgba(0,0,0,.62);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  background:#020104 url("tech-background.png?v=20260708-1249") center top/cover fixed no-repeat;
}
body::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
  background:
    linear-gradient(180deg,rgba(1,0,3,.14),rgba(1,0,3,.55) 66%,rgba(1,0,3,.9)),
    linear-gradient(90deg,rgba(0,0,0,.22),transparent 42%,transparent 62%,rgba(0,0,0,.18));
}
a{color:var(--purple3)}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:1rem;top:1rem;z-index:1000;background:#fff;color:#000;padding:.7rem 1rem;border-radius:10px}

.topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(2,1,4,.90);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(187,117,255,.18)
}
.nav{
  width:min(1500px,100%);margin:auto;padding:1rem 2rem;
  display:flex;justify-content:space-between;align-items:center;gap:2rem
}
.brand{display:flex;align-items:center;gap:.8rem;font-weight:800}
.brand-mark{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(145deg,#2b0d52,#8f42ff);
  border:1px solid rgba(220,188,255,.45);box-shadow:0 0 28px rgba(155,77,255,.34)
}
.brand span:last-child{display:flex;flex-direction:column;line-height:1.2}
.brand small{display:block;margin-top:.18rem;color:#aaa2b4;font-size:.78rem;font-weight:500}
.nav-links{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}
.nav-links a{color:#ddd8e4;text-decoration:none;padding:.55rem .8rem;border-radius:999px;font-size:.92rem}
.nav-links a:hover{background:rgba(155,77,255,.12);color:#fff}
.nav-links .nav-cta{border:1px solid rgba(155,77,255,.7);padding:.68rem 1.05rem;color:var(--purple3)}

.hero{
  width:min(1450px,100%);margin:0 auto;
  min-height:715px;padding:4.2rem 2.2rem 2rem;
  display:grid;grid-template-columns:1.02fr .98fr;gap:5.2rem;align-items:center
}
.hero>div:first-child{max-width:720px}
.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;padding:.48rem .82rem;
  border:1px solid rgba(187,117,255,.38);border-radius:999px;
  background:rgba(18,8,31,.70);color:var(--purple3);
  font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase
}
h1{
  margin:1.35rem 0 1.4rem;font-size:clamp(4.4rem,7.4vw,7.7rem);
  line-height:.86;letter-spacing:-.067em;text-shadow:0 8px 40px rgba(0,0,0,.7)
}
.gradient-text{
  background:linear-gradient(90deg,#e1c8ff 0%,#bd72ff 48%,#8f3eff 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero p{max-width:700px;color:#d3cad9;font-size:1.08rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;
  padding:.85rem 1.28rem;border-radius:13px;text-decoration:none;font-weight:800
}
.btn-primary{color:#fff;background:linear-gradient(135deg,#7a2cff,#aa55ff);box-shadow:0 14px 38px rgba(135,45,255,.42)}
.btn-secondary{color:#fff;border:1px solid rgba(187,117,255,.64);background:rgba(4,3,8,.7)}

.hero-card{
  width:100%;max-width:545px;justify-self:end;
  border:1px solid rgba(187,117,255,.92);border-radius:20px;
  background:linear-gradient(150deg,rgba(22,10,39,.95),rgba(4,3,8,.96) 68%);
  box-shadow:0 0 0 1px rgba(155,77,255,.12),0 0 48px rgba(124,35,238,.26),var(--shadow);
  transform:none!important;rotate:0!important;skew:0!important;overflow:hidden
}
.hero-card *{transform:none!important;rotate:0!important;skew:0!important}
.hero-card::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 25% 5%,rgba(155,77,255,.20),transparent 38%)
}
.shield{
  position:relative;min-height:535px;padding:2.2rem;
  display:flex;flex-direction:column;justify-content:space-between;background:transparent
}
.shield-icon{font-size:4.4rem;filter:drop-shadow(0 0 18px rgba(155,77,255,.5))}
.shield h2{font-size:2rem;line-height:1.2;margin:.5rem 0}
.shield>div>p{font-size:1.08rem;color:#c9c0d0}
.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.mini-grid div{
  min-height:118px;padding:1rem;border-radius:14px;
  background:rgba(7,5,12,.78);border:1px solid rgba(255,255,255,.12)
}
.mini-grid strong{display:block;color:var(--purple2);font-size:1.02rem;margin-bottom:.25rem}

.hero-stats{
  width:min(1450px,calc(100% - 2.5rem));margin:0 auto 4.5rem;
  display:grid;grid-template-columns:repeat(5,1fr);
  border:1px solid rgba(255,255,255,.12);border-radius:18px;
  background:linear-gradient(145deg,rgba(8,6,14,.94),rgba(5,4,9,.88));
  box-shadow:0 18px 70px rgba(0,0,0,.45);
  backdrop-filter:blur(16px);overflow:hidden
}
.hero-stat{
  min-height:150px;padding:1.25rem 1.15rem;
  display:grid;grid-template-columns:42px 1fr;gap:.8rem;align-items:start;
  border-right:1px solid rgba(255,255,255,.11)
}
.hero-stat:last-child{border-right:0}
.stat-icon{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  color:var(--purple2);font-size:1.45rem;background:rgba(155,77,255,.08);
  border:1px solid rgba(187,117,255,.22)
}
.hero-stat strong{display:block;color:var(--purple2);font-size:1.75rem;line-height:1.1}
.hero-stat p{margin:.45rem 0 .4rem;color:#f2edf7;font-size:.92rem;line-height:1.35}
.hero-stat small{display:block;color:#93899d;font-size:.72rem;line-height:1.3}

.container{width:min(1260px,100%);margin:auto;padding:0 1.4rem 5rem}
.section-heading{margin:4.3rem 0 1.5rem}
.section-heading h2{font-size:clamp(2.1rem,4vw,3.5rem);margin:.25rem 0;letter-spacing:-.035em}
.section-heading p{max-width:820px;color:var(--muted)}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.modules{display:grid;gap:1.35rem;margin-top:2.8rem}
.module,.card,.callout,.impact,.term{
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(13,8,22,.92),rgba(5,4,9,.90));
  box-shadow:0 14px 50px rgba(0,0,0,.34);backdrop-filter:blur(12px)
}
.module{border-radius:22px;padding:clamp(1.3rem,3vw,2.25rem)}
.module-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}
.module-number{
  flex:0 0 48px;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg,#6d23d9,#aa55ff);font-weight:900
}
.module h3{font-size:1.75rem;margin:.2rem 0 .6rem}
.module h4{margin:1.5rem 0 .55rem;color:var(--purple3)}
.module p,.module li,.card p,.term p{color:var(--muted)}
.card{border-radius:17px;padding:1.1rem}
.callout,.impact{margin-top:1.1rem;padding:1.1rem 1.2rem;border-radius:17px}
.callout{border-left:4px solid var(--purple)}
.impact{border-color:rgba(187,117,255,.42);background:linear-gradient(135deg,rgba(56,17,92,.66),rgba(8,5,13,.91))}
.impact-label{display:block;color:var(--purple2);font-size:.72rem;font-weight:900;letter-spacing:.12em;margin-bottom:.45rem}
.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin:1rem 0}
.flow div{padding:.9rem;border-radius:14px;text-align:center;background:rgba(12,7,20,.88);border:1px solid var(--line)}
.takeaways{margin-top:1.25rem;padding:1.15rem;border-radius:17px;background:linear-gradient(135deg,rgba(83,27,141,.28),rgba(16,8,26,.8));border:1px solid rgba(187,117,255,.28)}
.term-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.term{padding:1rem;border-radius:16px}
footer{padding:2.5rem 1.2rem;text-align:center;color:#9d94a7}

@media(max-width:1100px){
  .hero{grid-template-columns:1fr;gap:2.5rem;padding-top:3.5rem}
  .hero-card{justify-self:start;max-width:620px}
  .hero-stats{grid-template-columns:repeat(2,1fr)}
  .hero-stat:nth-child(2n){border-right:0}
  .hero-stat{border-bottom:1px solid rgba(255,255,255,.10)}
}
@media(max-width:760px){
  .nav{padding:.85rem 1rem}
  .nav-links a:not(.nav-cta){display:none}
  .brand small{display:none}
  h1{font-size:4rem}
  .hero{padding:3rem 1rem 2rem}
  .shield{min-height:490px;padding:1.4rem}
  .mini-grid,.grid-2,.grid-3,.flow,.term-grid{grid-template-columns:1fr}
  .hero-stats{grid-template-columns:1fr;width:min(100% - 1.5rem,1450px)}
  .hero-stat{border-right:0}
}
@media print{
  .topbar,.hero-actions,.hero-stats{display:none}
  body{background:#fff;color:#111}
  .hero,.container{max-width:none;padding:1rem}
  .module,.card,.impact,.callout,.term,.hero-card{background:#fff;color:#111;box-shadow:none;border:1px solid #bbb}
  .module p,.module li,.hero p,.section-heading p,.card p,.term p{color:#333}
}
