/* ============================================================
   nolcardmanage.com — corporate-trust × editorial-zine
   seed: LDVQNE8UZB  · prefix: nlc-
   ============================================================ */

@layer reset, base, layout, components, utilities, responsive;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
  img, svg { display: block; max-width: 100%; height: auto; }
  button { font: inherit; cursor: pointer; }
  a { color: inherit; text-decoration: none; }
  ul, ol { margin: 0; padding: 0; }
  details summary { cursor: pointer; list-style: none; }
  details summary::-webkit-details-marker { display: none; }
  :focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-radius: 4px; }
}

@layer base {
  :root {
    --ink: #15171e;
    --ink-soft: #4a4f5e;
    --ink-mute: #7a8090;
    --paper: #ffffff;
    --paper-2: #f5f7fb;
    --paper-3: #eef1f7;
    --surface: #ffffff;
    --line: #d8dde6;
    --line-soft: #e8ecf2;
    --brand: #c41e2e;
    --brand-dark: #9a1623;
    --brand-soft: #fbe7ea;
    --accent: #15171e;
    --ok: #2f7a4a;
    --warn: #b07a17;
    --danger: #b51e2b;
    --radius-sm: 4px;
    --radius: 8px;
    --radius-lg: 14px;
    --shadow-1: 0 1px 0 rgba(20,23,30,.04), 0 2px 6px rgba(20,23,30,.05);
    --shadow-2: 0 4px 14px rgba(20,23,30,.08), 0 1px 0 rgba(20,23,30,.04);
    --maxw: 1180px;
    --gut: 24px;
    --serif: "Playfair Display", "Source Serif Pro", Georgia, serif;
    --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --ar: "IBM Plex Sans Arabic", "Cairo", system-ui, sans-serif;
  }

  html { font-family: var(--sans); color: var(--ink); background: var(--paper); }
  html[dir="rtl"] { font-family: var(--ar); }
  body { font-size: 16px; line-height: 1.65; min-height: 100vh; }
  body.noscroll { overflow: hidden; }

  h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; color: var(--ink); line-height: 1.18; margin: 0; letter-spacing: -0.01em; }
  html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4 { font-family: var(--ar); letter-spacing: 0; }
  h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.6rem); letter-spacing: -0.025em; }
  h2 { font-size: clamp(1.55rem, 1.2rem + 1.4vw, 2.25rem); }
  h3 { font-size: clamp(1.15rem, 1rem + 0.5vw, 1.4rem); font-family: var(--sans); font-weight: 600; letter-spacing: -0.005em; }
  html[dir="rtl"] h3 { font-family: var(--ar); }
  p { margin: 0 0 1rem; max-width: 60ch; }
  p.lede { font-size: 1.12rem; color: var(--ink-soft); line-height: 1.6; max-width: 56ch; }

  ::selection { background: var(--brand); color: #fff; }
}

@layer layout {
  .nlc-Container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }
  .nlc-Section { padding: 88px 0; position: relative; }
  .nlc-Section.-tight { padding: 56px 0; }
  .nlc-Section.-paper { background: var(--paper-2); }
  .nlc-Section.-ink { background: var(--ink); color: #fff; }
  .nlc-Section.-ink h2, .nlc-Section.-ink h3 { color: #fff; }
  .nlc-Section.-ink p { color: #cdd2dd; }

  /* editorial vertical label — strong unique device */
  .nlc-VLabel {
    position: absolute;
    inset-block-start: 88px;
    inset-inline-start: 16px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--serif);
    font-style: italic;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-mute);
    user-select: none;
    pointer-events: none;
  }
  html[dir="rtl"] .nlc-VLabel { font-family: var(--ar); font-style: normal; letter-spacing: 0.12em; transform: rotate(0); writing-mode: vertical-lr; inset-inline-start: 16px; }

  .nlc-SectionHead { display: grid; gap: 14px; margin-bottom: 40px; max-width: 720px; }
  .nlc-SectionHead .eyebrow { font-family: var(--serif); font-style: italic; font-size: 0.95rem; color: var(--brand); letter-spacing: 0.02em; }
  html[dir="rtl"] .nlc-SectionHead .eyebrow { font-family: var(--ar); font-style: normal; }
  .nlc-SectionHead p { color: var(--ink-soft); max-width: 60ch; }

  .nlc-Grid { display: grid; gap: 24px; }
  .nlc-Grid.-c2 { grid-template-columns: repeat(2, 1fr); }
  .nlc-Grid.-c3 { grid-template-columns: repeat(3, 1fr); }
  .nlc-Grid.-c4 { grid-template-columns: repeat(4, 1fr); }
  .nlc-Grid.-c5 { grid-template-columns: repeat(5, 1fr); }
}

