*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

:root {
  /* === Backgrounds === */
  --bg-dark:        #0A1628;
  --bg-white:       #ffffff;
  --bg-warm:        #B4651D;

  /* === Marca / Destaque === */
  --color-orange:        #B4651D;
  --color-orange-hover:  #cf6520;
  --color-teal:          #2d8a7c;

  /* === Texto === */
  --text-white:   #ffffff;
  --text-dark:    #1c1c2e;
  --text-body:    #555555;
  --text-muted:   #999999;
  --text-light:   #cccccc;
  --text-gray:  #EDE8E1;

  /* === Bordas === */
  --border-light:  rgba(255, 255, 255, 0.12);
  --border-gray:   #e0e0e0;

  --oxanium: 'Oxanium', sans-serif;
  --inter: 'Inter', sans-serif;

  /* === Página Quem Somos === */
  --navy:        #0E2138;
  --navy-deep:   #091627;
  --amber:       var(--color-orange);
  --serif:       var(--oxanium);
  --ink:         #AEB6C2;
  --ink-soft:    #C2C8D1;
  --line:        rgba(255, 255, 255, 0.07);
}


li{
  list-style: none;
}

a{
  text-decoration: none;
  color: inherit;
}

.divider{
  background:var(--bg-dark);
  width:100%;
  height:99px;
}

.divider.top{
  border-radius: 0px 0px 0px 300px;
}

.divider.bottom{
  border-radius: 0px 300px 0px 0px;
}


.container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}


.wpcf7-form{
	display: flex;
    flex-direction: column;
    gap: 16px;
}


/*  ----------------------- header ------------------------ */


header{
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding:16px 0;
  transition: background-color 0.35s ease, top 0.35s ease, box-shadow 0.35s ease;
}

header.scrolled{
  background: var(--bg-dark);
  top: 0;
  box-shadow: 0 2px 24px rgba(0,0,0,0.45);
}

header .header__logo img{
  height: 60px;
  width: auto;
  transition: height 0.35s ease;
}

header.scrolled .header__logo img{
  height: 38px;
}

header .header__logo svg{
  height: 78px;
  width: auto;
  transition: height 0.35s ease;
}

header.scrolled .header__logo svg{
  height: 49px;
}

.menu-toggle{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--text-white);
  margin-left: auto;
  align-items: center;
  justify-content: center;
}

header .header__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:83px;
}


header .header__inner .header__nav ul{
  display:flex;
  align-items: center;
  gap:51px;
}

header .header__inner .header__nav a{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-white);
}

header .header__inner--single .header__nav a{
  color:#163456;
}

header.scrolled .header__inner--single .header__logo svg path{
  fill:#fff;
}

header.scrolled .header__inner--single .header__nav a{
  color:#fff;
}

header.scrolled .header__inner--single .header__nav a.nav__link--active{
  color: var(--color-orange);
}

header .header__inner .header__nav a.nav__link--active{
  color: var(--color-orange);
}


@media (max-width:980px){
  header .header__inner {
    gap: 40px;
  }
  header .header__inner .header__nav ul {
    gap: 28px;
  }
}

@media (max-width:768px){
  header .header__inner .header__nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  header .header__logo img {
    height: 44px;
  }
}

@media (max-width:480px){
  header {
    top: 16px;
  }
  header .header__logo img {
    height: 36px;
  }
}

/* -------------------------------- footer --------------------------------- */

footer{
  background-color: #1A3A5D;
  padding:90px 0;
  background-image: url('../images/bg-footer.png');
  background-size: contain;
  background-repeat:no-repeat;
  background-position:center;
}

.footer .footer__inner{
  display:flex;
  justify-content:space-between;
  padding-bottom: 40px;
}

.footer__collumn{
  display:flex;
  justify-content:space-between;
  width:100%;
  max-width:630px;
}

footer .footer__brand .footer__logo{
  display:flex;
  margin:0 0 71px;
}

footer .footer__brand .footer__social{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.footer__social h4{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-orange);
}

.footer__social .icons{
  display:flex;
  gap:24px;
  align-items:center;
}


.footer__nav h4{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-orange);
}

.footer__nav ul{
  display:flex;
  flex-direction:column;
  gap:20px;
  margin:20px 0 0;
}

.footer__nav ul li a{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-white);
}

.footer__contact h4{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-orange);
}

.footer__contact .footer__contact-item{
  display:flex;
  align-items:center;
  gap:12px;
  margin:20px 0 0;
  font-family: var(--inter);
  font-style: normal;
  font-weight: 300;
  font-size: 20px; 
  line-height: 28px;
  color: var(--text-white);
}

footer .footer__bottom{
  margin:40px 0 0;
}

footer .footer__bottom .footer__bottom-inner{
  display:flex;
  justify-content:space-between;
  padding:40px 0 0;
  border-top:1px solid var(--bg-warm);
}

footer .footer__bottom .footer__bottom-inner a{
  text-decoration:underline;
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;
  color: var(--text-gray);
}

footer .footer__bottom .footer__bottom-inner p{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--text-gray);
}


@media (max-width:980px){
  .footer .footer__inner {
    flex-direction: column;
    gap: 40px;
  }
  .footer__collumn {
    max-width: 100%;
  }
}

@media (max-width:768px){
  footer {
    padding: 60px 0;
  }
  .footer__collumn {
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width:480px){
  footer {
    padding: 40px 0;
  }
  footer .footer__bottom .footer__bottom-inner {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
  }
}


/* ------------------------------ home ---------------------------- */

section.home_hero{
  position: relative;
  background-image: url('../images/home-hero-bg.png');
  background-size: cover;
  background-position: top;
  display: flex;
  align-items: end;
  padding:386px 0 45px;
}

section.home_hero .hero__content h1{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  color: var(--text-gray);
  width: 100%;
  max-width:840px;
}

section.home_hero .hero__content p{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-gray);
  margin: 16px 0 38px;
  width: 100%;
  max-width:770px;
}

section.home_hero .hero__content .hero__actions{
  width: 40%;
  max-width: 800px;
  background: var(--bg-warm);
  border-radius: 50px 0px;
  display: flex;
  padding:22px 48px;
  gap:24px;
  flex-direction:column;
}

section.home_hero .hero__content .hero__actions .hero__buttons{
  display:flex;
  gap:16px;
  justify-content: flex-start;
  width:100%;
}

section.home_hero .hero__content .hero__actions p{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 24px;
  flex:1;
  color: var(--text-white);
  max-width:300px;
  margin:0;
}

section.home_hero .hero__content .hero__actions a{
  background: var(--bg-white);
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #0A1628;
  flex:1;
  padding: 12px 24px;
  border-radius:5px;
}

@media (max-width:768px){
	section.home_hero .hero__content .hero__actions{
		width: 100%;
	}

	section.home_hero .hero__content .hero__actions .hero__buttons{
		flex-direction:column;
	}
	
	section.home_hero .hero__content .hero__actions a{
		padding: 12px 16px;
		justify-content:center;
	}
}

/* home_abordagem */

