/* ═══════════════════════════════════════════════════════
   An-Nur Hajj & Umrah — Frontend Stylesheet
   โทน: เขียวมรกต × ทอง × ครีม (Islamic Luxury)
   ═══════════════════════════════════════════════════════ */

:root {
  --green-950: #042118;
  --green-900: #072a1f;
  --green-800: #0a3d2c;
  --green-700: #0e5a3c;
  --green-600: #147a50;
  --green-100: #ddeee5;
  --green-50:  #eef7f2;

  --gold-600: #b18a1d;
  --gold-500: #c9a227;
  --gold-400: #d4af37;
  --gold-300: #e5c558;
  --gold-100: #f7ecd0;

  --cream:    #faf7f0;
  --white:    #ffffff;
  --ink:      #1f2d26;
  --muted:    #6b7c72;
  --line:     #06c755;
  --line-dark:#05a648;
  --border:   #e7e2d6;

  --font-head: 'Prompt', sans-serif;
  --font-body: 'Anuphan', sans-serif;
  --font-arabic: 'Amiri', serif;

  --shadow-sm: 0 2px 10px rgba(7, 42, 31, .07);
  --shadow-md: 0 10px 34px rgba(7, 42, 31, .12);
  --shadow-lg: 0 24px 60px rgba(7, 42, 31, .18);

  --radius: 18px;
  --radius-lg: 26px;

  --pattern-gold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cg fill='none' stroke='%23d4af37' stroke-opacity='.13'%3E%3Cpath d='M44 10l8.5 20.5L73 39 52.5 47.5 44 68l-8.5-20.5L15 39l20.5-8.5z'/%3E%3Ccircle cx='44' cy='39' r='5.5'/%3E%3Cpath d='M0 39h12M76 39h12M44 76v12M44 84h0'/%3E%3Cpath d='M0 0l10 10M88 0L78 10M0 88l10-10M88 88L78 78'/%3E%3C/g%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.3; color: var(--green-900); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.ico { width: 1em; height: 1em; fill: currentColor; flex: none; }

/* ── Buttons ─────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem;
  padding: .72rem 1.5rem; border-radius: 999px;
  transition: all .22s ease; white-space: nowrap;
}
.btn .ico { font-size: 1.15em; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: var(--green-950);
  box-shadow: 0 6px 20px rgba(201, 162, 39, .4);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(201, 162, 39, .55); }
.btn-line {
  background: linear-gradient(135deg, #10d463, var(--line-dark));
  color: #fff;
  box-shadow: 0 6px 20px rgba(6, 199, 85, .35);
}
.btn-line:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(6, 199, 85, .5); }
.btn-outline {
  border: 2px solid var(--green-700); color: var(--green-700); background: transparent;
}
.btn-outline:hover { background: var(--green-700); color: #fff; }
.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, .55); color: #fff; background: rgba(255,255,255,.06);
}
.btn-outline-light:hover { background: #fff; color: var(--green-800); }
.btn-lg { padding: .95rem 2.1rem; font-size: 1.05rem; }
.btn-sm { padding: .45rem 1.1rem; font-size: .85rem; }
.btn-block { width: 100%; }

/* ── Topbar ─────────────────────────────── */
.topbar {
  background: var(--green-950); color: #cfe0d7; font-size: .82rem;
  border-bottom: 1px solid rgba(212, 175, 55, .25);
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 1rem; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 1.25rem; }
.topbar-item, .topbar-license { display: inline-flex; align-items: center; gap: .4rem; }
.topbar-item .ico, .topbar-license .ico { color: var(--gold-400); }
.topbar-bismillah { font-family: var(--font-arabic); color: var(--gold-300); font-size: 1.02rem; }

/* ── Navbar ─────────────────────────────── */
.navbar {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s;
}
.navbar.scrolled { box-shadow: var(--shadow-md); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; }

.brand { display: flex; align-items: center; gap: .7rem; }
.brand-mark {
  width: 46px; height: 46px; flex: none; border-radius: 14px;
  background: linear-gradient(145deg, var(--green-700), var(--green-900));
  display: grid; place-items: center; color: #fff;
  box-shadow: inset 0 0 0 1.5px rgba(212, 175, 55, .5);
}
.brand-mark svg { width: 30px; height: 30px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-text strong { font-family: var(--font-head); font-size: 1.08rem; color: var(--green-900); }
.brand-text small { font-size: .72rem; color: var(--muted); }
.brand-light .brand-text strong { color: #fff; }

.nav-links { display: flex; align-items: center; gap: 1.4rem; font-family: var(--font-head); font-weight: 500; font-size: .93rem; }
.nav-links > a { color: var(--ink); padding: .3rem 0; position: relative; }
.nav-links > a::after {
  content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2.5px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); border-radius: 2px;
  transition: width .25s;
}
.nav-links > a:hover::after, .nav-links > a.active::after { width: 100%; }
.nav-links > a.active { color: var(--green-700); }
.btn-nav-line { padding: .55rem 1.2rem; font-size: .88rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: .5rem; }
.nav-toggle span { width: 26px; height: 3px; background: var(--green-800); border-radius: 3px; transition: .25s; }

/* ── Hero ─────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(212, 175, 55, .22), transparent 60%),
    linear-gradient(140deg, var(--green-950) 0%, var(--green-800) 55%, var(--green-700) 100%);
  color: #fff;
}
.hero::before {
  content: ''; position: absolute; inset: 0; background-image: var(--pattern-gold); opacity: .8; pointer-events: none;
}
.hero-inner {
  position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem;
  padding: 4.5rem 0 5rem; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  border: 1px solid rgba(212, 175, 55, .55); color: var(--gold-300);
  background: rgba(212, 175, 55, .1);
  font-size: .85rem; font-weight: 500; padding: .38rem 1rem; border-radius: 999px;
  margin-bottom: 1.2rem;
}
.hero-badge::before { content: '✦'; }
.hero h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.3rem); font-weight: 800; color: #fff; line-height: 1.22;
  margin-bottom: 1.1rem; letter-spacing: -.5px;
}
.hero h1 .gold {
  background: linear-gradient(120deg, var(--gold-300), var(--gold-500) 60%, var(--gold-300));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { color: #c8dcd2; font-size: 1.06rem; max-width: 540px; margin-bottom: 1.8rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 2.6rem; }

.hero-stats { display: flex; gap: 2.2rem; flex-wrap: wrap; }
.hero-stat strong {
  display: block; font-family: var(--font-head); font-size: 1.75rem; font-weight: 700;
  color: var(--gold-300); line-height: 1.1;
}
.hero-stat span { font-size: .85rem; color: #b9cfc5; }

.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-arch {
  width: min(400px, 100%); aspect-ratio: 4 / 5.1; position: relative;
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  border: 3px solid rgba(212, 175, 55, .65);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45), inset 0 0 0 10px rgba(4, 33, 24, .35);
}
.hero-arch img { width: 100%; height: 100%; object-fit: cover; }
.hero-arch::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 33, 24, .82));
}
.hero-arch-caption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.3rem;
  text-align: center; color: #fff;
}
.hero-arch-caption .t { font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; }
.hero-arch-caption .d { font-size: .82rem; color: var(--gold-300); }

.hero-float {
  position: absolute; z-index: 3; background: #fff; color: var(--ink);
  border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: .8rem 1.1rem; display: flex; align-items: center; gap: .7rem;
  animation: floaty 5s ease-in-out infinite;
}
.hero-float .ic {
  width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: var(--green-50); color: var(--green-700); font-size: 1.2rem;
}
.hero-float .ic .ico { width: 22px; height: 22px; }
.hero-float strong { font-family: var(--font-head); font-size: .92rem; display: block; line-height: 1.3; }
.hero-float small { color: var(--muted); font-size: .78rem; }
.hero-float-1 { top: 9%; left: -4%; }
.hero-float-2 { bottom: 14%; right: -5%; animation-delay: 2.2s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ── Countdown ─────────────────────────── */
.countdown-bar {
  position: relative; z-index: 2;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300) 50%, var(--gold-500));
  color: var(--green-950);
}
.countdown-inner {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 1.2rem; padding: .8rem 0; font-family: var(--font-head);
}
.countdown-label { font-weight: 600; font-size: .95rem; }
.countdown-units { display: flex; gap: .5rem; }
.cd-unit {
  background: var(--green-950); color: var(--gold-300);
  border-radius: 10px; min-width: 54px; padding: .3rem .5rem; text-align: center;
}
.cd-unit b { display: block; font-size: 1.15rem; line-height: 1.2; }
.cd-unit span { font-size: .62rem; color: #cfe0d7; }

/* ── Sections ─────────────────────────── */
.section { padding: 4.5rem 0; }
.section-alt { background: #fff; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 2.8rem; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  color: var(--gold-600); font-family: var(--font-head); font-weight: 600;
  font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .6rem;
}
.section-eyebrow::before, .section-eyebrow::after { content: '✦'; color: var(--gold-400); }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); font-weight: 700; margin-bottom: .6rem; }
.section-head p { color: var(--muted); }