@layer components {
  /* ----- announcement bar (marquee) ----- */
  .nlc-Marquee { background: var(--ink); color: #cdd2dd; font-size: 0.82rem; overflow: hidden; border-bottom: 1px solid #2a2d36; }
  .nlc-Marquee .track { display: flex; gap: 56px; padding: 9px 0; white-space: nowrap; animation: nlcMarquee 38s linear infinite; }
  .nlc-Marquee .track > span { display: inline-flex; align-items: center; gap: 8px; }
  .nlc-Marquee .track > span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--brand); display: inline-block; }
  @keyframes nlcMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .nlc-Marquee .track { animation: none; } }

  /* ----- header (split_logo_in_middle) ----- */
  .nlc-Header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line-soft); }
  .nlc-Header .row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 14px 0; }
  .nlc-Header .left { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .nlc-Header .center { display: flex; justify-content: center; }
  .nlc-Header .right { display: flex; justify-content: flex-end; gap: 10px; align-items: center; }

  .nlc-Logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); font-size: 1.05rem; letter-spacing: -0.01em; }
  .nlc-Logo .mark { width: 30px; height: 30px; }
  .nlc-Logo .word { font-family: var(--sans); }
  html[dir="rtl"] .nlc-Logo .word { font-family: var(--ar); }

  .nlc-Nav { display: flex; gap: 6px; }
  .nlc-Nav a { padding: 8px 12px; font-size: 0.93rem; color: var(--ink-soft); border-radius: var(--radius-sm); transition: color .15s, background .15s; position: relative; }
  .nlc-Nav a:hover { color: var(--ink); background: var(--paper-2); }
  .nlc-Nav a[aria-current="page"] { color: var(--brand); }
  .nlc-Nav a[aria-current="page"]::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; background: var(--brand); }

  .nlc-LangPick { display: inline-flex; align-items: center; gap: 4px; font-size: 0.85rem; color: var(--ink-soft); }
  .nlc-LangPick a { padding: 5px 8px; border-radius: 4px; }
  .nlc-LangPick a.-on { background: var(--ink); color: #fff; }

  .nlc-Burger { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius-sm); align-items: center; justify-content: center; }
  .nlc-Burger i { display: block; width: 18px; height: 1.5px; background: var(--ink); position: relative; }
  .nlc-Burger i::before, .nlc-Burger i::after { content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: var(--ink); }
  .nlc-Burger i::before { top: -6px; }
  .nlc-Burger i::after { top: 6px; }

  /* ----- mobile drawer (CSS-driven only) ----- */
  .nlc-Drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility 0s linear .25s; }
  .nlc-Drawer[aria-hidden="false"] { visibility: visible; opacity: 1; transition: opacity .25s ease, visibility 0s linear 0s; }
  .nlc-Drawer .backdrop { position: absolute; inset: 0; background: rgba(15,17,24,.55); }
  .nlc-Drawer .panel {
    position: absolute; inset-block: 0; inset-inline-end: 0;
    width: min(360px, 86vw); background: var(--paper); padding: 24px;
    display: flex; flex-direction: column; gap: 18px;
    transform: translateX(100%); transition: transform .28s cubic-bezier(.2,.7,.2,1);
    box-shadow: -16px 0 40px rgba(20,23,30,.18);
  }
  html[dir="rtl"] .nlc-Drawer .panel { transform: translateX(-100%); }
  .nlc-Drawer[aria-hidden="false"] .panel { transform: translateX(0); }
  .nlc-Drawer .top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
  .nlc-Drawer .close { background: none; border: 0; font-size: 22px; color: var(--ink); padding: 6px 10px; border-radius: 4px; }
  .nlc-Drawer nav { display: flex; flex-direction: column; gap: 2px; }
  .nlc-Drawer nav a { padding: 12px 10px; border-radius: 6px; color: var(--ink); font-size: 0.98rem; border-bottom: 1px solid var(--line-soft); }
  .nlc-Drawer nav a:hover { background: var(--paper-2); }
  .nlc-Drawer nav a[aria-current="page"] { color: var(--brand); font-weight: 600; }
  .nlc-Drawer .bottom { margin-top: auto; display: flex; flex-direction: column; gap: 10px; font-size: 0.85rem; color: var(--ink-soft); }

  /* ----- buttons ----- */
  .nlc-Btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border-radius: var(--radius-sm); font-size: 0.96rem; font-weight: 600; font-family: var(--sans); border: 1px solid transparent; transition: background .15s, color .15s, border-color .15s, transform .08s; min-height: 48px; text-align: center; }
  html[dir="rtl"] .nlc-Btn { font-family: var(--ar); }
  .nlc-Btn.-primary { background: var(--brand); color: #fff; }
  .nlc-Btn.-primary:hover { background: var(--brand-dark); }
  .nlc-Btn.-primary:active { transform: translateY(1px); }
  .nlc-Btn.-ink { background: var(--ink); color: #fff; }
  .nlc-Btn.-ink:hover { background: #0a0c12; }
  .nlc-Btn.-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
  .nlc-Btn.-ghost:hover { background: var(--paper-2); border-color: var(--ink); }
  .nlc-Btn.-link { background: none; padding: 8px 0; color: var(--brand); border-radius: 0; min-height: auto; }
  .nlc-Btn.-link:hover { color: var(--brand-dark); }
  .nlc-Btn .arrow { display: inline-block; transition: transform .2s; }
  .nlc-Btn:hover .arrow { transform: translateX(3px); }
  html[dir="rtl"] .nlc-Btn:hover .arrow { transform: translateX(-3px); }

  /* ----- hero (split_with_form facet — but form is on separate page) ----- */
  .nlc-Hero { padding: 64px 0 56px; position: relative; overflow: hidden; }
  .nlc-Hero::before {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(180deg, transparent 0, rgba(196,30,46,.018) 100%);
    pointer-events: none;
  }
  .nlc-Hero .inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
  .nlc-Hero .eyebrow { display: inline-block; font-family: var(--serif); font-style: italic; font-size: 1.02rem; color: var(--brand); margin-bottom: 18px; letter-spacing: 0.01em; }
  html[dir="rtl"] .nlc-Hero .eyebrow { font-family: var(--ar); font-style: normal; }
  .nlc-Hero h1 { margin-bottom: 22px; }
  .nlc-Hero h1 .tw { display: inline-block; border-right: 2px solid var(--brand); padding-right: 4px; animation: nlcCaret 1s steps(2) infinite; }
  html[dir="rtl"] .nlc-Hero h1 .tw { border-right: 0; border-left: 2px solid var(--brand); padding-right: 0; padding-left: 4px; }
  @keyframes nlcCaret { 0%, 100% { border-color: var(--brand); } 50% { border-color: transparent; } }
  @media (prefers-reduced-motion: reduce) { .nlc-Hero h1 .tw { animation: none; border-color: transparent; } }
  .nlc-Hero .lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 54ch; margin: 0 0 30px; line-height: 1.62; }
  .nlc-Hero .actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
  .nlc-Hero .actions .meta { font-size: 0.85rem; color: var(--ink-mute); }

  .nlc-HeroCard {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 28px; box-shadow: var(--shadow-2); position: relative;
  }
  .nlc-HeroCard h3 { margin: 0 0 16px; font-size: 1.05rem; }
  .nlc-HeroCard .need { display: grid; gap: 14px; margin-bottom: 18px; }
  .nlc-HeroCard .need > li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; font-size: 0.95rem; color: var(--ink-soft); list-style: none; }
  .nlc-HeroCard .need > li b { color: var(--ink); font-weight: 600; display: block; font-size: 0.96rem; }
  .nlc-HeroCard .need .num { width: 26px; height: 26px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); display: inline-grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 0.92rem; font-style: italic; }
  html[dir="rtl"] .nlc-HeroCard .need .num { font-family: var(--ar); font-style: normal; }
  .nlc-HeroCard .ribbon { position: absolute; top: -10px; inset-inline-start: 24px; background: var(--ink); color: #fff; font-size: 0.7rem; padding: 4px 10px; border-radius: 3px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; }

  /* ----- kpi chips ----- */
  .nlc-Chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
  .nlc-Chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 100px; font-size: 0.82rem; color: var(--ink-soft); background: var(--paper); }
  .nlc-Chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }

  /* ----- cards ----- */
  .nlc-Card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: border-color .15s, box-shadow .15s; }
  .nlc-Card:hover { border-color: var(--ink); }
  .nlc-Card.-pad-lg { padding: 36px; }
  .nlc-Card h3 { margin: 0 0 10px; }
  .nlc-Card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

  /* roman-numeral step blocks (editorial) */
  .nlc-Steps { display: grid; gap: 0; counter-reset: nlcStep; }
  .nlc-Step { display: grid; grid-template-columns: 96px 1fr; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line-soft); align-items: start; }
  .nlc-Step:last-child { border-bottom: 0; }
  .nlc-Step .num { font-family: var(--serif); font-style: italic; font-size: 3rem; color: var(--brand); line-height: 1; letter-spacing: -0.02em; }
  html[dir="rtl"] .nlc-Step .num { font-family: var(--ar); font-style: normal; font-weight: 700; }
  .nlc-Step .body h3 { margin: 4px 0 8px; }
  .nlc-Step .body p { margin: 0; color: var(--ink-soft); max-width: 58ch; }

  /* postcard quote */
  .nlc-Postcard {
    background: var(--paper-2); border: 1px solid var(--line);
    padding: 36px; border-radius: var(--radius);
    position: relative; max-width: 720px;
  }
  .nlc-Postcard::before { content: "\201C"; position: absolute; top: -16px; inset-inline-start: 28px; font-family: var(--serif); font-size: 6rem; line-height: 1; color: var(--brand); }
  .nlc-Postcard p { font-family: var(--serif); font-size: 1.3rem; font-style: italic; line-height: 1.5; color: var(--ink); max-width: none; margin: 0 0 12px; }
  html[dir="rtl"] .nlc-Postcard p { font-family: var(--ar); font-style: normal; font-size: 1.2rem; }
  .nlc-Postcard cite { font-style: normal; font-size: 0.82rem; color: var(--ink-mute); letter-spacing: 0.06em; text-transform: uppercase; }

  /* ----- comparison ----- */
  .nlc-Compare { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
  .nlc-Compare > div { padding: 18px 20px; border-bottom: 1px solid var(--line-soft); font-size: 0.92rem; }
  .nlc-Compare > div:not(:first-child) { text-align: center; }
  .nlc-Compare .head { font-weight: 600; background: var(--paper-2); font-family: var(--serif); font-style: italic; font-size: 0.95rem; }
  html[dir="rtl"] .nlc-Compare .head { font-family: var(--ar); font-style: normal; }
  .nlc-Compare .yes { color: var(--ok); font-weight: 600; }
  .nlc-Compare .no { color: var(--ink-mute); }
  .nlc-Compare .row-label { color: var(--ink); font-weight: 500; }
  .nlc-Compare > div:nth-last-child(-n+4) { border-bottom: 0; }

  /* ----- forms ----- */
  .nlc-Form { display: grid; gap: 20px; }
  .nlc-Field { display: grid; gap: 6px; }
  .nlc-Field > label { font-size: 0.92rem; font-weight: 500; color: var(--ink); }
  .nlc-Field > .hint { font-size: 0.8rem; color: var(--ink-mute); }
  .nlc-Field > .err { font-size: 0.82rem; color: var(--danger); display: none; }
  .nlc-Field.-invalid > .err { display: block; }
  .nlc-Field input, .nlc-Field select, .nlc-Field textarea {
    padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
    background: var(--paper); color: var(--ink); width: 100%; font: inherit;
    transition: border-color .15s, box-shadow .15s;
  }
  .nlc-Field input::placeholder, .nlc-Field textarea::placeholder { color: var(--ink-mute); }
  .nlc-Field input:focus, .nlc-Field select:focus, .nlc-Field textarea:focus { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
  .nlc-Field.-invalid input, .nlc-Field.-invalid select, .nlc-Field.-invalid textarea { border-color: var(--danger); }
  .nlc-Field textarea { min-height: 120px; resize: vertical; }

  .nlc-Amount { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 12px; }
  .nlc-Amount > label {
    position: relative; display: flex; align-items: center; justify-content: center;
    min-height: 52px; border: 1px solid var(--line); border-radius: var(--radius-sm);
    background: var(--paper); cursor: pointer; font-weight: 600; font-size: 0.95rem;
    color: var(--ink); transition: background .15s, border-color .15s, color .15s;
    text-align: center;
  }
  .nlc-Amount > label input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
  .nlc-Amount > label.is-on, .nlc-Amount > label:has(input:checked) { background: var(--ink); color: #fff; border-color: var(--ink); }
  .nlc-Amount > label:hover:not(.is-on) { border-color: var(--ink); }

  .nlc-FormFoot { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 6px; font-size: 0.85rem; color: var(--ink-mute); }
  .nlc-FormFoot .badges { display: flex; gap: 10px; align-items: center; }
  .nlc-FormFoot .badges svg { opacity: 0.8; }

  /* ----- FAQ accordion ----- */
  .nlc-Faq { display: grid; gap: 0; border-block-start: 1px solid var(--line); }
  .nlc-Faq details { border-block-end: 1px solid var(--line); padding: 0; }
  .nlc-Faq summary { padding: 20px 0; font-weight: 500; font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--ink); }
  .nlc-Faq summary::after { content: "+"; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; color: var(--brand); transition: transform .2s; line-height: 1; }
  .nlc-Faq details[open] summary::after { transform: rotate(45deg); }
  .nlc-Faq .ans { padding: 0 0 22px; color: var(--ink-soft); font-size: 0.96rem; max-width: 68ch; }
  .nlc-Faq .ans p { margin: 0 0 10px; }
  .nlc-Faq .ans p:last-child { margin: 0; }

  /* ----- modal ----- */
  .nlc-Modal { position: fixed; inset: 0; z-index: 100; visibility: hidden; opacity: 0; transition: opacity .22s ease, visibility 0s linear .22s; }
  .nlc-Modal[aria-hidden="false"] { visibility: visible; opacity: 1; transition: opacity .22s ease, visibility 0s linear 0s; }
  .nlc-Modal .backdrop { position: absolute; inset: 0; background: rgba(15,17,24,.55); }
  .nlc-Modal .panel {
    position: absolute; inset-inline: 0; inset-block: 0; margin: auto;
    width: min(480px, 92vw); height: max-content; max-height: 90vh; overflow: auto;
    background: var(--paper); border-radius: var(--radius-lg); padding: 32px;
    box-shadow: 0 24px 60px rgba(15,17,24,.3);
    transform: scale(0.96); transition: transform .22s ease;
  }
  .nlc-Modal[aria-hidden="false"] .panel { transform: scale(1); }
  .nlc-Modal h3 { font-family: var(--serif); margin: 0 0 12px; font-size: 1.5rem; }
  html[dir="rtl"] .nlc-Modal h3 { font-family: var(--ar); }
  .nlc-Modal p { color: var(--ink-soft); margin: 0 0 18px; }
  .nlc-Modal .closeX { position: absolute; top: 12px; inset-inline-end: 14px; background: none; border: 0; font-size: 22px; color: var(--ink-soft); padding: 6px 10px; }
  .nlc-Modal .ok { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
  .nlc-Modal .ok .ico { width: 44px; height: 44px; border-radius: 50%; background: #e6f3ec; color: var(--ok); display: grid; place-items: center; flex-shrink: 0; }

  /* ----- footer ----- */
  .nlc-Footer { background: var(--ink); color: #cdd2dd; padding: 64px 0 28px; }
  .nlc-Footer h4 { color: #fff; font-family: var(--sans); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 16px; font-weight: 600; }
  html[dir="rtl"] .nlc-Footer h4 { font-family: var(--ar); letter-spacing: 0.04em; }
  .nlc-Footer .cols { display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); gap: 36px; padding-bottom: 40px; border-bottom: 1px solid #2a2d36; }
  .nlc-Footer .col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
  .nlc-Footer .col a { color: #cdd2dd; font-size: 0.9rem; }
  .nlc-Footer .col a:hover { color: #fff; }
  .nlc-Footer .brand { display: flex; flex-direction: column; gap: 14px; max-width: 280px; }
  .nlc-Footer .brand .name { color: #fff; font-size: 1.1rem; font-weight: 700; }
  .nlc-Footer .brand p { color: #9da3b3; font-size: 0.88rem; margin: 0; line-height: 1.55; }
  .nlc-Footer .bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 24px; align-items: center; flex-wrap: wrap; }
  .nlc-Footer .bottom p { font-size: 0.82rem; color: #9da3b3; margin: 0; max-width: none; }
  .nlc-Footer .badges { display: flex; gap: 14px; align-items: center; }
  .nlc-Footer .badges span { font-size: 0.7rem; color: #6e7384; letter-spacing: 0.08em; padding: 4px 8px; border: 1px solid #2a2d36; border-radius: 3px; }
  .nlc-Footer .wa { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: #1f7e3a; color: #fff; border-radius: var(--radius-sm); font-size: 0.85rem; font-weight: 500; }
  .nlc-Footer .wa:hover { background: #196830; }

  /* ----- breadcrumbs ----- */
  .nlc-Crumbs { font-size: 0.82rem; color: var(--ink-mute); padding: 16px 0; }
  .nlc-Crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
  .nlc-Crumbs li { display: flex; align-items: center; gap: 8px; }
  .nlc-Crumbs li + li::before { content: "›"; color: var(--ink-mute); }
  .nlc-Crumbs a { color: var(--ink-soft); }
  .nlc-Crumbs a:hover { color: var(--brand); }

  /* ----- legal/long text ----- */
  .nlc-Prose { max-width: 70ch; }
  .nlc-Prose h2 { margin-top: 36px; margin-bottom: 14px; font-size: 1.4rem; }
  .nlc-Prose h3 { margin-top: 24px; margin-bottom: 8px; }
  .nlc-Prose p, .nlc-Prose li { color: var(--ink-soft); font-size: 0.96rem; line-height: 1.7; }
  .nlc-Prose ul, .nlc-Prose ol { padding-inline-start: 22px; margin: 0 0 1rem; }
  .nlc-Prose li { margin-bottom: 6px; }

  /* ----- status ----- */
  .nlc-Status { display: grid; gap: 10px; }
  .nlc-StatusRow { display: grid; grid-template-columns: 1fr auto; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); align-items: center; gap: 12px; }
  .nlc-StatusRow .name { font-weight: 500; }
  .nlc-StatusRow .pill { display: inline-flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--ok); }
  .nlc-StatusRow .pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ok); }

  /* ----- 404 ----- */
  .nlc-404 { padding: 120px 0; text-align: center; }
  .nlc-404 .code { font-family: var(--serif); font-style: italic; color: var(--brand); font-size: clamp(4rem, 10vw, 8rem); line-height: 1; margin-bottom: 14px; letter-spacing: -0.04em; }
  html[dir="rtl"] .nlc-404 .code { font-family: var(--ar); font-style: normal; }
  .nlc-404 .actions { display: inline-flex; gap: 12px; margin-top: 24px; }

  /* ----- cookies banner ----- */
  .nlc-Cookies { position: fixed; inset-inline: 16px; bottom: 16px; max-width: 540px; padding: 16px 18px; background: var(--ink); color: #fff; border-radius: var(--radius); display: none; z-index: 80; box-shadow: 0 12px 40px rgba(15,17,24,.3); }
  .nlc-Cookies.-shown { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
  .nlc-Cookies p { margin: 0; font-size: 0.85rem; line-height: 1.5; color: #cdd2dd; }
  .nlc-Cookies button { background: var(--brand); color: #fff; border: 0; padding: 9px 18px; border-radius: var(--radius-sm); font-weight: 600; font-size: 0.85rem; cursor: pointer; }
  .nlc-Cookies button:hover { background: var(--brand-dark); }
}

@layer utilities {
  .muted { color: var(--ink-soft); }
  .small { font-size: 0.85rem; }
  .center { text-align: center; }
  .sronly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .gap-sm { gap: 8px; }
  .mt-lg { margin-top: 36px; }
  .mt-md { margin-top: 24px; }
  .mt-sm { margin-top: 12px; }
  .stack { display: flex; flex-direction: column; gap: 16px; }
  .row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .hide-desk { display: none; }
}

@layer responsive {
  @media (max-width: 1024px) {
    .nlc-Footer .cols { grid-template-columns: 1.2fr repeat(2, 1fr); }
    .nlc-Hero .inner { grid-template-columns: 1fr; gap: 40px; }
    .nlc-Compare { grid-template-columns: 1.2fr repeat(3, 1fr); }
    .nlc-Grid.-c4 { grid-template-columns: repeat(2, 1fr); }
    .nlc-Grid.-c5 { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 720px) {
    :root { --gut: 18px; }
    .nlc-Nav, .nlc-LangPick { display: none; }
    .nlc-Burger { display: inline-flex; }
    .nlc-Header .row { grid-template-columns: 1fr auto; }
    .nlc-Header .center { display: none; }
    .nlc-Section { padding: 56px 0; }
    .nlc-Section.-tight { padding: 36px 0; }
    .nlc-Hero { padding: 32px 0 40px; }
    .nlc-Grid.-c2, .nlc-Grid.-c3, .nlc-Grid.-c4, .nlc-Grid.-c5 { grid-template-columns: 1fr; }
    .nlc-Footer .cols { grid-template-columns: 1fr 1fr; gap: 28px; }
    .nlc-Footer { padding: 48px 0 24px; }
    .nlc-Amount { grid-template-columns: repeat(3, 1fr); }
    .nlc-Step { grid-template-columns: 60px 1fr; gap: 18px; padding: 24px 0; }
    .nlc-Step .num { font-size: 2.2rem; }
    .nlc-Compare { display: block; border: 0; }
    .nlc-Compare > div { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 8px; padding: 14px 16px; }
    .nlc-Compare .head { display: none; }
    .nlc-Compare > div:not(:first-child)::before { content: attr(data-h) ": "; font-weight: 600; color: var(--ink); }
    .nlc-Compare > div:not(:first-child) { text-align: start; background: var(--paper-2); }
    .nlc-Compare .yes::after, .nlc-Compare .no::after { content: none; }
    .nlc-VLabel { display: none; }
    .nlc-SectionHead { margin-bottom: 28px; }
    .nlc-HeroCard { padding: 22px; }
    .nlc-Card { padding: 22px; }
    .hide-mobile { display: none; }
    .hide-desk { display: initial; }
  }
  @media (max-width: 420px) {
    .nlc-Amount { grid-template-columns: repeat(2, 1fr); }
  }
  @media print {
    .nlc-Header, .nlc-Footer, .nlc-Marquee, .nlc-Drawer, .nlc-Modal { display: none; }
  }
}
