@import url('styles-1.css');
@import url('styles-2.css');
@import url('styles-3.css');
@import url('styles-4.css');


/* v3 layout + Batch 3 updates */
.section-shell { width: min(1360px, calc(100% - 64px)); }
.site-header { padding-inline: max(32px, calc((100vw - 1360px)/2)); }
.brand img { width: 190px; height: 44px; object-fit: contain; object-position: left center; }
.footer-brand img { width: 190px; height: 44px; object-fit: contain; object-position: left center; }

.home-hero {
  min-height: 680px;
  padding: 86px 0 76px;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.home-hero .hero-copy { max-width: 680px; }
.home-hero h1 { max-width: 720px; }
.hero-visual { min-width: 0; }
.hero-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: #050a12;
  box-shadow: var(--shadow);
}
.hero-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #050a12;
}
.video-awaiting {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 58px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(5,10,18,.76);
  backdrop-filter: blur(12px);
  pointer-events: none;
}
.video-awaiting strong { font-size: 13px; color: #fff; }
.video-awaiting span { font-size: 11px; color: #aebed5; }

.course-grid { gap: 30px; }
.course-card { min-height: 450px; padding: 38px; }
.course-card h3 { font-size: 32px; }

.batch-info-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 24px 0 18px;
}
.batch-info-line strong,
.batch-info-line span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,.035);
  font-size: 12px;
}
.batch-info-line strong {
  color: #07101f;
  background: var(--lime);
  border-color: transparent;
}

.course-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(66px, 1fr));
  gap: 9px;
  max-width: 500px;
  margin: 0 0 28px;
}
.course-countdown > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  border: 1px solid rgba(141,245,29,.18);
  border-radius: 13px;
  background: rgba(141,245,29,.07);
}
.course-countdown strong {
  color: var(--lime);
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -.02em;
}
.course-countdown small {
  margin-top: 5px;
  color: #aab9d0;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.course-countdown.compact {
  max-width: none;
  margin: 4px 0 24px;
}
.course-countdown.compact > span { min-height: 62px; }
.course-countdown.compact strong { font-size: 20px; }
.course-countdown.started {
  display: block;
  padding: 14px;
  border: 1px solid rgba(141,245,29,.22);
  border-radius: 12px;
  background: rgba(141,245,29,.08);
}
.countdown-started { color: var(--lime); }

.trainer-section { grid-template-columns: .72fr 1.28fr; gap: 86px; }
.trainer-image-wrap {
  max-width: 430px;
  aspect-ratio: 4 / 5;
}
.trainer-image-wrap img {
  width: 145%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: translateX(-28%);
}

@media (max-width: 900px) {
  .section-shell { width: min(100% - 40px, 820px); }
  .site-header { padding-inline: 20px; }
  .home-hero { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 760px; width: 100%; }
  .course-countdown { max-width: 560px; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 26px, 1360px); }
  .brand img { width: 138px; height: 34px; object-fit: contain; object-position: left center; }
  .brand span { padding-left: 8px; }
  .home-hero { padding-top: 58px; }
  .hero-video-frame { border-radius: 17px; }
  .video-awaiting { left: 10px; right: 10px; bottom: 48px; padding: 8px 10px; }
  .course-countdown { gap: 6px; }
  .course-countdown > span { min-height: 62px; }
  .course-countdown strong { font-size: 20px; }
  .course-countdown small { font-size: 8px; }
  .course-card { padding: 25px; }
  .course-card h3 { font-size: 27px; }
  .batch-info-line { gap: 7px; }
  .batch-info-line strong, .batch-info-line span { font-size: 11px; padding: 7px 9px; }
}

/* v4 hero messaging + testimonials */
.hidden { display: none !important; }

.countdown-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero-start-box {
  margin: 24px 0 22px;
  max-width: 560px;
}

.hero-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta-pills span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: #dbe7f7;
  font-size: 12px;
  font-weight: 700;
}

.testimonials-section { padding-top: 22px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background: rgba(8, 16, 31, 0.74);
  box-shadow: var(--shadow);
}

.testimonial-card p {
  margin: 0;
  color: #dbe7f7;
  line-height: 1.72;
}

.stars {
  color: var(--lime);
  font-size: 15px;
  letter-spacing: .16em;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 4px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.testimonial-meta strong {
  color: #fff;
  font-size: 15px;
}

.testimonial-meta span {
  color: #8ea2bf;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .hero-start-box { max-width: none; }
}

@media (max-width: 620px) {
  .hero-meta-pills { gap: 8px; }
  .hero-meta-pills span { font-size: 11px; padding: 8px 10px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { padding: 22px; border-radius: 18px; }
  .stars { font-size: 13px; }
}
