 :root {
      --navy: #061432;
      --navy-2: #0a1f4a;
      --navy-3: #081a3f;
      --gold: #ffca28;
      --gold-2: #f5aa00;
      --white: #ffffff;
      --soft: #f6f8fc;
      --line: #e7ecf5;
      --text: #101a33;
      --muted: #657089;
      --shadow: 0 22px 70px rgba(6, 20, 50, .16);
    }

    .features{
      padding-top: 40px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: Inter, sans-serif; background: var(--soft); color: var(--text); overflow-x: hidden; }
    a { color: inherit; text-decoration: none; }
    .container { width: min(1320px, calc(100% - 48px)); margin: auto; }

    .btn {
      min-height: 50px; padding: 14px 24px; border-radius: 10px;
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      font-weight: 900; font-size: 14px; border: 1px solid transparent;
      transition: .25s ease; cursor: pointer; white-space: nowrap;
    }
    .btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); box-shadow: 0 14px 34px rgba(255,202,40,.32); }
    .btn-primary:hover, .btn-dark:hover, .btn-outline:hover { transform: translateY(-3px); }
    .btn-dark { background: var(--navy); color: #fff; box-shadow: 0 14px 32px rgba(6,20,50,.18); }
    .btn-outline { color: #fff; border-color: rgba(255,255,255,.45); background:rgba(255,255,255,.04);backdrop-filter:blur(12px); }

    .section-label { font-size: 20px; font-weight: 900; letter-spacing: .7px; color: var(--navy); text-transform: uppercase; text-align: center; margin-bottom: 8px; }
    .section-title {
      font-family: 'Manrope', sans-serif;
      font-size: clamp(26px, 4vw, 34px);
      line-height: 1.15;
      letter-spacing: -1px;
      color: var(--navy);
      text-align: center;
      font-weight: 900;
    }

    header { position: fixed; inset: 0 0 auto; z-index: 30;  backdrop-filter: blur(16px); }
    header.scrolled{
      background:rgb(8, 26, 62); 
      border-bottom:1px solid rgba(255,255,255,.06);
      box-shadow:0 10px 40px rgba(0,0,0,.18);
      backdrop-filter:blur(20px) saturate(180%);
    }
    .nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .logo { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 900; }
    .logo-mark { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold), #fff1a8); color: var(--navy); font-family: Poppins; font-weight: 900; box-shadow: 0 12px 34px rgba(255,202,40,.28); }
    .logo small { display: block; color: var(--gold); font-size: 10px; letter-spacing: 1.6px; margin-top: -2px; }
    nav { display: flex; gap: 30px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 800; }
    nav a:hover { color: var(--gold); }

    .logo img{
      width: 245px ;  object-fit:contain;
    }


    /* =========================
   HERO NEW STYLE
========================= */

.hero {
  position: relative;
  height: 630px;
  padding:115px 0 70px;
  overflow: hidden;
  color: #fff;
  

  background:
    linear-gradient(
      90deg,
      rgba(3,16,41,.96) 0%,
      rgba(3,16,41,.86) 35%,
      rgba(3,16,41,.45) 62%,
      rgba(3,16,41,.18) 100%
    ),
    url("/files/imgbank/hero-background.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
}

/* glow overlay */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;

  opacity:.35;

  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(255,202,40,.22),
      transparent 24%
    );

  pointer-events: none;
}

/* dot pattern */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(
      rgba(255,255,255,.22) 1px,
      transparent 1px
    );

  background-size: 24px 24px;

  opacity: .12;

  mask-image:
    linear-gradient(
      to right,
      black 0%,
      black 55%,
      transparent 100%
    );
}

.hero-grid {
  position: relative;
  z-index: 3;
}

.hero-content {
  max-width: 640px;
}

/* badge atas */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 11px 18px;

  border-radius: 999px;

  border: 1px solid rgba(255,202,40,.4);

  background: rgba(255,255,255,.05);

  backdrop-filter: blur(10px);

  color: #fff;

  font-size: 13px;
  font-weight: 800;
}

/* heading */
.hero h1 {
  margin: 28px 0 22px;
  font-family: 'Manrope',sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 4vw, 65px);
  line-height: 1.02;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0 10px 35px rgba(0,0,0,.35);
}

.hero h1 span {
  color: var(--gold);
}

/* deskripsi */
.hero p {
  max-width: 560px;
  color: rgba(255,255,255,.84);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

/* tombol */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;

  margin-top: 36px;
}

.hero-actions .btn {
  min-width: 220px;
  min-height: 58px;
  border-radius: 10px;
}

/* tags bawah */
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 34px;
}

