/* AAI custom layer for OctoberCMS Travu theme */
:root {
  --aai-navy: #132033;
  --aai-navy-2: #07111d;
  --aai-orange: #f28c28;
  --aai-orange-2: #d97817;
  --aai-teal: #007f86;
  --aai-light: #f6f8fb;
  --aai-text: #2c3542;
  --aai-muted: #6c7684;
  --aai-border: #e6ebf1;
  --aai-topbar-h: 38px;
  --aai-mainnav-h: 88px;
  --aai-header-h: 126px;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--aai-text);
  background: #fff;
  padding-top: var(--aai-header-h) !important;
}

a { color: var(--aai-orange); }
a:hover, a:focus { color: var(--aai-orange-2); }

/* ==============================
   FIXED HEADER: TOPBAR + CLEAN NAV
   Important: do not use Bootstrap navbar classes here.
================================= */
.aai-site-header,
#aai-site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  height: var(--aai-header-h) !important;
  background: var(--aai-navy) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
  transform: none !important;
}

.aai-site-header *,
#aai-site-header * {
  box-sizing: border-box;
}

/* Kill Travu/headroom auto hide behavior */
.aai-site-header.slideUp,
.aai-site-header.slideDown,
.aai-site-header.headroom,
.aai-site-header.headroom--top,
.aai-site-header.headroom--not-top,
.aai-site-header.headroom--pinned,
.aai-site-header.headroom--unpinned,
.headroom,
.headroom--pinned,
.headroom--unpinned,
.slideUp,
.slideDown {
  top: 0 !important;
  transform: none !important;
}

.aai-header-container {
  max-width: 1160px;
}

.aai-topbar {
  height: var(--aai-topbar-h) !important;
  min-height: var(--aai-topbar-h) !important;
  max-height: var(--aai-topbar-h) !important;
  background: var(--aai-navy-2) !important;
  color: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
}

