@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Poppins:wght@300;400;500;600&display=swap');

  * { margin:0; padding:0; box-sizing:border-box; }
  html { scroll-behavior: smooth; }

  body {
    background: #FEFCF8;
    font-family: 'Poppins', sans-serif;
    color: #3B4A55;
    line-height: 1.7;
    font-size: 16px;
  }

  .wrap { max-width: 740px; margin: 0 auto; padding: 0 28px; }
  a { color: inherit; }

  .lang-switch {
    position: fixed; top: 26px; right: 30px; z-index: 50;
    display: flex; gap: 10px; font-size: 13px; letter-spacing: 1px;
  }
  .lang-switch button {
    background: none; border: none; cursor: pointer;
    font-family: 'Poppins', sans-serif; font-size: 13px; letter-spacing: 1px;
    color: #9A8B72; padding: 4px 2px; transition: color 0.2s ease;
  }
  .lang-switch button:hover { color: #16323E; }
  .lang-switch button.active { color: #16323E; border-bottom: 1px solid #16323E; }

  .hero { padding: 100px 0 60px 0; text-align: center; }
  h1.headline {
    font-family: 'Lora', serif; font-weight: 500; font-size: 40px;
    color: #16323E; margin-bottom: 26px; line-height: 1.35;
    max-width: 620px; margin-left:auto; margin-right:auto;
  }
  .hero-explainer { font-size: 16.5px; color: #56646B; max-width: 460px; margin: 0 auto 34px auto; }
  .hero-buttons { display:flex; gap: 16px; justify-content:center; flex-wrap: wrap; }
  .hero-checks {
    margin-top: 22px; font-size: 13px; color: #B7AD98; letter-spacing: 0.3px;
    display:flex; gap: 18px; justify-content:center; flex-wrap: wrap;
  }
  .hero-personal { margin-top: 28px; font-family: 'Lora', serif; font-style: italic; font-size: 15.5px; color: #7C8E82; }
  .rule { width: 56px; height: 1px; background: #C9B79C; margin: 50px auto 0 auto; }

  section { padding: 66px 0; border-top: 1px solid #EDE4D0; }
  section.no-border { border-top: none; }
  .section-eyebrow {
    font-size: 12.5px; letter-spacing: 3px; text-transform: uppercase;
    color: #9A8B72; margin-bottom: 18px; text-align:center;
  }
  h2 {
    font-family: 'Lora', serif; font-weight: 500; font-size: 27px;
    color: #16323E; text-align: center; margin-bottom: 28px; line-height: 1.3;
  }
  p.body-text { font-size: 16px; max-width: 560px; margin: 0 auto 16px auto; }
  p.pull-line {
    font-family: 'Lora', serif; font-style: italic; font-weight: 500; font-size: 20px;
    color: #16323E; max-width: 540px; margin: 30px auto; text-align: center; line-height: 1.55;
  }

  #wiecej-mnie { text-align:center; }
  .profile-photo {
    width: 100%; max-width: 440px; height: auto; border-radius: 4px;
    margin: 0 auto 30px auto; display:block;
    box-shadow: 0 22px 48px -18px rgba(22,50,62,0.32);
    transition: box-shadow 0.3s ease;
  }
  .profile-photo:hover { box-shadow: 0 26px 56px -16px rgba(22,50,62,0.4); }
  #wiecej-mnie p { max-width: 440px; margin: 0 auto; font-size: 16px; }
  #wiecej-mnie p br { content: ""; display:block; margin-bottom: 8px; }

  #wielki-cytat { text-align: center; padding: 150px 0; }
  #wielki-cytat .mark { color: #C9B79C; font-family: 'Lora', serif; font-size: 40px; margin-bottom: 10px; }
  #wielki-cytat p {
    font-family: 'Lora', serif; font-weight: 500; font-style: italic;
    font-size: 38px; line-height: 1.5; color: #16323E; max-width: 700px; margin: 0 auto;
  }

  .cards { display: flex; gap: 30px; margin-bottom: 44px; }
  .card { flex: 1; text-align: center; padding: 16px 14px; border-radius: 6px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
  .card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -18px rgba(22,50,62,0.18); }
  .card .icon { width: 32px; height: 32px; margin: 0 auto 16px auto; color: #8B7440; }
  .card h3 { font-family: 'Lora', serif; font-weight: 500; font-size: 18px; color: #16323E; margin-bottom: 8px; }
  .card p { font-size: 13.5px; color: #56646B; line-height: 1.6; }
  .cards-caption {
    text-align:center; max-width: 480px; margin: 0 auto; font-size: 15px;
    font-style: italic; font-family: 'Lora', serif; color: #56646B;
  }

  #filtr { text-align:center; }
  .filter-list { list-style:none; max-width: 480px; margin: 0 auto 38px auto; text-align:left; }
  .filter-list li {
    font-size: 15.5px; color: #3B4A55; padding: 12px 0 12px 26px; position:relative;
    border-bottom: 1px solid #EDE4D0;
  }
  .filter-list li:last-child { border-bottom: none; }
  .filter-list li::before { content:"—"; position:absolute; left:0; color:#C9B79C; }
  .filtr-closing {
    text-align:center; max-width: 460px; margin: 0 auto; font-size: 15px;
    font-style: italic; font-family: 'Lora', serif; color: #56646B;
  }

  @media (max-width: 560px) {
    .cards { flex-direction: column; gap: 34px; }
    h1.headline { font-size: 30px; }
    #wielki-cytat p { font-size: 26px; }
    #wielki-cytat { padding: 90px 0; }
  }

  .material { display: flex; gap: 40px; align-items: center; }
  .material.reverse { flex-direction: row-reverse; }
  .material-cover { width: 190px; flex-shrink: 0; }
  .material-cover img { width: 100%; display:block; border-radius: 4px; box-shadow: 0 18px 40px -18px rgba(22,50,62,0.3); transition: box-shadow 0.3s ease; }
  .material-cover img:hover { box-shadow: 0 22px 48px -16px rgba(22,50,62,0.38); }
  .material-text { flex: 1; }
  .material-text .kicker { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: #8B7440; margin-bottom: 10px; }
  .material-text h3 { font-family: 'Lora', serif; font-weight: 500; font-size: 23px; color: #16323E; margin-bottom: 6px; }
  .material-text .sub { font-family:'Lora', serif; font-style: italic; font-size: 14.5px; color: #56646B; margin-bottom: 14px; }
  .material-text p { font-size: 14.5px; margin-bottom: 18px; }
  .material-text p br { content: ""; display:block; margin-bottom: 6px; }

  .btn {
    display: inline-flex; align-items: center; gap: 9px;
    background: #16323E; color: #FEFCF8;
    font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 500;
    letter-spacing: 0.4px; text-decoration: none; padding: 14px 28px; border-radius: 3px;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .btn:hover { background: #0F252E; transform: translateY(-1px); }
  .btn svg { width: 16px; height: 16px; }
  .btn-outline { background: transparent; color: #16323E; border: 1px solid #16323E; }
  .btn-outline:hover { background: #16323E; color: #FEFCF8; }
  .btn.is-disabled { opacity: 0.5; cursor: default; pointer-events: none; }

  @media (max-width: 560px) {
    .material, .material.reverse { flex-direction: column; }
    .material-cover { width: 160px; }
  }

  .faq-item { border-bottom: 1px solid #EDE4D0; padding: 20px 0; }
  .faq-item:first-child { border-top: 1px solid #EDE4D0; }
  .faq-q { font-family: 'Lora', serif; font-weight: 500; font-size: 16.5px; color: #16323E; margin-bottom: 9px; }
  .faq-a { font-size: 14.5px; color: #3B4A55; }

  #kontakt { text-align: center; }
  .social-links { margin: 24px 0 8px 0; }
  .social-links a {
    display: inline-block; margin: 0 14px; font-size: 15px;
    text-decoration: none; color: #16323E; border-bottom: 1px solid #C9B79C; padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;
  }
  .social-links a:hover { border-color: #16323E; color: #0F252E; }
  footer { text-align:center; padding: 46px 0 66px 0; font-size: 13px; color: #9A8B72; }