section.home_abordagem{
  display: flex;
  align-items: center;
  padding: 97px 0 80px;
  background-image: url('../images/home-abord-bg.png');
  background-size: contain;
  background-position: top right;
  background-color:var(--bg-dark);
  background-repeat: no-repeat;
  position: relative;
}

section.home_abordagem::before{
  content: '';
  position: absolute;
  width:100%;
  background:linear-gradient(180deg, rgba(10, 22, 40, 0) 0%, #0A1628 100%);;
  transform: matrix(1, 0, 0, -1, 0, 0);
  height:450px;
  top:0;
  z-index: 9;
}

section.home_abordagem .section-title{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  color: var(--color-orange);
  margin:0;
  position: relative;
  z-index: 9;
}

section.home_abordagem .abordagem_header_bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:17px 0 46px;
  position: relative;
  z-index: 9;

}

section.home_abordagem .abordagem_header_bottom p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-gray);
  max-width: 600px;
  width: 100%;
  margin:0;
}

section.home_abordagem .abordagem_header_bottom a{
  width: 100%;
  max-width: 200px;
  background: var(--bg-warm);
  border-radius: 5px;
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: var(--text-white);
  padding:12px 42px;
}

section.home_abordagem .abordagem__grid{
  display:flex;
  justify-content:space-between;
  gap:42px;
  position: relative;
  z-index: 99;
}

section.home_abordagem .abordagem__grid .abordagem__card{
  background: linear-gradient(135deg, rgba(26, 58, 93, 0.4) 0%, rgba(10, 22, 40, 0.4) 100%);
  border: 1px solid rgba(26, 58, 93, 0.5);
  backdrop-filter: blur(32.4px);
  border-radius: 20px 0px;
  padding:32px;
  flex: 1 1 0;
}

section.home_abordagem .abordagem__grid .abordagem__card h3{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: var(--color-orange);
  margin:27px 0 16px;
}

section.home_abordagem .abordagem__grid .abordagem__card p{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-gray);
}

/* home_feature */

section.home_feature{
  padding:84px 0;
  position:relative;
}

section.home_feature img.bg-form{
  position:absolute;
  top:0;
  width:fit-content;
  height:100%;
  z-index:1;
  left:15%;
}

section.home_feature .feature__inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap:68px;
  position:relative;
  z-index:9;
}

section.home_feature .feature__inner .feature__image{
  width:100%;
  max-width:568px;
}

section.home_feature .feature__inner .feature__image img{
  width:100%;
}

section.home_feature .feature__inner .feature__content{
  width:100%;
  max-width:568px;
}

section.home_feature .feature__inner .feature__content h2{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 64px;
  color: var(--color-orange);
}

section.home_feature .feature__inner .feature__content p{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1A3A5E;
  margin: 20px 0 27px;
}

section.home_feature .feature__inner .feature__content ul{
  display:flex;
  flex-wrap:wrap;
  padding:0 0 0 20px;
}

section.home_feature .feature__inner .feature__content li{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1A3A5E;
  flex-grow: 0;
  width:100%;
  max-width:49%;
  list-style-type: disc;
}

section.home_feature .feature__inner .feature__content li::marker{
  color: var(--bg-warm);
}

section.home_feature .feature__inner .feature__content a{
  width: 100%;
  max-width: 200px;
  background: var(--bg-warm);
  border-radius: 5px;
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: var(--text-white);
  padding:12px 42px;
  display:block;
  margin:40px 0 0;
}

/* home_insights */

section.home_insights{
  background: var(--bg-dark);
  padding:10px 0 108px;
}

section.home_insights .section-title{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  color: var(--color-orange);
  margin:0 0 40px;
}

section.home_insights .insights__grid{
  display:flex;
  align-items: stretch;
  gap:32px;
}

section.home_insights .insights__grid .insights__column{
  display:flex;
  flex-direction:column;
  gap:25px;
	width:100%;
	justify-content:space-between;
}

section.home_insights .insights__grid .insight-card--featured{
  width:100%;
  max-width:574px;
  background: linear-gradient(135deg, rgba(26, 58, 93, 0.6) 0%, rgba(10, 22, 40, 0.6) 100%);
  border: 1px solid rgba(26, 58, 93, 0.5);
  border-radius: 20px 0px;

}

section.home_insights .insights__grid .insight-card--featured .insight-card-image{
  width:100%;
  height:400px;
  position:relative;
}

section.home_insights .insights__grid .insight-card--featured .insight-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:relative;
  z-index:2;
  border-radius: 20px 0 0 0;
}

.insight-card__category{
  position:absolute;
  top:16px;
  left:16px;
  background: var(--bg-warm);
  border-radius: 0px 20px;
  color:var(--text-gray);
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding:6px 15px;
  z-index:9;
}
section.home_insights .insights__grid .insight-card--featured .insight-card-image .insight-card__overlay{
  position:absolute;
  bottom:0;
  left:0;
  background: linear-gradient(0deg, #0A1628 0%, rgba(6, 16, 31, 0.857143) 7.14%, rgba(4, 10, 21, 0.714286) 14.29%, rgba(2, 5, 13, 0.571429) 21.43%, rgba(1, 2, 6, 0.428571) 28.57%, rgba(0, 1, 2, 0.285714) 35.71%, rgba(0, 0, 0, 0.142857) 42.86%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  width:100%;
  height:100%;
  z-index:9;
}


section.home_insights .insights__grid .insight-card--featured .insight-card__content{
  padding:32px;
}

section.home_insights .insights__grid .insight-card--featured .insight-card__content .date_time{
  display:flex;
  align-items:center;
  gap:16px;
}

section.home_insights .insights__grid .insight-card--featured .insight-card__content .date_time .date{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 21px;
}

section.home_insights .insights__grid .insight-card--featured .insight-card__content .date_time .date p{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(180, 101, 29, 0.6);
  margin:0;
}


section.home_insights .insights__grid .insight-card--featured .insight-card__content h3{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: var(--color-orange);
  margin:0 0 13px;
}

section.home_insights .insights__grid .insight-card--featured .insight-card__content p{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-gray);
  margin: 0 0 41px;
}

section.home_insights .insights__grid .insight-card--featured .insight-card__content a{
  display:flex;
  align-items:center;
  gap:8px;
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-orange);
}

section.home_insights .insights__grid .insights__column .insight-card--small{
  padding:16px;
  display:flex;
  align-items:center;
  background: linear-gradient(135deg, rgba(26, 58, 93, 0.4) 0%, rgba(10, 22, 40, 0.4) 100%);
  border: 1px solid rgba(26, 58, 93, 0.5);
  border-radius: 20px 0px;
  width:100%;
  height:162px;
  gap:16px;
}

section.home_insights .insights__grid .insights__column .insight-card--small .insight-card__image{
  width:100%;
  max-width:128px;
  height:128px;
  border-radius: 20px 0;
}

section.home_insights .insights__grid .insights__column .insight-card--small .insight-card__image img{
  width:100%;
  object-fit:cover;
  border-radius: 20px 0;
  height:100%;
}


section.home_insights .insights__grid .insights__column .insight-card--small .insight-card__content h3{
  font-family: var(--oxanium);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: var(--color-orange);
  margin:0;
}

