:root {
  --ink: #0F1923; --ink-2: #1a2534;
  --muted: #525252; --muted-2: #6B7A8A; --muted-3: #8a98a8;
  --line: #E5E5E5; --line-2: #ECECEC; --line-3: #F0F0F0;
  --paper: #FFFFFF; --paper-2: #FAFAFA; --paper-3: #F5F5F5;
  --accent: #B08D57; --accent-2: #D4B285; --accent-hover: #8F6F3E;
  --accent-soft: #F7F1E6; --accent-soft-2: #FBF7F0;
  --green: #2F7A4D; --green-soft: #E8F5EE;
  --red: #C94A3E; --red-soft: #FBE9E7;
  --blue: #3B5EA5; --blue-soft: #E8F1FB;
  --amber: #D97706; --amber-soft: #FFFBEB;
  --gray-soft: #F0F0F0;
  --ff-body: 'DM Sans', system-ui, -apple-system, Segoe UI, sans-serif;
  --ff-mono: 'DM Sans', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --max-w: 1280px; --inner-pad: 32px;
  --dur-fast: 0.15s; --dur-base: 0.3s;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: var(--ff-body); color: var(--ink); background: var(--paper); line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: 0; background: none; padding: 0; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 1.1; font-weight: 600; }
p { margin: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.eyebrow { font-size: 14px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.lede { font-size: 21px; line-height: 1.55; color: var(--muted); font-weight: 400; }
.h1 { font-size: clamp(40px, 5.2vw, 52px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.05; }
.h2 { font-size: clamp(30px, 3.6vw, 36px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; }
.h2-band { font-size: clamp(32px, 3.6vw, 40px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; }
.mono { font-family: var(--ff-mono); font-feature-settings: 'tnum'; }
.tnum { font-feature-settings: 'tnum'; }

.wrap { max-width: var(--max-w); margin: 0 auto; padding-left: var(--inner-pad); padding-right: var(--inner-pad); }
section { padding: 96px 0; }
section + section { border-top: 1px solid var(--line); }

/* Buttons */
.btn { font-family: inherit; font-size: 16px; font-weight: 500; padding: 12px 20px; border: 1px solid transparent; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; text-decoration: none; transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast), transform var(--dur-fast), box-shadow var(--dur-base); }
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 14px 22px; font-size: 17px; font-weight: 600; }
.btn-sm { padding: 7px 12px; font-size: 14.5px; font-weight: 500; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-2); box-shadow: 0 10px 28px -10px rgba(15,25,35,0.45); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-hover); }
.btn-accent-dark-on { background: var(--accent); color: var(--ink); }
.btn-accent-dark-on:hover { background: #c39e6a; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-ghost-inv { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.btn-ghost-inv:hover { border-color: #fff; background: rgba(255,255,255,0.04); }
.txt-link { color: var(--accent); font-weight: 500; font-size: 17px; display: inline-flex; align-items: center; gap: 6px; transition: gap var(--dur-fast); }
.txt-link:hover { gap: 10px; }

/* Pills */
.pill { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; padding: 4px 10px; border-radius: 999px; border: 1px solid transparent; }
.pill .dot-sm { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pill.is-amber { background: var(--amber-soft); color: var(--amber); border-color: rgba(217,119,6,0.25); }
.pill.is-red { background: var(--red-soft); color: var(--red); border-color: rgba(201,74,62,0.25); }
.pill.is-green { background: var(--green-soft); color: var(--green); border-color: rgba(47,122,77,0.2); }
.pill.is-blue { background: var(--blue-soft); color: var(--blue); border-color: rgba(59,94,165,0.25); }
.pill.is-gray { background: var(--gray-soft); color: var(--muted); }
.pill.is-gold { background: var(--accent-soft); color: var(--accent-hover); border-color: rgba(176,141,87,0.4); }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line); }
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; animation: pulse 2s ease-in-out infinite; }
.site-nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 14px var(--inner-pad); display: flex; align-items: center; justify-content: space-between; }
.site-nav-left { display: flex; align-items: center; gap: 44px; }
.site-nav-right { display: flex; align-items: center; gap: 10px; }
.nav-list { display: flex; align-items: center; gap: 22px; }
.nav-link { font-size: 16.5px; font-weight: 500; color: var(--ink); padding: 8px 4px; }
.nav-link:hover { color: var(--accent); }
.nav-signin { font-size: 16px; padding: 8px 12px; color: var(--ink); }
.nav-signin:hover { color: var(--accent); }
.edma-logo { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; font-size: 22px; letter-spacing: -0.01em; }
.edma-logo .phoenix { height: 34px; width: auto; }

