@charset "UTF-8";
/* -------- Hero Banner -------- */
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #000;
  display: flex;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 80px;
  /* ---- Hero → About transition fade ----
     Transparent at the top of this layer, solid black at the bottom edge,
     so the hero bleeds seamlessly into the dark About section. */ }
  @media (max-width: 991px) {
    .hero-banner {
      min-height: auto;
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .hero-banner {
      padding-top: 96px;
      padding-bottom: 0px;
      min-height: auto; } }
  .hero-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 260px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
    pointer-events: none; }
    @media (max-width: 1359px) {
      .hero-banner::after {
        height: 140px; } }
    @media (max-width: 991px) {
      .hero-banner::after {
        content: none; } }
    @media (max-width: 767px) {
      .hero-banner::after {
        height: 160px;
        content: none; } }

/* -------- Background Video -------- */
.hero-video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%);
  pointer-events: none; }

/* -------- Gradient Overlay -------- */
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.25) 100%); }
  @media (max-width: 991px) {
    .hero-overlay {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.78) 100%); } }

/* -------- Content Container -------- */
.hero-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%; }

.hero-content {
  max-width: 645px; }
  @media (max-width: 1440px) {
    .hero-content {
      max-width: 560px; } }
  @media (max-width: 991px) {
    .hero-content {
      max-width: 100%; } }

/* -------- Eyebrow / Pre-title -------- */
.hero-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D4A64A;
  margin: 0 0 24px; }
  @media (max-width: 767px) {
    .hero-eyebrow {
      font-size: 12px;
      margin-bottom: 11px;
      letter-spacing: 0.15em; } }

/* -------- Headline -------- */
.hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  background: linear-gradient(101.54deg, #E8C068 0%, #B88736 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; }
  @media (max-width: 1440px) {
    .hero-title {
      font-size: 46px; } }
  @media (max-width: 1199px) {
    .hero-title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .hero-title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .hero-title {
      font-size: 30px;
      margin-bottom: 12px; } }

/* -------- Subtitle -------- */
.hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 24px; }
  @media (max-width: 1199px) {
    .hero-subtitle {
      font-size: 24px; } }
  @media (max-width: 991px) {
    .hero-subtitle {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .hero-subtitle {
      font-size: 18px;
      margin-bottom: 18px; } }

/* -------- Description -------- */
.hero-description {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 36px;
  max-width: 480px; }
  @media (max-width: 767px) {
    .hero-description {
      font-size: 14px;
      margin-bottom: 28px;
      max-width: 100%; } }

/* -------- CTA Row -------- */
.hero-cta-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 52px; }
  @media (max-width: 991px) {
    .hero-cta-group {
      margin-bottom: 44px; } }
  @media (max-width: 767px) {
    .hero-cta-group {
      margin-bottom: 36px;
      gap: 12px; } }
  @media (max-width: 579px) {
    .hero-cta-group {
      flex-direction: column;
      align-items: stretch;
      gap: 10px;
      margin-bottom: 28px; } }

/* -------- Combined CTA Pill ----------------------------------------
   Single horizontal pill split into two visually connected sections:
   [LEFT: dark badge — star + italic text] [RIGHT: gold gradient main CTA]
   Both sections share the outer border-radius via overflow: hidden.
   ------------------------------------------------------------------- */
.cta-combined {
  display: inline-flex;
  align-items: stretch;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(232, 192, 113, 0.25);
  text-decoration: none;
  flex-direction: column;
  transition: transform 0.3s ease-in-out; }
  .cta-combined:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(232, 157, 33, 0.4); }
  .cta-combined:active {
    transform: translateY(0); }
  @media (max-width: 579px) {
    .cta-combined {
      width: 100%; } }

/* Left dark section — badge */
.cta-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 18px 14px 22px;
  background: #120D00;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1;
  white-space: nowrap;
  border-right: 1px solid rgba(232, 192, 113, 0.15);
  flex-shrink: 0; }
  @media (max-width: 1199px) {
    .cta-badge {
      padding: 14px 16px 14px 20px; } }
  @media (max-width: 767px) {
    .cta-badge {
      padding: 18px 14px 12px 18px;
      gap: 6px; } }
  @media (max-width: 579px) {
    .cta-badge {
      padding: 18px 12px 12px 16px;
      white-space: normal;
      flex-wrap: wrap; } }

.badge-star {
  width: 11px;
  height: 11px;
  display: inline-block;
  flex-shrink: 0; }
  @media (max-width: 579px) {
    .badge-star {
      width: 10px;
      height: 10px; } }

/* Right gold gradient section — main CTA */
.cta-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px 14px 20px;
  background: linear-gradient(101.54deg, #FFD67B 0%, #E89D21 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1300;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-radius: 100px; }
  @media (max-width: 1199px) {
    .cta-main {
      padding: 18px 20px 14px 18px; } }
  @media (max-width: 767px) {
    .cta-main {
      padding: 18px 18px 12px 16px; } }
  @media (max-width: 579px) {
    .cta-main {
      padding: 20px 16px;
      white-space: normal;
      text-align: center; } }

.btn-banner-dark {
  margin-top: -37px; }
  @media (max-width: 579px) {
    .btn-banner-dark {
      margin-top: 0px; } }

/* -------- Stats / Counter -------- */
.hero-stats {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .hero-stats {
      gap: 40px; } }
  @media (max-width: 767px) {
    .hero-stats {
      gap: 28px; } }
  @media (max-width: 579px) {
    .hero-stats {
      gap: 20px; } }

.hero-stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.hero-stat-value {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #E8C071; }
  @media (max-width: 1199px) {
    .hero-stat-value {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .hero-stat-value {
      font-size: 22px; } }
  @media (max-width: 579px) {
    .hero-stat-value {
      font-size: 18px; } }

.hero-stat-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 767px) {
    .hero-stat-label {
      font-size: 11px;
      letter-spacing: 0.12em; } }

/* -------- Scroll Arrow (bottom-center) -------- */
.hero-scroll-arrow {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 100;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  animation: arrowBounce 1.8s ease-in-out infinite; }
  .hero-scroll-arrow img {
    display: block;
    width: 20px;
    height: auto;
    opacity: 0.65; }
  @media (max-width: 991px) {
    .hero-scroll-arrow {
      display: none; } }

@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0); }
  50% {
    transform: translateX(-50%) translateY(7px); } }

/*# sourceMappingURL=banner.css.map */
