/* ============================================================
   FlyWithEase.online – Main Stylesheet
   Domain   : flywithease.online
   Email    : contact@flywithease.online
   Phone    : (866) 949-1489
   Operator : Sri Tharani Enterprise Co., Ltd
   ============================================================ */

/* ── RESET & VARIABLES ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy:         #0a1628;
  --navy-mid:     #112240;
  --navy-light:   #1a3560;
  --sky:          #0ea5e9;
  --sky-light:    #e0f4fd;
  --gold:         #f59e0b;
  --gold-hover:   #d97706;
  --text:         #0f2035;
  --muted:        #4a6580;
  --white:        #ffffff;
  --radius:       10px;

  /* Footer */
  --footer-bg:     #060e1a;
  --footer-text:   #7fa8c8;
  --footer-border: #0f2035;
  --footer-muted:  #4a7090;
  --footer-dim:    #2d5070;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.5;
}

a { text-decoration: none; color: inherit; }

/* ── TOP BAR ── */
.topbar {
  background: var(--navy);
  color: #a0c4e0;
  font-size: 13px;
  padding: 8px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.topbar span { display: flex; align-items: center; gap: 6px; }
.topbar a.topbar-email { color: #a0c4e0; }
.topbar a.topbar-phone { color: #fcd34d; font-weight: 700; }

/* ── HEADER ── */
header {
  background: var(--white);
  padding: 14px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  box-shadow: 0 2px 16px rgba(10,22,40,0.10);
  position: sticky;
  top: 0;
  z-index: 100;
}

/* Logo */
.logo { display: flex; align-items: center; gap: 12px; }

.logo-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--navy-mid), var(--sky));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(14,165,233,0.25);
}

.logo-icon svg { width: 28px; height: 28px; fill: white; }

.logo-text h1 {
  font-size: 21px;
  font-weight: 800;
  color: var(--navy-mid);
  letter-spacing: -0.5px;
}

.logo-text p {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* Navigation */
nav {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  transition: color 0.2s;
}

nav a:hover { color: var(--sky); }
nav a.active { color: var(--navy-mid); font-weight: 700; }

/* Header CTA */
.cta-phone {
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(245,158,11,0.3);
}

.cta-phone:hover {
  background: var(--gold-hover);
  transform: translateY(-1px);
}

.cta-phone svg { width: 16px; height: 16px; fill: var(--navy); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, var(--navy-light) 100%);
  color: white;
  padding: 58px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(14,165,233,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.page-hero h2 {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
}

.page-hero p { font-size: 15px; opacity: 0.82; position: relative; }

/* ── POLICY CONTENT ── */
.content-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 58px 5%;
}

.content-wrap h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-mid);
  margin: 34px 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--sky-light);
}

.content-wrap p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 12px;
}

.content-wrap ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.content-wrap ul li {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 6px;
}

/* ── CALLOUT BOXES ── */
.info-box {
  background: var(--sky-light);
  border-left: 4px solid var(--sky);
  padding: 16px 20px;
  border-radius: 8px;
  margin: 16px 0;
  font-size: 14px;
  color: var(--text);
  line-height: 1.75;
}

.warn-box {
  background: #fffbeb;
  border-left: 4px solid var(--gold);
  padding: 16px 20px;
  border-radius: 8px;
  margin: 16px 0;
  font-size: 14px;
  color: #78350f;
  line-height: 1.75;
}

.red-box {
  background: #fff5f5;
  border-left: 4px solid #ef4444;
  padding: 16px 20px;
  border-radius: 8px;
  margin: 16px 0;
  font-size: 14px;
  color: #7f1d1d;
  line-height: 1.75;
}

.highlight-box {
  background: #f0fdf4;
  border-left: 4px solid #22c55e;
  padding: 16px 20px;
  border-radius: 8px;
  margin: 16px 0;
  font-size: 14px;
  color: #14532d;
  line-height: 1.75;
}

/* ── TABLES ── */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 14px;
}

table th {
  background: var(--navy-mid);
  color: white;
  padding: 13px 16px;
  text-align: left;
  font-weight: 600;
}

table td {
  padding: 11px 16px;
  border-bottom: 1px solid #cde8f6;
  color: var(--muted);
}

table tr:nth-child(even) td { background: var(--sky-light); }

/* ── HOMEPAGE HERO ── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 45%, var(--navy-light) 100%);
  color: white;
  padding: 100px 5% 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-bg-plane {
  content: '✈';
  position: absolute;
  font-size: 320px;
  opacity: 0.03;
  top: -60px;
  right: -50px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(14,165,233,0.18) 0%, transparent 65%);
  pointer-events: none;
}

.hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 70px;
  background: white;
  clip-path: ellipse(58% 100% at 50% 100%);
}

.hero-content { position: relative; }

.hero-eyebrow {
  display: inline-block;
  background: rgba(14,165,233,0.2);
  border: 1px solid rgba(14,165,233,0.4);
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.hero h2 {
  font-size: clamp(32px, 5.5vw, 58px);
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.hero h2 .highlight { color: var(--gold); }

.hero p {
  font-size: clamp(15px, 2vw, 19px);
  max-width: 620px;
  margin: 0 auto 42px;
  opacity: 0.88;
  line-height: 1.65;
}

.hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Hero Buttons */
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  padding: 17px 38px;
  border-radius: 50px;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  box-shadow: 0 6px 24px rgba(245,158,11,0.4);
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(245,158,11,0.5);
}

