/* ===== ASTAA premium redesign layer ===== */
:root {
  --bg: #f6f8fb;
  --bg2: #ffffff;
  --bg3: #edf3f8;
  --primary: #075985;
  --primary-glow: rgba(7, 89, 133, 0.16);
  --purple: #3157d5;
  --purple-glow: rgba(49, 87, 213, 0.14);
  --gold: #c47a12;
  --gold-glow: rgba(196, 122, 18, 0.18);
  --green: #0f8a5f;
  --text: #101828;
  --muted: #526070;
  --border: #d8e1ea;
  --glass: rgba(255, 255, 255, 0.76);
  --glass-border: rgba(255, 255, 255, 0.7);
  --radius: 8px;
  --radius-lg: 10px;
}

body {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4f8 42%, #f8fafc 100%);
}

section {
  padding: 6.5rem 0;
}

.container,
.nav-container,
.hero-content {
  max-width: 1180px;
}

.gradient-text {
  background: linear-gradient(135deg, #075985, #2563eb 52%, #c47a12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar {
  padding: 1rem 0;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
}

.nav-container {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(216, 225, 234, 0.72);
  border-radius: 8px;
  padding: 0.7rem 0.9rem 0.7rem 1rem;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(16, 24, 40, 0.06);
}

.nav-links {
  gap: 1.35rem;
}

.nav-links a {
  color: #344054;
}

.logo-text {
  letter-spacing: 0;
}

.nav-cta,
.btn-primary,
.plan-btn,
.btn-ghost {
  border-radius: 8px;
}

.btn-primary,
.nav-cta {
  background: linear-gradient(135deg, #075985 0%, #2563eb 54%, #c47a12 140%);
  box-shadow: 0 16px 32px rgba(7, 89, 133, 0.18);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.74);
  color: var(--primary);
  border-color: rgba(7, 89, 133, 0.18);
}

.hero {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(248, 251, 255, 0.98) 0%, rgba(235, 243, 249, 0.92) 52%, rgba(255, 248, 235, 0.7) 100%) !important;
}

.hero::before,
.hero::after {
  display: none !important;
}

.hero-content {
  padding-top: 7.8rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 89, 133, 0.18);
  color: #075985;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
  letter-spacing: 0.04em;
}

.hero-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.hero-title {
  max-width: 650px;
  font-size: clamp(2.55rem, 5vw, 4.15rem);
  margin-bottom: 0.55rem;
  letter-spacing: 0;
}

.hero-title,
.hero-subtitle,
.hero-desc,
.hero-btns,
.hero-proof,
.hero-stats {
  position: relative;
  z-index: 5;
}

.hero-subtitle {
  color: #9a5d0b;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.hero-desc {
  color: #344054;
  max-width: 610px;
  margin-bottom: 1.45rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: -1rem 0 1.4rem;
  animation: fadeSlideUp 0.8s 0.56s ease both;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(7, 89, 133, 0.12);
  background: rgba(255, 255, 255, 0.66);
  color: #344054;
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.hero-stats {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(216, 225, 234, 0.86);
  border-radius: 8px;
  padding: 0.95rem 1rem;
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.09);
  backdrop-filter: blur(18px);
}

.stat-num {
  color: #075985;
}

#globeCanvas {
  right: 1.5%;
  width: 33%;
  height: 48%;
  filter: drop-shadow(0 30px 60px rgba(7, 89, 133, 0.16));
}

.hero-command-center {
  position: absolute;
  z-index: 6;
  right: 3.4%;
  top: 15.5rem;
  bottom: auto;
  width: 248px;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 252, 0.76));
  box-shadow: 0 28px 70px rgba(16, 24, 40, 0.16);
  backdrop-filter: blur(18px);
}

.command-top {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

.command-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c47a12;
}

.command-top span:nth-child(2) {
  background: #0f8a5f;
}

.command-top span:nth-child(3) {
  background: #2563eb;
}

.command-top strong {
  margin-left: auto;
  color: #344054;
  font-size: 0.75rem;
}

.command-metric {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.2rem;
}

.command-metric small,
.command-metric em {
  color: #667085;
  font-style: normal;
  font-size: 0.72rem;
}

