/* =========================
   GLOBAL / TYPOGRAPHY
========================= */
body {
  font-family: "Poppins", serif;
  letter-spacing: 0.08px;
  color: #0f172a;
}

.hero-visual-clean {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  min-width: 0;
}

/* =========================
   HERO
========================= */
.hero-grid-refined {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  column-gap: 64px;
  padding-top: 0;
}

.hero-copy-refined {
  padding-top: 0;
  max-width: 580px;
  justify-self: start;
  margin-left: 0;
}

.hero-visual-refined {
  padding-top: 0;
  justify-self: end;
  width: 100%;
  max-width: 820px;
}

.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.hero-badge {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hero-main-title {
  margin: 0 0 16px;
  color: #16233b;
  font-size: clamp(2.9rem, 5.4vw, 5.15rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.065em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.hero-title-line {
  display: block;
  width: 100%;
  text-align: center;
}

.hero-title-line-middle {
  font-size: 0.9em;
  line-height: 0.88;
  padding-left: 0;
  text-align: center;
}

.hero-title-line-accent {
  color: #214c9a;
}

.hero-main-desc {
  margin: 0;
  color: #667085;
  font-size: 1.04rem;
  line-height: 1.9;
  max-width: 700px;
  letter-spacing: -0.01em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-mini-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.hero-point {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-point strong {
  display: block;
  margin-bottom: 6px;
  color: #16233b;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-point span {
  display: block;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.72;
}

/* =========================
   HERO CAROUSEL
========================= */
.hero-carousel-right {
  position: relative;
  width: 100%;
  margin-left: auto;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.hero-carousel-track {
  position: relative;
  width: 100%;
  height: clamp(420px, 36vw, 600px);
  min-height: 420px;
  background:
    radial-gradient(circle at 15% 20%, rgba(159, 184, 232, 0.18), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  padding: 18px;
}

.hero-slide {
  position: absolute;
  inset: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    visibility 0.8s ease;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}

.hero-slide.prev-slide {
  opacity: 0;
  visibility: visible;
  transform: translateX(-100%);
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  transform: scale(1);
  transition: transform 6s ease;
}

.hero-slide.active img {
  transform: scale(1.01);
}

/* =========================
   HERO CAPTION
========================= */
.hero-carousel-caption {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  min-height: 255px;
  color: #ffffff;
}

.hero-caption-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.08);
  filter: blur(3px);
}

.hero-caption-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(33, 76, 154, 0.74)),
    linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.92));
}

.hero-caption-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 32px;
}

.hero-carousel-caption .hero-slide-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1;
}

.hero-carousel-caption h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.58rem;
  line-height: 1.24;
  font-weight: 700;
  max-width: 760px;
  letter-spacing: -0.03em;
}

.hero-carousel-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.74;
  max-width: 760px;
}

.hero-caption-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.btn-sm {
  padding: 10px 18px;
  font-size: 0.92rem;
}

