html,
body {
  overflow-x: hidden;
  letter-spacing: 0;
}

/* Audyt gotowości na rynek niemiecki */
.audit-price-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:32px;border-radius:8px;background:#031C41;color:#fff}.audit-price-box h2,.audit-price-box h3{color:#fff;margin-top:0}.audit-price{display:block;color:#fff;font-family:'Barlow Condensed','Barlow',sans-serif;font-size:clamp(42px,6vw,64px);line-height:1}.audit-price-box p,.audit-price-box small{color:rgba(255,255,255,.78)}.audit-list{margin:0;padding:0;list-style:none}.audit-list li{position:relative;padding:10px 0 10px 28px;border-bottom:1px solid var(--rule-soft)}.audit-list li::before{content:'✓';position:absolute;left:0;color:#1C7A49;font-weight:700}.audit-list--no li::before{content:'–';color:#B51B48}.audit-note{padding:20px 22px;border-left:4px solid #B51B48;background:#F7F6F4}@media(max-width:680px){.audit-price-box{grid-template-columns:1fr;padding:24px}.audit-price-box .button{justify-self:start}}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body,
.btn,
.button,
.eyebrow,
.nav-links a:not(.btn) {
  letter-spacing: 0 !important;
}

.pl-footer-text {
  color: var(--ink-soft);
  margin-top: 14px;
  max-width: 270px;
}

nav.top .inner {
  max-width: 1240px;
}

.brand-logo {
  display: block;
  width: auto !important;
  height: 52px !important;
  max-width: 184px !important;
  object-fit: contain;
}

.page-hero {
  display: block !important;
  width: 100%;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 92px 40px 64px !important;
  background: var(--bg) !important;
  color: var(--navy) !important;
}

.page-hero.page-hero--navy {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.page-hero.page-hero--navy > .page-hero__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.page-hero.page-hero--navy {
  background: #031C41 !important;
  background-image: none !important;
  color: #fff !important;
}

.page-hero.page-hero--navy .eyebrow,
.page-hero.page-hero--navy .lead {
  color: rgba(255, 255, 255, .78) !important;
}

.page-hero.page-hero--navy h1 {
  color: #fff !important;
}

.page-hero .eyebrow,
.hero.service-hero .eyebrow,
.hero:not([aria-label]):not(.hero--template) .eyebrow {
  margin: 0 0 16px !important;
  color: var(--ink-muted) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

.page-hero h1 {
  display: block !important;
  max-width: 900px;
  margin: 0 0 18px !important;
  color: var(--navy) !important;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif !important;
  font-size: 58px !important;
  font-weight: 700;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.page-hero p:not(.eyebrow),
.page-hero .lead {
  max-width: 930px;
  margin: 0;
  color: var(--ink-soft) !important;
  font-size: 19px !important;
  line-height: 1.7 !important;
}

.hero.service-hero,
.hero:not([aria-label]):not(.hero--template) {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr) !important;
  gap: 54px !important;
  align-items: center !important;
  width: 100%;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 90px 40px 74px !important;
  overflow: hidden !important;
  background: var(--bg) !important;
  color: var(--navy) !important;
}

.hero.service-hero .hero-content,
.hero:not([aria-label]):not(.hero--template) .hero-content {
  min-width: 0 !important;
}

.hero.service-hero .hero-content h1,
.hero:not([aria-label]):not(.hero--template) .hero-content h1 {
  max-width: 760px;
  margin: 0 0 18px !important;
  color: var(--navy) !important;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif !important;
  font-size: 58px !important;
  font-weight: 700;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.hero.service-hero .hero-content .lead,
.hero.service-hero .hero-content p:not(.eyebrow),
.hero:not([aria-label]):not(.hero--template) .hero-content .lead,
.hero:not([aria-label]):not(.hero--template) .hero-content p:not(.eyebrow) {
  max-width: 680px;
  color: var(--ink-soft) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.hero.service-hero .hero-media,
.hero:not([aria-label]):not(.hero--template) .hero-media {
  width: 100% !important;
  max-width: 520px !important;
  min-width: 0 !important;
  margin: 0 !important;
  justify-self: end !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

.hero.service-hero .hero-media img,
.hero:not([aria-label]):not(.hero--template) .hero-media img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 8px !important;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.hero-stats div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--rule-soft);
  border-radius: 8px;
  background: #fff;
}

.hero-stats dt,
.hero-stats strong {
  display: block;
  color: var(--navy);
  font-weight: 700;
}

.hero-stats dd,
.hero-stats span {
  display: block;
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.section {
  padding: 82px 0;
}

.section > .section-head,
.section > .grid,
.section > .narrow,
.section > .steps,
.faq-list {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.section.soft {
  background: var(--paper);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}

.section-head {
  margin-bottom: 28px;
}

.section-head h2,
.narrow h2 {
  margin: 0;
  color: var(--navy);
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
}

.grid {
  display: grid;
  gap: 22px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.article-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--rule-soft);
  border-radius: 8px;
  background: #fff;
}

.card h2,
.card h3,
.article-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
}

.card p,
.article-card p {
  margin: 0 0 14px;
  color: var(--ink-soft);
}

.service-card strong {
  display: inline;
  color: var(--navy);
}

.check-list {
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.check-list li {
  margin: 0 0 10px;
  line-height: 1.65;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
}

.steps article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--rule-soft);
  border-radius: 8px;
  background: #fff;
}

.steps span {
  display: block;
  margin-bottom: 16px;
  color: var(--crimson);
  font-weight: 700;
}

.steps h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
}

.steps p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.article-card img {
  width: 100%;
  height: 180px;
  margin-bottom: 18px;
  object-fit: cover;
  border-radius: 6px;
}

.text-link {
  color: var(--crimson);
  font-weight: 700;
  text-decoration: none;
}

.final-cta-section {
  padding: 84px 0;
  background: var(--navy);
  color: #fff;
}

.final-cta-section .narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}