section.home_insights .insights__grid .insights__column .insight-card--small .insight-card__content p{
  font-family: var(--item);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-gray);
  margin:0 0 12px;
}

section.home_insights .insights__grid .insights__column .insight-card--small .insight-card__content .date_time{
  display:flex;
  gap:12px;
  align-items:center;
}

section.home_insights .insights__grid .insights__column .insight-card--small .insight-card__content .date_time .date{
  display:flex;
  gap:5px;
  align-items:center;
}

section.home_insights .insights__grid .insights__column .insight-card--small .insight-card__content .date_time .date p{
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(180, 101, 29, 0.6);
  margin:0;
}


@media (max-width:980px){
  section.home_hero {
    padding: 260px 0 40px;
  }
  section.home_hero .hero__content h1 {
    font-size: 46px;
    line-height: 58px;
  }
  section.home_abordagem .abordagem__grid {
    gap: 24px;
  }
  section.home_feature .feature__inner {
    gap: 40px;
  }
  section.home_feature .feature__inner .feature__image,
  section.home_feature .feature__inner .feature__content {
    max-width: 48%;
  }
  section.home_insights .insights__grid {
    flex-direction: column;
  }
  section.home_insights .insights__grid .insight-card--featured {
    max-width: 100%;
  }
  .divider {
    height: 70px;
  }
  .divider.top {
    border-radius: 0 0 0 180px;
  }
  .divider.bottom {
    border-radius: 0 180px 0 0;
  }
}

@media (max-width:768px){
  section.home_hero {
    padding: 200px 0 40px;
  }
  section.home_hero .hero__content h1 {
    font-size: 36px;
    line-height: 46px;
    max-width: 100%;
  }
  section.home_hero .hero__content p {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  section.home_hero .hero__content .hero__actions {
    flex-direction: column;
    max-width: 100%;
    gap: 16px;
    padding: 20px 24px;
    text-align: center;
    border-radius: 24px 0;
  }
  section.home_abordagem {
    padding: 60px 0;
  }
  section.home_abordagem .section-title {
    font-size: 40px;
    line-height: 52px;
  }
  section.home_abordagem .abordagem_header_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
  }
  section.home_abordagem .abordagem__grid {
    flex-direction: column;
  }
  section.home_feature {
    padding: 60px 0;
  }
  section.home_feature .feature__inner {
    flex-direction: column;
  }
  section.home_feature .feature__inner .feature__image,
  section.home_feature .feature__inner .feature__content {
    max-width: 100%;
  }
  section.home_feature .feature__inner .feature__content h2 {
    font-size: 40px;
    line-height: 52px;
  }
  section.home_insights .section-title {
    font-size: 40px;
    line-height: 52px;
  }
  section.home_insights .insights__grid .insights__column .insight-card--small {
    height: auto;
  }
  .divider {
    height: 50px;
  }
  .divider.top {
    border-radius: 0 0 0 100px;
  }
  .divider.bottom {
    border-radius: 0 100px 0 0;
  }

  section.home_feature img.bg-form{
    left:0;
    width:100%;
  }
}

@media (max-width:480px){
  section.home_hero {
    padding: 160px 0 32px;
  }
  section.home_hero .hero__content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  section.home_hero .hero__content .hero__actions p {
    font-size: 18px;
  }
  section.home_abordagem .section-title,
  section.home_feature .feature__inner .feature__content h2,
  section.home_insights .section-title {
    font-size: 32px;
    line-height: 42px;
  }
  section.home_abordagem .abordagem__grid .abordagem__card h3 {
    font-size: 22px;
  }
  section.home_insights .insights__grid .insights__column .insight-card--small {
    flex-direction: column;
    height: auto;
  }
  section.home_insights .insights__grid .insights__column .insight-card--small .insight-card__image {
    max-width: 100%;
    height: 180px;
  }
  .divider {
    height: 36px;
  }
  .divider.top {
    border-radius: 0 0 0 60px;
  }
  .divider.bottom {
    border-radius: 0 60px 0 0;
  }
}


/* ------------------- page quem somos ------------------ */
.page-template-sobre-nos .header{
  top:0;
}
.about_badge{
  display:flex;
  align-items:center;
  gap:12px;
}

.about_hero__badge{
  margin-bottom:26px;
}

.about_origin__badge{
  margin-bottom:28px;
}

.about_method__badge{
  justify-content:center;
  margin-bottom:24px;
}

.about_leadership__badge{
  margin-bottom:24px;
}

.about_badge-line{
  width:34px;
  height:1.5px;
  background:var(--amber);
}

.about_badge-label{
  font-family:var(--serif);
  font-size:13px;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:var(--amber);
  font-weight:500;
}

.about_accent{
  color:var(--amber);
  font-weight:500;
}

/* hero */

.about_hero{
  position:relative;
  min-height:680px;
  overflow:hidden;
  background-color:var(--navy-deep);
  background-repeat:no-repeat;
  background-position:center,center,center 38%;
  background-size:100% 100%,100% 100%,cover;
  background-image:
    linear-gradient(to bottom,rgba(9,22,39,0.6) 0%,rgba(9,22,39,0.1) 26%,rgba(14,33,56,0.78) 82%,var(--navy) 100%),
    linear-gradient(95deg,rgba(9,22,39,0.94) 0%,rgba(9,22,39,0.8) 42%,rgba(9,22,39,0.42) 74%,rgba(9,22,39,0.2) 100%),
    url('../images/bg-hero-about.png');
  justify-content: stretch;
  align-items: center;
  display:flex;
}

.about_hero__deco{
  position:absolute;
  right:-90px;
  top:40px;
  width:520px;
  opacity:0.05;
  filter:brightness(0) invert(1);
  pointer-events:none;
  z-index:1;
}

.about_hero__inner{
  position:relative;
  z-index:2;
  max-width:1180px;
  padding:72px 0px 100px;
}

.about_hero__title{
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(54px,7.2vw,92px);
  line-height:1.0;
  letter-spacing:-0.01em;
  color:#fff;
}

.about_hero__text{
  margin-top:30px;
  font-family:var(--inter);
  font-size:18px;
  line-height:1.72;
  color:var(--ink-soft);
  max-width:60ch;
  text-wrap:pretty;
}

/* origem e propósito */

.about_origin{
  position:relative;
  padding:100px 32px 92px;
  background:var(--navy);
}


.about_origin__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:start;
}

.about_origin__title{
  font-family:var(--serif);
  font-weight:600;
  font-size:34px;
  letter-spacing:-0.01em;
  color:var(--amber);
  margin-bottom:28px;
}

.about_origin__text{
  display:flex;
  flex-direction:column;
  gap:20px;
  font-family:var(--inter);
  font-size:16.5px;
  line-height:1.74;
  color:var(--ink);
  text-wrap:pretty;
}

.about_origin_img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin: 24px 0 0;
}