.aai-topbar-inner {
  height: var(--aai-topbar-h) !important;
  min-height: var(--aai-topbar-h) !important;
  max-height: var(--aai-topbar-h) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.aai-topbar-email,
.aai-topbar-lang {
  height: var(--aai-topbar-h) !important;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.aai-topbar-email a,
.aai-topbar-lang a {
  color: rgba(255,255,255,.94) !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.aai-topbar-email i {
  color: rgba(255,255,255,.94);
  line-height: 1;
}

.aai-topbar-lang span { color: rgba(255,255,255,.55); }
.aai-topbar-lang a.active,
.aai-topbar-lang a:hover,
.aai-topbar-email a:hover { color: #fff !important; }

/* Main nav - exact height and vertical centering */
.aai-mainnav {
  height: var(--aai-mainnav-h) !important;
  min-height: var(--aai-mainnav-h) !important;
  max-height: var(--aai-mainnav-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--aai-navy) !important;
  background-image: none !important;
  box-shadow: none !important;
}

.aai-nav-inner {
  height: var(--aai-mainnav-h) !important;
  min-height: var(--aai-mainnav-h) !important;
  max-height: var(--aai-mainnav-h) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
}

.aai-brand {
  height: var(--aai-mainnav-h) !important;
  min-height: var(--aai-mainnav-h) !important;
  max-height: var(--aai-mainnav-h) !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  background: none !important;
  text-decoration: none !important;
}

.aai-brand img {
  display: block !important;
  height: 52px !important;
  max-height: 52px !important;
  width: auto !important;
  max-width: 170px !important;
  background: #fff;
  padding: 6px 10px;
  border-radius: 11px;
  margin: 0 !important;
}

.aai-navigation {
  height: var(--aai-mainnav-h) !important;
  min-height: var(--aai-mainnav-h) !important;
  max-height: var(--aai-mainnav-h) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 1 auto !important;
}

.aai-nav-menu {
  height: var(--aai-mainnav-h) !important;
  min-height: var(--aai-mainnav-h) !important;
  max-height: var(--aai-mainnav-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0 !important;
}

.aai-nav-menu:before,
.aai-nav-menu:after {
  display: none !important;
  content: none !important;
}

.aai-nav-menu > li {
  height: var(--aai-mainnav-h) !important;
  min-height: var(--aai-mainnav-h) !important;
  max-height: var(--aai-mainnav-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
}

.aai-nav-menu > li > a {
  height: var(--aai-mainnav-h) !important;
  min-height: var(--aai-mainnav-h) !important;
  max-height: var(--aai-mainnav-h) !important;
  margin: 0 !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #f4f6f8 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .15px;
  line-height: 1 !important;
  white-space: nowrap;
}

.aai-nav-menu > li.active > a,
.aai-nav-menu > li > a:hover,
.aai-nav-menu > li > a:focus {
  color: #fff !important;
  background: #4b382c !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* ==============================
   HOME HERO: STATIC, FULL FIRST SCREEN
================================= */
#head.aai-single-hero,
.aai-home-head.aai-single-hero,
.aai-single-hero {
  min-height: calc(100vh - var(--aai-header-h)) !important;
  height: calc(100vh - var(--aai-header-h)) !important;
  padding-top: 0 !important;
  margin: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #111827 !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#head.aai-single-hero {
  background-image: linear-gradient(rgba(5,16,31,.52), rgba(5,16,31,.62)), url('../images/aai/jalan-tol-slide-1.png') !important;
}

.aai-single-hero .container,
.aai-hero-container {
  position: relative;
  z-index: 2;
  padding-top: 0 !important;
}

#head.aai-single-hero .lead,
.aai-single-hero .lead {
  max-width: 960px;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0,0,0,.48);
}

#head.aai-single-hero .tagline,
.aai-single-hero .tagline {
  max-width: 820px;
  margin: 0 auto 32px;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0 3px 12px rgba(0,0,0,.38);
}

.aai-hero-actions {
  margin: 0;
}

#head.aai-single-hero .btn,
.aai-single-hero .btn {
  min-width: 220px;
  height: 50px;
  margin: 5px 4px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
}

#head.aai-single-hero .btn-default,
.aai-single-hero .btn-default {
  color: rgba(255,255,255,.76);
  border: 2px solid rgba(255,255,255,.55);
  background: transparent;
}

#head.aai-single-hero .btn-default:hover,
.aai-single-hero .btn-default:hover {
  color: var(--aai-navy);
  background: #fff;
  border-color: #fff;
}

#head.aai-single-hero .btn-action,
.aai-single-hero .btn-action {
  color: #fff !important;
  border: 2px solid #ff8a13;
  background: #ff8a13;
}

#head.aai-single-hero .btn-action:hover,
.aai-single-hero .btn-action:hover {
  background: #e77708;
  border-color: #e77708;
}

/* Disable previous carousel styles when only one hero image is used */
.aai-home-carousel,
.aai-home-carousel .carousel-inner,
.aai-home-carousel .item {
  height: auto !important;
  min-height: 0 !important;
}

/* Default page top spacer */
#head.secondary.aai-page-head,
#head.secondary {
  height: 70px;
  min-height: 70px;
  padding-top: 0 !important;
  background: var(--aai-navy) !important;
}

/* ==============================
   CONTENT COMPONENTS
================================= */
.aai-home-intro {
  padding-top: 44px;
  padding-bottom: 10px;
}

.aai-home-intro h2 {
  color: var(--aai-navy);
  font-weight: 700;
}

.aai-home-intro p {
  max-width: 860px;
  margin: 15px auto 0;
  font-size: 17px;
  line-height: 1.75;
}

.aai-home-highlight {
  margin-bottom: 0;
}

.aai-home-highlight .highlight i {
  color: var(--aai-orange);
}

.aai-home-panels h3,
.aai-home-map-box h3 {
  color: var(--aai-navy);
  font-weight: 700;
}

.aai-home-panels p,
.aai-home-map-box p {
  color: var(--aai-muted);
  line-height: 1.75;
}

.aai-home-map-box {
  background: #f5f7fa;
  border: 1px solid var(--aai-border);
}

.aai-home-map-box img {
  box-shadow: 0 14px 35px rgba(19,32,51,.10);
  background: #fff;
}

.aai-home-map-box .pill,
.supply-caption .pill {
  display: inline-block;
  background: #eef7f7;
  color: var(--aai-teal);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  margin: 4px 3px;
}

.section-aai {
  padding: 64px 0 76px;
}

.section-soft { background: var(--aai-light); }
.section-dark { background: var(--aai-navy); color: #eaf0f7; }

.section-title {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--aai-navy);
  font-weight: 800;
  font-size: 34px;
}

.section-dark .section-title { color: #fff; }

.section-subtitle {
  color: var(--aai-muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 820px;
}

.section-dark .section-subtitle { color: rgba(255,255,255,.7); }

.aai-eyebrow {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(242,140,40,.14);
  color: #c76710;
  border: 1px solid rgba(242,140,40,.35);
  font-weight: 800;
  letter-spacing: .5px;
  font-size: 12px;
  text-transform: uppercase;
}

.card-aai {
  background: #fff;
  border: 1px solid var(--aai-border);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(19,32,51,.08);
  padding: 28px;
  margin-bottom: 24px;
}

.card-aai h3,
.card-aai h4 {
  color: var(--aai-navy);
  font-weight: 800;
}

.stat-card { min-height: 172px; }
.stat-card .num {
  display: block;
  font-size: 32px;
  color: var(--aai-teal);
  font-weight: 800;
  margin-bottom: 4px;
}
.stat-card p { color: var(--aai-muted); }

.board-list { margin: 0; padding: 0; list-style: none; }
.board-list li {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--aai-border);
}
.board-list .role { flex: 0 0 180px; color: var(--aai-muted); font-weight: 700; }
.board-list .name { color: var(--aai-navy); font-weight: 800; }

.timeline { position: relative; padding-left: 25px; }
.timeline:before { content: ''; position: absolute; left: 7px; top: 0; bottom: 0; width: 2px; background: var(--aai-border); }
.timeline-item { position: relative; margin-bottom: 22px; }
.timeline-item:before { content: ''; width: 14px; height: 14px; border-radius: 50%; background: var(--aai-orange); position: absolute; left: -25px; top: 5px; }
.timeline-item h4 { margin-top: 0; }

.supply-map-wrap {
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(19,32,51,.09);
  border: 1px solid var(--aai-border);
}
.supply-map-wrap img { border-radius: 14px; width: 100%; }
.supply-caption { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
}

.member-card {
  background: #fff;
  border: 1px solid var(--aai-border);
  border-radius: 18px;
  padding: 22px 18px;
  min-height: 182px;
  box-shadow: 0 12px 30px rgba(19,32,51,.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.member-card img {
  max-height: 72px;
  max-width: 170px;
  object-fit: contain;
  margin-bottom: 17px;
}

.member-card strong { color: var(--aai-navy); font-size: 15px; line-height: 1.35; }
.member-placeholder {
  width: 82px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, #3867b7, #5a88d8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 17px;
}

.region-tabs { margin: 22px 0; }
.region-tabs button {
  border: 1px solid var(--aai-border);
  background: #fff;
  color: var(--aai-navy);
  border-radius: 999px;
  padding: 9px 14px;
  margin: 4px;
  font-weight: 700;
}
.region-tabs button.active,
.region-tabs button:hover { background: var(--aai-teal); color: #fff; border-color: var(--aai-teal); }
.region-result { background: #fff; border-radius: 18px; border: 1px solid var(--aai-border); padding: 22px; }

.contact-panel {
  background: var(--aai-navy);
  color: #fff;
  border-radius: 22px;
  padding: 32px;
}
.contact-panel a { color: #fff; text-decoration: underline; }
.contact-list { padding: 0; list-style: none; margin: 20px 0 0; }
.contact-list li { margin-bottom: 14px; }
.form-control { border-radius: 10px; min-height: 44px; box-shadow: none; border-color: #d7dee8; }
textarea.form-control { min-height: 150px; }

.aai-video-card { overflow: hidden; }
.aai-video-card h2 { color: var(--aai-navy); font-weight: 800; margin-top: 14px; }
.aai-video-card p { color: var(--aai-muted); line-height: 1.75; }
.aai-video-wrap {
  background: #091321;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(19,32,51,.18);
}
.aai-video-wrap video { display: block; width: 100%; height: auto; max-height: 440px; background: #000; }

.btn-aai {
  background: var(--aai-orange);
  border-color: var(--aai-orange);
  color: #fff !important;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(242,140,40,.25);
}
.btn-aai:hover { background: var(--aai-orange-2); border-color: var(--aai-orange-2); }
.btn-aai-outline {
  color: #fff!important;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
}
.btn-aai-outline:hover { background: rgba(255,255,255,.16); }

/* ==============================
   FOOTER
================================= */
.footer1 { background: #111b2a; color: rgba(255,255,255,.72); }
.footer1 .widget-title { color: #fff; font-weight: 800; }
.footer2 { background: #0a111c; color: rgba(255,255,255,.56); }
.footer2 a,
.footer1 a { color: rgba(255,255,255,.86); }
.footer-brand img {
  max-width: 190px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  margin-bottom: 14px;
}

/* ==============================
   SCROLL TO TOP
================================= */
.aai-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--aai-orange);
  color: #fff;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0,0,0,.20);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, background .22s ease;
}
.aai-scroll-top:hover,
.aai-scroll-top:focus { background: var(--aai-orange-2); color: #fff; outline: none; }
.aai-scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* ==============================
   RESPONSIVE
================================= */
@media (max-width: 991px) {
  :root {
    --aai-topbar-h: 38px;
    --aai-mainnav-h: 82px;
    --aai-header-h: 120px;
  }
  .aai-nav-inner { gap: 14px; }
  .aai-nav-menu > li > a,
  .navbar-inverse .navbar-nav.aai-nav-menu > li > a {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
  }
  .member-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  #head.aai-single-hero .lead,
  .aai-single-hero .lead { font-size: 36px; }
}

@media (max-width: 767px) {
  :root {
    --aai-topbar-h: 48px;
    --aai-mainnav-h: 78px;
    --aai-header-h: 126px;
  }
  .aai-topbar-inner {
    align-items: center;
  }
  .aai-mainnav .navbar-brand.aai-brand img,
  .navbar-brand.aai-brand img { height: 44px; }
  .aai-nav-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1px;
  }
  .aai-nav-menu,
  .navbar-nav.aai-nav-menu {
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: max-content;
  }
  .aai-nav-menu > li > a,
  .navbar-inverse .navbar-nav.aai-nav-menu > li > a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 13px;
  }
  #head.aai-single-hero .lead,
  .aai-single-hero .lead { font-size: 30px !important; }
  #head.aai-single-hero .tagline,
  .aai-single-hero .tagline { font-size: 15px; }
  #head.aai-single-hero .btn,
  .aai-single-hero .btn { min-width: 155px; height: 46px; padding: 0 18px; }
  .section-aai { padding: 54px 0; }
  .member-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .board-list li { display: block; }
  .board-list .role { display: block; margin-bottom: 4px; }
  .aai-scroll-top { right: 15px; bottom: 15px; width: 42px; height: 42px; line-height: 42px; font-size: 25px; }
}

@media (max-width: 480px) {
  :root {
    --aai-topbar-h: 52px;
    --aai-mainnav-h: 74px;
    --aai-header-h: 126px;
  }
  .aai-topbar-inner { gap: 6px; }
  .aai-topbar-email { font-size: 12px; }
  .aai-nav-inner { gap: 10px; }
  .aai-nav-menu > li > a,
  .navbar-inverse .navbar-nav.aai-nav-menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .member-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   AAI FINAL PATCH: PAGE SUBHEADER, CLEAN NAV PAGE, MAP
   This block intentionally overrides older Travu rules.
===================================================== */

/* Remove old secondary head spacing if any old layout still calls it */
#head.secondary,
#head.secondary.aai-page-head {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* Header/Nav final vertical alignment */
.aai-site-header,
#aai-site-header {
  height: var(--aai-header-h) !important;
  overflow: visible !important;
}

.aai-mainnav,
.aai-nav-inner,
.aai-navigation,
.aai-nav-menu,
.aai-nav-menu > li,
.aai-nav-menu > li > a {
  box-sizing: border-box !important;
}

.aai-nav-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.aai-brand,
.aai-navigation {
  display: flex !important;
  align-items: center !important;
}

.aai-nav-menu {
  display: flex !important;
  align-items: stretch !important;
}

.aai-nav-menu > li {
  display: flex !important;
  align-items: stretch !important;
}

.aai-nav-menu > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Page subheader with breadcrumb */
.aai-page-subheader {
  min-height: 178px;
  padding: 42px 0 38px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #2f86e8 0%, #348cf0 55%, #2f7fdb 100%);
  position: relative;
  overflow: hidden;
}

.aai-page-subheader:before,
.aai-page-subheader:after {
  content: '';
  position: absolute;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  pointer-events: none;
}

.aai-page-subheader:before {
  width: 140px;
  height: 140px;
  left: 11%;
  top: -34px;
  box-shadow: 70px 50px 0 rgba(255,255,255,.06), 520px 112px 0 rgba(255,255,255,.07), 910px 46px 0 rgba(255,255,255,.06);
}

.aai-page-subheader:after {
  width: 96px;
  height: 96px;
  right: 11%;
  bottom: -26px;
  box-shadow: -390px -16px 0 rgba(255,255,255,.06);
}

.aai-page-subheader .container {
  position: relative;
  z-index: 2;
}

.aai-page-subheader h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.aai-sub-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.92);
  font-size: 20px;
  font-weight: 700;
}

.aai-sub-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aai-sub-breadcrumb li + li:before {
  content: '/';
  color: rgba(255,255,255,.72);
  font-weight: 700;
}

.aai-sub-breadcrumb a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.aai-sub-breadcrumb a:hover {
  color: #fff4e8 !important;
}

.aai-page-content {
  padding-top: 62px;
}

/* Google map supply section */
.aai-supply-section {
  margin-top: 52px;
}

.aai-supply-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.aai-map-summary {
  flex: 0 0 250px;
  border-radius: 18px;
  padding: 20px 22px;
  background: #132033;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(19,32,51,.16);
}

.aai-map-summary strong,
.aai-map-summary span {
  display: block;
}

.aai-map-summary strong {
  font-size: 22px;
  margin-bottom: 4px;
}

.aai-map-summary span {
  color: rgba(255,255,255,.76);
  line-height: 1.45;
}

.aai-google-map-wrap {
  width: 100%;
  background: #ffffff;
  border: 1px solid var(--aai-border);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 18px 42px rgba(19,32,51,.10);
}

.aai-google-map {
  width: 100%;
  height: 540px;
  min-height: 540px;
  border-radius: 16px;
  overflow: hidden;
  background: #eef3f8;
}

.aai-map-api-note {
  margin-top: 12px;
  color: var(--aai-muted);
  font-size: 13px;
  line-height: 1.5;
}

.aai-map-api-note code {
  color: #bf5d00;
  background: #fff5eb;
  border: 1px solid #ffd7ae;
  border-radius: 6px;
  padding: 2px 6px;
}

.aai-region-filter {
  margin: 24px 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aai-region-filter button {
  border: 1px solid var(--aai-border);
  background: #ffffff;
  color: var(--aai-navy);
  border-radius: 999px;
  padding: 10px 17px;
  font-weight: 800;
  line-height: 1;
  transition: all .18s ease;
}

.aai-region-filter button.active,
.aai-region-filter button:hover,
.aai-region-filter button:focus {
  background: var(--aai-orange);
  border-color: var(--aai-orange);
  color: #ffffff;
  outline: none;
  box-shadow: 0 10px 20px rgba(242,140,40,.20);
}

.aai-supply-result {
  border: 1px solid var(--aai-border);
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 12px 30px rgba(19,32,51,.06);
}

.aai-supply-result h4 {
  margin: 0 0 8px;
  color: var(--aai-navy);
  font-weight: 800;
}

.aai-supply-result p {
  margin: 0;
  color: var(--aai-muted);
  line-height: 1.75;
}

@media (max-width: 991px) {
  .aai-page-subheader {
    min-height: 150px;
    padding: 34px 0;
  }
  .aai-page-subheader h1 {
    font-size: 27px;
  }
  .aai-sub-breadcrumb {
    font-size: 17px;
  }
  .aai-supply-head {
    display: block;
  }
  .aai-map-summary {
    margin-top: 18px;
    max-width: 340px;
  }
  .aai-google-map {
    height: 440px;
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  .aai-page-subheader {
    min-height: 132px;
    padding: 28px 0;
  }
  .aai-page-subheader h1 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .aai-sub-breadcrumb {
    font-size: 15px;
  }
  .aai-page-content {
    padding-top: 44px;
  }
  .aai-google-map {
    height: 360px;
    min-height: 360px;
  }
  .aai-region-filter button {
    padding: 9px 13px;
    font-size: 12px;
  }
}

/* =====================================================
   AAI FINAL PATCH: SUBHEADER MATCH DARK THEME
   Replace the previous blue subheader with AAI navy/orange theme.
===================================================== */
.aai-page-subheader {
  min-height: 150px !important;
  padding: 34px 0 30px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: linear-gradient(90deg, rgba(7,17,31,.96) 0%, rgba(19,32,51,.94) 52%, rgba(75,56,44,.90) 100%), url('../images/aai/jalan-tol-slide-1.png') center center/cover no-repeat !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  border-bottom: 4px solid var(--aai-orange) !important;
}

.aai-page-subheader:before,
.aai-page-subheader:after {
  display: none !important;
  content: none !important;
}

.aai-page-subheader .container {
  position: relative !important;
  z-index: 2 !important;
}

.aai-page-subheader h1 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .2px !important;
}

.aai-sub-breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.aai-sub-breadcrumb li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.aai-sub-breadcrumb li + li:before {
  content: '/' !important;
  color: rgba(255,255,255,.55) !important;
  font-weight: 700 !important;
}

.aai-sub-breadcrumb a {
  color: var(--aai-orange) !important;
  text-decoration: none !important;
}

.aai-sub-breadcrumb a:hover {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .aai-page-subheader {
    min-height: 132px !important;
    padding: 28px 0 26px !important;
  }
  .aai-page-subheader h1 {
    font-size: 26px !important;
  }
  .aai-sub-breadcrumb {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .aai-page-subheader {
    min-height: 116px !important;
    padding: 24px 0 22px !important;
  }
  .aai-page-subheader h1 {
    font-size: 23px !important;
    margin-bottom: 10px !important;
  }
  .aai-sub-breadcrumb {
    font-size: 14px !important;
  }
}
/* ==============================
   SUPPLY MAP 50 / 50
================================= */

.aai-map-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
    margin-top: 32px;
}

.aai-map-left,
.aai-map-right {
    min-width: 0;
}

.aai-google-map-wrap {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #f3f6fa;
    box-shadow: 0 16px 40px rgba(10, 24, 44, 0.12);
}

.aai-google-map {
    width: 100%;
    height: 620px;
    min-height: 620px;
}

.aai-map-right {
    background: #ffffff;
    border: 1px solid #e4e9f0;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 16px 40px rgba(10, 24, 44, 0.08);
}

.aai-map-right h3 {
    margin: 10px 0 12px;
    color: #07111f;
    font-size: 24px;
    font-weight: 800;
}

.aai-map-right p {
    margin-bottom: 22px;
    color: #516070;
    line-height: 1.7;
}

.aai-region-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 22px;
}

.aai-region-filter button {
    width: 100%;
    border: 1px solid #dce3ec;
    background: #f8fafc;
    color: #132033;
    border-radius: 10px;
    padding: 13px 14px;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.aai-region-filter button:hover,
.aai-region-filter button.active {
    background: #4b382c;
    border-color: #4b382c;
    color: #ffffff;
}

.aai-supply-result {
    border-top: 1px solid #e4e9f0;
    padding-top: 18px;
    color: #516070;
    font-size: 14px;
    line-height: 1.7;
}

.aai-supply-result strong {
    color: #07111f;
}

@media (max-width: 991px) {
    .aai-map-layout {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .aai-google-map {
        height: 520px;
        min-height: 520px;
    }

    .aai-map-right {
        padding: 24px;
    }

    .aai-region-filter {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .aai-map-layout {
        grid-template-columns: 1fr;
    }

    .aai-google-map {
        height: 420px;
        min-height: 420px;
    }

    .aai-map-right {
        padding: 22px;
    }

    .aai-region-filter {
        grid-template-columns: 1fr;
    }
}
/* ==============================
   SUPPLY MAP COMPACT LAYOUT
================================= */

.aai-map-layout-compact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: stretch;
    margin-top: 24px;
}

.aai-map-left,
.aai-map-filter-box {
    min-width: 0;
}

.aai-google-map-wrap {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: #f3f6fa;
    box-shadow: 0 8px 24px rgba(10, 24, 44, 0.10);
}

.aai-google-map {
    width: 100%;
    height: 300px;
    min-height: 300px;
}

.aai-map-filter-box {
    background: #ffffff;
    border: 1px solid #e4e9f0;
    border-radius: 0;
    padding: 22px 28px;
    box-shadow: 0 8px 24px rgba(10, 24, 44, 0.08);
}

.aai-map-filter-box h3 {
    margin: 8px 0 10px;
    color: #07111f;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.aai-map-filter-box p {
    margin: 0 0 20px;
    color: #34495e;
    font-size: 14px;
    line-height: 1.6;
}

.aai-region-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.aai-region-filter button {
    width: 100%;
    min-height: 41px;
    border: 1px solid #dce3ec;
    background: #f8fafc;
    color: #07111f;
    border-radius: 7px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.aai-region-filter button:hover,
.aai-region-filter button.active {
    background: #4b382c;
    border-color: #4b382c;
    color: #ffffff;
}

.aai-supply-result-compact {
    margin-top: 14px;
    padding: 0;
    color: #111111;
}

.aai-supply-result-compact h4 {
    margin: 0 0 12px;
    color: #07111f;
    font-size: 16px;
    font-weight: 900;
}

.aai-supply-result-compact .aai-supply-count {
    margin: 0 0 12px;
    color: #111111;
    font-size: 14px;
    font-weight: 900;
}

.aai-supply-result-compact .aai-supply-city-list {
    margin: 0;
    color: #111111;
    font-size: 12.5px;
    line-height: 1.65;
    font-weight: 400;
}

/* Tablet */
@media (max-width: 991px) {
    .aai-map-layout-compact {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .aai-google-map {
        height: 280px;
        min-height: 280px;
    }

    .aai-map-filter-box {
        padding: 20px;
    }

    .aai-map-filter-box h3 {
        font-size: 21px;
    }

    .aai-region-filter button {
        font-size: 12px;
        padding: 8px 8px;
    }
}

/* Phone */
@media (max-width: 767px) {
    .aai-map-layout-compact {
        grid-template-columns: 1fr;
    }

    .aai-google-map {
        height: 260px;
        min-height: 260px;
    }

    .aai-map-filter-box {
        padding: 18px;
    }

    .aai-region-filter {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .aai-supply-result-compact .aai-supply-city-list {
        font-size: 12px;
        line-height: 1.6;
    }
}