/*
 * Palet warna diambil dari warna asli logo EXE (merah #cc0000, disampel
 * langsung dari images/logo.png) dipadukan dengan hitam kearsipan (ink)
 * untuk kesan eksklusif/corporate. Nama variabel navy- dan blue- dipertahankan
 * agar konsisten dengan kelas yang sudah dipakai di seluruh halaman.
 */
:root {
  --navy-950: #0d0a09; /* ink tergelap */
  --navy-900: #14100f; /* ink gelap - hero/footer/cta */
  --navy-800: #1c1719; /* ink - icon chip gelap */
  --navy-700: #2a1013; /* ink kemerahan - titik tengah gradient */
  --blue-600: #cc0000; /* merah brand (sesuai logo) - aksen & CTA */
  --blue-100: #fbe7e7; /* tint merah muda - background icon chip terang */
  --blue-50: #fdf3f3; /* tint merah muda paling lembut - background menu/header/footer */
  --bg-page: #faf8f8;
  --surface: #ffffff;
  --border: #ece5e5;
  --text-900: #1a1416;
  --text-600: #6b6266;
  --text-400: #9c9296;
}

body {
  background: var(--bg-page);
  font-family: "Noto Sans", "Segoe UI", sans-serif;
  color: var(--text-900);
}

h1, h2, h3, h4, .font-heading {
  font-family: "Poppins", "Segoe UI", sans-serif;
}

a { color: var(--blue-600); text-decoration: none; }
a:hover { color: var(--navy-700); }

