﻿.home-landing {
  background: #0b1020;
  color: #cfd7e7;
}

.landing-hero {
  background: linear-gradient(170deg, #0c2f4e 0%, #0a1f39 46%, #081227 100%);
  color: #f7f9fb;
  padding: 96px 0 112px;
}

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

.hero-content {
  padding: 0;
  max-width: 820px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 194, 199, 0.14);
  color: #7ce5e8;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-badge .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00C2A8;
  display: inline-block;
}

.hero-title {
  font-size: 42px;
  line-height: 1.12;
  margin: 0 0 16px;
  font-weight: 800;
  color: #f7f9fb;
}

.hero-title .highlight {
  color: #00C2A8;
}

.home-landing .highlight {
  color: #00C2A8;
}

.hero-subtitle {
  margin: 0 0 22px;
  max-width: 640px;
  color: #d8dee8;
  line-height: 1.6;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-strip {
  background: #0c101b;
  color: #e9edf4;
  padding: 20px 0;
  border-top: 2px solid #05c1c6;
  border-bottom: 2px solid #0b1f38;
}

.promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.promo-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.promo-tags .pill {
  background: rgba(0, 194, 168, 0.14);
  color: #d7fbf6;
  border: 1px solid rgba(0, 194, 168, 0.45);
  padding: 6px 12px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.promo-timer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px 18px;
}

.timer-top {
  display: grid;
  gap: 4px;
}

.timer-label {
  font-weight: 800;
  color: #f7f9fb;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}

.timer-deadline {
  color: #b2bed6;
  font-size: 13px;
}

.timer-boxes {
  display: flex;
  gap: 12px;
  align-items: center;
}

.timer-box {
  min-width: 64px;
  padding: 8px 12px 10px;
  border-radius: 10px;
  background: #f7f9fb;
  color: #0f141c;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  row-gap: 0px;
  border: 2px solid #00C2A8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.timer-value {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  letter-spacing: 0.04em;
}

.timer-unit {
  font-size: 12px;
  color: #4f5662;
  letter-spacing: 0.02em;
  align-self: flex-end;
}

.timer-ended {
  color: #f6b756;
  font-weight: 800;
  font-size: 14px;
}

.promo-timer.is-ended .timer-boxes {
  opacity: 0.45;
}

.diploma {
  background: #e6ecf4;
  color: #1b1b1c;
  padding: 86px 0 94px;
}

.diploma-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 36px;
}

.diploma .badge {
  background: transparent;
  color: #b58dd5;
  padding: 0;
  gap: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.diploma .badge::before {
  background: #b58dd5;
}

.diploma-title {
  margin: 6px 0 8px;
  font-size: 42px;
  font-weight: 800;
  color: #1b1b1c;
}

.diploma-title-subtitle {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
  color: #1b1b1c;
}

.diploma-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #00c2a8 0%, #00aacb 50%, #b58dd5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.diploma-lead {
  margin: 0;
  color: #1b1b1c;
  line-height: 1.55;
  font-size: 18px;
}

.diploma-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: start;
}

.media-frame {
  background: #1b1b1c;
  border: 6px solid #b58dd5;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.media-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.diploma-copy {
  background: #f7fafc;
  border: 1px solid #d2d9e6;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
}

.diploma-subtitle {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  color: #1b1b1c;
}

.diploma-desc {
  margin: 0 0 16px;
  color: #1b1b1c;
  line-height: 1.55;
}

.diploma-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  color: #1b1b1c;
  line-height: 1.55;
}

.diploma-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.diploma-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #00C2A8;
  font-weight: 800;
  font-size: 14px;
}

.diploma-price-row {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin: 8px 0 18px;
}

.old-price {
  color: #8a92a3;
  text-decoration: line-through;
  font-weight: 600;
}

.new-price {
  color: #0c101b;
  font-weight: 800;
  font-size: 20px;
}

.diploma-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.challenge {
  background: #030a18;
  color: #f7f9fb;
  padding: 76px 0 88px;
}

.challenge h2 {
  margin: 0 0 12px;
  font-size: 42px;
  font-weight: 800;
}

.challenge-lead {
  margin: 0 0 12px;
  color: #dbe2ee;
  line-height: 1.55;
  font-size: 18px;
}

.challenge-sub {
  margin: 0 0 28px;
  color: #dbe2ee;
  line-height: 1.55;
  font-size: 18px;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.challenge-card {
  padding: 26px 18px;
  border-radius: 6px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 3px solid transparent;
  text-align: center;
  color: inherit;
  background: rgba(255, 255, 255, 0.02);
}

.challenge-card h3 {
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 800;
}

.challenge-card.lilac {
  background: rgba(181, 141, 213, 0.14);
  border-color: #b58dd5;
  color: #c9a3e5;
}

.challenge-card.teal {
  background: rgba(0, 194, 168, 0.14);
  border-color: #00c2a8;
  color: #00c2a8;
}

.challenge-card.blue {
  background: rgba(0, 170, 203, 0.14);
  border-color: #00aacb;
  color: #00aacb;
}

.upskill {
  background: #e6ecf4;
  color: #1b1b1c;
  padding: 80px 0 92px;
}

.upskill-title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: #1b1b1c;
  text-align: left;
}

.upskill-title-strong {
  margin: 4px 0 10px;
  font-size: 42px;
  font-weight: 800;
  color: #00C2A8;
  text-align: left;
}

.upskill-title-strong .highlight {
  color: #B58DD5;
}
.upskill-title-strong .normal {
  color: #1b1b1c;
;
}

.upskill-lead {
  margin: 0 0 28px;
  color: #1b1b1c;
  line-height: 1.55;
  max-width: 960px;
  font-size: 18px;
  text-align: left;
}

.upskill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.up-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 22px 24px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #e1e6ef;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 18px;
  align-items: center;
}

.up-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
}

.up-card-title {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
}

.up-card-body {
  margin: 0;
  grid-column: span 2;
  color: #1b1b1c;
  line-height: 1.55;
  font-size: 17px;
}

.teal {
  color:#00C2A8;
}

.teal-text {
  color: #00C2A8;
}

.purple {
  color: #b58dd5;
}

.purple-text {
  color: #b58dd5;
}

.audience {
  background: #050c1c;
  color: #f7f9fb;
  padding: 70px 0 82px;
}

.aud-title {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}

.aud-title .highlight {
  color: #00C2A8;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.aud-card {
  border-radius: 14px;
  padding: 22px 20px;
  border: 2px solid transparent;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.aud-card h3 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 800;
}

.aud-card p {
  margin: 0 0 14px;
  color: #f1f5fb;
  line-height: 1.55;
  font-size: 18px;
}

.aud-card.lilac {
  background: #362c42;
  border-color: #b58dd5;
}

.aud-card.teal {
  background: #0c2f35;
  border-color:#00C2A8;
}

.aud-card .btn-pill {
  font-size: 18px;
  padding: 12px 22px;
}

.aud-card .btn-outline {
  background: #00C2A8;
  color: #041423;
  border-color: #00C2A8;
  box-shadow: 0 10px 20px rgba(0, 194, 199, 0.22);
}

.aud-card .btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 194, 199, 0.28);
}

.advisor-cta {
  background: #dfe7f1;
  color: #1b1b1c;
  padding: 82px 0 94px;
}

.advisor-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.advisor-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.14;
  font-weight: 800;
  color: #1B1B1C;
}

.advisor-desc {
  margin: 0 0 22px;
  max-width: 960px;
  color: #1b1b1c;
  line-height: 1.6;
  font-size: 18px;
}

.advisor-inner .btn-primary {
  background: #00C2A8;
  color: #041423;
  border: 2px solid #00C2A8;
  box-shadow: 0 12px 22px rgba(0, 194, 199, 0.22);
  padding: 14px 30px;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .promo-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .diploma-grid,
  .challenge-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .hero-title,
  .diploma-title,
  .aud-title,
  .upskill-title-strong,
  .advisor-title {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
}

/* Promo strip: stack content and keep timer legible on small screens. */
@media (max-width: 820px) {
  .promo-inner {
    align-items: stretch;
  }

  .promo-tags {
    justify-content: center;
  }

  .promo-timer {
    grid-template-columns: 1fr;
  }

  .timer-top {
    text-align: center;
  }

  .timer-boxes {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .landing-hero {
    padding: 82px 0 92px;
  }

  .promo-inner {
    padding: 0;
  }

  .timer-box {
    min-width: 54px;
    padding: 6px 10px 8px;
  }

  .timer-value {
    font-size: 18px;
  }

  .timer-unit {
    font-size: 11px;
  }

  .hero-actions {
    flex-direction: column;
  }

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

  .up-card {
    grid-template-columns: 1fr;
  }

  .up-card-body {
    grid-column: span 1;
  }

  .aud-card h3 {
    font-size: 26px;
  }

  .aud-card p {
    font-size: 16px;
  }
}





