html,
body{
  overflow-x: hidden;
}

:root{
  --lh-yellow: #f9ba44;
  --lh-yellow2: #ffd98a;
  --navy: #0b1630;
  --navy2: #101f3e;
  --bg: #efe7e6;
  --card: #ffffff;
  --stroke: rgba(11,22,48,.12);
  --shadow: 0 24px 70px rgba(12, 20, 35, .12);
  --shadow2: 0 18px 44px rgba(12, 20, 35, .10);
  --r: 18px;
  --wrap: 1160px;
}

body{
  background: var(--bg);
  color: var(--navy);
}

.dgcaPage{
  background: var(--bg);
}

.wrap{
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 18px;
}

.section{
  width: 100%;
  padding: 56px 0;
  overflow-x: hidden;
}

.section--hero{
  padding: 44px 0 28px;
}

.section--topHero{
  padding: 34px 0 22px;
}

.section--soft{
  background: rgba(255,255,255,.35);
}

.section--soft .h2{
  text-align: center;
  margin: 0 auto 26px;
}

/* ========= Typography ========= */
.kicker{
  display: inline-block;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 12px;
  color: var(--lh-yellow);
  text-transform: uppercase;
}

.kicker--center{
  margin-bottom: 8px;
}

.h1{
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
  color: var(--navy);
}

.h2{
  margin: 0 0 18px;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.15;
  color: var(--navy);
}

.p{
  margin: 0 0 14px;
  color: rgba(11,22,48,.74);
  line-height: 1.7;
  font-size: 15px;
}

.center{
  text-align: center;
}

.microNote{
  margin: 12px 0 0;
  color: rgba(11,22,48,.60);
  font-size: 13px;
}

/* =======================
   MODERN TOP HERO
   ======================= */
.topHero{
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
}

.topHero::before{
  content:"";
  position:absolute;
  inset:-14px -10px auto -10px;
  height:420px;

  background: linear-gradient(180deg, rgb(255 255 255 / 46%) 0%, rgb(255 255 255 / 18%) 35%, rgb(255 255 255 / 0%) 100%), url(../assets/runway.jpeg);

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

  border-radius:28px;
  z-index:-1;
}

.topHero__title{
  margin: 10px 0;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.topHero__sub{
  max-width: 62ch;
}

.topHero__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.topHero__mini{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.miniChip{
  background: rgba(255,255,255,.72);
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 800;
  font-size: 12px;
  color: rgba(11,22,48,.78);
  box-shadow: 0 10px 26px rgba(11,22,48,.06);
}

.topHero__visual{
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
}

.glassCard{
  width: 100%;
  max-width: 430px;
  border-radius: 22px;
  border: 1px solid rgba(11,22,48,.12);
  box-shadow: var(--shadow2);
  overflow: hidden;
  position: relative;
  background: rgba(255,255,255,.60);
}

.glassCard__bg{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(620px 240px at 20% 10%, rgba(249,186,68,.30), transparent 55%),
    radial-gradient(620px 240px at 76% 70%, rgba(11,22,48,.12), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.50));
}

.glassCard__content{
  position: relative;
  padding: 18px 18px 16px;
}

.glassTitle{
  font-weight: 900;
  color: rgba(11,22,48,.70);
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.glassBig{
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -0.02em;
  margin-top: 6px;
  color: var(--navy);
}

.glassSub{
  margin-top: 6px;
  color: rgba(11,22,48,.65);
  font-weight: 800;
  font-size: 13px;
}

.glassDivider{
  height: 1px;
  background: rgba(11,22,48,.10);
  margin: 14px 0;
}

.glassRow{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(11,22,48,.74);
  font-weight: 700;
  font-size: 13px;
  margin: 10px 0;
}

.dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lh-yellow);
  margin-top: 5px;
  box-shadow: 0 0 0 6px rgba(249,186,68,.18);
}