.about_purpose{
  background:linear-gradient(155deg,#11253D 0%,#0B1D33 100%);
  border:1px solid var(--line);
  border-radius:20px;
  padding:48px 44px;
  position:relative;
  overflow:hidden;
}

.about_purpose__deco{
  position:absolute;
  right:-60px;
  bottom:-60px;
  width:240px;
  opacity:0.06;
  filter:brightness(0) invert(1);
  pointer-events:none;
}

.about_purpose__title{
  font-family:var(--serif);
  font-weight:600;
  font-size:34px;
  letter-spacing:-0.01em;
  color:var(--amber);
  margin-bottom:28px;
  position:relative;
}

.about_purpose__text{
  display:flex;
  flex-direction:column;
  gap:18px;
  font-family:var(--inter);
  font-size:16px;
  line-height:1.76;
  color:#B5BCC7;
  position:relative;
  text-wrap:pretty;
}

.about_purpose__highlight{
  font-family:var(--serif);
  font-weight:300;
  font-size:23px;
  line-height:1.45;
  color:#fff;
  margin-top:10px;
}

/* o método */

.about_method{
  position:relative;
  border-top:1px solid var(--line);
  background:linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%);
  overflow:hidden;
}

.about_method__deco{
  position:absolute;
  left:-120px;
  bottom:-80px;
  width:560px;
  opacity:0.04;
  filter:brightness(0) invert(1);
  pointer-events:none;
}

.about_method__inner{
  position:relative;
  max-width:1180px;
  margin:0 auto;
  padding:96px 32px 104px;
}

.about_method__intro{
  text-align:center;
  max-width:808px;
  margin:0 auto 60px;
}

.about_method__lead{
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(27px,3.4vw,38px);
  line-height:1.28;
  color:#fff;
  text-wrap:balance;
}

.about_method__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.about_method__card{
  position:relative;
  background:linear-gradient(160deg,#11253D 0%,#0B1D33 100%);
  border:1px solid var(--line);
  border-radius:18px;
  padding:34px 28px 40px;
  overflow:hidden;
}

.about_method__card-number{
  font-family:var(--serif);
  font-weight:600;
  font-size:34px;
  color:var(--amber);
  line-height:1;
  margin-bottom:22px;
}

.about_method__card-title{
  font-family:var(--serif);
  font-weight:600;
  font-size:20px;
  line-height:1.16;
  letter-spacing:-0.01em;
  color:#fff;
  margin-bottom:14px;
}

.about_method__card-text{
  font-family:var(--inter);
  font-size:15px;
  line-height:1.68;
  color:var(--ink);
  text-wrap:pretty;
}

.about_method__card-corner{
  position:absolute;
  bottom:18px;
  right:18px;
  width:20px;
  height:20px;
  border-right:2px solid var(--amber);
  border-bottom:2px solid var(--amber);
  opacity:0.65;
}

/* liderança */

.about_leadership{
  background:#fff;
  position:relative;
  overflow:hidden;
}

.about_leadership__grid{
  max-width:1180px;
  margin:0 auto;
  padding:104px 32px;
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:72px;
  align-items:center;
  position:relative;
}

.about_leadership__photo{
  position:relative;
  z-index:1;
  width:100%;
  height:520px;
  border-radius:14px;
  box-shadow:0 40px 70px -34px rgba(14,33,56,0.45);
}

.about_leadership__photo-img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
  display:block;
}

.about_leadership__content{
  position:relative;
  z-index:1;
}

.about_leadership__name{
  font-family:var(--serif);
  font-weight:500;
  font-size:clamp(36px,4vw,52px);
  line-height:1.04;
  letter-spacing:-0.01em;
  color:var(--amber);
}

.about_leadership__role{
  margin-top:12px;
  font-family:var(--serif);
  font-size:14px;
  font-weight:500;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#6B7480;
}

.about_leadership__bio{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin-top:28px;
  font-family:var(--inter);
  font-size:16.5px;
  line-height:1.74;
  color:#3B4452;
  max-width:56ch;
  text-wrap:pretty;
}

.about_leadership__linkedin{
  margin-top:26px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--serif);
  font-size:14px;
  font-weight:500;
  letter-spacing:0.04em;
  color:var(--amber);
  text-decoration:none;
}

.about_leadership__linkedin-arrow{
  font-size:15px;
}

/* cta contato */

.about_cta{
  position:relative;
  background:var(--navy-deep);
  overflow:hidden;
}

.about_cta__deco{
  position:absolute;
  right:-80px;
  top:-40px;
  width:420px;
  opacity:0.05;
  filter:brightness(0) invert(1);
  pointer-events:none;
}

.about_cta__inner{
  position:relative;
  max-width:1180px;
  margin:0 auto;
  padding:88px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:48px;
  flex-wrap:wrap;
}

.about_cta__text{
  max-width:48ch;
}

.about_cta__title{
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(32px,3.8vw,48px);
  line-height:1.12;
  letter-spacing:-0.005em;
  color:#fff;
}

.about_cta__subtitle{
  margin-top:18px;
  font-family:var(--inter);
  font-size:16.5px;
  line-height:1.65;
  color:var(--ink);
}

.about_cta__button{
  display:inline-flex;
  align-items:center;
  padding:17px 38px;
  border-radius:8px;
  background:var(--amber);
  color:#fff;
  font-family:var(--serif);
  font-size:16px;
  font-weight:500;
  text-decoration:none;
  white-space:nowrap;
}

