    :root {
      --ink: #17191d;
      --muted: #606873;
      --yellow: #f5bd00;
      --yellow-soft: #fff3bb;
      --yellow-pale: #fffaf0;
      --sky: #6bb7dc;
      --sky-soft: #e8f6fc;
      --green: #25765c;
      --red: #bd3d45;
      --line: #dedfdc;
      --paper: #fffefa;
      --surface: #f6f5f0;
      --shadow: 0 22px 60px rgba(23, 25, 29, .10);
      --radius: 26px;
      --max: 1200px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 104px; }
    body {
      margin: 0;
      color: var(--ink);
      background:
        linear-gradient(90deg, transparent 49.95%, rgba(23,25,29,.025) 50%, transparent 50.05%),
        radial-gradient(circle at 90% 9%, rgba(245,189,0,.16), transparent 25rem),
        var(--paper);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 17px;
      line-height: 1.68;
    }
    img { max-width: 100%; height: auto; }
    a { color: inherit; }
    p { margin-top: 0; margin-bottom: .35em; }
    h1, h2, h3 { margin-top: 0; color: var(--ink); line-height: 1.09; letter-spacing: -.04em; }
    h1 { margin-bottom: 25px; font-size: clamp(2.8rem, 6.6vw, 5.9rem); }
    h2 { margin-bottom: 22px; font-size: clamp(2rem, 4.2vw, 3.35rem); }
    h3 { margin-bottom: 11px; font-size: 1.25rem; }
    :focus-visible { outline: 4px solid rgba(107,183,220,.5); outline-offset: 3px; }

    header {
      position: sticky;
      z-index: 60;
      top: 0;
      border-bottom: 1px solid rgba(222,223,220,.94);
      background: rgba(255,254,250,.93);
      backdrop-filter: blur(16px);
    }
    .topbar {
      width: min(var(--max), calc(100% - 36px));
      min-height: 82px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 20px;
    }
    .logo {
      width: 174px;
      height: 58px;
      border-radius: 13px;
      background: #fff url("assets/pelican-logo.webp") center / 150px auto no-repeat;
      box-shadow: inset 0 0 0 2px var(--ink);
    }
    .logo img { display: block; width: auto; height: 42px; }
    .desktop-nav { display: flex; justify-content: center; gap: 4px; min-width: 0; }
    .desktop-nav a {
      padding: 9px 8px;
      border-radius: 9px;
      color: #3f444c;
      font-size: .8rem;
      font-weight: 800;
      text-decoration: none;
      white-space: nowrap;
    }
    .desktop-nav a:hover { color: #000; background: var(--yellow-soft); }
    @keyframes nav-current {
      0%, 100% { color: #3f444c; background: transparent; box-shadow: none; }
      16%, 84% { color: var(--ink); background: var(--yellow); box-shadow: inset 0 -2px 0 rgba(23,25,29,.16); }
    }
    @supports (animation-timeline: view()) {
      body { timeline-scope: --spy-review, --spy-facts, --spy-bonus, --spy-account, --spy-games, --spy-payments, --spy-mobile, --spy-law, --spy-faq; }
      #przeglad { view-timeline: --spy-review block; }
      #fakty { view-timeline: --spy-facts block; }
      #bonusy { view-timeline: --spy-bonus block; }
      #konto { view-timeline: --spy-account block; }
      #gry { view-timeline: --spy-games block; }
      #platnosci { view-timeline: --spy-payments block; }
      #mobile { view-timeline: --spy-mobile block; }
      #bezpieczenstwo { view-timeline: --spy-law block; }
      #faq { view-timeline: --spy-faq block; }
      .desktop-nav a { animation: nav-current linear both; animation-range: entry 0% exit 100%; }
      .desktop-nav a[href="#przeglad"] { animation-timeline: --spy-review; }
      .desktop-nav a[href="#fakty"] { animation-timeline: --spy-facts; }
      .desktop-nav a[href="#bonusy"] { animation-timeline: --spy-bonus; }
      .desktop-nav a[href="#konto"] { animation-timeline: --spy-account; }
      .desktop-nav a[href="#gry"] { animation-timeline: --spy-games; }
      .desktop-nav a[href="#platnosci"] { animation-timeline: --spy-payments; }
      .desktop-nav a[href="#mobile"] { animation-timeline: --spy-mobile; }
      .desktop-nav a[href="#bezpieczenstwo"] { animation-timeline: --spy-law; }
      .desktop-nav a[href="#faq"] { animation-timeline: --spy-faq; }
    }
    .header-actions { display: flex; gap: 9px; }
    .action {
      min-height: 44px;
      padding: 10px 17px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ink);
      border-radius: 12px;
      font-size: .88rem;
      font-weight: 900;
      text-decoration: none;
    }
    .action.primary { border-color: var(--yellow); background: var(--yellow); }
    .action:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(23,25,29,.12); }
    .mobile-nav { display: none; }

    .section {
      width: min(var(--max), calc(100% - 36px));
      margin: 0 auto;
      padding: 28px 0;
      scroll-margin-top: 100px;
    }
    .section + .section { border-top: 1px solid var(--line); }
    .section:target { animation: pulse 1.1s ease; }
    @keyframes pulse { 50% { opacity: .78; } }
    .overline {
      display: inline-flex;
      max-width: 100%;
      margin-bottom: 18px;
      padding: 7px 12px;
      border: 1px solid #e8d274;
      border-radius: 999px;
      background: #fff8d5;
      font-size: .77rem;
      font-weight: 950;
      line-height: 1.35;
      letter-spacing: .1em;
      text-transform: uppercase;
      overflow-wrap: anywhere;
    }
    .lead { max-width: 830px; color: #444b55; font-size: 1.13rem; }
    .muted { color: var(--muted); }
    .section-head { max-width: 900px; margin-bottom: 38px; }
    .section-head h2::after {
      content: "";
      width: min(260px, 46vw);
      height: 8px;
      margin-top: 16px;
      display: block;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--yellow) 0 68%, var(--sky) 68% 84%, var(--ink) 84%);
      transform: skewX(-18deg);
    }
    .underlined {
      position: relative;
      padding-bottom: 10px;
    }
    .underlined::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 3px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--yellow), rgba(245,189,0,.14));
    }

    #przeglad { padding-top: 28px; }
    .hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 46px; align-items: center; }
    .hero-copy h1 span { display: inline; background: linear-gradient(transparent 68%, var(--yellow) 68%); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
    .hero-actions { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-cta {
      min-height: 56px;
      padding: 14px 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 2px solid var(--ink);
      border-radius: 15px;
      background: var(--yellow);
      box-shadow: 7px 7px 0 var(--ink);
      font-weight: 950;
      text-decoration: none;
    }
    .hero-cta.secondary { background: #fff; box-shadow: none; }
    .hero-cta:hover { transform: translate(2px,2px); box-shadow: 4px 4px 0 var(--ink); }
    .editorial-note { display: flex; flex-wrap: wrap; gap: 9px 20px; color: var(--muted); font-size: .84rem; }
    .passport {
      overflow: hidden;
      border: 2px solid var(--ink);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 12px 12px 0 var(--yellow);
    }
    .passport-top { padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; gap: 18px; background: var(--ink); color: #fff; }
    .passport-top strong { color: var(--yellow); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
    .passport-score { font-size: 1.5rem; font-weight: 950; }
    .passport-body { padding: 24px; }
    .passport-row { padding: 12px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px dashed #c9c9c5; }
    .passport-row:last-child { border-bottom: 0; }
    .passport-row span { color: var(--muted); }
    .passport-row strong { text-align: right; }
    .passport-alert { margin-top: 18px; padding: 13px 15px; border-radius: 12px; color: #654c00; background: var(--yellow-soft); font-size: .88rem; }

    .quick-rail { margin-top: 24px; display: grid; grid-template-columns: repeat(6, 1fr); border: 2px solid var(--ink); border-radius: 20px; overflow: hidden; background: #fff; }
    .quick-rail a { min-height: 108px; padding: 16px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid var(--line); text-align: center; text-decoration: none; font-size: .84rem; font-weight: 900; }
    .quick-rail a:last-child { border-right: 0; }
    .quick-rail a:hover { background: var(--yellow-soft); }
    .quick-icon { width: 48px; height: 48px; display: block; transition: transform .2s ease; }
    .quick-rail a:hover .quick-icon { transform: translateY(-3px) scale(1.06); }

    .fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .fact { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
    .fact small { display: block; margin-bottom: 5px; color: var(--muted); font-weight: 800; }
    .fact strong { font-size: 1.2rem; }
    .truth-box { margin-top: 25px; padding: 26px 28px; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; border-radius: 20px; background: var(--sky-soft); }
    .truth-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #257b9d; font-size: 1.35rem; font-weight: 950; }
    .truth-box p:last-child { margin-bottom: 0; }

    .offer-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
    .offer-main, .offer-side { border-radius: var(--radius); }
    .offer-main { padding: 32px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 9px 9px 0 var(--ink); }
    .offer-side { padding: 30px; border: 1px solid var(--line); background: #fff; }
    .big-number { margin: 8px 0 15px; font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 950; line-height: .95; letter-spacing: -.06em; }
    .pill-list { margin: 20px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
    .pill-list li { padding: 7px 11px; border: 1px solid rgba(23,25,29,.25); border-radius: 999px; background: rgba(255,255,255,.55); font-size: .82rem; font-weight: 850; }
    .checklist { margin: 0; padding: 0; list-style: none; }
    .checklist li { position: relative; margin: 10px 0; padding-left: 29px; }
    .checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
    .warning { margin-top: 24px; padding: 20px 22px; border: 1px solid #ead99a; border-left: 7px solid var(--yellow); border-radius: 14px; background: var(--yellow-pale); }
    .warning p:last-child { margin-bottom: 0; }

    .steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .step { counter-increment: step; padding: 24px; border-top: 5px solid var(--yellow); border-radius: 0 0 18px 18px; background: var(--surface); }
    .step::before { content: "0" counter(step); display: block; margin-bottom: 14px; color: #a47d00; font-size: 1.8rem; font-weight: 950; }
    .step p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
    .dual { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .panel { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }

    .gallery-grid { display: grid; grid-template-columns: 1fr 1.22fr; gap: 34px; align-items: center; }
    .gallery-grid figure { margin: 0; }
    .gallery-grid img { display: block; border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 11px 11px 0 var(--yellow); }
    figcaption { margin-top: 15px; color: var(--muted); font-size: .82rem; }
    .category-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
    .category { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; font-weight: 850; }
    .providers { margin-top: 20px; color: var(--muted); }

    .table-wrap { overflow-x: auto; border: 2px solid var(--ink); border-radius: 20px; box-shadow: 8px 8px 0 var(--yellow); }
    table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; }
    caption { padding: 17px 20px; color: var(--muted); background: #f7f7f3; text-align: left; font-size: .85rem; }
    th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
    th { color: #fff; background: var(--ink); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
    tbody tr:nth-child(even) { background: #fffaf0; }
    tbody tr:last-child td { border-bottom: 0; }
    .method { display: flex; align-items: center; gap: 10px; white-space: nowrap; font-weight: 900; }
    .method-logos { min-width: 72px; display: inline-flex; align-items: center; gap: 7px; }
    .method-logo { width: auto; height: 22px; max-width: 72px; display: block; object-fit: contain; }
    .method-logo.square { width: 25px; }
    .method-logo.wide { width: 68px; }
    .yes { color: var(--green); font-weight: 850; }
    .verify { color: #8a6500; font-weight: 850; }
    .payment-tip { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .tip { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
    .tip strong { display: block; margin-bottom: 7px; }

    .mobile-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
    .mobile-card { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
    .mobile-card .emoji { margin-bottom: 16px; display: block; font-size: 2rem; }

    .safety-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; }
    .law-card { padding: 30px; border-radius: var(--radius); color: #fff; background: var(--ink); }
    .law-card h3 { color: var(--yellow); }
    .law-card a { color: #9edaf1; }
    .age-card { padding: 28px; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; border: 1px solid #edd9a2; border-radius: var(--radius); background: var(--yellow-pale); }
    .age-badge { width: 76px; height: 76px; display: grid; place-items: center; border: 7px solid var(--red); border-radius: 50%; color: var(--red); background: #fff; font-size: 1.5rem; font-weight: 950; }
    .pros-cons { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .pros, .cons { padding: 26px; border-radius: 20px; }
    .pros { background: #edf8f3; }
    .cons { background: #fff0f1; }
    .pros h3 { color: var(--green); }
    .cons h3 { color: var(--red); }

    .faq { display: grid; gap: 13px; }
    .faq-card { padding: 23px 25px; border: 1px solid var(--line); border-left: 7px solid var(--yellow); border-radius: 16px; background: #fff; }
    .faq-card h3 { margin-bottom: 9px; padding-bottom: 9px; border-bottom: 2px solid var(--yellow-soft); }
    .faq-card p { margin-bottom: 0; color: var(--muted); }

    footer { margin-top: 35px; color: #d8d8d3; background: #141518; }
    .footer-inner { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: 56px 0 26px; }
    .footer-grid { display: grid; grid-template-columns: 1fr .75fr 1.15fr; gap: 38px; }
    .footer-grid .logo { margin-bottom: 18px; }
    .footer-title { margin-bottom: 13px; color: #fff; font-size: .95rem; font-weight: 950; letter-spacing: .03em; text-transform: uppercase; }
    .footer-links { margin: 0; padding: 0; list-style: none; }
    .footer-links li { margin: 8px 0; }
    .footer-links a { text-decoration: none; }
    .footer-links a:hover { color: var(--yellow); }
    .contact-card { padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.05); }
    .contact-card a { color: var(--yellow); font-weight: 900; }
    .payment-band { margin-top: 38px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
    .payment-logos { display: grid; grid-template-columns: repeat(6, minmax(85px, 1fr)); gap: 10px; }
    .payment-logo { min-height: 62px; padding: 13px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: #fff; }
    .payment-logo img { width: 100%; max-width: 84px; max-height: 32px; object-fit: contain; }
    .responsible-footer { margin-top: 26px; padding: 19px 21px; display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; border-radius: 17px; background: linear-gradient(100deg, rgba(245,189,0,.18), rgba(107,183,220,.12)); }
    .responsible-footer .mini-age { width: 52px; height: 52px; display: grid; place-items: center; border: 4px solid var(--yellow); border-radius: 50%; color: #fff; font-weight: 950; }
    .responsible-footer strong { display: block; color: #fff; }
    .responsible-footer p { margin: 0; color: #b8bcc3; font-size: .84rem; }
    .help-link { padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; color: #fff; font-size: .8rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
    .footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; color: #969ba3; font-size: .78rem; }
    .footer-bottom p { margin: 0; max-width: 900px; }
    .mobile-sticky-actions { display: none; }

    @media (max-width: 1080px) {
      .desktop-nav { display: none; }
      .header-actions { justify-self: end; }
      .mobile-nav { display: block; justify-self: end; }
      .mobile-nav summary { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 12px; cursor: pointer; list-style: none; font-size: 0; background: var(--yellow); }
      .mobile-nav summary::-webkit-details-marker { display: none; }
      .mobile-nav summary::after { content: "☰"; font-size: 1.45rem; }
      .mobile-nav[open] summary::after { content: "×"; font-size: 2rem; }
      .mobile-drawer { position: absolute; top: 75px; right: 18px; width: min(370px, calc(100vw - 36px)); padding: 18px; border: 2px solid var(--ink); border-radius: 18px; background: #fff; box-shadow: 8px 8px 0 var(--yellow); }
      .mobile-drawer nav { display: grid; }
      .mobile-drawer nav a { padding: 11px 7px; border-bottom: 1px solid var(--line); font-weight: 850; text-decoration: none; }
      .mobile-actions { margin-top: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
      .hero-grid { grid-template-columns: 1fr; }
      .quick-rail { grid-template-columns: repeat(3, 1fr); }
      .quick-rail a:nth-child(3) { border-right: 0; }
      .quick-rail a:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
      .fact-strip { grid-template-columns: repeat(2, 1fr); }
      .steps { grid-template-columns: repeat(2, 1fr); }
      .payment-logos { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 760px) {
      body { padding-bottom: 72px; font-size: 16px; line-height: 1.34; }
      html { scroll-padding-top: 88px; }
      .topbar { width: min(var(--max), calc(100% - 24px)); min-height: 70px; gap: 10px; }
      .logo { width: 142px; height: 50px; background-size: 128px auto; }
      .header-actions { display: none; }
      .section { width: min(var(--max), calc(100% - 28px)); padding: 20px 0; }
      #przeglad { padding-top: 20px; }
      h1 { margin-bottom: 16px; font-size: clamp(2.55rem, 13vw, 4rem); line-height: 1; overflow-wrap: anywhere; }
      h2 { margin-bottom: 15px; font-size: 1.9rem; line-height: 1.05; }
      h3 { line-height: 1.12; }
      p { margin-bottom: 12px; }
      .lead { font-size: 1rem; line-height: 1.38; }
      .overline { margin-bottom: 12px; padding: 6px 10px; font-size: .7rem; }
      .section-head { margin-bottom: 22px; }
      .section-head h2::after { width: 160px; height: 5px; margin-top: 11px; }
      .underlined { padding-bottom: 6px; }
      .hero-grid { gap: 24px; }
      .hero-actions { margin: 20px 0; display: grid; gap: 9px; }
      .hero-cta { width: 100%; }
      .editorial-note { gap: 5px 14px; line-height: 1.3; }
      .passport { box-shadow: 7px 7px 0 var(--yellow); }
      .passport-top { padding: 14px 18px; }
      .passport-body { padding: 15px 18px; }
      .passport-row { padding: 8px 0; }
      .passport-alert { margin-top: 12px; padding: 10px 12px; }
      .quick-rail { margin-top: 18px; grid-template-columns: repeat(2, 1fr); border-radius: 17px; }
      .quick-rail a { min-height: 84px; padding: 10px 7px; gap: 4px; border-right: 1px solid var(--line) !important; border-bottom: 1px solid var(--line); }
      .quick-rail a:nth-child(even) { border-right: 0 !important; }
      .quick-rail a:nth-last-child(-n+2) { border-bottom: 0; }
      .quick-icon { width: 42px; height: 42px; }
      .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
      .fact { min-height: 94px; padding: 14px; display: flex; flex-direction: column; justify-content: center; border-radius: 14px; }
      .fact small { margin-bottom: 2px; font-size: .76rem; line-height: 1.2; }
      .fact strong { font-size: 1rem; line-height: 1.15; overflow-wrap: anywhere; }
      .offer-grid, .dual, .gallery-grid, .category-list, .payment-tip, .mobile-cards, .safety-grid, .pros-cons, .footer-grid { grid-template-columns: 1fr; }
      .truth-box { margin-top: 14px; padding: 17px; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; border-radius: 16px; }
      .truth-mark { width: 36px; height: 36px; font-size: 1rem; }
      .truth-box > div:last-child { display: contents; }
      .truth-box h3 { grid-column: 2; margin: 0; }
      .truth-box p { grid-column: 1 / -1; margin: 4px 0 0; line-height: 1.34; }
      .offer-main { box-shadow: 6px 6px 0 var(--ink); }
      .offer-main, .offer-side, .panel, .mobile-card, .law-card, .age-card, .pros, .cons { padding: 19px; }
      .mobile-cards { gap: 8px; }
      .mobile-card {
        padding: 13px 14px;
        display: grid;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 7px 9px;
        align-items: center;
        border-radius: 15px;
      }
      .mobile-card .emoji { grid-column: 1; margin: 0; font-size: 1.35rem; line-height: 1; text-align: center; }
      .mobile-card h3 { grid-column: 2; margin: 0; padding-bottom: 5px; font-size: 1rem; }
      .mobile-card p { grid-column: 1 / -1; margin: 0; font-size: .84rem; line-height: 1.28; }
      .steps { grid-template-columns: 1fr; gap: 8px; }
      .step { min-height: 0; padding: 13px 14px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 10px; border-top-width: 3px; border-radius: 0 0 13px 13px; }
      .step::before { grid-column: 1; grid-row: 1 / 3; margin: 0; align-self: center; font-size: 1.15rem; line-height: 1; }
      .step h3 { grid-column: 2; margin: 0 0 4px; padding-bottom: 4px; font-size: 1rem; }
      .step p { grid-column: 2; margin: 0; font-size: .84rem; line-height: 1.28; }
      .gallery-grid figure { order: -1; }
      .table-wrap { overflow: hidden; border-radius: 16px; box-shadow: 5px 5px 0 var(--yellow); }
      table { min-width: 0; display: block; }
      caption { display: block; padding: 11px 13px; font-size: .76rem; line-height: 1.28; }
      thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
        border: 0;
      }
      tbody { display: block; }
      tbody tr {
        padding: 11px 12px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 7px 12px;
        border-bottom: 1px solid var(--line);
      }
      tbody tr:last-child { border-bottom: 0; }
      tbody td { min-width: 0; padding: 0; border: 0; font-size: .8rem; line-height: 1.22; overflow-wrap: anywhere; }
      tbody td::before { display: block; margin-bottom: 2px; color: var(--muted); font-size: .61rem; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
      tbody td:nth-child(1) { grid-column: 1 / -1; padding-bottom: 3px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 5px 9px; font-size: .96rem; }
      tbody td:nth-child(1)::before { content: "Metoda"; grid-column: 1 / -1; }
      tbody td:nth-child(2)::before { content: "Wpłata"; }
      tbody td:nth-child(3)::before { content: "Wypłata"; }
      tbody td:nth-child(4) { grid-column: 1 / -1; padding-top: 5px; border-top: 1px dashed var(--line); color: var(--muted); font-size: .73rem; }
      tbody td:nth-child(4)::before { content: "Uwaga"; }
      .method { white-space: normal; }
      .method-logos { min-width: 58px; gap: 5px; }
      .method-logo { height: 18px; max-width: 62px; }
      .method-logo.square { width: 21px; }
      .method-logo.wide { width: 58px; }
      .warning { margin-top: 15px; padding: 16px; }
      .faq { gap: 8px; }
      .faq-card { padding: 16px; border-left-width: 5px; }
      .responsible-footer { grid-template-columns: auto 1fr; }
      .help-link { grid-column: 1 / -1; text-align: center; }
      .footer-bottom { flex-direction: column; }
      .footer-inner { padding-top: 38px; }
      .mobile-sticky-actions {
        position: fixed;
        z-index: 80;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        border-top: 1px solid rgba(23,25,29,.18);
        background: rgba(255,254,250,.96);
        box-shadow: 0 -8px 24px rgba(23,25,29,.12);
        backdrop-filter: blur(14px);
      }
      .sticky-action {
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--ink);
        border: 2px solid var(--ink);
        border-radius: 12px;
        background: #fff;
        font-size: .88rem;
        font-weight: 950;
        text-decoration: none;
      }
      .sticky-action.primary { border-color: var(--yellow); background: var(--yellow); }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    }