.btn-light-outline {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.btn-light-outline:hover {
  background: rgba(255, 255, 255, 0.14) !important;
}

.hero-carousel-btn {
  position: absolute;
  top: calc((clamp(420px, 36vw, 600px)) / 2);
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 1.15rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 5;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.hero-carousel-btn:hover {
  background: rgba(255, 255, 255, 0.36);
}

.hero-carousel-btn.prev {
  left: 30px;
}

.hero-carousel-btn.next {
  right: 30px;
}

.hero-carousel-dots {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.hero-dot.active {
  background: #ffffff;
  transform: scale(1.15);
}

/* =========================
   SECTION HEAD CENTER
========================= */
.section-head-center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 46px;
}

.section-head-center > div {
  width: 100%;
}

.section-head-center .section-tag {
  display: inline-flex;
  margin-inline: auto;
  margin-bottom: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.section-head-center h2 {
  margin: 0 auto 14px;
  color: #16233b;
  font-size: clamp(2rem, 4.3vw, 3rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.section-head-center p {
  margin: 0 auto;
  color: #667085;
  max-width: 660px;
  line-height: 1.82;
  font-size: 1rem;
}

.section-head-compact {
  margin-top: -10px;
  margin-bottom: 28px;
}

.section-head-compact p {
  max-width: 720px;
}

/* =========================
   NEWS / SHOWCASE SHARED
========================= */
.news-showcase-wrap {
  position: relative;
}

.news-showcase-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 34px;
}

.news-showcase-head h2 {
  margin: 0;
  color: #003f84;
  font-size: clamp(2.3rem, 4.4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.news-showcase-line {
  width: 128px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4a017, transparent);
  border-radius: 999px;
}

.news-showcase {
  position: relative;
}

.news-track-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.news-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}

.news-track .news-feature-card {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  flex: 0 0 360px !important;
}

@media (max-width: 760px) {
  .news-track .news-feature-card {
    width: 290px !important;
    min-width: 290px !important;
    max-width: 290px !important;
    flex: 0 0 290px !important;
  }
}

.news-feature-card {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-feature-link {
  display: block;
  text-decoration: none;
}

.news-feature-image {
  overflow: hidden;
  background: #f3f6fb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.news-feature-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.news-feature-card:hover .news-feature-image img {
  transform: scale(1.03);
}

.news-feature-body {
  padding: 18px 14px 0;
}

.news-feature-body h3 {
  margin: 0 0 12px;
  color: #003f84;
  font-size: 1.08rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.news-feature-body p {
  margin: 0;
  color: #5f6c7c;
  font-size: 0.94rem;
  line-height: 1.65;
}

.news-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: var(--primary, #214c9a);
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 24px rgba(33, 76, 154, 0.2);
}

.news-nav-btn:hover {
  background: #0b4b95;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 14px 30px rgba(33, 76, 154, 0.3);
}

.news-nav-prev {
  left: -24px;
}

.news-nav-next {
  right: -24px;
}

@media (max-width: 760px) {
  .news-nav-prev {
    left: -8px;
  }
  .news-nav-next {
    right: -8px;
  }
  .news-nav-btn {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }
}

/* =========================
   LAYANAN - SEPERTI BERITA
========================= */
.layanan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.layanan-grid .news-feature-card {
  min-width: 100%;
  max-width: 100%;
}

/* =========================
   VIDEO - SEPERTI BERITA
========================= */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.video-grid .news-feature-card {
  min-width: 100%;
  max-width: 100%;
}

.video-thumb {
  position: relative;
  overflow: hidden;
}

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.3);
  backdrop-filter: blur(0px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-play-overlay::before {
  content: "";
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(33, 76, 154, 0.25);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-play-overlay::after {
  content: "";
  position: absolute;
  margin-left: 6px;
  border-left: 16px solid #214c9a;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Premium Hover Transitions */
.news-feature-card:hover .video-play-overlay {
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
}

.news-feature-card:hover .video-play-overlay::before {
  transform: scale(1.12);
  background: var(--primary);
  box-shadow: 0 14px 38px rgba(33, 76, 154, 0.4);
}

.news-feature-card:hover .video-play-overlay::after {
  transform: scale(1.12);
  border-left-color: #ffffff;
}

/* =========================
   CTA BANNER
========================= */
.cta-banner {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 20%, rgba(159, 184, 232, 0.18), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(33, 76, 154, 0.08), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    0 22px 48px rgba(27, 50, 98, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.cta-banner-copy h2 {
  margin: 12px 0 12px;
  color: #16233b;
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

/* =========================
   LINKS / CTA
========================= */
.inline-link {
  display: inline-flex;
  margin-top: 2px;
  font-weight: 600;
  color: #214c9a;
  letter-spacing: -0.01em;
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

/* =========================
   RESPONSIVE <= 1200
========================= */
@media (max-width: 1200px) {
  .news-feature-card {
    min-width: calc((100% - 22px) / 2);
    max-width: calc((100% - 22px) / 2);
  }

  .layanan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
  }
}

/* =========================
   RESPONSIVE <= 1080
========================= */
@media (max-width: 1080px) {
  .hero-grid-refined {
    grid-template-columns: 1fr;
    row-gap: 34px;
    column-gap: 0;
    padding-top: 8px;
  }

  .hero-copy-refined {
    padding-top: 8px;
    max-width: 100%;
    margin-left: 0;
  }

  .hero-visual-refined {
    padding-top: 20px;
    max-width: 100%;
    justify-self: stretch;
  }

  .hero-carousel-right {
    border-radius: 28px;
  }

  .hero-carousel-track {
    height: 420px;
    min-height: 420px;
    padding: 16px;
  }

  .hero-slide {
    inset: 16px;
    border-radius: 20px;
  }

  .hero-carousel-btn {
    top: 210px;
  }

  .hero-carousel-caption {
    min-height: 235px;
  }

  .hero-caption-content {
    padding: 24px 22px 26px;
  }

  .hero-carousel-caption h3 {
    font-size: 1.24rem;
  }

  .hero-carousel-caption p {
    font-size: 0.94rem;
  }

  .hero-main-title {
    font-size: clamp(2.5rem, 4.9vw, 3.95rem);
  }

  .hero-mini-points {
    grid-template-columns: 1fr;
  }

  .news-nav-prev {
    left: -10px;
  }

  .news-nav-next {
    right: -10px;
  }

  .cta-banner {
    grid-template-columns: 1fr;
  }

  .cta-banner-actions {
    justify-content: flex-start;
  }
}

/* =========================
   RESPONSIVE <= 760
========================= */
@media (max-width: 760px) {
  .hero-topbar {
    align-items: flex-start;
  }

  .hero-carousel-right {
    border-radius: 22px;
  }

  .hero-carousel-track {
    height: 290px;
    min-height: 290px;
    padding: 12px;
  }

  .hero-slide {
    inset: 12px;
    border-radius: 16px;
  }

  .hero-carousel-btn {
    top: 145px;
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .hero-carousel-btn.prev {
    left: 16px;
  }

  .hero-carousel-btn.next {
    right: 16px;
  }

  .hero-carousel-caption {
    min-height: 250px;
  }

  .hero-caption-content {
    padding: 18px 16px 20px;
  }

  .hero-carousel-caption .hero-slide-badge {
    padding: 6px 10px;
    font-size: 0.72rem;
    margin-bottom: 8px;
  }

  .hero-carousel-caption h3 {
    font-size: 1rem;
    line-height: 1.35;
  }

  .hero-carousel-caption p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .hero-caption-actions {
    gap: 10px;
    margin-top: 14px;
  }

  .hero-carousel-dots {
    margin-top: 14px;
    gap: 7px;
  }

  .hero-dot {
    width: 10px;
    height: 10px;
  }

.hero-main-title {
  font-size: clamp(2rem, 9vw, 2.95rem);
  line-height: 1.02;
  gap: 0;
}

.hero-title-line-middle {
  padding-left: 0;
}

  .hero-main-desc {
    font-size: 0.95rem;
    line-height: 1.78;
  }

  .layanan-grid {
    grid-template-columns: 1fr;
  }

  .news-showcase-head {
    gap: 14px;
    margin-bottom: 26px;
  }

  .news-showcase-line {
    width: 56px;
  }

  .news-feature-card {
    min-width: 100%;
    max-width: 100%;
  }

  .news-feature-body {
    padding: 16px 6px 0;
  }

  .news-feature-body h3 {
    font-size: 1rem;
  }

  .news-nav-btn {
    top: 90px;
    width: 52px;
    height: 52px;
    font-size: 1.45rem;
  }

  .news-nav-prev {
    left: -4px;
  }

  .news-nav-next {
    right: -4px;
  }

  .section-head-center {
    margin-bottom: 30px;
  }

  .section-head-center h2 {
    font-size: 1.84rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
  }

  .video-play-overlay::before {
    width: 60px;
    height: 60px;
  }

  .video-play-overlay::after {
    border-left-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }

  .cta-banner {
    padding: 24px;
  }

  .cta-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-banner-actions .btn {
    width: 100%;
  }
}

/* =========================
   NEWS MODAL
========================= */
.news-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.news-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.news-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.news-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  max-height: 90vh;
  overflow: auto;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(159, 184, 232, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.86);
  transform: translateY(24px) scale(0.98);
  transition: transform 0.28s ease;
}

.news-modal.is-open .news-modal-dialog {
  transform: translateY(0) scale(1);
}

.news-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  transition: background 0.2s ease, transform 0.2s ease;
}

.news-modal-close:hover {
  background: rgba(15, 23, 42, 0.14);
  transform: scale(1.05);
}

.news-modal-media {
  padding: 28px 28px 0;
}

.news-modal-media img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  display: block;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.news-modal-content {
  padding: 24px 28px 30px;
}

.news-modal-date {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(33, 76, 154, 0.08);
  color: #214c9a;
  font-size: 0.88rem;
  font-weight: 600;
}

.news-modal-content h3 {
  margin: 0 0 16px;
  color: #16233b;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.news-modal-body {
  color: #475467;
  font-size: 1rem;
  line-height: 1.8;
}

.news-modal-body p {
  margin: 0 0 14px;
}

.news-modal-body ul {
  margin: 0 0 16px 20px;
  padding: 0;
}

.news-modal-body li {
  margin-bottom: 8px;
}

.news-modal-body a {
  color: #214c9a;
  font-weight: 600;
  text-decoration: none;
}

.news-modal-body a:hover {
  text-decoration: underline;
}

.news-modal-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.news-modal-trigger .news-feature-image,
.news-modal-trigger .news-feature-body {
  pointer-events: none;
}

body.news-modal-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .news-modal {
    padding: 14px;
  }

  .news-modal-dialog {
    border-radius: 20px;
  }

  .news-modal-media {
    padding: 18px 18px 0;
  }

  .news-modal-content {
    padding: 18px 18px 22px;
  }

  .news-modal-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
  }

  .news-modal-media img {
    max-height: 300px;
    border-radius: 16px;
  }
}

.hero-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 30px;
  background: #0f1f3d;
  box-shadow: 0 28px 80px rgba(27, 50, 98, 0.18);
}

.hero-carousel-track,
.hero-slide {
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(42px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease,
    visibility 0.75s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 31, 61, 0.04) 0%,
    rgba(15, 31, 61, 0.16) 42%,
    rgba(15, 31, 61, 0.88) 100%
  );
  opacity: 0.45;
  transition: opacity 0.35s ease;
}

.hero-slide-info {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  color: #fff;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.hero-carousel:hover .hero-slide-info {
  opacity: 1;
  transform: translateY(0);
}

.hero-carousel:hover .hero-slide::after {
  opacity: 1;
}

.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
}

.hero-slide-info h3 {
  max-width: 720px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hero-slide-info p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.hero-caption-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn-sm {
  padding: 11px 18px;
  font-size: 0.9rem;
}

.btn-light-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(8px);
}

.hero-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  transition: 0.25s ease;
}

.hero-carousel-btn:hover {
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.hero-carousel-btn.prev {
  left: 18px;
}

.hero-carousel-btn.next {
  right: 18px;
}

.hero-carousel-dots {
  position: absolute;
  left: 28px;
  bottom: 18px;
  z-index: 6;
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.45);
  transition: 0.25s ease;
}

.hero-dot.active {
  width: 24px;
  background: #fff;
}

@media (hover: none) {
  .hero-slide-info {
    opacity: 1;
    transform: translateY(0);
  }

  .hero-slide::after {
    opacity: 1;
  }
}

@media (max-width: 760px) {
  .hero-carousel {
    aspect-ratio: 4 / 5;
    border-radius: 22px;
  }

  .hero-slide-info {
    left: 18px;
    right: 18px;
    bottom: 26px;
  }

  .hero-slide-info h3 {
    font-size: 1.35rem;
  }

  .hero-slide-info p {
    font-size: 0.92rem;
  }

  .hero-carousel-btn {
    width: 38px;
    height: 38px;
  }
}

.hero-grid-refined {
  align-items: center;
  gap: 80px;
  min-height: 620px;
}

.hero-copy-refined {
  padding-top: 0;
}

.hero-visual-refined {
  margin-top: 0;
  align-self: center;
}

.hero-carousel-right {
  max-width: 780px;
  margin-left: auto;
}

/* =========================================================
   CHAMPIONSHIP PREMIUM HOME HERO REFINEMENTS
   ========================================================= */
#hero {
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 40px !important;
  margin-top: -20px !important;
  border-bottom: 1px solid rgba(33, 76, 154, 0.05);
}

.hero-mesh-bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 10% 20%, rgba(33, 76, 154, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(159, 184, 232, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(245, 158, 11, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%);
  z-index: 1;
}

/* Grid dot/mesh pattern */
.hero-mesh-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(rgba(33, 76, 154, 0.035) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, black 70%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

/* Abstract clean lines */
.hero-mesh-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(90deg, rgba(33, 76, 154, 0.015) 1px, transparent 1px),
    linear-gradient(rgba(33, 76, 154, 0.015) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

/* Glowing Orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

.orb-primary {
  width: 360px;
  height: 360px;
  top: -60px;
  left: 2%;
  background: radial-gradient(circle, rgba(33, 76, 154, 0.22) 0%, rgba(159, 184, 232, 0.05) 100%);
  animation: orbFloat1 20s ease-in-out infinite alternate;
}

.orb-secondary {
  width: 440px;
  height: 440px;
  bottom: -100px;
  right: 5%;
  background: radial-gradient(circle, rgba(159, 184, 232, 0.28) 0%, rgba(33, 76, 154, 0.05) 100%);
  animation: orbFloat2 24s ease-in-out infinite alternate;
}

.orb-accent {
  width: 280px;
  height: 280px;
  top: 25%;
  left: 42%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, rgba(245, 158, 11, 0.01) 100%);
  animation: orbFloat3 16s ease-in-out infinite alternate;
}

@keyframes orbFloat1 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(40px, 30px) scale(1.08); }
}

@keyframes orbFloat2 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-30px, -40px) scale(1.05); }
}

@keyframes orbFloat3 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(30px, -25px) scale(1.12); }
}

.hero-copy-refined h1 {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.01));
}
