:root{
    --bg-0:#0e0b09;
    --bg-1:#171210;
    --ink:#f7f4f1;
    --ink-dim:#c9c0b8;
    --orange:#f47521;
    --orange-2:#ff8a3d;
    --maroon:#3a1f14;
    --maroon-2:#4a2818;
    --card:#ffffff;
    --card-ink:#1a1a1a;
    --card-sub:#6b6b6b;
    --border-soft:rgba(255,255,255,0.09);
    --peach-1:#fbd7b6;
    --peach-2:#f8c6a0;
    --cream-1:#f4ead9;
    --cream-2:#efe3cd;
  }

  *{ box-sizing:border-box; }

  html,body{
   
    -webkit-font-smoothing:antialiased;
  }

  .hero{
    position:relative;
    min-height:94vh;
    overflow:hidden;
    display:flex;
    align-items:center;
    background:
      radial-gradient(ellipse 900px 700px at 18% 45%, rgba(244,117,33,0.20), transparent 60%),
      radial-gradient(ellipse 700px 900px at 52% 60%, rgba(244,117,33,0.14), transparent 55%),
      linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
  }

  /* ambient drifting particles across whole hero */
  .ambient{
    position:absolute;
    inset:0;
    pointer-events:none;
    overflow:hidden;
  }
  .ambient span{
    position:absolute;
    display:block;
    background:var(--orange-2);
    border-radius:50%;
    opacity:0.5;
    filter: drop-shadow(0 0 4px rgba(255,138,61,0.8));
    animation: drift 7s ease-in-out infinite;
  }
  @keyframes drift{
    0%,100%{ transform: translateY(0) translateX(0); opacity:0.25; }
    50%{ transform: translateY(-18px) translateX(6px); opacity:0.75; }
  }

  .container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1280px;
    margin:0 auto;
    margin-top: 54px;
    padding:60px 48px;
    display:grid;
    grid-template-columns: 1.05fr 0.9fr 1fr;
    gap:14px;
    align-items:center;
  }

  /* ---------- LEFT COPY ---------- */
  
  .edition{
    font-family:'Poppins', sans-serif;
    font-weight:bold;
    font-size:22px;
    margin:0 0 2px;
    color:#f47521;
    background: radial-gradient(circle at 2% 6%, #fa9552 0, #daba35 9%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
  }
  
  .eyebrow{
    font-family:'Poppins', sans-serif;
    font-weight:500;
    font-size:22px;
    color:var(--ink);
    margin:0 0 2px;
  }
  .headline{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:34px;
    line-height:1.15;
    margin:0 0 10px;
    color:var(--ink);
    letter-spacing:-0.01em;
  }
  .region{
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:15px;
    letter-spacing:0.14em;
    color:#c9a598;
    margin:0 0 30px;
  }

  .keys{
    display:flex;
    gap:10px;
    margin-top:32px;
  }
  .key{
    position:relative;
    width:58px;
    height:90px;
    border-radius:22px;
    background:linear-gradient(180deg,#231a16 0%, #120d0b 100%);
    border:1px solid rgba(255,255,255,0.06);
    box-shadow:
      0 10px 24px rgba(0,0,0,0.55),
      inset 0 1px 0 rgba(255,255,255,0.06),
      0 0 22px rgba(244,117,33,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:26px;
    color:var(--ink);
    animation: keyGlow 3.2s ease-in-out infinite;
  }
  .key:nth-child(1){ animation-delay:0s; }
  .key:nth-child(2){ animation-delay:0.15s; }
  .key:nth-child(3){ animation-delay:0.3s; }
  .key:nth-child(4){ animation-delay:0.45s; }
  .key:nth-child(5){ animation-delay:0.6s; }
  @keyframes keyGlow{
    0%,100%{ box-shadow:0 10px 24px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06), 0 0 18px rgba(244,117,33,0.12); transform:translateY(0); }
    50%{ box-shadow:0 10px 24px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06), 0 0 30px rgba(244,117,33,0.32); transform:translateY(-3px); }
  }
  
  .keys{
  width:100%;
  max-width:360px;
  margin-bottom:26px;
  display:flex;
  justify-content:flex-start; /* left-aligned on desktop, matches original */
  margin-left:-12px;
}

.keys-video{
  display:block;
  width:100%;
  height:auto;
  mix-blend-mode:screen;   /* removes the video's black background */
  pointer-events:none;
  user-select:none;
}

/* phone layout — keep it centered under the rocket, same slot as before */
@media (max-width:600px){
  .keys{
    order:5;
    max-width:260px;
    margin:0 auto 2px;
    justify-content:center;
  }
}
  .rewards-row{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
  }
  .pill{
    background:linear-gradient(180deg, var(--maroon-2), #2d1208);
    color:var(--orange-2);
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:14px;
    padding:9px 18px;
    border-radius:999px;
    white-space:nowrap;
  }
  .rewards-row .scholarship{
    color:var(--ink);
    font-size:14.5px;
    font-weight:500;
  }
  .squiggle-wrap{
    width:100%;
    margin-top:2px;
    max-width:242px;
  }
  .squiggle-wrap svg{ display:block; }

  /* ---------- CENTER GRAPHIC ---------- */
  .art{
    position:relative;
    height:440px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .rocket-wrap{
    position:relative;
    animation: bounceShake 2.1s ease-in-out infinite;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
    width: 76%;
  }
  @keyframes bounceShake {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-5px, -10px);
  }

  40% {
    transform: translate(5px, -20px);
  }

  60% {
    transform: translate(-5px, -10px);
  }

  70%, 100% {
    transform: translate(0, 0);
  }
}

  .deco{
    position:absolute;
    opacity:0.8;
    animation: twinkle 2.6s ease-in-out infinite;
  }
  @keyframes twinkle{
    0%,100%{ opacity:0.35; transform:scale(0.9) rotate(0deg); }
    50%{ opacity:1; transform:scale(1.08) rotate(6deg); }
  }
  .planet{ top:34%; left:70%; animation-duration:5s; }
  .star1{ top:52%; left:0%; animation-duration:2.2s; }
  .star2{ top:12%; left:20%; animation-duration:3s; animation-delay:0.6s; }
  .star3{ top:8%; right:6%; animation-duration:2.6s; animation-delay:1s; }
  .star4{ top:70%; right:2%; animation-duration:2.4s; animation-delay:0.3s; }

  .flame{
    transform-origin: center top;
    animation: flicker 0.35s ease-in-out infinite alternate;
  }
  @keyframes flicker{
    0%{ transform:scaleY(1) scaleX(1); opacity:1; }
    100%{ transform:scaleY(1.12) scaleX(0.94); opacity:0.85; }
  }

  /* ---------- RIGHT FORM ---------- */
  .right-col{ display:flex; flex-direction:column; gap:18px; }
  .classes-line{
    font-size:15.5px;
    color:var(--ink-dim);
  }
  .classes-line strong{ color:var(--ink); font-weight:700; }
  .classes-sub{
    font-size:14.5px;
    color:#a89f97;
    margin-top:2px;
  }

  .card{
    background:var(--card);
    border-radius:18px;
    padding:26px 26px 22px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.45);
    width:100%;
    max-width:340px;
  }
  
  .card-r{
    background:#f3ede4;
    border-radius:18px;
    padding:38px 26px 20px;
    margin-top: -38px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.45);
    width:100%;
    max-width:340px;
    order: 7;
  }
  
  .card h3{
    font-family:'Poppins', sans-serif;
    margin:0 0 4px;
    font-size:19px;
    font-weight:700;
    color:var(--orange);
  }
  .card .free-till{
    font-size:13.5px;
    color:var(--card-ink);
    margin:0 0 16px;
    font-weight:500;
  }

  .phone-field{
    display:flex;
    align-items:center;
    border:1px solid #e2e2e2;
    border-radius:10px;
    padding:12px 14px;
    gap:8px;
    margin-bottom:14px;
  }
  .phone-field .code{
    font-weight:600;
    font-size:14.5px;
    color:var(--card-ink);
    border-right:1px solid #e2e2e2;
    padding-right:10px;
  }
  .phone-field input{
    border:none;
    outline:none;
    font-size:14.5px;
    width:100%;
    color:var(--card-ink);
    font-family:'Inter', sans-serif;
  }
  .phone-field input::placeholder{ color:#a3a3a3; }

  .verify-btn{
    width:100%;
    background:var(--orange);
    color:#1a1200;
    border:none;
    border-radius:10px;
    padding:14px;
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:15px;
    cursor:pointer;
    transition: background 0.2s ease, transform 0.1s ease;
  }
  .verify-btn:hover{ background:var(--orange-2); }
  .verify-btn:active{ transform: scale(0.98); }

  .divider{
    border:none;
    border-top:1px solid #ececec;
    margin:16px 0 12px;
  }

  .nearest{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    font-size:13.5px;
    color:#5b5b5b;
    text-decoration:none;
    font-weight:500;
  }
  .nearest svg{ flex-shrink:0; }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 1080px){
    .container{
      grid-template-columns: 1fr;
      padding:48px 28px;
      gap:40px;
      text-align:center;
    }
    .keys{ justify-content:center; }
    .rewards-row{ justify-content:center; }
    .squiggle-wrap{ display:flex; justify-content:center; }
    .right-col{ align-items:center; }
    .art{ height:340px; }
    .classes-line, .classes-sub{ text-align:center; }
  }
  /* ---------- TABLET & PHONE LAYOUT (matches app screenshot order) ---------- */
  @media (max-width: 1080px){
    .container{
      margin-top: 6px;    
      display:flex;
      flex-direction:column;
      align-items:center;
      padding:40px 20px 50px;
      gap:4px;
      text-align:center;
    }

    /* let children of left-col / right-col become direct flex items
       of .container so each piece can be re-ordered independently */
    .left-col, .right-col{ display:contents; }

    .eyebrow{ order:1; font-size:19px; margin-bottom:0; }
    .headline{ order:2; font-size:25px; margin-bottom:6px; }
    .region{ order:3; font-size:12.5px; margin-bottom:0; letter-spacing:0.12em; }

    .art{ order:4; height:190px; margin:-8px 0 0; margin-bottom:-16px; margin-right: 12px; }
    .rocket-wrap img{ width:128px; height:auto;margin-bottom: -50px; }
    .deco.planet{ width:26px; height:26px; }
    .deco.star1{ width:16px; height:16px; }
    .deco.star2{ width:10px; height:10px; }
    .deco.star3{ width:11px; height:11px; }
    .deco.star4{ width:9px; height:9px; }

    .keys{ order:5; gap:7px; margin-bottom:2px;margin-top:-4px; justify-content:center; }
    .key{ width:44px; height:64px; font-size:19px; border-radius:20px; }

    .classes-copy{ order:6; margin-bottom:2px; }
    .classes-line{ font-size:14px; }
    .classes-sub{ font-size:12.5px; }
    #studentForm {order: 7; width: 100%;}

    .card{
      order:7;
      width:100%;
      max-width:100%;
      padding:22px 20px;
      display:grid;
      grid-template-columns: 1fr auto;
      column-gap:10px;
      row-gap:12px;
      text-align:left;
    }
    .card h3{ grid-column:1 / -1; font-size:18px; }
    .card .free-till{ grid-column:1 / -1; margin-bottom:0; }
    .phone-field{ grid-column:1 / 2; margin-bottom:0; padding:11px 12px; }
    .verify-btn{ grid-column:2 / 3; width:auto; padding:12px 22px; white-space:nowrap; }
    .divider{ grid-column:1 / -1; margin:14px 0 10px; }
    .nearest{ grid-column:1 / -1; justify-content:center; }

    .rewards-row{ order:8; flex-direction:column; gap:10px; margin-top:14px; }
    .squiggle-wrap{ display:flex; justify-content:center; }
  }

  @media (max-width: 360px){
    .rocket-wrap{ width:112px; }
    .key{ width:38px; height:48px; font-size:17px; }
    .verify-btn{ padding:12px 16px; }
  }
  
  { box-sizing:border-box; }


  .rewards{
    margin:0 auto;
    padding:56px 48px 80px;
    background:#f3ede4;
    font-family:'Inter', sans-serif;
    color:var(--ink);
    
  }
  .rewards-item{
      min-width:1320px;
    padding-left: 68px;
    padding-right: 68px;
    margin-left: 56px;
    margin-right: 56px;
    margin-top: 36px;
  }

  .rewards h2{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:30px;
    margin:0 0 22px;
    color: #000;
  }

  .grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
  }

  .row-bottom{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
    margin-top:14px;
  }

  /* ---------- STAT CARDS ---------- */
  .stat-card{
    position:relative;
    border-radius:20px;
    padding:26px 24px;
    overflow:hidden;
    min-height:150px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .stat-card::before{
    content:"";
    position:absolute;
    inset:0;
    background-size:26px 26px;
    -webkit-mask-image: linear-gradient(90deg, transparent, black 30%, black 70%, transparent);
            mask-image: linear-gradient(90deg, transparent, black 30%, black 70%, transparent);
    pointer-events:none;
  }
  

  .stat-top{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .stat-copy{ max-width:60%; }
  .stat-figure{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:24px;
    color:var(--orange);
    margin:0 0 2px;
    line-height:1.1;
  }
  .stat-label{
    font-size:14px;
    color:#000;
    margin:0;
    font-weight:500;
  }

  .stat-visual{
    display:flex;
    align-items:center;
    gap:8px;
    flex-shrink:0;
  }

  /* digit tiles (flip counters) */
  .tile{
    position:relative;
    width:50px;
    height:62px;
    border-radius:12px;
    background:linear-gradient(180deg,#2c2622 0%, #100d0a 100%);
    box-shadow:
      0 8px 16px rgba(0,0,0,0.35),
      inset 0 1px 0 rgba(255,255,255,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    perspective:200px;
  }
  .tile .face{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:22px;
    color:var(--tile-ink);
    transform: rotateX(0deg);
    transition: transform 0.16s ease-in, opacity 0.16s ease-in;
    display:inline-block;
  }
  .tile.flipping .face{
    transform: rotateX(85deg);
    opacity:0.25;
  }
  .tile::after{
    content:"";
    position:absolute;
    left:0; right:0; top:50%;
    height:1px;
    background:rgba(0,0,0,0.45);
  }

  /* ---------- BOTTOM FEATURE CARDS ---------- */
  .feature-card{
    position:relative;
    border-radius:13px;
    min-height:182px;
    padding:30px 32px;
    overflow:hidden;
    display:flex;
    align-items:center;
    background:
      radial-gradient(ellipse 210px 140px at 106% 50%, rgba(133,59,24,.32), transparent 70%),
      linear-gradient(110deg, #16110f 0%, #2a1c17 58%, #17100e 100%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  }
  .feature-card::after{
    content:"↗";
    position:absolute;
    z-index:3;
    right:14px;
    top:85%;
    width:51px;
    height:32px;
    transform:translateY(-50%);
    display:grid;
    place-items:center;
    border:1px solid rgba(255,218,186,.5);
    border-radius:18px;
    color:#fff5e9;
    font-size:13px;
    line-height:1;
  }
  .feature-copy{
    position:relative;
    z-index:2;
    max-width:72%;
    isolation:isolate;
  }
  .feature-card:nth-child(2) .feature-copy{ 
    max-width:60%;
    z-index:2;
    isolation:isolate; }

  .feature-kicker{
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:15px;
    color:var(--orange-2);
    margin:0 0 2px;
  }
  .feature-title{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:24px;
    color:var(--orange-2);
    margin:0 0 10px;
    line-height:1.2;
  }
  .feature-desc{
    font-size:14.5px;
    line-height:1.5;
    color:#e9e2d8;
    margin:0;
  }
  .feature-visual{
    position:absolute;
    z-index:1;
    pointer-events:none;
  }
  .feature-visual svg,
  .feature-visual img{
    display:block;
    width:445px;
    height:auto;
    max-width:none;
  }
  /* The source art includes its own glow.  Oversizing and cropping it keeps
     the illustration at the right edge, as in the supplied design. */
  .feature-card:first-child .feature-visual{ right:-88px; bottom:-86px; }
  .feature-card:nth-child(2) .feature-visual{ right:-124px; bottom:-102px; }
  .feature-card:nth-child(2) .feature-visual img{ width:498px; }
  .feature-card:nth-child(2) .feature-kicker[style]{ display:none; }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 980px){
    .grid{ grid-template-columns: 1fr; }
    .row-bottom{ grid-template-columns: 1fr; }
    .rewards{ padding:44px 20px 60px; }
     .rewards-item { 
    min-width: unset;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
     }
  }

  @media (max-width: 600px){
    .rewards h2{ font-size:22px; margin-bottom:16px; }
    .grid{ gap:14px; }
    .row-bottom{ gap:14px; margin-top:14px; }

    .stat-card{ padding:20px 18px; min-height:120px; }
    .stat-copy{ max-width:62%; }
    .stat-figure{ font-size:19px; }
    .stat-label{ font-size:12.5px; }
    .tile{ width:40px; height:50px; border-radius:10px; }
    .tile .face{ font-size:17px; }

    .feature-card{ padding:22px 20px; min-height:150px; }
    .feature-copy{ max-width:60%; }
    .feature-kicker{ font-size:13px; }
    .feature-title{ font-size:19px; }
    .feature-desc{ font-size:13px; }
    .feature-card:first-child .feature-visual{ right:-95px; bottom:-74px; }
    .feature-card:nth-child(2) .feature-visual{ right:-126px; bottom:-82px; }
    .feature-visual img{ transform:scale(.82); transform-origin:right bottom; }
  }
  
  .info-section{
    position:relative;
    background:#171310;
    margin:0 auto;
    padding:64px 48px;
    display:grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap:40px;
    align-items:center;
    background-image:
      linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size:34px 34px;
  }

  /* ================= LEFT: DATE LIST ================= */
  .dates-list{
    display:flex;
    flex-direction:column;
    gap:12px;
  }

  .date-card{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:12px;
    border-radius:16px;
    padding:14px 16px;
    background: linear-gradient(135deg, var(--cream-1), var(--cream-2));
  }
  .date-card.highlight{
    background: linear-gradient(135deg, var(--peach-1), var(--peach-2));
  }

  .date-icon{
    flex:0 0 auto;
    width:36px;
    height:36px;
    border-radius:10px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
  }

  .date-body{ flex:1 1 auto; min-width:0; }
  .date-label{
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:13px;
    color:var(--orange);
    margin:0 0 3px;
  }
  .date-title{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:15.5px;
    color:#000;
    margin:0 0 3px;
  }
  .date-sub{
    font-size:12.5px;
    color:#5c554c;
    margin:0;
  }

  .duration-badge{
    flex:0 0 auto;
    background:#fff;
    color:#000;
    font-size:12px;
    font-weight:600;
    padding:4px 10px;
    border-radius:10px;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
    margin-top: 20px;
  }

  .list-divider{
    width:44px;
    height:2px;
    background:rgba(255,255,255,0.18);
    border-radius:2px;
    margin:4px auto;
  }

  /* ================= RIGHT: PROMO CARD ================= */
  .promo-card{
    position:relative;
    border-radius:28px;
    border:1.5px solid rgba(242,102,31,0.35);
    background: linear-gradient(160deg, var(--peach-1) 0%, var(--peach-2) 100%);
    padding:30px 32px 42px;
    overflow:hidden;
    display:grid;
    grid-template-columns: 1.15fr 1fr;
    gap:20px;
    align-items:center;
  }

  .promo-copy{ position:relative; z-index:2; }
  .promo-heading{
    font-family:'Poppins', sans-serif;
    font-weight:800;
    font-size:23px;
    line-height:1.15;
    color:var(--orange);
    margin:0;
    text-transform:uppercase;
    letter-spacing:0.01em;
  }
  .promo-sub{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:13px;
    color:#231a12;
    margin:2px 0 6px;
    text-transform:uppercase;
    letter-spacing:0.04em;
  }
  .promo-metre{
    font-family:'Poppins', sans-serif;
    font-weight:800;
    font-size:52px;
    line-height:1;
    color:var(--orange);
    margin:0;
    letter-spacing:0.01em;
  }
  .promo-metre-caption{
    font-size:10.5px;
    font-weight:700;
    color:#3a2d20;
    letter-spacing:0.03em;
    margin:2px 0 16px;
  }

  .scholar-badge{
    display:inline-block;
    background:linear-gradient(160deg,#ff8a2e,#f2661f);
    border-radius:14px;
    padding:10px 18px;
    transform:rotate(-2deg);
    box-shadow:0 10px 20px rgba(210,90,20,0.35);
  }
  .scholar-badge p{ margin:0; text-align:center; }
  .scholar-line1{
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:12px;
    color:#fff;
  }
  .scholar-amount{
    font-family:'Poppins', sans-serif;
    font-weight:800;
    font-size:30px;
    color:#ffe27a;
    line-height:1.1;
  }
  .scholar-line3{
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:12px;
    color:#fff;
  }

  /* video thumbnail */
  .promo-video{
    position:relative;
    z-index:2;
    border-radius:16px;
    overflow:hidden;
    aspect-ratio:5/3;
    background:#000;
    box-shadow:0 12px 24px rgba(0,0,0,0.25);
    margin: 24px;
  }
  .promo-video img,
  .promo-video iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    border:none;
    display:block;
  }
  .play-btn{
    position:absolute;
    top:50%; left:50%;
    transform:translate(-50%,-50%);
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    border:none;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(0,0,0,0.3);
    z-index:3;
    transition:transform 0.15s ease;
  }
  .play-btn:hover{ transform:translate(-50%,-50%) scale(1.06); }
  .play-btn svg{ margin-left:3px; }

  /* decorative badge / rocket / cloud */
  .promo-logo{
    position:absolute;
    top:14px; right:14px;
    width:34px; height:34px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 3px 8px rgba(0,0,0,0.15);
    z-index:3;
  }

  .promo-rocket{
    position:absolute;
    right:14px;
    bottom:10px;
    z-index:3;
    transform:rotate(18deg);
    pointer-events:none;
  }

  .promo-cloud{
    position:absolute;
    left:0; right:0; bottom:-1px;
    height:38px;
    z-index:1;
    pointer-events:none;
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width:980px){
    .info-section{
      grid-template-columns:1fr;
      padding:48px 24px;
    }
  }

  @media (max-width:600px){
    .info-section{ padding:36px 18px 48px; gap:24px; }

    .date-card{ padding:12px 14px; border-radius:14px; }
    .date-icon{ width:32px; height:32px; border-radius:9px; }
    .date-title{ font-size:14px; }
    .date-sub{ font-size:11.5px; }
    .duration-badge{ font-size:11px; padding:3px 9px; }

    .promo-card{
      grid-template-columns:1fr;
      padding:24px 22px 36px;
      border-radius:22px;
    }
    .promo-heading{ font-size:19px; }
    .promo-metre{ font-size:42px; }
    .scholar-amount{ font-size:26px; }
    .promo-video{ aspect-ratio:16/10; }
  }
  
  .support-section{
    margin:0;
    padding:0;
    font-family:'Poppins', sans-serif;
    color:var(--ink);
  }

  /* ================= SUPPORT BANNER ================= */
  .support-banner{
    position:relative;
    padding:56px 48px;
    background-color:#f3ead9;
    background-image:
      linear-gradient(rgba(0,0,0,0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,0,0,0.045) 1px, transparent 1px);
    background-size:30px 30px;
  }

  .support-card{
    max-width:840px;
    margin:0 auto;
    background:#fff;
    border-radius:20px;
    padding:26px 34px;
    box-shadow:0 20px 40px rgba(60,40,20,0.10);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
  }

  .support-copy h3{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:19px;
    margin:0 0 6px;
    color: #171310;
  }
  .support-copy h3 span{ color:var(--orange); font-weight:700; }
  .support-copy p{
    margin:0;
    font-size:14px;
    line-height:1.5;
    color:#5c554c;
    max-width:340px;
  }

  .support-action{
    flex:0 0 auto;
    text-align:center;
  }
  .call-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:linear-gradient(160deg,#ff8a2e,#f2661f);
    color:#fff;
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:14.5px;
    padding:11px 22px;
    border-radius:999px;
    text-decoration:none;
    white-space:nowrap;
    box-shadow:0 10px 20px rgba(242,102,31,0.30);
    transition:transform 0.15s ease, box-shadow 0.15s ease;
  }
  .call-btn:hover{ transform:translateY(-1px); box-shadow:0 14px 26px rgba(242,102,31,0.38); }
  .call-hours{
    margin:8px 0 0;
    font-size:12.5px;
    color:#8a8177;
  }

  /* ================= SYLLABUS SECTION ================= */
  .syllabus-section{
    background:#fff;
    padding:56px 48px 72px;
  }

  .syllabus-head{
    max-width:1280px;
    margin:0 auto 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
  }
  .syllabus-head h2{
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:24px;
    margin:0;
    color:#171310;
  }

  .mode-select{
    position:relative;
  }
  .mode-select select{
    appearance:none;
    -webkit-appearance:none;
    font-family:'Inter', sans-serif;
    font-weight:600;
    font-size:14px;
    color:#171310;
    background:#fff;
    border:1.5px solid #e4ddd0;
    border-radius:999px;
    padding:10px 38px 10px 18px;
    cursor:pointer;
  }
  .mode-select::after{
    content:"";
    position:absolute;
    right:16px;
    top:50%;
    width:9px;
    height:9px;
    border-right:2px solid #171310;
    border-bottom:2px solid #171310;
    transform:translateY(-70%) rotate(45deg);
    pointer-events:none;
  }

  .folder-grid{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    gap:22px 28px;
  }

  .folder{
    position:relative;
    display:block;
    text-decoration:none;
    color:inherit;
    padding:22px 16px 18px;
    background:#f1e2cb;
    border-radius:4px 14px 14px 14px;
    min-height:78px;
    transition:transform 0.15s ease, box-shadow 0.15s ease;
  }
  .folder::before{
    content:"";
    position:absolute;
    top:-12px;
    left:0;
    width:56%;
    height:14px;
    background:#e9d5b6;
    border-radius:8px 10px 0 0;
    clip-path: polygon(0 100%, 0 0, 82% 0, 100% 100%);
  }
  .folder.tone-2{ background:#f8d9bb; }
  .folder.tone-2::before{ background:#f3c69f; }

  .folder:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(60,40,20,0.14);
  }

  .folder-name{
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:14.5px;
    color:#171310;
    margin:0;
    padding-right:30px;
    line-height:1.25;
  }

  .folder-dl{
    position:absolute;
    right:14px;
    bottom:14px;
    width:26px;
    height:26px;
    border-radius:50%;
    border:1.5px solid #f2661f;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width:1080px){
    .folder-grid{ grid-template-columns: repeat(4, 1fr); }
  }

  @media (max-width:820px){
    .support-card{ flex-direction:column; align-items:flex-start; text-align:left; }
    .support-action{ align-self:stretch; text-align:left; }
  }

  @media (max-width:600px){
    .support-banner{ padding:36px 18px; }
    .support-card{ padding:22px 20px; border-radius:16px; gap:16px; }
    .support-copy h3{ font-size:17px; }
    .support-copy p{ font-size:13px; max-width:none; }
    .call-btn{ font-size:13.5px; padding:10px 18px; }

    .syllabus-section{ padding:40px 18px 56px; }
    .syllabus-head{ margin-bottom:20px; }
    .syllabus-head h2{ font-size:19px; }
    .mode-select select{ font-size:13px; padding:8px 32px 8px 14px; }

    .folder-grid{ grid-template-columns: repeat(2, 1fr); gap:16px 14px; }
    .folder-name{ font-size:13.5px; }
    .folder-dl{ width:24px; height:24px; }
  }
  
  .results-section { 
         padding:56px 0 64px;
	 background-color: #ffff;
	 box-sizing:border-box }

  .results-head {
    max-width:1340px; margin:0 auto 28px; padding:0 56px;
    display:flex; align-items:center; justify-content:space-between; gap:16px;
  }
  .results-head h2 { font-size:30px; font-weight:800; letter-spacing:-0.5px; }
  .results-head h2 span { color:#ff6b1a; }

  .nav-btns { display:flex; gap:10px; }
  .nav-btn {
    width:38px; height:38px; border-radius:50%; border:none; cursor:pointer;
    background:#fdece2; color:#1a1a1a; display:flex; align-items:center; justify-content:center;
    transition:background .2s, transform .2s;
  }
  .nav-btn:hover { background:#ffd9c2; }
  .nav-btn:active { transform:scale(0.94); }
  .nav-btn svg { width:16px; height:16px; }

  /* Track shows 2.5 cards */
  .carousel-viewport { overflow:hidden; padding:0 0 0 56px; }
  .carousel-track {
    display:flex; gap:24px;
    transition:transform .5s cubic-bezier(.4,0,.2,1);
  }
  .result-card {
    flex:0 0 calc((100% - 56px - 2*24px) / 2.5);
    aspect-ratio:15/13;
    border-radius:18px; overflow:hidden; background:#f3e4e2;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
  }
  .result-card img { display:block; width:100%; height:100%; object-fit:cover; }

  @media (max-width:900px) {
    .results-head { padding:0 20px; }
    .carousel-viewport { padding-left:20px; }
    .result-card { flex:0 0 calc((100% - 20px - 24px) / 1.5); }
  }
   /* Mobile/Phone Styles for Results Section */
        @media (max-width: 767px) {
            .results-section {
                padding: 20px 10px;
                background-color: #fff;
            }
            
            .results-head {
                margin-bottom: 20px;
                text-align: center;
            }
            
            .results-head h2 {
                font-size: 20px;
                margin-bottom: 15px;
            }
            
            .results-head h2 span {
                color: #ff6a2a;
            }
            
            .nav-btns {
                display: flex;
                justify-content: center;
                gap: 10px;
                margin-top: 15px;
            }
            
            .nav-btn {
                width: 36px;
                height: 36px;
                border: 1px solid #ddd;
                background: #fff;
                border-radius: 50%;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease;
            }
            
            .nav-btn:hover {
                background: #ff6a2a;
                border-color: #ff6a2a;
                color: #fff;
            }
            
            .carousel-viewport {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;

        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scroll-snap-type: x mandatory;

        scrollbar-width: none;
        -ms-overflow-style: none;

        border-radius: 8px;
    }

    .carousel-viewport::-webkit-scrollbar {
        display: none;
    }

    .carousel-track {
        display: flex;
        width: max-content;
        gap: 15px;
    }
    .result-card {
        flex: 0 0 90vw;
        width: 90vw;

        scroll-snap-align: center;
    }

    .result-card img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
        }
        .awards-section {
      width: 100%;
      padding: 64px 0;
      overflow: hidden;
      background-color: #f5f0e8;
    }

    .awards-section h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 48px;
      color: #1a1a1a;
    }

    .awards-section h2 span {
      color: #ff6b1a;
    }

    .carousel-row {
      display: flex;
      gap: 20px;
      width: max-content;
      margin-bottom: 20px;
      cursor: grab;
      touch-action: pan-y;
      user-select: none;
    }

    .carousel-row.is-dragging {
      cursor: grabbing;
    }

    .carousel-row:last-child {
      margin-bottom: 0;
    }

    .carousel-row.forward {
      animation: scroll-left 35s linear infinite;
    }

    .carousel-row.reverse {
      animation: scroll-right 40s linear infinite;
    }

    .carousel-row:hover {
      animation-play-state: paused;
    }

    .award-card {
      flex-shrink: 0;
      width: 260px;
      height: 170px;
      border-radius: 16px;
      overflow: hidden;
      background-color: #e5e0d8;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .award-card img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
    }

    .award-card.large {
      width: 340px;
      height: 200px;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes scroll-right {
      0% {
        transform: translateX(-50%);
      }
      100% {
        transform: translateX(0);
      }
    }

    @media (max-width: 640px) {
      .awards-section {
        padding: 48px 0;
      }

      .awards-section h2 {
        font-size: 24px;
        margin-bottom: 32px;
        padding: 0 16px;
      }

      .award-card {
        width: 200px;
        height: 130px;
      }

      .award-card.large {
        width: 260px;
        height: 160px;
      }
    }
    .faqs-que{
        display: flex;
        max-width:928px;
    }
        