/* =============================================
   PAGE-SPECIFIC STYLES — KochajSię.pl
   ============================================= */

/* ─── Pasek WordPress Admin Bar — fix dla sticky header ─── */
html.admin-bar .hdr {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    html.admin-bar .hdr {
        top: 46px !important;
    }
}

/* ════════════════════════════════════════════
   STRONA GŁÓWNA (index.html)
   ════════════════════════════════════════════ */

/*  HERO  */
/* Hero blob animation (przeniesiono z front-page.php) */
@keyframes floatBlobTop {
     0%   { transform: scaleX(-1) translate(-22px, -18px) rotate(3deg)  scale(0.95); }
     100% { transform: scaleX(-1) translate(18px, 24px)  rotate(-2.5deg) scale(1.08); }
}

/* Hero blob layers */
.hero-blob-wrap {
     position: absolute;
     inset: 0;
     margin: 0 auto;
     pointer-events: none;
     z-index: 0;
}

.serif-quote {
     font-family: var(--serif) !important;
     font-size: 24px !important;
     font-style: italic !important;
     color: var(--ink) !important;
     line-height: 1.4 !important;
     max-width: 600px;
     margin: 0 auto !important;
}

.hero-blob-img {
     position: absolute;
     top: 24%; right: 0px; bottom: -11%;
     width: 59%;
     background-position: right center;
     background-size: contain;
     background-repeat: no-repeat;
     opacity: 0.9;
     mix-blend-mode: multiply;
     animation: floatBlobTop 18s ease-in-out infinite alternate-reverse;
     z-index: 2;
}

.hero-video-wrap {
     position: absolute;
     top: 0; right: -120px; bottom: 0;
     width: 64%;
     z-index: 3;
     mix-blend-mode: multiply;
     mask-image: radial-gradient(circle at 60% 50%, black 40%, transparent 95%);
     -webkit-mask-image: radial-gradient(circle at 60% 50%, black 40%, transparent 95%);
}

.hero-video-wrap video {
     width: 100%; height: 100%;
     object-fit: contain;
     object-position: right center;
     opacity: 0.70;
}

@keyframes floatGently {
     0% {
          transform: translateY(-12px) translateX(0);
     }

     100% {
          transform: translateY(12px) translateX(-5px);
     }
}

/* Hero background color float */
@keyframes heroBgFloat {
     0% {
          background-position: 0% 50%;
     }

     50% {
          background-position: 100% 50%;
     }

     100% {
          background-position: 0% 50%;
     }
}

