@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
  --night-900: #0a1018;
  --night-800: #101a25;
  --night-700: #1a2a3d;
  --text-strong: #f8fbff;
  --text-soft: #c8d4e3;
  --line: rgba(255, 255, 255, 0.2);
  --glass: rgba(13, 22, 34, 0.5);
  --accent: #2dd4bf;
  --accent-strong: #0ea5a2;
  --detail-bg: #f1f4f8;
  --detail-text: #1c2835;
  --detail-line: #d5dfeb;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--detail-text);
  background: var(--detail-bg);
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.home-page {
  color: var(--text-strong);
}

.hero-screen {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background-image:
    linear-gradient(120deg, rgba(7, 12, 20, 0.82), rgba(10, 23, 38, 0.62)),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=2200&q=80");
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 85%, rgba(45, 212, 191, 0.2), transparent 38%),
    radial-gradient(circle at 87% 14%, rgba(44, 130, 201, 0.2), transparent 30%);
  pointer-events: none;
}

.hero-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 3.2rem 0 1.6rem;
}

.micro {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.main-title {
  margin: 0;
  max-width: 14ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 6vw, 4.7rem);
  line-height: 1.02;
  text-wrap: balance;
}

.main-subtitle {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #deebf9;
}

.route-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.route-card {
  display: block;
  text-decoration: none;
  color: var(--text-strong);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 30, 44, 0.72), rgba(11, 19, 29, 0.62));
  border-radius: 18px;
  padding: 1.25rem 1.15rem;
  backdrop-filter: blur(7px);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.route-card:hover,
.route-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(45, 212, 191, 0.78);
  box-shadow: 0 14px 30px rgba(6, 11, 18, 0.4);
}

.route-kicker {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b2c4d8;
}

.route-card h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.15;
}

.route-card p {
  margin: 0.7rem 0 0;
  color: #d2dff0;
}

.route-cta {
  display: inline-block;
  margin-top: 0.95rem;
  font-weight: 700;
  color: #8cf0e2;
}

.quick-contact {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.quick-contact a {
  text-decoration: none;
  color: #eafffb;
  font-weight: 700;
  background: rgba(22, 33, 48, 0.55);
  border: 1px solid rgba(195, 216, 236, 0.28);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
}

.hero-footer {
  position: relative;
  z-index: 1;
  width: min(1120px, 92vw);
  margin: 0 auto 1.1rem;
  color: #c2d4e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.83rem;
}

.hero-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(4px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    filter 0.7s ease;
  transition-delay: var(--d, 0s);
}

.is-ready .reveal {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.services-page {
  color: #112033;
  background:
    radial-gradient(circle at top left, rgba(224, 242, 255, 0.95), transparent 35%),
    radial-gradient(circle at 92% 12%, rgba(254, 234, 183, 0.75), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.services-shell {
  position: relative;
  overflow: hidden;
}

.services-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(17, 32, 51, 0.92), rgba(17, 32, 51, 0.72)),
    url("https://images.unsplash.com/photo-1499306202870-f14ed4f5ca80?auto=format&fit=crop&w=2200&q=80") center/cover;
  opacity: 0.15;
  pointer-events: none;
}

.services-shell > * {
  position: relative;
  z-index: 1;
}

.services-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.services-brand {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.services-brand strong,
.services-brand span {
  display: block;
}

.services-brand strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.services-brand span {
  color: #4d647d;
  font-size: 0.92rem;
}

.services-link {
  text-decoration: none;
  color: #123d7a;
  font-weight: 700;
  border: 1px solid rgba(18, 61, 122, 0.16);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  padding: 0.65rem 0.95rem;
  white-space: nowrap;
}

.services-hero {
  padding: 2.2rem 0 1.1rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 800;
  color: #4b6889;
}

.services-title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.2rem, 7vw, 4.8rem);
  line-height: 0.96;
}

.services-lead {
  max-width: 58ch;
  margin: 1rem 0 0;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: #35516d;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0.75rem 1.05rem;
  text-decoration: none;
  font-weight: 800;
}

.button {
  color: #fff;
  background: linear-gradient(135deg, #123d7a, #0f74b8);
  box-shadow: 0 10px 24px rgba(15, 83, 141, 0.18);
}

.button-secondary {
  color: #123d7a;
  border: 1px solid rgba(18, 61, 122, 0.2);
  background: rgba(255, 255, 255, 0.82);
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.1rem 0 0;
}

.service-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 61, 122, 0.12);
  border-radius: 22px;
  padding: 1.1rem;
  box-shadow: 0 18px 40px rgba(15, 40, 66, 0.06);
}

