/* ============================================================
   TRIPSCO TOURS & TRAVELS — Shared Stylesheet
   Fonts: Playfair Display (headings) + Plus Jakarta Sans (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,900;1,600;1,700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* ---- Tokens ---- */
:root {
  --navy:       #1A3C6E;
  --navy-dark:  #0D2547;
  --navy-mid:   #122847;
  --sky:        #378ADD;
  --sky-light:  #EBF4FF;
  --green:      #1D9E75;
  --green-light:#E8F7F2;
  --gold:       #F4C057;
  --gold-dark:  #C89A20;
  --gold-light: #FEF6E0;
  --white:      #F4F8FD;
  --text:       #2C2C2A;
  --muted:      #888780;
  --border:     #DDE6F0;
  --surface:    #FFFFFF;

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Plus Jakarta Sans', system-ui, sans-serif;

  --r-sm:  8px;
  --r-md:  16px;
  --r-lg:  24px;
  --r-xl:  40px;

  --sh-sm: 0 2px 10px rgba(26,60,110,0.07);
  --sh-md: 0 8px 28px rgba(26,60,110,0.11);
  --sh-lg: 0 20px 56px rgba(26,60,110,0.16);

  --ease: 0.3s ease;
  --nav-h: 72px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); color: var(--text); background: var(--white); line-height: 1.65; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---- Typography ---- */
