/* ============================================================
   CHARTER PAGE STYLES — Extracted from charter.html mockup
   Page-specific overrides for the Air Charter page
   Scoped to #page-charter for specificity
   ============================================================ */

#page-charter {
  --onyx: #101010;
  --dim-grey: #6f6964;
  --harvest-gold: #d29839;
  --alabaster-grey: #dfe0e2;
}

/* --- CHARTER PAGE TYPOGRAPHY RULES --- */
#page-charter h1, #page-charter h2, #page-charter h3, #page-charter h4, #page-charter h5, #page-charter h6 {
  font-family: 'Instrument Sans', sans-serif !important;
}
#page-charter .section-tag, #page-charter .badge, #page-charter .banner-label, #page-charter .tag-syne {
  font-family: 'Syne', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em;
}

/* Page Hero styles */
#page-charter .page-hero {
  background: linear-gradient(135deg, var(--onyx) 0%, #1f1f1f 100%) !important;
  color: var(--alabaster-grey) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  padding: 40px 28px 48px !important;
}
#page-charter .page-hero::before {
  background-image: none !important;
}
#page-charter .page-hero h1 {
  color: #ffffff !important;
}
#page-charter .page-hero span {
  color: var(--harvest-gold) !important;
}
#page-charter .page-hero p {
  color: var(--alabaster-grey) !important;
}
#page-charter .page-hero .btn-primary {
  background: var(--harvest-gold) !important;
  color: #ffffff !important;
}
#page-charter .page-hero .btn-primary:hover {
  background: #bc822d !important;
  box-shadow: 0 4px 15px rgba(210, 152, 57, 0.4) !important;
}
#page-charter .page-hero a[href*="fleet"] {
  border-color: var(--harvest-gold) !important;
  color: var(--harvest-gold) !important;
}
#page-charter .page-hero a[href*="fleet"]:hover {
  background: var(--harvest-gold) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(210, 152, 57, 0.3) !important;
}

/* Stats strip */
#page-charter .stats-strip {
  background: #181818 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
#page-charter .stats-strip .stat-label {
  color: var(--dim-grey) !important;
}
#page-charter .stats-strip .stat-val {
  color: #ffffff !important;
}
#page-charter .stats-strip .stat-val-highlight {
  color: var(--harvest-gold) !important;
}
#page-charter .stats-strip .stat-divider {
  border-right-color: rgba(255,255,255,0.06) !important;
}

/* Services section */
#page-charter .services-section {
  background: var(--onyx) !important;
}
#page-charter .services-section h2 {
  color: #ffffff !important;
}
#page-charter .services-section .section-tag {
  color: var(--harvest-gold) !important;
}
#page-charter .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  #page-charter .services-grid {
    grid-template-columns: 1fr;
  }
}
#page-charter .services-section .service-card {
  background: linear-gradient(320deg, #d29839 0%, #ffeed3 100%) !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}
#page-charter .services-section .service-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(210, 152, 57, 0.35) !important;
}
#page-charter .services-section .service-card-title {
  color: #101010 !important;
  font-size: 32px !important;
  font-weight: normal !important;
  font-family: 'Instrument Serif', serif !important;
}
#page-charter .services-section .service-card-desc {
  color: rgba(16, 16, 16, 0.8) !important;
}

/* Memories section overrides for Charter page */
#page-charter .memories {
  background: linear-gradient(320deg, #16140f 0%, #190026 100%) !important;
}
#page-charter .memories .section-tag {
  color: var(--harvest-gold) !important;
}
#page-charter .memories h2 {
  color: #ffffff !important;
}
#page-charter .memories .slide-subcaption-row1 {
  color: var(--harvest-gold) !important;
}

/* Fleet section overrides */
#page-charter .fleet-section {
  background: var(--onyx) !important;
}
#page-charter .fleet-section .section-tag {
  color: var(--harvest-gold) !important;
}
#page-charter .fleet-section h2 {
  color: #ffffff !important;
}
#page-charter .fleet-tab {
  color: var(--alabaster-grey) !important;
  opacity: 0.6 !important;
}
#page-charter .fleet-tab.active {
  color: var(--harvest-gold) !important;
  border-bottom-color: var(--harvest-gold) !important;
  opacity: 1 !important;
}
#page-charter .fleet-tab:hover {
  color: var(--harvest-gold) !important;
  opacity: 1 !important;
}
#page-charter .aircraft-card-interactive {
  background: #181818 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}