/* HERO */
.s-hero { padding: 96px 0 64px; }
.s-hero .eyebrow { display: inline-block; margin-bottom: 22px; }
.s-hero h1 { margin-bottom: 24px; max-width: 940px; }
.s-hero .lede { max-width: 720px; margin-bottom: 36px; }
.hero-cta { display: inline-flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* CENTERPIECE — frame */
.s-centerpiece { padding: 16px 0 96px; }
.cp-frame { background: var(--paper); border: 1px solid var(--line); box-shadow: 0 1px 3px rgba(0,0,0,0.04); overflow: hidden; }
.cp-topnav { background: var(--ink); display: flex; align-items: center; gap: 24px; padding: 12px 24px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.cp-brand { color: #fff; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; }
.cp-brand .dot { width: 14px; height: 14px; background: var(--accent); display: inline-block; }
.cp-tabs { display: flex; gap: 22px; }
.cp-tab { font-size: 15px; color: rgba(255,255,255,0.55); padding: 4px 0; border-bottom: 2px solid transparent; }
.cp-tab.is-active { color: var(--accent); border-bottom-color: var(--accent); }
.cp-toolbar-spacer { flex: 1; }
.cp-toolbar-right { display: flex; gap: 14px; font-size: 14px; color: rgba(255,255,255,0.6); }
.cp-toolbar-right .mono { color: rgba(255,255,255,0.85); }

.cp-body { padding: 26px 28px 28px; }
.cp-id-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.cp-h-ttl { font-size: 19px; font-weight: 700; color: var(--ink); }
.cp-id { font-family: var(--ff-mono); font-size: 22px; font-weight: 500; color: var(--ink); }
.cp-meta-right { margin-left: auto; display: flex; gap: 12px; align-items: center; font-size: 14.5px; color: var(--muted); }

.cp-grid { display: grid; grid-template-columns: 1.38fr 1fr; gap: 22px; margin-top: 18px; }

/* P&L list */
.pnl-card { border: 1px solid var(--line); padding: 0; background: var(--paper); }
.pnl-head { padding: 14px 18px; border-bottom: 1px solid var(--line); }
.pnl-head .ttl { font-size: 15.5px; font-weight: 600; color: var(--ink); }
.pnl-rows { padding: 4px 18px 14px; }
.pnl-row { display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: baseline; padding: 11px 0; border-bottom: 1px dashed var(--line-2); font-size: 15.5px; }
.pnl-row:last-of-type { border-bottom: 0; }
.pnl-row .lab { color: var(--ink); }
.pnl-row .lab .sub { color: var(--muted); font-size: 14px; }
.pnl-row .amt { font-family: var(--ff-mono); color: var(--ink); font-feature-settings: 'tnum'; font-size: 15.5px; text-align: right; min-width: 100px; }
.pnl-row .stt { font-size: 13px; color: var(--muted-2); text-align: right; min-width: 90px; }
.pnl-row .stt .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; vertical-align: middle; margin-right: 5px; }
.pnl-row .stt .dot.is-act { background: var(--green); }
.pnl-row .stt .dot.is-est { background: var(--amber); }
.pnl-row .stt .dot.is-fin { background: var(--blue); }

.pnl-row.is-rev { padding: 14px 0 14px; border-bottom: 2px solid var(--ink); font-weight: 600; }
.pnl-row.is-rev .amt { font-weight: 600; }
.pnl-row.is-rev .lab .sub { font-weight: 400; }

.pnl-row.is-total { padding: 14px 0 6px; border-top: 2px solid var(--ink); border-bottom: 1px dashed var(--line-2); font-weight: 600; }
.pnl-row.is-total .amt { font-weight: 600; }
.pnl-row.is-profit { padding: 10px 0; border-bottom: 1px dashed var(--line-2); }
.pnl-row.is-profit .lab { font-weight: 600; }
.pnl-row.is-profit .amt { font-weight: 600; }
.pnl-row.is-margin { padding: 10px 0 6px; }
.pnl-row.is-margin .lab { font-weight: 600; font-size: 16.5px; }
.pnl-row.is-margin .amt { font-family: var(--ff-mono); font-size: 19px; font-weight: 600; color: var(--green); }

.pnl-foot { padding: 12px 18px; border-top: 1px solid var(--line); background: var(--paper-2); font-size: 14px; color: var(--muted); }

/* Trend chart card */
.trend-card { border: 1px solid var(--line); padding: 0; background: var(--paper); display: flex; flex-direction: column; }
.trend-head { padding: 14px 18px; border-bottom: 1px solid var(--line); }
.trend-head .ttl { font-size: 15.5px; font-weight: 600; color: var(--ink); }
.trend-head .sub { font-size: 14px; color: var(--muted); margin-top: 2px; }
.trend-svg-wrap { padding: 18px 14px 4px; flex: 1; display: flex; align-items: center; justify-content: center; }
.trend-svg { width: 100%; height: auto; max-width: 420px; }
.trend-foot { padding: 12px 18px; border-top: 1px solid var(--line); background: var(--paper-2); font-size: 14px; color: var(--muted); }

/* Section heads */
.head { max-width: 760px; margin-bottom: 48px; }
.head .h2 { margin: 16px 0 18px; }
.head p { font-size: 18px; line-height: 1.6; color: var(--muted); }

/* PROBLEM */
.s-problem { background: var(--paper-2); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.problem-h { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.18; }
.problem-body { font-size: 18px; line-height: 1.6; color: var(--muted); }
.problem-body em { color: var(--ink); font-style: normal; font-weight: 500; }

/* Legend */
.state-legend { display: flex; gap: 28px; flex-wrap: wrap; padding: 16px 22px; border: 1px solid var(--line); background: var(--paper-2); margin-bottom: 18px; font-size: 15px; }
.state-legend .item { display: flex; gap: 10px; align-items: baseline; }
.state-legend .dot { width: 8px; height: 8px; border-radius: 50%; flex: none; transform: translateY(1px); }
.state-legend .dot.is-est { background: var(--amber); }
.state-legend .dot.is-act { background: var(--green); }
.state-legend .dot.is-fin { background: var(--blue); }
.state-legend .lab { font-weight: 600; color: var(--ink); margin-right: 4px; }
.state-legend .desc { color: var(--muted); }

/* Cost lines card */
.lines-card { border: 1px solid var(--line); background: var(--paper); }
.lines-head { padding: 16px 22px; border-bottom: 1px solid var(--line); }
.lines-head .ttl { font-size: 16px; font-weight: 600; color: var(--ink); }
.lines-row { display: grid; grid-template-columns: 1.6fr 1.2fr 0.7fr 0.7fr 0.9fr; gap: 14px; align-items: center; padding: 13px 22px; border-bottom: 1px solid var(--line-2); font-size: 15px; }
.lines-row:last-of-type { border-bottom: 0; }
.lines-row .nm { color: var(--ink); font-weight: 500; }
.lines-row .vd { color: var(--muted); }
.lines-row .am { font-family: var(--ff-mono); text-align: right; font-feature-settings: 'tnum'; color: var(--ink); }
.lines-row .ts { font-size: 13.5px; color: var(--muted-2); }
.lines-foot { padding: 12px 22px; border-top: 1px solid var(--line); background: var(--paper-2); font-size: 15px; color: var(--muted); }
.st-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 500; padding: 3px 9px; border-radius: 999px; border: 1px solid transparent; }
.st-pill .dot { width: 6px; height: 6px; border-radius: 50%; }
.st-pill.is-act { background: var(--green-soft); color: var(--green); border-color: rgba(47,122,77,0.2); }
.st-pill.is-act .dot { background: var(--green); }
.st-pill.is-est { background: var(--amber-soft); color: var(--amber); border-color: rgba(217,119,6,0.25); }
.st-pill.is-est .dot { background: var(--amber); }
.st-pill.is-fin { background: var(--blue-soft); color: var(--blue); border-color: rgba(59,94,165,0.25); }
.st-pill.is-fin .dot { background: var(--blue); }

/* Margin trail */
.s-trail { background: var(--paper-2); }
.trail-card { border: 1px solid var(--line); background: var(--paper); }
.trail-head { padding: 16px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.trail-head .ttl { font-size: 16.5px; font-weight: 600; color: var(--ink); }
.trail-chart-wrap { padding: 28px 28px 16px; }
.trail-svg { width: 100%; height: auto; }
.trail-events { padding: 0; }
.trail-event { display: grid; grid-template-columns: 1fr; gap: 6px; padding: 18px 22px 18px 26px; border-top: 1px solid var(--line); position: relative; font-size: 15px; }
.trail-event::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; }
.trail-event.is-amber { background: var(--amber-soft); }
.trail-event.is-amber::before { background: var(--amber); }
.trail-event.is-red { background: var(--red-soft); }
.trail-event.is-red::before { background: var(--red); }
.trail-event .l1 { font-family: var(--ff-mono); font-weight: 500; color: var(--ink); font-size: 15.5px; }
.trail-event .l1 .delta { color: var(--ink); font-weight: 600; margin: 0 8px; }
.trail-event .l1 .ttl-text { font-family: var(--ff-body); margin-left: 2px; }
.trail-event .l-row { display: grid; grid-template-columns: 88px 1fr; gap: 8px; font-size: 15px; line-height: 1.5; padding: 2px 0; }
.trail-event .l-row .k { color: var(--muted-2); font-weight: 600; font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase; }
.trail-event .l-row .v { color: var(--ink); }
.trail-event .l-row .v .mono { color: var(--ink); }
.trail-foot { padding: 16px 22px; border-top: 1px solid var(--line); background: var(--paper-2); font-size: 15px; color: var(--muted); line-height: 1.55; }

/* Altitudes */
.alt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.alt-card { border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; }
.alt-bar { height: 4px; background: var(--accent); }
.alt-body { padding: 24px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.alt-card h3 { font-size: 17px; font-weight: 700; color: var(--ink); }
.alt-card .alt-sub { font-size: 14.5px; color: var(--muted-2); margin-top: 4px; }
.alt-stat { margin: 18px 0 14px; padding: 14px 16px; background: var(--accent-soft-2); border-left: 2px solid var(--accent); }
.alt-stat .nm { font-size: 14.5px; color: var(--muted); margin-bottom: 6px; }
.alt-stat .nm .mono { color: var(--ink); }
.alt-stat .num { font-family: var(--ff-mono); font-size: 19px; font-weight: 600; color: var(--ink); font-feature-settings: 'tnum'; line-height: 1.2; }
.alt-stat .num .pct { color: var(--green); margin-left: 10px; }
.alt-stat .num .pct.is-trend { color: var(--amber); margin-left: 0; display: block; font-size: 15.5px; font-weight: 500; margin-top: 4px; }
.alt-card .alt-body-text { font-size: 15.5px; line-height: 1.55; color: var(--muted); flex: 1; }
.alt-card .alt-link { font-size: 15px; color: var(--accent); font-weight: 500; margin-top: 16px; display: inline-flex; gap: 6px; }
.alt-card .alt-link:hover { gap: 10px; transition: gap var(--dur-fast); }

/* Forecast card */
.s-forecast { background: var(--paper-2); }
.fc-card { border: 1px solid var(--line); background: var(--paper); }
.fc-head { padding: 16px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.fc-head .ttl { font-size: 16.5px; font-weight: 600; color: var(--ink); }
.fc-viz-wrap { padding: 32px 28px 18px; display: flex; justify-content: center; }
.fc-viz { width: 100%; max-width: 760px; height: auto; }
.fc-cols { display: grid; grid-template-columns: repeat(3, 1fr); }
.fc-col { padding: 22px 24px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.fc-col:last-child { border-right: 0; }
.fc-col .fc-h { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 12px; }
.fc-col .row { font-size: 15px; line-height: 1.55; padding: 6px 0; color: var(--ink); }
.fc-col .row .lab { color: var(--muted); }
.fc-col .row .val { color: var(--ink); font-family: var(--ff-mono); font-feature-settings: 'tnum'; }

/* Multi-currency */
.mc-card { border: 1px solid var(--line); background: var(--paper); }
.mc-head { padding: 16px 22px; border-bottom: 1px solid var(--line); }
.mc-head .ttl { font-size: 16.5px; font-weight: 600; color: var(--ink); }
.mc-head .sub { font-size: 14.5px; color: var(--muted); margin-top: 3px; }
.mc-thead { display: grid; grid-template-columns: 1.6fr 1fr 0.7fr 1fr 0.9fr; gap: 14px; padding: 12px 22px; background: var(--paper-2); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-2); }
.mc-thead .num { text-align: right; }
.mc-row { display: grid; grid-template-columns: 1.6fr 1fr 0.7fr 1fr 0.9fr; gap: 14px; align-items: baseline; padding: 13px 22px; border-bottom: 1px solid var(--line-2); font-size: 15px; }
.mc-row .nm { color: var(--ink); font-weight: 500; }
.mc-row .nm .sub { color: var(--muted); font-weight: 400; font-size: 13.5px; display: block; margin-top: 2px; }
.mc-row .nat { font-family: var(--ff-mono); text-align: right; color: var(--ink); font-feature-settings: 'tnum'; }
.mc-row .fx { font-family: var(--ff-mono); text-align: right; color: var(--muted); font-feature-settings: 'tnum'; }
.mc-row .usd { font-family: var(--ff-mono); text-align: right; color: var(--ink); font-feature-settings: 'tnum'; font-weight: 500; }
.mc-row.is-fx { background: var(--accent-soft-2); }
.mc-row.is-fx .usd { color: var(--green); }
.mc-row.is-total { background: var(--paper-2); border-top: 2px solid var(--ink); border-bottom: 0; }
.mc-row.is-total .nm { font-weight: 700; }
.mc-row.is-total .usd { font-weight: 700; font-size: 16.5px; }
.mc-foot { padding: 16px 22px; border-top: 1px solid var(--line); background: var(--paper-2); font-size: 15px; color: var(--muted); line-height: 1.55; }

/* Cascade */
.cascade-frame { padding: 40px 32px; border: 1px solid var(--line); background: var(--paper); margin-bottom: 28px; }
.cascade-foot { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 760px; }
.cascade-grid { display: grid; grid-template-columns: minmax(220px, 280px) 56px 1fr; align-items: center; }
.cascade-source { background: var(--amber-soft); border: 1px solid var(--amber); padding: 22px 20px; }
.cascade-source .src-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; color: var(--amber); margin-bottom: 8px; }
.cascade-source .src-title { font-family: var(--ff-mono); font-size: 17px; font-weight: 500; color: var(--ink); font-feature-settings: 'tnum'; line-height: 1.35; }
.cascade-source .src-meta { font-size: 15px; color: var(--muted); margin-top: 6px; }
.cascade-source .src-sub { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(217,119,6,0.3); }
.cascade-connectors { height: 100%; position: relative; }
.cascade-connectors svg { width: 100%; height: 100%; display: block; }
.cascade-effects { display: grid; gap: 10px; }
.cascade-effect { background: var(--paper); border: 1px solid var(--line); padding: 16px 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; border-radius: 8px; }
.cascade-effect .ef-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; color: var(--ink); margin-bottom: 4px; }
.cascade-effect .ef-body { font-size: 15px; color: var(--muted); line-height: 1.45; }
.cascade-effect .ef-tag { font-family: var(--ff-mono); font-size: 13px; color: var(--muted-2); font-feature-settings: 'tnum'; white-space: nowrap; }

/* Compare */
.s-compare { background: var(--paper-2); }
.compare-head { max-width: 760px; margin-bottom: 48px; }
.compare-head .h2 { margin: 16px 0 0; }
.compare-table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); font-size: 16px; }
.compare-table th, .compare-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line-2); }
.compare-table thead th { font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); background: var(--paper-2); border-bottom: 1px solid var(--line); }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table th.cap, .compare-table td.cap { width: 36%; color: var(--ink); font-weight: 500; }
.compare-table td.val { color: var(--muted); text-align: center; font-feature-settings: 'tnum'; }
.compare-table td.val .em { color: var(--muted-2); font-style: italic; font-size: 15px; }
.compare-table td.val .check { color: var(--green); font-size: 17px; }
.compare-table td.val .dash { color: var(--muted-2); }
.compare-table .col-edma { background: var(--accent-soft); color: var(--ink) !important; font-weight: 500; }
.compare-table thead th.col-edma { background: var(--accent); color: #fff; border-bottom-color: var(--accent); }
.compare-table tbody td.col-edma .check { color: var(--accent-hover); }
.compare-table tbody td.col-edma.val { font-weight: 600; color: var(--ink); }
.compare-foot { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 760px; margin-top: 32px; }

/* FAQ */
.s-faq .head { margin-bottom: 40px; }

/* CTA band */
.s-cta-band { background: var(--ink); padding: 120px 0; text-align: center; border-top: 0; }
.s-cta-band .wrap { max-width: 820px; }
.s-cta-band .h2-band { color: #fff; margin-bottom: 22px; }
.s-cta-band p { color: rgba(255,255,255,0.78); font-size: 19px; line-height: 1.55; margin-bottom: 36px; }
.s-cta-band .cta { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Related */
.s-related { padding: 96px 0; }
.s-related .eyebrow { text-align: center; display: block; margin-bottom: 36px; }
.related-grid { max-width: 1024px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { border: 1px solid var(--line); padding: 24px; background: var(--paper); display: flex; flex-direction: column; gap: 8px; transition: border-color var(--dur-fast), transform var(--dur-fast); }
.related-card:hover { border-color: var(--accent); transform: translateY(-1px); }
.related-card .ttl { font-size: 18px; font-weight: 700; color: var(--ink); }
.related-card .desc { font-size: 16px; color: var(--muted); line-height: 1.5; flex: 1; }
.related-card .more { font-size: 15px; color: var(--accent); font-weight: 500; margin-top: 8px; }
.related-back { text-align: center; margin-top: 32px; }
.related-back a { font-size: 16px; color: var(--muted); display: inline-flex; gap: 6px; }
.related-back a:hover { color: var(--ink); }

/* FOOTER */
.site-footer { background: var(--ink); color: #fff; }
.footer-top { border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-top-inner { max-width: var(--max-w); margin: 0 auto; padding: 48px var(--inner-pad); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.edma-logo--footer { color: #fff; }
.edma-logo--footer .edma-wordmark { color: #fff; }
.footer-brand-tag { color: rgba(255,255,255,0.6); margin-top: 14px; max-width: 360px; font-size: 16px; line-height: 1.5; }
.footer-newsletter-title { font-size: 16px; font-weight: 600; }
.footer-newsletter-sub { font-size: 15px; color: rgba(255,255,255,0.55); margin-top: 4px; }
.footer-newsletter { display: flex; gap: 8px; margin-top: 14px; max-width: 420px; }
.footer-newsletter input { flex: 1; background: transparent; border: 1px solid rgba(255,255,255,0.18); color: #fff; padding: 10px 12px; font-family: inherit; font-size: 15px; }
.footer-newsletter input::placeholder { color: rgba(255,255,255,0.35); }
.footer-newsletter button { background: var(--accent); color: #fff; padding: 10px 16px; font-size: 15px; font-weight: 500; cursor: pointer; }
.footer-links { max-width: var(--max-w); margin: 0 auto; padding: 56px var(--inner-pad); display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px; }
.footer-col-title { font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.footer-link-list li { margin-bottom: 8px; }
.footer-link-list a { font-size: 15.5px; color: rgba(255,255,255,0.78); }
.footer-link-list a:hover { color: var(--accent); }
.footer-legal-inner { max-width: var(--max-w); margin: 0 auto; padding: 24px var(--inner-pad); border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; gap: 16px; font-size: 14px; color: rgba(255,255,255,0.5); flex-wrap: wrap; }
.footer-legal-inner .links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-legal-inner .status-ok { color: #6CB388; }

/* Responsive */
@media (max-width: 1024px) {
  section { padding: 72px 0; }
  .s-cta-band { padding: 96px 0; }
  .problem-grid { gap: 40px; }
  .cp-grid { grid-template-columns: 1fr; }
  .alt-grid { grid-template-columns: 1fr; }
  .fc-cols { grid-template-columns: 1fr; }
  .fc-col { border-right: 0; }
  .lines-row { grid-template-columns: 1.5fr 1fr 0.7fr; }
  .lines-row .ts, .lines-row .vd { display: none; }
  .mc-thead { grid-template-columns: 1.4fr 1fr 1fr 0.9fr; }
  .mc-row { grid-template-columns: 1.4fr 1fr 1fr 0.9fr; }
  .mc-thead .fx, .mc-row .fx { display: none; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-template-columns: repeat(3, 1fr); }
  .footer-top-inner { grid-template-columns: 1fr; }
  .cascade-grid { grid-template-columns: 1fr; gap: 16px; }
  .cascade-connectors { display: none; }
}
@media (max-width: 720px) {
  :root { --inner-pad: 20px; }
  .nav-list { display: none; }
  .nav-signin { display: none; }
  .cp-tabs { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .compare-table th, .compare-table td { padding: 12px 10px; font-size: 14.5px; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .lines-row { grid-template-columns: 1.4fr 1fr; gap: 8px; }
  .lines-row .vd, .lines-row .ts, .lines-row .stp { grid-column: span 2; }
  .mc-thead { display: none; }
  .mc-row { grid-template-columns: 1fr 1fr; gap: 6px 14px; }
  .mc-row .fx { display: none; }
}

/* ============= OPERATIONAL BRIEFINGS — page-specific ============= */
/* Cockpit header row */
.cb-cphead { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding: 16px 24px 14px; border-bottom: 1px solid var(--line); }
.cb-cphead .when { font-size: 15px; color: var(--ink); font-weight: 500; }
.cb-cphead .when .sep { color: var(--muted-2); margin: 0 8px; }
.cb-cphead .when .clock { font-family: var(--ff-mono); font-feature-settings: 'tnum'; }
.cb-roleswitch { margin-left: auto; display: inline-flex; gap: 4px; padding: 3px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; }
.cb-roleswitch button { font: 500 12px var(--ff-body); padding: 6px 14px; border-radius: 999px; color: var(--muted); cursor: pointer; }
.cb-roleswitch button.is-active { background: var(--ink); color: #fff; }

/* KPI strip — 6 cells, single row, hairlines between */
.cb-kpis { display: grid; grid-template-columns: repeat(6, 1fr); border-bottom: 1px solid var(--line); }
.cb-kpi { padding: 18px 22px; border-right: 1px solid var(--line); }
.cb-kpi:last-child { border-right: 0; }
.cb-kpi .lab { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); }
.cb-kpi .val { font-family: var(--ff-mono); font-size: 28px; font-weight: 700; line-height: 1.05; margin-top: 8px; color: var(--ink); font-feature-settings: 'tnum'; }
.cb-kpi .trend { font-size: 14px; color: var(--muted); margin-top: 8px; }
.cb-kpi .trend.is-up { color: var(--green); }
.cb-kpi .trend.is-down { color: var(--red); }
.cb-kpi .trend.is-flag { color: var(--red); display: inline-flex; align-items: center; gap: 6px; }
.cb-kpi .trend.is-flag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); }

/* Briefing cards 3-grid */
.cb-brief3 { display: grid; grid-template-columns: repeat(3, 1fr); }
.cb-brief { padding: 18px 22px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; min-width: 0; }
.cb-brief:last-child { border-right: 0; }
.cb-brief .br-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.cb-brief .br-ttl { font-size: 15px; font-weight: 700; color: var(--ink); }
.cb-brief .br-pill { font-size: 13px; font-weight: 600; padding: 2px 8px; border-radius: 999px; background: var(--ink); color: #fff; }
.cb-brief .br-pill.is-soft { background: var(--paper-2); color: var(--muted-2); border: 1px solid var(--line); font-weight: 500; }
.cb-brief .br-summary { font-size: 14.5px; color: var(--muted); line-height: 1.5; margin-bottom: 10px; }
.cb-brief .br-foot { margin-top: 12px; font-size: 14px; color: var(--accent); font-weight: 500; }

/* briefing rows */
.cb-row { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: baseline; padding: 10px 0; border-bottom: 1px dashed var(--line-2); font-size: 14.5px; }
.cb-row:last-of-type { border-bottom: 0; }
.cb-row .dot-st { width: 7px; height: 7px; border-radius: 50%; flex: none; transform: translateY(2px); }
.cb-row .dot-st.is-red { background: var(--red); }
.cb-row .dot-st.is-amber { background: var(--amber); }
.cb-row .dot-st.is-blue { background: var(--blue); }
.cb-row .dot-st.is-green { background: var(--green); }
.cb-row .copy { min-width: 0; }
.cb-row .copy .h { font-size: 14.5px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.cb-row .copy .h .id { font-family: var(--ff-mono); font-feature-settings: 'tnum'; font-weight: 500; }
.cb-row .copy .ctx { font-size: 14px; color: var(--muted); margin-top: 2px; line-height: 1.4; }
.cb-row .right { font-size: 14px; color: var(--accent); font-weight: 500; white-space: nowrap; }
.cb-row .right.is-time { color: var(--muted-2); font-family: var(--ff-mono); font-weight: 500; font-feature-settings: 'tnum'; }

/* Card C — margin compression rows */
.cb-mrow { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 12px 0; border-bottom: 1px dashed var(--line-2); }
.cb-mrow:last-of-type { border-bottom: 0; }
.cb-mrow .cause { font-size: 14.5px; color: var(--ink); font-weight: 500; line-height: 1.35; }
.cb-mrow .imp { font-family: var(--ff-mono); font-size: 14.5px; color: var(--red); font-weight: 600; text-align: right; font-feature-settings: 'tnum'; }
.cb-mrow .mean { font-size: 14px; color: var(--muted); grid-column: 1 / -1; line-height: 1.4; }

/* Three views grid */
.s-views { background: var(--paper-2); }
.views-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.view-card { border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; min-height: 280px; }
.view-bar { height: 4px; background: var(--accent); }
.view-body { padding: 22px 22px 20px; flex: 1; display: flex; flex-direction: column; }
.view-pill { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-hover); background: var(--accent-soft); padding: 4px 10px; border-radius: 999px; }
.view-pill .person { font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--muted); }
.view-tag { font-size: 15.5px; font-weight: 600; color: var(--ink); margin: 14px 0 16px; line-height: 1.4; }
.view-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line-2); border-left: 1px solid var(--line-2); margin-bottom: 14px; }
.view-kpi { padding: 12px 14px; border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.view-kpi .lab { font-size: 13px; color: var(--muted); line-height: 1.3; }
.view-kpi .val { font-family: var(--ff-mono); font-size: 19px; font-weight: 600; color: var(--ink); margin-top: 4px; font-feature-settings: 'tnum'; }
.view-kpi .val.is-neg { color: var(--red); }
.view-foot { font-size: 14px; line-height: 1.5; color: var(--muted); margin-top: auto; padding-top: 4px; }

/* Exception list */
.s-exc { }
.exc-card { border: 1px solid var(--line); background: var(--paper); }
.exc-head { padding: 16px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.exc-head .ttl { font-size: 16px; font-weight: 600; color: var(--ink); }
.exc-head .filters { margin-left: auto; display: inline-flex; gap: 6px; flex-wrap: wrap; }
.exc-chip { font-size: 14px; padding: 5px 11px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); background: var(--paper); }
.exc-chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.exc-row { display: grid; grid-template-columns: 28px 16px 1fr auto auto; gap: 14px; align-items: center; padding: 16px 22px; border-bottom: 1px solid var(--line-2); }
.exc-row:last-of-type { border-bottom: 0; }
.exc-rank { font-family: var(--ff-mono); font-size: 15px; font-weight: 700; color: var(--accent); font-feature-settings: 'tnum'; }
.exc-sev { width: 10px; height: 10px; border-radius: 50%; }
.exc-sev.is-red { background: var(--red); }
.exc-sev.is-amber { background: var(--amber); }
.exc-sev.is-blue { background: var(--blue); }
.exc-copy { min-width: 0; }
.exc-copy .h { font-size: 15.5px; font-weight: 600; color: var(--ink); }
.exc-copy .h .id { font-family: var(--ff-mono); font-feature-settings: 'tnum'; font-weight: 500; }
.exc-copy .ctx { font-size: 14.5px; color: var(--muted); margin-top: 3px; line-height: 1.45; }
.exc-meta { text-align: right; font-size: 14px; color: var(--muted); white-space: nowrap; line-height: 1.4; }
.exc-meta .v { font-family: var(--ff-mono); font-weight: 600; color: var(--ink); font-feature-settings: 'tnum'; display: block; }
.exc-meta .w { display: block; margin-top: 2px; }
.exc-act { font-size: 14.5px; padding: 7px 13px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); white-space: nowrap; border-radius: 4px; cursor: pointer; }
.exc-act:hover { border-color: var(--accent); color: var(--accent); }
.exc-act.is-primary { background: var(--ink); color: #fff; border-color: var(--ink); }
.exc-act.is-primary:hover { background: var(--ink-2); color: #fff; }
.exc-foot { padding: 14px 22px; border-top: 1px solid var(--line); background: var(--paper-2); font-size: 14.5px; color: var(--muted); line-height: 1.5; }

/* Sparkline grid */
.s-spark { background: var(--paper-2); }
.spark-card { border: 1px solid var(--line); background: var(--paper); }
.spark-head { padding: 16px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.spark-head .ttl { font-size: 16px; font-weight: 600; color: var(--ink); }
.spark-head .ctrl { font-size: 14.5px; color: var(--muted); border: 1px solid var(--line); padding: 6px 10px; background: var(--paper); }
.spark-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.spark-cell { padding: 18px 22px 18px; border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); display: flex; flex-direction: column; gap: 6px; min-height: 120px; }
.spark-cell:nth-child(3n) { border-right: 0; }
.spark-cell:nth-last-child(-n+3) { border-bottom: 0; }
.spark-cell .lab { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); }
.spark-cell .val { font-family: var(--ff-mono); font-size: 28px; font-weight: 700; color: var(--ink); line-height: 1.05; font-feature-settings: 'tnum'; }
.spark-cell .svg-wrap { margin: 4px 0 2px; }
.spark-cell svg { width: 100%; height: 38px; display: block; }
.spark-cell .foot { font-size: 14px; color: var(--muted); }
.spark-cell .foot.is-up { color: var(--green); }
.spark-cell .foot.is-down { color: var(--red); }
.spark-cell .foot.is-improving { color: var(--green); }
.spark-cell .foot.is-flag { color: var(--amber); }

/* Portfolio map */
.s-map { }
.map-card { border: 1px solid var(--line); background: var(--paper); }
.map-head { padding: 16px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.map-head .ttl { font-size: 16px; font-weight: 600; color: var(--ink); }
.map-head .legend { display: inline-flex; gap: 14px; font-size: 13.5px; color: var(--muted); }
.map-head .legend .lg { display: inline-flex; align-items: center; gap: 5px; }
.map-head .legend .sw { width: 10px; height: 10px; border: 1px solid var(--line); }
.map-grid { display: grid; grid-template-columns: 200px repeat(7, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.map-grid .col-head { font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); padding: 14px 8px; background: var(--paper-2); border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line); text-align: center; }
.map-grid .col-head:first-child { text-align: left; padding-left: 22px; }
.map-grid .row-h { padding: 14px 8px 14px 22px; border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); font-size: 14.5px; color: var(--ink); font-weight: 500; display: flex; flex-direction: column; gap: 2px; }
.map-grid .row-h .sub { font-size: 13px; color: var(--muted); font-weight: 400; }
.map-grid .cell { border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); padding: 8px 6px; min-height: 56px; display: flex; flex-wrap: wrap; gap: 4px; align-content: flex-start; }
.map-grid .cell:last-child { border-right: 0; }
.map-grid .row-h.last-row, .map-grid .cell.last-row { border-bottom: 0; }
.map-tile { width: 22px; height: 22px; border-radius: 3px; position: relative; cursor: pointer; }
.map-tile.is-on { background: var(--green-soft); border: 1px solid var(--green); }
.map-tile.is-warn { background: var(--amber-soft); border: 1px solid var(--amber); }
.map-tile.is-risk { background: var(--red-soft); border: 1px solid var(--red); }
.map-tile.is-quote { background: var(--accent-soft); border: 1px solid var(--accent); }
.map-tile .badge { position: absolute; top: -4px; right: -4px; font-family: var(--ff-mono); font-size: 11px; background: var(--ink); color: #fff; border-radius: 999px; padding: 1px 4px; line-height: 1; font-weight: 600; }
.map-foot { padding: 14px 22px; border-top: 1px solid var(--line); background: var(--paper-2); font-size: 14.5px; color: var(--muted); line-height: 1.55; }

@media (max-width: 1024px) {
  .cb-kpis { grid-template-columns: repeat(3, 1fr); }
  .cb-kpi:nth-child(3) { border-right: 0; }
  .cb-kpi:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .cb-brief3 { grid-template-columns: 1fr; }
  .cb-brief { border-right: 0; border-bottom: 1px solid var(--line); }
  .cb-brief:last-child { border-bottom: 0; }
  .views-grid { grid-template-columns: 1fr; }
  .spark-grid { grid-template-columns: 1fr 1fr; }
  .spark-cell:nth-child(3n) { border-right: 1px solid var(--line-2); }
  .spark-cell:nth-child(2n) { border-right: 0; }
  .map-grid { display: block; overflow-x: auto; }
}
@media (max-width: 720px) {
  .cb-kpis { grid-template-columns: 1fr 1fr; }
  .cb-kpi { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .cb-kpi:nth-child(2n) { border-right: 0; }
  .exc-row { grid-template-columns: 18px 12px 1fr; gap: 10px; }
  .exc-meta, .exc-act { grid-column: 2 / -1; text-align: left; }
  .exc-meta { padding-left: 22px; }
  .exc-act { justify-self: flex-start; padding-left: 22px; padding-right: 22px; }
  .spark-grid { grid-template-columns: 1fr; }
  .spark-cell { border-right: 0 !important; }
}

/* ============= FAQ — single-open accordion (matches /product overview) ============= */

/* ============================================================
   13. FAQ
   ============================================================ */
.faq-list {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}

/* The question is now a real <button> — clickable, full-width,
   with a chevron that rotates on open. */
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: var(--ink);
  transition: color var(--dur-base);
}
.faq-q:hover { color: var(--accent); }
.faq-q:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.faq-q-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.faq-q-icon {
  flex: 0 0 auto;
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--paper);
  transition:
    transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color var(--dur-base),
    color var(--dur-base),
    background var(--dur-base);
}
.faq-q:hover .faq-q-icon {
  border-color: var(--accent);
  color: var(--accent);
}
.faq-item.is-open .faq-q-icon {
  transform: rotate(180deg);
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--accent);
}

/* The answer wrapper uses the grid-template-rows 0fr → 1fr trick
   to animate height changes smoothly without needing a known max-height.
   The inner div has overflow:hidden to clip the content while collapsed. */
.faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.faq-item.is-open .faq-a-wrap {
  grid-template-rows: 1fr;
}
.faq-a-inner {
  overflow: hidden;
  min-height: 0;
}
.faq-a {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 760px;
  padding: 0 0 24px;
  margin: 0;
  /* Subtle fade-in delay so text appears after the height animation starts */
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 220ms 80ms ease-out, transform 220ms 80ms ease-out;
}
.faq-item.is-open .faq-a {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .faq-q-icon,
  .faq-a-wrap,
  .faq-a { transition-duration: 0ms; }
}