.btn-primary svg { width: 22px; height: 22px; fill: var(--navy); }

.btn-secondary {
  background: rgba(255,255,255,0.10);
  color: white;
  font-weight: 600;
  padding: 17px 32px;
  border-radius: 50px;
  font-size: 16px;
  border: 1.5px solid rgba(255,255,255,0.35);
  transition: all 0.2s;
}

.btn-secondary:hover { background: rgba(255,255,255,0.20); }

/* ── TRUST STRIP ── */
.trust-strip {
  background: white;
  padding: 22px 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 36px;
  border-bottom: 1px solid #ddeef8;
  box-shadow: 0 2px 8px rgba(10,22,40,0.05);
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.trust-badge .icon { font-size: 18px; }

/* ── AIRLINES STRIP ── */
.airlines-strip {
  background: var(--sky-light);
  padding: 36px 5%;
  text-align: center;
}

.airlines-strip .label {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 18px;
  font-weight: 600;
}

.airline-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
}

.airline-logo {
  background: white;
  border-radius: 8px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  border: 1px solid #bdd8ec;
  transition: all 0.2s;
}

.airline-logo:hover {
  box-shadow: 0 4px 14px rgba(14,165,233,0.18);
  transform: translateY(-2px);
  border-color: var(--sky);
}

/* ── SECTION ── */
.section { padding: 80px 5%; }

.section-title {
  text-align: center;
  margin-bottom: 54px;
}

.section-title .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 10px;
}

.section-title h3 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--navy-mid);
  margin-bottom: 12px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.section-title p {
  color: var(--muted);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ── FEATURE CARDS ── */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.card {
  background: white;
  border-radius: 16px;
  padding: 32px 26px;
  box-shadow: 0 4px 24px rgba(10,22,40,0.08);
  text-align: center;
  transition: transform 0.22s, box-shadow 0.22s;
  border: 1px solid #e8f3fb;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(14,165,233,0.14);
}

.card-icon {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}

.card h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--navy-mid);
}

.card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── HOW IT WORKS ── */
.steps-bg { background: var(--sky-light); }

.steps {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.step { text-align: center; max-width: 220px; }

.step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-mid), var(--sky));
  color: white;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 6px 16px rgba(14,165,233,0.3);
}

.step h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--navy-mid);
}

.step p { font-size: 14px; color: var(--muted); line-height: 1.6; }

.step-arrow {
  font-size: 28px;
  color: var(--gold);
  padding-top: 20px;
}

/* ── PHONE BANNER ── */
.phone-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%);
  color: white;
  text-align: center;
  padding: 68px 5%;
  position: relative;
  overflow: hidden;
}

.phone-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(14,165,233,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.phone-banner h3 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: -0.5px;
}

.phone-banner > p {
  font-size: 16px;
  opacity: 0.84;
  margin-bottom: 32px;
  position: relative;
}

.phone-number {
  font-size: clamp(34px, 5.5vw, 58px);
  font-weight: 900;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
  position: relative;
  letter-spacing: -1px;
}

.phone-number svg { width: 46px; height: 46px; fill: var(--gold); }

.badge {
  display: inline-block;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 18px;
  border-radius: 25px;
  margin: 4px;
}

/* ── FOOTER ── */
footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 58px 5% 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 36px;
  margin-bottom: 44px;
}

.footer-col h5 {
  color: white;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--sky);
}

.footer-col p,
.footer-col a {
  font-size: 13px;
  line-height: 1.85;
  color: var(--footer-text);
}

.footer-col a:hover { color: var(--gold); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 6px; }

.footer-divider {
  border: none;
  border-top: 1px solid var(--footer-border);
  margin: 28px 0;
}

.footer-disclaimer {
  font-size: 12px;
  color: var(--footer-muted);
  line-height: 1.75;
  background: rgba(0,0,0,0.25);
  padding: 20px 22px;
  border-radius: 10px;
  border-left: 3px solid var(--sky);
  margin-bottom: 26px;
}

.footer-disclaimer strong { color: var(--footer-text); }
.footer-disclaimer a { color: var(--gold); }
.footer-disclaimer a:hover { text-decoration: underline; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: var(--footer-dim);
}

.footer-bottom-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: var(--footer-muted);
  font-size: 12px;
}

.footer-bottom-links a:hover { color: var(--gold); }

/* ── UTILITIES ── */
.text-sky    { color: var(--sky); }
.text-gold   { color: var(--gold); }
.text-navy   { color: var(--navy-mid); }
.text-muted  { color: var(--muted); }
.font-bold   { font-weight: 700; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { display: none; }
  .hero { padding: 68px 5% 100px; }
  .hero-wave { height: 45px; }
  .step-arrow { display: none; }
  .phone-number { flex-direction: column; gap: 6px; }
}

@media (max-width: 480px) {
  .topbar { justify-content: center; text-align: center; }
  .btn-primary,
  .btn-secondary { width: 100%; justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .trust-strip { gap: 10px 20px; }
}
