:root{
  --bg:#071936;
  --bg2:#0b2147;
  --card:#102750;
  --card2:#132d5a;
  --text:#f7f9ff;
  --muted:#aebbd3;
  --gold:#ffd000;
  --line:rgba(255,255,255,.12);
  --accent:#ffcf00;
  --blue:#3f8cff;
  --green:#44c98a;
  --orange:#ff9b3d;
  --max:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Segoe UI,Arial,sans-serif;background:#000000;
    color:#ffffff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),92%);margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(7,25,54,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{
    min-height:76px;
    display:flex;
    align-items:center;
    width:100%;
}
.brand{display:flex;align-items:center;gap:12px;color:#fff}
.brand-mark{width:44px;height:44px;border:2px solid var(--gold);border-radius:12px;display:grid;place-items:center;font-weight:900;color:var(--gold);letter-spacing:-1px}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-text strong{font-size:18px}
.brand-text span{font-size:11px;color:#aebbd3;margin-top:4px}
.desktop-nav{
    display:flex;
    align-items:center;
    gap:22px;
    margin-left:auto;
    color:#dce6f8;
    font-size:14px;
    font-weight:700;
}
.nav-cta{padding:10px 17px;border-radius:999px;background:var(--gold)!important;color:#081936!important;font-weight:800}
.menu-btn,.mobile-nav{display:none}
.hero{background:radial-gradient(circle at 82% 18%,rgba(63,140,255,.20),transparent 34%),linear-gradient(135deg,#061632,#0b244b);color:#fff;padding:90px 0 80px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}
.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:#b8c7df;margin-bottom:14px}
.hero .eyebrow{color:var(--gold)}
.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-2px;margin-bottom:24px}
.hero h1 span{color:var(--gold)}
.hero-lead{font-size:18px;color:#c7d3e8;max-width:700px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin:30px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:10px;font-weight:800;transition:.2s}
.btn-primary{background:var(--gold);color:#081936}
.btn-primary:hover{transform:translateY(-2px)}
.btn-outline{border:1px solid rgba(255,255,255,.35);color:#fff}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.trust-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:35px}
.trust-row div{display:flex;flex-direction:column}
.trust-row b{color:#fff;font-size:18px}
.trust-row span{font-size:12px;color:#8fa3c2}
.hero-card{background:rgba(16,39,80,.72);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:34px;box-shadow:0 25px 80px rgba(0,0,0,.22)}
.card-badge{display:inline-block;padding:7px 11px;border:1px solid rgba(255,208,0,.4);color:var(--gold);border-radius:999px;font-size:11px;font-weight:900;letter-spacing:1px}
.hero-card h2{font-size:31px;line-height:1.2;margin:20px 0 24px}
.stack{display:flex;flex-wrap:wrap;gap:9px}
.stack span{background:#183662;border:1px solid rgba(255,255,255,.09);padding:8px 12px;border-radius:8px;color:#dce7fa;font-size:13px}
.hero-note{margin-top:28px;padding:18px;border-left:3px solid var(--gold);background:rgba(255,255,255,.04)}
.hero-note strong{font-size:15px}.hero-note p{font-size:13px;color:#aebbd3;margin-top:5px}
.stats-strip{background:#0c2144;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stats-grid div{padding:24px;border-right:1px solid rgba(255,255,255,.09)}
.stats-grid div:last-child{border-right:0}
.stats-grid strong,.stats-grid span{display:block}
.stats-grid strong{font-size:15px}.stats-grid span{font-size:12px;color:#9fb0cb;margin-top:3px}
.section{padding:88px 0}
.section-heading{max-width:760px;margin-bottom:40px}
.section-heading h2{font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-1px;color:#ffffff;}
.section-heading p{color:#64738c;margin-top:12px}
.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}
.plan{position:relative;border:1px solid #dfe5ee;border-radius:20px;background:#fff;padding:26px;display:flex;flex-direction:column;box-shadow:0 12px 35px rgba(24,45,78,.07)}
.plan.featured{border:2px solid var(--gold);transform:translateY(-8px);box-shadow:0 18px 45px rgba(24,45,78,.14)}
.popular{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gold);color:#091a38;padding:6px 13px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}
.plan-label{font-size:10px;letter-spacing:1.5px;font-weight:900;color:#7c8ba3}
.plan h3{font-size:28px;margin-top:3px}
.price{font-size:34px;font-weight:900;color:#10264b;margin:10px 0}
.plan-desc{font-size:13px;color:#69788f;min-height:62px}
.plan ul{list-style:none;margin:18px 0 24px;flex:1}
.plan li{font-size:13px;padding:8px 0;border-bottom:1px solid #edf0f5}
.plan li:before{content:"✓";color:#1eaf74;font-weight:900;margin-right:8px}
.plan-btn{display:block;text-align:center;background:#0d2348;color:#fff;border-radius:9px;padding:11px;font-weight:800}
.plan-btn:hover{background:#173767}
.silver{background:linear-gradient(180deg,#fff,#f4f8ee)}
.golden{background:linear-gradient(180deg,#fff,#fff9e7)}
.platinum{background:linear-gradient(180deg,#fff,#fff3ea)}
.diamond{background:linear-gradient(180deg,#fff,#fff8d9)}
.dark-section{background:#081a38;color:#fff}
.section-heading.light h2{color:#fff}.section-heading.light p{color:#a9b8d0}.section-heading.light .eyebrow{color:var(--gold)}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.benefit{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);padding:25px;border-radius:16px}
.benefit span{color:var(--gold);font-weight:900}.benefit h3{margin:12px 0 7px}.benefit p{color:#aebbd3;font-size:13px}
.syllabus{display:flex;flex-direction:column;gap:18px}
.module{background:#fff;border:1px solid #e1e6ef;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(26,45,75,.05)}
.module-head>span{width:42px;height:42px;border-radius:12px;background:var(--gold);color:#092047;display:grid;place-items:center;font-weight:900}
.module-card{
    background:#ffffff;
    border:1px solid #d9e1ec;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:28px;
    box-shadow:0 8px 24px rgba(11,33,69,0.07);
}

.module-head {
    background: #123566;
    padding: 28px 34px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.module-number {
    width: 52px;
    height: 52px;
    background: #ffd000;
    color: #10264b;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    flex-shrink: 0;
}

.module-head h3 {
    color: #ffffff !important;
    font-size: 25px;
    font-weight: 650;
    line-height: 1.2;
    margin: 0 0 6px;
}

.module-head p {
    color: #dce6f8 !important;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.module-body{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:45px;
    padding:36px 34px 42px;
}

.module-body h4{
    color:#10264b !important;
    font-size:19px;
    line-height:1.4;
    margin:0 0 16px;
    font-weight:800;
}

.module-body ul{
    margin:0;
    padding-left:20px;
}

.module-body li{
    color:#526b8d !important;
    font-size:16px;
    line-height:1.8;
    margin:7px 0;
}


.projects-section{
    background:#f0f4fa;
}

.project-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.project-grid article{
    background:#fff;
    border:1px solid #dfe5ee;
    border-radius:18px;
    padding:32px 30px;
    min-height:235px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-shadow:0 8px 24px rgba(11,33,69,0.07);
    transition:transform .25s ease, box-shadow .25s ease;
}

.project-grid article:hover{
    transform:translateY(-5px);
    box-shadow:0 14px 30px rgba(11,33,69,0.12);
}

.project-grid span{
    font-size:11px;
    color:#9a7a00;
    font-weight:900;
    letter-spacing:1px;
}

.project-grid h3{
    margin:16px 0 12px;
    font-size:22px;
    color:#10264b !important;
}

.project-grid p{
    font-size:14px;
    line-height:1.7;
    color:#68778e !important;
}
.career-section{background:#fff}
.career-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.career-grid h2{font-size:clamp(32px,4vw,48px);line-height:1.1;color:#12233e}
.career-grid p{color:#64738c;margin-top:15px;max-width:580px}
.career-list{background:#0b2145;border-radius:20px;padding:25px}
.career-list div{display:flex;gap:13px;align-items:center;color:#fff;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.career-list div:last-child{border-bottom:0}.career-list b{color:var(--gold)}
.cta-section{padding:30px 0 80px}
.cta-box{background:linear-gradient(120deg,#0b2145,#123566);color:#fff;border-radius:24px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.cta-box h2{font-size:32px;line-height:1.1}.cta-box p{color:#b6c5dc;margin-top:7px}
footer{background:#06152f;color:#fff;padding:28px 0}
.footer-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:12px;color:#8fa3c2}
.footer-wrap div:first-child{display:flex;flex-direction:column;color:#fff}.footer-wrap div:first-child span{color:#8fa3c2;margin-top:3px}
@media(max-width:1050px){
  .desktop-nav{gap:12px}.desktop-nav a:not(.nav-cta){display:none}.menu-btn{display:block;background:none;border:0;color:#fff;font-size:28px;cursor:pointer}.mobile-nav{display:none;flex-direction:column;background:#081a38;padding:10px 4%;border-top:1px solid var(--line)}.mobile-nav.open{display:flex}.mobile-nav a{padding:13px 0;color:#dce6f8}.mobile-nav .nav-cta{text-align:center;margin:7px 0}
  .hero-grid{grid-template-columns:1fr}.hero-card{max-width:700px}
  .plans-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .hero{padding:65px 0}.hero h1{font-size:45px}.hero-lead{font-size:16px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid div:nth-child(2){border-right:0}.stats-grid div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}
  .section{padding:65px 0}.plans-grid,.project-grid,.career-grid{grid-template-columns:1fr}.plan.featured{transform:none}.module-body{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr}
  .cta-box{flex-direction:column;align-items:flex-start}.footer-wrap{flex-direction:column;align-items:flex-start}
}

/* Curriculum and plan inheritance emphasis */
.plan li.inherit-item strong{font-weight:900;color:#10264b}
.module-body-wide{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.module-body-wide{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.module-body-wide{grid-template-columns:1fr}}

.brand-logo {
    width: 82px;
    height: 82px;
    object-fit: contain;
    border-radius: 50%;
    display: block;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
}

.brand span {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

/* ================================
   GAINTECH NEXUS HEADER
================================ */

/* HEADER */

header{
    background:#000000;
    padding:12px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:sticky;
    top:0;
    z-index:999;
}

.logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo img{
    width:75px;
    height:75px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #ffd000;
    background:white;
    padding:3px;
}

.logo h2{
    color:white;
    margin:0;
    font-size:28px;
    font-weight:700;
}

nav{
    display:flex;
    align-items:center;
    margin-left:auto;
}

nav a{
    color:white;
    text-decoration:none;
    margin-left:28px;
    font-weight:700;
    font-size:16px;
}

nav a:hover{
    color:#ffd000;
}

.plan li {
    color: #17345f;
}

.plan li.inherit-item strong {
    font-weight: 900;
    color: #10264b;
}

.plan h3 {
    color: #10264b !important;
}

.plan-label {
    color: #7c8ba3 !important;
}

/* PROJECTS SECTION - TEXT FIX */

.projects-section .section-heading h2 {
    color: #13223d !important;
}

.projects-section .section-heading .eyebrow {
    color: #7c8ba3 !important;
}

.projects-section .section-heading p {
    color: #64738c !important;
}