/* ============================================
   Hoffenmer.com — Design System
   Font: Lato (100, 300, 400, 700, 900)
   Colors: Navy #1a2d6b · Red #c8302c · Dark #0a0f1e
   Philosophy: Apple-inspired — brag first, catalog second
   One idea per section. Earn the service grid.
   ============================================ */

@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; scroll-behavior: smooth; }
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 52px;
  border-bottom: 1px solid #e4e6ef;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.f2-wordmark { font-size: 20px; font-weight: 900; color: #1a2d6b; letter-spacing: -0.5px; }
.f2-wordmark .thin { font-weight: 100; }
.f2-tagline { font-size: 9px; font-weight: 300; letter-spacing: 2px; color: #9aa0b4; text-transform: uppercase; margin-top: 3px; }
.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-header-phone { text-align: right; }
.f2-header-num { font-size: 17px; font-weight: 900; color: #1a2d6b; display: block; }
.f2-header-lbl { font-size: 9px; font-weight: 300; letter-spacing: 1.5px; color: #9aa0b4; text-transform: uppercase; margin-top: 2px; display: block; }

/* ─── HERO ───────────────────────────────── */
.f2-hero {
  position: relative;
  min-height: 560px;
  background: #0a0f1e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #1a2d6b;
}
.f2-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.f2-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(26,45,107,0.55) 0%, rgba(10,15,30,0.92) 70%);
}
.f2-hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 52px;
  max-width: 720px;
  margin: 0 auto;
}
.f2-hero-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.f2-hero-h1 {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -2px;
  margin-bottom: 12px;
}
.f2-hero-h1 .thin { font-weight: 100; color: rgba(255,255,255,0.45); }
.f2-hero-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto 36px;
}
.f2-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.f2-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #1a2d6b;
  font-size: 14px;
  font-weight: 900;
  padding: 16px 28px;
  border-radius: 50px;
  letter-spacing: -0.2px;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}
