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

* {
  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: rgba(255, 255, 255, .72);
  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 .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;
}

.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;
  }
}