@media (max-width:980px){
  .about_badge-line{
    display:none;
  }
  .about_hero{
    min-height:560px;
  }
  .about_origin{
    padding:80px 32px 72px;
  }
  .about_origin__grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .about_purpose{
    padding:36px 32px;
  }
  .about_method__inner{
    padding:80px 32px 88px;
  }
  .about_method__grid{
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .about_leadership__grid{
    grid-template-columns:1fr;
    gap:40px;
    padding:80px 32px;
  }
  .about_leadership__photo{
    height:420px;
  }
  .about_cta__inner{
    padding:64px 32px;
  }
}

@media (max-width:768px){
  .about_hero{
    min-height:auto;
  }
  .about_hero__inner{
    padding:120px 0 60px;
  }
  .about_origin{
    padding:64px 24px 56px;
  }
  .about_purpose{
    padding:32px 24px;
  }
  .about_method__inner{
    padding:64px 24px 72px;
  }
  .about_method__grid{
    grid-template-columns:1fr;
  }
  .about_leadership__grid{
    padding:64px 24px;
  }
  .about_leadership__photo{
    height:360px;
  }
  .about_cta__inner{
    padding:56px 24px;
    flex-direction:column;
    align-items:flex-start;
  }
  .about_cta__button{
    width:100%;
    justify-content:center;
  }
}

@media (max-width:480px){
  .about_hero__inner{
    padding:100px 0 48px;
  }
  .about_hero__title{
    font-size:38px;
  }
  .about_hero__text{
    font-size:16px;
  }
  .about_origin__title,
  .about_purpose__title{
    font-size:26px;
    margin-bottom:20px;
  }
  .about_purpose{
    padding:26px 20px;
  }
  .about_method__lead{
    font-size:22px;
  }
  .about_method__card{
    padding:26px 20px 30px;
  }
  .about_leadership__photo{
    height:280px;
  }
  .about_leadership__name{
    font-size:30px;
  }
  .about_cta__title{
    font-size:28px;
  }
  .about_cta__button{
    padding:15px 28px;
  }
}


/* ----------------- Page area de atuação (Como Atuamos) ------------------------- */

.area_hero{
  position:relative;
  min-height:640px;
  overflow:hidden;
  background-color:var(--navy-deep);
  background-repeat:no-repeat;
  background-position:center,center 38%;
  background-size:100% 100%,cover;
  background-image:
    linear-gradient(180deg,rgba(9,22,39,0.72) 0%,rgba(9,22,39,0.55) 30%,rgba(14,33,56,0.82) 78%,var(--navy) 100%),
    url('../images/bg-hero-area.png');
  display:flex;
  align-items:center;
}

.area_hero > .container{
  width:100%;
  min-width:0;
}

.area_hero__deco{
  position:absolute;
  right:-90px;
  top:30px;
  width:520px;
  opacity:0.05;
  filter:brightness(0) invert(1);
  pointer-events:none;
  z-index:1;
}

.area_hero__inner{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:0 auto;
  padding:84px 0 0px;
  text-align:center;
}

.area_hero__badge{
  justify-content:center;
  margin-bottom:26px;
}

.area_hero__title{
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(52px,7vw,88px);
  line-height:1.0;
  letter-spacing:-0.01em;
  color:#fff;
}

.area_hero__text{
  margin:30px auto 0;
  font-family:var(--inter);
  font-size:18px;
  line-height:1.72;
  color:var(--ink-soft);
  max-width:64ch;
  text-wrap:pretty;
}

/* grade de cards */

.area_grid{
  position:relative;
  background:var(--navy);
  overflow:hidden;
}

.area_grid__deco{
  position:absolute;
  right:-110px;
  bottom:-90px;
  width:440px;
  opacity:0.04;
  filter:brightness(0) invert(1);
  pointer-events:none;
}

.area_grid__list{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding:0px 0 100px;
}

.acard{
  position:relative;
  display:flex;
  flex-direction:column;
  background:linear-gradient(160deg,#11253D 0%,#0B1D33 100%);
  border:1px solid var(--line);
  border-radius:18px;
  padding:40px 38px 36px;
  text-decoration:none;
  overflow:hidden;
  transition:border-color .25s ease,transform .25s ease;
}

.acard:hover{
  border-color:rgba(181,101,29,0.4);
  transform:translateY(-4px);
}

.acard__number{
  font-family:var(--serif);
  font-weight:600;
  font-size:30px;
  color:var(--amber);
  line-height:1;
  margin-bottom:24px;
}

.acard__title{
  font-family:var(--serif);
  font-weight:600;
  font-size:24px;
  line-height:1.14;
  letter-spacing:-0.01em;
  color:#fff;
  margin-bottom:14px;
}

.acard__text{
  font-family:var(--inter);
  font-size:15.5px;
  line-height:1.7;
  color:var(--ink);
  margin-bottom:28px;
  text-wrap:pretty;
}

.acard__more{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--serif);
  font-size:14.5px;
  font-weight:500;
  letter-spacing:0.04em;
  color:var(--amber);
  transition:color .2s ease;
}

.acard__more span{
  display:inline-block;
  transition:transform .2s ease;
}

.acard:hover .acard__more{
  color:#fff;
}

.acard:hover .acard__more span{
  transform:translateX(4px);
}

.acard__corner{
  position:absolute;
  bottom:20px;
  right:20px;
  width:22px;
  height:22px;
  border-right:2px solid var(--amber);
  border-bottom:2px solid var(--amber);
  opacity:0.55;
}

/* faixa de cta */

.area_cta{
  position:relative;
  background:var(--navy-deep);
  border-top:1px solid var(--line);
  overflow:hidden;
}

.area_cta__deco{
  position:absolute;
  right:-80px;
  top:-40px;
  width:420px;
  opacity:0.05;
  filter:brightness(0) invert(1);
  pointer-events:none;
}

.area_cta__inner{
  position:relative;
  max-width:1180px;
  margin:0 auto;
  padding:84px 0px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:48px;
  flex-wrap:wrap;
}

.area_cta__text{
  max-width:60ch;
}

.area_cta__title{
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(30px,3.6vw,46px);
  line-height:1.12;
  letter-spacing:-0.005em;
  color:#fff;
}

.area_cta__subtitle{
  margin-top:18px;
  font-family:var(--inter);
  font-size:16.5px;
  line-height:1.65;
  color:var(--ink);
  max-width:56ch;
}

.area_cta__button{
  display:inline-flex;
  align-items:center;
  padding:18px 40px;
  border-radius:8px;
  background:var(--amber);
  color:#fff;
  font-family:var(--serif);
  font-size:16px;
  font-weight:500;
  text-decoration:none;
  white-space:nowrap;
  transition:background .2s ease;
}

.ctabtn:hover{
  background:var(--amber-700);
}

@media (max-width:980px){
  .area_hero{
    min-height:420px;
  }
  .area_grid__list{
    grid-template-columns:1fr;
    gap:20px;
    padding:0px 0 88px;
  }
}

@media (max-width:768px){
  .area_hero__inner{
    padding:64px 0 0px;
  }
  .acard{
    padding:32px 28px 30px;
  }
  .area_cta__inner{
    padding:64px 24px;
  }
}

@media (max-width:480px){
  .area_hero__title{
    font-size:38px;
  }
  .area_hero__text{
    font-size:16px;
  }
  .acard__title{
    font-size:20px;
  }
  .area_cta__title{
    font-size:28px;
  }
  .area_cta__inner{
    padding:56px 24px;
    flex-direction:column;
    align-items:flex-start;
  }
  .area_cta__button{
    width:100%;
    justify-content:center;
    padding:15px 28px;
  }
}

/* ----------------- Single area de atuação ------------------------- */

.backlink{
  color:#7E8794;
  text-decoration:none;
}

.backlink:hover{
  color:#fff;
}

.arealink{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 16px;
  border-radius:12px;
  border:1px solid transparent;
  text-decoration:none;
  font-family:var(--serif);
  font-size:15.5px;
  line-height:1.3;
  color:var(--ink);
}

.arealink:hover{
  background:rgba(255,255,255,0.04);
  color:#fff;
}

.arealink:hover .areanum{
  color:var(--amber);
}

.arealink--active{
  background:linear-gradient(160deg,#11253D 0%,#0B1D33 100%);
  border-color:var(--line);
  border-left:3px solid var(--amber);
  color:#fff;
}

.areanum{
  font-family:var(--serif);
  font-weight:600;
  font-size:15px;
  color:#6B7480;
  line-height:1.3;
}

.arealink--active .areanum{
  color:var(--amber);
}

.single_area_hero{
  position:relative;
  overflow:hidden;
  background-color:var(--navy-deep);
  background-repeat:no-repeat;
  background-position:center,center 40%;
  background-size:100% 100%,cover;
  background-image:
    linear-gradient(180deg,rgba(9,22,39,0.82) 0%,rgba(9,22,39,0.7) 38%,rgba(9,22,39,0.86) 80%,var(--navy) 100%),
    url('../images/hero-escritorio.jpg');
    padding:80px 0 0;
}

.single_area_hero__deco{
  position:absolute;
  right:-90px;
  top:-30px;
  width:480px;
  opacity:0.05;
  filter:brightness(0) invert(1);
  pointer-events:none;
  z-index:1;
}

.single_area_hero__inner{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
  padding:64px 0px 72px;
}

.single_area_hero__breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  font-family:var(--serif);
  font-size:13px;
  letter-spacing:0.04em;
  color:#7E8794;
  margin-bottom:26px;
}

.single_area_hero__breadcrumb-sep{
  opacity:0.6;
}

.single_area_hero__breadcrumb-current{
  color:var(--amber);
}

.single_area_hero__heading{
  display:flex;
  align-items:flex-start;
  gap:24px;
  max-width:60ch;
}

.single_area_hero__number{
  font-family:var(--serif);
  font-weight:600;
  font-size:clamp(40px,5vw,58px);
  line-height:0.9;
  color:var(--amber);
}

.single_area_hero__title{
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(38px,5vw,60px);
  line-height:1.04;
  letter-spacing:-0.01em;
  color:#fff;
}

.single_area_hero__text{
  margin-top:28px;
  font-family:var(--inter);
  font-size:18px;
  line-height:1.7;
  color:var(--ink-soft);
  max-width:62ch;
  text-wrap:pretty;
}

.single_area_body{
  position:relative;
  background:var(--navy);
}

.single_area_body__grid{
  max-width:1180px;
  margin:0 auto;
  padding:72px 0px 96px;
  display:grid;
  grid-template-columns:296px 1fr;
  gap:64px;
  align-items:start;
}

.single_area_sidebar{
  position:sticky;
  top:32px;
  align-self:start;
}

.single_area_sidebar__label{
  font-family:var(--serif);
  font-size:12px;
  font-weight:500;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--amber);
  margin-bottom:20px;
}