.f2-pill-btn:hover { background: #f0f3fa; }
.f2-pill-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.65);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 22px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.f2-pill-btn-ghost:hover { border-color: rgba(255,255,255,0.45); color: #fff; }
.f2-hero-vid-badge {
  position: absolute;
  bottom: 20px;
  right: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 6px 13px;
  border-radius: 3px;
}
.f2-vid-dot { width: 6px; height: 6px; border-radius: 50%; background: #c8302c; animation: vblink 1.5s ease-in-out infinite; flex-shrink: 0; }
@keyframes vblink { 0%,100%{opacity:1;} 50%{opacity:0.2;} }
.f2-vid-lbl { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; color: rgba(255,255,255,0.45); text-transform: uppercase; }

/* ─── WHO WE ARE ─────────────────────────── */
.f2-who {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e4e6ef;
}
.f2-who-left {
  padding: 72px 52px;
  background: #f7f8fc;
  border-right: 1px solid #e4e6ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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: 36px; 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; }
.f2-section-body strong { font-weight: 700; color: #1a1a1a; }
.f2-section-body p { margin-bottom: 1rem; }
.f2-who-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e4e6ef;
}
.f2-stat { background: #fff; padding: 36px 28px; }
.f2-stat-val { font-size: 42px; font-weight: 900; color: #1a2d6b; letter-spacing: -1px; line-height: 1; margin-bottom: 6px; }
.f2-stat-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: #9aa0b4; text-transform: uppercase; line-height: 1.5; }

/* ─── PROMISE SECTION ────────────────────── */
.f2-promise-section {
  padding: 80px 52px;
  text-align: center;
  border-bottom: 1px solid #e4e6ef;
}
.f2-promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: #e4e6ef;
  margin-top: 48px;
  text-align: left;
  border-top: 1px solid #e4e6ef;
}
.f2-promise { background: #fff; padding: 36px 28px; }
.f2-promise-num { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; color: #c8302c; text-transform: uppercase; margin-bottom: 10px; }
.f2-promise-h { font-size: 17px; font-weight: 900; color: #1a2d6b; margin-bottom: 10px; line-height: 1.2; }
.f2-promise-body { font-size: 13px; font-weight: 300; color: #555; line-height: 1.7; }

/* ─── FLAGSHIP: DRUG & ALCOHOL ───────────── */
.f2-flagship {
  background: #1a2d6b;
  padding: 72px 52px;
  border-bottom: 1px solid #111;
}
.f2-flagship-eyebrow { font-size: 9px; font-weight: 700; letter-spacing: 3px; color: rgba(255,255,255,0.4); text-transform: uppercase; margin-bottom: 14px; }
.f2-flagship-h { font-size: 42px; font-weight: 900; color: #fff; letter-spacing: -0.5px; margin-bottom: 8px; line-height: 1.0; }
.f2-flagship-h .light { font-weight: 100; color: rgba(255,255,255,0.45); }
.f2-flagship-sub { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.75; max-width: 600px; margin-bottom: 40px; }
.f2-flagship-facts { display: flex; gap: 48px; margin-bottom: 36px; flex-wrap: wrap; }
.f2-flagship-fact-val { font-size: 36px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 4px; }
.f2-flagship-fact-lbl { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; color: rgba(255,255,255,0.4); text-transform: uppercase; }
.f2-flagship-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c8302c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}
.f2-flagship-btn:hover { background: #a82523; }

/* ─── FREE COMPLIANCE CHECK ──────────────── */
.f2-free-check {
  background: #f0f3fa;
  border-bottom: 1px solid #e4e6ef;
  border-top: 1px solid #e4e6ef;
  padding: 56px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.f2-free-check-h { font-size: 36px; font-weight: 900; color: #1a2d6b; letter-spacing: -0.5px; margin-bottom: 6px; }
.f2-free-check-h .light { font-weight: 100; color: #9aa0b4; }
.f2-free-check-body { font-size: 15px; font-weight: 300; color: #555; line-height: 1.75; max-width: 500px; }
.f2-free-check-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a2d6b;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  padding: 20px 32px;
  border-radius: 50px;
  white-space: nowrap;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  letter-spacing: -0.2px;
  transition: background 0.15s;
}
.f2-free-check-btn:hover { background: #14245a; }
.f2-free-check-btn-arrow {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* ─── CATALOG ────────────────────────────── */
.f2-catalog-intro { padding: 72px 52px 32px; text-align: center; }
.f2-catalog-h { font-size: 40px; font-weight: 900; color: #1a2d6b; letter-spacing: -0.5px; margin-bottom: 12px; }
.f2-catalog-h .light { font-weight: 100; color: #9aa0b4; }
.f2-catalog-sub { font-size: 15px; font-weight: 300; color: #9aa0b4; max-width: 480px; margin: 0 auto; }

.f2-cat-tabs {
  display: flex;
  gap: 1px;
  background: #e4e6ef;
  border-top: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
  position: sticky;
  top: 65px;
  z-index: 90;
}
.f2-cat-tab {
  flex: 1;
  padding: 16px 8px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: background 0.15s;
  user-select: none;
}
.f2-cat-tab:hover { background: #f7f8fc; }
.f2-cat-tab.active { background: #f0f3fa; border-bottom-color: #1a2d6b; }
.f2-cat-tab-num { font-size: 8px; font-weight: 700; letter-spacing: 2px; color: #c8302c; text-transform: uppercase; margin-bottom: 4px; }
.f2-cat-tab-name { font-size: 12px; font-weight: 900; color: #1a2d6b; }

.f2-svc-panel { display: none; }
.f2-svc-panel.active { display: grid; }
.f2-svc-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
}
.f2-svc-tile {
  background: #fff;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: background 0.15s;
}
.f2-svc-tile:hover { background: #f7f8fc; }
.f2-svc-tile-cat { font-size: 8px; font-weight: 700; letter-spacing: 2px; color: #9aa0b4; text-transform: uppercase; margin-bottom: 6px; }
.f2-svc-tile-name { font-size: 14px; font-weight: 900; color: #1a2d6b; line-height: 1.3; margin-bottom: 5px; }
.f2-svc-tile-desc { font-size: 11px; font-weight: 300; color: #777; line-height: 1.55; flex: 1; }
.f2-svc-tile-arrow { font-size: 11px; color: #1a2d6b; font-weight: 700; margin-top: 10px; display: block; }

/* ─── SUBSCRIBE BAND ─────────────────────── */
.f2-band { background: #111827; padding: 28px 52px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.f2-band-text { font-size: 14px; 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: 10px 20px; border-radius: 3px; white-space: nowrap; cursor: pointer; transition: border-color 0.15s, color 0.15s; }
.f2-band-pill:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

/* ─── 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: 32px 36px; }
.f2-contact-label { font-size: 9px; font-weight: 700; letter-spacing: 2px; color: #9aa0b4; text-transform: uppercase; margin-bottom: 8px; }
.f2-contact-val { font-size: 17px; font-weight: 700; color: #1a2d6b; }
.f2-contact-val.small { font-size: 14px; }

/* ─── FOOTER ─────────────────────────────── */
.f2-footer { padding: 32px 52px; border-top: 1px solid #e4e6ef; }
.f2-footer-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.f2-footer-badge { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; color: #9aa0b4; text-transform: uppercase; border: 1px solid #e4e6ef; padding: 5px 12px; border-radius: 3px; }
.f2-footer-main { font-size: 11px; font-weight: 300; color: #aaa; line-height: 1.7; }
.f2-footer-disc { font-size: 10px; font-weight: 300; color: #c0c4cf; margin-top: 8px; line-height: 1.65; max-width: 900px; }

/* ─── BUTTONS (general) ──────────────────── */
.f2-btn { display: inline-flex; align-items: center; gap: 8px; background: #1a2d6b; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 14px 24px; border-radius: 3px; border: none; cursor: pointer; transition: background 0.15s; }
.f2-btn:hover { background: #14245a; }
.f2-btn-red { background: #c8302c; }
.f2-btn-red:hover { background: #a82523; }
.f2-btn-outline { 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-btn-outline:hover { background: #1a2d6b; color: #fff; }

/* ─── 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-header-phone { display: none; }
  .f2-hero { min-height: 420px; }
  .f2-hero-content { padding: 52px 24px; }
  .f2-hero-h1 { font-size: 42px; }
  .f2-hero-sub { font-size: 14px; }
  .f2-who { grid-template-columns: 1fr; }
  .f2-who-left { padding: 52px 24px; border-right: none; border-bottom: 1px solid #e4e6ef; }
  .f2-who-stats { grid-template-columns: 1fr 1fr; }
  .f2-promise-section { padding: 52px 24px; }
  .f2-promise-grid { grid-template-columns: 1fr; }
  .f2-flagship { padding: 52px 24px; }
  .f2-flagship-h { font-size: 30px; }
  .f2-flagship-facts { gap: 24px; }
  .f2-free-check { flex-direction: column; align-items: flex-start; padding: 48px 24px; gap: 24px; }
  .f2-free-check-h { font-size: 26px; }
  .f2-catalog-intro { padding: 52px 24px 28px; }
  .f2-catalog-h { font-size: 28px; }
  .f2-cat-tabs { top: 56px; }
  .f2-svc-grid { grid-template-columns: 1fr; }
  .f2-band { flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 14px; }
  .f2-contact-strip { grid-template-columns: 1fr; }
  .f2-contact-item { padding: 24px; }
  .f2-footer { padding: 24px; }
  .f2-section-h2 { font-size: 28px; }
}
