/* ============================================
   IFTA Tax v2 — Clean Minimal Design
   Font: Lato (100, 300, 400, 700, 900)
   Colors: Navy #1a2d6b · Red #c8302c · Green #1a6e35
   Philosophy: Phone first. White space. Plain English.
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body { font-family: 'Lato', sans-serif; background: #fff; color: #1a1a1a; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ─── HEADER ─────────────────────────────── */
.f2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  border-bottom: 1px solid #e4e6ef;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.f2-brand-title { font-size: 15px; font-weight: 900; letter-spacing: 0.8px; color: #1a2d6b; text-transform: uppercase; }
.f2-brand-title .thin { font-weight: 100; }
.f2-brand-by { margin-top: 3px; font-size: 9px; font-weight: 300; letter-spacing: 2px; color: #9aa0b4; text-transform: uppercase; }
.f2-nav { display: flex; gap: 28px; align-items: center; }
.f2-nav a { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #555; text-transform: uppercase; padding-bottom: 2px; border-bottom: 1.5px solid transparent; transition: color 0.15s, border-color 0.15s; }
.f2-nav a:hover { color: #1a2d6b; }
.f2-nav a.active { color: #1a2d6b; border-bottom-color: #1a2d6b; }
.f2-phone-wrap { text-align: right; }
.f2-phone-num { font-size: 17px; font-weight: 900; color: #1a2d6b; display: block; }
.f2-phone-label { font-size: 9px; font-weight: 300; letter-spacing: 1.5px; color: #9aa0b4; text-transform: uppercase; margin-top: 2px; display: block; }

/* ─── HERO ───────────────────────────────── */
.f2-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 460px;
  border-bottom: 1px solid #e4e6ef;
}
.f2-hero-image { overflow: hidden; background: #f0f3fa; }
.f2-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.f2-hero-content {
  padding: 60px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  border-left: 1px solid #e4e6ef;
}
.f2-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e8f7ee;
  color: #1a6e35;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 3px;
  width: fit-content;
}
.f2-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #1a6e35; flex-shrink: 0; }
.f2-hero-h1 { font-size: 56px; font-weight: 900; color: #1a2d6b; line-height: 1.0; letter-spacing: -1.5px; }
.f2-hero-h1-light { font-size: 28px; font-weight: 100; color: #9aa0b4; letter-spacing: 4px; text-transform: uppercase; }
.f2-hero-sub { font-size: 14px; font-weight: 300; color: #555; line-height: 1.7; max-width: 320px; }

/* ─── PILL CALL BUTTON ───────────────────── */
.f2-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a2d6b;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 18px 28px;
  border-radius: 50px;
  letter-spacing: -0.3px;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}
.f2-call-btn:hover { background: #14245a; }
.f2-call-btn-arrow {
  width: 30px; height: 30px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.f2-call-btn-red { background: #c8302c; }
.f2-call-btn-red:hover { background: #a82523; }

/* ─── SECONDARY LINK ─────────────────────── */
.f2-secondary-link {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #9aa0b4;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e6ef;
  padding-bottom: 2px;
  width: fit-content;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}
.f2-secondary-link:hover { color: #1a2d6b; border-color: #1a2d6b; }

/* ─── QUARTERLY BAR (SLIM) ───────────────── */
.f2-q-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f7f8fc;
  border-bottom: 1px solid #e4e6ef;
}
.f2-q-cell {
  padding: 12px 20px;
  border-right: 1px solid #e4e6ef;
}
.f2-q-cell:last-child { border-right: none; }
.f2-q-label { font-size: 8px; font-weight: 700; letter-spacing: 1.5px; color: #9aa0b4; text-transform: uppercase; margin-bottom: 3px; }
.f2-q-date { font-size: 13px; font-weight: 900; color: #1a2d6b; margin-bottom: 4px; }
.f2-q-status {
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
}
.f2-q-status.open { background: rgba(26,110,53,0.12); color: #1a6e35; }
.f2-q-status.pastdue { background: rgba(200,48,44,0.1); color: #c8302c; }
.f2-q-status.upcoming { background: #f0f3fa; color: #9aa0b4; }
.f2-q-status.filenow { background: rgba(186,117,23,0.15); color: #854f0b; }
.f2-q-status.alert {
  background: rgba(200,48,44,0.15);
  color: #c8302c;
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.55;} }

/* ─── SECTIONS ───────────────────────────── */
.f2-section { padding: 72px 48px; }
.f2-section-alt { background: #f7f8fc; border-top: 1px solid #e4e6ef; border-bottom: 1px solid #e4e6ef; }
.f2-section-narrow { max-width: 720px; }
.f2-eyebrow { font-size: 9px; font-weight: 700; letter-spacing: 3px; color: #c8302c; text-transform: uppercase; margin-bottom: 14px; }
.f2-divider { width: 36px; height: 3px; background: #c8302c; margin-bottom: 24px; }
.f2-section-h2 { font-size: 38px; font-weight: 900; color: #1a2d6b; line-height: 1.05; letter-spacing: -0.5px; margin-bottom: 20px; }
.f2-section-h2 .light { font-weight: 100; color: #9aa0b4; }
.f2-section-body { font-size: 15px; font-weight: 300; color: #444; line-height: 1.8; max-width: 640px; }
.f2-section-body p { margin-bottom: 1rem; }
.f2-section-body strong { font-weight: 700; color: #1a1a1a; }

/* ─── THREE FACTS ────────────────────────── */
.f2-facts-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: #e4e6ef;
  border-top: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
}
.f2-fact { background: #fff; padding: 36px 32px; }
.f2-fact-num { font-size: 48px; font-weight: 900; color: #1a2d6b; letter-spacing: -1px; line-height: 1; margin-bottom: 6px; }
.f2-fact-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: #9aa0b4; text-transform: uppercase; line-height: 1.5; }

/* ─── CTA BLOCK ──────────────────────────── */
.f2-cta-block {
  padding: 80px 48px;
  text-align: center;
  border-bottom: 1px solid #e4e6ef;
}
.f2-cta-h { font-size: 36px; font-weight: 900; color: #1a2d6b; letter-spacing: -0.5px; margin-bottom: 10px; line-height: 1.1; }
.f2-cta-h .light { font-weight: 100; color: #9aa0b4; }
.f2-cta-sub { font-size: 15px; font-weight: 300; color: #9aa0b4; margin-bottom: 32px; line-height: 1.6; }
.f2-cta-or { font-size: 10px; font-weight: 300; color: #c0c4cf; margin: 20px 0 16px; letter-spacing: 1px; text-transform: uppercase; }
.f2-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #1a2d6b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 22px;
  border-radius: 3px;
  border: 1.5px solid #1a2d6b;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.f2-outline-btn:hover { background: #1a2d6b; color: #fff; }

/* ─── PAGE HERO (inner pages) ────────────── */
.f2-page-hero { padding: 72px 48px 56px; border-bottom: 1px solid #e4e6ef; }
.f2-page-eyebrow { font-size: 9px; font-weight: 700; letter-spacing: 3px; color: #c8302c; text-transform: uppercase; margin-bottom: 16px; }
.f2-page-divider { width: 36px; height: 3px; background: #c8302c; margin-bottom: 28px; }
.f2-page-h1 { font-size: 48px; font-weight: 900; color: #1a2d6b; line-height: 1.0; letter-spacing: -1px; margin-bottom: 20px; }
.f2-page-h1 .light { font-weight: 100; color: #9aa0b4; }
.f2-page-sub { font-size: 16px; font-weight: 300; color: #555; line-height: 1.75; max-width: 640px; }

/* ─── MAP SECTION ────────────────────────── */
.f2-map-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
  min-height: 300px;
}
.f2-map-image { overflow: hidden; background: #111827; }
.f2-map-image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; display: block; }
.f2-map-content { padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; gap: 10px; background: #f7f8fc; }
.f2-map-h { font-size: 34px; font-weight: 900; color: #1a2d6b; line-height: 1.0; letter-spacing: -0.5px; }
.f2-map-light { font-size: 16px; font-weight: 100; color: #9aa0b4; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 8px; }
.f2-map-body { font-size: 14px; font-weight: 300; color: #555; line-height: 1.7; }
.f2-stat-row { display: flex; gap: 10px; margin-top: 20px; }
.f2-stat-box { background: #fff; border: 1px solid #dde1ef; border-radius: 5px; padding: 14px 18px; text-align: center; flex: 1; }
.f2-stat-val { font-size: 30px; font-weight: 900; line-height: 1; }
.f2-stat-val.navy { color: #1a2d6b; }
.f2-stat-val.red { color: #c8302c; }
.f2-stat-label { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; color: #9aa0b4; text-transform: uppercase; margin-top: 4px; line-height: 1.4; }

/* ─── FREE PROMO ─────────────────────────── */
.f2-free-band {
  background: #e8f7ee;
  border-top: 1px solid #c3e6cb;
  border-bottom: 1px solid #c3e6cb;
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.f2-free-text { font-size: 15px; font-weight: 300; color: #1a4d2a; line-height: 1.6; }
.f2-free-text strong { font-weight: 700; }
.f2-free-val { font-size: 48px; font-weight: 900; color: #1a6e35; line-height: 1; flex-shrink: 0; }

/* ─── CALLOUT ────────────────────────────── */
.f2-callout {
  background: #fdf0f0;
  border-left: 4px solid #c8302c;
  padding: 24px 32px;
  margin: 0 48px;
}
.f2-callout-label { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 700; letter-spacing: 2.5px; color: #c8302c; text-transform: uppercase; margin-bottom: 8px; }
.f2-callout-dot { width: 6px; height: 6px; border-radius: 50%; background: #c8302c; }
.f2-callout-text { font-size: 14px; font-weight: 300; color: #444; line-height: 1.65; }
.f2-callout-text strong { font-weight: 700; color: #1a1a1a; }

/* ─── APPLICATION SELECTOR ───────────────── */
.f2-app-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e4e6ef;
  border-top: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
}
.f2-app-card { background: #fff; padding: 36px 32px; display: flex; flex-direction: column; gap: 10px; cursor: pointer; transition: background 0.15s; }
.f2-app-card:hover { background: #f7f8fc; }
.f2-app-num { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; color: #c8302c; text-transform: uppercase; }
.f2-app-h { font-size: 20px; font-weight: 900; color: #1a2d6b; }
.f2-app-body { font-size: 14px; font-weight: 300; color: #666; line-height: 1.65; flex: 1; }
.f2-app-cta { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #1a2d6b; border-bottom: 1.5px solid #1a2d6b; padding-bottom: 2px; width: fit-content; margin-top: 4px; }

/* ─── FORM ───────────────────────────────── */
.f2-form-wrap { max-width: 900px; margin: 0 auto; padding: 0 48px; }
.f2-form-frame { border: 1px solid #e4e6ef; border-radius: 6px; overflow: hidden; background: #fafbfd; min-height: 180px; }
.f2-form-placeholder-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: #9aa0b4; text-transform: uppercase; text-align: center; padding-top: 40px; }
.f2-form-placeholder-text { font-size: 13px; font-weight: 300; color: #bbb; text-align: center; padding: 10px 40px 40px; line-height: 1.6; }

/* ─── CONTACT CARDS ──────────────────────── */
.f2-contact-big { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: #e4e6ef; border-top: 1px solid #e4e6ef; border-bottom: 1px solid #e4e6ef; }
.f2-contact-card { background: #fff; padding: 40px 32px; display: flex; flex-direction: column; gap: 12px; }
.f2-contact-card-label { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; color: #9aa0b4; text-transform: uppercase; }
.f2-contact-card-value { font-size: 20px; font-weight: 900; color: #1a2d6b; line-height: 1.2; }
a.f2-contact-card-value:hover { color: #c8302c; }
.f2-contact-card-note { font-size: 13px; font-weight: 300; color: #777; line-height: 1.6; flex: 1; }
.f2-contact-card-cta { display: inline-flex; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #1a2d6b; border-bottom: 1.5px solid #1a2d6b; padding-bottom: 2px; width: fit-content; margin-top: 8px; cursor: pointer; background: none; border-top: none; border-left: none; border-right: none; }
.f2-contact-card-cta:hover { color: #c8302c; border-bottom-color: #c8302c; }

/* ─── CONTACT STRIP ──────────────────────── */
.f2-contact-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: #e4e6ef; border-top: 1px solid #e4e6ef; }
.f2-contact-item { background: #fff; padding: 28px 32px; }
.f2-contact-item-label { font-size: 9px; font-weight: 700; letter-spacing: 2px; color: #9aa0b4; text-transform: uppercase; margin-bottom: 8px; }
.f2-contact-item-val { font-size: 15px; font-weight: 700; color: #1a2d6b; cursor: pointer; }
.f2-contact-item-val.small { font-size: 13px; }

/* ─── FOOTER ─────────────────────────────── */
.f2-footer { padding: 28px 48px; font-size: 11px; font-weight: 300; color: #aaa; line-height: 1.6; border-top: 1px solid #e4e6ef; }
.f2-footer-disc { font-size: 10px; font-weight: 300; color: #c0c4cf; margin-top: 8px; line-height: 1.65; max-width: 900px; }

/* ─── BAND ───────────────────────────────── */
.f2-band { background: #111827; padding: 24px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.f2-band-text { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.6; }
.f2-band-text strong { color: #fff; font-weight: 700; }
.f2-band-pill { flex-shrink: 0; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 9px 18px; border-radius: 3px; white-space: nowrap; }

/* ─── MOBILE ─────────────────────────────── */
@media (max-width: 768px) {
  .f2-header { flex-wrap: wrap; gap: 12px; padding: 14px 20px; }
  .f2-nav { gap: 14px; flex-wrap: wrap; order: 3; width: 100%; border-top: 1px solid #e4e6ef; padding-top: 12px; }
  .f2-nav a { font-size: 9px; letter-spacing: 1.5px; }
  .f2-phone-wrap { display: none; }
  .f2-hero { grid-template-columns: 1fr; }
  .f2-hero-image { min-height: 280px; }
  .f2-hero-content { padding: 40px 24px; border-left: none; border-top: 1px solid #e4e6ef; gap: 18px; }
  .f2-hero-h1 { font-size: 40px; }
  .f2-hero-h1-light { font-size: 20px; }
  .f2-call-btn { font-size: 16px; padding: 16px 22px; }
  .f2-q-bar { grid-template-columns: 1fr 1fr; }
  .f2-q-cell { padding: 10px 14px; }
  .f2-section { padding: 52px 24px; }
  .f2-section-h2 { font-size: 28px; }
  .f2-facts-row { grid-template-columns: 1fr; }
  .f2-fact { padding: 28px 24px; }
  .f2-fact-num { font-size: 40px; }
  .f2-cta-block { padding: 60px 24px; }
  .f2-cta-h { font-size: 28px; }
  .f2-map-section { grid-template-columns: 1fr; }
  .f2-map-image { min-height: 200px; }
  .f2-map-content { padding: 40px 24px; }
  .f2-map-h { font-size: 26px; }
  .f2-free-band { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .f2-callout { margin: 0 24px; }
  .f2-app-selector { grid-template-columns: 1fr; }
  .f2-contact-big { grid-template-columns: 1fr; }
  .f2-contact-strip { grid-template-columns: 1fr; }
  .f2-band { flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 14px; }
  .f2-form-wrap { padding: 0 20px; }
  .f2-page-hero { padding: 48px 24px 40px; }
  .f2-page-h1 { font-size: 34px; }
  .f2-footer { padding: 24px 20px; }
  .f2-stat-row { flex-wrap: wrap; }
}
