:root { --hdr-h: 96px; }
@media (max-width: 768px){ :root { --hdr-h: 72px; } }

.menu{
  position: absolute;
  top:0;
  left:0;
  right:0;
  z-index: 9998;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.menu .container,
.menu:before,
.menu:after { background: transparent !important; box-shadow:none !important; border:0 !important; }

.menu .collapse-menu a,
.menu a {color: #000;}
.menu .collapse-menu a:hover { opacity:.9; }

.inner-hero{
  position: relative;           
  z-index: 1;
  color:#fff;
  min-height: clamp(220px, 32vw, 460px);
  display:flex;
  align-items:flex-end;
  padding-bottom: clamp(36px,6vw,80px);
  background:
    linear-gradient(0deg, rgba(0,0,0,.50), rgba(0,0,0,.50)),
    url('/wp-content/uploads/2025/10/home-bnn.webp') no-repeat right top / contain,
    #000;
  margin-top: calc(-1 * var(--hdr-h));
  background-position-x: center;
}

 .inner-hero .hero-wrap{padding-top: 250px;}

 .inner-hero .hero-eyebrow{margin: 0 0 0;color: var(--white, #FBF9FF);font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: normal;justify-self: center;}
.inner-hero .hero-title{
  font-size: clamp(36px, 7vw, 100px);
  margin:0;
  text-shadow:0 2px 14px rgba(0,0,0,.35);
  color: var(--white, #FBF9FF);
  text-align: center;
  font-family: 'playfair-display';
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 100px */
}

 .page{ margin-top:0 !important; padding-top:0 !important; }
main, .site-main, .content { padding-top:0 !important; }

 @media (max-width:768px){
  .inner-hero{
    background-position:center top, center top, center;
    background-size:cover, cover, auto;
  }
}

/* Attorneys */
.atty-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,48px)}
.atty{display:grid;grid-template-columns: minmax(120px,260px) 1fr;gap:clamp(18px,2.5vw,28px);align-items:start}
.atty-photo{margin:0}
.atty-photo img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 10px 24px rgba(0,0,0,.08);background:#f2eadf}
.atty-copy .btn-layout{margin-top:12px}
article.atty h3 {
    margin-bottom: 25px;
}

article.atty p {
    margin-bottom: 25px;
}
/* mobile */
@media (max-width: 1300px){
.atty{display:flex;flex-flow:column;}
}
@media (max-width: 960px){
  .atty-grid{grid-template-columns:1fr}
  .atty{grid-template-columns:1fr}
  .atty-photo img{max-width:420px}
}

.bottom-true .bc-row.bc-row1 h2 {
    color: white;
}

.bottom-true .bc-row.bc-row1 h2 span {
    color: #EDB458;
}
 .bottom-true .bc-row.bc-row1{
  display:flex;
 }

.bottom-true .bc-row.bc-row2   {
   grid-template-columns: 1.2fr 1fr;
}

/* Values */
.values{padding: clamp(20px,6vw,100px) 0;background: #FBF9FF;}
.values-intro{margin:0 auto clamp(24px,3.5vw,42px)}
.values-intro p{margin:0 0 1rem}

.values-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(22px,3vw,40px) clamp(26px,4vw,56px);
}

.value{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start}
.v-icon{
  font-size:36px;
  line-height:1;
  color:#0C1B33;          /* navy */
  opacity:.9;
}
.value p{margin:0}

/* mobile */
@media (max-width: 900px){
  .values-grid{grid-template-columns:1fr}
  .value{display: flex;flex-flow: column;}
  .v-icon{font-size:32px}
}

p.hero-p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
}

 .practice-intro{padding:clamp(28px,5vw,72px) 0;background: #FBF9FF;}
.practice-intro .container{/* max-width:1100px; */}
.practice-intro h3{margin: 0 0 50px;}
.practice-intro p{margin: 0 0 20px;}

.pi-item{margin-top:1.1rem}
 .pi-item + .pi-item{margin-top:1.25rem}

.container.pi-item p.title {
    margin-bottom: 0;
}

/* Alternating Practice blocks */
.pa-list{display:grid; gap:clamp(28px,4vw,46px)}

.pa-item{
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "media copy";
  gap:clamp(18px,3vw,28px);
  align-items:center;
}

 .pa-item:nth-child(even){grid-template-areas:
"copy media";}

 .pa-sections.reverse .pa-item{ grid-template-areas: "copy media"; }
.pa-sections.reverse .pa-item:nth-child(even){ grid-template-areas: "media copy"; }

 
.pa-media{ grid-area: media; margin:0; }
.pa-media img{
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  background:#f0f0f0;
}
.pa-copy{ grid-area: copy; }
.pa-copy h3{ margin:0 0 .6rem; }
.pa-copy p{margin: 0 0 25px;}
.pa-copy ul{margin:.25rem 0 .9rem 1.25rem;}
.pa-copy h3 {
    margin-bottom: 50px;
}
@media (max-width: 980px){
  .pa-item{
    grid-template-columns:1fr;
    grid-template-areas:
      "media"
      "copy"!important;
  }
 
}

.pa-sections.text-only .pa-item {
    display: block;
}

.pa-sections.text-only .pa-copy.full {
    width: 100%;
    padding: 20px 0;
}

 
.pf-row{
  display:grid;
  grid-template-columns:minmax(260px,420px) 1fr;
  gap:clamp(18px,3vw,32px);
  align-items: center;
}

.pf-media{margin:0}
.pf-media img{
  display:block;width:100%;height:auto;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  background:#f0f0f0;
}

.pf-copy h3{margin: 0 0 50px;}
.pf-copy p{margin:0 0 1rem}
section.section-white.practice-feature {
    padding: 50px 0 50px;
}
/* Mobile */
@media (max-width: 900px){
  .pf-row{grid-template-columns:1fr}
}

 
.blog-index{padding:clamp(28px,5vw,72px) 0;background:#f6f3f8}

 
.post-feature{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px,3vw,50px);
  align-items:center;
  margin-bottom:clamp(24px,4vw,40px);
}
.pf-media{margin:0}
.pf-media img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 10px 22px rgba(0,0,0,.08)}
.pf-copy .meta{margin: 0 0 50px;color: var(--secondary, #0C1B33);text-align: left;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;}
.pf-copy h3{margin:.25rem 0 .5rem}
.pf-copy p{margin: 50px 0;}

 
.post-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:clamp(18px,2.6vw,24px);
}
.post-card{
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
}
.pc-media img{display:block;width:100%;height:auto}
.pc-body{padding:14px 16px 18px}
.pc-body h4{margin:0 0 .4rem;font-size:1.02rem;line-height:1.28}
.pc-body .meta{margin: 20px 0 20px;color: var(--black, #141301);text-align: left;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;}
.pc-body .btn-layout{margin-top:auto}

 
.pager{
  display:flex;gap:8px;justify-content:center;
  margin-top:clamp(22px,3.5vw,36px);
}
.pager .page{
  display:inline-flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:6px;
  border:1px solid #BEE3DB;
  color: #BEE3DB;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  background:transparent;
}
.pager .page:hover{background:#f0f4fa}
.pager .current{
  background: #BEE3DB;
  color:#fff;
  border-color: #BEE3DB;
}
a.card-a {
    color: var(--main, #256EFF);
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
a.feature-a {
    color: var(--main, #256EFF);
    font-family: 'playfair-display';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Responsivo */
@media (max-width: 1100px){
  .post-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 820px){
  .post-feature{grid-template-columns:1fr}
  .post-grid{grid-template-columns:1fr}
  .newstitle-interior{
    height:auto!important;
  }
}

/* News Details */
.news-detail{padding:clamp(28px,5vw,72px) 0;background:#f6f3f8}

/* Article centralizado e mais estreito para leitura */
.news-article{max-width: 910px;margin:0 auto}
.news-cover{margin:0 0 14px}
.news-cover img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 10px 22px rgba(0,0,0,.08)}
.news-copy .meta{opacity:.75;margin:0 0 .35rem}
.news-title{font-family:playfair-display,serif;margin:.25rem 0 1rem;line-height:1.15}
.news-copy p{margin:0 0 1rem}

/* Related header */
.news-related-head{
  margin: 50px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.news-related-head h3{margin:0;color: #000;font-family: 'playfair-display';font-size: 30px;font-style: normal;font-weight: 400;line-height: normal;}

 .post-grid--related{
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: clamp(18px,2.6vw,50px);
}

 
.pc-media img{display:block;width:100%;height: 390px;object-fit: cover;}
.pc-body{padding:14px 16px 18px}
.pc-body h4{margin:0 0 .4rem;font-size:1.02rem;line-height:1.28}
.pc-body .btn-layout{margin-top:auto;}
.newstitle-interior {
    height: 126px;
}
.news-article .news-copy {  
    /* padding-left: 150px; */
    margin-top: 50px;}

p.hero-d {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-self: center;
    margin-top: 50px;
}
@media (max-width: 1024px){
  .post-grid--related{grid-template-columns:repeat(2,1fr)}
.news-article .news-copy {padding-left:0}
}
@media (max-width: 680px){
.news-related-head{
    flex-flow:column;
  gap:25px
   
}
  .news-article{max-width:100%}
  .post-grid--related{grid-template-columns:1fr}
}

section.contact-bottom.bottom-true.contact {
    background: #FBF9FF;
}

section.contact-bottom.bottom-true.contact h2 {
    color: #0C1B33;
}

section.contact-bottom.bottom-true.contact .bc-row2 p {
    color: #000;
}

.contact-btn {
    display: flex;
    gap: 20px;
}
.pager .page.next {
    width: 70px;
}
p.p-contact {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.p-contact span {
    color: #256EFF;
}

@media (max-width: 1300px){
  .contact-btn {
    flex-flow:column;
    justify-self:center;
  }
}

 
section.section-white.pa-sections.company .pa-item {
    grid-template-columns: 0.9fr 1fr;
}

section.section-white.pa-sections.company .pa-media img {
    aspect-ratio: 1;
}

/* Awards */
.awards .container{display:grid;gap:clamp(14px,2.5vw,20px)}
.awards h3{margin: 0 0 50px;}

.awards-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:clamp(18px,3vw,36px);
  align-items:center;
}
.award{text-align:center}
.award img{
  max-width: 200px;
  width:100%;
  height:auto;
  display:inline-block;
}

/* Responsivo */
@media (max-width: 1200px){ .awards-grid{grid-template-columns:repeat(3,1fr)}
section.section-white.pa-sections.company .pa-item {
   display:flex;
  flex-flow:column;
} }
@media (max-width: 820px){  .awards-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width: 520px){  .awards-grid{grid-template-columns:1fr} }


/* ===== Pricing Models ===== */
.pricing-models .container{display:grid;gap:clamp(18px,3vw,28px)}
.pm-intro p{margin:0 0 .9rem}

/* colunas em flex */
.pm-cols{
  display:flex;
  gap: clamp(18px,3vw,50px);
  flex-wrap:wrap;
}
.pm-card{
  flex:1 1 300px;           
        
  border-radius:12px;
  /* padding:clamp(16px,2.5vw,22px); */
  display:flex;
  flex-direction:column;
  gap: 1.55rem;
}

.pm-ico{
  font-size: 30px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  color: #0C1B33;
}

 
.pm-list{
  list-style:none; margin:.25rem 0 1rem; padding:0;
  display:grid; gap:.5rem;
}
.pm-list li{
  display:flex; align-items:flex-start; gap:.6rem;
}
.pm-list li i{color:#0C1B33; margin-top:.2rem}

 
.pm-card .btn-layout{margin-top:.25rem; align-self:flex-start}

 

 @media (max-width: 900px){
  .pm-card{flex:1 1 100%;
padding:20px 0px;}
}

 