.service-card h2 {
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
}

.service-meta {
  margin: 0 0 0.75rem;
  color: #58708c;
  font-size: 0.95rem;
}

.service-card ul,
.service-card p {
  margin-top: 0;
}

.service-card ul {
  padding-left: 1.1rem;
}

.destination-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.destination-pills span {
  background: rgba(18, 61, 122, 0.08);
  color: #123d7a;
  border: 1px solid rgba(18, 61, 122, 0.1);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  font-weight: 700;
}

.info-band {
  margin: 1.2rem auto 0;
  background: linear-gradient(135deg, rgba(18, 61, 122, 0.95), rgba(15, 116, 184, 0.92));
  color: #fff;
  border-radius: 24px;
  padding: 1.2rem;
  box-shadow: 0 20px 38px rgba(12, 42, 76, 0.18);
}

.info-band h2 {
  margin-bottom: 0.4rem;
}

.info-band p {
  margin: 0;
  color: rgba(241, 246, 255, 0.92);
}

.info-note {
  margin-top: 1rem;
  padding: 0 0 1.5rem;
}

.info-note p {
  margin: 0;
  color: #4a627d;
  font-size: 0.96rem;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.contact-chip {
  text-decoration: none;
  color: #123d7a;
  background: #fff;
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  font-weight: 800;
}

@media (min-width: 700px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-hero {
    padding-top: 3rem;
  }

  .info-band {
    display: grid;
    grid-template-columns: 1.2fr auto;
    align-items: center;
    gap: 1rem;
  }

  .contact-row {
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .services-hero {
    padding-top: 4rem;
  }

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

  .services-grid .service-card:first-child {
    grid-column: span 2;
  }

  .services-grid .service-card:last-child {
    grid-column: span 1;
  }
}

.site-header {
  background: linear-gradient(180deg, #0f1c2a, #111f30);
  color: #f4f9ff;
  border-bottom: 1px solid rgba(194, 215, 235, 0.26);
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.95rem 0;
}

.brand {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.tagline {
  margin: 0;
  color: #cfdeed;
  font-size: 0.95rem;
}

.section {
  padding: 2.1rem 0;
}

.hero-lite {
  background: linear-gradient(120deg, #e8eef5, #f4f7fb);
  border-bottom: 1px solid var(--detail-line);
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 0.6rem;
  line-height: 1.15;
}

.lead {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 600;
  color: #31465f;
}

.grid-two-airports {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.card {
  background: #fff;
  border: 1px solid var(--detail-line);
  border-left: 6px solid var(--accent-strong);
  border-radius: 14px;
  padding: 1.05rem;
}

.detail-card h2 {
  font-size: 1.32rem;
}

.feature-list {
  margin: 0.2rem 0 0;
  padding-left: 1.2rem;
}

.plain-list {
  background: transparent;
}

.source-list {
  margin: 0;
  padding-left: 1.15rem;
}

.source-list li {
  margin-bottom: 0.75rem;
}

.source-list a,
.back-link {
  color: #09509c;
  font-weight: 700;
}

.payment-list {
  font-weight: 700;
}

.section-alt {
  border-top: 1px solid var(--detail-line);
  border-bottom: 1px solid var(--detail-line);
  background: #edf3f9;
}

.site-footer {
  background: #0f1b29;
  color: #d8e6f3;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  text-align: center;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: #7ec8e3;
  text-decoration: underline;
}

@media (min-width: 900px) {
  .route-grid,
  .grid-two-airports {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-title {
    max-width: 14ch;
  }

  .hero-stack {
    padding: clamp(2.4rem, 4vw, 4.2rem) 0 2rem;
  }

  .hero-footer,
  .header-inner,
  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
