/* Home page only overrides (loaded by header_home.html) */

.page-home .header_section {
  background-image: none;
  background:
    radial-gradient(900px 380px at 18% 10%, rgba(0, 255, 195, 0.22) 0%, rgba(0, 255, 195, 0) 60%),
    radial-gradient(900px 380px at 70% 0%, rgba(15, 219, 28, 0.18) 0%, rgba(15, 219, 28, 0) 55%),
    linear-gradient(180deg, #07233d 0%, #061a2f 55%, #051224 100%);
  padding: 28px 0 18px;
  position: relative;
  z-index: 10;
}

.page-home .menu_main {
  background-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.page-home .menu_main li,
.page-home .menu_main li a {
  color: rgba(255, 255, 255, 0.92);
  text-transform: none;
}

.page-home .menu_main li a:hover {
  color: #ffffff;
}

.home-hero {
  padding: 40px 0 70px;
  color: #ffffff;
  clear: both;
  position: relative;
}

.home-hero__title {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}

.home-hero__subtitle {
  font-size: 16px;
  opacity: 0.9;
  margin: 0 0 22px;
}

.home-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-home-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #16e063 0%, #0fdb1c 100%);
  color: #061a2f;
  font-weight: 700;
  text-decoration: none;
}

.btn-home-primary:hover {
  background: linear-gradient(180deg, #1ef07a 0%, #12ea27 100%);
  color: #061a2f;
  text-decoration: none;
}

.btn-home-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.btn-home-ghost:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
}

.home-hero__media {
  display: flex;
  justify-content: center;
}

.home-hero__media img {
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

/* Footer tone for home page (override base theme green) */
.page-home .footer_section {
  background: linear-gradient(180deg, #0c2c2a 0%, #0a2422 100%);
}

.page-home .footer_section .information_text,
.page-home .footer_section .jonson_text,
.page-home .copyright_text,
.page-home .copyright_text a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.page-home .copyright_section {
  background: #061a2f;
}

.page-home .copyright_text a:hover {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .home-hero {
    padding: 28px 0 54px;
    text-align: center;
  }

  .home-hero__actions {
    justify-content: center;
  }
}

/* Inner pages (Home/page/*) */
.home-page-hero {
  padding: 26px 0 16px;
  background: linear-gradient(180deg, rgba(7, 35, 61, 0.35) 0%, rgba(5, 18, 36, 0) 100%);
  clear: both;
  position: relative;
}

.home-page-hero__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.home-page {
  padding: 22px 0 60px;
  clear: both;
  position: relative;
}

.home-page__card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.home-page__card :where(h1,h2,h3) {
  color: #061a2f;
}

.home-page__card :where(p,li,span,div) {
  color: rgba(6, 26, 47, 0.88);
}

.home-page__card a {
  color: #0b7a50;
}

.home-page__card a:hover {
  color: #0a8f5c;
}

.auth-wrap {
  padding: 22px 0 70px;
}

.auth-card {
  max-width: 520px;
  margin: 0 auto;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.auth-card__title {
  margin: 0 0 14px;
  font-weight: 800;
  font-size: 22px;
  color: #061a2f;
}

.auth-card .form-control {
  border-radius: 12px;
}

.auth-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
}

.auth-actions .btn {
  border-radius: 999px;
  padding-left: 16px;
  padding-right: 16px;
}

.auth-card .btn-outline-secondary {
  color: #061a2f;
  border-color: rgba(6, 26, 47, 0.25);
  background: rgba(6, 26, 47, 0.04);
}

.auth-card .btn-outline-secondary:hover {
  color: #061a2f;
  border-color: rgba(6, 26, 47, 0.45);
  background: rgba(6, 26, 47, 0.08);
}

.auth-card .btn-link {
  color: rgba(6, 26, 47, 0.72);
}

.auth-card .btn-link:hover {
  color: #061a2f;
  text-decoration: none;
}

.auth-muted {
  color: rgba(6, 26, 47, 0.7);
  font-size: 13px;
  margin-top: 12px;
}

.auth-captcha-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.auth-captcha-row img {
  width: 120px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(6, 26, 47, 0.12);
  background: #fff;
  cursor: pointer;
}

.home-page-video {
  display: flex;
  justify-content: center;
}

.home-page-video__el {
  width: min(920px, 100%);
  max-height: 600px;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