h1, h2, h3, h4 { font-family: var(--font-serif); line-height: 1.15; }
h1 { font-size: clamp(2.6rem, 5.5vw, 4.8rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
h4 { font-size: 1.1rem; }

.eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 14px;
}
.text-navy  { color: var(--navy); }
.text-sky   { color: var(--sky); }
.text-gold  { color: var(--gold-dark); }
.text-muted { color: var(--muted); }
.text-white { color: #fff; }

/* ---- Layout ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section    { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-lg { padding: 120px 0; }

.section-header { text-align: center; max-width: 560px; margin: 0 auto 60px; }
.section-header h2 { color: var(--navy); margin-bottom: 14px; }
.section-header p  { color: var(--muted); font-size: 1.02rem; line-height: 1.7; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: var(--r-sm);
  font-family: var(--font-sans); font-weight: 600; font-size: 0.92rem;
  transition: var(--ease); cursor: pointer; white-space: nowrap; border: 2px solid transparent;
}
.btn-sm  { padding: 9px 18px; font-size: 0.82rem; }
.btn-lg  { padding: 16px 34px; font-size: 1rem; }

.btn-navy  { background: var(--navy); color: #fff; }
.btn-navy:hover  { background: var(--navy-dark); transform: translateY(-2px); box-shadow: var(--sh-md); }

.btn-gold  { background: var(--gold); color: var(--navy); }
.btn-gold:hover  { background: var(--gold-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--sh-md); }

.btn-sky   { background: var(--sky); color: #fff; }
.btn-sky:hover   { background: #2568B5; transform: translateY(-2px); box-shadow: var(--sh-md); }

.btn-outline-navy { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline-navy:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }

.btn-outline-white { border-color: rgba(255,255,255,0.5); color: #fff; background: transparent; }
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: white; transform: translateY(-2px); }

.btn-outline-sky { border-color: var(--sky); color: var(--sky); background: transparent; }
.btn-outline-sky:hover { background: var(--sky); color: #fff; transform: translateY(-2px); }

.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.4); }

/* ---- Badges ---- */
.badge {
  display: inline-block; padding: 4px 12px; border-radius: 100px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.badge-green { background: var(--green-light); color: var(--green); }
.badge-sky   { background: var(--sky-light);   color: var(--sky); }
.badge-gold  { background: var(--gold-light);  color: var(--gold-dark); }
.badge-navy  { background: rgba(26,60,110,0.09); color: var(--navy); }
.badge-white { background: rgba(255,255,255,0.18); color: #fff; }

/* ---- Image Placeholder ---- */
.img-ph {
  position: relative;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 1px,
      transparent 1px, transparent 14px
    ),
    linear-gradient(145deg, var(--ph-a, #4A7AAC), var(--ph-b, #1A3C6E));
  overflow: hidden;
}
.img-ph::after {
  content: attr(data-label);
  position: absolute; bottom: 10px; left: 0; right: 0;
  text-align: center; font-family: monospace; font-size: 10px;
  color: rgba(255,255,255,0.3); letter-spacing: 0.04em; pointer-events: none;
}

/* ---- Navigation ---- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--nav-h);
  background: transparent;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.nav.scrolled {
  background: rgba(13,37,71,0.97);
  backdrop-filter: blur(16px) saturate(1.6);
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
  height: 100%;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo svg { height: 64px; width: auto; }

.nav-links {
  display: flex; align-items: center; gap: 6px; list-style: none;
}
.nav-links a {
  padding: 6px 12px; border-radius: var(--r-sm);
  font-size: 0.88rem; font-weight: 500; color: rgba(255,255,255,0.82);
  transition: var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(255,255,255,0.1); }
.nav-links a.active { color: var(--gold); background: transparent; }

.nav-cta { display: flex; align-items: center; gap: 12px; }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: var(--ease); }

/* ---- Hero ---- */
.hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center;
  background: var(--navy-dark); overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 90% at 70% 40%, rgba(55,138,221,0.22) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 10% 85%, rgba(244,192,87,0.1) 0%, transparent 55%),
    linear-gradient(160deg, #081A30 0%, #1A3C6E 55%, #122847 100%);
}
.hero-map {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 1; pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2; width: 100%;
  padding-top: var(--nav-h);
}
.hero-grid {
  max-width: 1200px; margin: 0 auto; padding: 60px 28px;
  display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center;
}
.hero-left { max-width: 580px; }
.hero-left .eyebrow { color: var(--gold); letter-spacing: 0.2em; }
.hero-left h1 { color: #fff; font-weight: 900; margin-bottom: 22px; }
.hero-left h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  color: rgba(255,255,255,0.72); font-size: 1.08rem; line-height: 1.75;
  max-width: 480px; margin-bottom: 38px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }
.hero-stats { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; gap: 2px; }
.hero-stat-num {
  font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; color: #fff; line-height: 1;
}
.hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); letter-spacing: 0.05em; }
.hero-stat-div { width: 1px; height: 36px; background: rgba(255,255,255,0.15); }

/* Hero feature card */
.hero-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-lg);
  overflow: hidden;
  backdrop-filter: blur(12px);
  box-shadow: var(--sh-lg);
}
.hero-card-img { height: 240px; }
.hero-card-body { padding: 24px; }
.hero-card-body h4 { color: #fff; margin: 10px 0 6px; font-size: 1.2rem; }
.hero-card-price { color: rgba(255,255,255,0.65); font-size: 0.9rem; margin-bottom: 18px; }
.hero-card-price strong { color: var(--gold); font-size: 1.1rem; }

/* ---- Trust Bar ---- */
.trust-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 18px 28px; }
.trust-bar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--sky-light); color: var(--sky);
  display: flex; align-items: center; justify-content: center;
}
.trust-item-text strong { display: block; font-size: 0.9rem; font-weight: 700; color: var(--navy); line-height: 1.2; }
.trust-item-text span { font-size: 0.75rem; color: var(--muted); }
.trust-sep { width: 1px; height: 28px; background: var(--border); }