.single_area_sidebar__nav{
  display:flex;
  flex-direction:column;
  gap:6px;
}


.single_area_content__lead{
  display:flex;
  flex-direction:column;
  gap:20px;
  font-family:var(--inter);
  font-size:17px;
  line-height:1.76;
  color:var(--ink-soft);
  text-wrap:pretty;
}

.single_area_content__intro{
  font-family:var(--serif);
  font-weight:300;
  font-size:23px;
  line-height:1.5;
  color:#fff;
}

.single_area_content__heading{
  font-family:var(--serif);
  font-weight:600;
  font-size:27px;
  letter-spacing:-0.01em;
  color:var(--amber);
  margin:48px 0 18px;
}

.single_area_content__section{
  display:flex;
  flex-direction:column;
  gap:16px;
  font-family:var(--inter);
  font-size:16.5px;
  line-height:1.74;
  color:var(--ink);
  text-wrap:pretty;
}

.single_area_content__steps{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.single_area_content__step{
  display:flex;
  gap:18px;
  background:linear-gradient(160deg,#11253D 0%,#0B1D33 100%);
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px 26px;
}

.single_area_content__step-number{
  font-family:var(--serif);
  font-weight:600;
  font-size:20px;
  color:var(--amber);
  line-height:1.2;
}

.single_area_content__step-title{
  font-family:var(--serif);
  font-weight:600;
  font-size:18px;
  color:#fff;
  margin-bottom:6px;
}

.single_area_content__step-text{
  font-family:var(--inter);
  font-size:15.5px;
  line-height:1.68;
  color:var(--ink);
}

@media (max-width:980px){
  .single_area_body__grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .single_area_sidebar{
    position:relative;
    top:0;
  }
  .single_area_sidebar__nav{
    flex-direction:row;
    flex-wrap:wrap;
    gap:10px;
  }
}

@media (max-width:768px){
  .single_area_hero__inner{
    padding:48px 24px 56px;
  }
  .single_area_hero__heading{
    gap:16px;
  }
  .single_area_body__grid{
    padding:56px 20px 72px;
  }
  .single_area_content__step{
    flex-direction:column;
    gap:8px;
  }
}

@media (max-width:480px){
  .single_area_hero__title{
    font-size:32px;
  }
  .single_area_hero__number{
    font-size:28px;
  }
  .single_area_hero__text{
    font-size:16px;
  }
  .single_area_content__intro{
    font-size:20px;
  }
  .single_area_content__heading{
    font-size:23px;
  }
}


/* ─────────────────── Scroll reveal ─────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: none;
}


/* ─────────────────── Mobile menu ─────────────────── */

body.menu-open {
  overflow: hidden;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.mobile-menu.is-open {
  pointer-events: all;
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu.is-open .mobile-menu__overlay {
  opacity: 1;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 85vw);
  background: var(--bg-dark);
  border-left: 1px solid var(--border-light);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-white);
  align-self: flex-end;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__logo img {
  height: 40px;
  width: auto;
}

.mobile-menu__nav ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-menu__nav a {
  font-family: var(--inter);
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: var(--text-white);
  transition: color 0.2s;
}

.mobile-menu__nav a:hover,
.mobile-menu__nav a.nav__link--active {
  color: var(--color-orange);
}
.error404 header{
	background: var(--bg-dark);
}
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 80px 24px;
  text-align: center;
}

.page-404__inner {
  max-width: 520px;
  margin: 0 auto;
}

.page-404__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #B4651D;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.page-404__number {
  font-size: clamp(72px, 14vw, 104px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
  margin: 0 0 12px;
}

.page-404__number span {
  color: #B4651D;
}

.page-404__divider {
  width: 48px;
  height: 2px;
  background: #B4651D;
  border-radius: 2px;
  margin: 0 auto 28px;
}

.page-404__title {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 12px;
}

.page-404__desc {
  font-size: 15px;
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0 0 32px;
}

.page-404__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s;
}

.btn:hover {
  opacity: 0.85;
}

.btn--primary {
  background: #B4651D;
  color: #fff;
}

.btn--secondary {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #d0d0d0;
}


/* ===================================================================
   STYLE-TEST.CSS
   Estilos novos em validação para: Contato, Artigos (index) e Artigo (single).
   Depois de aprovado, mover o conteúdo daqui para style.css.
   =================================================================== */

/* ============ CONTATO (page-contato.php) ============ */

.contact_banner{
  position:relative;
  height:260px;
  background-color:var(--navy-deep);
  background-image:
    linear-gradient(180deg,rgba(9,22,39,0.5) 0%,rgba(9,22,39,0.78) 60%,var(--navy-deep) 100%),
    url('../images/bg-contato.png');
  background-size:100% 100%,cover;
  background-position:center,center 35%;
  background-repeat:no-repeat;
}

.contact_main{
  background:var(--navy-deep);
  padding:0px 0 96px;
}

.contact_main__grid{
  max-width:1180px;
  margin:0 auto;
  padding:0 32px;
  display:grid;
  grid-template-columns:1.3fr 0.8fr;
  gap:64px;
  align-items:start;
}

.contact_title{
  margin-bottom:32px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  color: #B4651D;

}

.contact_form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.contact_form__field input,
.contact_form__field textarea{
  width:100%;
  background:transparent;
  border:1px solid #fff;
  border-radius:5px;
  padding:16px 18px;
  font-family:var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.contact_form__field textarea{
  min-height:140px;
  resize:vertical;
}

.contact_form__field input::placeholder,
.contact_form__field textarea::placeholder{
  color:var(--ink);
}

.contact_form__field input:focus,
.contact_form__field textarea:focus{
  outline:none;
  border-color:var(--amber);
}

.contact_form__submit{
  display:flex;
  justify-content:center;
  padding:12px 0px;
  border:none;
  border-radius:5px;
  background:var(--amber);
  cursor:pointer;
  transition:background .2s ease;
  width:100%;
  text-align:center;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #EDE8E1;
}

.contact_form__submit:hover{
  background:var(--color-orange-hover);
}

.contact_info{
  display:flex;
  flex-direction:column;
  gap:36px;
}

.contact_info__block{
  display:flex;
  flex-direction:column;
}

.contact_info__heading{
  margin-bottom:20px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #B4651D;
}

.contact_info__item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-family:var(--inter);
  color:#E4E8EE;
  margin-bottom:14px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #D8D4DE;
}

.contact_info__item img{
  width:18px;
  height:18px;
  margin-top:2px;
}

.contact_info__social{
  display:flex;
  gap:24px;
}

.contact_info__social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
}

.contact_info__social a:hover{
  border-color:var(--amber);
}

.contact_info__social img{
  width:29px;
  height:29px;
}

@media (max-width:980px){
  .contact_main__grid{ grid-template-columns:1fr; gap:48px; }
}

@media (max-width:768px){
  .contact_banner{ height:100px; }
  .contact_main{ padding:0px 0 72px; }
  .contact_main__grid{ padding:0 24px; }
  .contact_title{ font-size:32px; }
}

/* ============ ARTIGOS — listagem (index.php) ============ */

.blog_hero{
  position:relative;
  border-radius: 0 0 100px 0;
  height:800px;
}

.blog_hero__image{
  width:100%;
  height:100%;
  border-radius: 0 0 100px 0;
  object-fit:cover;
  object-position:center;
}

.overlay_blog{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #0A1628 0%, rgba(6, 16, 31, 0.857143) 10.55%, rgba(4, 10, 21, 0.714286) 21.11%, rgba(2, 5, 13, 0.571429) 31.66%, rgba(1, 2, 6, 0.428571) 42.22%, rgba(0, 1, 2, 0.285714) 52.77%, rgba(0, 0, 0, 0.142857) 63.33%, rgba(0, 0, 0, 0) 73.88%, rgba(0, 0, 0, 0) 147.77%);
  border-radius: 0 0 100px 0;
}

.blog_hero__inner{
  position:absolute;
  bottom:120px;
}

.blog_featured{
  position:relative;
  z-index:2;
  display:block;
  max-width:620px;
}

.blog_featured .post-meta__item{
  color:#fff;
}

.blog_featured__meta{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:14px;
}

.blog_featured__title{
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 600;
  font-size: 40.7189px;
  line-height: 51px;
  color: #EDE8E1;
}

.blog_featured__link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:18px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 600;
  font-size: 22.6601px;
  line-height: 27px;
  color: #B4651D;
}

.blog_grid{
  position:relative;
  padding:130px 0 100px;
}

.blog_grid__list{
  max-width:1180px;
  margin:0 auto;
  padding:0 32px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.post-meta{
  display:flex;
  align-items:center;
  gap:18px;
}

.post-meta__item{
  display:flex;
  align-items:center;
  gap:6px;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(180, 101, 29, 0.6);


}

.post-meta__item img{
  width:14px;
  height:14px;
  opacity:0.8;
}

.post-card{
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:574px;
}

.post-card__image{
  width:100%;

  overflow:hidden;
  border-radius:20px 0 20px 0;
}

.post-card__image img{
  width:100%;
  object-fit:cover;
  height:360px;
  display:block;
  border-radius:20px 0 20px 0;
}

.post-card__body{
  margin:24px 0 0;
}

.post-card__body .post-meta{
  margin-bottom:14px;
}

.post-card__title{
  margin-bottom:13px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #B4651D;

}

.post-card__excerpt{
  font-family:var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1A3A5E;
}

.post-card__link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:42px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #B4651D;
}

@media (max-width:980px){
  .blog_grid__list{ grid-template-columns:1fr; }
  .blog_featured{ max-width:100%; }
}

@media (max-width:768px){
  .blog_hero{ height:600px; }
  .blog_grid{ padding:48px 0 72px; }
  .blog_grid__list{ padding:0 20px; }
  .post-card__body{margin:24px 0 0;}
}

/* ============ ARTIGO — single (single.php) ============ */
.single-post header{
  position:sticky;
}

.overlay_post_hero{
  position: absolute;
  width: 100%;
  height: 100%;;
  left: 0px;
  top: 0;
  border-radius: 20px 0 20px 0;
  z-index:2;
  background: linear-gradient(0deg, #0A1628 0%, rgba(6, 16, 31, 0.857143) 10.55%, rgba(4, 10, 21, 0.714286) 21.11%, rgba(2, 5, 13, 0.571429) 31.66%, rgba(1, 2, 6, 0.428571) 42.22%, rgba(0, 1, 2, 0.285714) 52.77%, rgba(0, 0, 0, 0.142857) 63.33%, rgba(0, 0, 0, 0) 73.88%, rgba(0, 0, 0, 0) 147.77%);
}

.post_hero{
  position:relative;
  height:480px;
  width:100%;
  max-width:1180px;
  margin:24px auto 0;
}

.post_hero__inner{
  position:absolute;
  bottom:60px;
  left:0;
  max-width:900px;
  margin:0 auto;
  padding:64px 32px 0px;
  width:100%;
  z-index:3;
}

.post_hero__image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius: 20px 0 20px 0;
}

.post_hero__meta{
  margin-bottom:16px;
}

.post_hero__meta .post-meta__item{
  color:#C7CCD3;
}

.post_hero__title{
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 600;
  font-size: 35.9388px;
  line-height: 45px;
  color: #EDE8E1;
  max-width:490px;
}

.post_body{
  padding:72px 0 80px;
}

.post_body__inner{
  max-width:1180px;
  margin:0 auto;
}

.post_body__inner h2{
  margin:36px 0 16px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #B4651D;
}

.post_body__inner h2:first-child{
  margin-top:0;
}

.post_body__inner p{
  font-family:var(--inter);
  margin-bottom:16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1A3A5D;
}

.post_body__inner h3{
  margin:32px 0 14px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #B4651D;
}

.post_body__inner h4{
  margin:28px 0 12px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #B4651D;
}

.post_body__inner h5{
  margin:24px 0 10px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  color: #B4651D;
}

.post_body__inner h6{
  margin:20px 0 8px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #B4651D;
}

.post_body__inner ul{
  margin:0 0 16px;
  padding-left:22px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1A3A5D;
}

