/* ============================================
   2027 UCR Registration — Design System
   Font: Lato (100, 300, 400, 700, 900)
   Colors: Navy #1a2d6b · Red #c8302c · Near-black #111827
   ============================================ */

@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 40px;
  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-brand-by .by { margin-right: 4px; }
.f2-brand-by .fap { margin-right: 6px; }
.f2-brand-by .holding { font-weight: 700; color: #6b7280; }

.f2-nav { display: flex; gap: 24px; 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 { display: flex; flex-direction: column; gap: 2px; }
.f2-phone-num {
  font-size: 16px;
  font-weight: 900;
  color: #1a2d6b;
  letter-spacing: 0.3px;
}
.f2-phone-label {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 1.5px;
  color: #9aa0b4;
  text-transform: uppercase;
}

/* ─── HERO (homepage) ────────────────────── */
.f2-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.f2-hero-left {
  background: #f0f3fa;
  border-left: 4px solid #1a2d6b;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.f2-hero-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #9aa0b4;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.f2-hero-h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.0;
  color: #1a2d6b;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.f2-hero-h1-light {
  font-size: 30px;
  font-weight: 300;
  color: #9aa0b4;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.f2-hero-sub {
  font-size: 13px;
  font-weight: 300;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 320px;
}

.f2-hero-cta-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }

.f2-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a2d6b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 3px;
  transition: background 0.15s;
}
.f2-cta-primary:hover { background: #14245a; }

.f2-cta-arrow {
  width: 22px; height: 22px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.f2-cta-secondary-light {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9aa0b4;
  border-bottom: 1px solid #dde1ef;
  padding-bottom: 2px;
  transition: color 0.15s;
}
.f2-cta-secondary-light:hover { color: #1a2d6b; }

/* ─── HERO OPEN BADGE ────────────────────── */
.f2-hero-open-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fdf0f0;
  color: #c8302c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 3px;
  margin-bottom: 32px;
  width: fit-content;
}
.f2-hero-open-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #c8302c;
  flex-shrink: 0;
}

.f2-hero-right {
  background: #fff;
  border-left: 1px solid #e4e6ef;
  padding: 60px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

/* ─── PERIOD CARDS ───────────────────────── */
.f2-period-label-top {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #9aa0b4;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.f2-period-card {
  background: #fff;
  border: 1px solid #dde1ef;
  border-radius: 6px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.f2-period-card:hover {
  border-color: #1a2d6b;
  box-shadow: 0 2px 12px rgba(26,45,107,0.08);
}

.f2-period-card-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #9aa0b4;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.f2-period-card-year {
  font-size: 22px;
  font-weight: 900;
  color: #1a2d6b;
  letter-spacing: -0.5px;
}
.f2-period-card-year.muted { color: #888; font-weight: 700; }

.f2-period-card-right { display: flex; align-items: center; gap: 12px; }

.f2-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
}
.f2-badge-open { background: #e8f7ee; color: #1a6e35; }
.f2-badge-pastdue { background: #fdf0f0; color: #c8302c; }

.f2-period-arrow { font-size: 14px; font-weight: 700; color: #1a2d6b; }
.f2-period-arrow.muted { color: #ccc; }

.f2-period-note {
  font-size: 11px;
  font-weight: 300;
  color: #9aa0b4;
  line-height: 1.55;
}

/* ─── INFO BAND ──────────────────────────── */
.f2-band {
  background: #111827;
  padding: 24px 40px;
  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;
  background: transparent;
  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;
}

/* ─── PAGE HERO (inner pages) ────────────── */
.f2-page-hero {
  padding: 72px 40px 56px;
  border-bottom: 1px solid #e4e6ef;
  max-width: 860px;
}

.f2-page-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #c8302c;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.f2-page-divider {
  width: 40px;
  height: 3px;
  background: #c8302c;
  margin-bottom: 24px;
}

.f2-page-h1 {
  font-size: 44px;
  font-weight: 900;
  color: #1a2d6b;
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.f2-page-h1 .light { font-weight: 100; color: #6b7280; }

.f2-page-sub {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 1.7;
  max-width: 640px;
}

/* ─── SECTIONS ───────────────────────────── */
.f2-section { padding: 72px 40px; }
.f2-section-alt { background: #f7f8fc; border-top: 1px solid #e4e6ef; border-bottom: 1px solid #e4e6ef; }

.f2-section-narrow { max-width: 760px; margin: 0 auto; }

.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: 34px;
  font-weight: 900;
  color: #1a2d6b;
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}
.f2-section-h2 .light { font-weight: 300; color: #6b7280; }

.f2-section-body {
  font-size: 15px;
  font-weight: 300;
  color: #444;
  line-height: 1.75;
}
.f2-section-body p { margin-bottom: 1rem; }
.f2-section-body strong { font-weight: 700; color: #1a1a1a; }

/* ─── FACT GRID ──────────────────────────── */
.f2-fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #e4e6ef;
  border-left: 1px solid #e4e6ef;
  margin-top: 0;
}
.f2-fact-grid-2col { grid-template-columns: 1fr 1fr; }

.f2-fact {
  padding: 36px 32px;
  border-right: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
}

.f2-fact-num {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #c8302c;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.f2-fact-h {
  font-size: 15px;
  font-weight: 900;
  color: #1a2d6b;
  line-height: 1.3;
  margin-bottom: 10px;
}

.f2-fact-body {
  font-size: 13px;
  font-weight: 300;
  color: #666;
  line-height: 1.65;
}

/* ─── CTA BLOCK ──────────────────────────── */
.f2-cta-block {
  background: #f0f3fa;
  padding: 72px 40px;
  text-align: center;
  border-top: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
}

.f2-cta-block-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #9aa0b4;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.f2-cta-block-h {
  font-size: 36px;
  font-weight: 900;
  color: #1a2d6b;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
  line-height: 1.1;
}
.f2-cta-block-h .light { font-weight: 100; color: #6b7280; }

.f2-cta-block-sub {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  margin-bottom: 32px;
  line-height: 1.6;
}

.f2-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a2d6b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 3px;
  transition: background 0.15s;
}
.f2-btn:hover { background: #14245a; }
.f2-btn .arrow {
  width: 22px; height: 22px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.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: 15px 26px;
  border-radius: 3px;
  border: 1.5px solid #1a2d6b;
  transition: background 0.15s, color 0.15s;
}
.f2-btn-outline:hover { background: #1a2d6b; color: #fff; }

.f2-btn-row { display: flex; gap: 12px; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* ─── RED CALLOUT ────────────────────────── */
.f2-callout-red {
  background: #fdf0f0;
  border-left: 4px solid #c8302c;
  border-radius: 0 4px 4px 0;
  padding: 24px 32px;
  margin: 0 40px;
}
.f2-callout-red-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-red-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #c8302c;
}
.f2-callout-red-text {
  font-size: 14px;
  font-weight: 300;
  color: #444;
  line-height: 1.65;
}
.f2-callout-red-text strong { font-weight: 700; color: #1a1a1a; }

/* ─── 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;
}
.f2-contact-item-val.small { font-size: 13px; }

/* ─── CONTACT PAGE BIG 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;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
a.f2-contact-card-value:hover { color: #c8302c; }

.f2-contact-card-note {
  font-size: 12px;
  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;
  transition: color 0.15s, border-color 0.15s;
}
.f2-contact-card-cta:hover { color: #c8302c; border-color: #c8302c; }

/* ─── FORM SECTION ───────────────────────── */
.f2-form-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}

.f2-form-frame {
  border: 1px solid #e4e6ef;
  border-radius: 6px;
  overflow: hidden;
  background: #fafbfd;
  min-height: 200px;
  position: relative;
}

.f2-form-frame iframe {
  display: block;
  width: 100%;
  border: 0;
}

.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;
}

/* ─── PHONE CTA SECTION ──────────────────── */
.f2-phone-section {
  background: #f7f8fc;
  border-top: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
  padding: 64px 40px;
}
.f2-phone-section-narrow { max-width: 640px; }

.f2-phone-section-h {
  font-size: 30px;
  font-weight: 900;
  color: #1a2d6b;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}
.f2-phone-section-h .light { font-weight: 100; color: #6b7280; }

.f2-phone-section-body {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 1.7;
  margin-bottom: 32px;
}

.f2-phone-hours {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #9aa0b4;
  text-transform: uppercase;
  margin-top: 16px;
}

/* ─── FOOTER ─────────────────────────────── */
.f2-footer {
  padding: 28px 40px;
  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;
}

/* ─── MOBILE ─────────────────────────────── */
@media (max-width: 768px) {
  .f2-header {
    flex-wrap: wrap;
    gap: 14px;
    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-left { padding: 40px 24px; border-left-width: 3px; }
  .f2-hero-h1 { font-size: 38px; }
  .f2-hero-h1-light { font-size: 22px; }
  .f2-hero-right { padding: 32px 24px; }

  .f2-band { flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 14px; }

  .f2-page-hero { padding: 48px 24px 40px; }
  .f2-page-h1 { font-size: 32px; }

  .f2-section { padding: 48px 24px; }

  .f2-fact-grid { grid-template-columns: 1fr; }
  .f2-fact-grid-2col { grid-template-columns: 1fr; }

  .f2-cta-block { padding: 48px 24px; }
  .f2-cta-block-h { font-size: 26px; }

  .f2-callout-red { margin: 0 24px; }

  .f2-contact-big { grid-template-columns: 1fr; }
  .f2-contact-strip { grid-template-columns: 1fr; }

  .f2-btn-row { flex-direction: column; align-items: stretch; }
  .f2-btn, .f2-btn-outline, .f2-btn-red { justify-content: center; }

  .f2-form-wrap { padding: 0 20px; }

  .f2-footer { padding: 24px 20px; }

  .f2-section-h2 { font-size: 26px; }
}