.floatBadge{
  position: absolute;
  right: 6px;
  top: 14px;
  background: linear-gradient(180deg, var(--navy2), var(--navy));
  color: rgba(255,255,255,.92);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  box-shadow: 0 14px 34px rgba(11,22,48,.18);
  transform: rotate(-6deg);
  animation: floaty 2.8s ease-in-out infinite;
}

@keyframes floaty{
  0%,100%{ transform: translateY(0) rotate(-6deg); }
  50%{ transform: translateY(-6px) rotate(-6deg); }
}

.scrollHint{
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.scrollDot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(11,22,48,.30);
  animation: bounce 1.2s ease-in-out infinite;
}

@keyframes bounce{
  0%,100%{ transform: translateY(0); opacity: .7; }
  50%{ transform: translateY(10px); opacity: 1; }
}

/* ========= Buttons ========= */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
  user-select: none;
}

.btnArrow{
  font-size: 18px;
}

.btn--outline{
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.btn--outline:hover{
  transform: translateY(-2px);
  border-color: rgba(11,22,48,.44);
  box-shadow: 0 10px 26px rgba(11,22,48,.10);
}

.btn--solid{
  background: linear-gradient(180deg, var(--lh-yellow2), var(--lh-yellow));
  color: #1b1406;
  box-shadow: 0 12px 26px rgba(249,186,68,.25);
}

.btn--solid:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(249,186,68,.30);
}

.btn--light{
  background: rgba(255,255,255,.92);
  color: var(--navy);
}

.btn--light:hover{
  transform: translateY(-2px);
}

/* ========= Hero content ========= */
.heroGrid{
  display: grid;
  gap: 18px;
}

.heroTop{
  display: flex;
  justify-content: flex-start;
}

.heroTitle{
  max-width: 980px;
}

.heroCard{
  margin-top: 18px;
  background: rgba(255,255,255,.70);
  border: 1px solid var(--stroke);
  border-radius: calc(var(--r) + 6px);
  box-shadow: var(--shadow2);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
}

.heroCard__media{
  padding: 18px;
}

.heroCard__media img{
  width: 100%;
  height: 100%;
  max-height: 330px;
  object-fit: cover;
  border-radius: var(--r);
}

.heroCard__content{
  padding: 22px 22px 22px 6px;
}

.pillRow{
  margin: 14px 0 16px;
}

.pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--navy2), var(--navy));
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
}

.pillDot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--lh-yellow);
  box-shadow: 0 0 0 6px rgba(249,186,68,.22);
}

/* ========= Subjects ========= */
.subjectRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.subjectCard{
  background: rgba(255,255,255,.75);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  width: 180px;
  height: 150px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(11,22,48,.06);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.subjectCard:hover{
  transform: translateY(-4px);
  border-color: rgba(11,22,48,.22);
  box-shadow: 0 18px 46px rgba(11,22,48,.10);
}

.subjectIcon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 14px;
  background: rgba(255,255,255,0.05);
  border-radius: 18px;
  backdrop-filter: blur(6px);
}

.subjectIcon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}

.subjectCard:hover .subjectIcon img{
  transform: scale(1.1);
}

.subjectName{
  font-weight: 900;
  color: var(--navy);
  font-size: 14px;
  max-width: 140px;
  line-height: 1.25;
}

