/* ===== Fargo Travels — Premium Design System ===== */
:root {
  --navy: #0a2540;
  --navy-deep: #061a30;
  --blue: #2f86ff;
  --blue-ink: #1b6ef3;
  --blue-dark: #0b54c9;
  --sky: #e8f1ff;
  --gold: #f5a623;
  --gold-dark: #d98e0c;
  --ink: #15212f;
  --slate: #586a80;
  --slate-light: #8597ad;
  --line: #e6ecf5;
  --bg: #ffffff;
  --bg-soft: #f5f9fe;
  --white: #ffffff;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-xs: 0 1px 3px rgba(10,37,64,.06);
  --shadow-sm: 0 4px 18px rgba(10,37,64,.07);
  --shadow-md: 0 18px 50px rgba(10,37,64,.13);
  --shadow-gold: 0 10px 28px rgba(245,166,35,.4);
  --maxw: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-ink); text-decoration: none; }
svg { display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; }
.section-soft { background: var(--bg-soft); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: .15em;
  font-size: .76rem; font-weight: 700; color: var(--blue-ink); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; }
h1, h2, h3 { line-height: 1.12; color: var(--navy); font-weight: 800; letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 3.85rem); }
h2 { font-size: clamp(1.95rem, 3.6vw, 2.85rem); }
h3 { font-size: 1.28rem; }
p { color: var(--slate); }
.lead { font-size: 1.2rem; color: var(--slate); max-width: 680px; }
.center { text-align: center; }
.center .lead, .center .eyebrow { margin-left: auto; margin-right: auto; }
.center .eyebrow { display: flex; justify-content: center; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 1.02rem; padding: 16px 30px; border-radius: 999px;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, background .18s ease;
  cursor: pointer; border: none; white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; }
.btn-call { background: var(--gold); color: var(--navy-deep); box-shadow: var(--shadow-gold); }
.btn-call:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(245,166,35,.5); }
.btn-primary { background: var(--blue-ink); color: #fff; box-shadow: 0 10px 26px rgba(27,110,243,.32); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-3px); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-lg { padding: 19px 38px; font-size: 1.1rem; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 42px; height: 42px; flex: none; }
.brand-name { font-weight: 800; color: var(--navy); font-size: 1.32rem; letter-spacing: -.03em; }
.brand-name span { color: var(--blue-ink); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { color: var(--ink); font-weight: 600; font-size: .98rem; position: relative; padding: 4px 0; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--blue-ink); border-radius: 2px; transition: width .22s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--blue-ink); }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-weight: 800; color: var(--navy); white-space: nowrap; line-height: 1.1; }
.nav-phone small { display: block; font-weight: 600; font-size: .66rem; color: var(--slate); letter-spacing: .09em; text-transform: uppercase; }
.menu-toggle { display: none; background: none; border: none; color: var(--navy); cursor: pointer; padding: 4px; }
.menu-toggle svg { width: 28px; height: 28px; }

