/* ==========================================================================
   PT. INDO LOGISTICS EXPRESS - PREMIUM CORPORATE EXECUTIVE STYLESHEET
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --navy-950: #040D1A;
  --navy-900: #071327;
  --navy-800: #0B1D3A;
  --navy-700: #10264A;
  --navy-600: #193566;
  
  --blue-primary: #0066FF;
  --blue-accent: #0099FF;
  --blue-light: #EBF4FF;
  --blue-glow: rgba(0, 153, 255, 0.25);

  --orange-accent: #FF6B00;
  --gold-accent: #F59E0B;
  --emerald-green: #10B981;

  --gray-50: #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1E293B;
  --gray-900: #0F172A;
  --white: #FFFFFF;

  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --shadow-sm: 0 2px 6px rgba(7, 19, 39, 0.04);
  --shadow-md: 0 8px 20px rgba(7, 19, 39, 0.08);
  --shadow-lg: 0 16px 36px rgba(7, 19, 39, 0.12);
  --shadow-xl: 0 24px 48px rgba(4, 13, 26, 0.22);
  --shadow-glow: 0 0 25px rgba(0, 153, 255, 0.35);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--gray-700);
  background-color: var(--gray-50);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--gray-900);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

a {
  color: var(--blue-primary);
  text-decoration: none;
  transition: var(--transition-fast);
}

a:hover {
  color: var(--blue-accent);
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* TOP HEADER BAR */
.top-header {
  background: var(--navy-950);
  color: var(--gray-300);
  font-size: 0.84rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.top-header-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.top-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-info-item svg {
  width: 16px;
  height: 16px;
  fill: var(--blue-accent);
  flex-shrink: 0;
}

.phone-badge {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.25));
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.4);
  padding: 2px 10px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

/* MAIN NAVBAR */
.main-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gray-200);
  transition: var(--transition-normal);
}

.main-navbar.scrolled {
  box-shadow: var(--shadow-md);
  background: #FFFFFF;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.25);
  flex-shrink: 0;
  overflow: hidden;
}

.brand-icon img, .brand-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text-wrap {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: var(--navy-900);
  line-height: 1;
  white-space: nowrap;
}

.brand-title span {
  color: var(--blue-primary);
}

.brand-subtitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 700;
  margin-top: 4px;
  line-height: 1;
}

.brand-subtitle span {
  display: inline-block;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--gray-800);
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: var(--transition-fast);
}

.nav-link:hover,
.nav-link.active {
  color: var(--blue-primary);
}

.dropdown-arrow {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.nav-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-item.has-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--gray-200);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition-fast);
  z-index: 1200;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gray-800);
  transition: var(--transition-fast);
}

.dropdown-item:hover,
.dropdown-item.active {
  background: var(--blue-light);
  color: var(--blue-primary);
  padding-left: 24px;
}

.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-nav-toggle {
  display: none;
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  cursor: pointer;
  padding: 8px 14px;
  color: var(--navy-900);
  border-radius: var(--radius-md);
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 0.88rem;
}

.mobile-nav-toggle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* MOBILE DRAWER NAV */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(4, 13, 26, 0.75);
  backdrop-filter: blur(6px);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
}

.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -360px;
  width: 320px;
  max-width: 88vw;
  height: 100vh;
  background: var(--navy-900);
  color: var(--white);
  z-index: 1600;
  box-shadow: var(--shadow-xl);
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-drawer.open {
  right: 0;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.drawer-close {
  background: none;
  border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.mobile-nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav-link {
  color: var(--gray-200);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-nav-link.active {
  color: var(--blue-accent);
}

.mobile-submenu {
  display: none;
  padding-left: 16px;
  margin-bottom: 10px;
}

.mobile-submenu.open {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-submenu a {
  color: var(--gray-300);
  font-size: 0.92rem;
  padding: 6px 0;
  font-weight: 600;
}

.mobile-submenu a.active,
.mobile-submenu a:hover {
  color: var(--blue-accent);
}

/* STUNNING HERO BANNER WITH INTEGRATED REALISTIC PHOTO BACKGROUND */
.hero-section {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  color: var(--white);
  padding: 90px 0 100px;
  overflow: hidden;
  background-color: var(--navy-950);
}

.hero-bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.65) contrast(1.1);
  transform: scale(1.03);
  transition: transform 10s ease-out;
}

.hero-section:hover .hero-bg-photo {
  transform: scale(1.0);
}

.hero-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    rgba(4, 13, 26, 0.94) 0%, 
    rgba(7, 19, 39, 0.85) 50%, 
    rgba(11, 29, 58, 0.55) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 780px;
}

.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 153, 255, 0.18);
  border: 1px solid rgba(0, 153, 255, 0.4);
  color: var(--blue-accent);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}

