:root {
  --bg: #0B1628;
  --bg-card: #111E30;
  --bg-card-hover: #16243A;
  --fg: #FAFAF5;
  --fg-muted: #94A3B8;
  --accent: #F59E0B;
  --accent-dim: rgba(245, 158, 11, 0.12);
  --urgent: #EF4444;
  --warning: #F59E0B;
  --success: #22C55E;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-brand { display: flex; align-items: center; gap: 10px; }
.brand-name { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--fg); }
.nav-tagline { font-size: 13px; color: var(--fg-muted); letter-spacing: 0.05em; }

/* Hero */
.hero { padding: 80px 48px 72px; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: 1200px; margin: 0 auto; }
.hero-eyebrow { font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.hero-headline { font-family: var(--font-display); font-size: clamp(40px, 5vw, 64px); font-weight: 800; line-height: 1.08; color: var(--fg); margin-bottom: 24px; }
.hero-headline em { font-style: italic; color: var(--accent); }
.hero-lede { font-size: 17px; color: var(--fg-muted); max-width: 440px; line-height: 1.7; }

.hero-visual { display: flex; flex-direction: column; gap: 14px; }

.doc-card { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 24px; }
.doc-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.doc-badge { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--accent); color: var(--bg); padding: 4px 10px; border-radius: 20px; }
.doc-date { font-size: 13px; color: var(--fg-muted); }
.doc-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--fg); margin-bottom: 6px; }
.doc-meta { font-size: 13px; color: var(--fg-muted); margin-bottom: 20px; }
.doc-lines { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.doc-line { height: 8px; background: rgba(255,255,255,0.06); border-radius: 4px; }
.doc-line.short { width: 60%; }
.doc-line.medium { width: 75%; }
.doc-status { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--success); font-weight: 500; }

.reminder-pill { display: flex; align-items: center; gap: 10px; background: rgba(245, 158, 11, 0.1); border: 1px solid rgba(245, 158, 11, 0.25); border-radius: 100px; padding: 10px 16px; font-size: 13px; color: var(--accent); font-weight: 500; }
.reminder-pill.secondary { border-color: rgba(255,255,255,0.08); background: rgba(255,255,255,0.04); color: var(--fg-muted); }

/* Lifecycle */
.lifecycle { padding: 80px 48px; background: linear-gradient(180deg, var(--bg) 0%, #0F1C2E 100%); }
.section-label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.section-headline { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 46px); font-weight: 800; line-height: 1.15; color: var(--fg); max-width: 600px; margin-bottom: 48px; }
.lifecycle-steps { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 0; align-items: start; }
.lifecycle-step { padding: 28px; }
.step-number { font-family: var(--font-display); font-size: 40px; font-weight: 800; color: rgba(245, 158, 11, 0.2); margin-bottom: 12px; }
.step-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--fg); margin-bottom: 10px; }
.step-desc { font-size: 14px; color: var(--fg-muted); line-height: 1.65; }
.lifecycle-arrow { display: flex; align-items: center; padding-top: 36px; }

/* Audit-ready */
.auditready { padding: 80px 48px; background: #0F1C2E; }
.auditready-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: 1200px; margin: 0 auto; }
.section-body { font-size: 16px; color: var(--fg-muted); line-height: 1.75; margin-bottom: 32px; max-width: 480px; }
.feature-list { display: flex; flex-direction: column; gap: 14px; }
.feature-item { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; color: var(--fg); }

.audit-file { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px; }
.audit-file-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.audit-file-name { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--fg); margin-bottom: 6px; }
.audit-file-meta { font-size: 13px; color: var(--fg-muted); margin-bottom: 20px; }
.audit-progress { height: 4px; background: rgba(255,255,255,0.08); border-radius: 2px; margin-bottom: 12px; }
.audit-progress-bar { height: 100%; background: var(--success); border-radius: 2px; }
.audit-file-status { font-size: 13px; color: var(--success); font-weight: 500; }

/* Reminders */
.reminders { padding: 80px 48px; background: linear-gradient(180deg, #0F1C2E 0%, var(--bg) 100%); }
.reminders-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: 1200px; margin: 0 auto; }

.calendar-widget { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px; }
.cal-month { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--fg); margin-bottom: 20px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-day-label { font-size: 11px; color: var(--fg-muted); text-align: center; padding: 4px 0; }
.cal-day { font-size: 13px; color: var(--fg-muted); text-align: center; padding: 6px; border-radius: 8px; }
.cal-day.empty { }
.cal-day.urgent { background: rgba(239, 68, 68, 0.15); color: #EF4444; font-weight: 600; }
.cal-day.warning { background: rgba(245, 158, 11, 0.15); color: var(--accent); }
.cal-legend { display: flex; gap: 16px; margin-top: 16px; font-size: 12px; color: var(--fg-muted); align-items: center; }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 6px; }
.legend-dot.urgent { background: #EF4444; }
.legend-dot.warning { background: var(--accent); }

.reminder-example { background: var(--bg-card); border: 1px solid rgba(245, 158, 11, 0.2); border-radius: 12px; padding: 18px; display: flex; gap: 14px; align-items: flex-start; }
.reminder-example-text { font-size: 14px; color: var(--fg); line-height: 1.6; }
.reminder-example-text strong { color: var(--fg); }

/* Closing */
.closing { padding: 96px 48px; text-align: center; background: var(--bg); }
.closing-inner { max-width: 680px; margin: 0 auto; }
.closing-headline { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 46px); font-weight: 800; line-height: 1.2; color: var(--fg); margin-bottom: 20px; }
.closing-sub { font-size: 17px; color: var(--fg-muted); line-height: 1.7; }

/* Footer */
.footer { padding: 32px 48px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 16px; }
.footer-brand { display: flex; align-items: center; gap: 8px; }
.footer-brand span { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--fg); }
.footer-tagline { font-size: 13px; color: var(--fg-muted); }

/* Responsive */
@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .hero { padding: 48px 24px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .lifecycle { padding: 48px 24px; }
  .lifecycle-steps { grid-template-columns: 1fr; }
  .lifecycle-arrow { display: none; }
  .auditready, .reminders { padding: 48px 24px; }
  .auditready-inner, .reminders-inner { grid-template-columns: 1fr; gap: 40px; }
  .closing { padding: 64px 24px; }
  .footer { padding: 24px; }
  .section-headline { margin-bottom: 24px; }
}