/* Financial Cheq — site.css (FC 4.25.26) */
@import url("design-system/colors_and_type.css");

body { margin: 0; }
.fc-site { max-width: 100%; overflow-x: hidden; }
.fc-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* ── Nav ─────────────────────────────────────── */
.fc-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px;
  background: rgba(251,252,250,0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-sans);
  font-feature-settings: "cv01","ss03";
}
.fc-brand {
  display: flex; align-items: center; gap: 8px;
  font-size: 17px; font-weight: 590;
  color: var(--fg-1); letter-spacing: -0.4px; text-decoration: none;
}
.fc-brand:hover { text-decoration: none; }
.fc-mark {
  width: 26px; height: 26px;
  background: var(--sage-500); border-radius: 7px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.fc-nav-links { display: flex; gap: 28px; align-items: center; }
.fc-nav-links a {
  font-size: 14px; font-weight: 510; color: var(--fg-2);
  text-decoration: none; transition: color var(--dur-base) var(--ease-expo);
}
.fc-nav-links a:hover { color: var(--fg-1); text-decoration: none; }
.fc-nav-links a.active { color: var(--fg-1); font-weight: 590; }
.fc-nav-cta { display: flex; gap: 8px; align-items: center; }

/* ── Buttons ─────────────────────────────────── */
.fc-btn-primary, .fc-btn-secondary, .fc-btn-ghost {
  font-family: var(--font-sans);
  font-feature-settings: "cv01","ss03";
  font-size: 14px; font-weight: 510; cursor: pointer;
  padding: 8px 16px; border-radius: var(--radius-sm); border: 0;
  transition: all var(--dur-base) var(--ease-expo);
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; white-space: nowrap; line-height: 1.4;
}
.fc-btn-lg { padding: 12px 22px; font-size: 15px; }
.fc-btn-primary { background: var(--sage-500); color: #fff; }
.fc-btn-primary:hover { background: var(--sage-600); text-decoration: none; color: #fff; }
.fc-btn-primary:active { transform: scale(0.98); }
.fc-btn-secondary { background: #fff; color: var(--fg-1); border: 1px solid var(--border-standard); }
.fc-btn-secondary:hover { border-color: var(--border-strong); background: var(--bg-panel); text-decoration: none; color: var(--fg-1); }
.fc-btn-ghost { background: transparent; color: var(--fg-1); }
.fc-btn-ghost:hover { background: var(--bg-mist); text-decoration: none; }

/* ── Section primitives ──────────────────────── */
.fc-section { max-width: 1200px; margin: 0 auto; padding: 96px 32px; }
.fc-section-tinted { background: var(--bg-mist); padding: 96px 0; }
.fc-section-tinted > .fc-section { padding-top: 0; padding-bottom: 0; }
.fc-section-dark { background: var(--bg-inverted); padding: 96px 0; }
.fc-section-dark > .fc-section { padding-top: 0; padding-bottom: 0; }
.fc-section-head { max-width: 720px; margin-bottom: 48px; }
.fc-section-head.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }

.fc-eyebrow {
  font-size: 13px; font-weight: 510; color: var(--fg-3);
  letter-spacing: -0.13px; margin: 0 0 12px;
}
.fc-h-display {
  font-size: 56px; font-weight: 510; line-height: 1.04;
  letter-spacing: -1.2px; color: var(--fg-1); margin: 0 0 16px;
}
.fc-h-display em { font-style: italic; }
.fc-h2 { font-size: 32px; font-weight: 510; line-height: 1.13; letter-spacing: -0.7px; margin: 6px 0 16px; color: var(--fg-1); }
.fc-h2 em { font-style: italic; }
.fc-h3 { font-size: 20px; font-weight: 590; line-height: 1.33; letter-spacing: -0.24px; margin: 0 0 8px; color: var(--fg-1); }
.fc-body-lg { font-size: 17px; line-height: 1.6; color: var(--fg-2); margin: 0 0 24px; letter-spacing: -0.165px; }
.fc-body { font-size: 15px; line-height: 1.6; color: var(--fg-2); margin: 8px 0 0; letter-spacing: -0.165px; }

/* ── Hero ────────────────────────────────────── */
.fc-hero {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px;
  max-width: 1200px; margin: 0 auto; padding: 80px 32px 64px;
  align-items: center;
}
.fc-display {
  font-size: 64px; font-weight: 510; line-height: 1.02;
  letter-spacing: -1.4px; color: var(--fg-1); margin: 8px 0 20px;
}
.fc-display em { font-style: italic; }
.fc-lede { font-size: 18px; line-height: 1.6; letter-spacing: -0.165px; color: var(--fg-2); max-width: 520px; margin: 0 0 28px; }
.fc-hero-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.fc-hero-meta { display: flex; gap: 22px; margin-top: 28px; font-size: 13px; color: var(--fg-3); font-weight: 510; flex-wrap: wrap; }
.fc-hero-meta span { display: inline-flex; align-items: center; gap: 5px; }
.fc-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-mist); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-pill); padding: 4px 12px 4px 4px;
  font-size: 13px; color: var(--fg-2); margin-bottom: 20px;
}
.fc-badge-new {
  background: var(--sage-500); color: #fff;
  font-size: 11px; font-weight: 590; padding: 2px 8px;
  border-radius: var(--radius-pill); letter-spacing: 0.02em;
}

