* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #f7f9fc;
  color: #102033;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, 92%);
  margin: auto;
}

.top-strip {
  background: #06172e;
  color: #fff;
  font-size: 14px;
}

.top-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: 700;
}

.top-inner a {
  color: #ffc83d;
}

.site-header {
  background: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,.06);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-size: 26px;
  font-weight: 900;
  color: #0a58ca;
}

.brand span {
  color: #ffb300;
}

.menu {
  display: flex;
  gap: 34px;
  font-weight: 700;
}

.header-call {
  background: #0a58ca;
  color: #fff;
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 800;
}

.hero {
  padding: 90px 0;
  background:
    linear-gradient(135deg, rgba(6,23,46,.92), rgba(10,88,202,.72)),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}

.eyebrow,
.section-title span,
.split-content span,
.mini-title {
  color: #ffc83d;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
  margin: 18px 0;
}

.hero p {
  max-width: 620px;
  color: #e7efff;
  font-size: 18px;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 26px;
  border-radius: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-main {
  background: #ffc83d;
  color: #07182d;
}

.btn-dark {
  background: #fff;
  color: #0a58ca;
}

.hero-panel {
  background: #fff;
  color: #102033;
  padding: 34px;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.hero-panel h3 {
  font-size: 28px;
  margin-bottom: 22px;
}

.panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.hero-panel input,
.hero-panel select {
  width: 100%;
  border: 1px solid #dbe5f0;
  padding: 15px;
  border-radius: 10px;
}

.hero-panel button {
  width: 100%;
  margin-top: 18px;
  border: 0;
  background: #0a58ca;
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
}

.hero-panel a {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #0a58ca;
  font-weight: 900;
}

.stats {
  margin-top: -38px;
  position: relative;
  z-index: 5;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  overflow: hidden;
}

.stats-grid div {
  padding: 28px;
  border-right: 1px solid #edf1f6;
}

.stats-grid div:last-child {
  border-right: 0;
}

.stats-grid strong {
  display: block;
  font-size: 30px;
  color: #0a58ca;
}

.stats-grid span {
  font-weight: 800;
  color: #53657a;
}

.section {
  padding: 90px 0;
}

.section-title {
  margin-bottom: 38px;
}

.section-title.center {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-title h2,
.split-content h2,
.faq-grid h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1;
  margin: 12px 0;
}

.section-title p,
.split-content p,
.faq-grid p {
  color: #526477;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card {
  background: #fff;
  padding: 34px 26px;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(18,45,80,.08);
  border: 1px solid #e7eef7;
  transition: .3s;
}

.service-card:hover {
  transform: translateY(-8px);
}

.icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #eaf3ff;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.service-card h3 {
  margin-bottom: 10px;
}

.service-card p {
  color: #5c6d7d;
}

.split-section {
  background: #fff;
}

.split-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.image-stack {
  position: relative;
}

.image-stack img {
  height: 520px;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.float-card {
  position: absolute;
  right: -25px;
  bottom: 35px;
  background: #ffc83d;
  padding: 22px 28px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0,0,0,.2);
}

.float-card strong {
  display: block;
  font-size: 22px;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}

.check-list p {
  background: #f2f7ff;
  padding: 14px;
  border-radius: 12px;
  font-weight: 800;
  color: #0a58ca;
}

.destination-section {
  background: #eef5ff;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.route-card {
  min-height: 340px;
  border-radius: 24px;
  color: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.82));
}

.route-card h3,
.route-card p {
  position: relative;
}

.route-card h3 {
  font-size: 34px;
}

.london {
  background-image: url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=700&q=80");
}

.paris {
  background-image: url("https://images.unsplash.com/photo-1502602898657-3e91760cbb34?auto=format&fit=crop&w=700&q=80");
}

.dubai {
  background-image: url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=700&q=80");
}

.process {
  padding: 90px 0;
  background: #06172e;
  color: #fff;
}

.white span {
  color: #ffc83d;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.process-grid div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 34px;
  border-radius: 20px;
}

.process-grid b {
  color: #ffc83d;
  font-size: 30px;
}

.process-grid h3 {
  margin: 18px 0 8px;
}

.process-grid p {
  color: #d7e3f6;
}

.faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
}

details {
  background: #fff;
  padding: 22px 26px;
  border-radius: 16px;
  margin-bottom: 15px;
  border: 1px solid #e4edf7;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin-top: 12px;
}

.footer {
  background: #020b18;
  color: #fff;
  padding: 70px 0 25px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr 1.2fr;
  gap: 60px;
}

.footer p,
.footer a {
  color: #b7c5d8;
}

.footer a {
  display: block;
  margin: 8px 0;
}

.copy {
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #8fa2ba;
}

.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #ffc83d;
  color: #06172e;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(0,0,0,.2);
  z-index: 50;
}

@media (max-width: 980px) {
  .menu {
    display: none;
  }

  .hero-layout,
  .split-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .service-grid,
  .route-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .float-card {
    right: 15px;
  }
}

@media (max-width: 600px) {
  .top-inner {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }

  .header-call {
    display: none;
  }

  .brand {
    font-size: 22px;
  }

  .hero {
    padding: 60px 0;
  }

  .panel-grid,
  .stats-grid,
  .service-grid,
  .route-grid,
  .process-grid,
  .check-list {
    grid-template-columns: 1fr;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .image-stack img {
    height: 360px;
  }

  .section {
    padding: 65px 0;
  }
}


.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.68);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.popup-box {
  width: min(430px, 100%);
  background: #fff;
  padding: 38px 30px;
  border-radius: 22px;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.popup-box h2 {
  font-size: 32px;
  color: #0a58ca;
  margin-bottom: 12px;
}

.popup-box p {
  color: #526477;
  margin-bottom: 24px;
}

.popup-call {
  display: inline-flex;
  background: #ffc83d;
  color: #06172e;
  padding: 15px 24px;
  border-radius: 12px;
  font-weight: 900;
}

.close-popup {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #06172e;
}