#page-charter .aircraft-card-interactive:hover {
  border-color: var(--harvest-gold) !important;
  box-shadow: 0 12px 40px rgba(210, 152, 57, 0.2) !important;
}
#page-charter .registration-interactive {
  color: #ffffff !important;
}
#page-charter .aircraft-type-interactive {
  color: var(--dim-grey) !important;
}
#page-charter .reg-watermark-interactive {
  color: rgba(255, 255, 255, 0.02) !important;
}
#page-charter .spec-label-interactive {
  color: var(--harvest-gold) !important;
}
#page-charter .spec-value-interactive {
  color: #ffffff !important;
}
#page-charter .rule-interactive {
  background: var(--harvest-gold) !important;
  opacity: 0.5 !important;
}
#page-charter .btn-book-now {
  background: var(--harvest-gold) !important;
  color: #ffffff !important;
}
#page-charter .btn-book-now:hover {
  background: #bc822d !important;
}
#page-charter .btn-explore-more {
  border-color: var(--harvest-gold) !important;
  color: var(--harvest-gold) !important;
}
#page-charter .btn-explore-more:hover {
  background: var(--harvest-gold) !important;
  color: #ffffff !important;
}
#page-charter .fleet-nav-arrow {
  background: #181818 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--harvest-gold) !important;
}
#page-charter .fleet-nav-arrow:hover {
  background: var(--harvest-gold) !important;
  color: #ffffff !important;
  border-color: var(--harvest-gold) !important;
}

/* Header (Navbar) overrides */
#page-charter header {
  background-color: var(--onyx) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
#page-charter header .logo-img {
  filter: brightness(0) invert(1) !important;
}
#page-charter header nav ul li a {
  color: var(--alabaster-grey) !important;
}
#page-charter header nav ul li a:hover {
  color: var(--harvest-gold) !important;
}
#page-charter header nav ul li a.active {
  color: var(--harvest-gold) !important;
  border-bottom-color: var(--harvest-gold) !important;
}
#page-charter header .phone-link {
  color: var(--harvest-gold) !important;
}
#page-charter header .phone-link:hover {
  color: #ffffff !important;
}
#page-charter header .btn-primary {
  background: var(--harvest-gold) !important;
  color: #ffffff !important;
}
#page-charter header .btn-primary:hover {
  background: #bc822d !important;
}
#page-charter header .ds-hamburger {
  color: var(--harvest-gold) !important;
}

/* Mobile menu overrides */
#page-charter #mobile-menu {
  background: var(--onyx) !important;
  color: var(--alabaster-grey) !important;
}
#page-charter #mobile-menu .border-b {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#page-charter #mobile-menu img {
  filter: brightness(0) invert(1) !important;
}
#page-charter #mobile-menu button {
  color: var(--harvest-gold) !important;
}
#page-charter #mobile-menu nav a {
  color: var(--alabaster-grey) !important;
}
#page-charter #mobile-menu nav a:hover {
  color: var(--harvest-gold) !important;
}

/* Footer overrides */
#page-charter footer {
  background: var(--onyx) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}
#page-charter footer .footer-logo-svg {
  filter: brightness(0) invert(1) !important;
}
#page-charter footer .footer-column h4 {
  color: var(--harvest-gold) !important;
  font-family: 'Instrument Serif', serif !important;
  font-size: 20px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
#page-charter footer .footer-logo-desc,
#page-charter footer .footer-meta-info,
#page-charter footer .footer-copyright,
#page-charter footer .footer-bottom-links a {
  color: var(--dim-grey) !important;
}
#page-charter footer .footer-bottom-links a:hover {
  color: var(--harvest-gold) !important;
}
#page-charter footer .footer-nav-list a {
  color: var(--alabaster-grey) !important;
}
#page-charter footer .footer-nav-list a:hover {
  color: var(--harvest-gold) !important;
}
#page-charter footer .footer-contact-label {
  color: var(--dim-grey) !important;
}
#page-charter footer .footer-contact-value {
  color: #ffffff !important;
}
#page-charter footer a.footer-contact-item:hover .footer-contact-value {
  color: var(--harvest-gold) !important;
}
#page-charter footer .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.06) !important;
}

