.main-body {
  margin-top: 79px;
}

/* ================================================================
   COMING SOON PAGES
   ================================================================ */
.coming-soon-page {
  box-shadow: -13px 0 20px -13px #A7ABB04D, 13px 0 20px -13px #A7ABB04D;
}

.coming-soon-intro {
  padding: 3rem 3rem 1.5rem;
}

.coming-soon-intro h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #007CC4;
  margin-bottom: 1rem;
}

.coming-soon-body {
  padding: 4rem 3rem 6rem;
  text-align: center;
  min-height: 40vh;
}

.coming-soon-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #aaa;
  margin-bottom: 0;
}

/* ================================================================
   BD SECTION (brought to you by / supported by)
   ================================================================ */
.bd-section {
  padding: 3rem 0 2rem;
}
.bd-section .brand-col{
  font-family: Roboto;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.bd-logos {
  margin-bottom: 2rem;
}

.bd-label {
  white-space: nowrap;
}

.bd-logo-img {
  height: 72px;
  width: auto;
  object-fit: contain;
}

.bd-divider {
  width: 1px;
  height: 90px;
  background-color: #dee2e6;
}

.bd-contacts {
  text-align: center;
}

.bd-contacts p {
  font-size: 14px;
  color: #444;
  margin-bottom: 0.6rem;
}

.bd-contacts a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

.bd-contacts a:hover {
  text-decoration: underline;
}

/* ================================================================
   FOOTER
   ================================================================ */
#footer-2026 {
  border-top: 1px solid #e8ecf0;
  padding: 18px 0;
}

.footer-copy {
  font-size: 13px;
  color: #6c757d;
}

.footer-powered {
  font-size: 13px;
  color: #6c757d;
}

.footer-scroll-top {
  width: 36px;
  height: 36px;
  background-color: var(--teal);
  color: #fff;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.footer-scroll-top:hover {
  background-color: #0169a5;
}

.btn-register {
  background-color: var(--teal);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px !important;
  border-radius: 8px;
  white-space: nowrap;
  transition: background-color 0.3s;
  margin-left: 20px;

}
.btn-register:hover {
  background-color:#0169a5;
  color: #fff;
}

#home {
  box-shadow: -13px 0 20px -13px #A7ABB04D, 13px 0 20px -13px #A7ABB04D;
}

.section-padding{
  padding: 0px 4rem;
}

/* ================================================================
   2026 REVAMP — GLOBAL TOKENS
   ================================================================ */
:root {
  --grey:    ##4E4E4E;
  --green:   #1b4332;
  --teal:    #007CC4;
  --ruby:    #c0392b;
  --emerald: #27ae60;
  --sapphire:#2980b9;
  --topaz:   #e67e22;
  --gov:     #164168;
}

.section-title-2026 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--grey);
}

.text-white-75 {
  color: rgba(255,255,255,.75);
}

.img-placeholder-rect {
  border-radius: 12px;
}

/* ================================================================
   HERO
   ================================================================ */
.hero-2026 {
  /* background: var(--grey); */
}

/* sub-style.css sets #hero { height: 72vh } for the old design.
   Override it so the 2026 hero expands to fit its content. */
