/* =========================================================
   VERISONDE FEDERAL — Option A (Federal Neutral)
   Standalone CSS for /federal (no shared classes)
   ========================================================= */

html, body { margin: 0; padding: 0; }

body {
  background: #F7F8FA;         /* cool off-white */
  color: #0F172A;              /* deep slate */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
}

.fed-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */
.fed-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 248, 250, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #CBD5E1;
}

.fed-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 0;
}

.fed-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
}

.fed-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.fed-brand-name {
  font-weight: 800;
  letter-spacing: 0.16em;
  font-size: 0.95rem;
}

.fed-brand-sub {
  font-size: 0.78rem;
  color: #475569;
  margin-top: 0.15rem;
}

/* Nav */
.fed-nav {
  display: flex;
  align-items: center;
  gap: 1.05rem;
}

.fed-nav a {
  text-decoration: none;
  color: #475569;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.25rem;
  border-bottom: 1px solid transparent;
}

.fed-nav a:hover {
  color: #0F172A;
  border-bottom-color: #CBD5E1;
}

.fed-nav-cta {
  border: 1px solid #CBD5E1 !important;
  padding: 0.45rem 0.8rem !important;
  border-radius: 999px;
  color: #0F172A !important;
  background: #FFFFFF;
}

.fed-nav-cta:hover {
  border-color: #0F172A !important;
}

/* Hero */
.fed-hero {
  padding: 3.25rem 0 2.75rem;
}

.fed-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 2rem;
  align-items: start;
}

.fed-hero-copy h1 {
  margin: 0 0 0.85rem;
  font-size: 2.05rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.fed-hero-copy p {
  margin: 0 0 1.25rem;
  color: #475569;
  max-width: 60ch;
}

.fed-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.fed-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.15rem;
  border-radius: 10px;
  border: 1px solid #CBD5E1;
  background: #0F172A;
  color: #F7F8FA;
  text-decoration: none;
  font-weight: 650;
  letter-spacing: 0.04em;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.fed-btn:hover {
  background: #020617;
  border-color: #020617;
  transform: translateY(-1px);
}

.fed-link {
  text-decoration: none;
  color: #1F2937;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.fed-link:hover {
  border-bottom-color: #CBD5E1;
}

/* Badges */
.fed-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.fed-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #334155;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}

/* Side panel */
.fed-hero-panel {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 1.15rem 1.1rem;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.06);
}

.fed-panel-title {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #334155;
  margin-bottom: 0.85rem;
}

/* Sections */
.fed-section {
  padding: 2.75rem 0;
  border-top: 1px solid #E2E8F0;
}

.fed-section-alt {
  background: #FFFFFF;
}

.fed-section-header {
  margin-bottom: 1.35rem;
  max-width: 70ch;
}

.fed-section-header h2 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.fed-section-header p {
  margin: 0;
  color: #475569;
}

/* Grid / cards */
.fed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.fed-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 1.15rem 1.1rem;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.045);
}

.fed-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.fed-card p {
  margin: 0 0 0.8rem;
  color: #475569;
}

/* Bullets */
.fed-bullets {
  margin: 0.25rem 0 0;
  padding-left: 1.05rem;
  color: #334155;
}

.fed-bullets li {
  margin-bottom: 0.55rem;
}

/* Split section */
.fed-split {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 2rem;
  align-items: start;
}

.fed-callout {
  background: #F7F8FA;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 1.15rem 1.1rem;
}

.fed-callout h3 {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
}

.fed-mini {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E2E8F0;
}

.fed-mini-title {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #334155;
  margin-bottom: 0.65rem;
}

/* Engagement note */
.fed-note {
  margin-top: 1.25rem;
  color: #475569;
  background: rgba(247, 248, 250, 0.55);
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 1rem 1.05rem;
}

/* Contact */
.fed-contact {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.5rem;
  align-items: start;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.06);
}

.fed-contact p {
  margin: 0.65rem 0 0;
  color: #475569;
}

.fed-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.fed-contact-meta {
  border: 1px solid #E2E8F0;
  background: #F7F8FA;
  border-radius: 12px;
  padding: 0.9rem 0.95rem;
  color: #334155;
  font-size: 0.9rem;
}

.fed-contact-meta div {
  margin-bottom: 0.5rem;
}
.fed-contact-meta div:last-child { margin-bottom: 0; }

/* Footer */
.fed-footer {
  border-top: 1px solid #CBD5E1;
  padding: 1.25rem 0;
  background: rgba(247, 248, 250, 0.92);
}

.fed-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #475569;
  font-size: 0.88rem;
}

/* Responsive */
@media (max-width: 980px) {
  .fed-hero-grid { grid-template-columns: 1fr; }
  .fed-split { grid-template-columns: 1fr; }
  .fed-contact { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .fed-grid { grid-template-columns: 1fr; }
  .fed-nav { display: none; } /* keep it clean; can add hamburger later */
}

@media (max-width: 520px) {
  .fed-hero-copy h1 { font-size: 1.65rem; }
  .fed-logo { width: 38px; height: 38px; }
}