/* Large Size Fonts using Instrument Serif - Regular */
#page-charter h1,
#page-charter h2 {
  font-family: 'Instrument Serif', serif !important;
  font-weight: 400 !important;
}
#page-charter .page-hero h1 {
  font-size: clamp(48px, 6.5vw, 76px) !important;
  line-height: 1.05 !important;
}
#page-charter .services-section h2,
#page-charter .memories h2,
#page-charter .fleet-section h2 {
  font-size: clamp(36px, 5vw, 54px) !important;
  line-height: 1.1 !important;
}

/* Emergency call banner overrides */
#page-charter .emergency-call-banner {
  background: linear-gradient(320deg, #d29839 0%, #ffeed3 100%) !important;
}
#page-charter .emergency-call-banner .banner-label {
  color: #101010 !important;
}
#page-charter .emergency-call-banner .banner-link span {
  color: #101010 !important;
}
#page-charter .emergency-call-banner .banner-link svg {
  fill: #101010 !important;
}
#page-charter .emergency-call-banner .banner-socials a {
  background: rgba(16, 16, 16, 0.08) !important;
}
#page-charter .emergency-call-banner .banner-socials a:hover {
  background: rgba(16, 16, 16, 0.16) !important;
}
#page-charter .emergency-call-banner .banner-socials a svg {
  fill: #101010 !important;
}

body.mobile-menu-open {
  overflow: hidden;
}

#page-charter .floating-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#page-charter .floating-btn a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#page-charter .floating-btn a:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
}

#page-charter .floating-btn .call-icon {
  background: #d90000;
  color: #ffffff;
}

#page-charter .floating-btn .call-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

#page-charter .floating-btn .whatsapp-icon {
  background: #25d366;
}

#page-charter .floating-btn .whatsapp-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

#page-charter header .ds-hamburger {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  flex-shrink: 0;
}

#page-charter #mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1200 !important;
  display: none;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
}

#page-charter #mobile-menu:not(.hidden),
#page-charter #mobile-menu.is-open {
  display: flex !important;
}

#page-charter #mobile-menu.hidden {
  display: none !important;
}

#page-charter #mobile-menu nav a {
  padding: 12px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#page-charter #mobile-menu .mobile-drawer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  background: var(--harvest-gold);
  color: #101010 !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
}

@media (max-width: 768px) {
  #page-charter .nav-container {
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 16px !important;
  }
  #page-charter header nav {
    display: none !important;
  }
  #page-charter .logo-img {
    height: 36px !important;
    max-width: 158px;
  }
  #page-charter .nav-right {
    margin-left: auto;
    gap: 10px;
  }
  #page-charter header .phone-link {
    font-size: 14px !important;
    white-space: nowrap;
  }
  #page-charter header .btn-primary {
    padding: 10px 16px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }
  #page-charter .page-hero {
    padding: 32px 18px 36px !important;
  }
  #page-charter .page-hero .flex {
    flex-direction: column;
    align-items: stretch;
  }
  #page-charter .page-hero a {
    width: 100%;
  }
  #page-charter .stats-strip {
    padding: 0 16px !important;
  }
  #page-charter .stats-strip > div {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #page-charter .stats-strip > div > div {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(210, 152, 57, 0.18) !important;
    padding: 14px 10px !important;
  }
  #page-charter .services-section {
    padding: 56px 0 !important;
  }
  #page-charter .services-section .wrap {
    padding: 0 18px !important;
  }
}

@media (max-width: 640px) {
  #page-charter header .phone-link {
    display: none;
  }
}

@media (max-width: 480px) {
  #page-charter .nav-container {
    padding: 10px 12px !important;
  }
  #page-charter .logo-img {
    height: 32px !important;
    max-width: 145px;
  }
  #page-charter .page-hero {
    padding: 72px 16px 32px !important;
  }
  #page-charter .stats-strip {
    padding: 0 12px !important;
  }
  #page-charter .stats-strip > div {
    grid-template-columns: 1fr;
  }
  #page-charter #mobile-menu {
    padding: 16px;
  }
  #page-charter .floating-btn {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }
  #page-charter .floating-btn a {
    width: 50px;
    height: 50px;
  }
  #page-charter .floating-btn .call-icon svg,
  #page-charter .floating-btn .whatsapp-icon img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 380px) {
  #page-charter header .btn-primary {
    display: none;
  }
}