/* ===== Hero ===== */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--navy-deep); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(47,134,255,.4), transparent 46%),
    linear-gradient(115deg, var(--navy-deep) 30%, rgba(6,26,48,.7) 70%, rgba(16,58,107,.55) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 104px 0 116px; max-width: 760px; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: #7fb0ff; }
.hero .lead { color: #d8e5f8; margin: 24px 0 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-note { color: #9fc0ec; font-size: .94rem; margin-top: 20px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hero-note svg { width: 17px; height: 17px; color: var(--gold); }
.hero-badges { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 50px; }
.hero-badge { display: flex; align-items: center; gap: 11px; color: #cfe0f7; font-weight: 600; font-size: .96rem; }
.hero-badge svg { width: 22px; height: 22px; color: #7fb0ff; flex: none; }

/* ===== Trust counters bar ===== */
.statbar { background: var(--white); border-bottom: 1px solid var(--line); }
.statbar-inner { display: flex; justify-content: space-around; gap: 24px; flex-wrap: wrap; padding: 34px 0; text-align: center; }
.stat-num { font-size: 2rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.stat-num span { color: var(--gold-dark); }
.stat-label { font-size: .82rem; color: var(--slate); text-transform: uppercase; letter-spacing: .09em; margin-top: 2px; }

/* ===== Cards / grids ===== */
.grid { display: grid; gap: 26px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 28px; box-shadow: var(--shadow-xs);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease, border-color .22s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.card-icon {
  width: 58px; height: 58px; border-radius: 15px;
  background: linear-gradient(135deg, var(--sky), #d6e7ff); color: var(--blue-ink);
  display: grid; place-items: center; margin-bottom: 20px;
}
.card-icon svg { width: 28px; height: 28px; }
.card-num { width: 52px; height: 52px; border-radius: 14px; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 1.3rem; margin-bottom: 20px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .99rem; }

/* ===== Split ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; }
.split-media .floater {
  position: absolute; bottom: -24px; left: -24px; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-md); padding: 18px 22px; display: flex; align-items: center; gap: 14px;
}
.floater-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--sky); color: var(--blue-ink); display: grid; place-items: center; }
.floater-ic svg { width: 24px; height: 24px; }
.floater b { display: block; color: var(--navy); font-size: 1.05rem; }
.floater span { font-size: .82rem; color: var(--slate); }
.split .stack > * + * { margin-top: 16px; }
.checklist { list-style: none; margin-top: 24px; display: grid; gap: 15px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-weight: 600; color: var(--ink); }
.checklist svg { width: 23px; height: 23px; flex: none; color: var(--blue-ink); margin-top: 1px; }

/* ===== Destinations showcase ===== */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.dest {
  position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4;
  box-shadow: var(--shadow-sm);
}
.dest img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dest:hover img { transform: scale(1.08); }
.dest::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,26,48,.82) 8%, rgba(6,26,48,.1) 55%, transparent); }
.dest-label { position: absolute; left: 18px; bottom: 16px; z-index: 2; color: #fff; }
.dest-label b { font-size: 1.15rem; font-weight: 800; display: block; }
.dest-label span { font-size: .82rem; color: #cfe0f7; }
.dest-tall { grid-row: span 1; }

/* ===== Page hero ===== */
.page-hero { position: relative; background: var(--navy-deep); color: #fff; padding: 84px 0; text-align: center; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 20%, rgba(47,134,255,.35), transparent 48%), linear-gradient(120deg, var(--navy-deep), var(--navy)); }
.page-hero > * { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #cfe0f7; max-width: 660px; margin: 18px auto 0; font-size: 1.12rem; }
.breadcrumb { color: #8db4e6; font-size: .88rem; margin-bottom: 16px; }
.breadcrumb a { color: #8db4e6; }

/* ===== Prose ===== */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { margin: 44px 0 16px; font-size: 1.75rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 10px; color: var(--blue-ink); }
.prose p { margin-bottom: 16px; font-size: 1.06rem; }
.prose ul { margin: 0 0 20px 4px; color: var(--slate); list-style: none; display: grid; gap: 12px; }
.prose ul li { display: flex; gap: 12px; align-items: flex-start; }
.prose ul li::before { content: ""; width: 20px; height: 20px; flex: none; margin-top: 4px; background: var(--sky) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b6ef3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat; border-radius: 6px; }

/* ===== Testimonials ===== */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-xs); }
.stars { display: flex; gap: 3px; margin-bottom: 16px; color: var(--gold); }
.stars svg { width: 18px; height: 18px; }
.quote p { color: var(--ink); font-size: 1.02rem; line-height: 1.6; }
.quote-by { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: .95rem; flex: none; }
.quote-by b { display: block; color: var(--navy); font-size: .96rem; }
.quote-by span { font-size: .82rem; color: var(--slate); }
.placeholder-note { text-align: center; margin-top: 26px; font-size: .86rem; color: var(--slate-light); }

/* ===== FAQ ===== */
.faq { max-width: 800px; margin: 44px auto 0; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 24px; font-size: 1.08rem; font-weight: 700; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: var(--font); }
.faq-q svg { width: 22px; height: 22px; color: var(--blue-ink); flex: none; transition: transform .25s ease; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 24px 22px; color: var(--slate); font-size: 1rem; }
.faq-item.open .faq-a { max-height: 300px; }

/* ===== CTA band ===== */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--blue-ink), var(--blue-dark)); color: #fff; text-align: center; border-radius: var(--radius-lg); padding: 64px 32px; box-shadow: var(--shadow-md); }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.18), transparent 45%); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #dce9ff; margin: 14px auto 28px; max-width: 560px; font-size: 1.1rem; }
.cta-phone { display: inline-flex; align-items: center; gap: 12px; font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; color: #fff; }
.cta-phone svg { width: 34px; height: 34px; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.info-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.info-card .card-icon { margin: 0; flex: none; width: 50px; height: 50px; }
.info-card .card-icon svg { width: 24px; height: 24px; }
.info-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--navy); font-size: .92rem; }
.field input, .field textarea { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 11px; font-family: var(--font); font-size: 1rem; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,134,255,.12); }

/* ===== Footer ===== */
.site-footer { background: var(--navy-deep); color: #aec3de; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.site-footer a { color: #aec3de; display: block; margin-bottom: 10px; font-size: .95rem; transition: color .15s ease; }
.site-footer a:hover { color: #fff; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { color: #84a0c2; margin-top: 16px; font-size: .94rem; max-width: 320px; }
.footer-call { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 800; font-size: 1.32rem; margin-top: 14px; }
.footer-call svg { width: 22px; height: 22px; color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 46px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: #7891b2; }
.footer-bottom a { display: inline; color: #7891b2; }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; }
.footer-disclaimer p { color: #8aa0bd; font-size: .82rem; line-height: 1.6; max-width: 900px; }

/* ===== Compliance disclosure strip ===== */
.disclosure-strip { background: #fff8ec; border-top: 1px solid #f0dfbc; border-bottom: 1px solid #f0dfbc; }
.disclosure-strip .wrap { display: flex; align-items: flex-start; gap: 12px; padding: 16px 24px; }
.disclosure-strip svg { width: 20px; height: 20px; flex: none; color: var(--gold-dark); margin-top: 2px; }
.disclosure-strip p { font-size: .9rem; color: #6f5a2e; margin: 0; }
.disclosure-strip strong { color: #5d4a22; }

/* ===== Sticky mobile call bar ===== */
.callbar { display: none; }
.callbar a { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--gold); color: var(--navy-deep); font-weight: 800; font-size: 1.05rem; padding: 15px; text-decoration: none; }
.callbar svg { width: 20px; height: 20px; }

/* ===== Scroll reveal ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .quote-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .split-media .floater { left: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-phone small { display: none; }
  .menu-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: #fff; padding: 20px 24px; border-bottom: 1px solid var(--line); gap: 18px; box-shadow: var(--shadow-md); }
  .nav-links.open a::after { display: none; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .grid-4, .grid-3, .grid-2, .footer-grid, .dest-grid { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  /* tighter, uncramped header: logo + menu only, phone lives in the sticky bar */
  .nav { height: 62px; }
  .brand-logo { width: 36px; height: 36px; }
  .brand-name { font-size: 1.12rem; }
  .nav-phone { display: none; }
  .nav-cta { gap: 6px; }
  .nav-cta .btn-call { display: none; }
  .menu-toggle svg { width: 26px; height: 26px; }
  .nav-links.open { top: 62px; }
  /* hero sized for a phone */
  .hero-inner { padding: 46px 0 60px; }
  .hero h1 { font-size: 2.05rem; }
  .hero .lead { font-size: 1.02rem; margin: 16px 0 24px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn, .btn-lg { padding: 15px 22px; font-size: 1rem; }
  .hero-badges { gap: 14px 20px; margin-top: 30px; }
  .hero-note { font-size: .86rem; }
  /* typography down a notch */
  h2 { font-size: 1.6rem; }
  .lead { font-size: 1.02rem; }
  .eyebrow { font-size: .7rem; }
  .page-hero { padding: 54px 0; }
  .page-hero h1 { font-size: 2rem; }
  .page-hero p { font-size: 1rem; }
  .prose p { font-size: 1rem; }
  .cta-band { padding: 44px 22px; }
  .cta-phone { font-size: 1.7rem; }
  .statbar-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 12px; padding: 26px 0; }
  .stat-num { font-size: 1.6rem; }
  /* sticky call bar */
  .callbar { display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; box-shadow: 0 -4px 20px rgba(6,26,48,.18); }
  .callbar a { font-size: 1rem; padding: 14px; }
  body { padding-bottom: 54px; }
  .split-media .floater { position: static; margin-top: 16px; box-shadow: var(--shadow-sm); }
}
