/* Arkusz 6c38930803 — używa go 4288 stron przeniesionych 1:1.
 * Wygenerowany przez scripts/import-css.mjs, nie edytuj ręcznie.
 * Zawężony do .post-body, bez reguł nagłówka i stopki, które mamy własne. */

    .post-body a { color: inherit; text-decoration: none; }
    .post-body img { max-width: 100%; }

    .post-body {
      --blue: #3B82F6; --blue-light: #60A5FA; --blue-dark: #1D4ED8;
      --purple: #8B5CF6; --green: #10B981; --orange: #F59E0B;
      --bg: #0A0E1A; --bg2: #111827; --bg3: #1F2937;
      --border: rgba(255,255,255,0.08); --text: #E8EAF0; --muted: #9CA3AF;
      --radius: 14px; --radius-lg: 22px; --header-h: 108px;
    }

    .post-body h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; }
    .post-body h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.18; letter-spacing: -0.01em; }
    .post-body h3 { font-size: 1.35rem; font-weight: 600; line-height: 1.3; }
    .post-body p { color: var(--muted); line-height: 1.85; font-size: 1.05rem; }

    .post-body .container { max-width: 1340px; margin: 0 auto; padding: 0 48px; }
    .post-body section { padding: 80px 0; }

    .post-body .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 15px 30px; border-radius: 10px;
      font-weight: 600; font-size: 1rem;
      cursor: pointer; transition: all 0.2s ease;
      border: none; white-space: nowrap;
    }
    .post-body .btn-primary { background: var(--blue); color: #fff; }
    .post-body .btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59,130,246,0.35); }
    .post-body .btn-primary:disabled { background: #2D3748; color: #4B5563; cursor: not-allowed; transform: none; box-shadow: none; }

    .post-body .badge {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 7px 16px; border-radius: 100px;
      font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    }
    .post-body .badge-blue { background: rgba(59,130,246,0.12); color: var(--blue-light); border: 1px solid rgba(59,130,246,0.25); }

    /* ===================== HEADER ===================== */

    /* ===================== LANG TOGGLE ===================== */

    /* ===================== BREADCRUMB ===================== */
    .post-body .breadcrumb { padding: 20px 0 0; font-size: 0.85rem; color: var(--muted); }
    .post-body .breadcrumb a { color: var(--blue-light); }
    .post-body .breadcrumb a:hover { text-decoration: underline; }
    .post-body .breadcrumb span { margin: 0 8px; opacity: 0.5; }

    /* ===================== CONTENT ===================== */
    .post-body .page-hero { padding: 40px 0 60px; text-align: center; }
    .post-body .page-hero h1 { margin-bottom: 24px; max-width: 860px; margin-left: auto; margin-right: auto; }
    .post-body .page-hero h1 em { font-style: normal; background: linear-gradient(135deg, var(--blue-light), var(--purple)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .post-body .page-hero p.lead { font-size: 1.2rem; max-width: 720px; margin-bottom: 32px; margin-left: auto; margin-right: auto; }

    .post-body .content-section { }
    .post-body .content-section h2 { margin: 48px 0 20px; text-align: left; }
    .post-body .content-section h3 { margin: 32px 0 14px; }
    .post-body .content-section p { margin-bottom: 18px; }
    .post-body .content-section ul { list-style: none; margin: 0 0 24px; padding: 0; }
    .post-body .content-section ul li { padding: 8px 0 8px 28px; position: relative; color: var(--text); font-size: 0.98rem; }
    .post-body .content-section ul li::before { content: ""; position: absolute; left: 0; top: 16px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }

    .post-body .why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 32px 0 48px; }
    .post-body .why-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
    .post-body .why-card h3 { margin: 0 0 10px; font-size: 1.1rem; }
    .post-body .why-card p { margin: 0; font-size: 0.92rem; }

    .post-body .related-links { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
    .post-body .related-link { padding: 10px 20px; border-radius: 10px; background: var(--bg2); border: 1px solid var(--border); font-size: 0.9rem; color: var(--blue-light); font-weight: 500; transition: all 0.2s; }
    .post-body .related-link:hover { border-color: var(--blue); transform: translateY(-2px); }

    /* ===================== TWO-COL SECTIONS ===================== */
    @media (max-width: 900px) { .post-body .two-col-section { grid-template-columns: 1fr !important; } }

    /* ===================== CONTACT ===================== */
    .post-body .contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; max-width: 1100px; margin: 0 auto; }
    .post-body .contact-left h2 { margin-bottom: 20px; text-align: left; }
    .post-body .contact-left p { margin-bottom: 36px; }
    .post-body .contact-promise { background: rgba(16,185,129,0.06); border: 1px solid rgba(16,185,129,0.2); border-radius: var(--radius); padding: 20px 24px; font-size: 0.9rem; }
    .post-body .contact-promise h4 { color: var(--green); margin-bottom: 8px; }
    .post-body .contact-promise p { font-size: 0.875rem; margin: 0; }
    .post-body .contact-box { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; }
    .post-body .contact-box-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 28px; color: var(--text); }
    @media (max-width: 1000px) { .post-body .contact-wrapper { grid-template-columns: 1fr; gap: 40px; } }
    .post-body .form-group { margin-bottom: 20px; }
    .post-body .form-label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 8px; color: var(--text); }
    .post-body .form-input { width: 100%; padding: 14px 18px; background: var(--bg); border: 1.5px solid var(--border); border-radius: 10px; color: var(--text); font-size: 0.95rem; transition: border-color 0.2s; outline: none; font-family: inherit; }
    .post-body .form-input:focus { border-color: var(--blue); }
    .post-body .form-input::placeholder { color: #4B5563; }
    .post-body textarea.form-input { resize: vertical; min-height: 120px; }
    .post-body .form-note { font-size: 0.8rem; color: var(--muted); margin-top: 14px; text-align: center; }
    .post-body .form-rodo { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
    .post-body .form-rodo input[type="checkbox"] { flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); cursor: pointer; }
    .post-body .form-rodo label { font-size: 0.82rem; color: var(--muted); line-height: 1.55; cursor: pointer; }
    .post-body .form-rodo label a { color: var(--blue-light); text-decoration: underline; }
    .post-body .form-rodo-error { display: none; font-size: 0.78rem; color: #F87171; margin-top: -14px; margin-bottom: 16px; }
    .post-body #form-success { display: none; text-align: center; padding: 48px 20px; }
    .post-body #form-success .success-icon { font-size: 2.8rem; margin-bottom: 18px; }
    .post-body #form-success h3 { font-size: 1.4rem; margin-bottom: 12px; color: var(--text); }
    .post-body #form-success p { color: var(--muted); font-size: 0.95rem; }
    .post-body #form-success .success-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--blue-light); font-weight: 700; font-size: 1.1rem; text-decoration: none; }

    /* ===================== FOOTER ===================== */
    .post-body .footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; max-width: 1340px; margin: 0 auto; padding: 0 48px; }
    .post-body .footer-copy { font-size: 0.875rem; color: var(--muted); }
    .post-body .footer-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 16px; }
    .post-body .footer-links a { font-size: 0.82rem; color: var(--muted); transition: color 0.2s; }
    .post-body .footer-links a:hover { color: var(--blue-light); }
    .post-body .footer-seo-links { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
    .post-body .footer-seo-links h4 { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue-light); margin-bottom: 10px; }
    .post-body .footer-seo-links .links-row { display: flex; flex-wrap: wrap; gap: 10px 20px; }
    .post-body .footer-seo-links .links-row a { font-size: 0.8rem; color: var(--muted); }
    .post-body .footer-seo-links .links-row a:hover { color: var(--text); }

    /* ===================== HAMBURGER ===================== */
    @media (max-width: 640px) {
      .post-body .container { padding: 0 24px; }
      .post-body .footer-inner { padding: 0 24px; flex-direction: column; align-items: flex-start; }
      .post-body .why-grid { grid-template-columns: 1fr; }
      .post-body .contact-section { padding: 28px 20px; }
    }
  