/* ========= Info grid ========= */
.grid4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.infoCard{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(11,22,48,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.infoCard:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(11,22,48,.10);
}

.infoIcon{
  width: 30px;
  height: 30px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infoIcon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}

.infoCard:hover .infoIcon img{
  transform: scale(1.08);
}

.infoTitle{
  font-weight: 900;
  color: var(--navy);
}

.infoSub{
  margin-top: 6px;
  color: rgba(11,22,48,.62);
  font-size: 13px;
  line-height: 1.45;
}

/* ========= Tabs ========= */
.tabs{
  background: rgba(255,255,255,.70);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  box-shadow: var(--shadow2);
  padding: 16px;
}

.tabBar{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
}

.tab{
  border: 1px solid rgba(11,22,48,.18);
  background: rgba(255,255,255,.9);
  color: rgba(11,22,48,.85);
  font-weight: 900;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.tab:hover{
  transform: translateY(-2px);
}

.tab.is-active{
  background: linear-gradient(180deg, var(--navy2), var(--navy));
  color: rgba(255,255,255,.92);
  border-color: transparent;
}

.tabPanel{
  display: none;
}

.tabPanel.is-active{
  display: block;
}

.tableWrap{
  overflow: auto;
  border-radius: 14px;
  border: 1px solid rgba(11,22,48,.10);
}

.syllabusTable{
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
  background: rgba(255,255,255,.92);
}

.syllabusTable thead th{
  text-align: left;
  padding: 12px;
  background: linear-gradient(180deg, var(--navy2), var(--navy));
  color: rgba(255,255,255,.92);
  font-size: 13px;
}

.syllabusTable td{
  padding: 10px 12px;
  border-bottom: 1px solid rgba(11,22,48,.08);
  color: rgba(11,22,48,.78);
  font-size: 13px;
}

.syllabusTable tr:hover td{
  background: rgba(249,186,68,.12);
}

.syllabusSub{
  margin: 32px 0 12px;
}

/* =======================
   DGCA REQUIREMENTS STRIP
   ======================= */
.section--reqStrip{
  padding-top: 18px;
}

.reqStrip{
  background: rgba(255,255,255,.40);
  border-top: 1px solid rgba(11,22,48,.06);
  border-bottom: 1px solid rgba(11,22,48,.06);
  padding: 26px 2;
}

.reqStrip__head{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 16px;
}

.reqStrip__title{
  margin: 0;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 1;
}

.reqStrip__sub{
  margin-top: 6px;
  font-weight: 800;
  color: rgba(11,22,48,.70);
}

.reqStrip__desc{
  margin: 6px 0 0;
  color: rgba(11,22,48,.70);
  line-height: 1.6;
  font-size: 13px;
}

.reqStrip__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.reqPill{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(11,22,48,.10);
  border-radius: 18px;
  padding: 18px 20px;
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 24px rgba(11,22,48,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.reqPill:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(11,22,48,.10);
}

.reqPill__title{
  font-size: 16px;
  font-weight: 700;
}

.reqPill__sub{
  font-size: 13px;
  opacity: .75;
  margin-top: 4px;
}

.reqPill__icon{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reqPill__icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ========= Requirements card ========= */
.reqCard{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(11,22,48,.14);
  box-shadow: var(--shadow);
  min-height: 320px;
  background: #000;
}

.reqCard__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.reqCard__bg img{
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.05);
  will-change: transform;
  transition: transform .08s linear;
  filter: saturate(1.05) contrast(1.05);
}

.reqCard::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.42) 100%);
  pointer-events: none;
}

.reqCols{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 28px;
  color: rgba(255,255,255,.92);
}

.reqCol h3{
  margin: 0 0 10px;
  font-size: 20px;
}

.reqCol h4{
  margin: 10px 0 8px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

.reqList{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.88);
}

.reqList li{
  margin: 8px 0;
}

.miniCols{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}

/* ========= Process ========= */
.processGrid{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 26px;
  align-items: center;
}

.processMedia img{
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(11,22,48,.12);
  box-shadow: var(--shadow2);
  background: rgba(255,255,255,.7);
  transform: translateX(-18px) scale(1.02);
  transition: transform 900ms cubic-bezier(.2,.9,.2,1);
}

.processMedia.in-view img{
  transform: translateX(0) scale(1.02);
}

/* ========= Batch banner ========= */
.batchRow{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
}

