/* ============================================================================
   CARDCORE — the front door
   A marketing surface that argues the product's actual case: the card is the
   most-issued, least-managed financial instrument in Nigeria, and the hole in
   the middle is the bank's own side of the process.
   ==========================================================================*/
.portal-home { background: var(--bg); }

.lnav {
  position: sticky; top: 0; z-index: 60; height: 62px; display: flex; align-items: center; gap: 14px;
  padding: 0 clamp(14px, 4vw, 44px); background: color-mix(in srgb, var(--bg) 85%, transparent);
  backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid transparent; transition: border-color var(--t-base), background var(--t-base);
}
.lnav.stuck { border-bottom-color: var(--line); }
.lnav a.brand { display: flex; align-items: center; gap: 9px; color: inherit; text-decoration: none; font-weight: 700; letter-spacing: -0.02em; font-size: 16px; }
.lnav .lnav-links { display: flex; gap: 2px; margin-left: 12px; }
.lnav .lnav-links a { padding: 6px 11px; border-radius: var(--r-2); font-size: 13.5px; font-weight: 500; color: var(--ink-2); text-decoration: none; }
.lnav .lnav-links a:hover { background: var(--bg-2); color: var(--ink); }
@media (max-width: 940px) { .lnav .lnav-links { display: none; } }

.lwrap { max-width: 1220px; margin: 0 auto; padding: 0 clamp(14px, 4vw, 44px); }
.lsec { padding: clamp(52px, 8vw, 104px) 0; }
.lsec.tight { padding: clamp(36px, 5vw, 64px) 0; }

/* ------------------------------------------------------------------ hero */
.lhero { position: relative; overflow: hidden; padding-top: clamp(34px, 5vw, 64px); padding-bottom: clamp(40px, 6vw, 80px); }
.lhero::before {
  content: ''; position: absolute; inset: -20% -10% auto -10%; height: 620px; pointer-events: none;
  background: radial-gradient(60% 60% at 22% 20%, var(--ultra-wash), transparent 70%), radial-gradient(50% 50% at 82% 12%, var(--chip-wash), transparent 70%);
}
.lhero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(24px, 4vw, 56px); align-items: center; position: relative; }
@media (max-width: 980px) { .lhero-grid { grid-template-columns: 1fr; } }
.lhero h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(36px, 5.4vw, 62px); line-height: 1.03; letter-spacing: -0.035em; }
.lhero h1 em { font-style: normal; color: var(--ultra-ink); }
.lhero .sub { font-size: clamp(16px, 1.7vw, 19.5px); color: var(--ink-2); line-height: 1.6; max-width: 620px; margin-top: 18px; }
.hero-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }

.ticker { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.ticker div { min-width: 116px; }
.ticker .tk-v { font-family: var(--font-mono); font-size: 25px; font-weight: 600; letter-spacing: -0.04em; }
.ticker .tk-k { font-size: 11.5px; color: var(--ink-3); line-height: 1.35; margin-top: 1px; }

/* ------------------------------------------------------------- the break */
.break-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: 16px; }
.break-card { border: 1px solid var(--line); border-radius: var(--r-3); background: var(--card); padding: 18px; position: relative; overflow: hidden; }
.break-card .bk-n { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: var(--ink-4); line-height: 1; letter-spacing: -0.04em; position: absolute; top: 14px; right: 16px; }
.break-card .bk-t { font-size: 15px; font-weight: 600; margin-bottom: 5px; padding-right: 52px; min-height: 40px; }
.break-card .bk-d { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; }
.break-card .bk-f { font-size: 12px; color: var(--ultra-ink); font-weight: 600; margin-top: 10px; display: flex; gap: 5px; align-items: center; }

/* ------------------------------------------------------------ the planes */
.plane { display: grid; grid-template-columns: 190px minmax(0, 1fr) minmax(0, 1fr); gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); align-items: start; }
.plane:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 820px) { .plane { grid-template-columns: 1fr; gap: 8px; } }
.plane .pl-n { font-family: var(--font-display); font-size: 20px; font-weight: 600; letter-spacing: -0.02em; display: flex; gap: 9px; align-items: center; }
.plane .pl-w { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; }
.plane .pl-b { font-size: 13px; color: var(--rose-ink); line-height: 1.5; display: flex; gap: 7px; align-items: flex-start; }