/* ---------- top navbar ---------- */
.site-header {
  position: sticky; top: 0; z-index: 1030;
  background: linear-gradient(180deg, #ffffff 0%, var(--blue-50) 100%);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(204,0,0,.05);
}
.nav-link-app {
  color: var(--text-600) !important;
  font-weight: 500; font-size: 13.5px; padding: 8px 0 !important;
}
.nav-link-app:hover, .nav-link-app.is-active { color: var(--blue-600) !important; }
.nav-link-app.is-active { font-weight: 700; }
.navbar-toggler:focus { box-shadow: none; }

/* ---------- language switcher (ID/EN) ---------- */
.lang-switcher {
  display: inline-flex; align-items: center; background: var(--bg-page);
  border: 1px solid var(--border); border-radius: 100px; padding: 3px;
}
.lang-switcher-btn {
  display: inline-block; padding: 5px 12px; border-radius: 100px;
  font-size: 12px; font-weight: 700; letter-spacing: .3px;
  color: var(--text-600) !important; transition: background .18s ease, color .18s ease;
}
.lang-switcher-btn:hover { color: var(--blue-600) !important; }
.lang-switcher-btn.is-active { background: var(--blue-600); color: #fff !important; }

/* ---------- search band (di bawah menu) ---------- */
.search-band { background: #fff; border-bottom: 1px solid var(--border); padding: 14px 24px; }
.search-band-form {
  display: flex; align-items: center; gap: 10px; max-width: 640px;
  background: var(--bg-page); border: 1.5px solid var(--border); border-radius: 100px;
  padding: 6px 6px 6px 18px; transition: border-color .18s ease, box-shadow .18s ease;
}
.search-band-form:focus-within { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(204,0,0,.1); }
.search-band-icon { color: var(--text-400); display: flex; flex: none; }
.search-band-input {
  flex: 1; min-width: 0; border: 0; background: transparent; outline: none;
  font-size: 13.5px; color: var(--text-900); padding: 8px 0;
}
.search-band-input::placeholder { color: var(--text-400); }
.search-band-btn {
  flex: none; background: var(--blue-600); color: #fff; border: 0; border-radius: 100px;
  font-weight: 600; font-size: 13px; padding: 9px 20px; transition: filter .18s ease;
}
.search-band-btn:hover { filter: brightness(1.08); }

@media (max-width: 575.98px) {
  .search-band { padding: 12px 16px; }
  .search-band-btn { padding: 9px 14px; }
}

/* ---------- footer ---------- */
.footer-link { color: var(--text-600); }
.footer-link:hover { color: var(--blue-600); }
.footer-social-btn {
  width: 34px; height: 34px; background: var(--blue-100);
  transition: background .18s ease, transform .18s ease;
}
.footer-social-btn:hover { background: var(--blue-600); transform: translateY(-2px); }
.footer-social-btn:hover svg { stroke: #ffffff; }

/* ---------- eyebrow / section heading ---------- */
.eyebrow { color: var(--blue-600); font-weight: 700; font-size: 12px; letter-spacing: 1.4px; margin-bottom: 8px; }
.section-heading { font-size: 26px; font-weight: 800; color: var(--text-900); }

/* ---------- cards ---------- */
.card-soft {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card-soft:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(20,16,15,.12); }

.icon-chip {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.icon-chip-light { background: var(--blue-100); }
.icon-chip-dark { background: var(--navy-800); }

.btn-navy { background: var(--blue-600); color: #fff; font-weight: 600; border: 0; border-radius: 10px; padding: 12px 22px; }
.btn-navy:hover { filter: brightness(1.08); color: #fff; }

.hero-panel {
  position: relative; overflow: hidden;
  background-color: #fff;
  background-image: url('../../images/backgrounds/bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 64px 0 40px 0;
}

/* ---------- hero product slider ---------- */
.hero-slider-wrap {
  position: relative;
  background: #fff; border-radius: 24px; padding: 18px;
  box-shadow: 0 30px 60px rgba(20,16,15,.16);
  border: 1px solid var(--border);
}
.hero-slide-media {
  position: relative; display: flex; align-items: center; justify-content: center;
  overflow: hidden; border-radius: 16px; height: 320px; padding: 24px;
  background: var(--bg-page);
}
.hero-slide-media img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain; display: block; margin: 0 auto;
}
.hero-slide-caption {
  text-align: center; padding: 20px 24px 4px;
  height: 84px; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-slide-eyebrow {
  color: var(--blue-600); font-weight: 700; font-size: 11.5px;
  letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 8px;
}
.hero-slide-title {
  color: var(--text-900); font-weight: 800; font-size: 26px; font-family: "Poppins", sans-serif;
  display: inline-flex; align-items: center; gap: 10px;
  max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hero-slide-title svg { flex: none; transition: transform .18s ease; }
.hero-slide-title:hover { color: var(--blue-600); }
.hero-slide-title:hover svg { transform: translateX(4px); }

.hero-slider-nav.carousel-control-prev,
.hero-slider-nav.carousel-control-next {
  width: 46px; height: 46px; bottom: auto;
  top: calc(18px + 320px / 2); transform: translateY(-50%);
  border-radius: 50%; background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(20,16,15,.2);
  opacity: 0; transition: opacity .2s ease, background .2s ease;
  color: var(--blue-600);
}
.hero-slider-wrap:hover .hero-slider-nav { opacity: 1; }
.hero-slider-nav.carousel-control-prev { left: 30px; }
.hero-slider-nav.carousel-control-next { right: 30px; }
.hero-slider-nav:hover { background: #fff; }
.hero-slider-arrow { display: flex; align-items: center; justify-content: center; }
.hero-slider-nav.carousel-control-prev .hero-slider-arrow { transform: rotate(180deg); }

.hero-slider-dots {
  position: static; display: flex; justify-content: center;
  margin: 4px 0 0; padding-bottom: 4px;
}
.hero-slider-dots [data-bs-target] {
  width: 8px; height: 8px; border-radius: 50%; background: var(--border);
  border: 0; opacity: 1; margin: 0 4px; transition: background .18s ease, width .18s ease;
}
.hero-slider-dots [data-bs-target].active { background: var(--blue-600); width: 22px; border-radius: 4px; }

@media (max-width: 991.98px) {
  .hero-slide-media { height: 240px; }
  .hero-slider-nav.carousel-control-prev,
  .hero-slider-nav.carousel-control-next { top: calc(18px + 240px / 2); }
  .hero-slide-title { font-size: 21px; }
}

/* ---------- homepage gallery strip ---------- */
.galeri-strip-wrap { position: relative; }
.galeri-strip {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 4px 4px 16px; margin: 0 -4px;
  scrollbar-width: none;
}
.galeri-strip::-webkit-scrollbar { display: none; }
.galeri-strip-card {
  flex: 0 0 auto; width: 260px; scroll-snap-align: start;
  background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden;
  display: block; text-decoration: none;
  box-shadow: 0 4px 14px rgba(20,16,15,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.galeri-strip-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(20,16,15,.12); }
.galeri-strip-media { display: block; height: 170px; overflow: hidden; background: var(--bg-page); }
.galeri-strip-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.galeri-strip-card:hover .galeri-strip-media img { transform: scale(1.08); }
.galeri-strip-caption { display: block; padding: 14px 16px; }
.galeri-strip-tag {
  display: inline-block; color: var(--blue-600); font-weight: 700; font-size: 10.5px;
  letter-spacing: .6px; text-transform: uppercase; margin-bottom: 5px;
}
.galeri-strip-title { display: block; color: var(--text-900); font-weight: 700; font-size: 13.5px; line-height: 1.4; }

.galeri-strip-nav {
  position: absolute; top: 70px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border);
  background: #fff; color: var(--blue-600); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(20,16,15,.14);
}
.galeri-strip-nav:hover { background: var(--blue-600); color: #fff; border-color: var(--blue-600); }
.galeri-strip-prev { left: -20px; }
.galeri-strip-next { right: -20px; }
.galeri-strip-prev svg { transform: rotate(180deg); }

@media (max-width: 575.98px) {
  .galeri-strip-card { width: 210px; }
  .galeri-strip-nav { display: none; }
}

/* ---------- gallery page (grid + lightbox) ---------- */
.galeri-filter-btn {
  border: 1px solid var(--border); background: #fff; color: var(--text-600);
  font-weight: 600; font-size: 12.5px; padding: 9px 18px; border-radius: 100px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.galeri-filter-btn:hover { border-color: var(--blue-600); color: var(--blue-600); }
.galeri-filter-btn.is-active { background: var(--blue-600); border-color: var(--blue-600); color: #fff; }

.galeri-card {
  display: block; width: 100%; padding: 0; border: 0; background: none; text-align: left;
}
.galeri-card-media {
  position: relative; display: block; aspect-ratio: 4 / 3; border-radius: 14px; overflow: hidden; background: var(--bg-page);
}
.galeri-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.galeri-card-overlay {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(13,10,9,0); transition: background .25s ease;
}
.galeri-card-zoom {
  width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.18);
  border: 1.5px solid rgba(255,255,255,.7); display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(.85); transition: opacity .2s ease, transform .2s ease;
}
.galeri-card:hover .galeri-card-media img { transform: scale(1.08); }
.galeri-card:hover .galeri-card-overlay { background: rgba(13,10,9,.35); }
.galeri-card:hover .galeri-card-zoom { opacity: 1; transform: scale(1); }
.galeri-card-caption { display: block; padding: 12px 2px 0; }
.galeri-card-tag {
  display: inline-block; color: var(--blue-600); font-weight: 700; font-size: 10px;
  letter-spacing: .5px; text-transform: uppercase; margin-bottom: 4px;
}
.galeri-card-title {
  display: block; color: var(--text-900); font-weight: 700; font-size: 13px; line-height: 1.4;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.galeri-lightbox-content { border: 0; border-radius: 20px; overflow: hidden; }
.galeri-lightbox-close {
  position: absolute; top: 14px; right: 14px; z-index: 5;
  width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(13,10,9,.55); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.galeri-lightbox-close svg { transform: rotate(45deg); }
.galeri-lightbox-close:hover { background: var(--blue-600); }
.galeri-lightbox-media {
  display: flex; align-items: center; justify-content: center;
  background: var(--navy-950); min-height: 260px; max-height: 62vh; overflow: hidden;
}
.galeri-lightbox-media img { max-width: 100%; max-height: 62vh; width: auto; height: auto; object-fit: contain; display: block; }
.galeri-lightbox-body { padding: 22px 26px 26px; }
.galeri-lightbox-tag {
  color: var(--blue-600); font-weight: 700; font-size: 11px; letter-spacing: .8px;
  text-transform: uppercase; margin-bottom: 6px;
}
.galeri-lightbox-title { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 19px; color: var(--text-900); margin-bottom: 8px; }
.galeri-lightbox-desc { color: var(--text-600); font-size: 13.5px; line-height: 1.7; margin-bottom: 10px; }

@media (max-width: 575.98px) {
  .galeri-card-media { aspect-ratio: 1 / 1; }
}

/* ---------- informasi terbaru (homepage hero + list) ---------- */
.info-hero {
  display: flex; align-items: stretch; background: #fff; border: 1px solid var(--border);
  border-radius: 18px; overflow: hidden; box-shadow: 0 4px 16px rgba(20,16,15,.06);
  margin-bottom: 22px; text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease;
}
.info-hero:hover { box-shadow: 0 20px 44px rgba(20,16,15,.14); transform: translateY(-3px); }
.info-hero-img { flex: 0 0 50%; position: relative; overflow: hidden; background: var(--bg-page); min-height: 280px; }
.info-hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.info-hero:hover .info-hero-img img { transform: scale(1.05); }
.info-hero-body { flex: 1; min-width: 0; padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; }
.info-badge {
  align-self: flex-start; background: var(--blue-600); color: #fff; font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .6px; padding: 5px 13px; border-radius: 6px; margin-bottom: 14px;
  box-shadow: 0 4px 10px rgba(204,0,0,.25);
}
.info-hero-title {
  font-family: "Poppins", sans-serif; font-size: 23px; font-weight: 800; line-height: 1.32; color: var(--text-900) !important;
  margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.info-hero:hover .info-hero-title { color: var(--blue-600) !important; }
.info-hero-excerpt {
  font-size: 13.5px; line-height: 1.75; color: var(--text-600); margin: 0 0 20px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.info-more {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy-900); color: #fff; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .4px; padding: 12px 22px; border-radius: 10px;
  transition: background .2s ease, gap .2s ease;
}
.info-hero:hover .info-more { background: var(--blue-600); gap: 11px; }

.info-meta { font-size: 12px; color: var(--text-400); display: inline-flex; align-items: center; gap: 6px; }

.info-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; }
.info-item {
  display: flex; gap: 14px; align-items: stretch; background: #fff; border: 1px solid var(--border);
  border-radius: 14px; padding: 10px; text-decoration: none;
  box-shadow: 0 2px 10px rgba(20,16,15,.04); transition: box-shadow .22s ease, transform .22s ease;
}
.info-item:hover { box-shadow: 0 14px 30px rgba(20,16,15,.12); transform: translateY(-3px); }
.info-item-thumb { flex: none; width: 128px; height: 96px; border-radius: 10px; overflow: hidden; background: var(--bg-page); }
.info-item-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.info-item:hover .info-item-thumb img { transform: scale(1.08); }
.info-item-body { min-width: 0; display: flex; flex-direction: column; gap: 6px; padding: 2px 2px 2px 0; justify-content: center; }
.info-tag {
  align-self: flex-start; background: var(--blue-100); color: var(--blue-600); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .4px; padding: 4px 11px; border-radius: 20px;
}
.info-item-title {
  font-size: 13.5px; font-weight: 700; line-height: 1.4; color: var(--text-900);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.info-item:hover .info-item-title { color: var(--blue-600); }

@media (max-width: 991.98px) {
  .info-hero { flex-direction: column; }
  .info-hero-img { flex-basis: auto; height: 220px; min-height: 0; }
  .info-hero-body { padding: 24px 22px; }
  .info-hero-title { font-size: 20px; }
  .info-list { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .info-item-thumb { width: 100px; height: 80px; }
}

/* ---------- informasi list & detail pages ---------- */
.info-list-thumb { position: relative; height: 170px; background: var(--bg-page); overflow: hidden; }
.info-list-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.info-list-thumb .info-tag { position: absolute; left: 12px; top: 12px; background: #fff; box-shadow: 0 4px 10px rgba(20,16,15,.12); }
.info-article-body { font-size: 15px; line-height: 1.85; color: var(--text-600); }
.info-article-body p { margin-bottom: 18px; }

/* ---------- tombol bagikan (share) ---------- */
.share-buttons { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.share-label { font-size: 12.5px; font-weight: 700; color: var(--text-600); margin-right: 2px; }
.share-btn {
  width: 36px; height: 36px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page); color: var(--text-600); border: 1px solid var(--border);
  transition: background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
  cursor: pointer; position: relative;
}
.share-btn:hover { transform: translateY(-2px); }
.share-btn-whatsapp:hover { background: #25d366; border-color: #25d366; color: #fff; }
.share-btn-facebook:hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.share-btn-twitter:hover { background: #14171a; border-color: #14171a; color: #fff; }
.share-btn-linkedin:hover { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.share-btn-copy.is-copied { background: var(--blue-600); border-color: var(--blue-600); color: #fff; }
.share-btn-copy.is-copied::after {
  content: var(--copied-label, 'Copied'); position: absolute; bottom: 120%; left: 50%; transform: translateX(-50%);
  background: var(--navy-900); color: #fff; font-size: 11px; font-weight: 600; padding: 5px 10px;
  border-radius: 6px; white-space: nowrap; pointer-events: none;
}

/* stat cards */
.stat-float-inner {
  background: #fff; border-radius: 18px; box-shadow: 0 16px 36px rgba(20,16,15,.08);
  border: 1px solid var(--border);
  padding: 28px 12px;
}
.stat-value { font-size: 30px; font-weight: 800; font-family: "Poppins", sans-serif; color: var(--text-900); }
.stat-value.is-placeholder { font-style: italic; opacity: .55; }

.process-track { position: relative; }
.process-step-num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--blue-600); color: #fff;
  font-weight: 700; font-family: "Poppins", sans-serif;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}

.product-thumb {
  height: 150px; background: var(--bg-page);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.product-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }

.sector-chip { border: 1px solid var(--border); border-radius: 14px; transition: border-color .18s ease; }
.sector-chip:hover { border-color: var(--blue-600); }

/* ---------- klien kami (marquee logo strip) ---------- */
.klien-section { overflow: hidden; }
.klien-marquee-wrap { position: relative; overflow: hidden; }
.klien-marquee-wrap::before,
.klien-marquee-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.klien-marquee-wrap::before { left: 0; background: linear-gradient(to right, var(--bg-page), transparent); }
.klien-marquee-wrap::after  { right: 0; background: linear-gradient(to left, var(--bg-page), transparent); }
.klien-track {
  display: flex; gap: 24px; width: max-content;
  animation: klien-scroll 28s linear infinite;
}
.klien-track:hover { animation-play-state: paused; }
@keyframes klien-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.klien-logo-card {
  flex: 0 0 240px; height: 112px;
  background: #fff; border: 1.5px solid var(--border); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; padding: 14px 22px;
  box-shadow: 0 4px 14px rgba(20,16,15,.06);
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
  overflow: hidden;
}
.klien-logo-card:hover { box-shadow: 0 10px 28px rgba(20,16,15,.13); transform: translateY(-3px); border-color: var(--blue-600); }
.klien-logo-card img { max-width: 100%; max-height: 84px; object-fit: contain; display: block; }

@media (max-width: 575.98px) {
  .klien-marquee-wrap::before, .klien-marquee-wrap::after { width: 40px; }
  .klien-logo-card { flex: 0 0 180px; height: 88px; padding: 10px 16px; }
  .klien-logo-card img { max-height: 64px; }
}

/* ---------- klien pengguna produk (halaman detail produk) ---------- */
.produk-klien-card {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 18px 12px; height: 100%; text-decoration: none;
  transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}
.produk-klien-card:hover { box-shadow: 0 12px 28px rgba(20,16,15,.1); transform: translateY(-3px); border-color: var(--blue-600); }
.produk-klien-photo { display: flex; align-items: center; justify-content: center; height: 64px; width: 100%; }
.produk-klien-photo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.produk-klien-nama { font-size: 12.5px; font-weight: 700; color: var(--text-900); text-align: center; line-height: 1.4; }

.cta-band { background: linear-gradient(120deg, #ff5a5a 0%, var(--blue-600) 100%); }
.cta-band .btn-navy { background: #ffffff; color: var(--blue-600); }
.cta-band .btn-navy:hover { background: var(--navy-900); color: #ffffff; }
