:root {
  --fid-bg: #07101d;
  --fid-bg-soft: #0d1929;
  --fid-panel: rgba(16, 29, 47, 0.9);
  --fid-panel-strong: #111f33;
  --fid-border: rgba(181, 207, 230, 0.16);
  --fid-text: #f7fbff;
  --fid-muted: #9eb1c6;
  --fid-accent: #65e6c4;
  --fid-accent-2: #8aa8ff;
  --fid-danger: #ff7890;
  --fid-warning: #f4c86b;
  --fid-success: #62d7a5;
  --fid-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --fid-radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.forgetid-body {
  margin: 0;
  min-height: 100vh;
  color: var(--fid-text);
  background:
    radial-gradient(circle at 8% 0%, rgba(101, 230, 196, 0.14), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(138, 168, 255, 0.16), transparent 36%),
    linear-gradient(180deg, #07101d 0%, #091421 52%, #07101d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button, input, select, textarea { font: inherit; }
a { color: inherit; }
button { cursor: pointer; }

.fid-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.fid-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 18px;
}
.fid-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -0.04em; font-size: 1.22rem; }
.fid-brand-logo {
  display: block; width: 178px; height: 42px; border-radius: 11px;
  background: rgba(255,255,255,.97) url('/assets/brand/forgetid-lockup.png') center 51% / 112% auto no-repeat;
  box-shadow: 0 8px 24px rgba(0,0,0,.18); flex: none;
}
.fid-sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.fid-brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px;
  background: linear-gradient(135deg, var(--fid-accent), var(--fid-accent-2));
  color: #06111d; box-shadow: 0 8px 24px rgba(101, 230, 196, 0.22); font-weight: 950;
}
.fid-brand-dot { color: var(--fid-accent); }
.fid-nav-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.fid-nav-links a { text-decoration: none; color: var(--fid-muted); padding: 10px 12px; border-radius: 10px; }
.fid-nav-links a:hover { color: var(--fid-text); background: rgba(255,255,255,.05); }