.final-cta-section h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: 0;
}

.final-cta-section p {
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
}

.final-cta-section .eyebrow {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border: 2px solid var(--navy);
  border-radius: 4px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary,
.button-light {
  border-color: var(--crimson);
  background: var(--crimson);
  color: #fff;
}

.button-secondary {
  background: transparent;
  color: var(--navy);
}

.button-outline-light {
  border-color: #fff;
  color: #fff;
}

.article-hero,
.pl-article-hero {
  padding: 72px 0 60px;
  background: var(--navy);
  color: #fff;
}

.article-hero .wrap,
.article-body .wrap,
.pl-article-body .wrap-narrow {
  max-width: 860px;
}

.article-hero h1,
.pl-article-hero h1 {
  margin: 14px 0 18px;
  color: #fff;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: 0;
}

.article-hero p,
.pl-article-hero p {
  color: rgba(255, 255, 255, .78);
  font-size: 19px;
}

.article-body,
.pl-article-body {
  padding: 70px 0 90px;
}

.article-body h2,
.pl-article-body h2 {
  margin: 38px 0 12px;
  color: var(--navy);
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.article-body p,
.pl-article-body p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.82;
}

.faq-list details {
  margin-bottom: 12px;
  border: 1px solid var(--rule-soft);
  border-radius: 8px;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--navy);
  font-weight: 700;
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ink-soft);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--success);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1020px) {
  .hero.service-hero,
  .hero:not([aria-label]):not(.hero--template) {
    grid-template-columns: 1fr !important;
  }

  .hero.service-hero .hero-media,
  .hero:not([aria-label]):not(.hero--template) .hero-media {
    justify-self: start !important;
    max-width: 560px !important;
  }

  .grid.three,
  .grid.four,
  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .page-hero,
  .hero.service-hero,
  .hero:not([aria-label]):not(.hero--template),
  .section > .section-head,
  .section > .grid,
  .section > .narrow,
  .section > .steps,
  .faq-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .page-hero {
    padding-top: 58px !important;
    padding-bottom: 44px !important;
  }

  .hero.service-hero,
  .hero:not([aria-label]):not(.hero--template) {
    padding-top: 58px !important;
    padding-bottom: 54px !important;
  }

  .page-hero h1,
  .hero.service-hero .hero-content h1,
  .hero:not([aria-label]):not(.hero--template) .hero-content h1,
  .article-hero h1,
  .pl-article-hero h1 {
    font-size: 40px !important;
    line-height: 1.05 !important;
  }

  .section-head h2,
  .narrow h2,
  .final-cta-section h2 {
    font-size: 34px;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}

/* Polish blog overview and article pages */
.blog-page-hero {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 72px 0 60px !important;
  background: var(--navy) !important;
  color: #fff !important;
}

.blog-page-hero .wrap,
.pl-blog-section .wrap,
.article-hero .wrap,
.article-body .wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.blog-page-hero .eyebrow {
  margin-bottom: 20px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-page-hero h1 {
  max-width: 820px;
  margin: 0 0 16px !important;
  color: #fff !important;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif !important;
  font-size: 58px !important;
  line-height: 1.02 !important;
}

.blog-page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.pl-blog-section {
  padding: 80px 0 120px;
}

.pl-blog-section .blog-grid {
  margin-top: 34px;
}

.pl-blog-section .blog-card {
  border-radius: 8px;
}

.pl-blog-section .blog-card-img {
  background-image: linear-gradient(135deg, var(--navy) 0%, #1F416D 100%);
}

.pl-blog-section .blog-card h3 {
  color: var(--navy);
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0;
}

.pl-blog-section .blog-card[hidden] {
  display: none !important;
}

.pl-blog-article .article-hero {
  padding: 72px 0 60px;
  background: var(--navy);
  color: #fff;
}

.pl-blog-article .article-hero .wrap,
.pl-blog-article .article-body .wrap {
  max-width: 860px;
}

.article-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--crimson);
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pl-blog-article .article-hero h1 {
  max-width: 820px;
  margin: 0 0 20px;
  color: #fff;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
}

.pl-blog-article .article-hero .lead {
  max-width: 760px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .78);
  font-size: 19px;
  line-height: 1.7;
}

.pl-blog-article .article-hero .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.pl-blog-article .article-body {
  padding: 72px 0 100px;
}

.pl-blog-article .article-body h2 {
  display: inline-block;
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--crimson);
  color: var(--navy);
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.pl-blog-article .article-body p,
.pl-blog-article .article-body li {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.82;
}

.pl-blog-article .article-body p {
  margin-bottom: 1.2rem;
}

.pl-blog-article .article-body ul,
.pl-blog-article .article-body ol {
  margin-bottom: 1.2rem;
  padding-left: 1.35rem;
}

.pl-blog-article .article-body strong {
  color: var(--navy);
}

.article-lead-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 2rem;
  border-radius: 8px;
}