.post_body__inner li{
  margin-bottom:8px;
}

.post_body__inner li:last-child{
  margin-bottom:0;
}

.post_body__inner a{
  color: #B4651D;
  font-weight: 600;
  text-decoration: underline;
}

.post_body__inner a:hover{
  text-decoration: none;
}

.post_related{
  background:var(--text-gray);
  padding:72px 0 80px;
  border-radius: 100px 0 0px 0;
}

.post_related__heading{
  max-width:1180px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  color: #B4651D;
  margin:0 0 46px;
}

.post_related__grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}


.post_related__grid .post-card__title{
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #B4651D;
  margin:0 0 6px;

}

.post_related__grid .post-card__excerpt{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1A3A5D;
  margin:0 0 20px;
}

.post_related__grid .post-meta__item{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(180, 101, 29, 0.6);
}


.post_newsletter__inner{
  padding:24px 74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  flex-wrap:wrap;
  width:100%;
  max-width: 1181px;
  margin:50px 0 0;
  background: #B4651D;
  border-radius: 50px 0px;
}

.post_newsletter__title{
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 24px;
  color: #FFFFFF;

}

.post_newsletter__button{
  display:flex;
  align-items:center;
  padding:12px 24px;
  border-radius:5px;
  background:#EDE8E1;
  white-space:nowrap;
  transition:background .2s ease;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #0A1628;

}

.post_newsletter__button:hover{
  background:var(--navy);
}

@media (max-width:980px){
  .post_related__grid{ grid-template-columns:1fr 1fr; }
}

@media (max-width:768px){
  .post_hero__inner{ padding:48px 24px 40px; }
  .post_body{ padding:48px 0 56px; }
  .post_related{ padding:48px 0 56px; }
  .post_related__heading{ padding:0 12px; font-size:32px; }
  .post_related__grid{ padding:0 24px; grid-template-columns:1fr; }
  .post_newsletter__inner{justify-content:flex-start;padding: 24px 32px; }
  .post_newsletter__button{ width:100%; justify-content:center; }
}

.sm2a-qs {
    --sm-background: oklch(0.18 0.03 260);
    --sm-foreground: oklch(0.97 0.01 240);
    --sm-primary: oklch(0.72 0.17 55);
    --sm-primary-foreground: oklch(0.18 0.03 260);
    --sm-border: oklch(0.3 0.03 260 / 60%);

    background-color: var(--sm-background);
    color: var(--sm-foreground);
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.5;
  }

  .sm2a-qs *, .sm2a-qs *::before, .sm2a-qs *::after {
    box-sizing: border-box;
  }

  .sm2a-qs img { max-width: 100%; display: block; }
  .sm2a-qs a { text-decoration: none; color: inherit; }
  .sm2a-qs p { margin: 0; }

  .sm2a-qs .sm-wrap {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  @media (min-width: 1024px) {
    .sm2a-qs .sm-wrap { padding: 0 2.5rem; }
  }

  .sm2a-qs .sm-heading {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  .sm2a-qs .sm-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--sm-primary);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .sm2a-qs .sm-eyebrow::before {
    content: "";
    height: 1px;
    width: 2rem;
    background: var(--sm-primary);
  }

  /* Método */
  .sm2a-qs .sm-metodo {
    padding: 6rem 0;
  }
  .sm2a-qs .sm-metodo-intro {
    margin-top: 1rem;
    max-width: 48rem;
    font-size: clamp(1.6rem, 4vw, 3rem);
    line-height: 1.5;
    font-weight: 600;
  }
  .sm2a-qs .sm-metodo-intro.sm-js .sm-word {
    display: inline-block;
    opacity: 0;
    filter: blur(8px);
    transition: opacity 0.6s ease-out, filter 0.6s ease-out;
  }
  .sm2a-qs .sm-metodo-intro.sm-js .sm-word.sm-in {
    opacity: 1;
    filter: blur(0);
  }

  .sm2a-qs .sm-timeline {
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
  }
  @media (min-width: 1024px) {
    .sm2a-qs .sm-timeline {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
      gap: 4rem;
    }
  }

  .sm2a-qs .sm-timeline-aside { display: none; }
  @media (min-width: 1024px) {
    .sm2a-qs .sm-timeline-aside {
      display: block;
      position: sticky;
      top: 6rem;
      height: 70vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .sm2a-qs .sm-timeline-num-wrap {
      position: relative;
      height: 16rem;
    }
    .sm2a-qs .sm-timeline-num {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    }
    .sm2a-qs .sm-timeline-num.sm-active {
      opacity: 1;
      transform: translateY(0);
    }
    .sm2a-qs .sm-timeline-num .sm-big {
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 500;
      font-size: 11rem;
      line-height: 1;
      color: var(--sm-primary);
    }
    .sm2a-qs .sm-timeline-num .sm-step-label {
      margin-top: 0.5rem;
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      color: oklch(0.97 0.01 240 / 60%);
    }
    .sm2a-qs .sm-progress {
      margin-top: 2.5rem;
      height: 1px;
      width: 100%;
      background: oklch(0.3 0.03 260 / 60%);
      position: relative;
      overflow: hidden;
    }
    .sm2a-qs .sm-progress-bar {
      position: absolute;
      inset: 0 auto 0 0;
      background: var(--sm-primary);
      width: 25%;
      transition: width 0.7s ease-out;
    }
  }

  .sm2a-qs .sm-step {
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 3rem 0;
  }
  @media (min-width: 1024px) {
    .sm2a-qs .sm-step { min-height: 80vh; }
  }
  .sm2a-qs .sm-step-inner {
    transition: opacity 0.9s ease-out, transform 0.9s ease-out, filter 0.9s ease-out;
  }
  .sm2a-qs .sm-step.sm-js .sm-step-inner {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    filter: blur(6px);
  }
  .sm2a-qs .sm-step.sm-js.sm-visible .sm-step-inner {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  .sm2a-qs .sm-step-num-mobile {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 1;
    color: var(--sm-primary);
    margin-bottom: 1rem;
  }
  @media (min-width: 1024px) {
    .sm2a-qs .sm-step-num-mobile { display: none; }
  }
  .sm2a-qs .sm-step-label {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--sm-primary);
  }
  .sm2a-qs .sm-step h3 {
    margin: 1rem 0 0;
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1.2;
    max-width: 42rem;
  }
  .sm2a-qs .sm-step p {
    margin-top: 1.5rem;
    max-width: 36rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: oklch(0.97 0.01 240 / 80%);
  }



/* Botão Agendamento com fonte Oxanium Extra Light */
header .header__inner .header__cta {
  font-family: 'Oxanium', sans-serif;
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
}

/* Reduz o espaçamento horizontal para caber o botão sem quebrar o menu */
header .header__inner {
  gap: 30px;
}

header .header__inner .header__nav ul {
  gap: 30px;
}

/* Ajusta o breakpoint de tablet, que também ficou apertado com o botão extra */
@media (max-width: 980px) {
  header .header__inner {
    gap: 24px;
  }

  header .header__inner .header__nav ul {
    gap: 16px;
  }
}