#hero {
  height: auto;
  margin-bottom: 3rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.hero-desc {
  font-size: .93rem;
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.btn-hero-register {
  background: var(--teal);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: .55rem 2rem;
  font-size: .95rem;
  border: none;
}

.btn-hero-register:hover {
  background: #128f74;
  color: #fff;
}

/* ---- Timeline card ---- */
.timeline-card {
  background: #F6F8FB;
  border-radius: 15px;
  padding: 2rem 1.75rem;
}

.tl-item {
  display: grid;
  grid-template-columns: 105px 22px 1fr;
  column-gap: 1rem;
  min-height: 95px;
}
.tl-item.tl-item-last{
    min-height: 0px !important;
}

.tl-date {
  text-align: right;
  color: var(--teal);
  font-weight: 700;
  font-size: .82rem;
  padding-top: 3px;
  line-height: 1.3;
}

.tl-date small {
  display: block;
  color: #aaa;
  font-weight: 400;
  font-size: .75rem;
}

.tl-point {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: radial-gradient(circle, white 30%, #98CF29 35%);
  flex-shrink: 0;
  margin-bottom: 10px;
  padding: 13px;
}

.tl-item:not(:first-child) .tl-dot {
  margin-top: 10px;
}

.tl-line {
  flex: 1;
  width: 3px;
  background: #98CF29;
  border-radius: 5px;
}

.tl-title {
  font-weight: 700;
  font-size: .92rem;
  color: #2c3e50;
  padding-top: 2px;
}

.tl-desc {
  font-size: .78rem;
  color: #888;
  margin-top: 3px;
  line-height: 1.45;
}

/* ---- App download bar ---- */
.app-bar {
  padding: 1.5rem 3rem;
  border-radius: 10px;
  background-color: #E5E5EA;
}
.app-bar .list-inline-item{
  width: 130px;
}

.app-badge-ph {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  border-radius: 6px;
  padding: .4rem 1rem;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

/* ================================================================
   PARTICIPATION BENEFITS
   ================================================================ */
.benefits-section {
  background: #F6F8FB;
}

.benefit-card {
  border: 1px solid #eef2f7;
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(0,0,0,.05);
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
  background-color: white;
}

.benefit-card .fw-bold {
  color: var(--teal);
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}

.benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================================================
   CHALLENGE DETAILS
   ================================================================ */
.challenge-section {
  background: #f7f9fc;
}
.challenge-section h2{
  font-weight: 700;
  font-size: 48px;
  line-height: 96%;
  margin-bottom: 2rem;
}
.challenge-section h4{
  color: var(--teal);
  font-weight: 700;
  font-size: 40px;
  line-height: 96%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.challenge-section h5{
  color: #8DC43C;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.challenge-section p{
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

/* Category cards */
.cat-card {
  height: 100%;
  transition: transform .2s;
}

.cat-card .cat-card-top{
  background-color: #007CC41A;
  padding: 1rem;
  border-radius: 10px 10px 0px 0px;
}
.cat-card .cat-card-top .top-title{
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}
.cat-card .cat-card-top .top-subtitle{
  font-family: Roboto;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.cat-card .cat-card-bottom{
  background-color: white;
  padding: 1.5rem 0.5rem;
  border-radius: 0px 0px 10px 10px;
}
.cat-card .cat-card-bottom .bottom-title{
  color: var(--teal);
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 5px;
}
.cat-card .cat-card-bottom .bottom-subtitle{
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.cat-card:hover { transform: translateY(-3px); }

.cat-count {
  font-size: 3rem;
  line-height: 1.1;
  margin: .25rem 0;
  font-weight: 800;
}

/* ================================================================
   POINTS SYSTEM
   ================================================================ */
.points-section .section-subtitle{
  font-weight: 700;
  font-size: 40px;
  line-height: 96%;
  letter-spacing: 0%;
  color: var(--teal);
}

.points-section h6{
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
}

.points-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.points-section p, .points-section ul, .points-section li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
.points-section strong{
  color: #8DC43C;
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

/* ================================================================
   PRIZES & REWARDS
   ================================================================ */

.prizes-section h2{
  font-weight: 700;
  font-size: 48px;
  line-height: 96%;
  margin-bottom: 2rem;
}

.prize-pool-row{
  background: url('../img/2026/home/prize-pool-bg.png'), linear-gradient(90deg, #8DC43C 0%, #007CC4 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.prize-pool-row p{
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0px;
  color: white;
  margin-bottom: 0px;
}

.prizes-amount {
  font-size: 3.5rem;
  letter-spacing: -.02em;
}

.prize-card {
  /* background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  height: 100%; */
}

.prize-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.prize-card h6{
  color: var(--teal);
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.prize-card p{
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.btn-prizes-view {
  color: #fff;
  background-color: var(--teal);
  font-weight: 700;
  border-radius: 5px;
  border: none;
  font-size: .95rem;
  width: 70%;
  padding: 1rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}

.btn-prizes-view:hover {
  background: #eaf5ee;
  color: var(--green);
}

/* ================================================================
   ELIGIBILITY & PARTICIPATION
   ================================================================ */
.eligibility-section {
  background: #F6F8FB;
}

.eligibility-section .section-title-2026 {
  font-weight: 700;
  font-size: 41px;
  line-height: 96%;
  letter-spacing: 0%;
  margin-bottom: 2.5rem;
}

.eligibility-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.eligibility-item h6{
  font-family: Roboto;
  font-weight: 600;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #212121;
}
.eligibility-item p{
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
}

.elig-icon .checkbox-icon{
  flex-shrink: 0;
  width: 35px !important;
}

/* ================================================================
   JOIN CTA
   ================================================================ */
.join-section {
  background: white;
  overflow: hidden;
}

.join-container{
  background-color: #e8f1f9;
  border-radius: 12px;
  margin: 3rem 2rem 1rem 2rem;
  width: 95%;
}

.join-inner {
  min-height: 280px;
}

.join-content {
  flex: 0 0 55%;
  padding: 3.5rem 4rem 3.5rem 6rem;
}

.join-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 1.5rem;
}

.join-desc {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.join-image-wrap {
  flex: 0 0 45%;
  overflow: hidden;
  border-radius: 0px 12px 12px 0px;
}

.join-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 35%);
  mask-image: linear-gradient(to right, transparent 0%, black 35%);
}

.btn-join-register {
  background: var(--teal);
  color: #fff;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 1rem;
  width: 300px;
}

.btn-join-register:hover {
  background: #005fa3;
  color: #fff;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 991px) {
  .main-body { margin-top: 65px; }
  .hero-title { font-size: 2.2rem; }
  .timeline-card { margin-top: .5rem; }
  .join-content { flex: 0 0 60%; padding: 2.5rem 2rem 2.5rem 3rem; }
  .join-image-wrap { flex: 0 0 40%; }
  .join-title { font-size: 1.65rem; }
  .bd-section .brand-col{
    flex-direction: column;
    text-align: center;
  }
  .bd-label{
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  #leaderboard-page,
  #gallery-page {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }

  .coming-soon-intro {
    padding: 2rem 1.5rem 1rem;
  }

  .coming-soon-body {
    padding: 3rem 1.5rem 4rem;
  }

  #home {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }

  .hero-title { font-size: 1.85rem; }
  .prizes-amount { font-size: 2.5rem; }
  .tl-item { grid-template-columns: 90px 20px 1fr; }
  .cat-count { font-size: 2.2rem; }
  .section-padding{
    padding: 0;
  }
  .join-inner { flex-direction: column; }
  .join-content { flex: none; width: 100%; padding: 2.5rem 1.5rem; }
  .join-image-wrap { flex: none; width: 100%; height: 350px; }
  .join-img { -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%); mask-image: linear-gradient(to bottom, transparent 0%, black 30%); }
  .join-title br { display: none; }
  .join-desc br { display: none; }
  .btn-register { margin: 5px; font-size: 10px !important; padding: 8px 18px !important; }

  #footer-2026 .container{
    flex-direction: column-reverse;
  }

  .coming-soon-intro h1 {
    text-align: center;
    padding-top: 2rem;
  }
  .bd-logos {
    gap: 1rem !important;
  }
  #hero{
    padding: 1rem;
  }
  #hero .col-lg-5{
    /* padding: 0 2rem; */
    margin-right: 0px !important;
  }
  .btn-hero-register{
    width: 100%;
  }
  .app-bar .store-row{
    justify-content: center !important;
  }
  .cat-card .cat-card-top .top-title{
    font-size: 24px;
  }
  .cat-card .cat-card-bottom .bottom-title{
    font-size: 32px;
  }
  .points-section .section-subtitle{
    margin-bottom: 1rem !important;
  }
  .points-icon{
    width: 76px;
    height: 76px;
    margin-bottom: 1rem !important;
  }
  .prizes-section h2, .eligibility-section .section-title-2026{
    font-size: 40px;
    text-align: center;
  }
  .prizes-section .col-md-4{
    margin-top: 0;
  }
  .eligibility-section .section-content{
    flex-direction: column-reverse;
    padding: 0 10px;
  }
  .join-container{
    margin: 1rem 0px 0px 0px;
    width: 100%;
  }
  .join-section{
    padding: 0px 15px;
  }
  .btn-join-register{
    width: 100%;
  }
  .join-image-wrap{
    border-radius: 12px 12px 12px 12px;
  }
  .bd-divider{
    display: none;
  }
  .footer-copy{
    text-align: center;
  }
  .cat-card .cat-card-top .top-subtitle, .cat-card .cat-card-bottom .bottom-subtitle{
    font-size: 15px;
  }
}