/* ── Trip cards ─────────────────────────── */
.trips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.trip-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border);
  display: flex; flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease;
}
.trip-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.trip-card-cover { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.trip-card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.trip-card:hover .trip-card-cover img { transform: scale(1.06); }
.trip-card-cover::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,33,24,.06) 55%, rgba(4,33,24,.5));
}
.badge-type {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--font-head); font-weight: 600; font-size: .78rem;
  padding: .28rem .85rem; border-radius: 999px; color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.badge-type.umrah { background: linear-gradient(135deg, #9fe3c6, #3ec089); }
.badge-days {
  position: absolute; bottom: 12px; right: 14px; z-index: 2;
  background: rgba(4, 33, 24, .72); color: #fff; backdrop-filter: blur(4px);
  font-size: .8rem; padding: .25rem .8rem; border-radius: 999px;
  display: inline-flex; align-items: center; gap: .35rem;
}
.badge-days .ico { color: var(--gold-300); }
.badge-featured {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; color: var(--gold-300);
  background: rgba(4,33,24,.7); backdrop-filter: blur(4px);
}

.trip-card-body { padding: 1.3rem 1.4rem .6rem; flex: 1; }
.trip-card-body h3 { font-size: 1.12rem; font-weight: 600; margin-bottom: .35rem; }
.trip-card-body h3 a:hover { color: var(--green-700); }
.trip-card-sub {
  color: var(--muted); font-size: .88rem; margin-bottom: .9rem;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.trip-meta { display: flex; flex-direction: column; gap: .4rem; font-size: .85rem; color: var(--ink); }
.trip-meta li { display: flex; align-items: center; gap: .55rem; }
.trip-meta .ico { color: var(--gold-600); font-size: 1.05rem; }

.tier-chips { display: flex; gap: .45rem; margin-top: .95rem; flex-wrap: wrap; }
.tier-chip {
  font-size: .74rem; font-weight: 600; font-family: var(--font-head);
  padding: .2rem .7rem; border-radius: 999px; border: 1px solid;
}
.tier-chip.tier-standard { color: var(--green-700); border-color: var(--green-100); background: var(--green-50); }
.tier-chip.tier-premium { color: var(--gold-600); border-color: var(--gold-100); background: #fdf8ea; }
.tier-chip.tier-vip { color: #fff; border-color: var(--green-800); background: var(--green-800); }

/* ── Seat availability (การ์ดทริป) ────────── */
.card-seats {
  margin-top: 1rem; background: var(--green-50); border: 1px solid var(--green-100);
  border-radius: 12px; padding: .7rem .9rem .75rem;
}
.cs-top { display: flex; justify-content: space-between; align-items: center; gap: .6rem; flex-wrap: wrap; }
.cs-date { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 500; color: var(--green-800); }
.cs-date .ico { color: var(--gold-600); }
.cs-left { font-family: var(--font-head); font-size: .84rem; font-weight: 700; color: var(--green-700); }
.cs-left.low { color: #c0392b; animation: blinkSoft 1.6s ease-in-out infinite; }
.cs-left.soldout { color: #c0392b; }
@keyframes blinkSoft { 0%, 100% { opacity: 1; } 50% { opacity: .55; } }
.cs-sub { font-size: .74rem; color: var(--muted); margin-top: .4rem; }

.seat-bar {
  height: 7px; border-radius: 99px; background: #d8e8df; overflow: hidden; margin-top: .5rem;
}
.seat-bar span {
  display: block; height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, var(--green-600), var(--green-700));
  transition: width .6s ease;
}
.seat-bar.low span { background: linear-gradient(90deg, #e67e22, #c0392b); }
.seat-bar.open span { background: linear-gradient(90deg, var(--green-600), var(--green-700)); }

.trip-card-foot {
  display: flex; align-items: center; justify-content: space-between; gap: .8rem;
  padding: 1rem 1.4rem 1.3rem; border-top: 1px dashed var(--border); margin-top: 1rem;
}
.trip-price small { display: block; font-size: .74rem; color: var(--muted); }
.trip-price strong {
  font-family: var(--font-head); font-size: 1.35rem; font-weight: 700; color: var(--green-700); line-height: 1.15;
}
.trip-price strong em { font-style: normal; font-size: .8rem; font-weight: 500; color: var(--muted); }

/* ── Steps ─────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; position: relative; }
.step-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 2.2rem 1.6rem 1.8rem; text-align: center; position: relative;
  box-shadow: var(--shadow-sm); transition: transform .25s;
}
.step-card:hover { transform: translateY(-5px); }
.step-num {
  width: 58px; height: 58px; margin: 0 auto 1.1rem; position: relative;
  background: linear-gradient(145deg, var(--green-700), var(--green-900));
  color: var(--gold-300); font-family: var(--font-head); font-weight: 700; font-size: 1.4rem;
  display: grid; place-items: center;
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}
.step-card h3 { font-size: 1.1rem; margin-bottom: .5rem; }
.step-card p { color: var(--muted); font-size: .9rem; }
.step-line {
  content: ''; position: absolute; top: 62px; left: calc(16.66% + 60px); right: calc(16.66% + 60px);
  border-top: 2px dashed var(--gold-400); opacity: .55;
}

/* ── Why us ─────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.why-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.8rem 1.5rem; box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.why-icon {
  width: 56px; height: 56px; margin-bottom: 1rem;
  background: linear-gradient(145deg, var(--green-700), var(--green-900));
  color: var(--gold-300);
  display: grid; place-items: center;
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}
.why-icon .ico { width: 26px; height: 26px; }
.why-card h3 { font-size: 1.05rem; margin-bottom: .45rem; }
.why-card p { color: var(--muted); font-size: .9rem; }

/* ── About ─────────────────────────────── */
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 3.5rem; align-items: center; }
.about-visual { position: relative; padding-bottom: 2rem; }
.about-arch {
  width: 78%; aspect-ratio: 4/5; border-radius: 999px 999px 20px 20px; overflow: hidden;
  border: 3px solid var(--gold-400); box-shadow: var(--shadow-lg);
}
.about-arch img { width: 100%; height: 100%; object-fit: cover; }
.about-arch-sm {
  position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 1; z-index: 2;
  border-radius: 999px 999px 16px 16px; overflow: hidden;
  border: 4px solid var(--cream); box-shadow: var(--shadow-md);
}
.about-arch-sm img { width: 100%; height: 100%; object-fit: cover; }
.about-exp {
  position: absolute; left: 4%; bottom: 6%; z-index: 3;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: var(--green-950); border-radius: 16px; padding: .9rem 1.2rem; text-align: center;
  font-family: var(--font-head); box-shadow: var(--shadow-md);
}
.about-exp strong { display: block; font-size: 1.6rem; font-weight: 800; line-height: 1.1; }
.about-exp span { font-size: .78rem; font-weight: 600; }
.about-content .section-eyebrow { margin-bottom: .4rem; }
.about-content h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); margin-bottom: 1rem; }
.about-content > p { color: var(--muted); margin-bottom: 1.4rem; white-space: pre-line; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.2rem; margin-bottom: 1.8rem; }
.about-points li { display: flex; gap: .6rem; align-items: flex-start; font-size: .92rem; font-weight: 500; }
.about-points .ico { color: var(--gold-500); margin-top: .25rem; }

/* ── CTA band ─────────────────────────── */
.cta-band {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(700px 300px at 15% 120%, rgba(212,175,55,.25), transparent 60%),
    linear-gradient(120deg, var(--green-900), var(--green-700));
  border-top: 3px solid var(--gold-500);
}
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: var(--pattern-gold); }
.cta-band-inner {
  position: relative; display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; padding: 3.2rem 0; flex-wrap: wrap;
}
.cta-band-arabic { font-family: var(--font-arabic); color: var(--gold-300); font-size: 1.3rem; margin-bottom: .3rem; }
.cta-band h2 { color: #fff; font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: .4rem; }
.cta-band p { color: #c8dcd2; }
.cta-band-actions { display: flex; gap: .9rem; flex-wrap: wrap; }

/* ── Footer ─────────────────────────────── */
.footer { background: var(--green-950); color: #b9cfc5; position: relative; }
.footer::before { content: ''; position: absolute; inset: 0; background-image: var(--pattern-gold); opacity: .35; pointer-events: none; }
.footer .container { position: relative; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1.3fr 1.3fr; gap: 2.5rem;
  padding: 3.5rem 0 2.5rem;
}
.footer h4 {
  color: var(--gold-300); font-size: 1rem; margin-bottom: 1.1rem; position: relative; padding-bottom: .55rem;
}
.footer h4::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px;
  background: linear-gradient(90deg, var(--gold-500), transparent);
}
.footer-about { font-size: .88rem; margin: 1rem 0; }
.footer-license { display: flex; align-items: center; gap: .5rem; font-size: .82rem; color: var(--gold-300); }
.footer-links li { margin-bottom: .55rem; font-size: .9rem; }
.footer-links a { transition: color .2s, padding-left .2s; }
.footer-links a:hover { color: var(--gold-300); padding-left: 5px; }
.footer-contact li { display: flex; gap: .6rem; margin-bottom: .7rem; font-size: .88rem; align-items: flex-start; }
.footer-contact .ico { color: var(--gold-400); margin-top: .3rem; }
.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, .2); padding: 1.4rem 0 1.8rem; text-align: center; font-size: .85rem;
}
.footer-arabic { font-family: var(--font-arabic); color: var(--gold-300); font-size: 1.15rem; margin-bottom: .35rem; }

/* ── LINE FAB ─────────────────────────── */
.line-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: flex; align-items: center; gap: .6rem;
  background: linear-gradient(135deg, #10d463, var(--line-dark)); color: #fff;
  padding: .8rem 1.3rem .8rem 1rem; border-radius: 999px;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem;
  box-shadow: 0 12px 30px rgba(6, 199, 85, .45);
  transition: transform .2s;
}
.line-fab:hover { transform: scale(1.06); }
.line-fab svg { width: 26px; height: 26px; fill: #fff; }
.line-fab-pulse {
  position: absolute; inset: 0; border-radius: 999px;
  border: 2px solid var(--line); animation: pulse 2s ease-out infinite; pointer-events: none;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* ── Modal ─────────────────────────────── */
.modal { position: fixed; inset: 0; z-index: 200; display: none; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4, 33, 24, .72); backdrop-filter: blur(5px); }
.modal-card {
  position: relative; z-index: 2; max-width: 400px; margin: 5vh auto; max-height: 90vh; overflow: auto;
  background: #fff; border-radius: var(--radius-lg); padding: 2.2rem 1.9rem 1.9rem;
  box-shadow: var(--shadow-lg); text-align: center;
  border-top: 5px solid var(--line);
  animation: modalIn .3s ease;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.modal-close {
  position: absolute; top: 12px; right: 16px; font-size: 1.7rem; color: var(--muted); line-height: 1;
}
.modal-close:hover { color: var(--ink); }
.modal-line-ico { width: 52px; height: 52px; fill: var(--line); margin-bottom: .4rem; }
.modal-head h3 { font-size: 1.2rem; margin-bottom: .35rem; }
.modal-head p { color: var(--muted); font-size: .88rem; margin-bottom: 1.2rem; }
.modal-qr {
  width: 210px; height: 210px; margin: 0 auto 1rem; border-radius: 16px;
  border: 2px dashed var(--gold-400); background: #fff;
  display: grid; place-items: center; padding: 12px;
}
.modal-qr img, .modal-qr canvas, .modal-qr table { max-width: 100%; max-height: 100%; }
.modal-line-id { font-size: .95rem; margin-bottom: 1.2rem; }
.modal-line-id strong { color: var(--line-dark); font-family: var(--font-head); }
.modal-actions { display: flex; flex-direction: column; gap: .7rem; }

/* ── โมดัลรายละเอียดเจาะลึกแพ็คเกจ ────── */
.pkg-detail-btn { margin-bottom: .55rem; border-width: 1.5px; font-size: .84rem; }
.pkg-modal-card {
  max-width: 660px; text-align: left; border-top-color: var(--gold-500);
  padding: 1.9rem 1.8rem 1.7rem;
}
.pkgm-head { margin-bottom: 1.1rem; padding-right: 2rem; }
.pkgm-tier {
  display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .7rem;
  letter-spacing: .14em; text-transform: uppercase;
  padding: .2rem .8rem; border-radius: 999px; margin-bottom: .4rem; color: #fff;
}
.pkgm-tier.tier-standard { background: linear-gradient(135deg, var(--green-600), var(--green-800)); }
.pkgm-tier.tier-premium { background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); }
.pkgm-tier.tier-vip { background: linear-gradient(135deg, #232a26, var(--green-950)); color: var(--gold-300); }
.pkgm-head h3 { font-size: 1.35rem; margin-bottom: .2rem; }
.pkgm-price strong { font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; color: var(--green-700); }
.pkgm-price small { color: var(--muted); }
.pkgm-price em { font-style: normal; font-size: .82rem; color: var(--gold-600); font-weight: 600; margin-left: .6rem; }

.pkgm-main {
  position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden;
  background: var(--green-50);
}
.pkgm-main img { width: 100%; height: 100%; object-fit: cover; }
.pkgm-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(4,33,24,.55); color: #fff; font-size: 1.5rem; line-height: 1;
  display: grid; place-items: center; backdrop-filter: blur(3px); transition: background .2s;
}
.pkgm-nav:hover { background: var(--gold-500); color: var(--green-950); }
.pkgm-nav.prev { left: 12px; }
.pkgm-nav.next { right: 12px; }
.pkgm-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem 1rem .65rem;
  background: linear-gradient(180deg, transparent, rgba(4,33,24,.85));
  color: #fff; font-size: .85rem; font-weight: 500;
}
.pkgm-thumbs { display: flex; gap: .5rem; margin-top: .6rem; flex-wrap: wrap; }
.pkgm-thumbs img {
  width: 74px; height: 50px; object-fit: cover; border-radius: 8px; cursor: pointer;
  border: 2.5px solid transparent; opacity: .75; transition: all .2s;
}
.pkgm-thumbs img:hover { opacity: 1; }
.pkgm-thumbs img.active { border-color: var(--gold-500); opacity: 1; }

.pkgm-detail { color: #46564d; font-size: .92rem; margin-top: 1.1rem; }
.pkgm-info { margin-top: .9rem; display: flex; flex-direction: column; gap: .4rem; font-size: .88rem; }
.pkgm-info b { color: var(--green-900); font-weight: 600; }
.pkgm-features {
  margin-top: .9rem; display: grid; grid-template-columns: 1fr 1fr; gap: .35rem .9rem;
  font-size: .85rem; color: var(--ink);
  background: var(--green-50); border: 1px solid var(--green-100); border-radius: 12px;
  padding: .8rem 1rem;
}
.pkg-modal-card .modal-actions { margin-top: 1.2rem; }
@media (max-width: 560px) {
  .pkgm-features { grid-template-columns: 1fr; }
  .pkg-modal-card { margin: 2vh 3vw; }
}

/* ── Page hero (trips list / detail) ────── */
.page-hero {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  background:
    radial-gradient(700px 320px at 80% -20%, rgba(212,175,55,.2), transparent 60%),
    linear-gradient(140deg, var(--green-950), var(--green-800));
  padding: 3.6rem 0;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: var(--pattern-gold); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: .5rem; }
.page-hero p { color: #c8dcd2; max-width: 620px; margin: 0 auto; }
.breadcrumb {
  position: relative; display: flex; justify-content: center; gap: .5rem; font-size: .85rem;
  color: #9fbcb0; margin-bottom: .9rem; flex-wrap: wrap;
}
.breadcrumb a:hover { color: var(--gold-300); }
.breadcrumb .sep { color: var(--gold-400); }

/* ── Filter tabs ─────────────────────── */
.filter-tabs { display: flex; justify-content: center; gap: .7rem; margin-bottom: 2.4rem; flex-wrap: wrap; }
.filter-tab {
  font-family: var(--font-head); font-weight: 600; font-size: .92rem;
  padding: .55rem 1.5rem; border-radius: 999px; border: 1.5px solid var(--border);
  background: #fff; color: var(--muted); transition: all .2s;
}
.filter-tab:hover { border-color: var(--green-700); color: var(--green-700); }
.filter-tab.active {
  background: linear-gradient(145deg, var(--green-700), var(--green-900));
  color: #fff; border-color: var(--green-700);
  box-shadow: 0 6px 18px rgba(14, 90, 60, .35);
}

.empty-state { text-align: center; padding: 4rem 1rem; color: var(--muted); }
.empty-state .big { font-size: 3rem; margin-bottom: .8rem; }

/* ═══════════ Trip detail ═══════════ */
.trip-hero { position: relative; min-height: 420px; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.trip-hero-bg { position: absolute; inset: 0; }
.trip-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.trip-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,33,24,.35), rgba(4,33,24,.88) 90%);
}
.trip-hero .container { position: relative; z-index: 2; padding-bottom: 2.6rem; padding-top: 5rem; }
.trip-hero .breadcrumb { justify-content: flex-start; }
.trip-hero h1 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.4rem); margin: .4rem 0 .5rem; }
.trip-hero-sub { color: #d5e5dd; max-width: 700px; }
.trip-hero-meta { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.1rem; }
.meta-chip {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.12); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.2);
  font-size: .85rem; padding: .35rem .95rem; border-radius: 999px;
}
.meta-chip .ico { color: var(--gold-300); }

.trip-layout {
  display: grid; grid-template-columns: 1fr 350px; gap: 2.4rem;
  padding: 2.8rem 0 4.5rem; align-items: flex-start;
}
.trip-main { min-width: 0; }

.anchor-nav {
  display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2rem;
  position: sticky; top: 84px; z-index: 40;
  background: var(--cream); padding: .6rem 0; border-bottom: 1px solid var(--border);
}
.anchor-nav a {
  font-family: var(--font-head); font-size: .86rem; font-weight: 500;
  padding: .4rem 1.1rem; border-radius: 999px; border: 1px solid var(--border); background: #fff;
  transition: all .2s;
}
.anchor-nav a:hover { border-color: var(--gold-500); color: var(--gold-600); }

.content-block { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.8rem 1.9rem; margin-bottom: 1.8rem; box-shadow: var(--shadow-sm); scroll-margin-top: 140px; }
.content-block > h2 {
  font-size: 1.25rem; margin-bottom: 1.1rem; display: flex; align-items: center; gap: .6rem;
}
.content-block > h2::before {
  content: ''; width: 8px; height: 26px; border-radius: 4px;
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
}
.content-block .desc { color: #46564d; white-space: pre-line; }

.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1.4rem; margin-top: .6rem; }
.check-list li { display: flex; gap: .6rem; align-items: flex-start; font-size: .93rem; }
.check-list .ico { color: var(--green-600); margin-top: .3rem; }
.check-list.exclude .ico { color: #c0392b; }
.check-list.single { grid-template-columns: 1fr; }

/* Packages */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.3rem; }
.pkg-card {
  position: relative; border-radius: var(--radius); background: #fff;
  border: 1.5px solid var(--border); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.pkg-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.pkg-head { padding: 1.15rem 1.3rem .9rem; color: #fff; position: relative; }
.pkg-card.tier-standard .pkg-head { background: linear-gradient(135deg, var(--green-600), var(--green-800)); }
.pkg-card.tier-premium .pkg-head { background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); }
.pkg-card.tier-vip .pkg-head { background: linear-gradient(135deg, #232a26, var(--green-950)); }
.pkg-card.tier-premium { border-color: var(--gold-400); }
.pkg-card.tier-vip { border-color: var(--green-900); box-shadow: 0 8px 30px rgba(4,33,24,.25); }
.pkg-tier-label { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; opacity: .85; font-family: var(--font-head); }
.pkg-head h3 { color: #fff; font-size: 1.25rem; }
.pkg-card.tier-vip .pkg-head h3, .pkg-card.tier-vip .pkg-tier-label { color: var(--gold-300); }
.pkg-ribbon {
  position: absolute; top: 14px; right: -34px; transform: rotate(45deg);
  background: #e74c3c; color: #fff; font-size: .7rem; font-weight: 700; font-family: var(--font-head);
  padding: .25rem 2.6rem; box-shadow: 0 3px 8px rgba(0,0,0,.25); z-index: 5;
}
.pkg-price { padding: 1.05rem 1.3rem .35rem; }
.pkg-price strong { font-family: var(--font-head); font-size: 1.75rem; font-weight: 800; color: var(--green-800); line-height: 1.1; }
.pkg-price small { color: var(--muted); font-size: .8rem; margin-left: .3rem; }
.pkg-deposit { padding: 0 1.3rem .6rem; font-size: .8rem; color: var(--gold-600); font-weight: 500; }
.pkg-details { padding: .4rem 1.3rem .9rem; display: flex; flex-direction: column; gap: .55rem; font-size: .86rem; border-top: 1px dashed var(--border); margin-top: .3rem; padding-top: .9rem; }
.pkg-details li { display: flex; gap: .55rem; align-items: flex-start; }
.pkg-details .ico { color: var(--gold-600); margin-top: .3rem; font-size: 1rem; }
.pkg-features { padding: .8rem 1.3rem 1rem; border-top: 1px dashed var(--border); flex: 1; }
.pkg-features li { display: flex; gap: .5rem; font-size: .84rem; margin-bottom: .45rem; align-items: flex-start; }
.pkg-features .ico { color: var(--green-600); margin-top: .28rem; }
.pkg-foot { padding: 0 1.3rem 1.3rem; }
.pkg-seats { font-size: .78rem; color: #c0392b; font-weight: 600; margin-bottom: .6rem; display: flex; align-items: center; gap: .4rem; }
.pkg-seats.ok { color: var(--green-600); }
.pkg-card.soldout::after {
  content: 'เต็มแล้ว'; position: absolute; inset: 0; z-index: 6;
  background: rgba(255,255,255,.72); backdrop-filter: blur(2px);
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 800; font-size: 1.6rem; color: #c0392b;
}

/* ── Period rows (ช่วงเวลาเดินทาง) ────────── */
.period-list { display: flex; flex-direction: column; gap: .8rem; }
.period-row {
  display: grid; grid-template-columns: 64px 1.25fr 1fr auto; gap: 1.1rem; align-items: center;
  border: 1.5px solid var(--border); border-radius: 14px; padding: .85rem 1.1rem;
  background: #fff; transition: border-color .2s, box-shadow .2s;
}
.period-row:hover { border-color: var(--gold-400); box-shadow: var(--shadow-sm); }
.period-row.low { border-color: #f0c9a8; background: #fffaf4; }
.period-row.soldout { opacity: .62; background: #f6f6f4; }
.pr-cal {
  width: 64px; height: 64px; border-radius: 12px; text-align: center;
  background: linear-gradient(145deg, var(--green-700), var(--green-900));
  color: #fff; display: flex; flex-direction: column; justify-content: center;
  box-shadow: inset 0 0 0 1.5px rgba(212,175,55,.45);
}
.pr-cal .m { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--gold-300); line-height: 1.15; }
.pr-cal .y { font-size: .72rem; color: #c8dcd2; }
.period-row.soldout .pr-cal { background: #9aa8a0; box-shadow: none; }
.pr-info strong { display: block; font-family: var(--font-head); font-size: 1rem; color: var(--green-900); }
.pr-info small { color: var(--muted); font-size: .8rem; }
.pr-seats small { display: block; font-size: .78rem; color: var(--muted); margin-top: .35rem; }
.pr-seats small b { color: var(--green-700); font-family: var(--font-head); }
.period-row.low .pr-seats small b { color: #c0392b; }
.pr-seats .seat-bar { margin-top: 0; }
.pr-seats .soldout-text { color: #c0392b; font-weight: 600; margin-top: 0; }
.pr-action { display: flex; flex-direction: column; align-items: flex-end; gap: .45rem; }
.pr-badge {
  font-family: var(--font-head); font-size: .72rem; font-weight: 700;
  padding: .18rem .75rem; border-radius: 999px;
}
.pr-badge.open { background: #e7f6ee; color: #14804a; }
.pr-badge.low { background: #fdefe3; color: #c2591b; }
.pr-badge.soldout { background: #fdeceb; color: #c0392b; }
.period-note {
  margin-top: 1rem; font-size: .84rem; color: var(--green-800);
  background: var(--green-50); border: 1px dashed var(--green-100);
  border-radius: 10px; padding: .6rem .9rem;
}

/* Itinerary timeline */
.timeline { position: relative; margin-left: .4rem; padding-left: 1.9rem; }
.timeline::before {
  content: ''; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(180deg, var(--gold-400), var(--green-100));
}
.tl-item { position: relative; padding-bottom: 1.6rem; }
.tl-item:last-child { padding-bottom: .2rem; }
.tl-item::before {
  content: ''; position: absolute; left: -1.9rem; top: 7px; width: 14px; height: 14px;
  background: var(--gold-400); border: 3px solid #fff; border-radius: 50%;
  box-shadow: 0 0 0 2px var(--gold-400);
}
.tl-day {
  display: inline-block; font-family: var(--font-head); font-weight: 600; font-size: .76rem;
  background: var(--green-50); color: var(--green-700); border: 1px solid var(--green-100);
  padding: .15rem .8rem; border-radius: 999px; margin-bottom: .35rem;
}
.tl-item h3 { font-size: 1.02rem; margin-bottom: .3rem; }
.tl-item p { color: var(--muted); font-size: .9rem; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.gallery-item { position: relative; aspect-ratio: 4/3; border-radius: 14px; overflow: hidden; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.07); }
.lightbox {
  position: fixed; inset: 0; z-index: 300; background: rgba(4,33,24,.92);
  display: none; place-items: center; padding: 4vh 4vw; cursor: zoom-out;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: 100%; max-height: 90vh; border-radius: 12px; box-shadow: var(--shadow-lg); }

/* Sidebar booking card */
.trip-aside { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 1.3rem; }
.book-card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  border: 1.5px solid var(--gold-400); box-shadow: var(--shadow-md);
}
.book-card-head {
  background: linear-gradient(135deg, var(--green-800), var(--green-950));
  color: #fff; padding: 1.2rem 1.4rem; position: relative; overflow: hidden;
}
.book-card-head::before { content: ''; position: absolute; inset: 0; background-image: var(--pattern-gold); opacity: .5; }
.book-card-head small { position: relative; color: #b9cfc5; font-size: .78rem; }
.book-card-head .price { position: relative; font-family: var(--font-head); font-weight: 800; font-size: 1.9rem; color: var(--gold-300); line-height: 1.2; }
.book-card-head .price em { font-style: normal; font-size: .85rem; font-weight: 500; color: #c8dcd2; }
.book-card-body { padding: 1.2rem 1.4rem 1.4rem; }
.book-pkg-list { margin-bottom: 1.1rem; }
.book-pkg-list li {
  display: flex; justify-content: space-between; align-items: center; gap: .6rem;
  padding: .55rem 0; border-bottom: 1px dashed var(--border); font-size: .88rem;
}
.book-pkg-list li:last-child { border-bottom: 0; }
.book-pkg-list .nm { display: flex; align-items: center; gap: .5rem; font-weight: 500; }
.book-pkg-list .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.dot.tier-standard { background: var(--green-600); }
.dot.tier-premium { background: var(--gold-500); }
.dot.tier-vip { background: var(--green-950); box-shadow: 0 0 0 2px var(--gold-400); }
.book-pkg-list .pr { font-family: var(--font-head); font-weight: 700; color: var(--green-700); white-space: nowrap; }
.book-periods {
  background: #fdf8ea; border: 1px solid var(--gold-100); border-radius: 12px;
  padding: .75rem .95rem; margin-bottom: 1.1rem;
}
.bp-title { font-family: var(--font-head); font-weight: 600; font-size: .8rem; color: var(--gold-600); display: block; margin-bottom: .35rem; }
.book-periods li {
  display: flex; justify-content: space-between; gap: .6rem; font-size: .83rem;
  padding: .3rem 0; border-bottom: 1px dashed var(--gold-100);
}
.book-periods li:last-child { border-bottom: 0; }
.book-periods em { font-style: normal; font-family: var(--font-head); font-weight: 700; color: var(--green-700); white-space: nowrap; }
.book-periods em.low { color: #c0392b; }
.book-periods .bp-more a { color: var(--gold-600); font-weight: 600; font-size: .8rem; }
.book-actions { display: flex; flex-direction: column; gap: .65rem; }
.book-note { text-align: center; font-size: .78rem; color: var(--muted); margin-top: .8rem; }
.trust-list { background: var(--green-50); border: 1px solid var(--green-100); border-radius: var(--radius); padding: 1.1rem 1.3rem; }
.trust-list li { display: flex; gap: .6rem; font-size: .85rem; padding: .35rem 0; align-items: flex-start; }
.trust-list .ico { color: var(--green-600); margin-top: .3rem; }

/* ── Responsive ─────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3.4rem; text-align: center; }
  .hero-sub { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-float-1 { left: 2%; }
  .hero-float-2 { right: 2%; }
  .trips-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .trip-layout { grid-template-columns: 1fr; }
  .trip-aside { position: static; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-visual { max-width: 480px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed; top: 0; right: -300px; width: 280px; height: 100vh;
    background: #fff; flex-direction: column; align-items: flex-start;
    padding: 5.5rem 2rem 2rem; gap: 1.3rem; box-shadow: var(--shadow-lg);
    transition: right .32s ease; z-index: 95;
  }
  .nav-links.open { right: 0; }
  .nav-toggle { display: flex; position: relative; z-index: 100; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .topbar-right .topbar-bismillah { display: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-line { display: none; }
  .period-row { grid-template-columns: 56px 1fr; }
  .pr-cal { width: 56px; height: 56px; }
  .pr-seats { grid-column: 2; }
  .pr-action { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; }
  .check-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 3.2rem 0; }
  .cta-band-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 600px) {
  .trips-grid, .why-grid { grid-template-columns: 1fr; }
  .hide-sm { display: none !important; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-float { display: none; }
  .about-points { grid-template-columns: 1fr; }
  .line-fab-label { display: none; }
  .line-fab { padding: .9rem; }
}
