body.public{
  background:#f4f8fb;
  font-family:"Manrope","Plus Jakarta Sans",system-ui,sans-serif;
}

/* Firm premium institutional override */
body.public{
  background:#eef4f8;
}

.premium-hero{
  min-height:780px;
  background:#020f22;
}

.hero-overlay{
  background:
    linear-gradient(90deg,rgba(2,12,28,1) 0%,rgba(3,24,52,.98) 36%,rgba(3,24,52,.76) 58%,rgba(3,24,52,.20) 100%),
    linear-gradient(180deg,rgba(2,12,28,.14) 0%,rgba(2,12,28,.24) 68%,#eef4f8 100%);
}

.premium-hero:after{
  height:116px;
  background:#eef4f8;
  clip-path:polygon(0 58%,22% 48%,43% 58%,64% 42%,82% 52%,100% 36%,100% 100%,0 100%);
}

.hero-premium-grid{
  min-height:780px;
}

.hero-kicker{
  min-height:40px;
  padding:0 22px;
  border-radius:8px;
  border-left:5px solid #2cb4ff;
  background:#fff;
  color:#031f3f;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.hero-premium-copy h1{
  font-size:68px;
  line-height:1.01;
  letter-spacing:-3.8px;
  text-shadow:0 20px 48px rgba(0,0,0,.34);
}

.hero-premium-copy h1 strong{
  color:#fff;
  -webkit-text-stroke:1px rgba(142,215,255,.22);
}

.hero-premium-copy p{
  color:#e2edf5;
}

.btn-primary-premium{
  border-radius:8px;
  background:linear-gradient(135deg,#0b8fe3,#043e82);
  letter-spacing:.2px;
}

.btn-white-outline,
.hero-mini-note span,
.hero-status-card>a{
  border-radius:8px;
}

.hero-status-card{
  border-radius:18px;
  background:linear-gradient(180deg,rgba(4,31,66,.88),rgba(3,21,45,.76));
  box-shadow:0 30px 80px rgba(0,0,0,.38);
}

.premium-metrics{
  margin-top:-70px;
}

.premium-metrics .container{
  border-radius:16px;
  box-shadow:0 24px 70px rgba(4,39,76,.15);
}

.premium-metrics article{
  border-top:5px solid transparent;
}

.premium-metrics article:first-child,
.premium-metrics article:hover{
  border-top-color:#0873bd;
}

.flow-section{
  background:linear-gradient(180deg,#eef4f8,#fff);
}

.premium-heading h2{
  color:#031f3f;
}

.premium-flow{
  border-radius:18px;
}

.premium-flow article{
  border-radius:12px;
  border-left:4px solid #d7e8f3;
  background:#fff;
}

.premium-flow article:hover{
  border-left-color:#0873bd;
  box-shadow:0 16px 38px rgba(6,45,91,.09);
}

.premium-flow article:not(:last-child):after{
  content:"\2192";
  border-radius:8px;
  background:#eef4f8;
}

.premium-flow i,
.premium-advantages i{
  border-radius:10px;
  background:#031f3f;
  color:#fff;
}

.program-card-premium,
.wave-premium-card{
  border-radius:18px;
}

.program-card-premium{
  box-shadow:0 28px 72px rgba(3,33,65,.20);
}

.program-card-premium h2{
  font-size:36px;
}

.program-card-premium li:before{
  content:"\2713";
  border-radius:6px;
}

.wave-row{
  border-radius:10px;
}

.wave-row>b{
  border-radius:8px;
  background:#031f3f;
  color:#fff;
}

.wave-row.active{
  border-color:#0873bd;
  background:#eef8ff;
}

.wave-row.active>b{
  background:linear-gradient(135deg,#0b8fe3,#043e82);
}

.advantage-section{
  background:linear-gradient(180deg,#fff,#eef4f8);
}

.premium-advantages article{
  border-radius:14px;
  border-top:5px solid #031f3f;
}

.premium-cta{
  background:linear-gradient(120deg,#020f22,#042d5f);
}

body.public .nav-wrap{
  border-radius:10px;
  background:rgba(2,18,39,.88);
  box-shadow:0 22px 55px rgba(0,0,0,.28);
}

body.public .admin-login-link{
  border-radius:7px;
  background:rgba(255,255,255,.06);
  text-transform:uppercase;
  letter-spacing:.7px;
}

body.public .topbar{
  position:absolute;
  top:22px;
}

.premium-hero{
  position:relative;
  min-height:760px;
  overflow:hidden;
  color:#fff;
  background:#031b36;
}

.hero-media{
  position:absolute;
  inset:0;
  background-image:url("hero-cadets-port.png");
  background-size:cover;
  background-position:center top;
  transform:scale(1.015);
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 74% 42%,rgba(28,119,185,.06),transparent 29%),
    linear-gradient(90deg,rgba(2,18,38,.98) 0%,rgba(3,28,58,.90) 33%,rgba(3,28,58,.52) 57%,rgba(3,28,58,.08) 100%),
    linear-gradient(180deg,rgba(3,28,58,.08) 0%,rgba(3,28,58,.10) 70%,#f4f8fb 100%);
}

.premium-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:150px;
  background:#f4f8fb;
  clip-path:polygon(0 64%,22% 42%,43% 62%,65% 34%,82% 51%,100% 28%,100% 100%,0 100%);
}

.hero-premium-grid{
  position:relative;
  z-index:3;
  min-height:760px;
  display:grid;
  grid-template-columns:minmax(0,610px) 360px;
  gap:70px;
  align-items:center;
  padding-top:70px;
}

.hero-premium-copy{
  padding-top:18px;
}

.hero-kicker{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#ffffff,#dcefff);
  color:#053665;
  font-size:12px;
  font-weight:900;
  letter-spacing:.9px;
  box-shadow:0 16px 34px rgba(0,0,0,.16);
}

.hero-premium-copy h1{
  max-width:720px;
  margin:24px 0 20px;
  color:#fff;
  font-family:"Plus Jakarta Sans","Manrope",sans-serif;
  font-size:64px;
  line-height:1.03;
  letter-spacing:-3.4px;
  font-weight:900;
  text-shadow:0 18px 45px rgba(0,0,0,.22);
}

.hero-premium-copy h1 strong{
  display:block;
  color:#8ed7ff;
  font-weight:900;
}

.hero-premium-copy p{
  max-width:590px;
  margin:0;
  color:#d7e8f3;
  font-size:17px;
  line-height:1.75;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:34px 0 24px;
}

.btn-primary-premium{
  min-height:52px;
  padding:0 28px;
  border-radius:13px;
  background:linear-gradient(135deg,#1898e6,#065aa2);
  color:#fff;
  box-shadow:0 18px 38px rgba(5,100,177,.32);
}

.btn-primary-premium:hover{
  box-shadow:0 24px 46px rgba(5,100,177,.42);
}

.btn-white-outline{
  min-height:52px;
  padding:0 26px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.58);
  background:rgba(255,255,255,.08);
  color:#fff;
  backdrop-filter:blur(10px);
}

.hero-mini-note{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hero-mini-note span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#c9e4f5;
  font-size:12px;
}

.hero-mini-note span:before{
  content:"";
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:50%;
  background:#6bd0ff;
  box-shadow:0 0 0 4px rgba(107,208,255,.13);
}

.hero-status-card{
  align-self:center;
  margin-top:104px;
  padding:22px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.19),rgba(255,255,255,.08));
  box-shadow:0 28px 70px rgba(0,0,0,.30);
  backdrop-filter:blur(22px);
}

.status-card-top{
  display:flex;
  align-items:center;
  gap:14px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.16);
}

.status-card-top img{
  width:58px;
  height:58px;
  object-fit:contain;
  padding:4px;
  border-radius:50%;
  background:#fff;
}

.status-card-top small,
.status-card-body span{
  display:block;
  color:#b9d7e9;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.status-card-top strong{
  display:block;
  margin-top:4px;
  font-size:25px;
  letter-spacing:-.6px;
}

.status-card-body{
  padding:21px 0;
}

.status-card-body b{
  display:block;
  margin:7px 0 9px;
  color:#8ed7ff;
  font-size:27px;
  letter-spacing:-1px;
}

.status-card-body p{
  margin:0;
  color:#dcecf6;
  font-size:13px;
  line-height:1.65;
}

.hero-status-card>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:0 16px;
  border-radius:14px;
  background:#fff;
  color:#053665;
  font-size:13px;
  font-weight:900;
}

.premium-metrics{
  position:relative;
  z-index:4;
  margin-top:-76px;
}

.premium-metrics .container{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border:1px solid rgba(13,80,135,.10);
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 70px rgba(4,39,76,.12);
}

.premium-metrics article{
  padding:26px 28px;
  border-right:1px solid #e4edf4;
}

.premium-metrics article:last-child{
  border-right:0;
}

.premium-metrics small,
.premium-heading span,
.program-card-premium>span{
  display:block;
  color:#0873bd;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
}

.premium-metrics strong{
  display:block;
  margin:8px 0 5px;
  color:#062d55;
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:26px;
  letter-spacing:-1px;
}

.premium-metrics span{
  color:#6a7b8b;
  font-size:13px;
}

.premium-section{
  padding:82px 0;
}

.flow-section{
  padding-top:104px;
  background:linear-gradient(180deg,#f4f8fb,#fff);
}

.premium-heading{
  max-width:720px;
  margin:0 auto 42px;
  text-align:center;
}

.premium-heading.left{
  margin:0 0 24px;
  text-align:left;
}

.premium-heading h2{
  margin:10px 0 10px;
  color:#062d55;
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:36px;
  line-height:1.18;
  letter-spacing:-1.5px;
}

.premium-heading p{
  margin:0;
  color:#637485;
  font-size:15px;
}

.premium-flow{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:14px;
  padding:20px;
  border:1px solid #dbe8f1;
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 68px rgba(6,45,91,.09);
}

.premium-flow article{
  position:relative;
  min-height:178px;
  padding:22px 16px 18px;
  border:1px solid #e5eef5;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f7fbfe);
}

.premium-flow article:not(:last-child):after{
  content:"→";
  position:absolute;
  top:28px;
  right:-16px;
  z-index:2;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f4f8fb;
  color:#0873bd;
  font-weight:900;
}

.premium-flow i{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:22px;
  border-radius:14px;
  background:#eaf6ff;
  color:#0873bd;
  font-style:normal;
  font-weight:900;
  box-shadow:inset 0 0 0 1px #cfe8f8;
}

.premium-flow h3{
  margin:0 0 8px;
  color:#062d55;
  font-size:14px;
}

.premium-flow p{
  margin:0;
  color:#6f8090;
  font-size:12px;
  line-height:1.55;
}

.program-section{
  background:#fff;
}

.program-grid{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);
  gap:28px;
  align-items:stretch;
}

.program-card-premium{
  position:relative;
  min-height:520px;
  overflow:hidden;
  padding:44px;
  border-radius:30px;
  background:
    linear-gradient(90deg,rgba(3,27,54,.97) 0%,rgba(4,50,91,.91) 48%,rgba(4,50,91,.25) 100%),
    url("hero-cadets-port.png");
  background-size:cover;
  background-position:center;
  color:#fff;
  box-shadow:0 28px 72px rgba(3,33,65,.17);
}

.program-card-premium:after{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:270px;
  height:270px;
  border:1px solid rgba(142,215,255,.28);
  border-radius:50%;
}

.program-card-premium>*{
  position:relative;
  z-index:1;
  max-width:515px;
}

.program-card-premium>span{
  color:#8ed7ff;
}

.program-card-premium h2{
  margin:13px 0 14px;
  color:#fff;
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:34px;
  line-height:1.16;
  letter-spacing:-1.3px;
}

.program-card-premium p,
.program-card-premium li{
  color:#d7e8f3;
  font-size:14px;
}

.program-card-premium ul{
  display:grid;
  gap:10px;
  margin:24px 0;
  padding:0;
  list-style:none;
}

.program-card-premium li{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.program-card-premium li:before{
  content:"✓";
  display:grid;
  place-items:center;
  flex:0 0 20px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#eaf6ff;
  color:#0873bd;
  font-size:11px;
  font-weight:900;
}

.program-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#8ed7ff;
  font-size:14px;
  font-weight:900;
}

.wave-premium-card{
  padding:34px;
  border:1px solid #dce9f2;
  border-radius:30px;
  background:linear-gradient(180deg,#fff,#f8fbfe);
  box-shadow:0 22px 62px rgba(6,45,91,.08);
}

.wave-row{
  display:grid;
  grid-template-columns:52px 1fr auto;
  gap:14px;
  align-items:center;
  margin-top:13px;
  padding:16px;
  border:1px solid #e2edf5;
  border-radius:18px;
  background:#fff;
}

.wave-row>b{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:16px;
  background:#eff6fb;
  color:#7b91a5;
  font-size:13px;
}

.wave-row span strong,
.wave-row span small{
  display:block;
}

.wave-row span strong{
  color:#062d55;
  font-size:15px;
}

.wave-row span small{
  margin-top:4px;
  color:#687a8b;
  font-size:12px;
}

.wave-row em{
  padding:8px 12px;
  border-radius:999px;
  background:#edf4f8;
  color:#587087;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}

.wave-row.active{
  border-color:#78cafa;
  background:linear-gradient(135deg,#eef9ff,#fff);
  box-shadow:0 16px 36px rgba(8,115,189,.12);
}

.wave-row.active>b{
  background:linear-gradient(135deg,#1898e6,#065aa2);
  color:#fff;
}

.wave-row.active em{
  background:#dff4ff;
  color:#075fa7;
}

.wave-footnote{
  margin:18px 4px 0;
  color:#7a8a99;
  font-size:12px;
}

.advantage-section{
  background:linear-gradient(180deg,#fff,#f4f8fb);
  padding-top:52px;
}

.premium-advantages{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.premium-advantages article{
  min-height:210px;
  padding:28px 24px;
  border:1px solid #dce8f1;
  border-radius:24px;
  background:#fff;
  box-shadow:0 20px 52px rgba(6,45,91,.07);
  transition:.22s ease;
}

.premium-advantages article:hover{
  transform:translateY(-6px);
  border-color:#8ed7ff;
}

.premium-advantages i{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:24px;
  border-radius:16px;
  background:#eaf6ff;
  color:#0873bd;
  font-style:normal;
  font-weight:900;
}

.premium-advantages h3{
  margin:0 0 9px;
  color:#062d55;
  font-size:18px;
}

.premium-advantages p{
  margin:0;
  color:#66798a;
  font-size:13px;
}

.premium-cta{
  padding:58px 0;
  background:
    radial-gradient(circle at 84% 0,rgba(93,193,246,.28),transparent 30%),
    linear-gradient(120deg,#031b36,#063f75);
  color:#fff;
}

.premium-cta .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

.premium-cta span{
  display:block;
  color:#8ed7ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.8px;
}

.premium-cta h2{
  max-width:660px;
  margin:9px 0;
  color:#fff;
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:32px;
  letter-spacing:-1.1px;
}

.premium-cta p{
  margin:0;
  color:#c8dfed;
}

body.public footer{
  background:#02162c;
  border-top:1px solid rgba(255,255,255,.08);
}

@media(max-width:1050px){
  .premium-hero,
  .hero-premium-grid{
    min-height:720px;
  }

  .hero-premium-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .hero-status-card{
    display:none;
  }

  .hero-premium-copy h1{
    max-width:650px;
    font-size:54px;
  }

  .premium-flow{
    overflow-x:auto;
    grid-template-columns:repeat(7,165px);
  }

  .program-grid{
    grid-template-columns:1fr;
  }

  .premium-advantages{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:720px){
  body.public .topbar{
    top:12px;
  }

  .premium-hero,
  .hero-premium-grid{
    min-height:820px;
  }

  .hero-media{
    background-position:62% bottom;
    opacity:.72;
  }

  .hero-overlay{
    background:
      linear-gradient(180deg,rgba(2,18,38,.98) 0%,rgba(3,28,58,.88) 48%,rgba(3,28,58,.36) 74%,#f4f8fb 100%);
  }

  .hero-premium-grid{
    align-items:start;
    padding-top:125px;
  }

  .hero-premium-copy h1{
    font-size:42px;
    letter-spacing:-2px;
  }

  .hero-premium-copy p{
    font-size:14px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .premium-metrics{
    margin-top:-48px;
  }

  .premium-metrics .container{
    grid-template-columns:1fr 1fr;
    border-radius:20px;
  }

  .premium-metrics article{
    padding:20px 18px;
  }

  .premium-metrics article:nth-child(2){
    border-right:0;
  }

  .premium-heading h2{
    font-size:28px;
  }

  .program-card-premium{
    min-height:auto;
    padding:30px 24px;
  }

  .program-card-premium h2{
    font-size:26px;
  }

  .wave-premium-card{
    padding:24px 18px;
  }

  .wave-row{
    grid-template-columns:44px 1fr;
  }

  .wave-row em{
    grid-column:2;
    justify-self:start;
  }

  .premium-advantages{
    grid-template-columns:1fr;
  }

  .premium-cta .container{
    align-items:flex-start;
    flex-direction:column;
  }

  .premium-cta h2{
    font-size:26px;
  }
}

/* Final firm premium pass */
body.public{background:#eef4f8}
.premium-hero{min-height:780px;background:#020f22}
.hero-overlay{background:linear-gradient(90deg,rgba(2,12,28,1) 0%,rgba(3,24,52,.98) 36%,rgba(3,24,52,.76) 58%,rgba(3,24,52,.2) 100%),linear-gradient(180deg,rgba(2,12,28,.14) 0%,rgba(2,12,28,.24) 68%,#eef4f8 100%)}
.premium-hero:after{height:116px;background:#eef4f8;clip-path:polygon(0 58%,22% 48%,43% 58%,64% 42%,82% 52%,100% 36%,100% 100%,0 100%)}
.hero-premium-grid{min-height:780px}
.hero-kicker{min-height:40px;padding:0 22px;border-radius:8px;border-left:5px solid #2cb4ff;background:#fff;color:#031f3f;box-shadow:0 18px 38px rgba(0,0,0,.2)}
.hero-premium-copy h1{font-size:68px;line-height:1.01;letter-spacing:-3.8px;text-shadow:0 20px 48px rgba(0,0,0,.34)}
.hero-premium-copy h1 strong{color:#fff;-webkit-text-stroke:1px rgba(142,215,255,.22)}
.hero-premium-copy p{color:#e2edf5}
.btn-primary-premium{border-radius:8px;background:linear-gradient(135deg,#0b8fe3,#043e82);letter-spacing:.2px}
.btn-white-outline,.hero-mini-note span,.hero-status-card>a{border-radius:8px}
.hero-status-card{border-radius:18px;background:linear-gradient(180deg,rgba(4,31,66,.88),rgba(3,21,45,.76));box-shadow:0 30px 80px rgba(0,0,0,.38)}
.premium-metrics{margin-top:-70px}
.premium-metrics .container{border-radius:16px;box-shadow:0 24px 70px rgba(4,39,76,.15)}
.premium-metrics article{border-top:5px solid transparent}
.premium-metrics article:first-child,.premium-metrics article:hover{border-top-color:#0873bd}
.flow-section{background:linear-gradient(180deg,#eef4f8,#fff)}
.premium-heading h2{color:#031f3f}
.premium-flow{border-radius:18px}
.premium-flow article{border-radius:12px;border-left:4px solid #d7e8f3;background:#fff}
.premium-flow article:hover{border-left-color:#0873bd;box-shadow:0 16px 38px rgba(6,45,91,.09)}
.premium-flow article:not(:last-child):after{content:"\2192";border-radius:8px;background:#eef4f8}
.premium-flow i,.premium-advantages i{border-radius:10px;background:#031f3f;color:#fff}
.program-card-premium,.wave-premium-card{border-radius:18px}
.program-card-premium{box-shadow:0 28px 72px rgba(3,33,65,.2)}
.program-card-premium h2{font-size:36px}
.program-card-premium li:before{content:"\2713";border-radius:6px}
.wave-row{border-radius:10px}
.wave-row>b{border-radius:8px;background:#031f3f;color:#fff}
.wave-row.active{border-color:#0873bd;background:#eef8ff}
.wave-row.active>b{background:linear-gradient(135deg,#0b8fe3,#043e82)}
.advantage-section{background:linear-gradient(180deg,#fff,#eef4f8)}
.premium-advantages article{border-radius:14px;border-top:5px solid #031f3f}
.premium-cta{background:linear-gradient(120deg,#020f22,#042d5f)}
body.public .nav-wrap{border-radius:10px;background:rgba(2,18,39,.88);box-shadow:0 22px 55px rgba(0,0,0,.28)}
body.public .admin-login-link{border-radius:7px;background:rgba(255,255,255,.06);text-transform:uppercase;letter-spacing:.7px}
@media(max-width:1050px){.premium-hero,.hero-premium-grid{min-height:740px}.hero-premium-copy h1{font-size:54px;letter-spacing:-2.7px}}
@media(max-width:720px){.premium-hero,.hero-premium-grid{min-height:820px}.hero-premium-copy h1{font-size:42px;letter-spacing:-2px}.program-card-premium h2{font-size:26px}.hero-overlay{background:linear-gradient(180deg,rgba(2,12,28,.98) 0%,rgba(3,24,52,.9) 50%,rgba(3,24,52,.40) 76%,#eef4f8 100%)}}

/* Premium footer */
body.public .premium-footer{
  position:relative;
  overflow:hidden;
  padding:0;
  background:
    radial-gradient(circle at 12% 10%,rgba(24,143,227,.22),transparent 28%),
    linear-gradient(135deg,#020b18 0%,#031d3b 52%,#021326 100%);
  border-top:1px solid rgba(120,202,250,.18);
  color:#fff;
}

body.public .premium-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,black,transparent 72%);
  opacity:.42;
}

.footer-shell{
  position:relative;
  z-index:1;
  padding:58px 0 26px;
}

.footer-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:34px;
  align-items:stretch;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.footer-identity{
  display:flex;
  gap:22px;
  align-items:flex-start;
}

.footer-logo-wrap{
  flex:0 0 92px;
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#fff;
  box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.footer-logo-wrap img{
  width:82px;
  height:82px;
  object-fit:contain;
}

.footer-identity span,
.footer-cta-box small{
  display:block;
  color:#7dd3ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.footer-identity h2{
  max-width:640px;
  margin:9px 0 12px;
  color:#fff;
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:31px;
  line-height:1.15;
  letter-spacing:-1.1px;
}

.footer-identity p{
  max-width:670px;
  margin:0;
  color:#c3d8e7;
  font-size:14px;
}

.footer-cta-box{
  padding:24px;
  border:1px solid rgba(125,211,255,.22);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}

.footer-cta-box strong{
  display:block;
  margin:8px 0 8px;
  font-size:28px;
  letter-spacing:-.8px;
}

.footer-cta-box p{
  margin:0 0 20px;
  color:#c7ddea;
  font-size:12px;
  line-height:1.65;
}

.footer-cta-box a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:46px;
  padding:0 15px;
  border-radius:8px;
  background:#fff;
  color:#042449;
  font-size:13px;
  font-weight:900;
}

.footer-links-row{
  display:grid;
  grid-template-columns:1fr 1fr 1.35fr;
  gap:24px;
  padding:30px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.footer-links-row>div{
  min-height:130px;
  padding:0 24px;
  border-left:1px solid rgba(255,255,255,.12);
}

.footer-links-row>div:first-child{
  padding-left:0;
  border-left:0;
}

.footer-links-row b{
  display:block;
  margin-bottom:14px;
  color:#fff;
  font-size:13px;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.footer-links-row a,
.footer-links-row span{
  display:block;
  margin:9px 0;
  color:#b8cede;
  font-size:13px;
  line-height:1.45;
}

.footer-links-row a{
  color:#8ed7ff;
  font-weight:800;
}

.footer-links-row a:hover{
  color:#fff;
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-top:23px;
  color:#8faac0;
  font-size:12px;
}

@media(max-width:900px){
  .footer-main,
  .footer-links-row{
    grid-template-columns:1fr;
  }

  .footer-links-row>div{
    min-height:auto;
    padding:20px 0 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.12);
  }

  .footer-links-row>div:first-child{
    padding-top:0;
    border-top:0;
  }
}

@media(max-width:620px){
  .footer-shell{
    padding:44px 0 22px;
  }

  .footer-identity{
    flex-direction:column;
  }

  .footer-logo-wrap{
    width:78px;
    height:78px;
    flex-basis:78px;
  }

  .footer-logo-wrap img{
    width:68px;
    height:68px;
  }

  .footer-identity h2{
    font-size:24px;
  }

  .footer-bottom{
    flex-direction:column;
  }
}

/* Visual reference layout pass - June 25 reference */
body.public{
  background:#fff;
}

body.public .topbar{
  top:0;
}

body.public .nav-wrap{
  height:86px;
  width:min(1240px,calc(100% - 42px));
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}

body.public .brand{
  display:flex;
  align-items:center;
  gap:12px;
}

body.public .brand>img{
  width:70px;
  height:70px;
  flex-basis:70px;
  object-fit:contain;
}

body.public .brand-copy b{
  display:block;
  color:#fff;
  font-size:28px;
  line-height:1;
  letter-spacing:.6px;
}

body.public .brand-copy small{
  display:block;
  margin-top:4px;
  color:#fff;
  font-size:11px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.2px;
  text-transform:uppercase;
}

body.public .main-nav{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:13px;
  font-weight:800;
}

body.public .main-nav>a:not(.nav-register-btn){
  position:relative;
  color:#fff;
  opacity:.96;
}

body.public .main-nav>a:not(.nav-register-btn):first-child{
  color:#ffc247;
}

body.public .main-nav>a:not(.nav-register-btn):first-child:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:2px;
  background:#ffc247;
}

.nav-register-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 22px;
  border-radius:8px;
  background:linear-gradient(135deg,#ffd36a,#f0a929);
  color:#061e3d!important;
  font-weight:900;
  box-shadow:0 10px 24px rgba(238,169,41,.28);
}

.visual-reference-landing{
  min-height:742px;
  background:#041e3f;
}

.visual-reference-landing .hero-media{
  background-size:cover;
  background-position:center top;
  transform:none;
}

.visual-reference-landing .hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,23,50,.97) 0%,rgba(4,31,65,.92) 38%,rgba(4,31,65,.38) 61%,rgba(4,31,65,.02) 100%),
    linear-gradient(180deg,rgba(4,31,65,.08) 0%,rgba(4,31,65,.08) 68%,#fff 100%);
}

.visual-reference-landing:after{
  height:108px;
  background:#fff;
  clip-path:polygon(0 66%,19% 42%,39% 63%,59% 37%,78% 52%,100% 29%,100% 100%,0 100%);
}

.visual-reference-landing .hero-premium-grid{
  min-height:742px;
  grid-template-columns:minmax(0,585px) 1fr;
  gap:20px;
  padding-top:82px;
}

.visual-reference-landing .hero-premium-copy{
  padding-top:20px;
}

.visual-reference-landing .hero-kicker{
  min-height:44px;
  padding:0 28px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#ffd769,#f0aa2c);
  color:#06234a;
  font-size:15px;
  letter-spacing:.3px;
  box-shadow:none;
}

.visual-reference-landing .hero-premium-copy h1{
  margin:20px 0 18px;
  color:#fff;
  font-size:59px;
  line-height:1.07;
  letter-spacing:-2.8px;
  text-shadow:none;
}

.visual-reference-landing .hero-premium-copy h1 strong{
  color:#ffc247;
  -webkit-text-stroke:0;
}

.visual-reference-landing .hero-premium-copy p{
  max-width:555px;
  color:#fff;
  font-size:16px;
  line-height:1.72;
}

.visual-reference-landing .hero-actions{
  gap:22px;
  margin:34px 0 0;
}

.visual-reference-landing .btn-primary-premium{
  min-width:214px;
  min-height:58px;
  border-radius:10px;
  background:linear-gradient(135deg,#ffd769,#f0aa2c);
  color:#061e3d;
  box-shadow:0 15px 28px rgba(240,170,44,.22);
}

.visual-reference-landing .btn-white-outline{
  min-width:250px;
  min-height:58px;
  border-radius:10px;
  border-color:rgba(255,255,255,.86);
  background:rgba(3,23,50,.18);
  color:#fff;
}

.visual-reference-landing .hero-mini-note,
.visual-reference-landing .hero-status-card{
  display:none;
}

.premium-metrics{
  position:relative;
  z-index:7;
  margin-top:-94px;
}

.premium-metrics .container{
  width:min(680px,calc(100% - 48px));
  margin-left:max(calc((100% - 1240px)/2),24px);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border:0;
  border-radius:16px;
  background:#052a57;
  color:#fff;
  box-shadow:0 22px 45px rgba(4,31,65,.22);
}

.premium-metrics article{
  min-height:122px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:5px;
  padding:16px 14px;
  border:0;
  border-right:1px solid rgba(255,255,255,.26);
  border-top:0;
  text-align:center;
}

.premium-metrics article:last-child{
  border-right:0;
}

.premium-metrics article:first-child,
.premium-metrics article:hover{
  border-top:0;
}

.premium-metrics i{
  color:#ffc247;
  font-style:normal;
  font-size:29px;
  line-height:1;
}

.premium-metrics small{
  display:none;
}

.premium-metrics strong{
  margin:0;
  color:#ffc247;
  font-size:24px;
  line-height:1;
}

.premium-metrics span{
  color:#fff;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
}

.flow-section{
  padding:58px 0 26px;
  background:#fff;
}

.premium-heading{
  margin-bottom:24px;
}

.premium-heading span{
  color:#082a55;
  font-size:0;
}

.premium-heading h2{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin:0;
  color:#082a55;
  font-size:24px;
  text-transform:uppercase;
  letter-spacing:.2px;
}

.premium-heading h2:before,
.premium-heading h2:after{
  content:"";
  width:56px;
  height:2px;
  background:#e6b33d;
}

.premium-heading p{
  display:none;
}

.premium-flow{
  grid-template-columns:repeat(7,1fr);
  gap:0;
  padding:20px 26px 18px;
  border:1px solid #e1e9f0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 35px rgba(5,36,76,.12);
}

.premium-flow article{
  min-height:128px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:0 10px;
  border:0;
  border-left:0;
  background:transparent;
  text-align:center;
}

.premium-flow article:hover{
  box-shadow:none;
}

.premium-flow article:not(:last-child):after{
  content:"···";
  top:42px;
  right:-18px;
  width:34px;
  height:auto;
  background:transparent;
  color:#092b58;
  font-size:22px;
  letter-spacing:2px;
}

.premium-flow i{
  width:68px;
  height:68px;
  margin:8px 0 12px;
  border:2px solid #0b2e5f;
  border-radius:50%;
  background:#fff;
  color:#0b2e5f;
  font-size:20px;
  box-shadow:inset 0 0 0 8px #fff;
}

.premium-flow h3{
  margin:0;
  color:#071e3e;
  font-size:12px;
  line-height:1.18;
}

.premium-flow p{
  display:none;
}

.program-section{
  padding:22px 0 26px;
  background:#fff;
}

.program-grid{
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.program-card-premium{
  min-height:352px;
  padding:34px 30px;
  border-radius:16px;
  background:
    linear-gradient(90deg,rgba(5,39,80,.98) 0%,rgba(5,39,80,.96) 56%,rgba(5,39,80,.22) 100%),
    url("hero-cadets-port.png");
  background-size:cover;
  background-position:center;
}

.program-card-premium>span{
  color:#fff;
  font-size:12px;
}

.program-card-premium h2{
  max-width:410px;
  color:#ffc247;
  font-size:25px;
  line-height:1.22;
}

.program-card-premium p,
.program-card-premium li{
  max-width:400px;
  font-size:12px;
  line-height:1.5;
}

.program-card-premium ul{
  gap:7px;
  margin:15px 0 0;
}

.program-link{
  display:none;
}

.wave-premium-card{
  padding:28px 24px;
  border-radius:16px;
  border:1px solid #e6edf3;
  background:#fff;
  box-shadow:0 12px 35px rgba(5,36,76,.10);
}

.wave-premium-card .premium-heading{
  margin-bottom:18px;
}

.wave-premium-card .premium-heading h2{
  font-size:22px;
}

.wave-row{
  grid-template-columns:210px 1fr;
  gap:0;
  margin-top:10px;
  padding:0;
  min-height:75px;
  border-radius:11px;
  overflow:hidden;
}

.wave-row>b{
  display:none;
}

.wave-row span{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px 20px;
  background:#0a3d7a;
}

.wave-row.active span{
  background:linear-gradient(135deg,#f5c252,#eaa832);
}

.wave-row span strong{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
}

.wave-row span small{
  color:#fff;
  font-size:12px;
}

.wave-row.active span strong,
.wave-row.active span small{
  color:#fff;
}

.wave-row em{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  padding:12px 24px;
  border-radius:0;
  background:#fff;
  color:#0a2a55;
  font-size:26px;
  line-height:1;
}

.wave-row em small{
  margin-bottom:5px;
  color:#293e58;
  font-size:10px;
  font-weight:700;
  text-transform:none;
}

.wave-row.active em{
  background:#fff;
  color:#0a2a55;
}

.wave-footnote{
  margin-top:13px;
  font-size:10px;
  text-align:center;
}

.advantage-section{
  padding:20px 0 42px;
  background:#fff;
}

.premium-advantages{
  gap:18px;
}

.premium-advantages article{
  min-height:126px;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:center;
  padding:18px 20px;
  border:1px solid #e6edf3;
  border-top:0;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 28px rgba(5,36,76,.08);
}

.premium-advantages i{
  width:58px;
  height:58px;
  margin:0;
  border-radius:50%;
  background:#062a58;
  color:#fff;
}

.premium-advantages h3{
  margin:0 0 4px;
  font-size:18px;
  line-height:1.1;
}

.premium-advantages p{
  font-size:11px;
  line-height:1.38;
}

.premium-cta{
  padding:28px 0;
  background:#062a58;
}

.premium-cta .container{
  width:min(1240px,calc(100% - 48px));
}

.premium-cta h2{
  font-size:25px;
}

.premium-cta span,
.premium-cta p{
  display:none;
}

.premium-cta .btn-primary-premium{
  min-width:250px;
  border-radius:8px;
  background:linear-gradient(135deg,#ffd769,#f0aa2c);
  color:#061e3d;
}

body.public .premium-footer{
  background:#052650;
}

.footer-shell{
  padding:22px 0 18px;
}

.footer-main{
  grid-template-columns:1fr;
  gap:0;
  padding-bottom:0;
  border:0;
}

.footer-identity{
  display:none;
}

.footer-cta-box{
  display:none;
}

.footer-links-row{
  grid-template-columns:1.2fr 1fr .8fr;
  padding:0 0 12px;
  border-bottom:1px solid rgba(255,255,255,.18);
}

.footer-links-row>div{
  min-height:96px;
}

.footer-bottom{
  padding-top:12px;
  justify-content:center;
  text-align:center;
}

.footer-bottom span:last-child{
  display:none;
}

@media(max-width:1050px){
  body.public .nav-wrap{
    height:auto;
    padding-top:12px;
  }

  body.public .main-nav{
    gap:14px;
    font-size:11px;
  }

  .visual-reference-landing .hero-premium-copy h1{
    font-size:47px;
  }

  .premium-metrics .container{
    margin:auto;
    width:min(780px,calc(100% - 42px));
  }

  .program-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  body.public .brand-copy small{
    display:none;
  }

  body.public .main-nav{
    display:none;
  }

  .visual-reference-landing,
  .visual-reference-landing .hero-premium-grid{
    min-height:830px;
  }

  .visual-reference-landing .hero-premium-grid{
    grid-template-columns:1fr;
    padding-top:110px;
  }

  .visual-reference-landing .hero-premium-copy h1{
    font-size:40px;
  }

  .visual-reference-landing .hero-actions{
    display:grid;
    gap:12px;
  }

  .visual-reference-landing .btn-primary-premium,
  .visual-reference-landing .btn-white-outline{
    width:100%;
    min-width:0;
  }

  .premium-metrics{
    margin-top:-60px;
  }

  .premium-metrics .container{
    grid-template-columns:1fr 1fr;
  }

  .premium-flow{
    overflow-x:auto;
    grid-template-columns:repeat(7,118px);
  }

  .wave-row{
    grid-template-columns:1fr;
  }

  .wave-row em{
    align-items:flex-start;
  }

  .premium-advantages{
    grid-template-columns:1fr;
  }

  .footer-links-row{
    grid-template-columns:1fr;
  }
}

/* Reference header fit refinement */
html,body.public{
  max-width:100%;
  overflow-x:hidden;
}

body.public .nav-wrap{
  width:min(1220px,calc(100% - 56px));
}

body.public .brand>img{
  width:64px;
  height:64px;
  flex-basis:64px;
}

body.public .brand-copy b{
  font-size:25px;
}

body.public .brand-copy small{
  font-size:10px;
}

body.public .main-nav{
  gap:24px;
  font-size:12px;
  white-space:nowrap;
}

.nav-register-btn{
  min-width:142px;
  padding:0 18px;
}

.visual-reference-landing .hero-media{
  right:0;
  background-repeat:no-repeat;
}

/* Premium minimal header with live clock */
body.public .topbar{
  top:20px;
  left:0;
  right:0;
  z-index:80;
}

body.public .nav-wrap{
  width:min(1168px,calc(100% - 48px));
  height:72px;
  padding:0 12px 0 11px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:rgba(3,24,52,.78);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
}

body.public .brand{
  display:flex;
  align-items:center;
  gap:12px;
}

body.public .brand>img{
  width:54px;
  height:54px;
  flex-basis:54px;
  object-fit:contain;
  filter:drop-shadow(0 8px 15px rgba(0,0,0,.22));
}

body.public .brand-copy b{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1;
  font-weight:900;
  letter-spacing:1.2px;
}

body.public .brand-copy small{
  display:none!important;
}

body.public .main-nav{
  display:flex;
  align-items:center;
  gap:13px;
  margin-left:auto;
}

body.public .main-nav>a:not(.admin-header-btn),
.nav-register-btn{
  display:none!important;
}

.header-clock{
  min-width:254px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:46px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:rgba(255,255,255,.08);
  color:#fff;
}

.header-clock span{
  color:#cfe4f2;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

.header-clock b{
  color:#ffd05b;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}

.admin-header-btn{
  min-width:114px;
  min-height:46px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:linear-gradient(135deg,#ffd769,#f0aa2c);
  color:#061e3d!important;
  font-size:12px!important;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
  box-shadow:0 12px 26px rgba(240,170,44,.22);
}

.admin-header-btn:after{
  content:"";
  display:none!important;
}

@media(max-width:760px){
  body.public .topbar{
    top:12px;
  }

  body.public .nav-wrap{
    width:calc(100% - 24px);
    height:auto;
    min-height:66px;
    padding:8px 9px;
    border-radius:14px;
  }

  body.public .brand>img{
    width:46px;
    height:46px;
    flex-basis:46px;
  }

  body.public .brand-copy b{
    font-size:18px;
  }

  body.public .main-nav{
    display:flex;
    gap:8px;
  }

  .header-clock{
    min-width:auto;
    width:132px;
    min-height:40px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:1px;
    padding:4px 9px;
  }

  .header-clock span{
    max-width:112px;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:8px;
  }

  .header-clock b{
    font-size:10px;
  }

  .admin-header-btn{
    min-width:72px;
    min-height:40px;
    border-radius:10px;
    font-size:10px!important;
  }
}

/* Exact reference refinement: registration flow and advantages */
.flow-section{
  padding-top:50px;
  padding-bottom:20px;
}

.flow-section .premium-heading h2{
  font-size:23px;
  letter-spacing:.2px;
}

.premium-flow{
  position:relative;
  min-height:174px;
  padding:23px 28px 20px;
  border:1px solid #e5edf3;
  border-radius:15px;
  background:#fff;
  box-shadow:0 12px 34px rgba(5,36,76,.13);
}

.premium-flow article{
  position:relative;
  min-height:130px;
  padding:0 8px;
  border:0!important;
  background:transparent!important;
}

.premium-flow article>b{
  position:absolute;
  top:0;
  left:50%;
  z-index:3;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  transform:translate(-50%,-4px);
  border-radius:50%;
  background:#082b59;
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:900;
}

.premium-flow i{
  width:70px;
  height:70px;
  margin:16px auto 13px;
  border:2px solid #082b59;
  border-radius:50%;
  background:#fff;
  color:#082b59;
  font-family:"Plus Jakarta Sans","Manrope",sans-serif;
  font-size:29px;
  line-height:1;
  box-shadow:none;
}

.premium-flow article:nth-child(3) i{
  font-size:26px;
}

.premium-flow article:not(:last-child):after{
  content:"";
  position:absolute;
  top:50px;
  right:-22px;
  width:44px;
  height:12px;
  background:
    radial-gradient(circle,#082b59 2px,transparent 2.7px) left center/12px 4px repeat-x;
  border-radius:0;
}

.premium-flow article:not(:last-child):before{
  content:"";
  position:absolute;
  top:54px;
  right:-25px;
  width:0;
  height:0;
  border-left:7px solid #082b59;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
}

.premium-flow h3{
  color:#061f43;
  font-size:11px;
  line-height:1.22;
  font-weight:900;
  text-align:center;
}

.premium-flow p{
  display:none;
}

.advantage-section{
  padding-top:19px;
  padding-bottom:42px;
  background:#fff;
}

.advantage-section .premium-heading{
  margin-bottom:18px;
}

.advantage-section .premium-heading h2{
  font-size:23px;
}

.premium-advantages{
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.premium-advantages article{
  min-height:116px;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:center;
  padding:20px 22px;
  border:1px solid #e6edf3;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 30px rgba(5,36,76,.08);
}

.premium-advantages i{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin:0;
  border-radius:50%;
  background:#082b59;
  color:#fff;
  font-family:"Plus Jakarta Sans","Manrope",sans-serif;
  font-size:26px;
  font-style:normal;
  font-weight:900;
}

.premium-advantages article:nth-child(3) i{
  font-size:23px;
}

.premium-advantages h3{
  margin:0 0 6px;
  color:#071f43;
  font-size:17px;
  line-height:1.08;
  font-weight:900;
}

.premium-advantages p{
  margin:0;
  color:#233a55;
  font-size:10.5px;
  line-height:1.35;
}

@media(max-width:760px){
  .premium-flow{
    grid-template-columns:repeat(7,126px);
  }

  .premium-flow article:not(:last-child):after{
    right:-20px;
    width:36px;
  }

  .premium-flow article:not(:last-child):before{
    right:-22px;
  }

  .premium-advantages{
    grid-template-columns:1fr;
  }
}

/* Exact reference footer */
.premium-cta{
  padding:26px 0;
  background:#062a58;
  border-bottom:1px solid rgba(255,255,255,.16);
}

.premium-cta .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:min(1240px,calc(100% - 48px));
  gap:28px;
}

.premium-cta .cta-reference-copy{
  display:flex;
  align-items:center;
  gap:24px;
}

.premium-cta .cta-reference-copy i{
  width:84px;
  height:54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.32);
  border-radius:8px;
  color:#d7e8f3;
  font-size:18px;
  font-style:normal;
  font-weight:900;
  letter-spacing:1px;
  background:rgba(255,255,255,.05);
}

.premium-cta h2{
  margin:0;
  color:#fff;
  font-size:25px;
  line-height:1.22;
  letter-spacing:-.5px;
}

.premium-cta .btn-primary-premium{
  min-width:250px;
  min-height:52px;
  border-radius:8px;
  background:linear-gradient(135deg,#ffd769,#f0aa2c);
  color:#061e3d;
  box-shadow:none;
}

body.public .premium-footer{
  background:#052650;
  border-top:0;
}

body.public .premium-footer:before,
.footer-main,
.footer-identity,
.footer-cta-box,
.footer-links-row{
  display:none!important;
}

.footer-shell{
  padding:24px 0 14px;
}

.footer-reference-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr .72fr;
  gap:34px;
  align-items:start;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.18);
}

.footer-campus{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:18px;
  align-items:start;
}

.footer-campus img{
  width:76px;
  height:76px;
  object-fit:contain;
  background:#fff;
  border-radius:50%;
  padding:4px;
}

.footer-campus b,
.footer-info b,
.footer-social b{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:16px;
  line-height:1.2;
}

.footer-campus span,
.footer-info span,
.footer-info a{
  display:block;
  margin:6px 0;
  color:#d7e8f3;
  font-size:12px;
  line-height:1.45;
}

.footer-info{
  padding-left:34px;
  border-left:1px solid rgba(255,255,255,.2);
}

.footer-info a{
  color:#fff;
  font-weight:800;
}

.footer-social{
  padding-left:34px;
  border-left:1px solid rgba(255,255,255,.2);
}

.social-badges{
  display:flex;
  gap:10px;
  margin:12px 0 10px;
}

.social-badges span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-size:10px;
  font-weight:900;
}

.social-badges span:nth-child(1){background:#d62976}
.social-badges span:nth-child(2){background:#111}
.social-badges span:nth-child(3){background:#1877f2}
.social-badges span:nth-child(4){background:#ff0000}

.footer-social strong{
  color:#fff;
  font-size:15px;
}

.footer-bottom{
  display:block;
  padding-top:12px;
  color:#c6d7e3;
  font-size:11px;
  text-align:center;
}

@media(max-width:900px){
  .premium-cta .container,
  .premium-cta .cta-reference-copy{
    align-items:flex-start;
    flex-direction:column;
  }

  .footer-reference-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .footer-info,
  .footer-social{
    padding-left:0;
    border-left:0;
  }
}

/* New premium poster hero */
.poster-hero{
  position:relative;
  overflow:hidden;
  padding:112px 0 0;
  background:
    radial-gradient(circle at 85% 0,rgba(12,65,128,.16),transparent 30%),
    linear-gradient(180deg,#061f42 0,#f4f7fb 86%);
}

.poster-hero:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:220px;
  background:linear-gradient(180deg,rgba(2,12,28,.78),transparent);
  pointer-events:none;
}

.poster-hero-shell{
  position:relative;
  z-index:2;
  width:min(1280px,calc(100% - 46px));
}

.poster-hero-image{
  display:block;
  width:100%;
  height:auto;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.28);
  background:#fff;
  box-shadow:0 32px 90px rgba(2,24,52,.28);
}

.poster-hero-actions{
  position:absolute;
  left:28px;
  right:28px;
  bottom:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:18px;
  background:rgba(3,24,52,.78);
  color:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  backdrop-filter:blur(16px);
}

.poster-hero-actions span{
  display:block;
  margin-bottom:4px;
  color:#ffd05b;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.6px;
}

.poster-hero-actions b{
  display:block;
  color:#fff;
  font-size:17px;
  letter-spacing:-.2px;
}

.poster-hero-actions nav{
  display:flex;
  gap:10px;
}

.poster-hero-actions .btn{
  min-height:46px;
  min-width:150px;
  border-radius:12px;
}

.poster-hero-actions .btn-white-outline{
  min-width:132px;
  background:rgba(255,255,255,.08);
}

.poster-hero + .premium-metrics{
  margin-top:-52px;
}

@media(max-width:900px){
  .poster-hero{
    padding-top:96px;
  }

  .poster-hero-shell{
    width:min(100% - 24px,1280px);
  }

  .poster-hero-image{
    border-radius:18px;
  }

  .poster-hero-actions{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    flex-direction:column;
    align-items:stretch;
    margin:12px 0 0;
  }

  .poster-hero-actions nav{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .poster-hero-actions .btn{
    min-width:0;
  }

  .poster-hero + .premium-metrics{
    margin-top:16px;
  }
}

@media(max-width:560px){
  .poster-hero{
    padding-top:86px;
  }

  .poster-hero-image{
    min-height:330px;
    object-fit:cover;
    object-position:50% center;
  }

  .poster-hero-actions nav{
    grid-template-columns:1fr;
  }
}

/* Final hero/metrics refinement: keep the feature cards below the poster, not on top of it. */
.poster-hero + .premium-metrics{
  margin-top:28px !important;
}

.poster-hero + .premium-metrics .container{
  width:min(1120px,calc(100% - 46px));
  margin-inline:auto;
  border-radius:22px;
  background:linear-gradient(135deg,#052a57 0%,#073f7b 100%);
  box-shadow:0 28px 80px rgba(3,28,62,.20);
}

.poster-hero + .premium-metrics article{
  min-height:118px;
  padding:18px 16px;
}

.poster-hero + .premium-metrics i{
  font-size:30px;
}

.poster-hero + .premium-metrics strong{
  color:#ffc247;
  font-size:21px;
  line-height:1.12;
  text-align:center;
}

.poster-hero + .premium-metrics span{
  color:#fff;
  font-size:14px;
  font-weight:800;
  text-align:center;
}

@media(max-width:900px){
  .poster-hero + .premium-metrics{
    margin-top:18px !important;
  }

  .poster-hero + .premium-metrics .container{
    width:min(100% - 24px,780px);
  }
}

/* Premium clean footer refresh */
.premium-cta .cta-reference-copy i{
  display:none !important;
}

body.public .premium-footer{
  background:
    radial-gradient(circle at 12% 0,rgba(40,139,236,.20),transparent 32%),
    radial-gradient(circle at 88% 100%,rgba(255,194,71,.12),transparent 30%),
    linear-gradient(135deg,#02152e 0%,#052b58 54%,#031a37 100%) !important;
  border-top:1px solid rgba(255,255,255,.12);
}

body.public .premium-footer:before{
  display:block !important;
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:46px 46px;
  opacity:.38;
  pointer-events:none;
}

.footer-clean-shell{
  position:relative;
  z-index:1;
  padding:34px 0 18px !important;
}

.footer-clean-grid{
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:34px;
  padding:22px 0 28px;
  border-bottom:1px solid rgba(255,255,255,.16);
}

.footer-clean-brand{
  display:flex;
  align-items:center;
  gap:18px;
  color:#fff;
  text-decoration:none;
}

.footer-clean-brand img{
  width:82px;
  height:82px;
  object-fit:contain;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.28));
}

.footer-clean-brand b{
  display:block;
  color:#fff;
  font-size:28px;
  font-weight:900;
  letter-spacing:.5px;
  line-height:1;
}

.footer-clean-brand small{
  display:inline-flex;
  margin-top:8px;
  padding:6px 10px;
  border:1px solid rgba(255,194,71,.42);
  border-radius:999px;
  color:#ffc247;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.4px;
}

.footer-clean-copy{
  max-width:430px;
  padding-left:34px;
  border-left:1px solid rgba(255,255,255,.16);
}

.footer-clean-copy strong{
  display:block;
  color:#fff;
  font-size:22px;
  line-height:1.22;
  letter-spacing:-.3px;
}

.footer-clean-copy p{
  margin:7px 0 0;
  color:#bcd3e7;
  font-size:13px;
}

.footer-clean-social{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  margin:0;
}

.footer-clean-social .social-link{
  position:relative;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  color:#fff;
  text-decoration:none;
  box-shadow:0 16px 34px rgba(0,0,0,.22);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.footer-clean-social .social-link:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.42);
  box-shadow:0 22px 44px rgba(0,0,0,.30);
}

.footer-clean-social svg{
  width:24px;
  height:24px;
  fill:currentColor;
}

.footer-clean-social .instagram{
  background:linear-gradient(135deg,#feda75 0%,#fa7e1e 24%,#d62976 52%,#962fbf 76%,#4f5bd5 100%);
}

.footer-clean-social .tiktok{
  background:#050505;
}

.footer-clean-social .facebook{
  background:#1877f2;
}

.footer-clean-social .youtube{
  background:#ff0000;
}

.footer-bottom{
  padding-top:16px !important;
  color:#d7e8f3 !important;
  letter-spacing:.2px;
}

@media(max-width:900px){
  .footer-clean-grid{
    grid-template-columns:1fr;
    align-items:flex-start;
    gap:22px;
  }

  .footer-clean-copy{
    padding-left:0;
    border-left:0;
  }

  .footer-clean-social{
    justify-content:flex-start;
  }
}

/* Premium program study + calendar wave section */
.program-section{
  background:
    radial-gradient(circle at 50% 0,rgba(8,115,189,.09),transparent 34%),
    linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
}

.program-grid{
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr) !important;
  gap:28px !important;
  align-items:stretch;
}

.program-card-premium{
  min-height:0 !important;
  padding:34px !important;
  border:1px solid rgba(142,215,255,.22);
  border-radius:26px !important;
  background:
    radial-gradient(circle at 100% 0,rgba(255,194,71,.16),transparent 26%),
    radial-gradient(circle at 0 100%,rgba(42,144,225,.18),transparent 32%),
    linear-gradient(135deg,#041d3d 0%,#052b58 58%,#03162f 100%) !important;
  box-shadow:0 24px 62px rgba(3,28,62,.16) !important;
}

.program-card-premium:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  pointer-events:none;
}

.program-card-premium:after{
  content:"MPLM";
  inset:auto 26px 14px auto !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  border-radius:0 !important;
  color:rgba(255,255,255,.055);
  font-size:90px;
  font-weight:900;
  line-height:1;
  letter-spacing:-6px;
}

.program-card-premium>*{
  max-width:none !important;
}

.program-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.program-topline span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border:1px solid rgba(255,194,71,.38);
  border-radius:999px;
  color:#ffc247;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.7px;
}

.program-topline em{
  display:grid;
  place-items:center;
  min-width:84px;
  height:48px;
  border-radius:15px;
  background:linear-gradient(135deg,#ffd769,#f0aa2c);
  color:#041f42;
  font-style:normal;
  font-size:20px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(240,170,44,.22);
}

.program-card-premium h2{
  max-width:680px !important;
  margin:0 0 14px !important;
  color:#fff !important;
  font-size:32px !important;
  line-height:1.15 !important;
  letter-spacing:-1.2px;
}

.program-lead,
.program-card-premium p{
  max-width:690px !important;
  color:#d8eaf8 !important;
  font-size:14px !important;
  line-height:1.72 !important;
}

.program-code{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:16px 0 18px;
  padding:10px 14px;
  border:1px solid rgba(142,215,255,.22);
  border-radius:12px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.8px;
}

.program-feature-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  gap:12px !important;
  margin:0 !important;
  padding:0 !important;
}

.program-feature-grid li{
  display:grid !important;
  grid-template-columns:42px 1fr;
  align-items:center !important;
  gap:12px !important;
  min-height:78px;
  padding:13px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.07);
  color:#fff !important;
}

.program-feature-grid li:before{
  content:none !important;
}

.program-feature-grid b{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:rgba(255,194,71,.14);
  color:#ffc247;
  font-size:13px;
  font-weight:900;
}

.program-feature-grid span{
  color:#eef7ff;
  font-size:12px;
  font-weight:700;
  line-height:1.42;
}

.program-link{
  display:none !important;
}

.wave-premium-card{
  position:relative;
  padding:30px !important;
  border:1px solid rgba(8,115,189,.12) !important;
  border-radius:26px !important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,rgba(255,194,71,.55),rgba(8,115,189,.28)) border-box !important;
  box-shadow:0 24px 62px rgba(3,28,62,.11) !important;
}

.wave-premium-card .premium-heading{
  margin-bottom:18px !important;
  text-align:center;
}

.wave-premium-card .premium-heading h2{
  font-size:25px !important;
  letter-spacing:-.7px;
}

.wave-calendar-grid{
  display:grid;
  gap:14px;
}

.calendar-wave.wave-row{
  position:relative;
  display:grid !important;
  grid-template-columns:88px minmax(0,1fr) 118px !important;
  grid-template-rows:auto auto;
  gap:12px !important;
  align-items:center !important;
  min-height:124px !important;
  margin:0 !important;
  padding:14px !important;
  border:1px solid #dce9f2 !important;
  border-radius:20px !important;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff,#f8fbfe) !important;
  box-shadow:0 12px 28px rgba(5,36,76,.06);
}

.calendar-wave.wave-row:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:#0a4a8c;
}

.calendar-wave.wave-row.active{
  border-color:#ffc247 !important;
  background:linear-gradient(135deg,#fffaf0,#ffffff) !important;
  box-shadow:0 18px 38px rgba(240,170,44,.14);
}

.calendar-wave.wave-row.active:before{
  background:#f0aa2c;
}

.calendar-wave.wave-row>b{
  display:grid !important;
  place-items:center;
  grid-row:1 / 3;
  align-self:stretch;
  width:auto !important;
  height:auto !important;
  min-height:76px;
  border-radius:16px !important;
  background:#052a57 !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900;
  letter-spacing:.8px;
}

.calendar-wave.wave-row.active>b{
  background:linear-gradient(135deg,#ffd769,#f0aa2c) !important;
  color:#061e3d !important;
}

.calendar-wave.wave-row span{
  display:block !important;
  grid-column:2;
  grid-row:1;
  align-self:auto !important;
  padding:0 !important;
  background:transparent !important;
}

.calendar-wave.wave-row span strong{
  color:#062d55 !important;
  font-size:16px !important;
  text-transform:uppercase;
}

.calendar-wave.wave-row span small{
  margin-top:6px;
  color:#60778d !important;
  font-size:12px !important;
  line-height:1.35;
}

.calendar-dates{
  display:grid;
  grid-column:2;
  grid-row:2;
  grid-template-columns:1fr 14px 1fr;
  align-items:center;
  gap:7px;
}

.calendar-dates time{
  display:grid;
  place-items:center;
  height:58px;
  border:1px solid #e2edf5;
  border-radius:14px;
  background:#fff;
  color:#052a57;
  font-size:23px;
  font-weight:900;
  line-height:1;
}

.calendar-dates time small{
  margin-bottom:4px;
  color:#7b91a5;
  font-size:9px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.calendar-dates i{
  height:2px;
  border-radius:99px;
  background:#f0aa2c;
}

.calendar-wave.wave-row em{
  display:flex !important;
  grid-column:3;
  grid-row:1 / 3;
  min-width:0;
  align-self:stretch;
  min-height:0;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 12px !important;
  border-radius:16px !important;
  background:#eef6ff !important;
  color:#052a57 !important;
  text-align:center;
  font-size:24px !important;
  font-weight:900;
  line-height:1.05;
  white-space:normal;
}

.calendar-wave.wave-row em small{
  display:block !important;
  margin-bottom:7px !important;
  color:#60778d !important;
  font-size:8px !important;
  font-weight:900 !important;
  line-height:1.15 !important;
  letter-spacing:.35px;
  text-transform:uppercase !important;
}

.calendar-wave.wave-row.active em{
  background:#fff4d7 !important;
  color:#052a57 !important;
}

.wave-footnote{
  margin-top:16px !important;
}

@media(max-width:1100px){
  .program-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:720px){
  .program-card-premium,
  .wave-premium-card{
    padding:24px !important;
  }

  .program-card-premium h2{
    font-size:25px !important;
  }

  .program-feature-grid{
    grid-template-columns:1fr;
  }

  .calendar-wave.wave-row{
    grid-template-columns:1fr !important;
    grid-template-rows:auto !important;
  }

  .calendar-wave.wave-row>b{
    grid-row:auto;
    min-height:44px;
  }

  .calendar-wave.wave-row span,
  .calendar-dates,
  .calendar-wave.wave-row em{
    grid-column:auto;
    grid-row:auto;
  }

  .calendar-wave.wave-row em{
    align-items:flex-start !important;
  }
}

/* Header partner logos */
.header-partner-logos{
  display:flex;
  align-items:center;
  gap:9px;
  margin-left:16px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.header-partner-logos img{
  width:34px;
  height:34px;
  object-fit:contain;
  border-radius:9px;
  background:rgba(255,255,255,.96);
  padding:3px;
}

.header-partner-logos img:nth-child(2),
.header-partner-logos img:nth-child(3){
  width:56px;
  background:transparent;
  border-radius:0;
  padding:0;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.18));
}

@media(max-width:1050px){
  .header-partner-logos{
    display:none;
  }
}

/* New wave schedule: no discount column */
.calendar-wave.wave-row{
  grid-template-columns:96px minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  min-height:116px !important;
}

.calendar-wave.wave-row>b{
  grid-column:1;
  grid-row:1 / 3;
}

.calendar-wave.wave-row span{
  grid-column:2;
  grid-row:1;
}

.calendar-dates{
  grid-column:2;
  grid-row:2;
  max-width:260px;
}

.calendar-wave.wave-row em{
  display:none !important;
}

/* Premium requirements section */
.requirements-section{
  padding-top:56px;
  padding-bottom:66px;
  background:
    radial-gradient(circle at 84% 12%,rgba(255,194,71,.13),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f4f8fc 100%);
}

.requirements-wrap{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:28px;
  align-items:stretch;
}

.requirements-intro{
  position:relative;
  overflow:hidden;
  min-height:330px;
  padding:34px;
  border-radius:26px;
  background:
    radial-gradient(circle at 90% 0,rgba(255,194,71,.22),transparent 28%),
    linear-gradient(135deg,#041d3d,#052b58);
  color:#fff;
  box-shadow:0 24px 62px rgba(3,28,62,.14);
}

.requirements-intro:after{
  content:"PENTARU";
  position:absolute;
  right:-18px;
  bottom:4px;
  color:rgba(255,255,255,.055);
  font-size:78px;
  font-weight:900;
  letter-spacing:-5px;
}

.requirements-intro span{
  display:inline-flex;
  padding:8px 12px;
  border:1px solid rgba(255,194,71,.40);
  border-radius:999px;
  color:#ffc247;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.5px;
}

.requirements-intro h2{
  position:relative;
  z-index:1;
  margin:18px 0 12px;
  color:#fff;
  font-size:34px;
  line-height:1.16;
  letter-spacing:-1.1px;
}

.requirements-intro p{
  position:relative;
  z-index:1;
  max-width:430px;
  margin:0;
  color:#d8eaf8;
  line-height:1.7;
}

.requirements-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.requirements-grid article{
  display:grid;
  grid-template-columns:46px 1fr;
  align-items:center;
  gap:14px;
  min-height:76px;
  padding:16px;
  border:1px solid #dce9f2;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#f9fcff);
  box-shadow:0 14px 34px rgba(5,36,76,.07);
}

.requirements-grid b{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  background:#052a57;
  color:#ffc247;
  font-size:13px;
  font-weight:900;
}

.requirements-grid span{
  color:#062d55;
  font-size:14px;
  font-weight:900;
  line-height:1.35;
}

@media(max-width:980px){
  .requirements-wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .requirements-grid{
    grid-template-columns:1fr;
  }

  .requirements-intro h2{
    font-size:27px;
  }
}

/* Final polish: partner logos beside metrics, refined wave cards, premium requirements */
.header-partner-logos{
  display:none !important;
}

.premium-metrics{
  padding-bottom:18px;
}

.metrics-logo-strip{
  width:min(1120px,calc(100% - 46px)) !important;
  margin:16px auto 0 !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 18px;
  border:1px solid rgba(8,115,189,.12);
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 46px rgba(5,36,76,.08);
  backdrop-filter:blur(14px);
}

.metrics-logo-strip>span{
  color:#052a57;
  font-size:12px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
}

.metrics-logo-strip>div{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
}

.metrics-logo-strip img{
  width:42px;
  height:42px;
  object-fit:contain;
  border-radius:12px;
  background:#fff;
  padding:4px;
  box-shadow:0 10px 22px rgba(5,36,76,.10);
}

.metrics-logo-strip img:nth-child(2),
.metrics-logo-strip img:nth-child(3){
  width:74px;
  background:transparent;
  padding:0;
  border-radius:0;
  box-shadow:none;
}

.metrics-logo-strip img:nth-child(4){
  width:46px;
  height:46px;
}

.wave-premium-card{
  padding:32px !important;
  background:
    radial-gradient(circle at 86% 0,rgba(255,194,71,.14),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
}

.wave-premium-card .premium-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:22px !important;
  text-align:left;
}

.wave-premium-card .premium-heading:after{
  content:"2026";
  display:grid;
  place-items:center;
  width:70px;
  height:44px;
  border-radius:14px;
  background:#052a57;
  color:#ffc247;
  font-weight:900;
  letter-spacing:1px;
}

.wave-calendar-grid{
  gap:16px;
}

.calendar-wave.wave-row{
  grid-template-columns:102px minmax(0,1fr) !important;
  min-height:126px !important;
  padding:16px 18px !important;
  border:1px solid rgba(8,115,189,.13) !important;
  border-radius:22px !important;
  background:
    linear-gradient(180deg,#fff,#fbfdff) padding-box,
    linear-gradient(135deg,rgba(8,115,189,.18),rgba(255,194,71,.28)) border-box !important;
  box-shadow:0 14px 34px rgba(5,36,76,.07);
}

.calendar-wave.wave-row:before{
  width:5px;
  background:linear-gradient(180deg,#052a57,#0873bd);
}

.calendar-wave.wave-row>b{
  min-height:92px;
  border-radius:18px !important;
  background:
    radial-gradient(circle at 50% 0,rgba(255,255,255,.18),transparent 34%),
    linear-gradient(135deg,#052a57,#063b78) !important;
  font-size:13px !important;
  text-align:center;
}

.calendar-wave.wave-row.active{
  border-color:rgba(255,194,71,.62) !important;
  box-shadow:0 22px 44px rgba(240,170,44,.16);
}

.calendar-wave.wave-row.active>b{
  background:linear-gradient(135deg,#ffd769,#f0aa2c) !important;
}

.calendar-wave.wave-row span strong{
  font-size:18px !important;
  letter-spacing:.2px;
}

.calendar-wave.wave-row span small{
  font-size:13px !important;
  color:#4e657d !important;
}

.calendar-dates{
  max-width:none;
  grid-template-columns:minmax(78px,92px) 24px minmax(78px,92px);
  gap:10px;
  margin-top:4px;
}

.calendar-dates time{
  height:60px;
  border-color:#d7e8f3;
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#f5f9fd);
}

.calendar-dates i{
  height:3px;
  background:linear-gradient(90deg,#f0aa2c,#0873bd);
}

.wave-footnote{
  padding:12px 14px;
  border:1px dashed rgba(8,115,189,.22);
  border-radius:14px;
  background:#f8fbfe;
  text-align:center;
}

.requirements-section{
  position:relative;
  overflow:hidden;
  padding-top:72px;
  padding-bottom:78px;
  background:
    radial-gradient(circle at 12% 12%,rgba(8,115,189,.10),transparent 26%),
    radial-gradient(circle at 88% 24%,rgba(255,194,71,.16),transparent 26%),
    linear-gradient(180deg,#f8fbfe 0%,#ffffff 100%);
}

.requirements-section:before{
  content:"";
  position:absolute;
  inset:36px max(24px,calc((100% - 1240px)/2)) auto;
  height:1px;
  background:linear-gradient(90deg,transparent,#d9a12f,transparent);
}

.requirements-wrap{
  grid-template-columns:.82fr 1.18fr;
  gap:30px;
}

.requirements-intro{
  min-height:390px;
  padding:38px;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 86% 10%,rgba(255,194,71,.24),transparent 28%),
    linear-gradient(145deg,#03182f 0%,#052a57 58%,#06417f 100%);
}

.requirements-intro:before{
  content:"";
  position:absolute;
  inset:auto 28px 28px 28px;
  height:78px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  background:rgba(255,255,255,.06);
}

.requirements-intro:after{
  right:-10px;
  bottom:82px;
  font-size:70px;
}

.requirements-intro h2{
  font-size:36px;
}

.requirements-grid{
  gap:16px;
}

.requirements-grid article{
  position:relative;
  overflow:hidden;
  min-height:88px;
  padding:18px;
  border-color:rgba(8,115,189,.13);
  border-radius:22px;
  background:
    linear-gradient(180deg,#fff,#fbfdff) padding-box,
    linear-gradient(135deg,rgba(8,115,189,.18),rgba(255,194,71,.20)) border-box;
  box-shadow:0 16px 36px rgba(5,36,76,.08);
}

.requirements-grid article:after{
  content:"";
  position:absolute;
  right:-22px;
  top:-22px;
  width:74px;
  height:74px;
  border-radius:50%;
  background:rgba(255,194,71,.10);
}

.requirements-grid b{
  position:relative;
  z-index:1;
  border:1px solid rgba(255,194,71,.22);
  background:linear-gradient(135deg,#052a57,#063b78);
  box-shadow:0 12px 24px rgba(5,36,76,.12);
}

.requirements-grid span{
  position:relative;
  z-index:1;
}

@media(max-width:980px){
  .metrics-logo-strip,
  .metrics-logo-strip>div{
    justify-content:center;
    flex-wrap:wrap;
    text-align:center;
  }

  .metrics-logo-strip{
    flex-direction:column;
  }

  .requirements-wrap{
    grid-template-columns:1fr;
  }
}

/* Precision pass: lock public landing layout so older overrides stop fighting the design */
body.public{
  background:#f5f8fc !important;
}

body.public .container{
  max-width:1240px;
}

.poster-hero{
  padding-bottom:34px !important;
}

.poster-hero + .premium-metrics{
  margin-top:0 !important;
}

.premium-metrics{
  padding:0 0 42px !important;
  background:linear-gradient(180deg,#f4f7fb 0%,#ffffff 100%);
}

.premium-metrics > .container:first-child{
  width:min(1120px,calc(100% - 46px)) !important;
  margin-inline:auto !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:24px !important;
  background:linear-gradient(135deg,#052a57 0%,#063b78 100%) !important;
  box-shadow:0 28px 72px rgba(3,28,62,.18) !important;
}

.premium-metrics > .container:first-child article{
  min-height:126px !important;
  padding:20px 16px !important;
  display:grid !important;
  place-items:center !important;
  align-content:center !important;
  gap:7px !important;
  border-right:1px solid rgba(255,255,255,.18) !important;
  text-align:center !important;
}

.premium-metrics > .container:first-child article:last-child{
  border-right:0 !important;
}

.premium-metrics > .container:first-child i{
  font-size:30px !important;
  line-height:1 !important;
}

.premium-metrics > .container:first-child strong{
  color:#ffc247 !important;
  font-size:22px !important;
  line-height:1.08 !important;
}

.premium-metrics > .container:first-child span{
  color:#fff !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}

.metrics-logo-strip{
  width:min(1120px,calc(100% - 46px)) !important;
  margin:18px auto 0 !important;
  padding:16px 20px !important;
  border-radius:22px !important;
  display:grid !important;
  grid-template-columns:auto 1fr !important;
  align-items:center !important;
  background:#ffffff !important;
}

.metrics-logo-strip>div{
  justify-content:flex-end !important;
  gap:16px !important;
}

.flow-section{
  padding-top:56px !important;
}

.program-section{
  padding:70px 0 56px !important;
}

.program-grid{
  width:min(1240px,calc(100% - 46px));
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr) !important;
  gap:28px !important;
  align-items:stretch !important;
}

.program-card-premium,
.wave-premium-card{
  height:100%;
}

.program-card-premium{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.wave-premium-card{
  display:flex;
  flex-direction:column;
}

.wave-calendar-grid{
  flex:1;
  display:grid;
  grid-template-rows:repeat(3,1fr);
}

.calendar-wave.wave-row{
  min-height:0 !important;
  height:100%;
  display:grid !important;
  grid-template-columns:104px minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  align-content:center !important;
  gap:10px 16px !important;
}

.calendar-wave.wave-row>b{
  min-height:86px !important;
}

.calendar-wave.wave-row span{
  align-self:end !important;
}

.calendar-dates{
  align-self:start !important;
}

.requirements-section{
  padding:64px 0 72px !important;
}

.requirements-wrap{
  width:min(1240px,calc(100% - 46px));
  display:grid !important;
  grid-template-columns:420px minmax(0,1fr) !important;
  gap:28px !important;
  align-items:stretch !important;
}

.requirements-intro{
  min-height:auto !important;
  height:100% !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.requirements-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  align-content:stretch;
}

.requirements-grid article{
  min-height:84px !important;
  height:100%;
}

.advantage-section{
  padding-top:62px !important;
}

@media(max-width:1100px){
  .program-grid,
  .requirements-wrap{
    grid-template-columns:1fr !important;
  }

  .wave-calendar-grid{
    grid-template-rows:auto;
  }
}

@media(max-width:760px){
  .premium-metrics > .container:first-child{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .premium-metrics > .container:first-child article:nth-child(2){
    border-right:0 !important;
  }

  .metrics-logo-strip{
    grid-template-columns:1fr !important;
    text-align:center;
  }

  .metrics-logo-strip>div{
    justify-content:center !important;
    flex-wrap:wrap;
  }

  .requirements-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:560px){
  .premium-metrics > .container:first-child,
  .metrics-logo-strip,
  .program-grid,
  .requirements-wrap{
    width:min(100% - 24px,1240px) !important;
  }

  .calendar-wave.wave-row{
    grid-template-columns:1fr !important;
  }

  .calendar-wave.wave-row>b,
  .calendar-wave.wave-row span,
  .calendar-dates{
    grid-column:auto !important;
    grid-row:auto !important;
  }
}

/* Visual cleanup pass requested: cleaner institution logos + compact premium program card */
.premium-metrics{
  padding-bottom:24px !important;
}

.metrics-logo-strip{
  width:min(760px,calc(100% - 46px)) !important;
  min-height:72px;
  margin:16px auto 0 !important;
  padding:12px 18px !important;
  grid-template-columns:auto 1fr !important;
  gap:20px !important;
  border:1px solid rgba(5,42,87,.10) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,#ffffff,#f9fcff) !important;
  box-shadow:0 18px 44px rgba(5,36,76,.10) !important;
}

.metrics-logo-strip>span{
  max-width:170px;
  color:#71859a !important;
  font-size:10px !important;
  line-height:1.35;
  letter-spacing:1.1px !important;
}

.metrics-logo-strip>div{
  display:grid !important;
  grid-template-columns:56px 116px 96px 56px;
  align-items:center;
  justify-content:end !important;
  gap:16px !important;
}

.metrics-logo-strip img{
  display:block;
  width:100% !important;
  height:42px !important;
  object-fit:contain !important;
  border-radius:0 !important;
  background:transparent !important;
  padding:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 7px 11px rgba(5,36,76,.08));
}

.metrics-logo-strip img:first-child,
.metrics-logo-strip img:nth-child(4){
  height:46px !important;
}

.flow-section{
  padding-top:34px !important;
  padding-bottom:48px !important;
}

.flow-section .premium-heading{
  margin-bottom:20px !important;
}

.program-section{
  padding:56px 0 44px !important;
}

.program-grid{
  grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr) !important;
  gap:24px !important;
  align-items:start !important;
}

.program-card-premium{
  height:auto !important;
  min-height:0 !important;
  padding:28px !important;
  justify-content:flex-start !important;
  border-radius:22px !important;
}

.program-card-premium:before{
  inset:16px !important;
  border-radius:18px !important;
}

.program-card-premium:after{
  right:20px !important;
  bottom:10px !important;
  font-size:66px !important;
  letter-spacing:-4px !important;
}

.program-topline{
  margin-bottom:34px !important;
}

.program-topline span{
  min-height:28px !important;
  padding:0 12px !important;
  font-size:9px !important;
}

.program-topline em{
  min-width:68px !important;
  height:40px !important;
  border-radius:13px !important;
  font-size:16px !important;
}

.program-card-premium h2{
  max-width:620px !important;
  margin-bottom:18px !important;
  font-size:27px !important;
  line-height:1.12 !important;
  letter-spacing:-1px !important;
}

.program-lead,
.program-card-premium p{
  max-width:620px !important;
  margin-bottom:18px !important;
  font-size:12.5px !important;
  line-height:1.62 !important;
}

.program-code{
  margin:10px 0 20px !important;
  padding:9px 12px !important;
  font-size:10.5px !important;
}

.program-feature-grid{
  gap:10px !important;
}

.program-feature-grid li{
  min-height:62px !important;
  grid-template-columns:34px 1fr !important;
  gap:10px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
}

.program-feature-grid b{
  width:34px !important;
  height:34px !important;
  border-radius:11px !important;
  font-size:11px !important;
}

.program-feature-grid span{
  font-size:10.5px !important;
  line-height:1.35 !important;
}

.wave-premium-card{
  height:auto !important;
  padding:26px !important;
  border-radius:22px !important;
}

.wave-premium-card .premium-heading{
  margin-bottom:18px !important;
  align-items:flex-start !important;
}

.wave-premium-card .premium-heading h2{
  max-width:260px;
  font-size:23px !important;
  line-height:1.05 !important;
}

.wave-premium-card .premium-heading:after{
  width:58px !important;
  height:38px !important;
  border-radius:12px !important;
  font-size:13px !important;
}

.wave-calendar-grid{
  grid-template-rows:none !important;
  gap:12px !important;
}

.calendar-wave.wave-row{
  min-height:112px !important;
  height:auto !important;
  grid-template-columns:84px minmax(0,1fr) !important;
  gap:8px 14px !important;
  padding:12px 14px !important;
  border-radius:18px !important;
}

.calendar-wave.wave-row>b{
  min-height:76px !important;
  border-radius:14px !important;
  font-size:12px !important;
}

.calendar-wave.wave-row span strong{
  font-size:15px !important;
}

.calendar-wave.wave-row span small{
  font-size:11px !important;
}

.calendar-dates{
  grid-template-columns:74px 18px 74px !important;
  gap:8px !important;
  margin-top:0 !important;
}

.calendar-dates time{
  height:50px !important;
  border-radius:13px !important;
  font-size:19px !important;
}

.calendar-dates time small{
  font-size:7px !important;
  margin-bottom:3px !important;
}

.wave-footnote{
  margin-top:12px !important;
  padding:10px 12px !important;
}

@media(max-width:1100px){
  .program-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:760px){
  .metrics-logo-strip{
    width:min(100% - 24px,760px) !important;
    grid-template-columns:1fr !important;
  }

  .metrics-logo-strip>span{
    max-width:none;
  }

  .metrics-logo-strip>div{
    grid-template-columns:48px 96px 84px 48px;
    justify-content:center !important;
  }

  .program-feature-grid{
    grid-template-columns:1fr !important;
  }
}

/* Premium typography refresh */
body.public,
body.public input,
body.public select,
body.public textarea,
body.public button{
  font-family:"Inter","Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

body.public{
  font-size:15px;
  letter-spacing:-.01em;
}

body.public h1,
body.public h2,
body.public h3,
.brand-copy b,
.poster-hero-actions b,
.premium-heading h2,
.program-card-premium h2,
.requirements-intro h2,
.premium-cta h2{
  font-family:"Plus Jakarta Sans","Inter",sans-serif !important;
  font-weight:900 !important;
}

.brand-copy b{
  font-size:24px !important;
}

.header-clock span,
.header-clock b,
.admin-header-btn{
  font-size:12px !important;
}

.poster-hero-actions span{
  font-size:12px !important;
}

.poster-hero-actions b{
  font-size:19px !important;
}

.premium-metrics > .container:first-child strong{
  font-size:23px !important;
}

.premium-metrics > .container:first-child span{
  font-size:15px !important;
}

.metrics-logo-strip>span{
  font-size:11px !important;
}

.premium-heading span,
.program-topline span,
.requirements-intro span{
  font-size:12px !important;
}

.premium-heading h2{
  font-size:34px !important;
}

.premium-flow h3{
  font-size:13px !important;
  font-weight:900 !important;
}

.program-card-premium h2{
  font-size:29px !important;
}

.program-lead,
.program-card-premium p{
  font-size:14px !important;
}

.program-code{
  font-size:12px !important;
}

.program-feature-grid span{
  font-size:12px !important;
}

.wave-premium-card .premium-heading h2{
  font-size:25px !important;
}

.calendar-wave.wave-row span strong{
  font-size:17px !important;
  font-weight:900 !important;
}

.calendar-wave.wave-row span small{
  font-size:13px !important;
}

.calendar-dates time{
  font-size:21px !important;
}

.calendar-dates time small{
  font-size:8px !important;
}

.requirements-grid span{
  font-size:15px !important;
}

.requirements-intro p{
  font-size:15px !important;
}

.footer-clean-copy strong{
  font-size:24px !important;
}
/* =====================================================
   PROGRAM STUDI PREMIUM
======================================================*/

.program-section{
    padding:90px 0;
    background:
        radial-gradient(circle at top left,#f3f8ff 0,#ffffff 45%,#eef5ff 100%);
}

.program-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:35px;
    align-items:start;
}

.program-card-premium{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#071d45,#0c3b74,#0d4d92);
    border-radius:30px;
    padding:40px;
    color:#fff;
    box-shadow:
    0 25px 70px rgba(0,25,70,.18);
}

.program-card-premium::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    right:-140px;
    bottom:-140px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.program-card-premium::after{
    content:'MPLM';
    position:absolute;
    right:25px;
    bottom:-10px;
    font-size:120px;
    font-weight:900;
    color:rgba(255,255,255,.04);
    letter-spacing:5px;
}

.program-topline{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.program-topline span{
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    color:#ffc857;
}

.program-topline em{
    font-style:normal;
    background:#ffc857;
    color:#092852;
    padding:10px 20px;
    border-radius:50px;
    font-weight:800;
}

.program-card-premium h2{
    font-size:40px;
    line-height:1.2;
    margin-bottom:18px;
    font-weight:800;
}

.program-lead{
    color:#dbe7ff;
    font-size:17px;
    line-height:1.8;
}

.program-code{
    margin:30px 0;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    padding:18px 22px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.1);
    font-weight:700;
}

.program-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    list-style:none;
    margin:0;
    padding:0;
}

.program-feature-grid li{
    display:flex;
    gap:15px;
    align-items:flex-start;
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.program-feature-grid li:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.12);
}

.program-feature-grid b{
    min-width:44px;
    height:44px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#ffc857;
    color:#082346;
    font-size:14px;
}

.program-feature-grid span{
    color:#edf4ff;
    line-height:1.6;
}

.program-link{
    margin-top:35px;
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 30px;
    border-radius:60px;
    background:#ffc857;
    color:#082346;
    font-weight:800;
    transition:.35s;
}

.program-link:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(255,200,87,.35);
}



/* =====================================================
   GELOMBANG PREMIUM
======================================================*/

.wave-premium-card{
    background:#fff;
    border-radius:30px;
    padding:35px;
    box-shadow:0 25px 60px rgba(12,55,110,.08);
    border:1px solid #edf2fa;
}

.wave-calendar-grid{
    display:flex;
    flex-direction:column;
    gap:22px;
    margin-top:25px;
}

.calendar-wave{
    display:grid;
    grid-template-columns:95px 1fr auto;
    gap:22px;
    align-items:center;
    padding:22px;
    border-radius:24px;
    border:2px solid #edf2fa;
    transition:.35s;
    background:#fff;
}

.calendar-wave:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,60,120,.08);
}

.calendar-wave.active{
    border-color:#ffc857;
    background:linear-gradient(135deg,#fff8eb,#ffffff);
}

.calendar-wave>b{
    width:90px;
    height:90px;
    border-radius:20px;
    background:linear-gradient(135deg,#0a2b5f,#134c8f);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-size:15px;
    line-height:1.5;
    font-weight:800;
    letter-spacing:1px;
}

.calendar-wave.active>b{
    background:linear-gradient(135deg,#ffc857,#ffb800);
    color:#082346;
}

.calendar-wave strong{
    display:block;
    font-size:27px;
    color:#0b2b56;
    margin-bottom:8px;
}

.calendar-wave small{
    color:#7a8ba5;
    font-size:15px;
}

.calendar-dates{
    display:flex;
    align-items:center;
    gap:18px;
}

.calendar-dates time{
    width:78px;
    height:78px;
    border-radius:18px;
    border:2px solid #edf2fa;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#fff;
}

.calendar-dates time small{
    font-size:11px;
    color:#8ea2bc;
    text-transform:uppercase;
    margin-bottom:6px;
}

.calendar-dates time{
    font-size:30px;
    font-weight:800;
    color:#103b74;
}

.calendar-dates i{
    width:28px;
    height:3px;
    background:#ffc857;
    border-radius:30px;
}

.wave-footnote{
    text-align:center;
    margin-top:30px;
    padding:16px;
    border-radius:16px;
    background:#f6f9fd;
    color:#6d7f95;
    font-size:14px;
}


/* =====================================================
   RESPONSIVE
======================================================*/

@media(max-width:1100px){

.program-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.program-card-premium{
padding:28px;
}

.program-card-premium h2{
font-size:30px;
}

.program-feature-grid{
grid-template-columns:1fr;
}

.calendar-wave{
grid-template-columns:1fr;
text-align:center;
}

.calendar-wave>b{
margin:auto;
}

.calendar-dates{
justify-content:center;
margin-top:15px;
}

}
/* ========================= PREMIUM PROGRAM & GELOMBANG V2 ========================= */

.premium-program-wrapper

.premium-program-wrapper{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:30px;
  align-items:stretch;
}

.program-card-v2

.program-card-v2{
  position:relative;
  overflow:hidden;
  min-height:560px;
  border-radius:34px;
  background:#041a34;
  box-shadow:0 30px 80px rgba(4,26,52,.22);
  color:#fff;
}

.program-bg{
  position:absolute;
  inset:0;
  background:url("hero-cadets-port.png") center/cover no-repeat;
  transform:scale(1.02);
}

.program-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg,rgba(4,26,52,.96) 0%,rgba(6,49,92,.92) 48%,rgba(6,49,92,.35) 100%);
}

.program-header{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:32px 36px 0;
}

.program-header span{
  color:#9fdcff;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
}

.program-badge{
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  color:#fff;
  font-weight:800;
}

.program-content{
  position:relative;
  z-index:2;
  padding:24px 36px 36px;
}

.program-content h2{
  margin:0 0 16px;
  font-size:40px;
  line-height:1.12;
  letter-spacing:-1.4px;
  font-family:"Plus Jakarta Sans",sans-serif;
}

.program-content p{
  color:#d8e7f2;
  font-size:15px;
  line-height:1.8;
}

.program-code-box{
  margin:28px 0;
  padding:16px 20px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  color:#fff;
  font-weight:700;
}

.program-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.feature-box{
  display:flex;
  gap:14px;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
}

.feature-box span{
  width:40px;
  height:40px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#ffcb4c,#ffb300);
  color:#052040;
  font-weight:900;
  flex-shrink:0;
}

.feature-box h4{
  margin:0 0 6px;
  font-size:15px;
  color:#fff;
}

.feature-box p{
  margin:0;
  font-size:13px;
  color:#d9e7f3;
}

.wave-card-v2

.wave-card-v2{
  border-radius:34px;
  padding:34px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  border:1px solid #dbe7f1;
  box-shadow:0 24px 70px rgba(6,45,91,.08);
}

.wave-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:26px;
}

.wave-title span{
  color:#0a74be;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
}

.wave-title h2{
  margin:8px 0 0;
  font-size:36px;
  line-height:1.1;
  letter-spacing:-1px;
  color:#062d55;
}

.wave-year{
  width:72px;
  height:72px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#0a74be,#063f75);
  color:#fff;
  font-weight:900;
  font-size:18px;
}

.wave-list{
  display:grid;
  gap:18px;
}

.wave-item-v2{
  display:grid;
  grid-template-columns:88px 1fr auto;
  gap:18px;
  align-items:center;
  padding:20px;
  border-radius:26px;
  border:1px solid #e2edf5;
  background:#fff;
  transition:.25s ease;
}

.wave-item-v2:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 38px rgba(8,115,189,.10);
}

.wave-item-v2.active{
  border-color:#79ccfa;
  background:linear-gradient(135deg,#eef9ff,#ffffff);
  box-shadow:0 20px 48px rgba(8,115,189,.14);
}

.wave-month{
  width:88px;
  height:88px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:#082e5d;
  color:#fff;
  font-size:13px;
  font-weight:900;
  text-align:center;
}

.wave-item-v2.active .wave-month{
  background:linear-gradient(135deg,#ffcb4c,#ffb300);
  color:#052040;
}

.wave-info h3{
  margin:0;
  font-size:24px;
  color:#062d55;
}

.wave-info p{
  margin:6px 0 0;
  color:#6b7d8f;
}

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

.wave-dates time{
  min-width:76px;
  padding:12px 10px;
  border-radius:18px;
  background:#f4f8fb;
  text-align:center;
}

.wave-dates small{
  display:block;
  color:#7d8d9b;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}

.wave-dates strong{
  display:block;
  margin-top:4px;
  color:#062d55;
  font-size:24px;
  line-height:1;
}

.wave-dates i{
  color:#0a74be;
  font-weight:900;
  font-style:normal;
}

.wave-note{
  margin-top:20px;
  padding:14px 18px;
  border-radius:16px;
  background:#f8fbfe;
  border:1px dashed #c8d8e5;
  color:#7b8b98;
  font-size:13px;
  text-align:center;
}

@media(max-width:1050px){
  .premium-program-wrapper{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .program-card-v2{
    min-height:auto;
  }

  .program-header{
    padding:24px 24px 0;
  }

  .program-content{
    padding:20px 24px 28px;
  }

  .program-content h2{
    font-size:30px;
  }

  .program-features{
    grid-template-columns:1fr;
  }

  .wave-card-v2{
    padding:24px 18px;
  }

  .wave-title{
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
  }

  .wave-item-v2{
    grid-template-columns:1fr;
  }

  .wave-month{
    width:100%;
    height:64px;
  }

  .wave-dates{
    justify-content:space-between;
  }
}