/* ----------------------------------------------------------- feature grid */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.feat { border: 1px solid var(--line); border-radius: var(--r-3); padding: 18px; background: var(--card); transition: all var(--t-base) var(--ease-out); }
.feat:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--line-2); }
.feat .ft-ic { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 11px; }
.feat .ft-t { font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; }
.feat .ft-d { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; margin-top: 5px; }
.feat .ft-p { font-size: 11.5px; color: var(--ink-4); margin-top: 10px; font-family: var(--font-mono); }

/* ------------------------------------------------------------- portal map */
.pmap { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 12px; }
.pmap a { border: 1px solid var(--line); border-radius: var(--r-3); padding: 15px; background: var(--card); text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 7px; transition: all var(--t-base) var(--ease-out); }
.pmap a:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--ultra); text-decoration: none; }
.pmap .pm-ic { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; }
.pmap .pm-t { font-size: 14.5px; font-weight: 600; }
.pmap .pm-d { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; }
.pmap .pm-go { font-size: 11.5px; font-weight: 600; color: var(--ultra-ink); display: flex; align-items: center; gap: 4px; margin-top: auto; }

/* -------------------------------------------------------------- reg table */
.regtbl { width: 100%; font-size: 13px; }
.regtbl th { text-align: left; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); padding: 8px 10px; border-bottom: 1px solid var(--line); }
.regtbl td { padding: 10px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-2); line-height: 1.5; }
.regtbl tr:hover td { background: var(--bg-2); }
.regtbl .rg-d { font-family: var(--font-mono); font-size: 12px; color: var(--ink); white-space: nowrap; }

/* ---------------------------------------------------------------- pricing */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); gap: 14px; }
.price { border: 1px solid var(--line); border-radius: var(--r-3); padding: 20px; background: var(--card); display: flex; flex-direction: column; gap: 10px; }
.price.on { border-color: var(--ultra); box-shadow: 0 0 0 3px var(--ultra-wash); position: relative; }
.price.on::before { content: 'Most deployed'; position: absolute; top: -10px; left: 20px; background: var(--ultra-solid); color: #fff; font-size: 10.5px; font-weight: 700; padding: 2px 9px; border-radius: 999px; letter-spacing: .04em; }
.price .pr-n { font-size: 16px; font-weight: 700; }
.price .pr-p { font-family: var(--font-mono); font-size: 27px; font-weight: 600; letter-spacing: -0.04em; }
.price .pr-u { font-size: 12px; color: var(--ink-3); }
.price ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; color: var(--ink-2); }
.price li { display: flex; gap: 7px; align-items: flex-start; }
.price li .ic { color: var(--jade-ink); flex-shrink: 0; margin-top: 2px; }

/* ------------------------------------------------------------------- cta */
.cta { border-radius: var(--r-4); background: linear-gradient(135deg, var(--vault), var(--ultra-700)); color: #fff; padding: clamp(28px, 5vw, 52px); position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: auto -8% -60% auto; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(201,146,43,.36), transparent 66%); }
.cta h2 { font-family: var(--font-display); font-size: clamp(26px, 3.6vw, 42px); letter-spacing: -0.03em; line-height: 1.1; position: relative; }
.cta p { color: rgba(255,255,255,.82); max-width: 620px; margin-top: 12px; position: relative; font-size: 15.5px; line-height: 1.6; }

.lfoot { border-top: 1px solid var(--line); padding: 32px 0 46px; font-size: 13px; color: var(--ink-3); }
.lfoot a { color: var(--ink-2); text-decoration: none; }
.lfoot a:hover { color: var(--ultra-ink); }
.lfoot-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 26px; }
@media (max-width: 820px) { .lfoot-grid { grid-template-columns: 1fr 1fr; } }

.quote { border-left: 3px solid var(--chip); padding: 4px 0 4px 18px; font-family: var(--font-display); font-size: clamp(18px, 2.4vw, 26px); line-height: 1.35; letter-spacing: -0.02em; }
.quote cite { display: block; font-family: var(--font-ui); font-size: 12.5px; font-style: normal; color: var(--ink-3); margin-top: 10px; letter-spacing: 0; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 14px 0; }
.marquee-track { display: flex; gap: 34px; animation: mq 46s linear infinite; width: max-content; }
.marquee-track span { font-size: 13px; color: var(--ink-3); display: flex; align-items: center; gap: 8px; white-space: nowrap; }
@keyframes mq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }
