/* MICP Estrutural 1.0 - página Como Trabalhamos */
.page-how-we-work{background:#fbf8f3;color:#181716;}
.page-how-we-work .site-header{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  width:100%!important;
  background:#fbf8f3!important;
  border-bottom:0!important;
  z-index:20!important;
}
.page-how-we-work .main-nav a.active:after{background:var(--gold)!important;}
.page-how-we-work .main-nav .nav-cta{color:#fff;}

.page-how-we-work .page-hero.how-hero{
  position:relative;
  overflow:hidden;
  background:#fbf8f3;
  border-bottom:1px solid rgba(210,198,181,.45);
  margin-top:0!important;
  min-height:0;
  height:auto;
}
.page-how-we-work .page-hero.how-hero::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:88px;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(248,246,242,.98) 0%,
    rgba(248,246,242,.82) 18%,
    rgba(248,246,242,.48) 42%,
    rgba(248,246,242,.18) 68%,
    rgba(248,246,242,0) 100%
  );
}
.page-how-we-work .page-hero.how-hero::after{
  content:none;
  display:none;
}
.page-how-we-work .page-hero__media{
  position:relative;
  inset:auto;
  z-index:0;
  width:100%;
  height:auto;
  display:block;
  overflow:hidden;
  line-height:0;
  background:transparent;
}
.page-how-we-work .page-hero__image{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  max-height:none;
  opacity:1;
  filter:none;
  transform:none;
}
.page-how-we-work .page-hero__overlay{display:none!important;background:none!important;}
.page-how-we-work .page-hero__content{
  position:absolute;
  inset:0 auto 0 49%;
  transform:translateX(-50%);
  z-index:2;
  width:min(1320px,calc(100vw - 80px));
  height:100%;
  min-height:0;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  padding:clamp(72px,7.2vw,118px) 0 0;
  box-sizing:border-box;
  pointer-events:none;
}
.page-how-we-work .how-hero__copy{
  max-width:455px;
  padding-top:0;
  pointer-events:auto;
}
.page-how-we-work .how-hero__copy h1{
  font-family:var(--serif);
  font-weight:400;
  font-size:43px;
  line-height:1.07;
  letter-spacing:-.02em;
  margin:0;
  color:#181716;
}
.page-how-we-work .how-hero__copy h1 span{color:var(--gold);}
.page-how-we-work .how-hero__copy .contact-rule{
  background:var(--gold)!important;
  margin:30px 0 24px;
}
.page-how-we-work .how-hero__copy p:not(.eyebrow){
  max-width:410px;
  font-size:14px;
  line-height:1.82;
  font-weight:500;
  color:#181716;
  margin:0;
}
.page-how-we-work .how-hero__button{margin-top:30px;}

@media(max-width:1360px){
  .page-how-we-work .page-hero__content{width:min(1240px,calc(100vw - 72px));padding-top:clamp(62px,6.6vw,94px);}
  .page-how-we-work .how-hero__copy{max-width:410px;}
  .page-how-we-work .how-hero__copy h1{font-size:38px;}
  .page-how-we-work .how-hero__copy p:not(.eyebrow){font-size:13px;max-width:370px;}
}
@media(max-width:1100px){
  .page-how-we-work .page-hero__content{width:calc(100vw - 48px);align-items:flex-start;padding-top:64px;}
  .page-how-we-work .how-hero__copy{max-width:560px;padding-top:0;}
  .page-how-we-work .how-hero__copy h1{font-size:40px;}
  .page-how-we-work .how-hero__copy p:not(.eyebrow){font-size:14px;max-width:520px;}
}
@media(max-width:760px){
  .page-how-we-work .page-hero__content{
    position:relative;
    inset:auto;
    transform:none;
    width:calc(100vw - 40px);
    height:auto;
    padding:42px 0 50px;
    align-items:flex-start;
  }
  .page-how-we-work .how-hero__copy h1{font-size:33px;line-height:1.08;}
  .page-how-we-work .how-hero__copy p:not(.eyebrow){font-size:13px;line-height:1.68;}
  .page-how-we-work .how-hero__button{width:100%;justify-content:center;}
}
@media(max-width:520px){
  .page-how-we-work .how-hero__copy h1{font-size:29px;}
}

/* =========================================================
   Página Como Trabalhamos - Bloco 2: Nossa atuação
   v20 - Inserção do primeiro bloco após a Hero
   ========================================================= */
.page-how-we-work .how-intro{
  display:grid;
  grid-template-columns:150px minmax(230px, 300px) repeat(4, minmax(130px, 1fr));
  gap:0;
  align-items:stretch;
  max-width:1440px;
  margin:0 auto;
  padding:42px 56px 40px;
  background:#fbf8f3;
  border-bottom:1px solid rgba(185,165,138,.35);
}
.page-how-we-work .how-intro__symbol{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding-right:28px;
}
.page-how-we-work .how-intro__symbol svg{
  width:112px;
  height:112px;
  overflow:visible;
}
.page-how-we-work .how-intro__symbol svg *{
  fill:none;
  stroke:var(--gold);
  stroke-width:1.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.page-how-we-work .how-intro__statement{
  padding:0 34px 0 24px;
  border-left:1px solid rgba(185,165,138,.38);
  border-right:1px solid rgba(185,165,138,.34);
}
.page-how-we-work .how-intro__statement h2{
  font-family:var(--serif);
  font-size:30px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:400;
  margin:0;
  color:#181716;
}
.page-how-we-work .how-intro__statement h2 span{color:var(--gold);}
.page-how-we-work .how-section-rule{
  width:38px;
  height:2px;
  background:var(--gold);
  margin:24px 0 20px;
}
.page-how-we-work .how-intro__statement p{
  font-size:12.5px;
  line-height:1.85;
  font-weight:600;
  margin:0;
  color:#181716;
}
.page-how-we-work .how-principles{
  display:contents;
}
.page-how-we-work .how-principle-card{
  min-height:218px;
  padding:0 26px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  border-right:1px solid rgba(185,165,138,.34);
}
.page-how-we-work .how-principle-card:last-child{border-right:0;}
.page-how-we-work .how-card-icon{
  height:58px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  margin-bottom:18px;
}
.page-how-we-work .how-card-icon svg{
  width:44px;
  height:44px;
}
.page-how-we-work .how-card-icon svg *{
  fill:none;
  stroke:var(--gold);
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.page-how-we-work .how-principle-card h3{
  margin:0 0 14px;
  font-size:11px;
  line-height:1.25;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.02em;
  color:#181716;
}
.page-how-we-work .how-principle-card p{
  margin:0;
  max-width:170px;
  font-size:11.5px;
  line-height:1.85;
  font-weight:600;
  color:#181716;
}
@media(max-width:1360px){
  .page-how-we-work .how-intro{
    grid-template-columns:130px minmax(220px, 280px) repeat(4, minmax(120px, 1fr));
    padding:36px 46px 34px;
  }
  .page-how-we-work .how-intro__symbol svg{width:96px;height:96px;}
  .page-how-we-work .how-intro__statement h2{font-size:25px;}
  .page-how-we-work .how-principle-card{padding:0 20px;min-height:205px;}
  .page-how-we-work .how-card-icon svg{width:38px;height:38px;}
  .page-how-we-work .how-principle-card p{font-size:10.7px;line-height:1.82;}
}
@media(max-width:1100px){
  .page-how-we-work .how-intro{
    grid-template-columns:110px 1fr;
    gap:0;
    padding:42px 24px 34px;
  }
  .page-how-we-work .how-intro__statement{border-right:0;padding-right:0;}
  .page-how-we-work .how-principles{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    margin-top:34px;
    border-top:1px solid rgba(185,165,138,.34);
  }
  .page-how-we-work .how-principle-card{padding:28px 22px;min-height:auto;border-bottom:1px solid rgba(185,165,138,.34);}
  .page-how-we-work .how-principle-card:nth-child(2n){border-right:0;}
}
@media(max-width:640px){
  .page-how-we-work .how-intro{display:block;padding:36px 22px 28px;}
  .page-how-we-work .how-intro__symbol{justify-content:flex-start;padding:0 0 24px;}
  .page-how-we-work .how-intro__statement{border-left:0;padding:0;}
  .page-how-we-work .how-intro__statement h2{font-size:26px;}
  .page-how-we-work .how-principles{display:block;margin-top:28px;}
  .page-how-we-work .how-principle-card{border-right:0;border-bottom:1px solid rgba(185,165,138,.34);padding:26px 0;}
  .page-how-we-work .how-principle-card p{max-width:320px;}
}


/* =========================================================
   Página Como Trabalhamos - Bloco 2: correção v21
   Ajusta rosa dos ventos e quebra do título em 3 linhas.
   ========================================================= */
@media(min-width:1101px){
  .page-how-we-work .how-intro{
    grid-template-columns:190px minmax(400px, 430px) repeat(4, minmax(150px, 1fr)) !important;
    padding:48px 56px 44px !important;
    align-items:stretch !important;
  }
  .page-how-we-work .how-intro__symbol{
    align-items:flex-start !important;
    justify-content:center !important;
    padding:18px 30px 0 0 !important;
  }
  .page-how-we-work .how-intro__symbol svg{
    width:142px !important;
    height:142px !important;
  }
  .page-how-we-work .how-intro__statement{
    padding:0 44px 0 36px !important;
  }
  .page-how-we-work .how-intro__statement h2{
    max-width:430px !important;
    font-size:34px !important;
    line-height:1.18 !important;
    letter-spacing:-.025em !important;
  }
  .page-how-we-work .how-intro__statement h2 .h2-nowrap{
    color:#181716 !important;
    white-space:nowrap !important;
  }
}
@media(min-width:1101px) and (max-width:1360px){
  .page-how-we-work .how-intro{
    grid-template-columns:158px minmax(345px, 370px) repeat(4, minmax(120px, 1fr)) !important;
    padding:38px 42px 36px !important;
  }
  .page-how-we-work .how-intro__symbol{
    padding:14px 24px 0 0 !important;
  }
  .page-how-we-work .how-intro__symbol svg{
    width:120px !important;
    height:120px !important;
  }
  .page-how-we-work .how-intro__statement{
    padding:0 34px 0 30px !important;
  }
  .page-how-we-work .how-intro__statement h2{
    font-size:30px !important;
    max-width:370px !important;
  }
}


/* =========================================================
   Página Como Trabalhamos - Bloco 2: reconstrução comparativa v22
   Correção consolidada do bloco "Nossa atuação" com base no PNG aprovado.
   Remove o superdimensionamento da v21 e restabelece proporções, pesos e espaçamentos.
   ========================================================= */
@media(min-width:1101px){
  .page-how-we-work .how-intro{
    display:grid !important;
    grid-template-columns:150px 305px repeat(4, 1fr) !important;
    column-gap:0 !important;
    align-items:stretch !important;
    max-width:1280px !important;
    margin:0 auto !important;
    padding:34px 52px 32px !important;
    min-height:214px !important;
    background:#fbf8f3 !important;
    border-bottom:1px solid rgba(185,165,138,.35) !important;
  }

  .page-how-we-work .how-intro__symbol{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 28px 0 0 !important;
  }

  .page-how-we-work .how-intro__symbol svg{
    width:118px !important;
    height:118px !important;
  }

  .page-how-we-work .how-intro__symbol svg *{
    stroke:var(--gold) !important;
    stroke-width:1.15 !important;
  }

  .page-how-we-work .how-intro__statement{
    padding:0 34px 0 24px !important;
    border-left:1px solid rgba(185,165,138,.36) !important;
    border-right:1px solid rgba(185,165,138,.32) !important;
  }

  .page-how-we-work .how-intro__statement h2{
    font-family:var(--serif) !important;
    font-size:27px !important;
    line-height:1.14 !important;
    letter-spacing:-.02em !important;
    font-weight:400 !important;
    max-width:282px !important;
    margin:0 !important;
    color:#181716 !important;
  }

  .page-how-we-work .how-intro__statement h2 .h2-nowrap,
  .page-how-we-work .how-intro__statement h2 .h2-line{
    color:#181716 !important;
    white-space:nowrap !important;
  }

  .page-how-we-work .how-intro__statement h2 .gold-word{
    color:var(--gold) !important;
  }

  .page-how-we-work .how-section-rule{
    width:42px !important;
    height:2px !important;
    background:var(--gold) !important;
    margin:22px 0 18px !important;
  }

  .page-how-we-work .how-intro__statement p{
    max-width:245px !important;
    font-size:11px !important;
    line-height:1.65 !important;
    font-weight:400 !important;
    margin:0 !important;
    color:#181716 !important;
  }

  .page-how-we-work .how-principles{
    display:contents !important;
  }

  .page-how-we-work .how-principle-card{
    min-height:0 !important;
    padding:0 24px !important;
    text-align:center !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    border-right:1px solid rgba(185,165,138,.32) !important;
  }

  .page-how-we-work .how-principle-card:last-child{
    border-right:0 !important;
  }

  .page-how-we-work .how-card-icon{
    height:58px !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    margin:0 0 10px !important;
  }

  .page-how-we-work .how-card-icon svg{
    width:38px !important;
    height:38px !important;
  }

  .page-how-we-work .how-card-icon svg *{
    fill:none !important;
    stroke:var(--gold) !important;
    stroke-width:1.45 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
  }

  .page-how-we-work .how-principle-card h3{
    margin:0 0 12px !important;
    font-family:var(--sans) !important;
    font-size:10px !important;
    line-height:1.18 !important;
    font-weight:900 !important;
    letter-spacing:.015em !important;
    color:#181716 !important;
  }

  .page-how-we-work .how-principle-card p{
    margin:0 !important;
    max-width:155px !important;
    font-size:10px !important;
    line-height:1.62 !important;
    font-weight:400 !important;
    color:#181716 !important;
  }
}

@media(min-width:1101px) and (max-width:1360px){
  .page-how-we-work .how-intro{
    grid-template-columns:135px 285px repeat(4, 1fr) !important;
    max-width:1180px !important;
    padding:32px 42px 30px !important;
    min-height:206px !important;
  }

  .page-how-we-work .how-intro__symbol svg{
    width:108px !important;
    height:108px !important;
  }

  .page-how-we-work .how-intro__statement{
    padding:0 30px 0 22px !important;
  }

  .page-how-we-work .how-intro__statement h2{
    font-size:25px !important;
    max-width:265px !important;
  }

  .page-how-we-work .how-principle-card{
    padding:0 18px !important;
  }

  .page-how-we-work .how-card-icon svg{
    width:34px !important;
    height:34px !important;
  }

  .page-how-we-work .how-principle-card p{
    max-width:140px !important;
    font-size:9.6px !important;
    line-height:1.58 !important;
  }
}

/* =========================================================
   Página Como Trabalhamos - Bloco 2: correção real v23
   Resgata proporções do modelo aprovado: bloco deslocado à esquerda,
   rosa dos ventos aprovada, ícones padronizados e olho aprovado.
   ========================================================= */
@media (min-width:1101px){
  .page-how-we-work .how-intro{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:36px 52px 34px !important;
    grid-template-columns:176px 330px repeat(4, minmax(150px, 1fr)) !important;
    min-height:226px !important;
    box-sizing:border-box !important;
    background:#fbf8f3 !important;
  }

  .page-how-we-work .how-intro__symbol{
    width:118px !important;
    height:118px !important;
    border:1.35px solid var(--gold) !important;
    border-radius:50% !important;
    align-self:center !important;
    justify-self:start !important;
    margin-left:36px !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
  }
  .page-how-we-work .how-intro__symbol svg{display:none !important;}
  .page-how-we-work .how-intro__symbol::before{
    content:'' !important;
    width:82px !important;
    height:82px !important;
    display:block !important;
    background:transparent url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cg%20fill='none'%20stroke='%23a76613'%20stroke-width='1.55'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M50%205%20L55%2038%20L74%2026%20L62%2045%20L95%2050%20L62%2055%20L74%2074%20L55%2062%20L50%2095%20L45%2062%20L26%2074%20L38%2055%20L5%2050%20L38%2045%20L26%2026%20L45%2038%20Z'/%3E%3Cpath%20d='M50%2019%20L54%2043%20L66%2034%20L58%2047%20L81%2050%20L58%2053%20L66%2066%20L54%2057%20L50%2081%20L46%2057%20L34%2066%20L42%2053%20L19%2050%20L42%2047%20L34%2034%20L46%2043%20Z'/%3E%3Cpath%20d='M50%207%20L50%2093%20M7%2050%20L93%2050%20M20%2020%20L80%2080%20M80%2020%20L20%2080'/%3E%3Cpath%20d='M50%2031%20L53%2046%20L69%2050%20L53%2054%20L50%2069%20L47%2054%20L31%2050%20L47%2046%20Z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
  }

  .page-how-we-work .how-intro__statement{
    padding:0 38px 0 24px !important;
    border-left:1px solid rgba(185,165,138,.36) !important;
    border-right:1px solid rgba(185,165,138,.32) !important;
  }
  .page-how-we-work .how-intro__statement h2{
    max-width:320px !important;
    font-size:27px !important;
    line-height:1.18 !important;
    letter-spacing:-.02em !important;
  }
  .page-how-we-work .how-intro__statement h2 .h2-nowrap,
  .page-how-we-work .how-intro__statement h2 .h2-line{white-space:normal !important;color:#181716 !important;}
  .page-how-we-work .how-intro__statement h2 .gold-word{color:var(--gold) !important;}
  .page-how-we-work .how-intro__statement p{
    max-width:285px !important;
    font-size:11px !important;
    line-height:1.72 !important;
    font-weight:400 !important;
  }

  .page-how-we-work .how-principle-card{
    padding:0 24px !important;
    justify-content:flex-start !important;
  }
  .page-how-we-work .how-card-icon{
    height:62px !important;
    margin:0 0 12px !important;
    align-items:flex-start !important;
  }
  .page-how-we-work .how-card-icon svg{
    width:46px !important;
    height:46px !important;
    overflow:visible !important;
  }
  .page-how-we-work .how-card-icon svg.how-eye-svg{
    width:54px !important;
    height:31px !important;
    margin-top:6px !important;
  }
  .page-how-we-work .how-card-icon svg *{
    fill:none !important;
    stroke:var(--gold) !important;
    stroke-width:1.7 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
  }
  .page-how-we-work .how-card-icon svg.how-eye-svg *{stroke-width:2.9 !important;}
  .page-how-we-work .how-principle-card h3{
    font-size:10px !important;
    line-height:1.18 !important;
    margin:0 0 12px !important;
    font-weight:900 !important;
  }
  .page-how-we-work .how-principle-card p{
    max-width:170px !important;
    font-size:10px !important;
    line-height:1.62 !important;
    font-weight:400 !important;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .page-how-we-work .how-intro{
    padding:32px 42px 30px !important;
    grid-template-columns:150px 300px repeat(4, minmax(125px, 1fr)) !important;
    min-height:214px !important;
  }
  .page-how-we-work .how-intro__symbol{
    width:108px !important;
    height:108px !important;
    margin-left:24px !important;
  }
  .page-how-we-work .how-intro__symbol::before{width:74px !important;height:74px !important;}
  .page-how-we-work .how-intro__statement{padding:0 32px 0 22px !important;}
  .page-how-we-work .how-intro__statement h2{font-size:25px !important;max-width:290px !important;}
  .page-how-we-work .how-card-icon svg{width:42px !important;height:42px !important;}
  .page-how-we-work .how-card-icon svg.how-eye-svg{width:50px !important;height:29px !important;}
  .page-how-we-work .how-principle-card{padding:0 18px !important;}
}

/* =========================================================
   Página Como Trabalhamos - Bloco 2: correção v24
   Ajuste estrutural do título para 3 linhas, sem reduzir tipografia.
   A terceira linha fica obrigatoriamente: "e orientada por propósito."
   ========================================================= */
@media (min-width:1101px){
  .page-how-we-work .how-intro{
    grid-template-columns:150px 410px repeat(4, minmax(145px, 1fr)) !important;
    padding-left:42px !important;
    padding-right:42px !important;
  }
  .page-how-we-work .how-intro__symbol{
    margin-left:28px !important;
  }
  .page-how-we-work .how-intro__statement{
    padding-left:28px !important;
    padding-right:36px !important;
  }
  .page-how-we-work .how-intro__statement h2{
    max-width:370px !important;
  }
  .page-how-we-work .how-intro__statement h2 .h2-nowrap,
  .page-how-we-work .how-intro__statement h2 .h2-line{
    white-space:nowrap !important;
    display:inline-block !important;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .page-how-we-work .how-intro{
    grid-template-columns:126px 350px repeat(4, minmax(120px, 1fr)) !important;
    padding-left:34px !important;
    padding-right:34px !important;
  }
  .page-how-we-work .how-intro__symbol{
    margin-left:12px !important;
  }
  .page-how-we-work .how-intro__statement{
    padding-left:22px !important;
    padding-right:28px !important;
  }
  .page-how-we-work .how-intro__statement h2{
    max-width:330px !important;
    font-size:24px !important;
    line-height:1.16 !important;
  }
}


/* =========================================================
   Página Como Trabalhamos - Bloco 2: correção v25 definitiva
   Mantém título da v24, corrige alinhamento da rosa e padroniza
   os ícones Integração / Análise / Interpretação / Resultados.
   ========================================================= */
@media (min-width:1101px){
  .page-how-we-work .how-intro{
    grid-template-columns:150px 410px repeat(4, minmax(145px, 1fr)) !important;
    align-items:start !important;
    padding-top:34px !important;
    padding-bottom:34px !important;
  }
  .page-how-we-work .how-intro__symbol{
    width:118px !important;
    height:118px !important;
    align-self:start !important;
    justify-self:center !important;
    margin:24px 0 0 0 !important;
    padding:0 !important;
    border-radius:50% !important;
    aspect-ratio:1/1 !important;
    flex:0 0 118px !important;
  }
  .page-how-we-work .how-intro__symbol::before{
    width:86px !important;
    height:86px !important;
  }
  .page-how-we-work .how-intro__statement{
    padding-left:28px !important;
    padding-right:36px !important;
  }
  .page-how-we-work .how-principle-card{
    padding:0 24px !important;
    align-items:center !important;
  }
  .page-how-we-work .how-card-icon{
    height:56px !important;
    width:100% !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    margin:0 0 14px !important;
  }
  .page-how-we-work .how-card-icon svg{
    width:48px !important;
    height:48px !important;
    display:block !important;
    overflow:visible !important;
  }
  .page-how-we-work .how-card-icon svg.how-network-svg{
    width:48px !important;
    height:48px !important;
  }
  .page-how-we-work .how-card-icon svg.how-eye-svg{
    width:58px !important;
    height:34px !important;
    margin-top:7px !important;
  }
  .page-how-we-work .how-card-icon svg *{
    fill:none !important;
    stroke:var(--gold) !important;
    stroke-width:1.65 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
  }
  .page-how-we-work .how-card-icon svg.how-eye-svg *{
    stroke-width:2.35 !important;
  }
  .page-how-we-work .how-principle-card h3{
    margin-top:0 !important;
  }
}
@media (min-width:1101px) and (max-width:1360px){
  .page-how-we-work .how-intro{
    grid-template-columns:126px 350px repeat(4, minmax(120px, 1fr)) !important;
  }
  .page-how-we-work .how-intro__symbol{
    width:108px !important;
    height:108px !important;
    flex-basis:108px !important;
    margin-top:20px !important;
  }
  .page-how-we-work .how-intro__symbol::before{
    width:78px !important;
    height:78px !important;
  }
  .page-how-we-work .how-card-icon svg,
  .page-how-we-work .how-card-icon svg.how-network-svg{
    width:44px !important;
    height:44px !important;
  }
  .page-how-we-work .how-card-icon svg.how-eye-svg{
    width:54px !important;
    height:31px !important;
    margin-top:7px !important;
  }
}

/* =========================================================
   Página Como Trabalhamos - Bloco 3: Nosso processo de trabalho v26
   Construção limpa do bloco completo conforme modelo aprovado.
   ========================================================= */
.page-how-we-work .how-process{
  width:100%;
  background:#fbf8f3;
  border-top:1px solid rgba(185,165,138,.34);
  border-bottom:1px solid rgba(185,165,138,.34);
  padding:26px 54px 34px;
  box-sizing:border-box;
}
.page-how-we-work .how-process__header{
  text-align:center;
  margin:0 auto 22px;
}
.page-how-we-work .how-process__header h2{
  margin:0;
  color:var(--gold,#b57622);
  font-family:var(--sans);
  font-weight:900;
  font-size:13px;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.page-how-we-work .how-process__header .how-section-rule{
  width:44px;
  height:1.5px;
  background:var(--gold);
  margin:13px auto 0;
}
.page-how-we-work .how-process__steps{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  column-gap:34px;
  max-width:1510px;
  margin:0 auto;
}
.page-how-we-work .how-process__steps::before{
  content:'';
  position:absolute;
  top:39px;
  left:6.5%;
  right:6.5%;
  border-top:1px dotted rgba(92,84,73,.62);
  z-index:0;
}
.page-how-we-work .how-process-step{
  position:relative;
  z-index:1;
  text-align:center;
  min-width:0;
  padding:0 4px;
  color:#181716;
}
.page-how-we-work .how-step-number{
  position:absolute;
  top:-8px;
  left:50%;
  transform:translateX(-50%);
  width:22px;
  height:22px;
  border-radius:50%;
  background:#a76613;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  line-height:1;
  font-weight:800;
  z-index:3;
}
.page-how-we-work .how-step-icon{
  width:64px;
  height:64px;
  margin:18px auto 18px;
  border-radius:50%;
  background:#f0ebe4;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 0 1px rgba(185,165,138,.08) inset;
}
.page-how-we-work .how-step-icon svg{
  width:34px;
  height:34px;
  display:block;
  overflow:visible;
}
.page-how-we-work .how-step-icon svg *{
  fill:none;
  stroke:#181716;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.page-how-we-work .how-process-step h3{
  margin:0 0 12px;
  min-height:34px;
  color:#111;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10.5px;
  line-height:1.45;
  font-weight:900;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.page-how-we-work .how-process-step p{
  max-width:166px;
  margin:0 auto;
  color:#181716;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  line-height:1.72;
  font-weight:300;
}

@media (min-width:1101px) and (max-width:1360px){
  .page-how-we-work .how-process{padding:24px 42px 30px;}
  .page-how-we-work .how-process__steps{column-gap:22px;}
  .page-how-we-work .how-process__header h2{font-size:13px;}
  .page-how-we-work .how-step-icon{width:58px;height:58px;margin:17px auto 16px;}
  .page-how-we-work .how-step-icon svg{width:31px;height:31px;}
  .page-how-we-work .how-process-step h3{font-size:9.4px;}
  .page-how-we-work .how-process-step p{font-size:9px;line-height:1.68;max-width:142px;}
}
@media (max-width:1100px){
  .page-how-we-work .how-process{padding:42px 24px 38px;}
  .page-how-we-work .how-process__header{margin-bottom:28px;}
  .page-how-we-work .how-process__steps{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:30px 24px;
  }
  .page-how-we-work .how-process__steps::before{display:none;}
  .page-how-we-work .how-step-number{position:static;transform:none;margin:0 auto -4px;}
  .page-how-we-work .how-step-icon{margin:12px auto 16px;}
  .page-how-we-work .how-process-step p{max-width:260px;}
}
@media (max-width:640px){
  .page-how-we-work .how-process{padding:36px 22px 32px;}
  .page-how-we-work .how-process__header h2{font-size:13px;}
  .page-how-we-work .how-process__steps{grid-template-columns:1fr;gap:28px;}
}

/* =========================================================
   Página Como Trabalhamos - Bloco 2: ajuste v27
   Ajuste exclusivo da rosa dos ventos: centralização no próprio
   bloco e alinhamento superior com a linha dos demais ícones.
   Nenhum outro componente foi alterado.
   ========================================================= */
@media (min-width:1101px){
  .page-how-we-work .how-intro__symbol{
    justify-self:center !important;
    align-self:start !important;
    margin-top:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}
@media (min-width:1101px) and (max-width:1360px){
  .page-how-we-work .how-intro__symbol{
    margin-top:0 !important;
  }
}

/* =========================================================
   Página Como Trabalhamos - Bloco 2: ajuste v28
   Ajuste exclusivo da rosa dos ventos: redução de 20%,
   deslocamento à esquerda e preservação da centralização vertical.
   Nenhum outro componente foi alterado.
   ========================================================= */
@media (min-width:1101px){
  .page-how-we-work .how-intro__symbol{
    width:94px !important;
    height:94px !important;
    flex-basis:94px !important;
    justify-self:center !important;
    align-self:start !important;
    margin-top:12px !important;
    transform:translateX(-14px) !important;
  }
  .page-how-we-work .how-intro__symbol::before{
    width:69px !important;
    height:69px !important;
  }
}
@media (min-width:1101px) and (max-width:1360px){
  .page-how-we-work .how-intro__symbol{
    width:86px !important;
    height:86px !important;
    flex-basis:86px !important;
    margin-top:11px !important;
    transform:translateX(-12px) !important;
  }
  .page-how-we-work .how-intro__symbol::before{
    width:62px !important;
    height:62px !important;
  }
}

/* =========================================================
   Página Como Trabalhamos - v29
   Ajuste exclusivo: traço do Bloco 3 centralizado abaixo do título.
   ========================================================= */
.page-how-we-work .how-process .how-process__header .how-section-rule{
  display:block !important;
  width:64px !important;
  height:3px !important;
  background:var(--gold) !important;
  margin:30px auto 0 !important;
}

/* =========================================================
   Página Como Trabalhamos - Bloco 4: Ferramentas e disciplinas
   v46 - redistribuição limpa do grid, sem ícones
   ========================================================= */
.page-how-we-work .how-tools-clean{
  width:100%;
  max-width:none;
  margin:0;
  padding:42px 24px 42px;
  display:grid;
  grid-template-columns:430px minmax(0,1fr);
  column-gap:0;
  background:#fbf8f3;
  color:#181716;
}
.page-how-we-work .how-tools-clean__intro{
  padding:0 42px 0 0;
}
.page-how-we-work .how-tools-clean__intro h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  line-height:1.08;
  font-weight:400;
  letter-spacing:-.025em;
  color:#181716;
}
.page-how-we-work .how-tools-clean__nowrap{white-space:nowrap;}
.page-how-we-work .how-tools-clean__rule{
  width:48px;
  height:3px;
  background:var(--gold,#b57622);
  margin:22px 0 22px;
}
.page-how-we-work .how-tools-clean__intro p{
  margin:0;
  font-size:13.4px;
  line-height:1.78;
  font-weight:400;
  color:#34302c;
}
.page-how-we-work .how-tools-clean__grid{
  grid-column:2 / -1;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  border-left:1px solid rgba(177,155,124,.46);
}
.page-how-we-work .how-tools-clean__item{
  min-height:202px;
  padding:66px 10px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  border-right:1px solid rgba(177,155,124,.46);
}
.page-how-we-work .how-tools-clean__item h3{
  margin:0 0 18px;
  min-height:52px;
  font-size:10.5px;
  line-height:1.28;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:700;
  color:#1f1d1a;
}
.page-how-we-work .how-tools-clean__item p{
  margin:0;
  max-width:168px;
  font-size:10.6px;
  line-height:1.68;
  font-weight:400;
  color:#3f3a35;
}
.page-how-we-work .how-tools-clean__item:last-child{
  border-right:0;
  padding-right:10px;
}

/* Bloco 4 - ícones definitivos inseridos sem alterar a geometria dos textos */
.page-how-we-work .how-tools-clean__item{
  position:relative;
}
.page-how-we-work .how-tools-clean__icon{
  position:absolute;
  top:12px;
  left:50%;
  transform:translateX(-50%);
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--gold,#b57622);
  pointer-events:none;
}
.page-how-we-work .how-tools-clean__icon svg{
  width:42px;
  height:42px;
  display:block;
  overflow:visible;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media (max-width:1180px){
  .page-how-we-work .how-tools-clean{
    width:min(1060px,calc(100vw - 56px));
    grid-template-columns:300px repeat(7,minmax(0,1fr));
  }
  .page-how-we-work .how-tools-clean__intro h2{font-size:25px;}
  .page-how-we-work .how-tools-clean__item{padding-left:14px;padding-right:14px;}
    }
@media (max-width:980px){
  .page-how-we-work .how-tools-clean{
    width:calc(100vw - 48px);
    display:block;
    padding:58px 0;
  }
  .page-how-we-work .how-tools-clean__intro{padding:0 0 36px;}
  .page-how-we-work .how-tools-clean__intro h2{font-size:31px;}
  .page-how-we-work .how-tools-clean__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-left:0;
    border-top:1px solid rgba(177,155,124,.46);
  }
  .page-how-we-work .how-tools-clean__item{
    min-height:auto;
    padding:34px 26px;
    border-right:1px solid rgba(177,155,124,.46);
    border-bottom:1px solid rgba(177,155,124,.46);
  }
  .page-how-we-work .how-tools-clean__item:nth-child(2n){border-right:0;}
  .page-how-we-work .how-tools-clean__item p{max-width:240px;}
}
@media (max-width:560px){
  .page-how-we-work .how-tools-clean{width:calc(100vw - 40px);padding:46px 0;}
  .page-how-we-work .how-tools-clean__intro h2{font-size:28px;}
  .page-how-we-work .how-tools-clean__intro p br{display:none;}
  .page-how-we-work .how-tools-clean__grid{display:block;}
  .page-how-we-work .how-tools-clean__item{border-right:0;padding:30px 0;}
}

/* Bloco 5 - Por que o MICP faz a diferença */
.page-how-we-work .how-difference{
  width:100%;
  min-height:218px;
  display:grid;
  grid-template-columns:260px repeat(5,minmax(0,1fr));
  background:#11110f;
  color:#f7f3ec;
  padding:42px 6vw 38px;
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(183,116,26,.22);
}
.page-how-we-work .how-difference::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:32%;
  background:
    radial-gradient(circle at 12% 25%,rgba(183,116,26,.16),transparent 28%),
    linear-gradient(135deg,rgba(183,116,26,.09),transparent 58%);
  opacity:.72;
  pointer-events:none;
}
.page-how-we-work .how-difference__intro,
.page-how-we-work .how-difference__grid,
.page-how-we-work .how-difference__item{
  position:relative;
  z-index:1;
}
.page-how-we-work .how-difference__intro{
  padding:11px 34px 0 0;
}
.page-how-we-work .how-difference__intro h2{
  margin:0;
  font-family:var(--serif);
  font-size:30px;
  line-height:1.14;
  font-weight:300;
  color:#f7f3ec;
  letter-spacing:-.015em;
}
.page-how-we-work .how-difference__rule{
  width:52px;
  height:3px;
  background:var(--gold,#b57622);
  margin-top:23px;
}
.page-how-we-work .how-difference__grid{
  grid-column:2 / -1;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.page-how-we-work .how-difference__item{
  min-height:150px;
  padding:0 25px;
  text-align:center;
  border-left:1px solid rgba(246,238,225,.30);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.page-how-we-work .how-difference__icon{
  width:48px;
  height:48px;
  margin:0 auto 18px;
  color:var(--gold,#b57622);
  display:flex;
  align-items:center;
  justify-content:center;
}
.page-how-we-work .how-difference__icon svg{
  width:48px;
  height:48px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.page-how-we-work .how-difference__item h3{
  margin:0 0 12px;
  font-size:10.8px;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--gold,#b57622);
  font-weight:700;
}
.page-how-we-work .how-difference__item p{
  margin:0 auto;
  max-width:174px;
  font-size:10.4px;
  line-height:1.72;
  color:rgba(247,243,236,.78);
  font-weight:300;
  letter-spacing:.005em;
}
@media(max-width:1180px){
  .page-how-we-work .how-difference{grid-template-columns:230px repeat(5,minmax(0,1fr));padding:40px 42px 36px;}
  .page-how-we-work .how-difference__item{padding:0 18px;}
  .page-how-we-work .how-difference__intro h2{font-size:28px;}
}
@media(max-width:980px){
  .page-how-we-work .how-difference{display:block;padding:46px 28px;}
  .page-how-we-work .how-difference__intro{padding:0 0 30px;}
  .page-how-we-work .how-difference__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(246,238,225,.28);}
  .page-how-we-work .how-difference__item{padding:30px 22px;border-left:0;border-bottom:1px solid rgba(246,238,225,.28);}
}
@media(max-width:560px){
  .page-how-we-work .how-difference{padding:38px 22px;}
  .page-how-we-work .how-difference__grid{grid-template-columns:1fr;}
  .page-how-we-work .how-difference__intro h2{font-size:27px;}
}

/* =========================================================
   v75 - HERO COMO TRABALHAMOS: posição real conforme referência visual
   Ajuste isolado: texto da Hero em posição absoluta, sem alterar imagem.
   ========================================================= */
@media (min-width:1101px){
  .page-how-we-work .page-hero.how-hero{
    position:relative!important;
    min-height:700px!important;
    height:700px!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .page-how-we-work .page-hero__content{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    display:block!important;
    z-index:10!important;
  }
  .page-how-we-work .how-hero__copy{
    position:absolute!important;
    left:88px!important;
    top:84px!important;
    max-width:380px!important;
    padding:0!important;
    margin:0!important;
    transform:none!important;
    z-index:11!important;
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    color:#181716!important;
  }
  .page-how-we-work .how-hero__copy h1{
    margin:0!important;
    font-size:39px!important;
    line-height:1.06!important;
    letter-spacing:-.025em!important;
  }
  .page-how-we-work .how-hero__copy .contact-rule{
    margin-top:30px!important;
  }
  .page-how-we-work .how-hero__copy p:not(.eyebrow){
    margin-top:28px!important;
    font-size:14px!important;
    line-height:1.78!important;
    max-width:370px!important;
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    color:#181716!important;
  }
}


/* =========================================================
   v77 - CORREÇÃO REAL: Como Trabalhamos
   Recupera visibilidade do texto da Hero com camada acima da imagem.
   ========================================================= */
@media (min-width:1101px){
  body.page-how-we-work .page-hero.how-hero{
    position:relative!important;
    height:auto!important;
    min-height:0!important;
    overflow:hidden!important;
  }

  body.page-how-we-work .page-hero.how-hero .page-hero__media{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    z-index:0!important;
  }

  body.page-how-we-work .page-hero.how-hero .page-hero__image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    opacity:1!important;
  }

  body.page-how-we-work .page-hero.how-hero .page-hero__content{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    z-index:50!important;
    transform:none!important;
    pointer-events:none!important;
  }

  body.page-how-we-work .page-hero.how-hero .how-hero__copy{
    position:absolute!important;
    top:72px!important;
    left:88px!important;
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    z-index:60!important;
    max-width:390px!important;
    margin:0!important;
    padding:0!important;
    color:#181716!important;
    transform:none!important;
    pointer-events:auto!important;
  }

  body.page-how-we-work .page-hero.how-hero .how-hero__copy h1{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    color:#181716!important;
    font-size:39px!important;
    line-height:1.06!important;
    margin:0!important;
  }

  body.page-how-we-work .page-hero.how-hero .how-hero__copy h1 span{
    color:var(--gold)!important;
  }

  body.page-how-we-work .page-hero.how-hero .how-hero__copy .contact-rule{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    margin:30px 0 24px!important;
    background:var(--gold)!important;
  }

  body.page-how-we-work .page-hero.how-hero .how-hero__copy p{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    color:#181716!important;
    font-size:14px!important;
    line-height:1.78!important;
    max-width:380px!important;
    margin:0!important;
  }
}

/* =========================================================
   Ajuste v215 - Transição Hero -> Bloco 2
   Escopo: suavizar a emenda inferior da Hero sem alterar layout,
   imagem, textos, blocos, header ou footer.
   ========================================================= */
.page-how-we-work .page-hero.how-hero{
  border-bottom:0 !important;
}

.page-how-we-work .page-hero.how-hero::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-1px !important;
  height:clamp(58px, 6.5vw, 96px) !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(
    180deg,
    rgba(251,248,243,0) 0%,
    rgba(251,248,243,.46) 48%,
    rgba(251,248,243,.86) 78%,
    #fbf8f3 100%
  ) !important;
}