/* =========================
   FINAL BOSS TURBINE STAMP
   ========================= */

   .stamp{
    width: 238px;
    height: 238px;
    border-radius: 999px;
    border: 12px solid rgba(249,186,68,.92);
    background:
      radial-gradient(circle at 35% 30%, rgba(255,255,255,.75), rgba(255,255,255,.45) 45%, rgba(220,226,234,.35) 100%);
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow:
      inset 0 10px 18px rgba(255,255,255,.35),
      inset 0 -10px 18px rgba(11,22,48,.08),
      0 16px 30px rgba(11,22,48,.10);
  }
  
  .stamp__inner{
    width: 202px;
    height: 202px;
    display: grid;
    place-items: center;
    animation: spin 6s linear infinite;
    transform-origin: 50% 50%;
    will-change: transform, filter;
    transition: filter .28s ease;
  }
  
  .stampTurbine{
    width: 100%;
    height: 100%;
    display: block;
  }
  
  /* metallic housing */
  .turbineRingOuter{
    fill: url(#metalRing);
    stroke: rgba(11,22,48,.42);
    stroke-width: 3.5;
  }
  
  .turbineRingMid{
    fill: none;
    stroke: rgba(255,255,255,.42);
    stroke-width: 2.4;
    opacity: .95;
  }
  
  .turbineIntakeShadow{
    fill: radial-gradient(circle, #000 0%, #111 100%);
    fill: rgba(11,22,48,.18);
  }
  
  /* blades */
  .blade{
    fill: url(#bladeGold);
    stroke: rgba(11,22,48,.24);
    stroke-width: 1.35;
  }
  
  /* center spinner */
  .turbineCoreOuter{
    fill: url(#metalCore);
    stroke: rgba(255,255,255,.35);
    stroke-width: 2.8;
    filter: url(#innerGlow);
  }
  
  .turbineCoreInner{
    fill: #1b2330;
    stroke: rgba(249,186,68,.75);
    stroke-width: 2.5;
  }
  
  .turbineHighlight{
    fill: rgba(255,255,255,.34);
    transform: rotate(-18deg);
    transform-origin: 80px 80px;
  }
  
  /* spin */
  @keyframes spin{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
  }
  
  /* spool-up */
  .batchRow:hover .stamp__inner{
    animation-duration: 1.25s;
    filter:
      drop-shadow(0 0 6px rgba(249,186,68,.22))
      blur(.15px);
  }
.batchCard{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11,22,48,.10);
  box-shadow: var(--shadow);
  min-height: 140px;
}

.batchCard__bg{
  position: absolute;
  inset: 0;
}

.batchCard__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05);
  transform: translateX(20px) scale(1.03);
  transition: transform 900ms cubic-bezier(.2,.9,.2,1);
}

.batchCard.in-view .batchCard__bg img{
  transform: translateX(0) scale(1.03);
}

.batchCard__bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,22,48,.78), rgba(11,22,48,.55));
}

.batchCard__content{
  position: relative;
  z-index: 2;
  padding: 22px;
  color: rgba(255,255,255,.92);
}

.batchCard__content h3{
  margin: 0 0 6px;
  font-size: 22px;
}

.batchCard__content p{
  margin: 0 0 12px;
  color: rgba(255,255,255,.78);
}