.command-metric b {
  grid-column: 1;
  color: #101828;
  font-family: 'Outfit', sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.command-metric em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #0f8a5f;
  background: rgba(15, 138, 95, 0.1);
  border-radius: 8px;
  padding: 0.25rem 0.45rem;
  font-weight: 800;
}

.command-bars {
  height: 64px;
  display: flex;
  align-items: end;
  gap: 0.55rem;
  margin: 0.75rem 0;
  padding: 0.75rem;
  background: rgba(7, 89, 133, 0.06);
  border-radius: 8px;
}

.command-bars i {
  flex: 1;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #2563eb, #075985);
}

.command-list {
  display: grid;
  gap: 0.45rem;
}

.command-list span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #475467;
  font-size: 0.76rem;
}

.command-list b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f8a5f;
}

.hero-flight-path {
  position: absolute;
  z-index: 6;
  right: 7.5%;
  top: 19%;
  width: 390px;
  height: 260px;
  pointer-events: none;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.hero-flight-path::before,
.hero-flight-path::after {
  content: "";
  position: absolute;
  inset: 18px 14px 28px;
  border-radius: 50%;
}

.hero-flight-path::before {
  border-top: 2px solid rgba(196, 122, 18, 0.62);
  border-right: 2px solid rgba(37, 99, 235, 0.38);
  filter: drop-shadow(0 0 10px rgba(196, 122, 18, 0.22));
}

.hero-flight-path::after {
  border-top: 1px dashed rgba(7, 89, 133, 0.3);
  transform: scale(0.82) translateY(30px);
}

.flight-plane {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #075985;
  font-family: "Segoe UI Symbol", Arial, sans-serif;
  font-size: 0;
  line-height: 1;
  text-shadow: 0 8px 20px rgba(7, 89, 133, 0.28);
  offset-path: ellipse(174px 104px at 50% 50%);
  offset-rotate: auto 24deg;
  animation: flight-route 7.5s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.flight-plane::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 34px rgba(7, 89, 133, 0.16);
  z-index: -1;
}

.flight-plane::after {
  content: "✈";
  position: absolute;
  z-index: 1;
  color: #075985;
  font-size: 1.55rem;
  filter: drop-shadow(0 8px 16px rgba(7, 89, 133, 0.28));
}

.flight-city {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 89, 133, 0.14);
  color: #075985;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.09);
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.flight-city::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f8a5f;
  box-shadow: 0 0 0 6px rgba(15, 138, 95, 0.12);
}

.city-origin {
  left: 12%;
  bottom: 26%;
}

.city-destination {
  right: 8%;
  top: 10%;
}

@keyframes flight-route {
  0% {
    offset-distance: 12%;
    opacity: 0;
    transform: scale(0.82);
  }

  10%,
  86% {
    opacity: 1;
  }

  48% {
    transform: scale(1.06);
  }

  100% {
    offset-distance: 88%;
    opacity: 0;
    transform: scale(0.82);
  }
}

.globe-tag {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(7, 89, 133, 0.15);
  color: #075985;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.1);
}

.section-tag {
  border-radius: 8px;
  background: rgba(7, 89, 133, 0.08);
  border-color: rgba(7, 89, 133, 0.16);
  letter-spacing: 0.08em;
}

.section-title {
  letter-spacing: 0;
}

.about,
.pricing,
.partners,
.contact {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(239, 244, 248, 0.72));
}

.about-card,
.feature-card,
.pricing-card,
.partner-badge,
.info-card,
.contact-form,
.about-showcase-img {
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
}

.about-card,
.feature-card,
.pricing-card,
.partner-badge,
.info-card,
.contact-form {
  border-color: rgba(216, 225, 234, 0.9);
}

.about-card::before {
  height: 3px;
  opacity: 1;
  background: linear-gradient(90deg, #075985, #0f8a5f, #c47a12);
}

.about-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 260px;
  padding: 2.2rem 1.7rem;
}

.about-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(7, 89, 133, 0.09), rgba(196, 122, 18, 0.08));
  border: 1px solid rgba(7, 89, 133, 0.1);
  font-size: 2rem;
}

.about-card h3 {
  max-width: 230px;
  margin: 0 auto 0.8rem;
  color: #172033;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.about-card p {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  color: #5b6778;
  font-size: 0.9rem;
  line-height: 1.72;
  text-align: left;
}