/* ── Hero Animation Card ─────────────────────── */
.fc-hero-visual {
  background: var(--bg-elevated); border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle); padding: 28px;
  box-shadow: var(--shadow-elevated);
  min-height: 340px; position: relative; overflow: hidden;
}
.fc-anim-label {
  font-size: 13px; color: var(--fg-3); font-weight: 510;
  margin-bottom: 16px;
}
.fc-anim-label em { color: var(--fg-1); font-style: italic; }
.fc-anim-rows { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.fc-anim-row { display: flex; flex-direction: column; gap: 5px; }
.fc-anim-row-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.fc-anim-row-key { font-weight: 510; color: var(--fg-1); }
.fc-anim-pill {
  font-size: 11px; font-weight: 510; padding: 2px 8px;
  border-radius: var(--radius-pill); display: inline-flex; align-items: center; gap: 4px;
}
.fc-anim-pill-ok { background: var(--bg-mist); color: var(--sage-700); }
.fc-anim-pill-ok::before { content:""; width:5px; height:5px; border-radius:50%; background:var(--sage-500); }
.fc-anim-pill-warn { background:#FAF3D9; color:#7A6320; }
.fc-anim-pill-warn::before { content:""; width:5px; height:5px; border-radius:50%; background:#C4A84A; }
.fc-anim-bar-track { height: 4px; background: var(--border-subtle); border-radius: var(--radius-pill); overflow: hidden; }
.fc-anim-bar-fill { height: 100%; background: var(--sage-400); border-radius: var(--radius-pill); width: 0; transition: width 1.2s var(--ease-expo); }
.fc-anim-bar-fill.danger { background: #C4A84A; }
.fc-hero-visual-footer {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to bottom, rgba(251,252,250,0) 0%, var(--bg-mist) 100%);
  padding: 24px 28px 20px;
  font-size: 12px; color: var(--fg-3); text-align: center;
  border-top: 1px solid var(--border-subtle);
}

/* ── Pills ───────────────────────────────────── */
.fc-pill {
  font-size: 11px; font-weight: 510; padding: 3px 8px;
  border-radius: var(--radius-pill); display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
}
.fc-pill::before { content:""; width:5px; height:5px; border-radius:50%; }
.fc-pill-success { background: var(--bg-mist); color: var(--sage-700); }
.fc-pill-success::before { background: var(--sage-500); }
.fc-pill-warn { background:#FAF3D9; color:#7A6320; }
.fc-pill-warn::before { background:#C4A84A; }

/* ── Logo strip ──────────────────────────────── */
.fc-logo-strip { max-width: 1200px; margin: 0 auto; padding: 0 32px 64px; text-align: center; }
.fc-logo-strip-label { font-size: 13px; font-weight: 510; color: var(--fg-3); margin-bottom: 20px; letter-spacing: -0.13px; }
.fc-logo-strip-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
.fc-fauxlogo { font-size: 17px; font-weight: 590; letter-spacing: -0.4px; color: var(--ink-400); opacity: 0.7; }

/* ── Stats ───────────────────────────────────── */
.fc-stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  border: 1px solid var(--border-subtle); border-radius: var(--radius-xl);
  overflow: hidden; background: var(--bg-elevated);
  box-shadow: var(--shadow-card);
}
.fc-stat-box { padding: 36px 32px; border-right: 1px solid var(--border-subtle); }
.fc-stat-box:last-child { border-right: none; }
.fc-stat-big { font-family: var(--font-mono); font-size: 40px; font-weight: 500; color: var(--fg-1); letter-spacing: -1.5px; line-height: 1; margin-bottom: 10px; }
.fc-stat-desc { font-size: 14px; color: var(--fg-2); line-height: 1.5; margin-bottom: 6px; }
.fc-stat-source { font-size: 11px; color: var(--fg-3); font-family: var(--font-mono); }

/* ── Who it's for / Tabs ─────────────────────── */
.fc-tabs {
  display: inline-flex; padding: 4px; background: var(--bg-panel);
  border-radius: var(--radius-pill); gap: 4px; margin-bottom: 32px;
  border: 1px solid var(--border-subtle);
}
.fc-tab {
  font-family: var(--font-sans); font-feature-settings: "cv01","ss03";
  font-size: 14px; font-weight: 510; padding: 8px 16px;
  border-radius: var(--radius-pill); border: 0; background: transparent;
  color: var(--fg-2); cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
  transition: all var(--dur-base) var(--ease-expo);
}
.fc-tab.active { background: #fff; color: var(--fg-1); box-shadow: var(--shadow-subtle); }
.fc-who-panel { display: none; }
.fc-who-panel.active {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px;
  background: #fff; border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl); padding: 48px; box-shadow: var(--shadow-card);
  align-items: start;
}
.fc-bullets { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 12px; }
.fc-bullets li { display: flex; gap: 10px; font-size: 15px; color: var(--fg-1); align-items: flex-start; line-height: 1.5; }
.fc-bullets li::before { content:"✓"; color: var(--sage-500); font-weight: 590; flex-shrink: 0; margin-top: 1px; }
.fc-who-visual { display: flex; flex-direction: column; gap: 14px; }
.fc-stat-card { background: var(--bg-mist); border-radius: var(--radius-lg); padding: 20px; border: 1px solid var(--border-subtle); }
.fc-stat-card-num { font-family: var(--font-mono); font-size: 36px; font-weight: 500; color: var(--fg-1); letter-spacing: -1px; line-height: 1; }
.fc-stat-card-cap { font-size: 14px; color: var(--fg-2); margin-top: 8px; line-height: 1.5; }

/* ── Feature cards ───────────────────────────── */
.fc-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border-subtle); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-card); }
.fc-feature-card { background: var(--bg-elevated); padding: 32px; }
.fc-feature-icon { width: 40px; height: 40px; border-radius: var(--radius-md); background: var(--bg-mist); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-size: 20px; }
.fc-feature-title { font-size: 16px; font-weight: 590; color: var(--fg-1); margin: 0 0 8px; letter-spacing: -0.15px; }
.fc-feature-body { font-size: 14px; color: var(--fg-2); line-height: 1.65; margin: 0; }

/* ── Steps ───────────────────────────────────── */
.fc-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.fc-step-card { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-subtle); }
.fc-step-num { font-family: var(--font-mono); font-size: 12px; color: var(--sage-600); font-weight: 500; margin-bottom: 22px; letter-spacing: 0.4px; }

/* ── Quotes ──────────────────────────────────── */
.fc-quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.fc-quote-card { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-subtle); display: flex; flex-direction: column; gap: 16px; }
.fc-stars { color: var(--sage-500); letter-spacing: 2px; font-size: 14px; }
.fc-quote-text { font-size: 15px; line-height: 1.65; color: var(--fg-1); margin: 0; flex: 1; font-style: italic; }
.fc-quote-attr { display: flex; gap: 12px; align-items: center; }
.fc-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--sage-300); color: var(--sage-800); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 590; flex-shrink: 0; }
.fc-quote-name { font-size: 14px; font-weight: 510; color: var(--fg-1); }
.fc-quote-role { font-size: 12px; color: var(--fg-3); margin-top: 1px; }