.fid-btn {
  border: 1px solid var(--fid-border);
  border-radius: 12px;
  padding: 11px 16px;
  background: rgba(255,255,255,.04);
  color: var(--fid-text);
  font-weight: 720;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.fid-btn:hover { transform: translateY(-1px); border-color: rgba(101,230,196,.55); }
.fid-btn-primary { border: 0; color: #06111d; background: linear-gradient(135deg, var(--fid-accent), #84f0d3); box-shadow: 0 12px 30px rgba(101,230,196,.18); }
.fid-btn-secondary { background: rgba(138,168,255,.12); border-color: rgba(138,168,255,.28); }
.fid-btn-danger { background: rgba(255,120,144,.10); border-color: rgba(255,120,144,.3); color: #ffc2cd; }
.fid-btn-sm { padding: 8px 11px; font-size: .88rem; border-radius: 10px; }
.fid-btn-block { width: 100%; }
.fid-btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; }

.fid-hero { padding: 78px 0 68px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.fid-eyebrow { color: var(--fid-accent); font-weight: 800; letter-spacing: .11em; text-transform: uppercase; font-size: .76rem; }
.fid-hero h1 { font-size: clamp(2.9rem, 6vw, 5.7rem); line-height: .96; letter-spacing: -.065em; margin: 14px 0 22px; max-width: 850px; }
.fid-hero p { color: var(--fid-muted); font-size: 1.15rem; line-height: 1.75; max-width: 680px; }
.fid-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.fid-proof { margin-top: 28px; display: flex; gap: 18px; flex-wrap: wrap; color: #c7d6e5; font-size: .92rem; }
.fid-proof span::before { content: "✓"; color: var(--fid-accent); margin-right: 8px; }

.fid-demo {
  position: relative; border: 1px solid var(--fid-border); border-radius: 28px; padding: 18px;
  background: linear-gradient(150deg, rgba(18,34,55,.98), rgba(9,20,33,.96)); box-shadow: var(--fid-shadow);
}
.fid-demo::after { content: ""; position: absolute; inset: 18% -10% -12% 15%; background: rgba(101,230,196,.10); filter: blur(70px); z-index: -1; }
.fid-demo-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.fid-demo-title { font-weight: 800; }
.fid-live { color: var(--fid-accent); font-size: .8rem; font-weight: 800; }
.fid-live::before { content: ""; width: 7px; height: 7px; display: inline-block; background: var(--fid-accent); border-radius: 50%; margin-right: 7px; box-shadow: 0 0 0 5px rgba(101,230,196,.12); }
.fid-metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.fid-metric { background: rgba(255,255,255,.035); border: 1px solid var(--fid-border); border-radius: 15px; padding: 15px; }
.fid-metric strong { display: block; font-size: 1.55rem; letter-spacing: -.04em; }
.fid-metric span { color: var(--fid-muted); font-size: .78rem; }
.fid-activity { margin-top: 13px; display: grid; gap: 9px; }
.fid-activity-item { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 12px; border: 1px solid var(--fid-border); border-radius: 14px; background: rgba(255,255,255,.025); }
.fid-activity-icon { width: 34px; height: 34px; border-radius: 11px; background: rgba(138,168,255,.12); display: grid; place-items: center; color: #cdd8ff; }
.fid-activity-item b { display: block; font-size: .9rem; }
.fid-activity-item small { color: var(--fid-muted); }

.fid-section { padding: 78px 0; }
.fid-section-head { max-width: 720px; margin-bottom: 32px; }
.fid-section h2 { margin: 8px 0 12px; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.045em; }
.fid-section-head p { color: var(--fid-muted); line-height: 1.7; }
.fid-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.fid-card { border: 1px solid var(--fid-border); border-radius: var(--fid-radius); background: var(--fid-panel); padding: 23px; box-shadow: 0 14px 42px rgba(0,0,0,.14); }
.fid-card h3 { margin: 0 0 9px; letter-spacing: -.025em; }
.fid-card p { color: var(--fid-muted); line-height: 1.65; margin: 0; }
.fid-card-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #07121f; background: linear-gradient(135deg, var(--fid-accent), var(--fid-accent-2)); margin-bottom: 18px; font-weight: 900; }

.fid-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.fid-plan { position: relative; display: flex; flex-direction: column; gap: 18px; }
.fid-plan.featured { border-color: rgba(101,230,196,.55); box-shadow: 0 18px 55px rgba(101,230,196,.12); }
.fid-plan-badge { position: absolute; top: 15px; right: 15px; padding: 5px 9px; border-radius: 999px; background: rgba(101,230,196,.12); color: var(--fid-accent); font-size: .72rem; font-weight: 850; }
.fid-plan-level { color: var(--fid-accent); font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.fid-plan ul { color: #c6d5e3; padding-left: 18px; line-height: 1.8; margin: 0; }
.fid-plan .fid-btn { margin-top: auto; }

.fid-footer { padding: 36px 0 44px; border-top: 1px solid var(--fid-border); color: var(--fid-muted); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.fid-footer a { color: #c8d8e8; text-decoration: none; margin-left: 14px; }

/* Auth */
.fid-auth-page { min-height: 100vh; display: grid; place-items: center; padding: 26px; }
.fid-auth-wrap { width: min(980px, 100%); display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--fid-border); border-radius: 28px; overflow: hidden; box-shadow: var(--fid-shadow); background: rgba(8,18,31,.92); }
.fid-auth-side { padding: 44px; background: linear-gradient(160deg, rgba(101,230,196,.15), rgba(138,168,255,.10)); }
.fid-auth-side h1 { font-size: 2.7rem; letter-spacing: -.055em; line-height: 1; margin: 44px 0 18px; }
.fid-auth-side p { color: #c2d2e1; line-height: 1.7; }
.fid-auth-main { padding: 42px; }
.fid-auth-main h2 { margin: 0 0 8px; font-size: 2rem; letter-spacing: -.04em; }
.fid-auth-main > p { margin: 0 0 24px; color: var(--fid-muted); }
.fid-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.fid-field { display: grid; gap: 7px; }
.fid-field.full { grid-column: 1 / -1; }
.fid-label { font-size: .83rem; color: #c8d7e7; font-weight: 720; }
.fid-input, .fid-select, .fid-textarea {
  width: 100%; border: 1px solid var(--fid-border); border-radius: 12px; padding: 12px 13px;
  color: var(--fid-text); background: rgba(255,255,255,.035); outline: none;
}
.fid-input:focus, .fid-select:focus, .fid-textarea:focus { border-color: rgba(101,230,196,.65); box-shadow: 0 0 0 3px rgba(101,230,196,.08); }
.fid-textarea { min-height: 96px; resize: vertical; line-height: 1.5; }
.fid-select option { color: #07101d; }
.fid-check { display: flex; gap: 10px; align-items: flex-start; color: #c0d0df; font-size: .88rem; line-height: 1.5; }
.fid-check input { margin-top: 4px; accent-color: var(--fid-accent); }
.fid-form-error { min-height: 20px; color: #ffafbd; font-size: .88rem; margin: 11px 0; }
.fid-auth-note { margin-top: 18px; text-align: center; color: var(--fid-muted); font-size: .9rem; }
.fid-auth-note a { color: var(--fid-accent); }
.fid-sensitive-consent { display: none; grid-column: 1 / -1; padding: 14px; border-radius: 13px; border: 1px solid rgba(255,120,144,.25); background: rgba(255,120,144,.06); }
.fid-sensitive-consent.visible { display: grid; gap: 10px; }

/* Customer application */
.fid-app { min-height: 100vh; }
.fid-app-top { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(7,16,29,.84); border-bottom: 1px solid var(--fid-border); }
.fid-app-top-inner { width: min(1400px, calc(100% - 28px)); margin: auto; display: flex; justify-content: space-between; align-items: center; padding: 13px 0; gap: 15px; }
.fid-app-layout { width: min(1400px, calc(100% - 28px)); margin: 0 auto; display: grid; grid-template-columns: 236px minmax(0,1fr); gap: 22px; padding: 22px 0 52px; }
.fid-sidebar { position: sticky; top: 82px; align-self: start; display: grid; gap: 6px; }
.fid-tab { border: 0; text-align: left; padding: 12px 13px; border-radius: 11px; color: var(--fid-muted); background: transparent; font-weight: 700; }
.fid-tab:hover, .fid-tab.active { color: var(--fid-text); background: rgba(255,255,255,.055); }
.fid-tab.active { box-shadow: inset 3px 0 var(--fid-accent); }
.fid-content { min-width: 0; }
.fid-pane { display: none; }
.fid-pane.active { display: block; }
.fid-page-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin: 5px 0 20px; }
.fid-page-head h1 { margin: 0; letter-spacing: -.045em; font-size: 2.25rem; }
.fid-page-head p { margin: 7px 0 0; color: var(--fid-muted); }
.fid-status-pill { border-radius: 999px; border: 1px solid var(--fid-border); padding: 8px 12px; color: #cbd9e7; font-size: .8rem; font-weight: 800; text-transform: capitalize; }
.fid-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.fid-stat { border: 1px solid var(--fid-border); border-radius: 17px; padding: 18px; background: var(--fid-panel); }
.fid-stat span { color: var(--fid-muted); font-size: .78rem; display: block; }
.fid-stat strong { font-size: 2rem; letter-spacing: -.05em; display: block; margin-top: 5px; }
.fid-dashboard-grid { margin-top: 16px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.fid-panel { border: 1px solid var(--fid-border); background: var(--fid-panel); border-radius: 18px; padding: 20px; }
.fid-panel-head { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 14px; }
.fid-panel-head h2, .fid-panel-head h3 { margin: 0; letter-spacing: -.025em; }
.fid-list { display: grid; gap: 10px; }
.fid-row { border: 1px solid var(--fid-border); border-radius: 13px; padding: 13px; background: rgba(255,255,255,.025); display: grid; gap: 5px; }
.fid-row-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.fid-row-title { font-weight: 800; min-width: 0; overflow-wrap: anywhere; }
.fid-row-meta { color: var(--fid-muted); font-size: .82rem; line-height: 1.5; overflow-wrap: anywhere; }
.fid-chip { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 999px; font-size: .72rem; font-weight: 800; border: 1px solid var(--fid-border); text-transform: capitalize; white-space: nowrap; }
.fid-chip.success { color: #b8f1d7; border-color: rgba(98,215,165,.3); background: rgba(98,215,165,.08); }
.fid-chip.warning { color: #ffe3a3; border-color: rgba(244,200,107,.3); background: rgba(244,200,107,.08); }
.fid-chip.danger { color: #ffc0cb; border-color: rgba(255,120,144,.3); background: rgba(255,120,144,.08); }
.fid-chip.info { color: #c7d3ff; border-color: rgba(138,168,255,.3); background: rgba(138,168,255,.09); }
.fid-empty { padding: 24px; text-align: center; color: var(--fid-muted); border: 1px dashed var(--fid-border); border-radius: 14px; }
.fid-timeline { display: grid; gap: 12px; }
.fid-timeline-item { display: grid; grid-template-columns: 11px 1fr; gap: 11px; }
.fid-timeline-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--fid-accent); margin-top: 6px; box-shadow: 0 0 0 5px rgba(101,230,196,.08); }
.fid-timeline-item p { margin: 0; color: #d6e2ed; font-size: .9rem; }
.fid-timeline-item time { display: block; color: var(--fid-muted); font-size: .76rem; margin-top: 3px; }
.fid-toolbar { display: flex; gap: 9px; flex-wrap: wrap; }
.fid-profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fid-identifier-list { display: flex; flex-wrap: wrap; gap: 8px; }
.fid-identifier { border: 1px solid var(--fid-border); border-radius: 11px; padding: 8px 10px; background: rgba(255,255,255,.025); }
.fid-identifier b { display: block; font-size: .72rem; text-transform: uppercase; color: var(--fid-accent); letter-spacing: .06em; }
.fid-identifier span { font-size: .88rem; overflow-wrap: anywhere; }
.fid-form-inline { display: grid; grid-template-columns: 130px 1fr auto; gap: 9px; margin-top: 14px; }
.fid-connection-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.fid-connection { border: 1px solid var(--fid-border); border-radius: 14px; padding: 14px; background: rgba(255,255,255,.025); }
.fid-connection strong { text-transform: capitalize; }
.fid-connection a { color: var(--fid-accent); overflow-wrap: anywhere; font-size: .83rem; }
.fid-photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.fid-photo { border: 1px solid var(--fid-border); border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.025); }
.fid-photo-preview { aspect-ratio: 4 / 3; display: grid; place-items: center; background: linear-gradient(135deg, rgba(101,230,196,.08), rgba(138,168,255,.08)); color: var(--fid-muted); position: relative; }
.fid-photo-preview img { width: 100%; height: 100%; object-fit: cover; filter: blur(18px); transform: scale(1.08); }
.fid-photo-preview.revealed img { filter: none; transform: none; }
.fid-photo-reveal { position: absolute; z-index: 2; }
.fid-photo-preview.revealed .fid-photo-reveal { display: none; }
.fid-photo-body { padding: 12px; }
.fid-sensitive-card { position: relative; overflow: hidden; }
.fid-sensitive-card .fid-sensitive-body { filter: blur(10px); user-select: none; }
.fid-sensitive-card.revealed .fid-sensitive-body { filter: none; user-select: auto; }
.fid-sensitive-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(8,17,29,.70); z-index: 3; }
.fid-sensitive-card.revealed .fid-sensitive-overlay { display: none; }
.fid-progress { height: 8px; border-radius: 999px; background: rgba(255,255,255,.06); overflow: hidden; }
.fid-progress > span { display: block; height: 100%; background: linear-gradient(90deg, var(--fid-accent), var(--fid-accent-2)); border-radius: inherit; }
.fid-onboarding { border: 1px solid rgba(101,230,196,.35); background: linear-gradient(140deg, rgba(101,230,196,.09), rgba(138,168,255,.06)); border-radius: 20px; padding: 24px; }
.fid-onboarding h2 { margin-top: 0; }
.fid-onboarding-step { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--fid-border); }
.fid-help { color: var(--fid-muted); font-size: .8rem; line-height: 1.5; }
.fid-toast { position: fixed; right: 20px; bottom: 20px; z-index: 100; max-width: 360px; padding: 13px 15px; border-radius: 12px; color: var(--fid-text); border: 1px solid var(--fid-border); background: #14243a; box-shadow: var(--fid-shadow); display: none; }
.fid-toast.show { display: block; }
.fid-toast.error { border-color: rgba(255,120,144,.45); }

/* Legal */
.fid-legal { max-width: 820px; margin: 45px auto 80px; border: 1px solid var(--fid-border); border-radius: 20px; background: var(--fid-panel); padding: 32px; }
.fid-legal h1 { font-size: 2.4rem; letter-spacing: -.04em; }
.fid-legal h2 { margin-top: 30px; }
.fid-legal p, .fid-legal li { color: #c3d2e1; line-height: 1.75; }

/* Admin */
.forgetid-admin-wrap { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.6fr); gap: 16px; }
.forgetid-admin-list { max-height: calc(100vh - 210px); overflow: auto; }
.forgetid-admin-customer { width: 100%; text-align: left; border: 1px solid var(--fid-border); border-radius: 12px; padding: 12px; background: rgba(255,255,255,.02); color: var(--fid-text); margin-bottom: 8px; }
.forgetid-admin-customer.active { border-color: rgba(101,230,196,.55); background: rgba(101,230,196,.07); }
.forgetid-admin-detail { min-height: 500px; }
.forgetid-admin-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.forgetid-admin-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.forgetid-admin-form .full { grid-column: 1 / -1; }

@media (max-width: 980px) {
  .fid-hero, .fid-auth-wrap, .fid-dashboard-grid, .forgetid-admin-wrap { grid-template-columns: 1fr; }
  .fid-grid-3, .fid-plans { grid-template-columns: 1fr; }
  .fid-auth-side { display: none; }
  .fid-app-layout { grid-template-columns: 1fr; }
  .fid-sidebar { position: static; display: flex; overflow-x: auto; padding-bottom: 4px; }
  .fid-tab { white-space: nowrap; }
  .fid-stat-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 680px) {
  .fid-shell { width: min(100% - 22px, 1180px); }
  .fid-brand-logo { width: 140px; height: 34px; border-radius: 9px; }
  .fid-nav-links .fid-nav-text { display: none; }
  .fid-hero { padding: 45px 0 52px; }
  .fid-hero h1 { font-size: 3rem; }
  .fid-metric-row, .fid-stat-grid, .fid-profile-grid, .fid-connection-grid, .fid-photo-grid, .fid-form-grid, .forgetid-admin-form { grid-template-columns: 1fr; }
  .fid-auth-main { padding: 27px 20px; }
  .fid-form-inline { grid-template-columns: 1fr; }
  .fid-page-head { align-items: flex-start; flex-direction: column; }
}

/* ForgetID public light theme */
:root {
  --fid-bg: #f8fbff;
  --fid-bg-soft: #eef6ff;
  --fid-panel: #ffffff;
  --fid-panel-strong: #ffffff;
  --fid-border: #dbe7f5;
  --fid-text: #10234a;
  --fid-muted: #526785;
  --fid-accent: #0a63f6;
  --fid-accent-2: #1b81ff;
  --fid-success: #0da66f;
  --fid-shadow: 0 18px 48px rgba(22, 77, 145, .10);
}
body.forgetid-body {
  color: var(--fid-text);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 51%, #fff 100%);
}
body.forgetid-body::selection { background: #cde1ff; color: #0c2555; }
.fid-site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.92); border-bottom: 1px solid #e5edf8; backdrop-filter: blur(14px); }
.fid-site-header .fid-nav { min-height: 72px; padding: 12px 0; }
.fid-brand-logo { width: 172px; height: 39px; border-radius: 0; background-color: transparent; background-size: 112% auto; box-shadow: none; }
.fid-nav-links { gap: 26px; margin-left: auto; }
.fid-nav-links a, .fid-sign-in { color: #14274f; font-weight: 720; font-size: .88rem; text-decoration: none; }
.fid-nav-links a:hover, .fid-sign-in:hover { color: var(--fid-accent); background: transparent; }
.fid-header-actions { display: flex; align-items: center; gap: 22px; margin-left: 32px; }
.fid-btn { border-color: #b9cff0; color: #1352b8; background: #fff; font-weight: 780; box-shadow: none; }
.fid-btn:hover { border-color: #0a63f6; background: #f7fbff; transform: translateY(-1px); }
.fid-btn-primary { color: #fff; background: linear-gradient(135deg, #1266f1, #0561f7); border-color: #075ee8; box-shadow: 0 12px 24px rgba(10,99,246,.18); }
.fid-btn-primary:hover { color: #fff; background: #075ee8; }
.fid-btn-outline { background: #fff; color: #0d61e7; border-color: #7ba8f5; }
.fid-btn-lg { min-height: 47px; padding: 12px 18px; }
.fid-hero-light { grid-template-columns: minmax(0,.82fr) minmax(500px,1.18fr); gap: 52px; padding: 76px 0 34px; align-items: center; }
.fid-hero-copy { padding: 8px 0; }
.fid-eyebrow { color: #0962f2; font-size: .78rem; letter-spacing: .03em; text-transform: none; }
.fid-hero h1 { color: #102752; font-size: clamp(3.1rem, 5.1vw, 5.35rem); line-height: .99; letter-spacing: -.065em; max-width: 630px; margin: 16px 0 20px; }
.fid-hero h1 span { color: #0b65f6; }
.fid-hero p { color: #425979; font-size: 1.08rem; line-height: 1.7; max-width: 560px; }
.fid-hero-actions { margin-top: 28px; }
.fid-play { display: inline-grid; place-items: center; width: 18px; height: 18px; border: 1.5px solid currentColor; border-radius: 50%; font-size: 10px; }
.fid-proof { margin-top: 21px; color: #415978; gap: 16px; font-size: .78rem; }
.fid-proof span::before { content: "✓"; color: #0a63f6; font-weight: 900; margin-right: 6px; }

.fid-hero-dashboard { display: grid; grid-template-columns: 108px minmax(0,1fr); min-height: 354px; overflow: hidden; background: #fff; border: 1px solid #e1eaf6; border-radius: 12px; box-shadow: 0 22px 48px rgba(25,74,138,.16); }
.fid-demo-nav { display: flex; flex-direction: column; gap: 14px; padding: 16px 13px; border-right: 1px solid #edf2f8; color: #687a95; font-size: 9px; }
.fid-demo-nav .fid-demo-mark { width: 27px; height: 27px; margin: 0 0 10px; background: url('/assets/brand/forgetid-mark.png') center 60% / 175% auto no-repeat; }
.fid-demo-nav b { padding: 8px; margin: -8px; border-radius: 5px; color: #1266f1; background: #eaf2ff; }
.fid-demo-main { min-width: 0; padding: 18px; }
.fid-demo-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: #17294c; font-size: 13px; }
.fid-demo-heading small { color: #8290a7; font-size: 8px; }
.fid-demo-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 17px 0 13px; }
.fid-demo-metrics > div { min-width: 0; padding: 12px 10px; border: 1px solid #e8eef6; border-radius: 7px; }
.fid-demo-metrics small, .fid-demo-metrics b, .fid-demo-metrics em, .fid-demo-metrics i { display: block; }
.fid-demo-metrics small { color: #72819a; font-size: 8px; white-space: nowrap; }
.fid-demo-metrics b { margin: 5px 0 3px; color: #142a52; font-size: 20px; letter-spacing: -.06em; }
.fid-demo-metrics em, .fid-demo-metrics i { font-size: 8px; font-style: normal; color: #169b71; }
.fid-demo-metrics i { color: #e34b55; }
.fid-demo-lower { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; }
.fid-demo-lower section { min-width: 0; padding: 12px; border: 1px solid #e8eef6; border-radius: 7px; }
.fid-demo-lower h3 { margin: 0 0 8px; color: #263858; font-size: 9px; }
.fid-demo-lower ul { display: grid; gap: 7px; padding: 0; margin: 0 0 8px; list-style: none; }
.fid-demo-lower li { display: grid; grid-template-columns: 12px minmax(0,1fr) auto; gap: 4px; align-items: center; color: #536783; font-size: 7px; }
.fid-demo-lower li > span { color: #61799e; }
.fid-demo-lower li > b { color: #4d637f; font-size: 7px; font-weight: 800; }
.fid-demo-lower li > b.success { color: #13946a; }.fid-demo-lower li > b.new { color: #0a63f6; }
.fid-demo-lower a { color: #1266f1; font-size: 8px; text-decoration: none; }
.fid-monitor-card h3 span { float: right; color: #19b47b; font-size: 8px; }.fid-monitor-card p { margin: 0 0 12px; color: #64758e; font-size: 7px; line-height: 1.5; }.fid-monitor-card > div { display: flex; justify-content: space-between; gap: 5px; padding: 6px 0; border-top: 1px solid #edf2f8; font-size: 7px; }.fid-monitor-card small { color: #7888a0; }.fid-monitor-card b { color: #344b6b; font-weight: 700; text-align: right; }.fid-monitor-card button { width: 100%; margin-top: 9px; border: 0; border-radius: 4px; padding: 7px; color: #1266f1; background: #edf4ff; font-size: 8px; font-weight: 800; }

.fid-trust-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 24px; border: 1px solid #e2ebf6; border-radius: 10px; background: #fff; box-shadow: 0 8px 30px rgba(20,77,150,.06); }
.fid-trust-strip article { display: flex; align-items: center; gap: 12px; padding: 18px 22px; border-right: 1px solid #e5edf7; }.fid-trust-strip article:last-child { border-right: 0; }.fid-trust-strip b, .fid-trust-strip p { display: block; }.fid-trust-strip b { color: #172b51; font-size: .78rem; }.fid-trust-strip p { margin: 4px 0 0; color: #60738d; font-size: .69rem; line-height: 1.4; }
.fid-icon { flex: none; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: 19px; font-weight: 800; }.fid-icon.blue { color: #0a63f6; background: #e8f1ff; }.fid-icon.teal { color: #159e9b; background: #e4f9f6; }.fid-icon.violet { color: #7147e6; background: #f0ebff; }.fid-icon.red { color: #ee4453; background: #ffebee; }.fid-icon.amber { color: #e88c1d; background: #fff2e0; }
.fid-section { padding: 72px 0; }.fid-section-tight { padding: 37px 0 10px; }.fid-center-heading { max-width: 760px; margin: 0 auto 18px; text-align: center; }.fid-center-heading h2 { margin: 0; color: #132950; font-size: clamp(1.55rem,2.5vw,2rem); letter-spacing: -.045em; }.fid-center-heading p { margin: 8px auto 0; color: #60738e; line-height: 1.6; }
.fid-process { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr; align-items: center; gap: 6px; max-width: 1080px; margin: auto; }.fid-process article { display: flex; gap: 13px; align-items: center; min-height: 78px; padding: 15px 18px; border: 1px solid #e3ebf6; border-radius: 10px; background: #fff; box-shadow: 0 6px 16px rgba(19,69,132,.04); }.fid-process article > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: #1266f1; background: #eaf2ff; font-weight: 850; }.fid-process b { display: block; color: #1b3157; font-size: .78rem; }.fid-process p { margin: 4px 0 0; color: #61738c; font-size: .68rem; line-height: 1.4; }.fid-process > i { color: #0a63f6; font-size: 20px; font-style: normal; text-align: center; }
.fid-review-grid, .fid-control-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }.fid-review-grid article, .fid-control-grid article { display: flex; gap: 11px; min-height: 101px; padding: 16px; border: 1px solid #e3ebf6; border-radius: 10px; background: #fff; box-shadow: 0 6px 16px rgba(19,69,132,.04); }.fid-review-grid b, .fid-control-grid b { display: block; color: #1a3158; font-size: .78rem; }.fid-review-grid p, .fid-control-grid p { margin: 5px 0 0; color: #61748f; font-size: .68rem; line-height: 1.45; }.fid-restricted-note { margin: 11px 0 0; color: #74849b; text-align: center; font-size: .72rem; }
.fid-pricing-section { padding: 58px 0 42px; }.fid-pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; align-items: stretch; }.fid-price-card { position: relative; display: flex; flex-direction: column; min-height: 385px; padding: 24px 20px 19px; border: 1px solid #e1eaf5; border-radius: 11px; background: #fff; box-shadow: 0 8px 22px rgba(20,77,150,.05); }.fid-price-card.featured { border: 2px solid #1165f5; padding: 23px 19px 18px; box-shadow: 0 15px 34px rgba(10,99,246,.15); }.fid-plan-badge { position: absolute; top: -1px; left: -1px; right: -1px; padding: 6px; border-radius: 9px 9px 0 0; color: #fff; background: linear-gradient(90deg,#085def,#1477ff); text-align: center; font-size: .66rem; text-transform: uppercase; letter-spacing: .05em; }.fid-price-card.featured h3 { margin-top: 17px; }.fid-price-card h3 { margin: 0; color: #152b52; font-size: 1.04rem; letter-spacing: -.03em; }.fid-price-card > p { min-height: 41px; margin: 7px 0 16px; color: #61738d; font-size: .73rem; line-height: 1.45; }.fid-price { margin-bottom: 16px; }.fid-price b { color: #122950; font-size: 1.72rem; letter-spacing: -.06em; }.fid-price span { color: #61738d; font-size: .72rem; }.fid-price-card ul { display: grid; gap: 9px; flex: 1; margin: 0 0 18px; padding: 0; color: #425a7b; list-style: none; font-size: .72rem; }.fid-price-card li::before { content: "✓"; margin-right: 8px; color: #1266f1; font-weight: 900; }.fid-price-card .fid-btn { min-height: 35px; font-size: .75rem; }.fid-image-plan { background: linear-gradient(180deg,#fff,#f7fbff); }.fid-pricing-note { margin: 14px 0 0; color: #73839a; text-align: center; font-size: .72rem; }
.fid-security-band { display: grid; grid-template-columns: .95fr 1.55fr; gap: 30px; margin-top: 52px; padding: 26px 24px; border-radius: 10px; background: linear-gradient(100deg,#eff7ff,#fafcff); }.fid-security-band h2 { margin: 0; color: #152b51; font-size: 1.45rem; line-height: 1.07; letter-spacing: -.045em; }.fid-security-band p { margin: 8px 0 0; color: #61738d; font-size: .76rem; }.fid-security-points { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.fid-security-points span { color: #1678f3; font-size: 18px; }.fid-security-points b, .fid-security-points small { display: block; color: #243959; font-size: .67rem; line-height: 1.35; }.fid-security-points b { margin-top: 3px; }.fid-security-points small { margin-top: 3px; color: #687a92; font-weight: 400; }
.fid-faq-section { padding: 55px 0 48px; }.fid-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }.fid-faq-grid details { border: 1px solid #e2eaf5; border-radius: 8px; background: #fff; padding: 12px 14px; }.fid-faq-grid summary { cursor: pointer; color: #1d345b; font-size: .76rem; font-weight: 760; }.fid-faq-grid p { margin: 10px 0 0; color: #61738d; font-size: .73rem; line-height: 1.5; }
.fid-final-cta { display: grid; grid-template-columns: 66px 1fr auto; gap: 18px; align-items: center; margin-bottom: 42px; padding: 18px 28px; border-radius: 10px; background: linear-gradient(105deg,#eaf5ff,#f5faff); }.fid-cta-mark { width: 54px; height: 54px; border-radius: 10px; background: #fff url('/assets/brand/forgetid-mark.png') 50% 60% / 174% auto no-repeat; box-shadow: 0 6px 20px rgba(23,77,145,.1); }.fid-final-cta h2 { margin: 0; color: #173059; font-size: 1.28rem; letter-spacing: -.04em; }.fid-final-cta p { margin: 4px 0 0; color: #63758e; font-size: .76rem; }
.fid-site-footer { border-top: 1px solid #edf1f6; background: #fff; }.fid-footer-top { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 34px; padding: 36px 0 22px; }.fid-footer-logo { display: block; width: 140px; height: 32px; background: url('/assets/brand/forgetid-lockup.png') center 51% / 112% auto no-repeat; }.fid-footer-top p { max-width: 180px; margin: 8px 0; color: #6a7b91; font-size: .65rem; line-height: 1.45; }.fid-footer-top b, .fid-footer-top a { display: block; }.fid-footer-top b { margin-bottom: 9px; color: #203656; font-size: .72rem; }.fid-footer-top a { margin: 5px 0; color: #697b92; font-size: .67rem; text-decoration: none; }.fid-footer-top a:hover { color: #0b65f6; }.fid-footer-bottom { padding: 15px 0 25px; color: #8996a8; text-align: center; font-size: .64rem; }

/* Existing customer pages inherit the same light system. */
.fid-auth-page { background: linear-gradient(135deg,#f2f8ff,#fff 48%,#edf6ff); }.fid-auth-wrap { border-color: #dce8f5; background: #fff; box-shadow: 0 20px 55px rgba(29,82,145,.14); }.fid-auth-side { background: linear-gradient(155deg,#e8f3ff,#f7fbff); }.fid-auth-side h1, .fid-auth-main h2 { color: #132a51; }.fid-auth-side p, .fid-auth-main > p, .fid-auth-note { color: #62748d; }.fid-auth-note a { color: #0a63f6; }.fid-label { color: #334b6d; }.fid-input, .fid-select, .fid-textarea { color: #1a3158; border-color: #d5e2f1; background: #fff; }.fid-input:focus, .fid-select:focus, .fid-textarea:focus { border-color: #4789f5; box-shadow: 0 0 0 3px rgba(10,99,246,.09); }.fid-help, .fid-check { color: #61738d; }.fid-sensitive-consent { border-color: #f0c7cc; background: #fff6f7; }.fid-app-top { background: rgba(255,255,255,.93); border-color: #e1eaf5; }.fid-tab { color: #5f718a; }.fid-tab:hover, .fid-tab.active { color: #1254b5; background: #eef5ff; }.fid-tab.active { box-shadow: inset 3px 0 #0a63f6; }.fid-page-head h1, .fid-panel-head h2, .fid-panel-head h3 { color: #163059; }.fid-page-head p, .fid-row-meta, .fid-timeline-item time, .fid-stat span { color: #63758e; }.fid-panel, .fid-stat, .fid-row, .fid-identifier, .fid-connection, .fid-photo { border-color: #dfe9f4; background: #fff; box-shadow: 0 5px 14px rgba(20,77,150,.035); }.fid-row-title, .fid-identifier span { color: #1c345c; }.fid-status-pill { color: #385272; border-color: #d4e2f2; background: #fff; }.fid-empty { color: #687a92; border-color: #d5e3f2; }.fid-onboarding { border-color: #c8ddfa; background: #f4f9ff; }.fid-photo-preview { background: #eef5ff; }.fid-toast { color: #fff; background: #173b72; }
.fid-plan-price { margin: 8px 0 1px; color: #12305e; font-size: 1.2rem; font-weight: 850; letter-spacing: -.04em; }.fid-plan-price span { color: #61738d; font-size: .72rem; font-weight: 650; letter-spacing: 0; }

@media (max-width: 1100px) { .fid-hero-light { grid-template-columns: 1fr; gap: 28px; }.fid-hero-copy { max-width: 680px; }.fid-hero-dashboard { max-width: 780px; width: 100%; }.fid-trust-strip { grid-template-columns: repeat(2,1fr); }.fid-trust-strip article:nth-child(2) { border-right: 0; }.fid-trust-strip article:nth-child(-n+2) { border-bottom: 1px solid #e5edf7; }.fid-pricing-grid { grid-template-columns: repeat(2,1fr); }.fid-security-band { grid-template-columns: 1fr; }.fid-footer-top { grid-template-columns: 1.5fr repeat(3,1fr); } }
@media (max-width: 760px) { .fid-site-header .fid-nav { min-height: 62px; }.fid-brand-logo { width: 140px; height: 33px; }.fid-nav-links { display: none; }.fid-header-actions { gap: 14px; margin-left: auto; }.fid-sign-in { font-size: .82rem; }.fid-header-actions .fid-btn { min-height: 36px; padding: 8px 11px; font-size: .72rem; }.fid-header-actions .fid-btn span { display: none; }.fid-hero-light { padding: 46px 0 24px; }.fid-hero h1 { font-size: clamp(2.75rem,13vw,4rem); }.fid-hero p { font-size: .98rem; }.fid-hero-actions { flex-direction: column; align-items: stretch; }.fid-hero-actions .fid-btn { width: 100%; }.fid-proof { gap: 9px; flex-wrap: wrap; }.fid-hero-dashboard { grid-template-columns: 72px minmax(0,1fr); min-height: 298px; }.fid-demo-nav { gap: 11px; padding: 12px 9px; font-size: 7px; }.fid-demo-main { padding: 12px; }.fid-demo-metrics { grid-template-columns: repeat(2,1fr); margin: 11px 0; }.fid-demo-metrics > div { padding: 7px; }.fid-demo-metrics b { font-size: 16px; }.fid-demo-lower { grid-template-columns: 1fr; }.fid-demo-lower .fid-monitor-card { display: none; }.fid-trust-strip, .fid-review-grid, .fid-control-grid, .fid-pricing-grid, .fid-faq-grid { grid-template-columns: 1fr; }.fid-trust-strip article, .fid-trust-strip article:nth-child(n) { border-right: 0; border-bottom: 1px solid #e5edf7; }.fid-trust-strip article:last-child { border-bottom: 0; }.fid-process { grid-template-columns: 1fr; gap: 8px; }.fid-process > i { transform: rotate(90deg); }.fid-review-grid article, .fid-control-grid article { min-height: 86px; }.fid-price-card { min-height: 0; }.fid-security-band { margin-top: 35px; }.fid-security-points { grid-template-columns: 1fr 1fr; }.fid-final-cta { grid-template-columns: 52px 1fr; padding: 18px; }.fid-cta-mark { width: 45px; height: 45px; }.fid-final-cta .fid-btn { grid-column: 1 / -1; width: 100%; }.fid-footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }.fid-footer-top > div:first-child { grid-column: 1 / -1; } }

/* Photo-backed homepage hero. */
.fid-hero-stage {
  position: relative; min-height: 760px; overflow: hidden;
  background: #fff url('/assets/hero/forgetid-hero-workspace.png') center center / cover no-repeat;
}
.fid-hero-stage::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 29%, rgba(255,255,255,.52) 45%, rgba(255,255,255,0) 66%);
}
.fid-hero-stage > * { position: relative; z-index: 1; }
.fid-hero-stage .fid-hero-copy { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 128px 0 210px; }
.fid-hero-stage .fid-hero-copy > * { max-width: 510px; }
.fid-hero-stage .fid-eyebrow { font-size: .92rem; font-weight: 800; }
.fid-hero-stage h1 { margin: 22px 0 20px; color: #092554; font-size: clamp(3.75rem, 6vw, 6rem); line-height: .96; letter-spacing: -.07em; }
.fid-hero-stage h1 span { color: #0863f7; }
.fid-hero-stage p { max-width: 472px; margin: 0; color: #1e3e6e; font-size: 1.24rem; line-height: 1.55; }
.fid-hero-stage .fid-hero-actions { margin-top: 34px; }
.fid-hero-stage .fid-btn-lg { min-height: 55px; padding: 14px 25px; font-size: 1rem; }
.fid-hero-stage .fid-proof { margin-top: 27px; color: #15396b; font-size: .93rem; }
.fid-hero-status { position: absolute; width: 168px; padding: 15px; border: 1px solid rgba(219,230,245,.95); border-radius: 11px; background: rgba(255,255,255,.95); box-shadow: 0 16px 34px rgba(16,62,120,.16); }
.fid-hero-status > span { float: left; margin-right: 10px; }.fid-hero-status b, .fid-hero-status small { display: block; }.fid-hero-status b { color: #183459; font-size: .75rem; }.fid-hero-status small { margin-top: 2px; color: #61748f; font-size: .66rem; }.fid-hero-status strong { display: inline-block; margin-top: 15px; color: #102d58; font-size: 1.8rem; letter-spacing: -.07em; }.fid-hero-status em { float: right; margin-top: 27px; color: #0caa70; font-size: .69rem; font-style: normal; font-weight: 800; }.fid-hero-status i { display: block; clear: both; color: #7ba8f5; font-size: 23px; font-style: normal; letter-spacing: 2px; line-height: .8; }
.fid-hero-findings { left: calc(50% - 106px); top: 394px; }.fid-status-mark { width: 28px; height: 28px; border-radius: 50%; background: #eef5ff url('/assets/brand/forgetid-mark.png') center 60% / 175% auto no-repeat; }
.fid-hero-progress { left: calc(50% - 134px); top: 608px; }.fid-hero-progress strong { display: none; }.fid-hero-progress i { height: 7px; margin-top: 12px; border-radius: 999px; background: linear-gradient(90deg,#0964f7 68%,#e7edf5 68%); }.fid-progress-ring { width: 31px; height: 31px; border-radius: 50%; background: conic-gradient(#0b65f6 0 68%,#e6edf5 68% 100%); }.fid-progress-ring::after { content: ""; display: block; width: 19px; height: 19px; margin: 6px; border-radius: 50%; background: #fff; }
.fid-hero-trust { position: absolute; right: auto; bottom: 38px; left: 50%; display: flex; width: min(1180px, calc(100% - 32px)); margin: 0; transform: translateX(-50%); gap: 8px; }.fid-hero-trust article { display: flex; align-items: center; gap: 9px; min-width: 144px; padding: 13px 14px; border: 1px solid rgba(228,236,246,.94); border-radius: 9px; background: rgba(255,255,255,.98); box-shadow: 0 8px 20px rgba(24,70,125,.08); }.fid-hero-trust .fid-icon { width: 29px; height: 29px; font-size: 16px; }.fid-hero-trust b { color: #1d385f !important; font-size: .67rem; line-height: 1.35; opacity: 1; }

@media (max-width: 1200px) { .fid-hero-stage { min-height: 700px; background-position: 57% center; }.fid-hero-stage .fid-hero-copy { padding-top: 96px; }.fid-hero-findings { left: 52%; top: 390px; }.fid-hero-progress { left: 48%; top: 572px; }.fid-hero-trust { bottom: 27px; } }
@media (max-width: 760px) { .fid-hero-stage { min-height: auto; padding-bottom: 0; background-position: 64% top; background-size: auto 545px; background-repeat: no-repeat; }.fid-hero-stage::before { background: linear-gradient(180deg, rgba(255,255,255,.98) 0 54%, rgba(255,255,255,.91) 68%, rgba(255,255,255,.72) 100%); }.fid-hero-stage .fid-hero-copy { width: min(100% - 22px, 1180px); padding: 55px 0 32px; }.fid-hero-stage .fid-eyebrow { font-size: .8rem; }.fid-hero-stage h1 { margin: 20px 0 18px; font-size: clamp(3rem,14vw,4.35rem); }.fid-hero-stage p { font-size: 1rem; }.fid-hero-stage .fid-hero-actions { margin-top: 28px; }.fid-hero-stage .fid-proof { margin-top: 22px; font-size: .75rem; }.fid-hero-status { display: none; }.fid-hero-trust { position: static; display: grid; grid-template-columns: 1fr 1fr; width: min(100% - 22px,1180px); margin: 0 auto; transform: none; gap: 8px; padding: 16px 0 25px; }.fid-hero-trust article { min-width: 0; padding: 11px; }.fid-hero-trust b { font-size: .64rem; } }