/* ========= Prerequisite cards ========= */
.grid3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.stageCard{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(11,22,48,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.stageCard:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(11,22,48,.10);
}

.stageIcon{
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stageIcon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.stageTitle{
  font-weight: 900;
  color: var(--navy);
}

.stageSub{
  margin-top: 8px;
  color: rgba(11,22,48,.62);
  font-size: 13px;
  line-height: 1.5;
}

/* ========= Important links card ========= */
.linksCard{
  margin-top: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(11,22,48,.06);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 16px;
  align-items: center;
}

.linksLeft h3{
  margin: 0 0 10px;
}

.logoStub{
  background: rgba(11,22,48,.06);
  border: 1px dashed rgba(11,22,48,.18);
  border-radius: 14px;
  padding: 12px;
  color: rgba(11,22,48,.70);
  font-weight: 800;
  font-size: 12px;
}

.linksRight{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.miniLink{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(11,22,48,.10);
  background: rgba(255,255,255,.88);
  text-decoration: none;
  color: rgba(11,22,48,.80);
  font-weight: 800;
  font-size: 13px;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.miniLink:hover{
  transform: translateY(-2px);
  border-color: rgba(11,22,48,.20);
  box-shadow: 0 14px 30px rgba(11,22,48,.08);
}

.miniLink::before{
  content: "↗";
  color: rgba(11,22,48,.55);
  font-weight: 900;
}

/* =======================
   Reveal + Toast
   ======================= */
[data-reveal]{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.is-revealed{
  opacity: 1;
  transform: translateY(0);
}

.boxParallax{
  position: relative;
}

.toast{
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: rgba(11,22,48,.92);
  color: rgba(255,255,255,.92);
  padding: 12px 14px;
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(11,22,48,.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  z-index: 5000;
}

.toast.is-on{
  opacity: 1;
  transform: translateX(-50%) translateY(-6px);
}

/* =======================
   Responsive
   ======================= */
@media (max-width: 980px){
  .topHero{
    grid-template-columns: 1fr;
  }

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

  .heroCard__content{
    padding: 18px;
  }

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

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

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

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

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

  .reqStrip__head{
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

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

  .reqStrip__title,
  .reqStrip__sub,
  .reqStrip__desc{
    text-align: center;
  }

  .reqStrip__desc{
    max-width: 620px;
    margin: 0 auto;
  }

  .processGrid{
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .processMedia{
    order: 1;
  }

  .processCopy{
    order: 2;
    max-width: 620px;
    margin: 0 auto;
  }

  .processMedia img{
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 18px;
  }

  .processCopy h2{
    text-align: center !important;
  }

  .processCopy .btn{
    margin-top: 10px;
  }

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

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

  .reqStrip__grid{
    grid-template-columns: 1fr;
  }
}
/* =========================================
   DGCA PAGE HEADER VISUAL LOCK
   ========================================= */

   .page-dgca .topbar{
    z-index: 9999;
  }
  
  .page-dgca .navwrap{
    z-index: 2000;
  }
  
  .page-dgca .route{
    margin-top: 0;
  }
  
  .page-dgca .section--topHero{
    position: relative;
    z-index: 1;
  }
  /* =========================================
   DGCA PAGE — FORCE SHARED HEADER LOCKUP
   ========================================= */

.page-dgca{
  --topbarH: 38px;
  --navRowH: 67px;
  --routeH: 35px;
}

/* do NOT let page content create a visual gap */
.page-dgca .dgcaPage{
  padding-top: calc(var(--topbarH) + var(--navRowH) + var(--routeH));
}

/* topbar stays glued */
.page-dgca .topbar{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

/* nav sits directly under it */
.page-dgca .navwrap{
  position: fixed;
  top: var(--topbarH);
  left: 0;
  right: 0;
  z-index: 2000;
  margin: 0;
}

/* route stays attached to nav */
.page-dgca .route{
  margin-top: 0;
}

/* kill any accidental extra offset on main from conflicting rules */
.page-dgca main{
  margin-top: 0 !important;
}

/* make first section not peek into header stack weirdly */
.page-dgca .section--topHero{
  position: relative;
  z-index: 1;
}

/* mobile header height match */
@media (max-width: 980px){
  .page-dgca{
    --navRowH: 110px;
  }
}
/* iPad */
@media (min-width: 768px) and (max-width: 1024px){
  .batchRow{
    grid-template-columns: 1fr;
    position: relative;
    justify-items: center;
    gap: 0;
  }

  .stamp{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -32%);
    z-index: 1;
    width: 210px;
    height: 210px;
    pointer-events: none;
  }

  .stamp__inner{
    width: 170px;
    height: 170px;
  }

  .batchCard{
    position: relative;
    z-index: 2;
    margin-top: 78px;
    width: 100%;
    max-width: 760px;
  }
}

/* mobile */
@media (max-width: 767px){
  .batchRow{
    grid-template-columns: 1fr;
    position: relative;
    justify-items: center;
    gap: 0;
  }

  .stamp{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -28%);
    z-index: 1;
    width: 170px;
    height: 170px;
    pointer-events: none;
  }

  .stamp__inner{
    width: 140px;
    height: 140px;
  }

  .batchCard{
    position: relative;
    z-index: 2;
    margin-top: 62px;
    width: 100%;
  }
}