/* ============================================================
   Strefa otwarta Maklera: landing (/), publiczne wiadomosci (/news
   bez sesji), regulamin. Laduje sie razem z skin_investing.css
   (paleta: blue #1256A0, orange #F7941E, up #0E8A31, down #D91400).
   ============================================================ */
:root {
    --ld-ink: #1a1d21; --ld-muted: #57606a; --ld-line: #dfe3e6; --ld-tint: #f4f6f8;
    --ld-blue: #1256A0; --ld-blue-dark: #0d4886; --ld-orange: #F7941E;
    --ld-up: #0E8A31; --ld-down: #D91400; --ld-dark: #16181b;
}
html { scroll-behavior: smooth; }
.skin-inv .inv-nav { margin-bottom: 0; }
.ld-container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.ld-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ld-orange); }
.ld-eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--ld-orange); }
.ld-h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -.8px; color: var(--ld-ink); line-height: 1.15; margin: 10px 0 10px; }
.ld-sub { color: var(--ld-muted); font-size: 16px; line-height: 1.55; max-width: 720px; margin: 0; }
.ld-section { padding: 64px 0; }
.ld-section.tint { background: var(--ld-tint); }
.ld-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 50px; padding: 0 24px; border-radius: 6px; font-weight: 800; font-size: 15.5px; text-decoration: none !important; transition: transform .15s, background .15s, box-shadow .15s; white-space: nowrap; }
.ld-btn:hover { transform: translateY(-1px); }
.ld-btn.orange { background: var(--ld-orange); color: #1a1d21 !important; box-shadow: 0 8px 22px rgba(247,148,30,.3); }
.ld-btn.orange:hover { background: #ffa640; }
.ld-btn.ghost { background: rgba(255,255,255,.06); color: #fff !important; border: 1px solid rgba(255,255,255,.28); }
.ld-btn.ghost:hover { background: rgba(255,255,255,.14); }
.ld-btn.blue { background: var(--ld-blue); color: #fff !important; }
.ld-btn.blue:hover { background: var(--ld-blue-dark); }
.ld-btn.outline { background: #fff; color: var(--ld-blue) !important; border: 1px solid #cfd6dc; }
.ld-btn.outline:hover { background: var(--ld-tint); }
.ld-btn.sm { height: 40px; padding: 0 16px; font-size: 14px; }

/* ---------- pasek notowan ---------- */
.ld-ticker { background: #101214; border-bottom: 1px solid #23262a; overflow: hidden; position: relative; }
.ld-ticker:hover .ld-ticker-track { animation-play-state: paused; }
.ld-ticker-track { display: flex; width: max-content; animation: ld-scroll 60s linear infinite; }
.ld-tick { display: inline-flex; align-items: baseline; gap: 8px; padding: 9px 22px; font-family: "SF Mono", Consolas, "Roboto Mono", monospace; font-size: 12.5px; color: #cfd3d7 !important; border-right: 1px solid #23262a; white-space: nowrap; text-decoration: none !important; transition: background .15s; }
.ld-tick:hover { background: #1c1f23; }
.ld-tbl tbody tr.ld-row { cursor: pointer; transition: background .12s; }
.ld-tbl tbody tr.ld-row:hover td { background: #f5f8fc; }
.ld-tick b { color: #fff; font-weight: 700; }
.ld-tick .up { color: #4ade80; } .ld-tick .down { color: #f87171; }
@keyframes ld-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ld-ticker-track { animation: none; } }

/* ---------- hero ---------- */
.ld-hero { position: relative; background: var(--ld-dark); color: #fff; overflow: hidden; }
.ld-hero::before { content: ""; position: absolute; inset: 0;
    background: radial-gradient(900px 480px at 8% 20%, rgba(18,86,160,.45), transparent 60%),
                radial-gradient(700px 420px at 92% 85%, rgba(247,148,30,.22), transparent 60%),
                linear-gradient(180deg, #16181b 0%, #1b1e22 100%); }
.ld-hero::after { content: ""; position: absolute; inset: 0; opacity: .32;
    background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 44px 44px; mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 85%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 85%); }
.ld-hero .ld-container { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.1fr); gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 72px; }
.ld-hero h1 { font-size: clamp(34px, 4.2vw, 52px); font-weight: 800; letter-spacing: -1.4px; line-height: 1.08; margin: 16px 0 18px; color: #fff !important; }
.ld-hero h1 em { font-style: normal; color: var(--ld-orange); }
.ld-hero .lead { font-size: 17.5px; line-height: 1.6; color: rgba(255,255,255,.8); max-width: 540px; margin: 0 0 28px; }
.ld-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.ld-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 0; list-style: none; }
.ld-trust li { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); font-size: 13.5px; }
.ld-trust li i { color: #4ade80; }

/* ramka okna przegladarki */
.ld-frame { background: #fff; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.08); overflow: hidden; color: var(--ld-ink); }
.ld-frame-bar { background: #2a2d31; height: 40px; display: flex; align-items: center; gap: 8px; padding: 0 14px; }
.ld-frame-bar i { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.ld-frame-bar i:nth-child(1) { background: #ff5f57; } .ld-frame-bar i:nth-child(2) { background: #febc2e; } .ld-frame-bar i:nth-child(3) { background: #28c840; }
.ld-frame-url { margin-left: 14px; flex: 1; max-width: 360px; height: 24px; background: #1b1d20; border-radius: 6px; color: #9aa1a8; font-size: 12px; display: flex; align-items: center; padding: 0 10px; gap: 6px; font-family: "SF Mono", Consolas, monospace; }
.ld-frame-body { padding: 0; }
.ld-tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.ld-tbl th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .4px; color: #6b7280; font-weight: 700; padding: 10px 8px; border-bottom: 1px solid var(--ld-line); background: #fafbfc; white-space: nowrap; }
.ld-tbl th:first-child, .ld-tbl td:first-child { padding-left: 14px; }
.ld-tbl th:last-child, .ld-tbl td:last-child { padding-right: 14px; }
.ld-tbl td { padding: 9px 8px; border-bottom: 1px solid #eef1f4; vertical-align: middle; white-space: nowrap; }
.ld-frame-body { overflow-x: auto; }
.ld-tbl tr:last-child td { border-bottom: 0; }
.ld-tbl .r { text-align: right; } .ld-tbl .c { text-align: center; }
.ld-tbl .sym { display: flex; align-items: center; gap: 9px; font-weight: 800; min-width: 0; }
.ld-tbl .sym > div { min-width: 0; }
.ld-tbl .sym small { display: block; font-weight: 400; color: #6b7280; font-size: 11.5px; max-width: 118px; overflow: hidden; text-overflow: ellipsis; }
.ld-tbl .tbl-logo, .ld-tbl .tbl-logo-fb { margin-right: 0; }
.ld-tbl .up { color: var(--ld-up); font-weight: 700; } .ld-tbl .down { color: var(--ld-down); font-weight: 700; }
.ld-tbl .grp td { padding: 6px 12px 4px; font-size: 10.5px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: var(--ld-blue); background: #f5f8fc; }
.ld-tbl .spark { width: 58px; height: 22px; }
.ld-tbl .score-box { min-width: 42px; }
.ld-tbl .score-bar { width: 38px; }
.ld-tbl .badge { font-size: 10.5px; padding: 4px 6px; }
@media (min-width: 992px) and (max-width: 1240px) { .ld-tbl .sym small { display: none; } }
.ld-frame-foot { padding: 9px 14px; font-size: 12px; color: #6b7280; background: #fafbfc; border-top: 1px solid var(--ld-line); display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.ld-frame-foot b { color: var(--ld-ink); }

/* ---------- dzis na rynku ---------- */
.ld-market { display: grid; grid-template-columns: 0.9fr 1.3fr 1.2fr; gap: 20px; margin-top: -34px; position: relative; z-index: 2; }
.ld-card { background: #fff; border: 1px solid var(--ld-line); border-radius: 10px; box-shadow: 0 10px 30px rgba(16,24,40,.08); padding: 18px 20px; display: flex; flex-direction: column; min-width: 0; }
.ld-card-h { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: #33393f; margin-bottom: 12px; }
.ld-card-h i { color: var(--ld-blue); margin-right: 6px; }
.ld-card-h small { font-weight: 600; text-transform: none; letter-spacing: 0; color: var(--ld-muted); font-size: 12px; }
.ld-gauge { display: flex; flex-direction: column; align-items: center; gap: 4px; padding-top: 6px; }
.ld-gauge svg { width: 100%; max-width: 230px; height: auto; display: block; }
.ld-gauge .val { font-size: 42px; font-weight: 800; letter-spacing: -1.5px; line-height: 1; margin-top: -58px; }
.ld-gauge .lab { font-weight: 800; font-size: 14px; letter-spacing: .3px; }
.ld-gauge .exp { color: var(--ld-muted); font-size: 12.5px; text-align: center; line-height: 1.45; margin-top: 8px; }
.ld-top3 { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.ld-top3 li { display: grid; grid-template-columns: 28px 62px minmax(0,1fr) 70px 46px 92px; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px solid #eef1f4; font-size: 13.5px; }
.ld-top3 li:last-child { border-bottom: 0; }
.ld-top3 .rank { width: 24px; height: 24px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; background: #e8ebef; color: #454f58; }
.ld-top3 .rank.r1 { background: #fff1d6; color: #9a5b00; }
.ld-top3 .rank.r2 { background: #eef1f4; color: #454f58; }
.ld-top3 .rank.r3 { background: #f6ecdc; color: #7a4c12; }
.ld-top3 .s { font-weight: 800; }
.ld-top3 .n { color: var(--ld-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12.5px; }
.ld-top3 .ch { text-align: right; font-weight: 700; }
.ld-top3 .sc { text-align: center; font-weight: 800; }
.ld-top3 .badge { font-size: 10.5px; white-space: nowrap; }
.ld-card-foot { margin-top: auto; padding-top: 10px; font-size: 12px; color: var(--ld-muted); display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.ld-card-foot a { font-weight: 700; text-decoration: none; }
.ld-kd { display: flex; gap: 14px; align-items: flex-start; }
.ld-kd img { width: 108px; height: 108px; flex: none; filter: drop-shadow(0 8px 14px rgba(0,0,0,.18)); }
.ld-kd b { display: block; font-size: 15px; line-height: 1.3; margin-bottom: 6px; }
.ld-kd.buy b { color: var(--ld-up); } .ld-kd.sell b { color: var(--ld-down); } .ld-kd.neutral b { color: #454f58; }
.ld-kd p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #33393f; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }

/* ---------- funkcje ---------- */
.ld-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.ld-feat { background: #fff; border: 1px solid var(--ld-line); border-radius: 10px; padding: 24px 22px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.ld-feat:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(16,24,40,.09); border-color: #cfd6dc; }
.ld-feat .ic { width: 46px; height: 46px; border-radius: 10px; background: #eaf1fa; color: var(--ld-blue); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.ld-feat h3 { font-size: 17px; font-weight: 800; letter-spacing: -.3px; margin: 0 0 8px; }
.ld-feat p { margin: 0; color: var(--ld-muted); font-size: 14px; line-height: 1.6; }

/* ---------- zrzut portfela ---------- */
.ld-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr); gap: 46px; align-items: center; }
.ld-split.rev { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
.ld-list { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 14px; }
.ld-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: #33393f; }
.ld-list li i { color: var(--ld-up); font-size: 18px; flex: none; margin-top: 1px; }
.ld-list li b { color: var(--ld-ink); }
.ld-shot { position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 30px 70px rgba(16,24,40,.22), 0 0 0 1px rgba(16,24,40,.06); background: #fff; }
.ld-shot img { display: block; width: 100%; height: auto; }
.ld-shot::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 92%); }
.ld-shot-bar { background: #2a2d31; height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 12px; }
.ld-shot-bar i { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.ld-shot-bar i:nth-child(1) { background: #ff5f57; } .ld-shot-bar i:nth-child(2) { background: #febc2e; } .ld-shot-bar i:nth-child(3) { background: #28c840; }

/* ---------- zwiedzanie funkcji (tour) ---------- */
.ld-tour { padding-bottom: 20px; }
.ld-tour-head { max-width: 760px; }
.ld-tour-nav { position: sticky; top: 0; z-index: 20; display: flex; gap: 8px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin: 26px -20px 6px; padding: 12px 20px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid var(--ld-line); }
.ld-tour-nav::-webkit-scrollbar { display: none; }
.ld-tour-nav a { display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid #cfd6dc; background: #fff; color: #33393f !important; font-size: 13.5px; font-weight: 700; text-decoration: none !important; white-space: nowrap; transition: background .15s, color .15s, border-color .15s; }
.ld-tour-nav a i { color: var(--ld-blue); font-size: 14px; }
.ld-tour-nav a:hover { border-color: var(--ld-blue); background: #f5f8fc; }
.ld-tour-nav a.on { background: var(--ld-dark); border-color: var(--ld-dark); color: #fff !important; }
.ld-tour-nav a.on i { color: var(--ld-orange); }
.ld-tf { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.45fr); gap: 52px; align-items: center; padding: 58px 0; border-bottom: 1px solid #eef1f4; scroll-margin-top: 72px; }
.ld-tf:last-child { border-bottom: 0; }
.ld-tf.rev { grid-template-columns: minmax(0, 1.45fr) minmax(0, .85fr); }
.ld-tf.rev .ld-tf-text { order: 2; }
.ld-tf-text { position: relative; }
.ld-tf-no { display: block; font-size: 56px; font-weight: 800; letter-spacing: -3px; line-height: 1; color: #eef1f4; margin: 0 0 -22px -2px; font-variant-numeric: tabular-nums; }
.ld-tf-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ld-orange); position: relative; }
.ld-tf-kicker i { width: 28px; height: 28px; border-radius: 8px; background: #eaf1fa; color: var(--ld-blue); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; }
.ld-tf h3 { font-size: clamp(23px, 2.5vw, 30px); font-weight: 800; letter-spacing: -.7px; line-height: 1.15; color: var(--ld-ink); margin: 12px 0 12px; }
.ld-tf p { color: var(--ld-muted); font-size: 15.5px; line-height: 1.6; margin: 0; }
.ld-tf .ld-list { margin: 20px 0 0; gap: 12px; }
.ld-tf .ld-list li { font-size: 14.5px; }
.ld-tf .ld-feat-link { margin-top: 20px; }
.ld-tf-shot { position: relative; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 30px 70px rgba(16,24,40,.2), 0 0 0 1px rgba(16,24,40,.07); transform: perspective(1600px) rotateY(-5deg) rotateX(1.5deg); transition: transform .55s cubic-bezier(.2,.7,.2,1), box-shadow .55s; will-change: transform; }
.ld-tf.rev .ld-tf-shot { transform: perspective(1600px) rotateY(5deg) rotateX(1.5deg); }
.ld-tf:hover .ld-tf-shot { transform: perspective(1600px) rotateY(0) rotateX(0) translateY(-4px); box-shadow: 0 40px 90px rgba(16,24,40,.26), 0 0 0 1px rgba(16,24,40,.07); }
.ld-tf-shot img { display: block; width: 100%; height: auto; }
.ld-tf-shot.cut::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 70px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 96%); pointer-events: none; }
.ld-shot-url { margin-left: 12px; height: 20px; padding: 0 9px; border-radius: 5px; background: #1b1d20; color: #9aa1a8; font-size: 11px; display: inline-flex; align-items: center; gap: 5px; font-family: "SF Mono", Consolas, monospace; }
.ld-shot-url i { width: auto; height: auto; background: none; border-radius: 0; font-size: 10px; }
/* pojawianie sie przy przewijaniu (tylko gdy dziala JS) */
.ld-js .ld-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.ld-js .ld-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .ld-js .ld-reveal { opacity: 1; transform: none; transition: none; }
    .ld-tf-shot, .ld-tf.rev .ld-tf-shot, .ld-tf:hover .ld-tf-shot { transform: none; transition: none; }
}
@media (max-width: 991px) {
    .ld-tf, .ld-tf.rev { grid-template-columns: 1fr; gap: 26px; padding: 40px 0; }
    .ld-tf.rev .ld-tf-text { order: 0; }
    .ld-tf-shot, .ld-tf.rev .ld-tf-shot { transform: none; }
    .ld-tf-no { font-size: 44px; margin-bottom: -16px; }
}

/* ---------- demo NVDA ---------- */
.ld-stock { background: #fff; border: 1px solid var(--ld-line); border-radius: 12px; padding: 24px; box-shadow: 0 20px 50px rgba(16,24,40,.1); }
.ld-stock-h { display: flex; align-items: center; gap: 14px; }
.ld-stock-h img, .ld-stock-h .fb { width: 48px; height: 48px; border-radius: 8px; border: 1px solid var(--ld-line); background: #fff; object-fit: contain; padding: 3px; }
.ld-stock-h .fb { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; background: #1256A0; color: #fff; font-size: 20px; }
.ld-stock-h h3 { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -.4px; }
.ld-stock-h h3 span { color: #6b7280; font-weight: 400; }
.ld-stock-h small { color: var(--ld-muted); font-size: 12.5px; }
.ld-stock-price { display: flex; align-items: baseline; gap: 12px; margin: 18px 0 6px; }
.ld-stock-price .p { font-size: 40px; font-weight: 800; letter-spacing: -1.5px; line-height: 1; }
.ld-stock-price .ch { font-size: 16px; font-weight: 700; }
.ld-stock-spark { margin: 6px 0 14px; }
.ld-stock-spark .spark { width: 100%; height: 72px; }
.ld-stock-spark .spark polyline { stroke-width: 2; }
.ld-stock-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border-top: 1px solid var(--ld-line); padding-top: 14px; }
.ld-stock-meta div { display: flex; flex-direction: column; gap: 4px; font-size: 12px; color: var(--ld-muted); text-transform: uppercase; letter-spacing: .5px; font-weight: 700; }
.ld-stock-meta b { font-size: 15px; color: var(--ld-ink); text-transform: none; letter-spacing: 0; }
.ld-stock .ld-btn { width: 100%; margin-top: 18px; }
.ld-demo-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.ld-demo-list li { display: flex; gap: 12px; align-items: flex-start; }
.ld-demo-list li i { width: 34px; height: 34px; border-radius: 8px; background: #fff; border: 1px solid var(--ld-line); color: var(--ld-blue); display: inline-flex; align-items: center; justify-content: center; font-size: 16px; flex: none; }
.ld-demo-list li b { display: block; font-size: 15px; }
.ld-demo-list li span { color: var(--ld-muted); font-size: 13.5px; line-height: 1.5; }

/* ---------- wiadomosci ---------- */
.ld-news-h { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.ld-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.np-card { background: #fff; border: 1px solid var(--ld-line); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.np-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(16,24,40,.1); }
.np-img { aspect-ratio: 16/9; background: #eef1f4; overflow: hidden; }
.np-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.np-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.np-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.np-badges .badge { font-size: 10.5px; }
.np-badges .badge.sym { background: #eaf1fa; color: var(--ld-blue); border: 1px solid #c5d7ee; font-weight: 800; }
.np-card h3 { font-size: 16px; font-weight: 800; line-height: 1.35; margin: 0; letter-spacing: -.2px; }
.np-card h3 a { color: var(--ld-ink) !important; text-decoration: none; }
.np-card p { margin: 0; color: #444; font-size: 13.5px; line-height: 1.6; }
.np-foot { margin-top: auto; padding-top: 8px; display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 12.5px; color: var(--ld-muted); }
.np-foot a { font-weight: 700; text-decoration: none; }
.np-head { padding: 26px 0 8px; }
.np-head h1 { font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -.8px; margin: 8px 0 8px; }
.np-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 0; background: #fff; border: 1px solid var(--ld-line); border-radius: 12px; overflow: hidden; margin: 22px 0 28px; box-shadow: 0 16px 40px rgba(16,24,40,.08); }
.np-hero .np-img { aspect-ratio: auto; min-height: 320px; }
.np-hero .np-body { padding: 28px 30px; gap: 12px; justify-content: center; }
.np-hero h2 { font-size: clamp(22px, 2.4vw, 30px); font-weight: 800; letter-spacing: -.6px; line-height: 1.2; margin: 0; }
.np-hero p { margin: 0; color: #33393f; font-size: 15.5px; line-height: 1.65; }

/* ---------- najwazniejsze dzis (landing): dwa artykuly w calosci ---------- */
.ld-topnews { padding-top: 48px; padding-bottom: 8px; }
.ld-featured { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 24px; margin-top: 28px; align-items: start; }
.ld-art { background: #fff; border: 1px solid var(--ld-line); border-radius: 12px; overflow: hidden; box-shadow: 0 14px 36px rgba(16,24,40,.07); display: flex; flex-direction: column; }
.ld-art-img { aspect-ratio: 16/9; background: #eef1f4; overflow: hidden; }
.ld-art-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ld-art.second .ld-art-img { aspect-ratio: 21/9; }
.ld-art-body { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 10px; }
.ld-art h3 { margin: 0; font-weight: 800; letter-spacing: -.5px; line-height: 1.25; color: var(--ld-ink); }
.ld-art.lead h3 { font-size: clamp(21px, 2.1vw, 27px); }
.ld-art.second h3 { font-size: 19px; }
.ld-art p { margin: 0; color: #2a2f35; line-height: 1.65; }
.ld-art.lead p { font-size: 16px; }
.ld-art.second p { font-size: 14.5px; }
.ld-art-time { margin-left: auto; font-size: 12px; color: var(--ld-muted); font-weight: 600; align-self: center; }
.ld-art .np-badges { align-items: center; }
.np-empty { background: #fff; border: 1px dashed var(--ld-line); border-radius: 10px; padding: 40px; text-align: center; color: var(--ld-muted); margin: 22px 0; }

/* ---------- kroki + CTA ---------- */
.ld-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.ld-step { position: relative; padding: 24px 22px 22px; background: #fff; border: 1px solid var(--ld-line); border-radius: 10px; }
.ld-step .no { width: 40px; height: 40px; border-radius: 50%; background: var(--ld-dark); color: var(--ld-orange); font-weight: 800; display: inline-flex; align-items: center; justify-content: center; font-size: 17px; margin-bottom: 14px; }
.ld-step h3 { font-size: 17px; font-weight: 800; margin: 0 0 8px; letter-spacing: -.3px; }
.ld-step p { margin: 0; color: var(--ld-muted); font-size: 14px; line-height: 1.6; }
.ld-band { background: var(--ld-dark); color: #fff; border-radius: 14px; padding: 44px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; overflow: hidden; margin-top: 44px; }
.ld-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 90% 50%, rgba(247,148,30,.28), transparent 60%), radial-gradient(500px 260px at 5% 40%, rgba(18,86,160,.5), transparent 60%); }
.ld-band > * { position: relative; }
.ld-band h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -.8px; margin: 0 0 8px; color: #fff !important; }
.ld-band p { margin: 0; color: rgba(255,255,255,.75); font-size: 15.5px; }
.ld-band .ld-cta { margin: 0; }
.ld-band .link { color: rgba(255,255,255,.8) !important; font-weight: 700; text-decoration: none; align-self: center; }
.ld-band .link:hover { color: #fff !important; text-decoration: underline; }

/* ---------- regulamin / polityka ---------- */
.legal { max-width: 860px; margin: 26px auto 40px; }
.legal h1 { font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -.8px; margin-bottom: 4px; }
.legal .meta { color: var(--ld-muted); font-size: 13.5px; margin-bottom: 26px; }
.legal h2 { font-size: 18px; font-weight: 800; margin: 28px 0 10px; letter-spacing: -.3px; }
.legal p, .legal li { font-size: 15px; line-height: 1.65; color: #2a2f35; }
.legal ol, .legal ul { padding-left: 22px; }
.legal li { margin-bottom: 6px; }
.legal .box { background: var(--ld-tint); border: 1px solid var(--ld-line); border-radius: 8px; padding: 14px 18px; margin: 18px 0; }

/* ---------- responsywnosc ---------- */
@media (max-width: 1100px) {
    .ld-market { grid-template-columns: 1fr 1fr; }
    .ld-market .ld-card:first-child { grid-column: 1 / -1; }
    .ld-market .ld-card:first-child .ld-gauge { flex-direction: row; justify-content: center; gap: 24px; }
}
@media (max-width: 991px) {
    .ld-hero .ld-container { grid-template-columns: 1fr; gap: 34px; padding-top: 44px; padding-bottom: 60px; }
    .ld-hero .lead { max-width: none; }
    .ld-grid, .ld-news-grid, .ld-steps { grid-template-columns: 1fr 1fr; }
    .ld-featured { grid-template-columns: 1fr; }
    .ld-split, .ld-split.rev { grid-template-columns: 1fr; gap: 28px; }
    .np-hero { grid-template-columns: 1fr; }
    .np-hero .np-img { min-height: 220px; aspect-ratio: 16/9; }
}
@media (max-width: 640px) {
    .ld-section { padding: 46px 0; }
    .ld-market { grid-template-columns: 1fr; margin-top: -20px; }
    .ld-market .ld-card:first-child .ld-gauge { flex-direction: column; }
    .ld-grid, .ld-news-grid, .ld-steps { grid-template-columns: 1fr; }
    .ld-tbl .hide-sm, .ld-top3 .n { display: none; }
    .ld-top3 li { grid-template-columns: 26px 56px 62px 40px 1fr; }
    .ld-band { padding: 32px 22px; }
    .ld-cta .ld-btn { width: 100%; }
    .ld-stock-price .p { font-size: 32px; }
}


/* ---------- landing: wejscie do katalogu ---------- */
.ld-trust-link { color: rgba(255,255,255,.85) !important; text-decoration: none !important; display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ld-trust-link .bi-list-ul { color: var(--ld-orange); }
.ld-trust-link:hover { color: #fff !important; }
.ld-trust-more { color: var(--ld-orange); font-weight: 700; display: inline-flex; align-items: center; }
.ld-trust-link:hover .ld-trust-more { text-decoration: underline; }
.ld-feat-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 700; font-size: 14px; color: var(--ld-blue) !important; text-decoration: none !important; }
.ld-feat-link:hover { text-decoration: underline !important; }

/* ---------- katalog instrumentow (/instrumenty) ---------- */
.kat-head { padding: 26px 0 8px; }
.kat-head h1 { font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -.8px; margin: 8px 0 8px; }
.kat-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 22px 0 18px; }
.kat-tile { background: #fff; border: 1px solid var(--ld-line); border-radius: 10px; padding: 14px 14px 12px; text-align: left; cursor: pointer; transition: border-color .15s, box-shadow .15s, transform .15s; display: flex; flex-direction: column; gap: 4px; }
.kat-tile:hover { border-color: #cfd6dc; box-shadow: 0 10px 24px rgba(16,24,40,.08); transform: translateY(-2px); }
.kat-tile.is-active { border-color: var(--ld-blue); box-shadow: 0 0 0 3px rgba(18,86,160,.12); }
.kat-tile i { font-size: 20px; color: var(--ld-blue); }
.kat-tile b { font-size: 26px; font-weight: 800; letter-spacing: -1px; line-height: 1; }
.kat-tile span { font-size: 12.5px; color: var(--ld-muted); font-weight: 600; }
.kat-tools { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 18px; }
.kat-search { flex: 1 1 320px; height: 44px; border: 1px solid #cfd6dc; border-radius: 8px; padding: 0 14px 0 40px; font-size: 15px; background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2357606a'%3e%3cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3e%3c/svg%3e") no-repeat 13px center; }
.kat-search:focus { outline: none; border-color: var(--ld-blue); box-shadow: 0 0 0 3px rgba(18,86,160,.12); }
.kat-info { font-size: 13px; color: var(--ld-muted); }
.kat-sec { background: #fff; border: 1px solid var(--ld-line); border-radius: 12px; overflow: hidden; margin-bottom: 22px; }
.kat-sec-h { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--ld-line); background: #fafbfc; }
.kat-sec-h i { color: var(--ld-blue); }
.kat-sec-h h2 { font-size: 17px; font-weight: 800; margin: 0; letter-spacing: -.3px; }
.kat-sec-h .n { margin-left: auto; font-size: 12.5px; color: var(--ld-muted); font-weight: 700; }
.kat-tbl { width: 100%; border-collapse: collapse; font-size: 14px; }
.kat-tbl th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #6b7280; font-weight: 700; padding: 9px 14px; border-bottom: 1px solid var(--ld-line); white-space: nowrap; }
.kat-tbl td { padding: 9px 14px; border-bottom: 1px solid #eef1f4; vertical-align: middle; }
.kat-tbl tr:last-child td { border-bottom: 0; }
.kat-tbl tbody tr { cursor: pointer; transition: background .12s; }
.kat-tbl tbody tr:hover td { background: #f5f8fc; }
.kat-tbl .r { text-align: right; white-space: nowrap; } .kat-tbl .c { text-align: center; white-space: nowrap; }
.kat-tbl .sym { display: flex; align-items: center; gap: 10px; font-weight: 800; white-space: nowrap; }
.kat-tbl .nm { color: #1a1d21; } .kat-tbl .nm small { display: block; color: var(--ld-muted); font-size: 12px; font-weight: 400; }
.kat-tbl .up { color: var(--ld-up); font-weight: 700; } .kat-tbl .down { color: var(--ld-down); font-weight: 700; }
.kat-tbl .pts { font-weight: 800; font-variant-numeric: tabular-nums; }
.kat-lock { color: #98a1a8; font-size: 12px; white-space: nowrap; display: inline-flex; align-items: center; gap: 4px; }
.kat-open { color: var(--ld-blue); font-size: 12.5px; font-weight: 700; white-space: nowrap; }
.kat-empty { padding: 30px; text-align: center; color: var(--ld-muted); }
.kat-more { background: var(--ld-tint); border: 1px dashed var(--ld-line); border-radius: 12px; padding: 22px 24px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin: 6px 0 30px; }
.kat-more i { font-size: 28px; color: var(--ld-blue); }
.kat-more p { margin: 0; color: #33393f; flex: 1 1 320px; line-height: 1.55; }
@media (max-width: 1100px) { .kat-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .kat-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } .kat-tbl .hide-sm { display: none; } .kat-tbl td, .kat-tbl th { padding: 8px 10px; } }

.kat-wiecej { display: block; width: 100%; border: 0; border-top: 1px solid var(--ld-line); background: #fafbfc; color: var(--ld-blue); font-weight: 700; font-size: 14px; padding: 12px; cursor: pointer; }
.kat-wiecej:hover { background: #f0f4f9; }
