.pbi-seo-national-page .pbi-seo-hero{
  min-height:auto;
  padding:48px 0 70px;
}

.pbi-seo-national-page h1,
.pbi-seo-national-page h2,
.pbi-seo-national-page h3{
  letter-spacing:0;
}

.pbi-seo-national-page h1{
  font-size:64px;
}

.pbi-seo-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:36px;
  align-items:center;
}

.pbi-seo-hero-copy{
  display:grid;
  gap:18px;
}

.pbi-seo-hero-copy h1{
  margin:0;
}

.pbi-seo-hero-copy .hero-text{
  max-width:760px;
}

.pbi-seo-trust-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:6px;
}

.pbi-seo-trust-row span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 10px;
  border:1px solid var(--pbi-border);
  border-radius:999px;
  background:rgba(255,250,245,.78);
  color:var(--pbi-muted);
  font-size:13px;
  font-weight:850;
}

.pbi-seo-media-panel{
  margin:0;
  overflow:hidden;
  border:1px solid var(--pbi-border);
  border-radius:28px;
  background:#fffaf5;
  box-shadow:var(--pbi-shadow);
}

.pbi-seo-media-panel img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.pbi-seo-media-panel figcaption{
  padding:14px 16px;
  color:var(--pbi-muted);
  font-size:13px;
  font-weight:800;
}

.pbi-seo-section-head{
  max-width:860px;
  margin-bottom:22px;
}

.pbi-seo-section-head p{
  max-width:820px;
}

.pbi-seo-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.pbi-seo-feature-grid article,
.pbi-seo-workflow-grid article,
.pbi-seo-faq-list details{
  min-width:0;
  padding:20px;
  border:1px solid var(--pbi-border);
  border-radius:22px;
  background:rgba(255,250,245,.9);
  box-shadow:0 12px 34px rgba(98,50,26,.08);
}

.pbi-seo-feature-grid article h2,
.pbi-seo-workflow-grid article h3{
  margin-bottom:10px;
  font-size:2rem;
  letter-spacing:0;
}

.pbi-seo-feature-grid article p,
.pbi-seo-workflow-grid article p{
  margin-bottom:0;
}

.pbi-seo-two-column{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.48fr);
  gap:24px;
  align-items:start;
}

.pbi-seo-rich-copy{
  display:grid;
  gap:22px;
}

.pbi-seo-rich-copy section{
  padding-bottom:22px;
  border-bottom:1px solid var(--pbi-border);
}

.pbi-seo-rich-copy section:last-child{
  border-bottom:0;
}

.pbi-seo-rich-copy h2{
  font-size:2.65rem;
  letter-spacing:0;
}

.pbi-seo-side-panel{
  position:sticky;
  top:150px;
  display:grid;
  gap:14px;
  padding:22px;
  border:1px solid var(--pbi-border);
  border-radius:24px;
  background:rgba(255,250,245,.92);
  box-shadow:var(--pbi-shadow);
}

.pbi-seo-side-panel ul{
  margin:0;
  padding-left:19px;
}

.pbi-seo-side-panel li{
  margin:0 0 9px;
}

.pbi-seo-workflow-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.pbi-seo-workflow-grid strong{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:13px;
  border-radius:50%;
  background:#2f1b12;
  color:#fffaf5;
}

.pbi-seo-related-links{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:12px;
}

.pbi-seo-related-links a{
  display:block;
  padding:15px;
  border:1px solid var(--pbi-border);
  border-radius:16px;
  background:#fffaf5;
  color:var(--pbi-text);
  text-decoration:none;
}

.pbi-seo-faq-list{
  display:grid;
  gap:10px;
}

.pbi-seo-faq-list summary{
  cursor:pointer;
  font-weight:950;
}

.pbi-seo-faq-list p{
  margin-bottom:0;
}

.pbi-seo-cta-band{
  background:rgba(255,250,245,.82);
  border-top:1px solid var(--pbi-border);
  border-bottom:1px solid var(--pbi-border);
}

.pbi-seo-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

@media (max-width:1000px){
  .pbi-seo-hero-grid,
  .pbi-seo-two-column{
    grid-template-columns:1fr;
  }
  .pbi-seo-side-panel{
    position:static;
  }
  .pbi-seo-feature-grid,
  .pbi-seo-workflow-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){
  .pbi-seo-national-page h1{
    font-size:42px;
  }
  .pbi-seo-rich-copy h2{
    font-size:2rem;
  }
  .pbi-seo-feature-grid article h2,
  .pbi-seo-workflow-grid article h3{
    font-size:1.55rem;
  }
  .pbi-seo-feature-grid,
  .pbi-seo-workflow-grid{
    grid-template-columns:1fr;
  }
  .pbi-seo-hero{
    padding-top:28px;
  }
}