/* ---- Services ---- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  background: var(--surface); border-radius: var(--r-lg); padding: 36px 30px;
  border: 1px solid var(--border); box-shadow: var(--sh-sm);
  transition: var(--ease); cursor: pointer;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }
.svc-icon {
  width: 56px; height: 56px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.svc-icon-green { background: var(--green-light); color: var(--green); }
.svc-icon-sky   { background: var(--sky-light);   color: var(--sky); }
.svc-icon-gold  { background: var(--gold-light);  color: var(--gold-dark); }
.svc-card h3 { color: var(--navy); margin-bottom: 10px; font-size: 1.2rem; }
.svc-card p  { color: var(--muted); font-size: 0.88rem; line-height: 1.65; margin-bottom: 22px; }
.svc-link { font-size: 0.85rem; font-weight: 600; color: var(--sky); display: flex; align-items: center; gap: 6px; }

/* ---- Destination Cards ---- */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dest-card {
  border-radius: var(--r-md); overflow: hidden; position: relative;
  aspect-ratio: 3/4; cursor: pointer; box-shadow: var(--sh-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.dest-card:hover { transform: translateY(-8px) scale(1.01); box-shadow: var(--sh-lg); }
.dest-card-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.dest-card-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 18px 18px;
  background: linear-gradient(to top, rgba(8,20,45,0.92) 0%, rgba(8,20,45,0.4) 60%, transparent 100%);
}
.dest-region { position: absolute; top: 12px; left: 12px; }
.dest-name { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.dest-price { color: var(--gold); font-size: 0.82rem; font-weight: 600; }

/* ---- Why Tripsco ---- */
.why-section { background: linear-gradient(160deg, #EFF4FA 0%, var(--white) 100%); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.why-item { text-align: center; }
.why-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: #fff; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; transition: var(--ease);
  box-shadow: var(--sh-sm); color: var(--navy);
}
.why-item:hover .why-icon { background: var(--navy); color: #fff; transform: scale(1.1); box-shadow: var(--sh-md); }
.why-item h3 { font-size: 1rem; color: var(--navy); margin-bottom: 8px; font-family: var(--font-sans); font-weight: 700; }
.why-item p  { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }

/* ---- Testimonials ---- */
.testimonials-section { background: var(--navy); }
.testimonials-section .section-header h2 { color: #fff; }
.testimonials-section .section-header p  { color: rgba(255,255,255,0.55); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-md); padding: 32px;
  transition: var(--ease);
}
.testi-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }
.testi-stars { color: var(--gold); letter-spacing: 3px; font-size: 0.95rem; margin-bottom: 16px; }
.testi-text {
  color: rgba(255,255,255,0.82); font-size: 0.92rem; line-height: 1.75;
  font-style: italic; margin-bottom: 26px;
}
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(55,138,221,0.25); color: var(--sky);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem; flex-shrink: 0;
}
.testi-name { font-weight: 600; font-size: 0.88rem; color: #fff; }
.testi-loc  { font-size: 0.75rem; color: var(--muted); }

/* ---- WhatsApp Strip ---- */
.wa-strip { background: var(--navy-mid); padding: 72px 28px; text-align: center; }
.wa-strip h2 { color: #fff; margin-bottom: 12px; }
.wa-strip p  { color: rgba(255,255,255,0.6); margin-bottom: 32px; font-size: 1.02rem; max-width: 480px; margin-left: auto; margin-right: auto; }
.wa-strip-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ---- Footer ---- */
.footer { background: #060F1C; color: #fff; padding: 72px 0 32px; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px;
}
.footer-logo { margin-bottom: 18px; }
.footer-logo svg { height: 58px; width: auto; filter: brightness(1.15); }
.footer-tagline { color: rgba(255,255,255,0.45); font-size: 0.83rem; line-height: 1.7; max-width: 260px; margin-bottom: 24px; }
.footer-contact p { color: rgba(255,255,255,0.5); font-size: 0.8rem; line-height: 1.9; }
.footer-contact a { color: rgba(255,255,255,0.5); transition: var(--ease); }
.footer-contact a:hover { color: var(--gold); }

.footer-col-title {
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { color: rgba(255,255,255,0.55); font-size: 0.85rem; transition: var(--ease); }
.footer-col ul a:hover { color: var(--gold); padding-left: 4px; }

.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin-bottom: 28px; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-bottom p { color: rgba(255,255,255,0.28); font-size: 0.78rem; }
.social-links { display: flex; gap: 12px; }
.social-link {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center;
  transition: var(--ease); color: rgba(255,255,255,0.55); font-size: 0.82rem;
}
.social-link:hover { background: var(--sky); color: #fff; transform: scale(1.1); }

/* ---- WhatsApp Float ---- */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 300;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  transition: var(--ease);
}
.wa-float:hover { transform: scale(1.12); box-shadow: 0 8px 28px rgba(37,211,102,0.55); }
.wa-float-pulse {
  position: absolute; width: 100%; height: 100%; border-radius: 50%;
  background: rgba(37,211,102,0.35);
  animation: wa-pulse 2.2s ease-out infinite;
}
@keyframes wa-pulse {
  0%   { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(2.2); opacity: 0; }
}

/* ---- Page Heros (inner pages) ---- */
.page-hero {
  padding: calc(var(--nav-h) + 56px) 0 64px;
  background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 100%);
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 1px,
    transparent 1px, transparent 18px
  );
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 14px; }
.page-hero p   { color: rgba(255,255,255,0.65); font-size: 1.02rem; max-width: 520px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.breadcrumb a  { font-size: 0.8rem; color: rgba(255,255,255,0.45); transition: var(--ease); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { font-size: 0.8rem; color: rgba(255,255,255,0.25); }

/* ---- Tabs ---- */
.tab-bar {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-bottom: 40px; border-bottom: 1px solid var(--border); padding-bottom: 0;
}
.tab-btn {
  padding: 10px 22px; border-radius: var(--r-sm) var(--r-sm) 0 0;
  font-size: 0.88rem; font-weight: 600; color: var(--muted);
  background: transparent; border: 1px solid transparent;
  border-bottom: none; transition: var(--ease); cursor: pointer;
  position: relative; bottom: -1px;
}
.tab-btn:hover { color: var(--navy); background: var(--white); }
.tab-btn.active {
  color: var(--navy); background: var(--surface);
  border-color: var(--border); border-bottom-color: var(--surface);
}
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ---- Destination Grid (inner pages) ---- */
.dest-grid-lg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.dest-card-lg {
  background: var(--surface); border-radius: var(--r-md); overflow: hidden;
  box-shadow: var(--sh-sm); border: 1px solid var(--border);
  transition: var(--ease);
}
.dest-card-lg:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.dest-card-lg-img { height: 200px; }
.dest-card-lg-body { padding: 22px; }
.dest-card-lg-body h3 { color: var(--navy); margin-bottom: 8px; font-size: 1.1rem; }
.dest-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.dest-tag {
  padding: 3px 10px; border-radius: 100px; font-size: 0.7rem;
  font-weight: 600; background: var(--sky-light); color: var(--sky);
}
.dest-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.dest-duration { font-size: 0.8rem; color: var(--muted); }
.dest-price-label { font-size: 0.75rem; color: var(--muted); }
.dest-price-val { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 700; color: var(--navy); }

/* ---- Process Steps ---- */
.steps-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.steps-row::before {
  content: ''; position: absolute; top: 36px; left: 12.5%; right: 12.5%;
  height: 2px; background: var(--border); z-index: 0;
}
.step-item { text-align: center; position: relative; z-index: 1; padding: 0 16px; }
.step-num {
  width: 72px; height: 72px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700;
  margin: 0 auto 20px; border: 4px solid var(--white); box-shadow: var(--sh-md);
}
.step-item h4 { color: var(--navy); margin-bottom: 8px; }
.step-item p  { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* ---- Country Cards ---- */
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.country-card {
  background: var(--surface); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-sm); border: 1px solid var(--border); transition: var(--ease);
}
.country-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.country-img { height: 200px; position: relative; }
.country-flag { position: absolute; top: 14px; left: 14px; font-size: 1.6rem; background: rgba(255,255,255,0.9); border-radius: 8px; padding: 4px 8px; }
.country-body { padding: 24px; }
.country-body h3 { color: var(--navy); margin-bottom: 6px; font-size: 1.15rem; }
.country-highlights { font-size: 0.82rem; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.country-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--border); }
.country-best-time { font-size: 0.75rem; color: var(--muted); }
.country-price { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; color: var(--navy); }

/* ---- Contact Form ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.form-group { margin-bottom: 22px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px; border-radius: var(--r-sm);
  border: 1.5px solid var(--border); font-family: var(--font-sans); font-size: 0.9rem;
  color: var(--text); background: var(--surface); transition: var(--ease); outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(55,138,221,0.12); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ---- About Stats ---- */
.about-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.about-stat { text-align: center; padding: 32px 20px; background: var(--surface); border-radius: var(--r-md); border: 1px solid var(--border); box-shadow: var(--sh-sm); }
.about-stat-num { font-family: var(--font-serif); font-size: 2.5rem; font-weight: 900; color: var(--navy); line-height: 1; margin-bottom: 8px; }
.about-stat-lbl { font-size: 0.82rem; color: var(--muted); }

/* ---- Scroll Animations ---- */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.in { opacity: 1; transform: none; }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }

/* ── SPA page transitions ── */
.page { display: none; }
.page.active { display: block; animation: pageIn .42s cubic-bezier(.25,.46,.45,.94); }
@keyframes pageIn { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }

/* ── Real photos in cards ── */
.dest-card-img, .dest-card-lg-img, .country-img, .hero-card-img { overflow: hidden; }
.dest-card-img img, .dest-card-lg-img img, .country-img img, .hero-card-img img {
  width:100%; height:100%; object-fit:cover; display:block; transition:transform .55s ease;
}
.dest-card:hover .dest-card-img img,
.dest-card-lg:hover .dest-card-lg-img img,
.country-card:hover .country-img img { transform: scale(1.07); }

/* ── Dest card lg flex fix (no price/duration, button at bottom) ── */
.dest-card-lg { display: flex; flex-direction: column; }
.dest-card-lg-body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.dest-card-lg-body h3 { color: var(--navy); margin: 10px 0 8px; font-size: 1.05rem; }
.dest-card-lg-body .dest-tags { flex: 1; }
.dest-card-lg-body .btn { margin-top: 16px; width: 100%; justify-content: center; }

/* ── Visa countries grid ── */
.visa-cn-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:740px; margin:0 auto 40px; }
.visa-cn-card {
  background:white; border:1.5px solid var(--border); border-radius:var(--r-md);
  padding:32px 20px; text-align:center; box-shadow:var(--sh-sm); transition:var(--ease);
}
.visa-cn-card:hover { border-color:var(--sky); transform:translateY(-4px); box-shadow:var(--sh-md); }
.visa-cn-flag { font-size:2.6rem; margin-bottom:14px; }
.visa-cn-name { font-weight:700; color:var(--navy); font-size:0.95rem; }
.visa-cn-sub  { font-size:0.76rem; color:var(--muted); margin-top:4px; }
@media(max-width:640px) { .visa-cn-grid { grid-template-columns:repeat(2,1fr); } }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-right { display: none; }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .dest-grid-lg { grid-template-columns: repeat(2, 1fr); }
  .country-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .services-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr 1fr; gap: 32px; }
  .steps-row::before { display: none; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-cta .btn-outline-white { display: none; }
  .hamburger { display: flex; }
  .section { padding: 64px 0; }
}
@media (max-width: 520px) {
  .dest-grid { grid-template-columns: 1fr; }
  .dest-grid-lg { grid-template-columns: 1fr; }
  .country-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .steps-row { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .hero-ctas { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* Mobile nav open */
.mobile-nav-open .nav-links {
  display: flex; flex-direction: column; position: fixed;
  top: var(--nav-h); left: 0; right: 0;
  background: var(--navy-dark); padding: 16px 28px 24px;
  box-shadow: var(--sh-lg); z-index: 199;
}
.mobile-nav-open .nav-links a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