.feature-card {
  min-height: 210px;
}


.section-dark {
  background: linear-gradient(135deg, #082f49 0%, #075985 48%, #0f3b55 100%) !important;
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
  pointer-events: none;
}

.section-dark .container {
  position: relative;
  z-index: 1;
}

.section-dark .feature-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 18px 45px rgba(2, 6, 23, 0.22) !important;
  backdrop-filter: blur(16px);
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pricing-card.popular {
  transform: translateY(-14px);
  border-color: rgba(196, 122, 18, 0.72);
  box-shadow: 0 28px 70px rgba(196, 122, 18, 0.18);
}

.pricing-card.popular:hover {
  transform: translateY(-20px);
}

.plan-features {
  flex: 1;
}

.plan-btn {
  background: #f8fafc;
}

.popular-btn,
.popular-btn:hover {
  background: linear-gradient(135deg, #c47a12, #2563eb);
}

.partners-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.partner-badge {
  min-width: 0;
  padding: 1.35rem 1rem;
}

.about-showcase {
  gap: 3rem;
  background: #ffffff;
  border: 1px solid rgba(216, 225, 234, 0.9);
  border-radius: 8px;
  padding: 1.1rem;
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
}

.about-showcase-content {
  padding-right: 1rem;
}

.contact-wrapper {
  align-items: start;
}

.contact-form {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.form-group input,
.form-group select,
.form-group textarea {
  border-radius: 8px;
  background: #ffffff;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-command-center {
    display: none;
  }

  .hero-flight-path {
    right: 3%;
    width: 320px;
    height: 210px;
    opacity: 0.82;
  }
}

@media (max-width: 900px) {
  .nav-container {
    width: calc(100% - 1.5rem);
    border-radius: 8px;
    border: 1px solid rgba(216, 225, 234, 0.82);
    background: rgba(255, 255, 255, 0.86);
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid rgba(7, 89, 133, 0.18);
    background: rgba(255, 255, 255, 0.9);
    color: #075985;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.12);
    font-size: 1.45rem;
    line-height: 1;
  }

  .nav-container:has(.nav-links.open) {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .nav-container:has(.nav-links.open) .nav-logo {
    position: fixed;
    top: 1.1rem;
    left: 1.25rem;
    z-index: 10001;
  }

  .nav-container:has(.nav-links.open) .nav-toggle {
    position: fixed;
    top: 1rem;
    right: 1.1rem;
    z-index: 10002;
  }

  .nav-links.open {
    inset: 0;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    padding: 6.5rem 1.5rem 2rem;
    background:
      linear-gradient(180deg, rgba(248, 251, 255, 0.84), rgba(238, 244, 248, 0.78));
    backdrop-filter: blur(24px);
    justify-content: center;
    gap: 0.75rem;
    overflow-y: auto;
  }

  .nav-links.open::before {
    content: "";
    position: absolute;
    inset: 1.2rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 28px 80px rgba(16, 24, 40, 0.16);
    z-index: -1;
  }

  .nav-links.open a {
    width: min(280px, 82vw);
    padding: 0.82rem 1rem;
    border-radius: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(216, 225, 234, 0.86);
    color: #101828;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  }

  .nav-links.open a:hover {
    color: #075985;
    border-color: rgba(7, 89, 133, 0.28);
  }

  .nav-links.open a::after {
    display: none;
  }

  .hero-proof {
    justify-content: center;
    margin-top: -0.4rem;
  }

  .hero-flight-path {
    display: none;
  }

  #globeCanvas {
    width: 100%;
    height: 42vh;
    min-height: 300px;
    max-height: 430px;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 0.5rem;
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding-top: 6.2rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.popular {
    transform: none;
  }

  .pricing-card.popular:hover {
    transform: translateY(-6px);
  }

  .partners-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-showcase {
    padding: 0.8rem;
  }

  .about-showcase-content {
    padding: 0 0.4rem 0.6rem;
  }

  .hero-stats {
    margin-top: 0.75rem;
  }

  .whatsapp-fab {
    width: 44px;
    height: 44px;
  }

  #globeCanvas {
    height: 40vh;
    min-height: 280px;
  }
}