.hero-animated-bg {
     background: linear-gradient(135deg,
               #FDF0F2 0%,
               #F9DDE4 20%,
               #FDF0F2 40%,
               #F5EDE6 60%,
               #FEF9F6 80%,
               #FDF0F2 100%);
     background-size: 300% 300%;
     animation: heroBgFloat 12s ease infinite;
}

.hero-static-bg {
     background: linear-gradient(135deg,
               #FDF0F2 0%,
               #F9DDE4 20%,
               #FDF0F2 40%,
               #F5EDE6 60%,
               #FEF9F6 80%,
               #FDF0F2 100%);
     background-size: 100% 100%;
     /* Brak animacji, stay gradient wielokolorowy (mash kolorw) */
}

.hero-kicker {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 26px;
}

.hero-kicker-line {
     width: 32px;
     height: 2px;
     background: var(--r4);
}

/*  CATEGORIES GRID 22  */
.cat-section {
     padding: 80px 0;
}

.cat-intro {
     text-align: center;
     margin-bottom: 48px;
}

.cat-grid-2x2 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 40px;
     max-width: 1180px;
     margin: 0 auto;
     padding-bottom: 48px;
}

.cat-grid-2x2>.cat-tile:nth-child(even) {
     transform: translateY(48px);
}

.cat-tile {
     position: relative;
     overflow: hidden;
     height: 290px;
     border-radius: 24px;
     cursor: pointer;
     display: flex;
     align-items: flex-end;
     box-shadow: 0 16px 48px rgba(107, 17, 39, 0.08);
     text-decoration: none;
     transition: box-shadow .35s ease;
}

.cat-tile:hover {
     box-shadow: 0 24px 64px rgba(107, 17, 39, 0.16);
}

.cat-tile-bg {
     position: absolute;
     inset: 0;
     transition: transform .5s ease;
}

.cat-lineart {
     position: absolute;
     right: -32px;
     top: -10%;
     bottom: -10%;
     height: 120%;
     width: 65%;
     background-size: contain;
     background-position: right center;
     background-repeat: no-repeat;
     opacity: 0.85;
     z-index: 1;
     transition: transform 0.5s ease;
}

.cat-tile:hover .cat-tile-bg {
     transform: scale(1.05);
}

.cat-tile:hover .cat-lineart {
     transform: scale(1.05) translateY(-5px);
}

/* old arrow removed  replaced with inline pill CTA */

.cat-tile-1 .cat-tile-bg {
     background: radial-gradient(ellipse at 40% 30%, #fae4e8, #fdf0f2);
}

.cat-tile-2 .cat-tile-bg {
     background: radial-gradient(ellipse at 65% 35%, #fae4e8, #f8dce2);
}

.cat-tile-3 .cat-tile-bg {
     background: radial-gradient(ellipse at 35% 55%, #fcedef, #f2d8dd);
}

.cat-tile-4 .cat-tile-bg {
     background: radial-gradient(ellipse at 55% 35%, #fff1f4, #f4dbe0);
}

.cat-tile-shade {
     position: absolute;
     inset: 0;
     background: linear-gradient(0deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .2) 65%, transparent 100%);
     z-index: 1;
}

.cat-tile-body {
     position: relative;
     z-index: 2;
     padding: 32px 40px 36px;
     width: 100%;
}

/* CTA  subtelny napis bez obwiedni */
.cat-tile-cta {
     display: inline-flex;
     align-items: center;
     gap: 7px;
     margin-top: 14px;
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 700;
     letter-spacing: .1em;
     text-transform: uppercase;
     color: var(--r5);
     background: none;
     border: none;
     padding: 0;
     opacity: 0;
     transform: translateY(5px);
     transition: opacity .3s ease, transform .3s ease;
}

.cat-tile-cta svg {
     width: 11px;
     height: 11px;
     transition: transform .25s ease;
}

.cat-tile:hover .cat-tile-cta {
     opacity: 1;
     transform: translateY(0);
}

.cat-tile:hover .cat-tile-cta svg {
     transform: translateX(4px);
}

.cat-tile-num {
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 700;
     letter-spacing: .14em;
     color: var(--r4);
     text-transform: uppercase;
     margin-bottom: 10px;
}

.cat-tile-name {
     font-family: var(--serif);
     font-size: 32px;
     font-weight: 700;
     line-height: 1.12;
     color: var(--ink);
     letter-spacing: -.01em;
}

.cat-tile-name em {
     font-style: italic;
}

.cat-tile-desc {
     font-size: 14px;
     color: var(--ink2);
     line-height: 1.5;
     margin-top: 8px;
     display: block;
}

.cat-tile-count {
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 600;
     letter-spacing: .08em;
     color: var(--ink3);
     text-transform: uppercase;
     margin-top: 6px;
     opacity: .7;
}

/*  ARTICLES GRID  */
/* BLOG GRID - Homepage Simple 3-Column Layout */
.arts-grid-4 {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 32px;
}

.post-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.post-item .card-img {
    height: 260px;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
}

.post-item .card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-cat {
    display: inline-block;
    text-decoration: none;
    transition: color 0.2s;
}

.card-cat:hover {
    color: var(--r6);
}

.card-title-link {
    text-decoration: none;
    display: block;
}

.card-title-link:hover .card-title {
    color: var(--r5);
}

.card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-meta {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 86, 106, 0.08);
}

/* Align blog button to the center */
.grid-footer {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

/* Interactive Hover - Subtle lift & soft shadow */
.card {
     transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover {
     transform: translateY(-5px);
     box-shadow: 0 16px 40px rgba(107, 17, 39, 0.06), 0 4px 12px rgba(107, 17, 39, 0.03);
}

.card:hover .card-title {
    color: var(--r5);
}

/*  MANIFESTO  */
.manifesto-section {
     padding: 96px 0;
}

.manifesto-q {
     font-family: var(--serif);
     font-size: clamp(22px, 2.4vw, 36px);
     font-style: italic;
     font-weight: 400;
     line-height: 1.55;
     color: var(--ink);
     margin: 20px 0;
     letter-spacing: -.012em;
}

.manifesto-card {
     background: var(--mesh-a);
     border-radius: 32px;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 400px;
}

@media (max-width: 900px) {
     .manifesto-card {
          height: auto;
          min-height: 120px;
          padding: 64px 24px;
     }
     .manifesto-q {
          margin: 0 !important;
     }
}

/*  TOC EXPANDABLE (post mobile)  */
.toc-mobile-container {
     margin-top: 12px;
}

.toc-mobile-wrap {
     max-height: 85px; /* Pokae dokadnie 2 pozycje */
     overflow: hidden;
     position: relative;
     transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.toc-mobile-wrap.is-expanded {
     max-height: 1500px;
}

.toc-mobile-fade {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 70px;
     background: linear-gradient(to bottom, transparent, var(--warm));
     pointer-events: none;
     transition: opacity 0.35s ease;
     z-index: 1;
}

.toc-mobile-wrap.is-expanded .toc-mobile-fade {
     opacity: 0;
}

.toc-expand-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     width: 100%;
     background: none;
     border: none;
     padding: 12px 0;
     color: var(--r4);
     font-family: var(--sans);
     font-size: 13px;
     font-weight: 700;
     cursor: pointer;
}

.toc-expand-btn svg {
     transition: transform 0.3s;
}

.toc-mobile-wrap.is-expanded + .toc-expand-btn svg {
     transform: rotate(180deg);
}

/*  FAQ  */
.faq-grid {
     display: grid;
     grid-template-columns: .85fr 1.15fr;
     gap: 64px;
     align-items: start;
     max-width: 1100px;
     margin: 0 auto;
     padding: 0 36px;
}

.faq-item {
     border-bottom: 1px solid rgba(212, 86, 106, .12);
}

.faq-item:first-child {
     border-top: 1px solid rgba(212, 86, 106, .12);
}

.faq-q {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 16px;
     padding: 22px 0;
     cursor: pointer;
     background: none;
     border: none;
     width: 100%;
     text-align: left;
     font-family: var(--serif);
     font-size: 19px;
     font-weight: 700;
     color: var(--ink);
     line-height: 1.35;
     letter-spacing: -.01em;
     transition: color .2s;
}

.faq-q:hover {
     color: var(--r5);
}

.faq-chevron {
     flex-shrink: 0;
     width: 20px;
     height: 20px;
     color: var(--r4);
     transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}

.faq-item.open .faq-chevron {
     transform: rotate(180deg);
}

.faq-a-wrap {
     max-height: 0;
     overflow: hidden;
     transition: max-height .45s cubic-bezier(.4, 0, .2, 1), opacity .3s ease;
     opacity: 0;
}

.faq-item.open .faq-a-wrap {
     opacity: 1;
     max-height: 2000px;
}

.faq-a {
     padding: 0 0 24px;
     font-family: var(--sans);
     font-size: 16px;
     font-weight: 300;
     line-height: 1.82;
     color: var(--ink2);
     max-width: 540px;
}

/* ════════════════════════════════════════════
   KATEGORIA (kategoria.php)
   ════════════════════════════════════════════ */
.cat-hero-section {
    padding: 64px 0 48px;
}

.cat-hero-grid {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 40px;
    align-items: center;
    margin-top: 32px;
}

.cat-hero-img-wrapper {
    position: relative;
    width: 100%;
}

.cat-hero-img {
    border-radius: 24px;
    height: 400px;
    width: 100%;
    background: var(--mesh-a);
    position: relative;
    overflow: hidden;
}

@media (max-width: 900px) {
    .cat-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .cat-hero-img {
        height: 280px;
    }
}

.cluster-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
     margin-top: 48px;
}

.cluster-card {
     background: rgba(255, 255, 255, .88);
     border: 1px solid rgba(212, 86, 106, .12);
     border-radius: 16px;
     padding: 24px;
     text-decoration: none;
     transition: transform .3s, box-shadow .3s;
}

.cluster-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 12px 36px rgba(158, 32, 56, .08);
}

.cluster-card-title {
     font-family: var(--serif);
     font-size: 17px;
     font-weight: 700;
     line-height: 1.3;
     color: var(--ink);
     margin-bottom: 8px;
}

/* ── KATEGORIA: Hero H1 ─────────────────────────
   Wyrównane z .t-xl z typography.css.
   Wyższe specyficzności dla WordPress (body_class + sekcja).
   ────────────────────────────────────────────── */

/* ─── ABOUT US PAGE ──────────────────────────── */
.o-nas-block-page .eyebrow,
.o-nas-block-page .t-lg,
.o-nas-block-page .body,
.o-nas-block-page .divider {
     text-align: center !important;
     margin-left: auto !important;
     margin-right: auto !important;
}

.o-nas-block-page .divider {
     width: 80px;
}

.o-nas-block-page .btn-p {
     margin: 0 auto;
     display: flex;
     width: fit-content;
}

.cat-hero-section .cat-hero-grid h1,
.cat-hero-section h1.t-xl {
    font-family: var(--serif) !important;
    font-size: clamp(40px, 5vw, 72px) !important;
    line-height: 1.06 !important;
    font-weight: 700 !important;
    color: var(--ink) !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 32px;
}

.cat-hero-section .cat-hero-grid h1 em,
.cat-hero-section h1.t-xl em {
    display: block;
    font-family: var(--serif) !important;
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: inherit !important;
    color: var(--r5) !important;
    margin-top: -4px;
    line-height: 1.06;
}

/* Zachowanie selektorów .mesh-* dla staging HTML */
.cat-hero-grid h1,
.mesh-a h1, .mesh-b h1, .mesh-c h1 {
    font-family: var(--serif);
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1.06;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.cat-hero-grid h1 em,
.mesh-a h1 em, .mesh-b h1 em, .mesh-c h1 em {
    display: block;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 700;
    font-size: inherit;
    color: var(--r5);
    margin-top: -4px;
    line-height: 1.06;
}

@media (max-width: 900px) {
    .cat-hero-section .cat-hero-grid h1,
    .cat-hero-grid h1 {
        font-size: clamp(36px, 8vw, 48px) !important;
    }
}

.fbtn.tag-hidden {
     display: none !important;
}

.all-visible .fbtn.tag-hidden {
     display: inline-block !important;
}

.filter-bar {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     align-items: center;
     justify-content: flex-end;
}

@media (max-width: 900px) {
     .filter-bar {
          justify-content: flex-start;
          margin-top: 16px;
     }
}

.fbtn {
     background: none;
     border: 1.5px solid rgba(212, 86, 106, .25);
     border-radius: 100px;
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 700;
     letter-spacing: .07em;
     text-transform: uppercase;
     color: var(--ink3);
     padding: 8px 18px;
     cursor: pointer;
     transition: all .2s;
     white-space: nowrap;
}

.fbtn.on,
.fbtn:hover {
     background: var(--r5);
     border-color: var(--r5);
     color: #fff;
}

.fbtn.show-more-tags {
    border-style: dashed;
    background: rgba(212, 86, 106, 0.05);
}

/* ── KATEGORIA: Intro sekcja (Twoja seksualność. Twoje zasady.) ──
   Tylko BEZPOŚrEDNIA sekcja po hero (.cat-hero-section + .sec)
   ─────────────────────────────────────────────────────────────── */

/* H2 intro — tylko pierwsza sekcja bezpośrednio po hero */
.cat-hero-section + .sec h2.t-md {
    font-family: var(--serif) !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    font-weight: 700 !important;
    line-height: 1.16 !important;
    letter-spacing: -0.014em !important;
    color: var(--ink) !important;
}

.cat-hero-section + .sec h2.t-md em {
    font-style: italic !important;
    color: var(--r5) !important;
    font-weight: 700 !important;
}

/* Lead paragraph — intro */
.cat-hero-section + .sec p.body {
    font-family: var(--sans) !important;
    font-weight: 300 !important;
    line-height: 1.82 !important;
    color: var(--ink2) !important;
}

/* Bloki wiedzy — H3 wewnątrz intro sekcji */
.cat-hero-section + .sec .grid-3 h3.t-sm {
    font-family: var(--serif) !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: var(--ink) !important;
}

/* ── KATEGORIA: Sekcja artykułów ─────────────────────────────────────
   H2 „Znajdź to, czego szukałaś.” — rozmiar jak we wzorze
   ─────────────────────────────────────────────────────────────── */
.cat-hero-section + .sec + .sec h2.t-md {
    font-family: var(--serif) !important;
    font-size: clamp(28px, 2.8vw, 38px) !important;
    font-weight: 700 !important;
    line-height: 1.14 !important;
    letter-spacing: -0.014em !important;
    color: var(--ink) !important;
}

.cat-hero-section + .sec + .sec h2.t-md em {
    font-style: italic !important;
    color: var(--r5) !important;
    font-weight: 700 !important;
}

/* ════════════════════════════════════════════
   BLOG (blog.html)
   ════════════════════════════════════════════ */
.blog-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 28px;
}

.blog-feat {
     grid-column: 1 / -1;
     display: flex;
     flex-direction: row;
     background: #fff;
     border-radius: 24px;
     overflow: hidden;
     text-decoration: none;
     color: inherit;
     box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.blog-feat .card-img {
     width: 50%;
     min-height: 400px;
     background-size: cover;
     background-position: center;
     flex-shrink: 0;
     transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
     display: block;
     align-self: stretch;
}

.blog-feat .card-img:hover {
     transform: scale(1.03);
}

.blog-feat .card-body {
     width: 50%;
     padding: 48px;
     display: flex;
     flex-direction: column;
     justify-content: center;
}

.blog-feat .card-title {
     transition: color 0.3s ease;
}

.blog-feat .card-title-link:hover .card-title {
     color: var(--r5);
}

@media (max-width: 900px) {
     .blog-feat {
          flex-direction: column;
     }
     .blog-feat .card-img,
     .blog-feat .card-body {
          width: 100%;
     }
     .blog-feat .card-img {
          min-height: 280px;
     }
     .blog-feat .card-body {
          padding: 32px 24px;
     }
}

/* ════════════════════════════════════════════
   POST (post.html)
   ════════════════════════════════════════════ */
.post-layout {
     display: grid;
     grid-template-columns: 1fr 320px;
     gap: 64px;
     align-items: start;
     padding-top: 48px;
     padding-bottom: 80px;
}

.post-body {
     font-size: 17px;
     font-weight: 300;
     line-height: 1.85;
     color: var(--ink2);
}

.post-body h2 {
     font-family: var(--serif);
     font-size: clamp(24px, 2.6vw, 34px);
     font-weight: 700;
     line-height: 1.15;
     color: var(--ink);
     margin: 48px 0 20px;
     letter-spacing: -0.015em;
}

.post-body h3 {
     font-family: var(--serif) !important;
     font-size: clamp(20px, 2.3vw, 28px);
     font-weight: 700;
     line-height: 1.15;
     color: var(--ink) !important;
     margin: 36px 0 16px;
     letter-spacing: -0.015em !important;
     text-transform: none !important;
}

.post-body h4 {
     font-family: var(--serif) !important;
     font-size: clamp(17px, 1.9vw, 23px);
     font-weight: 700;
     line-height: 1.15;
     color: var(--ink) !important;
     margin: 32px 0 16px;
     letter-spacing: -0.015em !important;
     text-transform: none !important;
}

.post-body p {
     margin-bottom: 24px;
}

.post-body a:not(.btn):not(.wp-block-button__link) {
     color: var(--r5);
     text-decoration: none;
     font-weight: 500;
     background-image: linear-gradient(to right, rgba(212, 86, 106, 0.35), rgba(212, 86, 106, 0.35));
     background-size: 0% 5px;
     background-position: 0 95%;
     background-repeat: no-repeat;
     transition: color 0.3s ease, background-size 0.35s ease;
     display: inline;
     -webkit-box-decoration-break: clone;
     box-decoration-break: clone;
}

.post-body a:not(.btn):not(.wp-block-button__link):hover {
     color: var(--r6);
     background-size: 100% 5px;
}

/* ─── TAKEAWAYS (Kluczowe wnioski) ───────── */
.wp-block-takeaways {
     background: #fff !important;
     border: 1.5px solid var(--r4) !important;
     border-radius: 24px;
     padding: 40px !important;
     margin: 56px 0;
}

.wp-block-takeaways h2,
.wp-block-takeaways h3 {
     margin-top: 0 !important;
     font-family: var(--serif) !important;
     font-size: 22px !important;
     font-weight: 700 !important;
     color: var(--r5) !important;
     display: flex;
     align-items: center;
     gap: 12px;
}

.wp-block-takeaways h2 svg,
.wp-block-takeaways h3 svg {
     color: var(--r4);
     flex-shrink: 0;
}

.wp-block-takeaways ul {
     list-style: none;
     padding-left: 0;
     margin: 0;
}

.wp-block-takeaways li {
     position: relative;
     padding: 8px 0 8px 24px;
     line-height: 1.5;
     font-size: 17px;
     color: var(--ink2);
}

.post-body .wp-block-takeaways li::before {
     content: "";
     position: absolute;
     left: 4px;
     top: 16px;
     width: 8px;
     height: 8px;
     background-color: var(--r3);
     border-radius: 50%;
}

/*  LISTS  */

.post-body ul {
     padding-left: 0;
     margin-bottom: 0px;
     list-style: none;
}

.post-body ul li {
     position: relative;
     padding-left: 28px;
     margin-bottom: 12px;
}

.post-body ul li::before {
     content: "";
     position: absolute;
     left: 4px;
     top: 12px;
     width: 8px;
     height: 8px;
     background: var(--r3);
     border-radius: 50%;
}

.post-body ol {
     padding-left: 0;
     margin-bottom: 32px;
     list-style: none;
     counter-reset: post-counter;
}

.post-body ol li {
     position: relative;
     padding-left: 36px;
     margin-bottom: 14px;
     counter-increment: post-counter;
}

.post-body ol li::before {
     content: counter(post-counter);
     position: absolute;
     left: 0;
     top: 2px;
     width: 22px;
     height: 22px;
     background: var(--r1);
     color: var(--r5);
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 700;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 4px;
}

/*  BLOCKQUOTE  */

.post-body blockquote {
     position: relative;
     border-left: none;
     padding: 24px 0 24px 80px;
     margin: 32px 0;
     font-family: var(--serif);
     font-style: italic;
     font-size: clamp(19px, 2.2vw, 26px);
     color: var(--ink);
     line-height: 1.55;
}

.post-body blockquote::before {
     content: "\201C";
     position: absolute;
     left: 0;
     top: 10px;
     font-size: 100px;
     color: var(--r2);
     font-family: var(--serif);
     line-height: 1;
     opacity: 0.5;
}

/*  INLINE IMAGES  */

.post-img-inline {
     width: 100%;
     border-radius: 20px;
     margin: 40px 0;
}

.post-img-inline-half {
     width: 50%;
     float: left;
     margin: 0 32px 24px 0;
     border-radius: 16px;
}

.post-hero-img {
     width: 100%;
     border-radius: 24px;
     margin-bottom: 40px;
     aspect-ratio: 16 / 7;
     object-fit: cover;
}

/* ─── AUTO-STYLE: wszystkie obrazki wklejone w treść posta ─────── */
.post-body img,
.post-body figure img,
.post-body .wp-block-image img {
     width: 100%;
     border-radius: 20px;
     display: block;
     object-fit: cover;
}

.post-body figure,
.post-body .wp-block-image {
     margin: 40px 0;
     border-radius: 20px;
     overflow: hidden;
}

/* Styl "zaokrąglone" z edytora WP */
.post-body .wp-block-image.is-style-rounded img,
.post-body .is-style-rounded img {
     border-radius: 50%;
     aspect-ratio: 1 / 1;
     object-fit: cover;
}


.post-sidebar {
     position: sticky;
     top: 100px;
     align-self: start;
     height: fit-content;
}

/* ════════════════════════════════════════════
   BIO AUTORA (bio.html)
   ════════════════════════════════════════════ */
.bio-hero {
     display: grid;
     grid-template-columns: 320px 1fr;
     gap: 64px;
     align-items: start;
     padding: 64px 0;
}

.bio-two-col {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 64px;
     align-items: start;
}

.bio-avatar-wrap {
     position: sticky;
     top: 90px;
}

.bio-avatar {
     width: 100%;
     max-width: 300px;
     margin: 0 auto;
     aspect-ratio: 1 / 1;
     border-radius: 50%;
     overflow: hidden;
     transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s ease;
}

.bio-avatar:hover {
     transform: scale(1.03);
     box-shadow: 0 16px 48px rgba(184, 51, 74, .16), 0 0 0 4px rgba(249, 221, 228, .5);
}

.bio-avatar img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.bio-tags {
     text-align: center;
     margin-top: 36px;
     line-height: 2.2;
}


/*  TIP BOX (Czua Porada)  */
.wp-block-post-tip {
     background: var(--r1);
     border-radius: 20px;
     padding: 24px 32px;
     margin: 40px 0;
     position: relative;
     border: 1px solid var(--r2);
}

.wp-block-post-tip .tip-label {
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     color: var(--r5);
     margin-bottom: 8px;
     display: block;
}

/*  CAPTION (Podpis pod zdjciem)  */
.post-caption {
     font-family: var(--sans);
     font-size: 15px;
     color: var(--ink3);
     text-align: center;
     margin-top: -30px;
     margin-bottom: 40px;
     font-weight: 300;
     font-style: italic;
}



/*  SOCIAL SHARE  */
.post-share {
     display: flex;
     align-items: center;
     gap: 16px;
     margin-top: 56px;
     padding-top: 32px;
     border-top: 1px solid rgba(212,86,106,0.1);
}

.post-share label {
     font-family: var(--sans);
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     color: var(--ink3);
}

.share-btn {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     background: transparent none !important; /* Wyczenie gradientu podkrelenia */
     color: var(--r5);
     display: flex;
     align-items: center;
     justify-content: center;
     text-decoration: none;
     transition: all 0.3s ease;
}

.share-btn:hover {
     background: var(--r5) !important;
     color: #fff;
     transform: translateY(-3px);
}

.share-btn svg {
     width: 16px;
     height: 16px;
}

/*  ALIGNMENTS  */
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 0 32px 24px 0; }
.alignright { float: right; margin: 0 0 24px 32px; }
.has-text-align-center { text-align: center; }
.has-text-align-right { text-align: right; }

/*  EXPERTS CAROUSEL  */
.exc-row {
     display: flex;
     align-items: center;
     position: relative;
     width: 100%;
}

.exc-viewport-wrap {
     flex: 1;
     overflow: hidden;
     padding: 60px 0;
     min-width: 0;
}

.exc-viewport {
     position: relative;
     width: 100%;
     overflow: visible;
}

.exc-track {
     display: flex;
     flex-wrap: nowrap;
     gap: 40px;
     transition: transform .85s cubic-bezier(.4, 0, .2, 1);
     align-items: center;
     will-change: transform;
}

.exc-card {
     flex: 0 0 auto;
     text-align: center;
     transition: transform .85s cubic-bezier(.4, 0, .2, 1), opacity .85s ease;
     opacity: 0.35;
}

.exc-card.exc-side {
     transform: translateY(15px);
     opacity: 0.6;
}

.exc-card.exc-center {
     opacity: 1;
     transform: scale(1.05);
     visibility: visible;
}

.exc-avatar {
     width: 210px;
     height: 210px;
     margin: 0 auto 24px;
     border-radius: 50%;
     overflow: hidden;
     transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s ease;
}

.exc-avatar:hover {
     transform: scale(1.04);
     box-shadow: 0 16px 48px rgba(184, 51, 74, .16), 0 0 0 6px rgba(249, 221, 228, .7);
}

.exc-avatar img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.exc-name {
     font-family: var(--serif);
     font-size: 24px;
     color: var(--ink);
     margin-bottom: 6px;
}

.exc-spec {
     font-family: var(--sans);
     font-size: 12px;
     font-weight: 700;
     color: var(--r4);
     text-transform: uppercase;
     letter-spacing: 0.05em;
     margin-bottom: 4px;
}

.exc-bio {
     font-size: 14px;
     color: var(--ink2);
     margin-bottom: 16px;
     max-width: 280px;
     margin-left: auto;
     margin-right: auto;
}

.exc-link {
     font-size: 11px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.05em;
}

.exc-arrow {
     flex-shrink: 0;
     width: 48px;
     height: 48px;
     border-radius: 50%;
     border: 1.5px solid rgba(212, 86, 106, .3);
     background: #fff;
     color: var(--r5);
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: border-color .25s, background .25s, transform .25s;
     z-index: 4;
}

.exc-arrow:hover {
     border-color: var(--r4);
     background: var(--r1);
     transform: scale(1.08);
}

.exc-arrow svg {
     width: 20px;
     height: 20px;
}

.exc-prev {
     margin-right: 20px;
}

.exc-next {
     margin-left: 20px;
}

@media (max-width: 600px) {
     .exc-name, .exc-spec, .exc-bio {
          display: block;
     }
     .exc-link {
          display: inline-block;
     }
     .exc-row {
          display: block;
          position: relative;
          padding: 20px 0 60px;
          text-align: center;
     }
     .exc-viewport-wrap {
          width: 100%;
          padding: 0;
          overflow: visible;
     }
     .exc-viewport {
          overflow: visible;
     }
     .exc-track {
          gap: 0;
          min-height: 400px;
          position: relative;
     }
     .exc-arrow {
          position: absolute;
          bottom: 40px;
          top: auto;
          transform: none;
          z-index: 10;
          width: 40px;
          height: 40px;
          margin: 0;
          background: #fff;
          box-shadow: 0 4px 12px rgba(184, 51, 74, .12);
          border-color: rgba(212, 86, 106, .2);
     }
     .exc-prev {
          left: calc(50% - 46px);
     }
     .exc-next {
          right: calc(50% - 46px);
     }
     .exc-avatar {
          width: 200px;
          height: 200px;
     }
     .exc-card {
          opacity: 0;
          transform: translateX(-50%) scale(0.8);
          transition: all 0.5s ease;
          position: absolute;
          left: 50%;
          top: 0;
          visibility: hidden;
     }
     .exc-card.exc-center {
          opacity: 1;
          transform: translateX(-50%) scale(1);
          visibility: visible;
     }
}

/* ════════════════════════════════════════════
   GUTENBERG NATIVE INTEGRATION
   Systemowe wsparcie dla bloków motywu
   ════════════════════════════════════════════ */

/* Wymuszenie białego tła dla strony O Nas (Wrapper) */
.o-nas-block-page {
    background: #fff;
}

/* --- Natywna Paleta Kolorów --- */
.has-white-background-color { background-color: #ffffff !important; }
.has-rose-p-background-color  { background-color: var(--r5) !important; color: #fff; }
.has-rose-s-background-color  { background-color: var(--r4) !important; color: #fff; }
.has-cream-background-color  { background-color: var(--cream) !important; }
.has-warm-background-color   { background-color: var(--warm) !important; }

.has-white-color { color: #ffffff !important; }
.has-rose-p-color  { color: var(--r5) !important; }
.has-ink-color     { color: var(--ink) !important; }

/* --- Natywne Style Bloków --- */

/* Styl przycisku: is-style-kochajsie-button */
.wp-block-button.is-style-kochajsie-button .wp-block-button__link {
    background: var(--r5) !important;
    color: #fff !important;
    border-radius: var(--r-pill) !important;
    padding: 14px 30px !important;
    font-family: var(--sans) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: none !important;
    transition: all .25s ease !important;
    box-shadow: var(--shadow-btn) !important;
}

.wp-block-button.is-style-kochajsie-button .wp-block-button__link:hover {
    background: var(--r6) !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(158, 32, 56, .3) !important;
}

/* Resetowanie domyślnych stylów WP-Admin w edytorze dla czystego looku */
.editor-styles-wrapper .wp-block-button.is-style-kochajsie-button .wp-block-button__link {
    color: #fff !important;
}

/* Prawidłowe wyświetlanie h1.t-xl w edytorze */
.wp-block-heading.t-xl {
    font-family: var(--serif);
    font-weight: 700;
}

/* ════════════════════════════════════════════
   STRONA O NAS - SEKTSJE (REUSABLE)
   ════════════════════════════════════════════ */
}

/*  CTA BANNER (o-nas.html)  */
.cta-banner {
     background: var(--cream);
     padding: 80px;
     border-radius: 48px;
     display: grid;
     grid-template-columns: 1fr 1.2fr;
     gap: 80px;
     align-items: center;
}

.cta-form-box {
     background: #fff;
     padding: 48px;
     border-radius: 32px;
     box-shadow: 0 20px 60px rgba(32, 16, 20, .05);
}

@media (max-width: 900px) {
     .cta-banner {
          grid-template-columns: 1fr;
          padding: 48px 24px;
          gap: 48px;
          text-align: center;
          border-radius: 32px;
     }

     .cta-banner h2 {
          margin-bottom: 20px;
     }

     .cta-banner ul {
          padding-top: 32px !important;
          text-align: left;
          max-width: 320px;
          margin: 0 auto !important;
     }
}

@media (max-width: 600px) {
     .cta-banner {
          padding: 40px 20px;
          border-radius: 24px;
     }

     .cta-form-box {
          padding: 32px 20px;
          border-radius: 20px;
     }
}

/*  GRID UTILITIES  */
.grid-2 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 80px;
     align-items: center;
}

.grid-3 {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 40px;
}

@media (max-width: 960px) {
     .grid-3 {
          grid-template-columns: 1fr 1fr;
          gap: 32px;
     }
}

@media (max-width: 600px) {
     .grid-3 {
          grid-template-columns: 1fr;
          gap: 24px;
     }
}

/*  CONTACT BOXES (o-nas.html)  */
.contact-box {
     padding: 40px;
     background: var(--warm);
     border-radius: 32px;
     display: flex;
     flex-direction: column;
     text-align: center;
     transition: transform .3s ease;
}

.contact-box h3,
.contact-box h3.wp-block-heading {
     font-family: var(--serif) !important;
     font-size: 22px !important;
     font-weight: 700;
     color: var(--ink);
     margin-bottom: 16px;
}

.contact-box-featured h3,
.contact-box.featured h3,
.contact-box-featured h3.wp-block-heading,
.contact-box.featured h3.wp-block-heading {
     font-size: 24px !important;
}

.contact-box .btn-g {
     color: var(--r4) !important;
     text-transform: uppercase !important;
}

.contact-box-featured,
.contact-box.featured {
     background: var(--r1);
     border: 1px solid var(--r3);
     box-shadow: var(--shadow-card);
     position: relative;
     z-index: 2;
     transform: scale(1.05);
}

@media (max-width: 960px) {
     .contact-box-featured,
     .contact-box.featured {
          transform: none;
          z-index: 1;
     }
}

@media (max-width: 600px) {
     .contact-box {
          padding: 32px 20px;
          border-radius: 24px;
      }
}

.contact-box p.body {
     font-size: 14px;
     color: var(--ink2);
}

.contact-box-featured p.body,
.contact-box.featured p.body {
     font-size: 15px;
}

.contact-box-pill {
     position: absolute;
     top: -12px;
     left: 50%;
     transform: translateX(-50%);
     background: var(--r4);
     color: #fff;
     font-family: var(--sans);
     font-size: 10px;
     font-weight: 700;
     padding: 4px 12px;
     border-radius: 100px;
     text-transform: uppercase;
     letter-spacing: .05em;
}

.flex-between {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
}

/* ════════════════════════════════════════════
   PROFILE EKSPERTÓW (Z bio.html)
   ════════════════════════════════════════════ */
.bio-section-title {
     font-family: var(--sans);
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     color: var(--r4);
     margin-bottom: 12px;
}

.bio-audience {
     font-size: 16px;
     line-height: 1.6;
     color: var(--ink);
     margin-bottom: 24px;
     border-left: 2px solid var(--r2);
     padding-left: 30px;
}

.bio-help-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 16px;
     margin-bottom: 32px;
}

.bio-help-item {
     background: rgba(255, 255, 255, 0.5);
     padding: 20px 24px;
     border: 1px solid rgba(212, 86, 106, 0.08);
     border-radius: 16px;
     font-size: 15px;
     color: var(--ink);
     display: flex;
     align-items: center; /* Wyśrodkowanie bez bulleta wygląda lepiej */
     justify-content: center; /* Wyśrodkowanie tekstu w kontenerze */
     text-align: center;
     line-height: 1.5;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Układ sekcji bio z dwiema kolumnami (Metody i Styl / Kwalifikacje) */
.bio-grid-split {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 64px;
     align-items: start;
}

.bio-prac {
     background: #fff;
     border-radius: 16px;
     padding: 32px;
     box-shadow: var(--shadow-card);
     margin-bottom: 32px;
     width: 100%;
}

.bio-prac-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 16px 24px;
     font-size: 14px;
     color: var(--ink2);
     margin-bottom: 24px;
}

.bio-cta-row {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     gap: 12px;
     width: 100%;
}

.bio-prac-label {
     font-weight: 600;
     color: var(--ink);
     margin-bottom: 4px;
}

.qual-list {
     list-style: none;
     padding: 0;
     margin: 0;
}

.qual-list li {
     position: relative;
     padding-left: 20px;
     margin-bottom: 12px;
     line-height: 1.6;
     color: var(--ink2);
}

.qual-list li::before {
     content: "—";
     position: absolute;
     left: 0;
     color: var(--r4);
     font-weight: bold;
}

/* ════════════════════════════════════════════
   LANDING E-BOOK (page-landing-ebook.html)
   ════════════════════════════════════════════ */
.lp-hero-sec {
     padding: 80px 0;
     background: var(--cream);
     position: relative;
     overflow: hidden;
}

.lp-hero-grid {
     display: grid;
     grid-template-columns: 1.1fr 0.9fr;
     gap: 64px;
     align-items: stretch; /* Rozciągamy, aby móc użyć align-self */
}

.lp-hero-text {
     padding-top: 24px;
     align-self: flex-start;
}

.lp-hero-action {
     display: flex;
     flex-direction: column;
     gap: 24px;
     align-self: center; /* Wyśrodkowanie pionowe względem treści po lewej */
}

.lp-hero-action .lp-form-box { order: 1; }


.lp-header {
     padding: 32px 0;
     border-bottom: 1px solid rgba(212, 86, 106, 0.05);
     background: var(--cream);
}

.lp-wrap-1100 { max-width: 1100px; margin: 0 auto; }
.lp-wrap-900  { max-width: 900px; margin: 0 auto; }
.lp-wrap-800  { max-width: 800px; margin: 0 auto; }

.lp-btn-submit {
     width: 100%;
     justify-content: center;
     box-shadow: var(--shadow-btn);
}

.lp-book-mockup {
     position: relative;
     width: 100%;
     height: auto;
     display: block;
     overflow: hidden;
     border-radius: var(--r-card);
     box-shadow: 0 24px 64px rgba(66, 32, 42, 0.12);
     border: 1px solid rgba(212, 86, 106, 0.1);
}

.lp-book-mockup::before {
     content: "";
     position: absolute;
     inset: 0;
     background: radial-gradient(circle at 30% 30%, rgba(239, 168, 184, 0.15) 0%, transparent 70%);
     z-index: 1;
     border-radius: var(--r-card);
}

.lp-book-mockup img {
     width: 100%;
     height: 100%;
     object-fit: contain; /* Zapewnia pełną widoczność bez przycinania */
     transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lp-book-mockup:hover img {
     transform: scale(1.08);
}

.lp-bullets {
     margin: 32px 0;
     list-style: none;
     padding: 0;
}

.lp-bullets li {
     position: relative;
     padding-left: 36px;
     margin-bottom: 18px;
     font-family: var(--sans);
     font-size: 17px;
     line-height: 1.6;
     color: var(--ink2);
}

.lp-bullets li::before {
     content: "";
     position: absolute;
     left: 0;
     top: 4px;
     width: 22px;
     height: 22px;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4566A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
     background-size: contain;
     background-repeat: no-repeat;
}

.lp-form-box {
     background: #fff;
     padding: 40px;
     border-radius: var(--r-card);
     box-shadow: var(--shadow-card);
     border: 1px solid rgba(212, 86, 106, 0.06);
}

.lp-form-box h3 {
     font-family: var(--serif);
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 20px;
     color: var(--ink);
}

.lp-form-box .nl-input {
     background: var(--warm);
     color: var(--ink);
     border: 1px solid rgba(212, 86, 106, 0.1);
     padding: 18px 24px;
     border-radius: var(--r-pill);
     font-family: var(--sans);
     font-size: 15px;
     margin-bottom: 16px;
     width: 100%;
     transition: all 0.3s ease;
     outline: none;
}

.lp-form-box .nl-input::placeholder {
     color: rgba(66, 32, 42, 0.4);
}


.lp-form-box .nl-input:focus {
     background: #fff;
     border-color: var(--r4);
     box-shadow: 0 0 0 4px rgba(212, 86, 106, 0.05);
     outline: none;
}

/* --- MESH DARK VARIATION (Premium Style) --- */
.lp-form-box.mesh-dark {
     background: #6B1127; /* Fallback */
     background: 
          radial-gradient(ellipse 60% 70% at 20% 40%, rgba(158, 32, 56, .8) 0%, transparent 60%),
          radial-gradient(ellipse 70% 60% at 80% 60%, rgba(107, 17, 39, .9) 0%, transparent 60%),
          #6B1127;
     color: #fff;
     border: none;
     box-shadow: 0 32px 80px rgba(66, 32, 42, 0.4);
     padding: 32px; /* Zmniejszony padding dla większej zwartości */
}

.lp-form-box.mesh-dark h3 {
     color: #fff !important;
     font-size: 24px; /* Nieco mniejszy font dla oszczędności miejsca */
     line-height: 1.25;
     margin-bottom: 20px;
}

.lp-form-box.mesh-dark .eyebrow {
     color: var(--r3) !important;
     margin-bottom: 12px;
     display: block;
}

.lp-form-box.mesh-dark .nl-input {
     background: rgba(255, 255, 255, 0.05) !important;
     border: 1px solid rgba(255, 255, 255, 0.15);
     color: #fff !important;
     padding: 16px 20px;
}

.lp-form-box.mesh-dark .nl-input::placeholder {
     color: rgba(255, 255, 255, 0.4);
}

.lp-form-box.mesh-dark .nl-input:focus,
.lp-form-box.mesh-dark .nl-input:focus-visible {
     background: rgba(255, 255, 255, 0.1) !important;
     border-color: rgba(255, 255, 255, 0.3) !important;
     box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.05) !important;
     outline: none !important;
}

/* Zapobieganie białemu tłu i czarnemu tekstowi przy autouzupełnianiu (Chrome, Safari, Firefox) */
.lp-form-box.mesh-dark .nl-input:-webkit-autofill,
.lp-form-box.mesh-dark .nl-input:-webkit-autofill:hover, 
.lp-form-box.mesh-dark .nl-input:-webkit-autofill:focus,
.lp-form-box.mesh-dark .nl-input:-webkit-autofill:active,
.lp-form-box.mesh-dark .nl-input:autofill {
     -webkit-text-fill-color: #fff !important;
     -webkit-box-shadow: 0 0 0px 1000px #6B1127 inset !important; /* Ten sam kolor co tło sekcji dla płynnego przejścia */
     caret-color: #fff;
     transition: background-color 5000s ease-in-out 0s;
}

.lp-form-box.mesh-dark .lp-btn-submit {
     background: #D4566A; /* Koralowy róż ze screena */
     color: #fff;
     border-radius: 12px;
}

.lp-form-box.mesh-dark .nl-perk {
     color: rgba(255, 255, 255, 0.8);
     font-size: 14px;
     margin-bottom: 6px; /* Zmniejszony margines między punktami */
     display: flex;
     align-items: center;
     gap: 10px;
}

.lp-form-box.mesh-dark .nl-dot {
     width: 4px;
     height: 4px;
     background: var(--r3);
     border-radius: 50%;
}

.lp-form-box.mesh-dark .nl-social-proof {
     margin-top: 24px; /* Zmniejszony odstęp góra */
     padding-top: 20px; /* Zmniejszony padding góra */
     border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-form-box.mesh-dark .nl-sp-q {
     font-style: italic;
     font-size: 13.5px;
     color: rgba(255, 255, 255, 0.85);
     line-height: 1.6;
}

.lp-form-box.mesh-dark .nl-sp-auth {
     font-weight: 700;
     color: rgba(255, 255, 255, 0.4);
}

/* --- Layout Wraps --- */
.lp-hero-text h1 {
     max-width: 680px;
}

.lp-hero-text .lead {
     max-width: 600px;
}

.lp-wrap-1100 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lp-wrap-900  { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.lp-wrap-800  { max-width: 800px; margin: 0 auto; padding: 0 24px; }

/* --- Section Patterns --- */
.lp-section-alt {
     background: var(--warm);
     border-top: 1px solid rgba(212, 86, 106, 0.05);
}

.lp-section-header {
     text-align: center;
     margin-bottom: 56px;
     display: flex;
     flex-direction: column;
     align-items: center;
}

.lp-feature-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 48px;
     align-items: center;
}

.lp-feature-box {
     padding: 40px;
     background: #fff;
     border-radius: var(--r-card);
     box-shadow: var(--shadow-card);
}

.lp-text-large {
     font-size: 18px;
     line-height: 1.6;
}

.lp-manifesto-box {
     padding: 56px 40px;
     border-radius: var(--r-card);
}

.lp-quote-large {
     font-size: 22px;
}

.lp-quote-sig {
     display: block;
     margin-top: 24px;
     font-family: var(--sans);
     font-size: 11px;
     letter-spacing: 0.14em;
     text-transform: uppercase;
     font-weight: 500;
     color: rgba(66, 32, 42, 0.6); /* Delikatniejszy kolor */
}

.lp-footer {
     text-align: center;
     padding: 64px 24px 40px;
     background: var(--warm);
     border-top: 1px solid rgba(212, 86, 106, 0.05);
}

.lp-footer-link {
     font-size: 12px;
}

.lp-social-nav {
     margin-top: 32px;
     padding-top: 24px;
     border-top: 1px solid rgba(212, 86, 106, 0.05);
}

.lp-social-label {
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.05em;
     text-transform: uppercase;
     color: var(--ink3);
}

.lp-social-link {
     font-family: var(--serif);
     font-weight: 600;
     font-size: 15px;
     text-transform: none !important;
     letter-spacing: normal !important;
}

/* --- Validation styles --- */
.lp-form-box .nl-input:invalid:not(:placeholder-shown) {
     border-color: #ff4d4d;
     background: #fff5f5;
}


/* ════════════════════════════════════════════
   DLA SPECJALISTÓW (dla-specjalistow.html)
   ════════════════════════════════════════════ */

/* Hero */
.spec-hero {
     padding: 128px 0 100px;
     text-align: center;
}

.spec-hero h1 {
     font-family: var(--serif);
     font-size: clamp(40px, 5.5vw, 68px);
     font-weight: 700;
     line-height: 1.08;
     letter-spacing: -.025em;
     color: var(--ink);
     margin-bottom: 28px;
     max-width: 860px;
     margin-left: auto;
     margin-right: auto;
}

.spec-hero h1 em {
     font-style: italic;
     color: var(--r5);
}

.spec-hero-btns {
     display: flex;
     gap: 20px;
     justify-content: center;
     flex-wrap: wrap;
}

.spec-hero-btns .btn {
     box-shadow: var(--shadow-btn);
     min-width: 240px;
     justify-content: center;
}

/* Stats strip */
.spec-stats {
     display: flex;
     justify-content: center;
     gap: 48px;
     margin-top: 72px;
     align-items: center;
}

.stat-item {
     text-align: center;
}

.stat-item .stat-n {
     font-family: var(--serif);
     font-size: 38px;
     font-weight: 700;
     color: var(--r5);
     line-height: 1;
}

.stat-item .stat-l {
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 600;
     letter-spacing: .06em;
     text-transform: uppercase;
     color: var(--ink3);
     margin-top: 2px;
}

.stat-sep {
     width: 1px;
     height: 44px;
     background: rgba(212, 86, 106, .2);
}

/* Benefits layout */
.benefits-layout {
     display: grid;
     grid-template-columns: .85fr 1.15fr;
     gap: 64px;
     align-items: start;
     max-width: 1100px;
     margin: 0 auto;
     padding: 0 36px;
}

.benefit-row {
     border-bottom: 1px solid rgba(212, 86, 106, .12);
     padding: 28px 0;
}

.benefit-row:first-child {
     border-top: 1px solid rgba(212, 86, 106, .12);
}

.benefit-label {
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 700;
     letter-spacing: .14em;
     text-transform: uppercase;
     color: var(--r4);
     margin-bottom: 10px;
}

.benefit-title {
     font-family: var(--serif);
     font-size: 22px;
     font-weight: 700;
     color: var(--ink);
     line-height: 1.25;
     letter-spacing: -.01em;
     margin-bottom: 10px;
}

.benefit-desc {
     font-family: var(--sans);
     font-size: 15px;
     font-weight: 300;
     line-height: 1.82;
     color: var(--ink2);
}

/* Formularz — dark card */
.form-card {
     border-radius: 32px;
     overflow: hidden;
}

.form-inner {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 64px;
     padding: 72px 64px;
     align-items: start;
}

.form-field {
     margin-bottom: 18px;
}

.form-field label {
     display: block;
     font-family: var(--sans);
     font-size: 11px;
     font-weight: 700;
     letter-spacing: .1em;
     text-transform: uppercase;
     color: rgba(255, 255, 255, .5);
     margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
     width: 100%;
     background: rgba(255, 255, 255, .1);
     border: 1px solid rgba(255, 255, 255, .2);
     border-radius: 12px;
     padding: 15px 18px;
     color: #fff;
     font-family: var(--sans);
     font-size: 14px;
     outline: none;
     transition: border-color .2s;
     box-sizing: border-box;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
     color: rgba(255, 255, 255, .35);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
     border-color: rgba(255, 255, 255, .45);
}

.form-field select option {
     background: var(--ink);
}

.form-row {
     display: flex;
     gap: 12px;
}

.form-row input {
     flex: 1;
}

.form-btn {
     background: var(--r4);
     border: none;
     border-radius: 12px;
     color: #fff;
     font-family: var(--sans);
     font-size: 13px;
     font-weight: 700;
     letter-spacing: .06em;
     text-transform: uppercase;
     padding: 0 28px;
     cursor: pointer;
     white-space: nowrap;
     transition: background .2s;
}

.form-btn:hover {
     background: var(--r5);
}

/* Mobile dla-specjalistow */
@media (max-width: 900px) {
     .benefits-layout { grid-template-columns: 1fr; }
     .form-inner { grid-template-columns: 1fr; padding: 40px 28px; }
     .spec-hero { padding: 80px 0 64px; }
}

@media (max-width: 600px) {
     .spec-hero-btns { flex-direction: column; align-items: center; }
     .spec-hero-btns .btn { width: 260px; text-align: center; justify-content: center; }
     .spec-stats {
          display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important;
          gap: 12px !important; margin-top: 64px !important; justify-content: center !important;
     }
     .stat-item { text-align: center !important; flex: 1 !important; min-width: 0 !important; }
     .stat-item .stat-n { font-size: clamp(20px, 5vw, 32px) !important; white-space: nowrap !important; }
     .stat-item .stat-l { font-size: 9px !important; margin-top: 4px !important; }
     .stat-sep { height: 32px !important; background: rgba(212, 86, 106, .15) !important; flex-shrink: 0 !important; }
     .form-inner { padding: 40px 20px !important; text-align: center !important; gap: 40px !important; }
     .form-row { flex-direction: column !important; gap: 0 !important; }
}

/* ════════════════════════════════════════════
   SINGLE EXPERT — KWALIFIKACJE WYSIWYG
   ════════════════════════════════════════════ */
.qual-list-content ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 24px;
    margin: 0;
}

.qual-list-content ul li {
    font-size: 15px;
    color: var(--ink2);
    line-height: 1.8;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
}

.qual-list-content ul li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--r5);
    font-weight: 700;
    font-size: 16px;
}

.qual-list-content strong {
    color: var(--ink);
    font-weight: 700;
}


/* FAQ details/summary - natywny accordion zero JS */
.faq-list { display: flex; flex-direction: column; }
details.faq-item { border-bottom: 1px solid rgba(212,86,106,.12); }
details.faq-item:first-child { border-top: 1px solid rgba(212,86,106,.12); }
details.faq-item > summary { list-style: none; }
details.faq-item > summary::-webkit-details-marker { display: none; }
details.faq-item > summary::marker { display: none; }
summary.faq-q {
     display: flex; align-items: center; justify-content: space-between;
     gap: 16px; padding: 22px 0; cursor: pointer; background: none; border: none;
     width: 100%; text-align: left; font-family: var(--serif); font-size: 19px;
     font-weight: 700; color: var(--ink); line-height: 1.35; letter-spacing: -.01em;
     transition: color .2s; user-select: none;
}
summary.faq-q:hover { color: var(--r5); }
details[open] > summary .faq-chevron { transform: rotate(180deg); }

/* Animacja rozwijania FAQ */
@keyframes faqSlideDown {
     from { opacity: 0; transform: translateY(-10px); }
     to { opacity: 1; transform: translateY(0); }
}

details[open] .faq-a {
     animation: faqSlideDown 0.4s ease-out forwards;
}
