:root {
    --bg: #0A0708;
    --bg-2: #130E10;
    --surface: #180F12;
    --border: rgba(242,236,233,0.09);
    --text: #F2ECE9;
    --text-dim: #ADA6A8;
    --wine: #9B2242;
    --wine-bright: #C4335A;
    --gold: #C98A3D;
    --gold-bright: #E5A85C;
  }
  * { margin:0; padding:0; box-sizing:border-box; }
  html { scroll-behavior:smooth; }
  body { background: var(--bg); color: var(--text); font-family:'Inter', sans-serif; line-height:1.6; overflow-x:hidden; }
  .display { font-family:'Unbounded', sans-serif; letter-spacing:-0.02em; }
  .mono { font-family:'JetBrains Mono', monospace; letter-spacing:0.08em; text-transform:uppercase; font-size:0.7rem; }
  .wrap { max-width:1180px; margin:0 auto; padding:0 32px; position:relative; z-index:2; }

  /* ---------- LOGO ---------- */
  .logo { display:flex; align-items:center; gap:12px; text-decoration:none; color:inherit; }
  .logo-mark { width:30px; height:30px; flex-shrink:0; }
  .logo-word { font-family:'Unbounded', sans-serif; font-weight:700; font-size:1.15rem; color: var(--text); letter-spacing:-0.01em; }
  .logo-word span { color: var(--wine-bright); }

  /* ---------- NAWIGACJA (sticky header) ---------- */
  header { position:sticky; top:0; z-index:100; padding:18px 0; background: rgba(10,7,8,0.88); backdrop-filter: blur(12px); border-bottom:1px solid var(--border); }
  .nav { display:grid; grid-template-columns:auto 1fr auto; align-items:center; width:100%; padding:0 40px; box-sizing:border-box; column-gap:24px; }
  .logo { justify-self:start; }
  .nav-links { display:flex; gap:34px; justify-self:center; margin-left:0; }
  .nav-links a, .nav-links a:visited { color: var(--text-dim); text-decoration:none; font-size:0.92rem; transition: color 0.2s ease; }
  .nav-links a:hover { color: var(--text); }
  .nav-cta, .nav-cta:visited { border:1px solid var(--wine-bright); color: var(--text); text-decoration:none; padding:10px 22px; border-radius:999px; font-size:0.88rem; transition: background 0.2s ease; }
  .nav-cta:hover { background: var(--wine); }
  .nav-right { display:flex; align-items:center; gap:20px; justify-self:end; }
  .nav-icon, .nav-icon:visited, .nav-icon:hover { color: var(--text-dim); display:flex; align-items:center; transition: color 0.2s ease; }
  .nav-icon:hover { color: var(--gold-bright); }
  .nav-email, .nav-email:visited { font-family:'Inter', sans-serif; font-size:0.85rem; color: var(--text-dim); text-decoration:none; }
  .nav-email:hover { color: var(--gold-bright); }

  /* ============================================================
     1. HERO
     ZMIANA: eyebrow ("Darmowa analiza...") przesunięty wyżej
     (margin-bottom zwiększony, odsunięty od h1) i pokolorowany na
     złoto (--gold-bright), tak samo jak .hero-microcopy pod CTA.
     ============================================================ */
  .hero { position:relative; padding:70px 0 40px; min-height:600px; }
  .hero .wrap { padding-left:8px; }
  #crystalCanvas { position:absolute; top:-40px; right:-6%; width:60%; height:640px; z-index:0; }
  .hero-content { position:relative; z-index:2; max-width:640px; }
  .eyebrow-mono { color: var(--gold-bright); display:block; margin-bottom:20px; }
  .hero-eyebrow { color: var(--gold-bright); display:block; margin-bottom:22px; }
  .tier-price-note { font-size:0.8rem; color: var(--text-dim); margin-top:-14px; margin-bottom:20px; }
  h1.title { font-size:3.6rem; line-height:1.03; font-weight:700; margin-bottom:26px; }
  h1.title span { color: var(--wine-bright); }
  .hero-sub { color: var(--text-dim); font-size:1.12rem; max-width:46ch; margin-bottom:36px; }
  .hero-actions { display:flex; gap:18px; align-items:center; flex-wrap:wrap; }
  .hero-checklist { display:flex; gap:22px; flex-wrap:wrap; margin-top:22px; }
  .hero-checklist span { font-size:0.85rem; color: var(--text-dim); display:flex; align-items:center; gap:9px; }
  .hero-checklist span::before { content:""; width:6px; height:6px; background: var(--gold-bright); transform: rotate(45deg); flex-shrink:0; }
  .hero-microcopy { font-size:0.85rem; color: var(--gold-bright); margin-top:16px; margin-bottom:8px; }
  .hero-stars { color: var(--gold-bright); font-size:0.95rem; margin-bottom:14px; letter-spacing:0.1em; }
  .hero-stars span { font-family:'Inter',sans-serif; letter-spacing:normal; font-size:0.82rem; color: var(--text-dim); margin-left:6px; }

  .trust-bar { display:flex; gap:28px; flex-wrap:wrap; margin-top:28px; padding-top:22px; border-top:1px solid var(--border); }
  .trust-bar span { font-size:0.82rem; color: var(--text-dim); }

  .fail-list { border-top:1px solid var(--border); }
  .fail-row { display:flex; gap:18px; align-items:flex-start; padding:22px 0; border-bottom:1px solid var(--border); }
  .fail-x { flex-shrink:0; margin-top:2px; }
  .fail-icon { width:20px; height:20px; display:block; }
  .fail-row p { font-size:1.02rem; color: var(--text); }
  .fail-row p b { font-weight:600; }
  .inline-cta { margin-top:32px; text-align:center; }

  .btn-primary, .btn-primary:visited { background: linear-gradient(120deg, var(--wine), var(--wine-bright)); color: var(--text); font-weight:600; padding:16px 30px; border-radius:999px; text-decoration:none; font-size:0.98rem; display:inline-block; box-shadow: 0 20px 45px -18px rgba(155,34,66,0.5); }
  .btn-ghost, .btn-ghost:visited { color: var(--text-dim); text-decoration:none; font-size:0.98rem; border-bottom:1px solid var(--border); padding-bottom:2px; }

  .marquee-section { border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:24px 0; overflow:hidden; margin-top:56px; position:relative; z-index:2; }
  .marquee-track { display:flex; gap:56px; white-space:nowrap; animation: scroll-left 24s linear infinite; width:max-content; }
  .marquee-track span { font-family:'Unbounded', sans-serif; font-weight:600; font-size:1.05rem; color: var(--text-dim); }
  .marquee-track span.on { color: var(--gold-bright); }
  @keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ============================================================
     9. DELIVERABLE ("co dostajesz")
     ============================================================ */
  .deliverable { padding:60px 0; }
  .deliverable-card { background: var(--surface); border:1px solid var(--border); border-radius:20px; padding:36px 40px; display:flex; flex-wrap:wrap; gap:32px; align-items:center; justify-content:space-between; }
  .deliverable-card .mono { color: var(--gold-bright); display:block; margin-bottom:10px; }
  .deliverable-card h2 { font-family:'Unbounded', sans-serif; font-size:1.4rem; font-weight:700; max-width:20ch; }
  .deliverable-sub { color: var(--text-dim); font-size:0.92rem; max-width:36ch; margin-top:10px; }
  .deliverable-grid { display:flex; flex-direction:column; gap:10px; }
  .deliverable-item { font-size:0.92rem; color: var(--text-dim); display:flex; align-items:center; gap:12px; }
  .deliverable-item::before { content:""; width:7px; height:7px; background: var(--gold-bright); transform: rotate(45deg); flex-shrink:0; }
  .sample-link, .sample-link:visited { display:inline-block; margin-top:6px; color: var(--gold-bright); font-size:0.9rem; font-weight:600; text-decoration:none; border-bottom:1px solid var(--gold-bright); padding-bottom:2px; }
  .sample-link:hover { color: var(--wine-bright); border-color: var(--wine-bright); }

  /* ============================================================
     2. STATEMENT
     ============================================================ */
  .statement { padding:90px 0; text-align:center; }
  .statement p { font-family:'Unbounded', sans-serif; font-weight:600; font-size:2.3rem; line-height:1.3; max-width:22ch; margin:0 auto; }
  .statement p span { color: var(--wine-bright); }

  /* ============================================================
     3. PROBLEM ("częste błędy") + 5. SERVICES ("6 warstw")
     ZMIANA: .services ma teraz padding-top, żeby odseparować się
     wizualnie od sekcji lead-magnet bezpośrednio nad nią (wcześniej
     sekcje stykały się bez odstępu).
     ============================================================ */
  .problem { padding:0 0 90px; }
  .services { padding:100px 0 120px; }
  .service-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
  .service-card { background: var(--surface); border:1px solid var(--border); border-radius:16px; padding:28px; }
  .service-card .tag { color: var(--gold-bright); margin-bottom:14px; display:block; }
  .service-card h3 { font-family:'Unbounded', sans-serif; font-size:1.1rem; font-weight:700; margin-bottom:10px; }
  .service-card p { color: var(--text-dim); font-size:0.92rem; }
  .section-head { max-width:640px; margin-bottom:56px; }
  .section-head.center { margin:0 auto 56px; text-align:center; }
  .section-head .mono { color: var(--gold-bright); display:block; margin-bottom:16px; }
  .section-head h2 { font-family:'Unbounded', sans-serif; font-size:2.1rem; font-weight:700; margin-bottom:14px; }
  .section-head p { color:var(--text-dim); font-size:1.05rem; }
  .rows { border-top:1px solid var(--border); }
  .row { display:grid; grid-template-columns:2fr 3fr; gap:40px; padding:34px 0; border-bottom:1px solid var(--border); align-items:baseline; }
  .row .mono { color: var(--wine-bright); }
  .row h3 { font-family:'Inter',sans-serif; font-size:1.15rem; font-weight:600; margin-bottom:8px; }
  .row p { color: var(--text-dim); font-size:0.95rem; max-width:56ch; }

  /* ============================================================
     URGENCY LINE (sekcja "Zakres Mapy Widoczności")
     ============================================================ */
  .urgency-line { font-weight:600; color: var(--wine-bright); margin-top:14px; font-size:1rem; }

  /* ============================================================
     GOLD NOTE — mocne zdanie jako mały, złoty dopisek (sekcja
     "Częste błędy"), nie osobny duży nagłówek
     ============================================================ */
  .gold-note { color: var(--gold-bright); font-weight:600; font-size:0.92rem; margin-top:16px; max-width:52ch; }

  /* ============================================================
     11. DLACZEGO MY
     ============================================================ */
  .why { padding:0 0 110px; position:relative; overflow:visible; }
  .contact { padding:0 0 90px; position:relative; overflow:visible; }
  .side-crystal { position:absolute; width:280px; height:280px; z-index:0; opacity:0.55; pointer-events:none; }
  .side-crystal.left { left:-90px; top:10%; }
  .side-crystal.right { right:-90px; top:5%; }
  @media (max-width:860px) { .side-crystal { display:none; } }
  .why-grid { display:flex; flex-direction:column; gap:2px; background: var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }
  .why-item { background: var(--surface); padding:18px 24px; font-size:0.98rem; color: var(--text); display:flex; align-items:center; gap:14px; }
  .why-icon { width:20px; height:20px; flex-shrink:0; }

  /* ============================================================
     13. TESTIMONIALE
     ============================================================ */
  .testimonials { padding:0 0 110px; }
  .testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
  .testimonial-card { background: var(--surface); border:1px solid var(--border); border-radius:16px; padding:26px; }
  .stars { color: var(--gold-bright); letter-spacing:0.15em; margin-bottom:14px; }
  .quote { font-size:0.95rem; color: var(--text); margin-bottom:20px; line-height:1.5; }
  .testimonial-author { display:flex; align-items:center; gap:12px; }
  .avatar { width:38px; height:38px; border-radius:50%; background: var(--bg-2); border:1px dashed var(--border); display:flex; align-items:center; justify-content:center; font-size:0.6rem; color: var(--text-dim); flex-shrink:0; }
  .author-name { font-size:0.9rem; font-weight:600; }
  .author-company { font-size:0.8rem; color: var(--text-dim); }

  /* ============================================================
     10. OFERTA / CENNIK
     ============================================================ */
  .offer { padding:0 0 120px; }
  .tiers { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background: var(--border); border:1px solid var(--border); }
  .tier { background: var(--bg); padding:38px 30px; display:flex; flex-direction:column; }
  .tier.featured { background: linear-gradient(180deg, rgba(155,34,66,0.14), transparent); }
  .tier-label { font-size:0.7rem; color: var(--text-dim); margin-bottom:16px; }
  .tier.featured .tier-label { color: var(--gold-bright); }
  .tier h3 { font-family:'Unbounded', sans-serif; font-size:1.25rem; margin-bottom:10px; font-weight:700; }
  .tier-price { font-family:'Unbounded', sans-serif; font-size:2rem; font-weight:700; color: var(--wine-bright); margin-bottom:22px; }
  .tier ul { list-style:none; flex-grow:1; margin-bottom:24px; }
  .tier li { font-size:0.9rem; color: var(--text-dim); padding:9px 0; border-bottom:1px dashed var(--border); }
  .tier-cta, .tier-cta:visited { text-align:center; padding:13px; text-decoration:none; font-size:0.9rem; font-weight:600; border:1px solid var(--border); color: var(--text); border-radius:999px; }
  .market-value { margin-bottom:20px; border-top:1px dashed var(--border); padding-top:14px; }
  .market-row { display:flex; justify-content:space-between; font-size:0.82rem; color: var(--text-dim); padding:4px 0; }
  .market-row.total { color: var(--gold-bright); font-weight:600; border-top:1px solid var(--border); margin-top:6px; padding-top:10px; }
  .guarantee { font-size:0.85rem; color: var(--gold-bright); margin-bottom:16px; }
  .value-note { font-size:0.8rem; color: var(--text-dim); margin-bottom:16px; font-style:italic; }
  .tier.featured .tier-cta { background: var(--wine); border-color: var(--wine); }

  /* ============================================================
     14. FAQ
     ============================================================ */
  .faq { padding:0 0 110px; }
  .faq-list { display:grid; grid-template-columns:repeat(2,1fr); gap:2px; background: var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden; }
  .faq-item { background: var(--surface); padding:24px; }
  .faq-item h3 { font-family:'Unbounded', sans-serif; font-size:1rem; font-weight:600; margin-bottom:8px; }
  .faq-item p { font-size:0.9rem; color: var(--text-dim); }

  /* ============================================================
     8. PROCES
     ============================================================ */
  .process { padding:0 0 120px; }
  .steps { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
  .step-num { font-family:'Unbounded', sans-serif; font-weight:700; color: var(--gold-bright); font-size:1.4rem; margin-bottom:16px; }
  .step h3 { font-size:1.05rem; margin-bottom:8px; font-weight:600; }
  .step p { font-size:0.9rem; color: var(--text-dim); }

  /* ============================================================
     15. KONTAKT / FORMULARZ
     ZMIANA: formularz podzielony na dwie kolumny (.field-row) +
     wybór "największego problemu" jako klikalne pigułki (.pill),
     zamiast pojedynczej listy pól jedno pod drugim.
     ============================================================ */
  .contact { padding:0 0 90px; }
  .contact-card { border-top:1px solid var(--border); padding-top:70px; display:grid; grid-template-columns:1.1fr 0.9fr; gap:60px; }
  .contact-card h2 { font-family:'Unbounded', sans-serif; font-size:2.2rem; font-weight:700; margin-bottom:20px; max-width:12ch; }
  .contact-card p.lead { color: var(--text-dim); max-width:42ch; margin-bottom:28px; font-size:1.05rem; }
  .contact-detail { display:flex; gap:12px; margin-bottom:12px; font-size:0.95rem; }
  .contact-detail .mono { color: var(--wine-bright); min-width:110px; }
  .field { margin-bottom:18px; }
  .field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  label { display:block; font-size:0.72rem; color: var(--text-dim); margin-bottom:8px; text-transform:uppercase; letter-spacing:0.06em; }
  .optional-tag { text-transform:none; letter-spacing:normal; font-size:0.72rem; color: var(--text-dim); opacity:0.7; }
  input, textarea { width:100%; padding:0 0 12px; border:none; border-bottom:1px solid var(--border); background: transparent; color: var(--text); font-family:'Inter',sans-serif; font-size:1rem; resize:vertical; }
  textarea { min-height:44px; }
  input:focus, textarea:focus { outline:none; border-bottom-color: var(--wine-bright); }

  /* pigułki wyboru — jak chip-buttony, nie płaskie obrysy */
  .pill-group { display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
  .pill {
    padding:11px 18px; border-radius:999px; border:1px solid var(--border);
    background: var(--surface); color: var(--text-dim); font:inherit; font-size:0.85rem; font-weight:500;
    cursor:pointer; transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    font-family:'Inter',sans-serif;
  }
  .pill:hover { border-color: var(--gold-bright); color: var(--text); transform: translateY(-1px); }
  .pill.active {
    background: linear-gradient(120deg, var(--wine), var(--wine-bright));
    border-color: var(--wine-bright); color: #fff; font-weight:600;
    box-shadow: 0 10px 24px -10px rgba(155,34,66,0.55); transform: translateY(-1px);
  }

  .submit-btn { padding:15px 32px; background: var(--wine); color: var(--text); border:none; border-radius:999px; font-weight:600; font-size:0.98rem; cursor:pointer; margin-top:22px; }
  .submit-btn:hover { background: var(--wine-bright); }
  .form-note { font-size:0.8rem; color: var(--text-dim); margin-top:14px; }
  .form-followup { font-size:0.8rem; color: var(--gold-bright); margin-top:10px; }

  /* ---------- STOPKA ---------- */
  footer { padding:40px 0; border-top:1px solid var(--border); }
  .footer-row { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; }
  footer p, footer a, footer a:visited { font-size:0.85rem; color: var(--text-dim); text-decoration:none; }
  .footer-links { display:flex; gap:22px; }

  /* ---------- CZAT ---------- */
  .chat-widget { position:fixed; bottom:24px; right:24px; z-index:200; }
  .chat-toggle {
    width:56px; height:56px; border-radius:50%; background: linear-gradient(120deg, var(--wine), var(--wine-bright));
    border:none; color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer;
    box-shadow: 0 16px 36px -12px rgba(155,34,66,0.6); transition: transform 0.15s ease;
  }
  .chat-toggle:hover { transform: scale(1.05); }
  .chat-toggle svg { width:24px; height:24px; }
  .chat-panel {
    display:none; position:absolute; bottom:70px; right:0; width:340px; max-width:calc(100vw - 40px);
    background: var(--surface); border:1px solid var(--border); border-radius:16px; overflow:hidden;
    box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6); flex-direction:column;
  }
  .chat-panel.open { display:flex; }
  .chat-header { display:flex; align-items:center; gap:10px; padding:16px; border-bottom:1px solid var(--border); background: var(--bg-2); }
  .chat-avatar { width:34px; height:34px; border-radius:50%; background: var(--wine); color:#fff; font-family:'Unbounded',sans-serif; font-size:0.7rem; font-weight:700; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .chat-title { font-size:0.92rem; font-weight:600; }
  .chat-status { font-size:0.72rem; color: var(--text-dim); }
  .chat-body { padding:16px; max-height:260px; overflow-y:auto; display:flex; flex-direction:column; gap:10px; }
  .chat-bubble { font-size:0.88rem; padding:10px 13px; border-radius:12px; max-width:88%; line-height:1.4; }
  .chat-bubble.bot { background: var(--bg-2); color: var(--text); align-self:flex-start; border-bottom-left-radius:2px; }
  .chat-bubble.user { background: var(--wine); color:#fff; align-self:flex-end; border-bottom-right-radius:2px; }
  .chat-quick { display:flex; flex-direction:column; gap:6px; padding:0 16px 12px; max-height:150px; overflow-y:auto; }
  .chat-q {
    text-align:left; background: transparent; border:1px solid var(--border); color: var(--text);
    padding:9px 12px; border-radius:10px; font-size:0.82rem; cursor:pointer; font-family:'Inter',sans-serif;
    transition: border-color 0.15s ease, background 0.15s ease;
  }
  .chat-q:hover { border-color: var(--wine-bright); background: rgba(155,34,66,0.08); }
  .chat-fallback, .chat-fallback:visited {
    display:block; text-align:center; padding:13px; border-top:1px solid var(--border); color: var(--gold-bright);
    text-decoration:none; font-size:0.85rem; font-weight:600;
  }
  .chat-fallback:hover { color: var(--wine-bright); }
  @media (max-width:480px) {
    .chat-panel { width:calc(100vw - 32px); right:-8px; }
  }

  /* ============================================================
     STICKY CTA MOBILE
     ============================================================ */
  .mobile-sticky-cta { display:none; }

  @media (max-width:1024px) and (min-width:861px) {
    .service-grid { grid-template-columns:repeat(2, 1fr); }
  }

  @media (max-width:860px) {
    .wrap { padding:0 22px; }
    .hero .wrap { padding-left:22px; }
    .nav { padding:0 22px; }
    header { padding:14px 0; }
    .footer-row .footer-row { flex-direction:column; align-items:flex-start; gap:14px; }
    .nav-links { display:none; }
    .service-grid { grid-template-columns:1fr; }
    .deliverable-card { flex-direction:column; align-items:flex-start; }
    .faq-list { grid-template-columns:1fr; }
    .testimonial-grid { grid-template-columns:1fr; }
    #crystalCanvas { position:relative; width:100%; height:280px; top:0; right:0; margin-bottom:20px; }
    .hero-content { max-width:100%; }
    h1.title { font-size:2.1rem; }
    .hero-actions { flex-direction:column; align-items:stretch; gap:12px; }
    .hero-actions .btn-primary, .hero-actions .btn-ghost { text-align:center; }
    .row, .tiers, .steps, .contact-card { grid-template-columns:1fr; }
    .statement p { font-size:1.5rem; }
    .market-row { font-size:0.78rem; }
    .field-row { grid-template-columns:1fr; gap:0; }

    .mobile-sticky-cta {
      display:flex; position:fixed; bottom:0; left:0; width:100%; z-index:190;
      background: linear-gradient(120deg, var(--wine), var(--wine-bright));
      padding:14px 20px; justify-content:center;
      box-shadow: 0 -8px 24px -8px rgba(0,0,0,0.4);
    }
    .mobile-sticky-cta a, .mobile-sticky-cta a:visited { color:#fff; text-decoration:none; font-weight:600; font-size:0.95rem; }
    body { padding-bottom:64px; }
    .chat-widget { bottom:76px; }
  }

  @media (max-width:480px) {
    .wrap { padding:0 16px; }
    .nav { padding:0 16px; }
    h1.title { font-size:1.8rem; }
    .logo-word { font-size:1rem; }
    .nav-cta { padding:9px 16px; font-size:0.82rem; }
  }

/* ---------- SERVICE SUBPAGES ---------- */
.breadcrumb { font-size:0.8rem; color: var(--text-dim); margin-bottom:24px; }
.breadcrumb a, .breadcrumb a:visited { color: var(--text-dim); text-decoration:none; }
.breadcrumb a:hover { color: var(--gold-bright); }
.service-hero { padding:70px 0 50px; border-bottom:1px solid var(--border); }
.service-hero .eyebrow-mono { color: var(--gold-bright); display:block; margin-bottom:16px; }
.service-hero h1 { font-family:'Unbounded', sans-serif; font-size:2.6rem; font-weight:700; line-height:1.1; margin-bottom:20px; max-width:18ch; }
.service-hero p.lead { color: var(--text-dim); font-size:1.08rem; max-width:56ch; }
.service-block { padding:56px 0; border-bottom:1px solid var(--border); }
.service-block h2 { font-family:'Unbounded', sans-serif; font-size:1.6rem; font-weight:700; margin-bottom:18px; }
.service-block p { color: var(--text-dim); font-size:1rem; max-width:66ch; margin-bottom:14px; }
.check-list { list-style:none; margin-top:18px; }
.check-list li { padding:10px 0; border-bottom:1px dashed var(--border); font-size:0.96rem; color: var(--text); display:flex; gap:14px; align-items:baseline; }
.check-list li::before { content:""; width:8px; height:8px; background: var(--gold-bright); transform: rotate(45deg); flex-shrink:0; }
.check-list li { cursor:pointer; user-select:none; transition: opacity 0.15s ease; }
.check-list li.checked { opacity:0.55; }
.check-list li.checked::before { background: var(--wine-bright); }
.check-list li.checked span { text-decoration:line-through; }
.check-summary { margin-top:16px; font-size:0.9rem; color: var(--gold-bright); display:none; }
.check-summary.show { display:block; }
.faq-item.accordion { cursor:pointer; }
.faq-item.accordion h3 { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.faq-item.accordion h3::after { content:"+"; color: var(--gold-bright); font-family:'Unbounded',sans-serif; font-size:1.2rem; flex-shrink:0; transition: transform 0.2s ease; }
.faq-item.accordion.open h3::after { transform: rotate(45deg); }
.faq-item.accordion p { max-height:0; overflow:hidden; margin:0; transition: max-height 0.25s ease, margin 0.25s ease; }
.faq-item.accordion.open p { max-height:200px; margin-top:10px; }
.service-cta-block { padding:50px 0 80px; text-align:center; }
.service-cta-block h2 { font-family:'Unbounded', sans-serif; font-size:1.7rem; margin-bottom:18px; }
.back-link, .back-link:visited { display:inline-block; margin-top:40px; color: var(--text-dim); text-decoration:none; font-size:0.92rem; border-bottom:1px solid var(--border); padding-bottom:2px; }
.back-link:hover { color: var(--text); }
.related-services { padding:0 0 80px; }
.related-services h3 { font-family:'Unbounded', sans-serif; font-size:1.2rem; margin-bottom:18px; }
.related-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.related-card, .related-card:visited { background: var(--surface); border:1px solid var(--border); border-radius:12px; padding:20px; text-decoration:none; display:block; transition:border-color 0.2s ease; }
.related-card:hover { border-color: var(--gold-bright); }
.related-card span { color: var(--gold-bright); font-size:0.72rem; text-transform:uppercase; letter-spacing:0.06em; display:block; margin-bottom:8px; }
.related-card h4 { color: var(--text); font-family:'Unbounded', sans-serif; font-size:1rem; font-weight:600; }
.footer-services { font-size:0.82rem; color: var(--text-dim); margin-top:14px; display:flex; flex-wrap:wrap; gap:6px 16px; }
.footer-services a, .footer-services a:visited { color: var(--text-dim); text-decoration:none; }
.footer-services a:hover { color: var(--gold-bright); }

@media (max-width:860px) {
  .service-hero h1 { font-size:2rem; }
  .related-grid { grid-template-columns:1fr; }
}

/* subpage crystal hero */
.service-hero { position:relative; overflow:hidden; }
.service-hero-inner { position:relative; z-index:2; }
#subCrystal { position:absolute; top:-30px; right:-6%; width:44%; height:340px; z-index:0; opacity:0.85; }
@media (max-width:860px) {
  #subCrystal { position:relative; width:100%; height:200px; top:0; right:0; margin-bottom:16px; }
}

/* map outcome flow */
.map-outcome { display:flex; flex-direction:column; align-items:center; margin-top:70px; }
.map-arrow { color: var(--gold-bright); font-size:1.5rem; margin-bottom:16px; }
.map-outcome-card {
  background: linear-gradient(180deg, rgba(155,34,66,0.14), transparent), var(--surface);
  border:1px solid var(--wine-bright); border-radius:16px; padding:26px 32px; text-align:center; max-width:420px;
}
.map-outcome-card .tag { color: var(--gold-bright); margin-bottom:10px; display:block; }
.map-outcome-card h3 { font-family:'Unbounded', sans-serif; font-size:1.2rem; font-weight:700; margin-bottom:8px; }
.map-outcome-card p { color: var(--text-dim); font-size:0.9rem; }

/* ============================================================
   7. DLA KOGO
   ZMIANA: dodano padding-top, żeby sekcja miała realny odstęp od
   .audit-check nad nią (wcześniej sekcje stykały się bez odstępu).
   ============================================================ */
.for-whom { padding:100px 0 100px; }
.industry-tags { display:flex; flex-wrap:wrap; gap:12px; }
.industry-tags span {
  background: var(--surface); border:1px solid var(--border); border-radius:999px;
  padding:9px 20px; font-size:0.88rem; color: var(--text-dim);
}

/* mobile hamburger menu */
.menu-toggle { display:none; background:none; border:none; color: var(--text); cursor:pointer; padding:6px; justify-self:end; }
.menu-toggle svg { width:24px; height:24px; }
.mobile-menu {
  display:none; position:fixed; top:0; left:0; width:100vw; height:100vh; z-index:150;
  background: var(--bg); padding:100px 28px 28px; flex-direction:column; gap:26px;
  overflow-y:auto;
}
.mobile-menu.open { display:flex; }
.mobile-menu a, .mobile-menu a:visited { color: var(--text); text-decoration:none; font-size:1.15rem; font-family:'Unbounded', sans-serif; font-weight:600; }
.mobile-menu .nav-email, .mobile-menu .nav-email:visited { font-family:'Inter', sans-serif; font-weight:400; font-size:1rem; color: var(--text-dim); }
.mobile-menu .nav-icon { color: var(--text-dim); }
.mobile-menu .nav-cta { align-self:flex-start; margin-top:10px; }

@media (max-width:860px) {
  .nav-links, .nav-right { display:none; }
  .menu-toggle { display:flex; }
  .nav { grid-template-columns:auto auto; justify-content:space-between; }
}

/* form success state */
.form-success { display:none; text-align:center; padding:40px 20px; }
.form-success.show { display:block; }
.form-success h3 { font-family:'Unbounded', sans-serif; font-size:1.4rem; color: var(--text); margin-bottom:10px; }
.form-success p { color: var(--text-dim); font-size:0.95rem; }
.form-success .map-arrow { color: var(--wine); font-size:2rem; }

/* ============================================================
   ZAKRES MAPY WIDOCZNOŚCI — karta scope-card z chipami 6 warstw,
   zamiast płaskiego nagłówka + przycisku na pustym tle
   ============================================================ */
.audit-check { padding:100px 0; }
.scope-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 52px 48px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.scope-card .mono { color: var(--gold-bright); display:block; margin-bottom:16px; }
.scope-card h2 { font-family:'Unbounded', sans-serif; font-size:2rem; font-weight:700; margin-bottom:16px; }
.scope-card > p { color: var(--text-dim); font-size:1.02rem; max-width:52ch; margin:0 auto 32px; }
.scope-chips { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom:28px; }
.scope-chips span {
  display:inline-flex; align-items:center; gap:7px;
  background: var(--bg-2); border:1px solid var(--border); border-radius:999px;
  padding:9px 18px; font-size:0.86rem; color: var(--text);
}
.scope-chips span::before { content:"✓"; color: var(--gold-bright); font-weight:700; }
.scope-card .urgency-line { margin-bottom:26px; }
.scope-card .btn-primary { margin-top:2px; }

@media (max-width:600px) {
  .scope-card { padding:40px 26px; }
  .scope-card h2 { font-size:1.6rem; }
}

/* ---------- STRONA 404 ---------- */
.notfound { padding: 130px 0 160px; text-align: center; }
.notfound-wrap { max-width: 640px; margin: 0 auto; }
.notfound-code { color: var(--gold-bright); display: block; margin-bottom: 22px; }
.notfound-title { font-family: 'Unbounded', sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1.2; margin-bottom: 20px; }
.notfound-title span { color: var(--wine-bright); }
.notfound-sub { color: var(--text-dim); font-size: 1.05rem; margin-bottom: 30px; }
@media (max-width: 860px) {
  .notfound { padding: 90px 0 110px; }
  .notfound-title { font-size: 1.7rem; }
}

/* ---------- STOPKA: COPYRIGHT + LINKI PRAWNE ---------- */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-dim);
  padding-top: 14px;
  border-top: 1px solid var(--border);
  width: 100%;
}
.footer-legal a, .footer-legal a:visited { color: var(--text-dim); text-decoration:none; }
.footer-legal a:hover { color: var(--gold-bright); }

/* ---------- PASEK COOKIES ---------- */
.cookie-banner {
  display: none;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 26px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.cookie-banner.show { display: flex; }
.cookie-banner-text p { font-size: 0.88rem; color: var(--text-dim); line-height: 1.5; }
.cookie-banner-text b { color: var(--text); }
.cookie-banner-text a, .cookie-banner-text a:visited { color: var(--gold-bright); text-decoration: none; border-bottom: 1px solid var(--gold-bright); }
.cookie-banner-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-btn-primary, .cookie-btn-secondary {
  padding: 11px 20px; border-radius: 999px; font-size: 0.85rem; font-weight: 600;
  cursor: pointer; white-space: nowrap; font-family: 'Inter', sans-serif;
}
.cookie-btn-primary { background: var(--wine); border: 1px solid var(--wine); color: var(--text); }
.cookie-btn-primary:hover { background: var(--wine-bright); }
.cookie-btn-secondary { background: transparent; border: 1px solid var(--border); color: var(--text-dim); }
.cookie-btn-secondary:hover { color: var(--text); border-color: var(--text-dim); }

@media (max-width: 700px) {
  .cookie-banner { flex-direction: column; align-items: stretch; left: 12px; right: 12px; bottom: 12px; padding: 20px; }
  .cookie-banner-actions { flex-direction: column; }
  .cookie-btn-primary, .cookie-btn-secondary { text-align: center; width: 100%; }
}

/* ============================================================
   4. LEAD MAGNET
   ZMIANA: layout przebudowany na kartę w stylu .deliverable-card
   (ciemna karta z zaokrąglonymi rogami, tekst po lewej / CTA po
   prawej na desktopie), zamiast wyśrodkowanego bloku na osobnym
   szarym tle jak wcześniej.
   ============================================================ */
.lead-magnet {
  padding: 60px 0;
}

.lead-magnet-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.lead-magnet-card .mono {
  color: var(--gold-bright);
  display: block;
  margin-bottom: 10px;
}

.lead-magnet-card h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  max-width: 20ch;
}

.lead-magnet-sub {
  color: var(--text-dim);
  font-size: 0.92rem;
  max-width: 42ch;
  margin-top: 10px;
}

@media (max-width:860px) {
  .lead-magnet-card { flex-direction: column; align-items: flex-start; }
  .lead-magnet-card .btn-primary { width: 100%; text-align: center; }
}