.badge-tag::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-accent);
  box-shadow: 0 0 10px var(--blue-accent);
}

.hero-title {
  font-size: 3.2rem;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.hero-title span {
  background: linear-gradient(135deg, var(--white) 30%, var(--blue-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 1.15rem;
  color: var(--gray-300);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 680px;
}

/* FLOATING GLASS STATS GRID */
.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.glass-stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}

.stat-number span {
  color: var(--blue-accent);
}

.stat-label {
  font-size: 0.8rem;
  color: var(--gray-300);
  font-weight: 600;
  margin-top: 4px;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition-normal);
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue-primary), #0044B3);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0052CC, #003380);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 102, 255, 0.45);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--navy-900);
  border-color: var(--white);
}

.btn-accent {
  background: linear-gradient(135deg, var(--orange-accent), #E05E00);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
}

.btn-accent:hover {
  background: linear-gradient(135deg, #E05E00, #C24F00);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 1.05rem;
}

/* SECTION STYLING */
.section-padding {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.section-title {
  font-size: 2.3rem;
  color: var(--navy-900);
  margin-bottom: 12px;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--gray-600);
  line-height: 1.65;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* PREMIUM CARDS */
.card-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.card-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(0, 102, 255, 0.3);
}

.card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--navy-900), var(--blue-primary));
  opacity: 0;
  transition: var(--transition-fast);
}

.card-box:hover::before {
  opacity: 1;
}

/* FORMS */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--navy-900);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-control {
  padding: 12px 16px;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  outline: none;
  background-color: var(--gray-50);
  transition: var(--transition-fast);
}

.form-control:focus {
  border-color: var(--blue-primary);
  background-color: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.15);
}

/* MODAL */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(4, 13, 26, 0.8);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  background: var(--white);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 620px;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.modal-header {
  background: var(--navy-950);
  color: var(--white);
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  padding: 28px;
  overflow-y: auto;
}

.timeline {
  position: relative;
  padding-left: 28px;
  margin-top: 20px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 90%;
  background: var(--gray-200);
}

.timeline-step {
  position: relative;
  margin-bottom: 22px;
}

.timeline-dot {
  position: absolute;
  left: -28px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gray-200);
  border: 4px solid var(--white);
  box-shadow: var(--shadow-sm);
}

.timeline-step.completed .timeline-dot {
  background: var(--blue-primary);
}

.timeline-step.current .timeline-dot {
  background: var(--orange-accent);
  box-shadow: 0 0 12px var(--orange-accent);
}

/* FOOTER */
.footer {
  background-color: var(--navy-950);
  color: var(--gray-400);
  padding: 70px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 36px;
  margin-bottom: 45px;
}

.footer-heading {
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: var(--gray-400);
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--blue-accent);
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
}

/* RESPONSIVE BREAKPOINTS (TABLET & MOBILE HAMBURGER @1024PX) */
@media (max-width: 1024px) {
  .nav-menu, .nav-cta-group {
    display: none !important;
  }
  .mobile-nav-toggle {
    display: inline-flex !important;
  }
  .top-header {
    display: none;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .btn-lg {
    padding: 14px 24px;
    font-size: 0.98rem;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 55px 0;
  }
  .hero-section {
    padding: 60px 0 70px;
    min-height: 440px;
  }
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-desc {
    font-size: 1rem;
  }
  .hero-stats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-phones {
    text-align: center !important;
    align-items: center !important;
  }
  .btn {
    white-space: normal;
    text-align: center;
    max-width: 100%;
    word-break: break-word;
  }
  .btn-lg {
    padding: 14px 18px;
    font-size: 0.92rem;
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 18px;
  }
  .card-box {
    padding: 22px;
  }
  .hero-title {
    font-size: 1.85rem;
  }
}

/* RESPONSIVE TABLE TO STACKED CARDS FOR MOBILE & TABLET (<= 1024px) */
.table-desktop-view {
  display: block;
}

.table-mobile-cards-view {
  display: none;
}

@media (max-width: 1024px) {
  .table-desktop-view {
    display: none !important;
  }
  .table-mobile-cards-view {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
  }
}

/* NATIVE HTML5 ACCORDION STYLING */
details.faq-item summary::-webkit-details-marker,
details.faq-item summary::marker {
  display: none;
  content: "";
}

details.faq-item summary {
  list-style: none;
}

details.faq-item[open] {
  border-color: var(--blue-primary) !important;
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.15) !important;
}

details.faq-item[open] .faq-icon {
  color: var(--orange-accent) !important;
}