.ai-disclosure-note {
  margin: 10px 0 24px;
  color: #5A6070;
  font-family: "Barlow", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  font-style: italic;
}

.ai-disclosure-note a {
  color: #B51B48;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.podcast-box .ai-disclosure-note,
.podcast-card .ai-disclosure-note,
.article-resource-box .ai-disclosure-note {
  margin: 12px 0 0;
}

.podcast-box .ai-disclosure-note {
  color: rgba(255, 255, 255, 0.72);
}

.podcast-box .ai-disclosure-note a {
  color: #FFFFFF;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 34px;
  color: var(--crimson);
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link svg {
  transform: rotate(180deg);
}

.toc {
  margin: 2rem 0;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--paper);
}

.toc h4 {
  margin: 0 0 10px;
  color: var(--gray);
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.toc ol {
  margin: 0;
  padding-left: 1.2rem;
}

.toc a {
  color: var(--ink-soft);
  text-decoration: none;
}

.toc a:hover {
  color: var(--crimson);
}

.verdict-box {
  margin: 2rem 0;
  padding: 20px 24px;
  border: 1px solid var(--rule);
  border-left: 4px solid var(--crimson);
  border-radius: 0 8px 8px 0;
  background: var(--bg-elev);
}

.verdict-box .vb-label {
  margin-bottom: 8px;
  color: var(--crimson);
  font-family: 'Barlow', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.verdict-box p {
  margin-bottom: 0;
}

.pl-blog-article .faq-list {
  max-width: none;
  margin: 0;
  padding: 0;
}

.author-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 48px 0 0;
  padding: 24px 28px;
  border-radius: 8px;
  background: var(--paper);
}

.author-box img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
}

.author-box .ab-name {
  margin-bottom: 2px;
  color: var(--navy);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.author-box .ab-title {
  margin-bottom: 8px;
  color: var(--crimson);
  font-size: 13px;
  font-weight: 700;
}

.author-box .ab-bio {
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.author-box .ab-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.author-box .ab-links a {
  color: var(--gray);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.author-box .ab-links a:hover {
  color: var(--crimson);
}

@media (max-width: 900px) {
  .pl-blog-section .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .blog-page-hero .wrap,
  .pl-blog-section .wrap,
  .article-hero .wrap,
  .article-body .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-page-hero h1,
  .pl-blog-article .article-hero h1 {
    font-size: 40px !important;
    line-height: 1.06 !important;
  }

  .pl-blog-section .blog-grid {
    grid-template-columns: 1fr;
  }

  .author-box {
    flex-direction: column;
  }
}

/* Polish blog article spacing fix */
.pl-blog-article .article-body section {
  margin: 0 0 34px !important;
  padding: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.pl-blog-article .article-body section + section {
  border-top: 0 !important;
}

.pl-blog-article .article-body section h2 {
  margin: 0 0 16px !important;
}

.pl-blog-article .article-body section p:last-child,
.pl-blog-article .article-body section ul:last-child,
.pl-blog-article .article-body section ol:last-child,
.pl-blog-article .article-body section table:last-child {
  margin-bottom: 0 !important;
}

.pl-blog-article .toc {
  margin: 30px 0 46px !important;
}

.pl-blog-article .verdict-box {
  margin: 42px 0 38px !important;
}

.pl-blog-article .faq-list {
  margin-top: 8px !important;
}

.pl-blog-article .author-box {
  margin-top: 48px !important;
}

/* Blog article lower CTA stack: keep the hierarchy and contrast of the DE template. */
.pl-blog-article .article-cta {
  display: block !important;
  width: 100% !important;
  margin: 52px 0 0 !important;
  padding: 40px 34px !important;
  border-radius: 12px !important;
  background: var(--navy) !important;
  color: #fff !important;
  text-align: center !important;
}

.pl-blog-article .article-cta h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif !important;
  font-size: clamp(28px, 4vw, 38px) !important;
  line-height: 1.08 !important;
}

.pl-blog-article .article-cta p {
  max-width: 580px !important;
  margin: 0 auto 24px !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.pl-blog-article .article-cta .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  color: #fff !important;
}

.pl-blog-article .blog-newsletter-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px) !important;
  gap: 24px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 32px 0 0 !important;
  padding: 24px !important;
  border: 1px solid var(--rule) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.pl-blog-article .blog-newsletter-cta h3 {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--navy) !important;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  line-height: 1.08 !important;
}

.pl-blog-article .blog-newsletter-cta p {
  color: var(--ink-soft) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.pl-blog-article .blog-newsletter-cta__form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: stretch !important;
  min-width: 0 !important;
}

.pl-blog-article .blog-newsletter-cta__consent {
  grid-column: 1 / -1 !important;
  color: var(--ink-soft) !important;
  font-size: 12px !important;
}

.pl-blog-article .author-box {
  clear: both !important;
  margin-top: 48px !important;
}

@media (max-width: 760px) {
  .pl-blog-article .article-cta {
    padding: 32px 22px !important;
  }

  .pl-blog-article .blog-newsletter-cta,
  .pl-blog-article .blog-newsletter-cta__form {
    grid-template-columns: 1fr !important;
  }

  .pl-blog-article .blog-newsletter-cta__submit {
    width: 100% !important;
  }
}

.footer-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

.flag-pl {
  display: inline-flex;
  flex-direction: column;
  width: 18px;
  height: 12px;
  overflow: hidden;
  border: 1px solid rgba(3, 28, 65, .2);
  border-radius: 2px;
  vertical-align: middle;
}

.flag-pl span {
  display: block;
  flex: 1;
}

.flag-pl span:first-child { background: #fff; }
.flag-pl span:last-child { background: #dc143c; }

@media (max-width: 720px) {
  .pl-blog-article .article-body section {
    margin-bottom: 28px !important;
  }

  .pl-blog-article .toc {
    margin: 24px 0 34px !important;
  }
}

/* German language switch in navigation */
.nav-links .language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: 600;
}

.flag-de {
  display: inline-flex;
  flex-direction: column;
  width: 18px;
  height: 12px;
  flex: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(3, 28, 65, .18);
  border-radius: 2px;
  background: #fff;
}

.flag-de span {
  display: block;
  flex: 1;
}

.flag-de span:nth-child(1) {
  background: #000;
}

.flag-de span:nth-child(2) {
  background: #dd0000;
}

.flag-de span:nth-child(3) {
  background: #ffce00;
}

/* Polish navigation compact breakpoint */
@media (max-width: 1120px) and (min-width: 861px) {
  .nav-links {
    gap: 20px;
  }

  .nav-links a:not(.btn) {
    font-size: 13px;
  }

  .nav-links .btn {
    padding: 12px 16px;
    font-size: 12px;
  }
}

/* Polish podcast page and article resources */
.pl-blog-article .article-audio-intro {
  margin: 0 0 12px !important;
}

.pl-blog-article .podcast-box {
  margin: 0 0 34px !important;
}

.pl-blog-article .article-resource-box {
  margin: 44px 0 0 !important;
}

.podcast-section {
  padding: 76px 0 110px;
  background: var(--bg);
}

.podcast-section .wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.podcast-grid {
  display: grid;
  gap: 24px;
}

.podcast-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--rule-soft);
  border-radius: 8px;
  background: #fff;
}

.podcast-card-img {
  display: block;
  align-self: start;
  width: 280px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: var(--paper);
}

.podcast-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.podcast-card .ai-disclosure-note {
  max-width: 620px;
  color: #5A6070;
  font-size: 14px;
  line-height: 22px;
}

.podcast-card-body {
  min-width: 0;
}

.podcast-card-meta {
  margin-bottom: 8px;
  color: var(--crimson);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.podcast-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: 0;
}

.podcast-card p {
  max-width: 620px;
  margin: 0 0 16px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.podcast-card audio {
  width: 100%;
  max-width: 620px;
  height: 44px;
  margin: 0 0 14px;
}

.podcast-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.podcast-card-actions a {
  color: var(--crimson);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.podcast-card-actions a:hover {
  color: var(--navy);
}

@media (max-width: 780px) {
  .podcast-section .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .podcast-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .podcast-card-img {
    width: 280px;
  }

  .podcast-card h2 {
    font-size: 28px;
  }
}

/* === PRZEJRZYSTOŚĆ AI I OZNACZENIA MEDIÓW ======================== */
.ai-media-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ai-media-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-left: 4px solid var(--crimson);
  border-radius: 0 8px 8px 0;
  background: #fff;
  color: var(--navy);
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.ai-media-label::before {
  content: 'AI';
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 24px;
  border: 1px solid var(--navy);
  border-radius: 5px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
}

.ai-media-label strong { color: var(--navy); }
.ai-media-label a { color: var(--crimson); font-weight: 700; }
.ai-media-label--overlay {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  right: 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  box-shadow: 0 6px 24px rgba(3, 28, 65, .16);
}
.ai-media-label--avatar::before { content: 'AW'; }
.ai-media-label--modified::before { content: 'AI±'; }
.ai-media-label--audio::before { content: 'AUD'; }

.transparency-page {
  padding: 72px 0 96px;
  background: var(--bg);
}

.transparency-page > .wrap { max-width: 960px; }
.transparency-page a { color: var(--crimson); }
.transparency-page h2 { margin-top: 2.8rem; }
.transparency-lead {
  max-width: 820px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.transparency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0;
}
.transparency-card {
  padding: 24px;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--bg-elev);
}
.transparency-card h2,
.transparency-card h3 { margin: 0 0 10px; }
.transparency-card p,
.transparency-card li { color: var(--ink-soft); line-height: 1.7; }
.transparency-table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.transparency-table th,
.transparency-table td { padding: 14px; border: 1px solid var(--rule); text-align: left; vertical-align: top; }
.transparency-table th { background: var(--navy); color: #fff; }
.transparency-source {
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid var(--rule);
  background: var(--paper);
  border-radius: 10px;
}
.transparency-source h2 { margin-top: 0; }
.transparency-source li { margin-bottom: 8px; }
.transparency-faq { padding: 0; margin: 48px 0 0; }
.transparency-faq h2 { margin: 0 0 10px; }
.transparency-faq .faq-item { padding: 18px 0; }
.transparency-faq + h2 { margin-top: 48px; }
.transparency-page .article-cta {
  margin-top: 52px;
  padding: 40px 34px;
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
  text-align: center;
}
.transparency-page .article-cta h3 { color: #fff; }
.transparency-page .article-cta p { color: rgba(255,255,255,.78); }
.transparency-page .article-cta .btn,
.transparency-page .article-cta .btn.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border-radius: 8px;
  background: var(--crimson);
  color: #fff !important;
  text-decoration: none;
}
.transparency-page .article-cta .btn:hover {
  background: #D42056;
  border-color: #D42056;
  color: #fff !important;
}

@media (max-width: 720px) {
  .transparency-page { padding: 52px 0 72px; }
  .transparency-grid { grid-template-columns: 1fr; }
  .ai-media-label--overlay { position: static; width: 100%; max-width: none; border-radius: 0; }
  .transparency-table { display: block; overflow-x: auto; }
}