.hero-tag {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 13px 18px;

  border-radius: 14px;

  border: 1px solid rgba(255,255,255,.12);

  background: rgba(255,255,255,.05);

  backdrop-filter: blur(12px);

  color: rgba(255,255,255,.92);

  font-size: 14px;
  font-weight: 700;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 1050px) {

  .hero {
    min-height: auto;
    padding: 120px 0 80px;
  }

}

@media (max-width: 640px) {

  .hero {
    padding-top: 100px; 
    background-position: 88% center;
  }

  .btn-consult i { 
    right: 27px !important;
    font-size: 26px !important;
  }
  

  .hero h1 {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 1px;
  }

  .hero p {
    max-width:95%;
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-tags {
    gap: 10px;
  }

  .hero-tag {
    width: 100%;
  }

}

    .visual { position: relative; min-height: 470px; }
    .students {
      position: absolute; inset: 16px 188px 0 0; border-radius: 34px;
      background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
      border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); overflow: hidden;
      display: grid; place-items: end center; padding: 28px;
    }
    .person-main { width: 250px; height: 390px; border-radius: 120px 120px 26px 26px; background: linear-gradient(180deg, #f6d3b0, #193565 34%, #071225 82%); box-shadow: 0 0 0 8px rgba(255,202,40,.12); position: relative; }
    .person-main::before { content: "PLC"; position: absolute; top: 112px; left: 68px; color: var(--gold); font: 900 42px Poppins; opacity: .9; }
    .person-side { position: absolute; width: 135px; height: 265px; bottom: 24px; border-radius: 80px 80px 20px 20px; background: linear-gradient(180deg, #ffd8b6, #ffd039 34%, #fff 82%); opacity: .95; }
    .person-side.one { left: 28px; }
    .person-side.two { right: 210px; background: linear-gradient(180deg, #f0c6a2, #f7f7f7 36%, #dfe7f2 82%); }
    .consultant-card {
      position: absolute; right: 0; top: 24px; width: 265px; padding: 24px; border-radius: 20px;
      background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(16px);
    }
    .consultant-photo { width: 88px; height: 88px; border-radius: 50%; background: linear-gradient(180deg, #ffd9ba, #081a3f 45%, #020813); margin-left: auto; margin-bottom: -16px; border: 3px solid rgba(255,202,40,.6); }
    .script { font-family: cursive; font-size: 34px; color: var(--gold); margin: 4px 0 10px; }
    .consultant-card h3 { font-size: 16px; line-height: 1.4; margin-bottom: 16px; }
    .checklist { display: grid; gap: 13px; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.84); font-weight: 700; } 

    .trust { margin-top: -36px; position: relative; z-index: 4; }
    
    .trust-box{
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(10px);
      border-radius:24px;
      padding:26px;
      box-shadow:0 14px 50px rgba(6,20,50,.08);
      display:flex;
      flex-direction:column;
      gap:24px;
    }

    .stat-box{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:18px;
    }
 
    
    .trusted-box{
  border-top:1px solid rgba(6,20,50,.08);
  padding-top:20px;
}

    .stat { display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--line); min-height: 60px; }
    .stat b { display: block; font: 600 27px Poppins; color: var(--navy); }
    .stat-icon{font: 600 36px Poppins;color: var(--gold-2);}
    .stat span { font-size: 14px; color: var(--muted); font-weight: 700; }
    .trusted{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:14px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }

.trusted-logos{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.trusted-logos img{
  width:44px;
  height:44px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  padding:5px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}

#program{
    background:
    linear-gradient(
        180deg,
        #f5f7fb 0%,
        #eef2f8 100%
    );
}

.trusted-more{
  color:var(--muted);
}
    .logo-dot { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--gold)); box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px var(--line); }

    section { padding: 72px 0; }
    .program-layout {
      margin-top: 46px;
      display: grid;
      grid-template-columns: repeat(3, 1fr) 1.05fr;
      gap: 22px;
      align-items:start;
    }
    .card { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 42px rgba(6,20,50,.08); }
      
     
    .program-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #fff6d6; font-size: 24px; margin-bottom: 15px; } 
    .program-card p { color: var(--muted); font-size: 13px; line-height: 1.5; margin-bottom: 20px; min-height: 38px; }
    ul { list-style: none; display: grid; gap: 11px; margin: 22px 0; }
    li { color: var(--navy); font-size: 14px; font-weight: 700; }
    li::before { content: "✓"; color: #345077; margin-right: 10px; }
    .price small { color: var(--muted); text-decoration: line-through; font-weight: 700; }
    .price strong { display: block; font: 900 27px Poppins; color: var(--navy); margin: 4px 0 18px; }
    .program-card .btn { width: 100%; border-radius: 7px; min-height: 46px; }

    .program-card {
      padding: 36px 28px 28px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid rgba(6, 20, 50, .08);
      box-shadow: 0 18px 55px rgba(6, 20, 50, .08);
      transition: .3s ease;
      height: auto;
      display:flex;
     flex-direction:column;
    }

    .program-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 26px 70px rgba(6, 20, 50, .14);
    }

    .program-card.featured { 
      box-shadow: 0 22px 70px rgba(255, 202, 40, .18);
      border:1.5px solid rgba(255,202,40,.45);
      background: linear-gradient(180deg,#fff,#fffdf4);
    }

    .program-head{
      display:flex;
      align-items:flex-start;
      gap:16px;
      margin-bottom: 10px;
    }

    .program-icon{
      width:58px;
      height:58px;
      min-width:58px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:#fff6d6;
      color:var(--gold-2);
      font-size:24px;
    } 

    .program-card h3 {
      font-family: Manrope, sans-serif;
      font-size: 18px;
      font-weight: 900;
      color: var(--navy);
      margin-bottom: 5px;
      text-transform: uppercase;
    }


    .program-title p{
      margin:0;
      min-height:auto;
      font-size:15px;
      line-height:1.6;
      color:var(--muted);
    }
    .program-card p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.4;
      min-height: 50px;
    }

    .program-card ul {
      gap: 14px;
      margin: 0 0 30px;
    }


    .program-card li{
      display: flex;
      align-items: flex-start;
      line-height: 1.1;
      font-size: 14px;
      font-weight: 500;
      color: var(--navy);
    } 

    .program-card li::before {
      content: "✓";
      color: #345077;
      margin-right: 12px;
      font-weight: 600;
    }

    .price{
        margin-bottom:0px;
    }

    .price small {
      display: block;
      color: var(--muted);
      text-decoration: line-through;
      font-weight: 800;
      margin-bottom: 4px;
    }

    .price strong {
      display: block;
      font-family: Manrope, sans-serif;
      font-size: 34px;
      font-weight: 900;
      letter-spacing: -1.3px;
      color: var(--navy);
      margin-bottom: 22px;
    }

    .program-card .btn {
      width: 100%;
      min-height: 56px;
      border-radius: 10px;
      margin-top:0;
    } 

    .hot{
      position:absolute;
      top:-16px;
      left:50%;
      transform:translateX(-50%) translateY(10px);
      background:var(--gold);
      color:var(--navy);
      padding:9px 22px;
      border-radius:999px;
      font-size:11px;
      font-weight:900;
      opacity:0;
      visibility:hidden;
      transition:.28s ease;
      box-shadow:0 12px 28px rgba(255,202,40,.28);
    }

    .program-card.featured:hover .hot{
      opacity:1;    
      visibility:visible;
      transform:translateX(-50%) translateY(0);
    }
 

.consult-box {
  padding: 36px 34px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,202,40,.12), transparent 28%),
    linear-gradient(145deg, #061432, #0b224f);
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 24px 70px rgba(6, 20, 50, .18);
  position:relative;
  overflow:hidden;
}

.consult-profile img{
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:50%;
  border:4px solid rgba(255,202,40,.35);
  box-shadow:0 16px 34px rgba(0,0,0,.25);
} 

.consult-name{
  margin-top:14px;
  color:#fff;
  font-size:24px;
  font-family:'Caveat',cursive;
  font-weight:700;
}

.consult-role{
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:700;
  letter-spacing:.4px;
}

.consult-profile{
  margin-top:28px;
  text-align:center;
}

.consult-box h3 {
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--gold);
}

.consult-box p {
  font-size: 14px;
  line-height: 1.3;
  margin: 12px 0 20px;
}

.btn-block {
  width: 100%;
}

.consult-box .checklist {
  gap: 18px;
  margin-bottom: 28px;
}

.consult-box .checklist div{
  display:flex;
  align-items:flex-start;
  gap:12px;
  line-height:1.5;
}

.consult-box .checklist div::before{
  content:"";
  width:8px;
  height:8px;
  min-width:8px;
  border-radius:50%;
  background:var(--gold);
  margin-top:9px;
  box-shadow:0 0 10px rgba(255,202,40,.7);
}

  .note{
    display: block;
    text-align: center;
    color: var(--gold);
    font-family: 'Caveat',cursive;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-top: 18px;
    letter-spacing: .3px;
    transform: rotate(-1deg);
  }

  .note em{
    color:white;
  }
 
    .feature-strip { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 42px rgba(6,20,50,.07); padding: 22px; display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
    .feature { text-align: center; padding: 12px; border-right: 1px solid var(--line); }
    .feature:last-child { border-right: 0; }
    .feature-icon { font-size: 28px; margin-bottom: 8px; }
    .feature h4 { color: var(--navy); font-size: 14px; margin-bottom: 5px; }
    .feature p { color: var(--muted); font-size: 12px; line-height: 1.45; font-weight: 600; }

    .proof-grid { margin-top: 34px; display: grid; grid-template-columns: 1.6fr .85fr; gap: 24px; }
    .students-proof { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
    .proof-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 36px rgba(6,20,50,.08); border: 1px solid var(--line); }
    .proof-img { height: 214px; background: linear-gradient(180deg, #f0d5bd 0 35%, #f8f3ea 35% 100%); display: grid; place-items: center; font: 900 23px Poppins;overflow: hidden; color: var(--navy); text-align: center; }
    .proof-img img{
      width: 100%;
      object-fit: cover;
      object-position: center;
      height: 335px;
    }
    .proof-card div:last-child { padding: 12px;  font-weight: 900;   }
    .proof-card small { display: block; color: var(--muted); margin-top: 3px; }
    .quote { padding: 34px; background: linear-gradient(145deg, #061432, #0b224f); color: #fff; border-radius: 16px; box-shadow: var(--shadow); }
    .quote .stars { color: var(--gold); font-size: 22px; margin-bottom: 18px; }
    .quote p { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.88); margin-bottom: 18px; }

    .bonus-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
    .bonus-card { padding: 28px; background: linear-gradient(135deg, #fff3bf, #fff); border-color: rgba(255,202,40,.55); }
    .bonus-card h3 { font: 900 25px Poppins; color: var(--navy); margin-bottom: 18px; }
    .bonus-items { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
    .bonus-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 10px; text-align: center; font-size: 12px; font-weight: 900; color: var(--navy); }
    .countdown { padding: 28px; background: linear-gradient(145deg, #061432, #0b224f); color: #fff; text-align: center; }
    .countdown h3 { font: 900 23px Poppins; margin-bottom: 18px; }
    .timer { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
    .timebox { background: var(--gold); color: var(--navy); border-radius: 9px; padding: 12px 6px; font: 900 24px Poppins; }
    .timebox small { display: block; font: 800 10px Inter; margin-top: 5px; }

    .cta-bar { background: linear-gradient(135deg, #061432, #041025); color: #fff; padding: 15px 0; }
    .cta-wrap { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; align-items: center; }
    .cta-wrap h2 { font: 900 clamp(25px, 4vw, 36px) Poppins; line-height: 1.12; }
    .cta-wrap h2 span { color: #fff;
  display: block;
  font-weight: 600;
  font-size: 26px;}
    .cta-benefits { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 10px; color: rgba(255,255,255,.85); font-weight: 800; }

    .faq { background: #fff; }
    .faq-grid { max-width: 820px; margin: 28px auto 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
    details { background: var(--soft); border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
    summary { cursor: pointer; font-weight: 900; color: var(--navy); list-style: none; }
    details p { color: var(--muted); line-height: 1.65; margin-top: 10px; font-size: 14px; }

    footer { background: #041025; color: rgba(255,255,255,.72); padding: 32px 0; }
    .footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 24px; align-items: start; font-size: 14px; }
    .footer h4 { color: #fff; margin-bottom: 12px; }
    .wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; font-size: 30px; box-shadow: 0 18px 44px rgba(37,211,102,.38); }

    .footer-premium{
        background: linear-gradient(180deg,#041025,#020814);
        color:#fff;
        padding:55px  0 0;
        margin-top:1px;
        }

        .footer-grid{
        display:grid;
        grid-template-columns:1.4fr 1fr 1fr 1.2fr;
        gap:40px;
        }

        .footer-logo{
        height:58px;
        width:auto;
        margin-bottom:18px;
        }

        .footer-brand p{
        color:rgba(255,255,255,.68);
        line-height:1.8;
        margin-bottom:22px;
        max-width:320px;
        }

        .footer-social{
        display:flex;
        gap:14px;
        flex-wrap:wrap;
        }

        .footer-social a,
        .footer-links a{
        color:rgba(255,255,255,.72);
        transition:.25s ease;
        text-decoration:none;
        }

        .footer-social a:hover,
        .footer-links a:hover{
        color:#ffca28;
        transform:translateX(3px);
        }

        .footer-links{
        display:flex;
        flex-direction:column;
        gap:14px;
        }

        .footer-premium h4{
        margin-bottom:20px;
        font-size:18px;
        color:#fff;
        }

        .footer-cta p{
        color:rgba(255,255,255,.68);
        line-height:1.7;
        margin-bottom:20px;
        }

        .footer-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        min-height:48px;
        padding:0 22px;
        border-radius:10px;
        background:linear-gradient(135deg,#ffca28,#f5aa00);
        color:#041025;
        font-weight:900;
        text-decoration:none;
        transition:.25s ease;
        }

        .footer-btn:hover{
        transform:translateY(-3px);
        }

        .footer-bottom{
        margin-top:50px;
        border-top:1px solid rgba(255,255,255,.08);
        padding:24px;
        text-align:center;
        color:rgba(255,255,255,.5);
        font-size:13px;
        }

        @media(max-width:900px){

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

        }

        @media(max-width:640px){

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

          .stat-icon i{
            font-size:20px;
          }

          .stat b { 
            font: 900 27px Poppins;

          }

          .stat-box{
            grid-template-columns:1fr 1fr;
          }

          .trust-box{
            gap:20px;
            padding:22px;
          }

          .trusted{
            justify-content:flex-start;
          }

        }


    @media (max-width: 1050px) {
      nav { display: none; }
      .hero-grid, .program-layout, .proof-grid, .bonus-grid, .cta-wrap { grid-template-columns: 1fr; }
      .visual { min-height: 430px; }
      .trust-box { grid-template-columns: repeat(2,1fr); }
      .trusted { grid-column: span 2; }
      .feature-strip { grid-template-columns: repeat(3,1fr); }
      .students-proof { grid-template-columns: repeat(2,1fr); }
      .footer { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 640px) {
      .nav { height: 68px; }
      .nav .btn { display: none; }
      .hero { padding-top: 75px; }
      .hero-actions .btn { width: 100%;min-height: 48px; }
      .visual { min-height: 610px; }
      .students { inset: 0; min-height: 360px; }
      .consultant-card { width: 100%; top: 380px; }
      .trust { margin-top: 0; padding-top: 24px; }
      .trust-box, .feature-strip, .faq-grid, .footer, .bonus-items, .timer { grid-template-columns: 1fr 1fr; }
      .trusted { grid-column: auto; flex-wrap: wrap; }
      .stat { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
      .stat:last-child{
        border-right: 0px;
      }
      .feature { border-right: 0; border-bottom: 1px solid var(--line); }
      section { padding: 52px 0; }
      .hero-actions {
        margin-top: 25px;
      }

      .trusted-logos {
      flex-wrap: nowrap;
      }

      

      .logo img{
        margin-top:  0px;
        width: 165px;
      }
      .pill{
        font-size: 12px;
        font-weight: normal;
      }
    }

    
    .btn-consult{
        width:100%;
        min-height:78px;
        border-radius:16px;
        background:linear-gradient(
            180deg,
            #ffd43b 0%,
            #ffc107 100%
        );
        border:none;
        color:#061432;
        display:flex;
        align-items:center;
        justify-content:center;
        position:relative;
        box-shadow:
            0 18px 40px rgba(255,193,7,.26),
            inset 0 2px 0 rgba(255,255,255,.25);

        transition:.25s ease;
    }

    .btn-consult:hover{
        transform:translateY(-3px);
    }

    .consult-btn-content{
        display:flex;
        flex-direction:column;
        align-items:center;
        line-height:1.1;
    }

    .consult-btn-title{
      font-size: 22px;
      font-weight: 900;
      font-family: 'Manrope',sans-serif;
      letter-spacing: -0.5px;
    }

    .consult-btn-sub{
        font-size:15px;
        font-weight:700;
        opacity:.82;
        margin-top:3px;
    }

    .btn-consult i{
      position: absolute;
      right: 80px;
      font-size: 29px;
    }

    .proof-content{
      background-color: white;
    }


  .proof-swiper {
  position: relative;
  width: 100%;
  padding: 4px 44px 18px;
  overflow: hidden;
}

.proof-card {
  height: auto;
}

.proof-img {
  height: 220px;
  overflow: hidden;
}

.proof-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}

.proof-card:hover .proof-img img {
  transform: scale(1.05);
}

.proof-stars {
  color: var(--gold);
  letter-spacing: 2px;
  margin-top: 12px;
  font-size: 16px;
}

.proof-nav {
  position: absolute;
  top: 38%;
  z-index: 5;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 10px 28px rgba(6, 20, 50, .16);
  cursor: pointer;
}

.proof-prev {
  left: 8px;
}

.proof-next {
  right:8px;
}