#sp-header .sp-module {
  margin-left: 20px;
  width: 100% !important;
}
.sp-menu-item a::after {
  content:'';
  position:absolute;
  left:0;
  bottom:2px;
  width:100%;
  height:1px;
  background:#E6A34A;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .3s ease;
}

.sp-menu-item a:hover::after {
  transform:scaleX(1);
}
.hero h1 {
  font-size: clamp(36px, 4.5vw, 56px);;
  line-height: 1.1;
  color: #ffffff;
  text-shadow:
    0 2px 20px rgba(0,0,0,.6),
    0 0 1px rgba(255,255,255,.15);
  max-width: 860px;
}
.hero .subtitle {
  margin-top: 15px;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E6A34A;
}
.hero p {
  margin-top: 20px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,.75);
}
.hero .sppb-btn-custom {
  box-shadow: 0 0 0 1px rgba(199,164,91,.15);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
 background: linear-gradient(
    90deg,
    rgba(0,0,0,.8),
    rgba(0,0,0,.45)
}
.brand-b {
	border-right: 2px solid #E6A34A;
}
.format-card {
  background: #151A24;
  border-radius: 14px;
  overflow: hidden;
  transition: all .4s ease;
  border: 1px solid rgba(255,255,255,0.05);
}
.format-card:hover {
  transform:translateY(-10px);
  border-color:rgba(230,163,74,0.4);
}
.format-card:hover img {
  transform:scale(1.05);
}

.format-content h2 {
  font-size:20px;
  margin-bottom:14px;
}

.format-content p {
  font-size:16px;
  line-height:1.7;
  opacity:0.85;
}
.format-content .sppb-media-content{
	padding: 30px;
}
@media (max-width: 1024px) {

  .hero {
    min-height: 90vh;
    padding-top: 60px;
    background-position: center right;
  }

  .hero h1 {
    font-size: clamp(38px, 5vw, 52px);
    max-width: 720px;
  }

  .hero .subtitle {
    font-size: 14px;
    letter-spacing: 2.5px;
  }

  .hero p {
    font-size: 18px;
    max-width: 600px;
  }

}
@media (max-width: 768px) {
#sp-header .sp-module {
  margin-left: 0;
  width: 100% !important;
}
  .hero {
    min-height: 100vh;
    padding-top: 40px;
    background-position: center;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.18;
    max-width: 100%;
  }

  .hero .subtitle {
    font-size: 13px;
    letter-spacing: 2.8px;
    margin-top: 20px;
  }

  .hero p {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 28px;
    max-width: 100%;
  }

  .hero .sppb-btn-custom {
    margin-top: 40px;
    padding: 16px 40px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .hero::before {
 background: linear-gradient(
    90deg,
    rgba(0,0,0,.8),
    rgba(0,0,0,.45)
  }
    .hero h1 {
    text-shadow:
      0 1px 12px rgba(0,0,0,.6);
  }
  .brand-b {
	border-bottom: 2px solid #E6A34A;
}
.brand-b {
	border-right: none;
}
}
@media (max-width: 480px) {

  .hero {
    padding-top: 130px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero .subtitle {
    font-size: 12px;
    letter-spacing: 2.5px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero .sppb-btn-custom {
    width: 100%;
    text-align: center;
    padding: 16px 0;
  }

}