/* ── Pricing ─────────────────────────────────── */
.fc-pricing-card { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); padding: 48px; box-shadow: var(--shadow-elevated); align-items: start; }
.fc-pricing-eyebrow { font-size: 13px; font-weight: 510; color: var(--fg-3); }
.fc-pricing-price { display: flex; align-items: baseline; gap: 4px; margin-top: 12px; }
.fc-currency { font-family: var(--font-mono); font-size: 32px; color: var(--fg-2); }
.fc-amount { font-family: var(--font-mono); font-size: 96px; font-weight: 500; color: var(--fg-1); letter-spacing: -3px; line-height: 1; }
.fc-period { font-size: 15px; color: var(--fg-3); margin-left: 8px; }
.fc-pricing-meta { font-size: 14px; color: var(--fg-3); margin-top: 14px; margin-bottom: 32px; }
.fc-pricing-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.fc-pricing-list li { display: flex; gap: 10px; font-size: 15px; color: var(--fg-1); align-items: flex-start; line-height: 1.5; }
.fc-pricing-list li::before { content:"✓"; color: var(--sage-500); font-weight: 590; flex-shrink: 0; }
.fc-pricing-enterprise { background: var(--bg-inverted); border-radius: var(--radius-lg); padding: 32px; color: rgba(255,255,255,0.6); }
.fc-pricing-enterprise-title { font-size: 26px; font-weight: 510; color: #fff; margin: 12px 0 10px; letter-spacing: -0.5px; line-height: 1.2; }
.fc-pricing-enterprise-title em { font-style: italic; }
.fc-pricing-enterprise-body { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.65; margin: 0 0 28px; }

/* ── CTA ─────────────────────────────────────── */
.fc-cta { text-align: center; }
.fc-cta-headline { font-size: 52px; font-weight: 510; line-height: 1.04; letter-spacing: -1.2px; color: var(--fg-1); max-width: 760px; margin: 8px auto 18px; }
.fc-cta-headline em { font-style: italic; }
.fc-cta-sub { font-size: 17px; color: var(--fg-2); max-width: 540px; margin: 0 auto 32px; line-height: 1.6; }
.fc-cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ── Footer ──────────────────────────────────── */
.fc-footer { background: var(--bg-inverted); color: rgba(255,255,255,0.5); padding: 64px 32px 32px; }
.fc-footer-inner { max-width: 1200px; margin: 0 auto; }
.fc-footer-top { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; padding-bottom: 48px; border-bottom: 1px solid var(--border-on-dark); margin-bottom: 32px; }
.fc-footer-brand { font-size: 16px; font-weight: 590; color: #fff; margin-bottom: 10px; }
.fc-footer-tag { font-size: 14px; color: var(--ink-400); line-height: 1.6; max-width: 280px; }
.fc-footer-cols { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.fc-footer-col { display: flex; flex-direction: column; gap: 8px; }
.fc-footer-col-h { font-size: 12px; font-weight: 510; color: #fff; margin-bottom: 4px; letter-spacing: -0.13px; }
.fc-footer-col a { font-size: 14px; color: var(--ink-400); text-decoration: none; transition: color var(--dur-base); }
.fc-footer-col a:hover { color: rgba(255,255,255,0.8); text-decoration: none; }
.fc-footer-bottom { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-500); font-family: var(--font-mono); flex-wrap: wrap; gap: 8px; }

/* ── Reveal animations ───────────────────────── */
.fc-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s var(--ease-expo), transform 0.5s var(--ease-expo); }
.fc-reveal.in { opacity: 1; transform: translateY(0); }
.fc-d1 { transition-delay: 0.07s; }
.fc-d2 { transition-delay: 0.14s; }
.fc-d3 { transition-delay: 0.21s; }
.fc-d4 { transition-delay: 0.28s; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 960px) {
  .fc-hero, .fc-who-panel.active, .fc-pricing-card { grid-template-columns: 1fr; }
  .fc-steps, .fc-features { grid-template-columns: 1fr 1fr; }
  .fc-quotes, .fc-footer-cols, .fc-footer-top { grid-template-columns: 1fr; }
  .fc-stats-grid { grid-template-columns: 1fr 1fr; }
  .fc-stat-box:nth-child(2) { border-right: none; }
  .fc-stat-box:nth-child(3) { border-top: 1px solid var(--border-subtle); }
  .fc-display { font-size: 44px; letter-spacing: -1px; }
  .fc-h-display, .fc-cta-headline { font-size: 36px; letter-spacing: -0.7px; }
  .fc-nav-links { display: none; }
  .fc-section { padding: 64px 24px; }
  .fc-hero { padding: 48px 24px; }
  .fc-logo-strip { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 640px) {
  .fc-steps, .fc-features { grid-template-columns: 1fr; }
  .fc-stats-grid { grid-template-columns: 1fr; }
  .fc-stat-box { border-right: none; border-bottom: 1px solid var(--border-subtle); }
  .fc-stat-box:last-child { border-bottom: none; }
}
