/* Fire Risk Assessments — bespoke template ported from handoff-9. */

/* ============ HERO ============ */
.fra-hero { padding: 80px 0 80px; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
.fra-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(225,90,55,0.10), transparent 55%),
    radial-gradient(circle at 78% 70%, rgba(97,206,112,0.06), transparent 60%);
  pointer-events: none;
}
.fra-hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.fra-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: 60px; letter-spacing: -0.025em; line-height: 1.04; color: #fff; margin: 18px 0 22px; }
.fra-hero h1 em { font-style: normal; color: var(--green-100); }
.fra-hero p.sub { color: rgba(255,255,255,0.75); font-size: 19px; line-height: 1.55; margin-bottom: 14px; max-width: 540px; }
.fra-hero p.support { color: rgba(255,255,255,0.55); font-size: 15px; line-height: 1.55; max-width: 520px; margin-bottom: 30px; display: flex; align-items: center; gap: 10px; }
.fra-hero p.support::before { content: ""; display: block; width: 18px; height: 1px; background: rgba(255,255,255,0.35); flex-shrink: 0; }
.fra-hero .disclaim { margin-top: 20px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; color: rgba(255,255,255,0.45); text-transform: uppercase; }

/* Tablet FRA mock — split: hazard list left, risk matrix + report preview right */
.fra-hero .tablet-frame {
  background: #1B2026; border-radius: 26px; padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 60px 120px -40px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.04);
  position: relative;
}
.fra-hero .tablet-screen { background: #FAFBFC; border-radius: 12px; overflow: hidden; display: grid; grid-template-rows: auto 1fr; min-height: 520px; }
.fra-hero .tab-topbar { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: var(--anthracite-100); color: #fff; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; }
.fra-hero .tab-topbar .b { color: var(--green-100); }
.fra-hero .tab-topbar .pid { margin-left: auto; opacity: 0.65; }
.fra-hero .tab-body { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 0; }

/* Left — hazard list */
.haz-panel { padding: 14px 14px 14px 16px; border-right: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 10px; background: #fff; }
.haz-h { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px solid var(--color-border); }
.haz-h .ti { font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--anthracite-100); }
.haz-h .pg { font-family: var(--font-mono); font-size: 10px; color: var(--color-text-subtle); letter-spacing: 0.04em; }
.haz-row { display: grid; grid-template-columns: 22px 1fr auto; gap: 10px; padding: 9px 10px; border: 1px solid var(--color-border); border-radius: 8px; align-items: center; background: #fff; }
.haz-row .id { font-family: var(--font-mono); font-size: 10px; color: var(--color-text-subtle); font-weight: 600; }
.haz-row .nm { font-size: 12px; color: var(--anthracite-100); font-weight: 500; }
.haz-row .nm .sub { display: block; font-size: 10px; color: var(--color-text-subtle); margin-top: 2px; }
.haz-row .pin { padding: 2px 8px; border-radius: 999px; font-family: var(--font-mono); font-size: 9px; font-weight: 700; letter-spacing: 0.04em; }
.haz-row.lo .pin { background: var(--color-success-soft); color: #2C7C3E; }
.haz-row.md .pin { background: var(--color-warning-soft); color: #8A6518; }
.haz-row.hi .pin { background: var(--color-danger-soft); color: #9C2F2F; }
.haz-row.tol .pin { background: var(--color-success-soft); color: #2C7C3E; }
.haz-row.cur { border-color: var(--anthracite-100); background: #FAFBFC; }
.haz-row.cur .nm { color: var(--anthracite-100); font-weight: 600; }

/* Right — matrix + evidence + report preview */
.matrix-panel { padding: 14px 16px; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.mp-h { display: flex; justify-content: space-between; align-items: center; }
.mp-h .nm { font-family: var(--font-display); font-weight: 600; font-size: 13px; }
.mp-h .pin { padding: 3px 10px; border-radius: 999px; background: var(--color-warning-soft); color: #8A6518; font-size: 10px; font-weight: 700; font-family: var(--font-mono); letter-spacing: 0.06em; }
.mp-haz { font-size: 11px; color: var(--color-text-muted); line-height: 1.5; }

.matrix { display: grid; grid-template-columns: 56px repeat(5, 1fr); gap: 3px; }
.matrix .ax { font-family: var(--font-mono); font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.04em; display: flex; align-items: center; justify-content: flex-end; padding-right: 6px; height: 24px; }
.matrix .axh { display: flex; align-items: center; justify-content: center; height: 18px; font-family: var(--font-mono); font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.04em; }
.matrix .cell { aspect-ratio: 1.4; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 11px; color: rgba(0,0,0,0.4); }
.matrix .l1 { background: #E5F5E8; }
.matrix .l2 { background: #C9E4CC; }
.matrix .l3 { background: #F4E1A6; }
.matrix .l4 { background: #ECB35E; }
.matrix .l5 { background: #D9744F; color: #fff; }
.matrix .l6 { background: #A93C2A; color: #fff; }
.matrix .cell.cur { outline: 2px solid var(--anthracite-100); outline-offset: 1px; color: var(--anthracite-100); }

.matrix-axis { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.06em; padding: 2px 0; }

.ev-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.ev-strip .ph { aspect-ratio: 1; border-radius: 6px; background-color: #2a2a2a; background-size: cover; background-position: center; }
.ev-strip .ph:nth-child(1) { background-image: url('../assets/inspection-photos/fire-exit-blocked.webp'); }
.ev-strip .ph:nth-child(2) { background-image: url('../assets/inspection-photos/fire-extinguisher-damaged.webp'); }
.ev-strip .ph:nth-child(3) { background-image: url('../assets/inspection-photos/emergency-lighting-sign.webp'); }
.ev-strip .ph.add { background: var(--off-white-60); border: 1px dashed var(--color-border-strong); display: flex; align-items: center; justify-content: center; color: var(--color-text-subtle); font-size: 16px; font-weight: 300; }

.action-card { padding: 10px 12px; border-radius: 8px; background: var(--anthracite-100); color: #fff; }
.action-card .lab { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.action-card .nm { font-family: var(--font-display); font-weight: 600; font-size: 12px; margin-top: 4px; }
.action-card .due { font-size: 10px; color: var(--green-100); font-family: var(--font-mono); margin-top: 4px; letter-spacing: 0.06em; }

.fra-hero .tab-foot { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: var(--anthracite-100); color: #fff; font-family: var(--font-mono); font-size: 11px; }
.fra-hero .tab-foot .bar { flex: 1; height: 4px; background: rgba(255,255,255,0.12); border-radius: 2px; overflow: hidden; }
.fra-hero .tab-foot .bar .fl { width: 76%; height: 100%; background: var(--green-100); }
.fra-hero .tab-foot .pct { color: var(--green-100); font-weight: 700; }

/* ============ Section base ============ */
.fra-section { padding: 96px 0; }
.fra-section h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0; max-width: 780px; }
.fra-section .lead { font-size: 19px; color: var(--color-text-muted); line-height: 1.55; max-width: 720px; margin-bottom: 48px; }
.fra-section.alt { background: var(--off-white-60); }
.fra-section.dark { background: var(--anthracite-100); color: #fff; }
.fra-section.dark h2 { color: #fff; }
.fra-section.dark .lead { color: rgba(255,255,255,0.72); }

/* Problem */
.fra-section .prob-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fra-section .prob-card { padding: 32px; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; }
.fra-section .prob-card .num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; color: var(--color-text-subtle); text-transform: uppercase; }
.fra-section .prob-card .ic { width: 44px; height: 44px; border-radius: 10px; background: rgba(217, 90, 80, 0.10); color: #C04032; display: flex; align-items: center; justify-content: center; margin: 16px 0 18px; }
.fra-section .prob-card .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.fra-section .prob-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 20px; margin-bottom: 8px; letter-spacing: -0.01em; }
.fra-section .prob-card p { font-size: 16px; color: var(--color-text-muted); line-height: 1.55; }

/* Solution */
.fra-section .sol-grid { display: grid; grid-template-columns: 0.85fr 1.1fr; gap: 64px; align-items: center; }
.fra-section .feat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.fra-section .feat-list li { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-top: 1px solid var(--color-border); }
.fra-section .feat-list li:last-child { border-bottom: 1px solid var(--color-border); }
.fra-section .feat-list .check { flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px; background: var(--green-20); color: #1E7A2B; display: flex; align-items: center; justify-content: center; }
.fra-section .feat-list .check svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.fra-section .feat-list .ft { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--color-text); letter-spacing: -0.005em; }
.fra-section .feat-list .fd { font-size: 14px; color: var(--color-text-muted); margin-top: 2px; line-height: 1.5; }

/* Audit ledger visual */
.audit-ledger { background: #fff; border-radius: 16px; border: 1px solid var(--color-border); box-shadow: var(--shadow-md); overflow: hidden; }
.al-h { padding: 18px 22px; border-bottom: 1px solid var(--color-border); display: flex; justify-content: space-between; align-items: center; }
.al-h .t { font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.al-h .pl { padding: 4px 10px; background: var(--green-20); color: #1E7A2B; border-radius: 999px; font-size: 11px; font-weight: 600; }
.al-list { padding: 4px 0; }
.al-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 16px; padding: 12px 22px; border-bottom: 1px dashed var(--color-border); align-items: center; }
.al-row:last-child { border-bottom: none; }
.al-row .ts { font-family: var(--font-mono); font-size: 11px; color: var(--color-text-subtle); letter-spacing: 0.04em; }
.al-row .ev { font-size: 13px; color: var(--anthracite-100); }
.al-row .ev .by { color: var(--color-text-muted); font-size: 11px; display: block; margin-top: 2px; font-family: var(--font-mono); letter-spacing: 0.04em; }
.al-row .hash { font-family: var(--font-mono); font-size: 10px; color: var(--color-text-subtle); padding: 3px 8px; background: var(--off-white-60); border-radius: 4px; letter-spacing: 0.04em; }

/* How it works */
.fra-section .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fra-section .step-card { padding: 26px 24px 28px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: 14px; }
.fra-section .step-card .n { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.fra-section .step-card .ic { width: 38px; height: 38px; border-radius: 8px; background: rgba(97,206,112,0.14); display: flex; align-items: center; justify-content: center; margin: 18px 0 16px; }
.fra-section .step-card .ic svg { width: 20px; height: 20px; stroke: var(--green-100); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.fra-section .step-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: #fff; letter-spacing: -0.01em; margin-bottom: 8px; }
.fra-section .step-card p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.55; }

/* Differentiator quad */
.fra-section .diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fra-section .diff-card { padding: 30px 26px; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; position: relative; transition: all 180ms var(--ease-standard); }
.fra-section .diff-card:hover { border-color: var(--anthracite-40); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.fra-section .diff-card .stage { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-100); font-weight: 700; }
.fra-section .diff-card .ic { width: 42px; height: 42px; border-radius: 10px; background: var(--off-white-100); display: flex; align-items: center; justify-content: center; margin: 14px 0 16px; }
.fra-section .diff-card .ic svg { width: 22px; height: 22px; stroke: var(--anthracite-100); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.fra-section .diff-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 19px; margin-bottom: 8px; letter-spacing: -0.01em; }
.fra-section .diff-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.55; }
.fra-section .diff-card .arrow {
  position: absolute; right: -10px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px; border-radius: 50%; background: var(--anthracite-100); color: #fff;
  display: flex; align-items: center; justify-content: center; z-index: 2;
}
.fra-section .diff-card .arrow svg { width: 10px; height: 10px; stroke: currentColor; fill: none; stroke-width: 2.5; }
.fra-section .diff-card:last-child .arrow { display: none; }

/* Structured capture quad */
.fra-section .cap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--color-border); border-left: 1px solid var(--color-border); }
.fra-section .cap-item { padding: 28px 32px; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); display: flex; gap: 18px; align-items: flex-start; background: #fff; }
.fra-section .cap-item .ic { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: var(--green-20); color: #1E7A2B; display: flex; align-items: center; justify-content: center; }
.fra-section .cap-item .ic svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.fra-section .cap-item h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; margin-bottom: 6px; letter-spacing: -0.005em; }
.fra-section .cap-item p { font-size: 14px; color: var(--color-text-muted); line-height: 1.55; }

/* Reporting hero */
.fra-section .rep-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.fra-report { background: #fff; border-radius: 14px; border: 1px solid var(--color-border); box-shadow: var(--shadow-lg); overflow: hidden; }
.fr-cover { background: linear-gradient(135deg, var(--anthracite-100), #2A323D); color: #fff; padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; }
.fr-cover .lo { display: flex; align-items: center; gap: 10px; }
.fr-cover .lo .sq { width: 22px; height: 22px; border-radius: 5px; background: var(--green-100); }
.fr-cover .lo .nm { font-family: var(--font-display); font-weight: 700; font-size: 13px; }
.fr-cover .meta { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.6); letter-spacing: 0.06em; }
.fr-head { padding: 22px 26px; background: var(--anthracite-100); color: #fff; }
.fr-head .kind { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-100); }
.fr-head h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -0.015em; margin-top: 6px; }
.fr-head p { color: rgba(255,255,255,0.6); font-size: 11px; margin-top: 6px; font-family: var(--font-mono); }
.fr-body { padding: 22px 26px; }
.fr-summary { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 22px; }
.fr-stat { padding: 14px; background: var(--off-white-60); border-radius: 8px; border: 1px solid var(--color-border); }
.fr-stat .l { font-family: var(--font-mono); font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.1em; text-transform: uppercase; }
.fr-stat .v { font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 1; margin-top: 4px; color: var(--anthracite-100); }
.fr-rating-card { padding: 16px; background: linear-gradient(135deg, #F4E1A6, #ECB35E); border-radius: 10px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.fr-rating-card .lab { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(0,0,0,0.55); }
.fr-rating-card .v { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--anthracite-100); margin-top: 2px; }
.fr-rating-card .tag { padding: 4px 12px; border-radius: 999px; background: rgba(0,0,0,0.12); color: var(--anthracite-100); font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.04em; }
.fr-row { display: grid; grid-template-columns: 1fr 80px; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--color-border); align-items: center; }
.fr-row:last-child { border-bottom: none; }
.fr-row .nm { font-family: var(--font-display); font-weight: 600; font-size: 13px; }
.fr-row .nm .sub { display: block; font-family: var(--font-body); font-weight: 400; font-size: 11px; color: var(--color-text-subtle); margin-top: 2px; }
.fr-rate { padding: 4px 8px; border-radius: 999px; text-align: center; font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.fr-rate.tol { background: var(--color-success-soft); color: #2C7C3E; }
.fr-rate.mod { background: var(--color-warning-soft); color: #8A6518; }
.fr-rate.sub { background: #F8E0CF; color: #A8421B; }
.fr-rate.high { background: var(--color-danger-soft); color: #9C2F2F; }

/* Use case cards */
.fra-section .uc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fra-section .uc-card { padding: 28px 26px; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; transition: all 180ms var(--ease-standard); }
.fra-section .uc-card:hover { transform: translateY(-2px); border-color: var(--anthracite-40); box-shadow: var(--shadow-md); }
.fra-section .uc-card .ic { width: 44px; height: 44px; border-radius: 10px; background: var(--anthracite-100); color: var(--green-100); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.fra-section .uc-card .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.fra-section .uc-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin-bottom: 8px; letter-spacing: -0.01em; }
.fra-section .uc-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.55; }

/* Consistency bullets */
.fra-section .cons-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.fra-section .cons-bullets { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-direction: column; gap: 14px; }
.fra-section .cons-bullets li { display: flex; align-items: flex-start; gap: 14px; font-size: 17px; color: var(--color-text); line-height: 1.5; }
.fra-section .cons-bullets .arr { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--green-100); color: #fff; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.fra-section .cons-bullets .arr svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.fra-section .cons-bullets.on-dark li { color: rgba(255,255,255,0.85); }

/* Property risk board */
.prop-board { background: #fff; border: 1px solid var(--color-border); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-md); }
.pb-h { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--color-border); margin-bottom: 6px; }
.pb-h .t { font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.pb-h .pl { padding: 4px 10px; background: var(--green-20); color: #1E7A2B; border-radius: 999px; font-size: 11px; font-weight: 600; }
.pb-row { display: grid; grid-template-columns: 1.4fr 0.7fr 1fr 0.7fr; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px dashed var(--color-border); }
.pb-row:last-child { border-bottom: none; }
.pb-name { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--anthracite-100); }
.pb-name .ad { display: block; font-family: var(--font-body); font-weight: 400; font-size: 11px; color: var(--color-text-subtle); margin-top: 2px; }
.pb-rate { padding: 4px 10px; border-radius: 999px; font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-align: center; }
.pb-rate.tol { background: var(--color-success-soft); color: #2C7C3E; }
.pb-rate.mod { background: var(--color-warning-soft); color: #8A6518; }
.pb-rate.sub { background: #F8E0CF; color: #A8421B; }
.pb-actions { font-family: var(--font-mono); font-size: 11px; color: var(--color-text); }
.pb-actions .b { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 6px; vertical-align: middle; }
.pb-actions.on .b { background: var(--green-100); }
.pb-actions.warn .b { background: #E0A62B; }
.pb-actions.crit .b { background: #D14848; }
.pb-due { font-family: var(--font-mono); font-size: 11px; color: var(--color-text-subtle); text-align: right; letter-spacing: 0.04em; }

/* Final CTA */
.fra-final-cta { background: var(--gradient-primary); color: #fff; padding: 110px 0; text-align: center; position: relative; overflow: hidden; }
.fra-final-cta::before {
  content: ""; position: absolute; left: 50%; top: -20%; width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(97,206,112,0.18), transparent 60%);
  transform: translateX(-50%); pointer-events: none;
}
.fra-final-cta .inner { position: relative; z-index: 1; }
.fra-final-cta h2 { font-family: var(--font-display); font-weight: 600; font-size: 48px; letter-spacing: -0.02em; color: #fff; max-width: 900px; margin: 16px auto; }
.fra-final-cta p.sup { color: rgba(255,255,255,0.78); font-size: 18px; margin-top: 8px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.55; }
.fra-final-cta .btns { display: flex; gap: 12px; justify-content: center; margin-top: 32px; }

/* Compliance disclaimer block */
.fra-disclaim-block { padding: 36px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); }
.fra-disclaim-block .bx { display: flex; gap: 14px; align-items: flex-start; max-width: 920px; }
.fra-disclaim-block .ic { flex-shrink: 0; width: 28px; height: 28px; border-radius: 6px; background: #fff; border: 1px solid var(--color-border); display: flex; align-items: center; justify-content: center; color: var(--color-text-subtle); }
.fra-disclaim-block .ic svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.fra-disclaim-block p { font-size: 13px; color: var(--color-text-subtle); line-height: 1.6; }
.fra-disclaim-block strong { color: var(--anthracite-100); }

@media (max-width: 1100px) {
  .fra-section .uc-grid { grid-template-columns: 1fr 1fr; }
  .fra-section .diff-grid { grid-template-columns: 1fr 1fr; }
  .fra-section .diff-card .arrow { display: none; }
}
@media (max-width: 980px) {
  .fra-hero-grid, .fra-section .sol-grid, .fra-section .rep-grid, .fra-section .cons-grid { grid-template-columns: 1fr; gap: 40px; }
  .fra-section .prob-grid, .fra-section .steps-grid, .fra-section .uc-grid, .fra-section .diff-grid { grid-template-columns: 1fr 1fr; }
  .fra-hero h1 { font-size: 44px; }
  .fra-section h2 { font-size: 32px; }
  .fra-section .cap-grid { grid-template-columns: 1fr; }
  .fra-hero .tab-body { grid-template-columns: 1fr; }
  .haz-panel { border-right: none; border-bottom: 1px solid var(--color-border); }
}
@media (max-width: 640px) {
  .fra-section .prob-grid, .fra-section .steps-grid, .fra-section .uc-grid, .fra-section .diff-grid { grid-template-columns: 1fr; }
  .fra-final-cta { padding: 80px 0; }
  .fra-final-cta h2 { font-size: 32px; }
  .fra-final-cta .btns { flex-wrap: nowrap; gap: 10px; }
  .fra-final-cta .btns .btn { flex: 1 1 0; min-width: 0; padding-left: 14px; padding-right: 14px; white-space: nowrap; }
}
