*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f4ef;color:#20292b;font-family:"DM Sans",sans-serif}header{height:82px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#f5f4ef;border-bottom:1px solid #d9ddda;z-index:5}.brand img{width:145px;height:65px;object-fit:contain;mix-blend-mode:multiply}nav{display:flex;gap:28px;align-items:center}nav a{color:#243033;text-decoration:none;font-size:13px}.navbtn{border:1px solid #1b535b;padding:11px 16px}.menu{display:none;background:none;border:0;font-size:24px}.hero{min-height:680px;padding:90px 7%;display:flex;align-items:center;position:relative;color:white;background:linear-gradient(90deg,#102b30e8,#174a51aa),url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=2000&q=85") center/cover}.hero>div{max-width:900px}.hero small,section>small{letter-spacing:2.5px;font-size:11px;font-weight:600}.hero h1{font:500 clamp(48px,7vw,88px)/1.03 "Playfair Display";margin:22px 0}.hero h1 i,h2 i{font-style:italic}.hero p{max-width:560px;font-size:17px;line-height:1.7;color:#e4eeee}.btn{display:inline-block;background:#116b76;color:white;border:0;padding:15px 21px;text-decoration:none;font-size:11px;letter-spacing:1.5px;font-weight:600;cursor:pointer}.hero .btn{margin-top:20px}.hero label{position:absolute;bottom:25px;left:7%;font-size:10px;letter-spacing:2px;color:#c8d8d9}section{padding:105px 7%}section>small{color:#718083}.grid{display:grid;grid-template-columns:1fr 1fr;gap:10%;margin-top:45px;max-width:1150px}h2{font:500 clamp(40px,5vw,65px)/1.08 "Playfair Display";margin:0}p{line-height:1.75;color:#626d70}.lead{font-size:21px;color:#3f4b4d}.gray{background:#e4eae9}.gray>h2{margin:30px 0 45px}.cards{display:grid;grid-template-columns:repeat(2,1fr);max-width:1100px;border-top:1px solid #b6c3c3;border-left:1px solid #b6c3c3}.cards article{min-height:225px;padding:30px;border-right:1px solid #b6c3c3;border-bottom:1px solid #b6c3c3}.cards em{color:#16717a;font-style:normal;font-size:11px;letter-spacing:2px}.cards h3{font:500 30px "Playfair Display";margin:50px 0 10px}.cards p{margin:0;font-size:14px}.quote{background:#193d43;color:#edf4f3;text-align:center;font:500 clamp(30px,4vw,52px)/1.2 "Playfair Display";padding:100px 10%}.quote:before{content:"";}.profile{display:grid;grid-template-columns:280px 1fr;gap:8%;align-items:center;margin-top:45px;max-width:1000px}.initials{width:280px;height:280px;border:1px solid #99b5b8;display:grid;place-items:center;font:500 75px "Playfair Display";color:#146c76}.oab{font-size:11px;letter-spacing:2px;color:#126b76;font-weight:600}.contact{background:#d9e2e1}.contact h2{margin:20px 0}.links{display:flex;flex-direction:column;gap:9px;margin-top:25px}.links a{color:#23454a;text-decoration:none}.contact form{display:flex;flex-direction:column;gap:14px}.contact input,.contact textarea{border:0;border-bottom:1px solid #8c9b9d;background:transparent;padding:15px 5px;outline:0;font:14px "DM Sans";resize:vertical}.contact .btn{align-self:flex-start;margin-top:8px}footer{background:#202a2c;color:#dce6e5;padding:55px 7% 25px;display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:35px}footer img{width:145px;height:70px;object-fit:contain;filter:brightness(0) invert(1)}footer p{color:#aebbbb;font-size:13px}footer>small{grid-column:1/-1;border-top:1px solid #3d4b4d;padding-top:20px;color:#8c999a;font-size:10px}
/* ===== MOBILE ===== */
@media (max-width: 800px) {
  html { overflow-x: hidden; }
  body { width: 100%; overflow-x: hidden; }

  header {
    height: 72px;
    padding: 0 20px;
  }

  .brand img {
    width: 122px;
    height: 58px;
  }

  .menu {
    display: block;
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 1;
    color: #174d55;
    cursor: pointer;
  }

  nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 18px 20px 22px;
    background: #f5f4ef;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid #d9ddda;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
  }

  nav.open { display: flex; }

  nav a {
    padding: 15px 4px;
    font-size: 14px;
    border-bottom: 1px solid #e2e3df;
  }

  nav a:last-child { border-bottom: 0; }

  .navbtn {
    margin-top: 10px;
    text-align: center;
    background: #126b76;
    color: white !important;
    border: 0;
  }

  .hero {
    min-height: 650px;
    padding: 70px 24px 90px;
    background-position: 62% center;
  }

  .hero>div { width: 100%; }

  .hero small, section>small {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .hero h1 {
    font-size: clamp(43px, 12vw, 62px);
    line-height: 1.04;
    margin: 18px 0;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero .btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }

  .hero label {
    left: 24px;
    right: 24px;
    bottom: 22px;
    font-size: 9px;
    line-height: 1.5;
  }

  section {
    padding: 68px 24px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 34px;
  }

  h2 {
    font-size: clamp(39px, 11vw, 55px);
    line-height: 1.08;
  }

  .about .lead, .lead {
    font-size: 18px;
    line-height: 1.65;
  }

  .gray>h2 {
    margin: 25px 0 35px;
  }

  .cards {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cards article {
    min-height: 205px;
    padding: 25px;
  }

  .cards h3 {
    font-size: 27px;
    margin: 38px 0 10px;
  }

  .cards p {
    font-size: 14px;
    line-height: 1.6;
  }

  .quote {
    padding: 70px 24px;
    font-size: clamp(29px, 8vw, 43px);
  }

  .profile {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 35px;
  }

  .initials {
    width: 170px;
    height: 170px;
    font-size: 48px;
  }

  .portrait {
    height: 430px;
    width: 100%;
  }

  .profile>div:last-child {
    padding-right: 0;
  }

  .profile h2 {
    font-size: clamp(39px, 10vw, 52px);
  }

  .profile .btn {
    width: 100%;
    text-align: center;
  }

  .contact {
    padding: 70px 24px;
  }

  .contact .grid {
    gap: 42px;
  }

  .contact h2 {
    font-size: clamp(42px, 11vw, 58px);
  }

  .contact input, .contact textarea {
    font-size: 15px;
    padding: 17px 5px;
  }

  .contact .btn {
    width: 100%;
    text-align: center;
  }

  footer {
    padding: 45px 24px 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  footer img {
    width: 135px;
    height: 68px;
  }

  footer>small {
    grid-column: 1;
    line-height: 1.6;
  }
}

@media (max-width: 380px) {
  .hero { padding-left: 20px; padding-right: 20px; }
  section { padding-left: 20px; padding-right: 20px; }
  .hero label { left: 20px; right: 20px; }
}

/* Botão flutuante do WhatsApp */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:50;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:9px 17px 9px 11px;
  border-radius:999px;
  background:#126b76;
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(10,35,38,.24);
  font-size:11px;
  line-height:1.25;
  letter-spacing:.3px;
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-2px);
  box-shadow:0 13px 32px rgba(10,35,38,.30);
}
.wa-icon{
  width:38px;
  height:38px;
  border:2px solid rgba(255,255,255,.9);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:20px;
}
.wa-label b{font-weight:600}
@media(max-width:800px){
  .whatsapp-float{
    right:16px;
    bottom:16px;
    width:58px;
    height:58px;
    min-height:58px;
    padding:0;
    justify-content:center;
    border-radius:50%;
  }
  .wa-icon{
    width:42px;
    height:42px;
    border:0;
    font-size:23px;
  }
  .wa-label{display:none}
}

/* Localização */
.location{background:#f5f4ef;padding-top:90px;padding-bottom:90px}
.location-wrap{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1.15fr;gap:8%;align-items:center}
.location h2{margin:22px 0 12px}
.location p{max-width:460px}
.address{display:flex;flex-direction:column;gap:5px;margin:26px 0;color:#455154;font-size:14px;line-height:1.6}
.address strong{font-family:"Playfair Display",serif;font-size:21px;font-weight:500;color:#253336;margin-bottom:5px}
.map-btn{display:inline-block;margin-top:4px;padding:14px 19px;background:#193d43;color:#fff;text-decoration:none;font-size:10px;letter-spacing:1.5px;font-weight:600}
.map-card{height:390px;position:relative;overflow:hidden;border:1px solid #bdc9c8;background:#dfe7e5}
.map-grid{
  position:absolute;inset:-20%;
  background:
    linear-gradient(25deg,transparent 46%,rgba(255,255,255,.85) 47%,rgba(255,255,255,.85) 49%,transparent 50%),
    linear-gradient(-35deg,transparent 43%,rgba(255,255,255,.7) 44%,rgba(255,255,255,.7) 46%,transparent 47%),
    linear-gradient(75deg,transparent 55%,rgba(177,193,190,.8) 56%,rgba(177,193,190,.8) 57%,transparent 58%);
  background-size:145px 110px,180px 135px,230px 160px;
  transform:rotate(-4deg) scale(1.1);
}
.map-pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:66px;height:66px;border-radius:50% 50% 50% 0;transform-origin:center;rotate:-45deg;background:#126b76;display:grid;place-items:center;box-shadow:0 8px 20px rgba(10,40,43,.25)}
.map-pin span{rotate:45deg;color:white;font-size:30px}
.map-caption{position:absolute;left:20px;bottom:18px;padding:10px 13px;background:rgba(245,244,239,.92);font-size:11px;line-height:1.4;color:#4b5759}
.map-caption b{font-weight:600}
@media(max-width:800px){
  .location{padding-top:70px;padding-bottom:70px}
  .location-wrap{grid-template-columns:1fr;gap:35px}
  .map-card{height:300px}
}

/* Áreas de atuação — estilo visual com ícone + título */
.department-grid{display:grid;grid-template-columns:repeat(2,1fr);max-width:1100px;margin-top:48px;border-top:1px solid #b6c3c3;border-left:1px solid #b6c3c3}
.department{min-height:280px;padding:38px 32px 30px;border-right:1px solid #b6c3c3;border-bottom:1px solid #b6c3c3;text-decoration:none;color:#20292b;transition:background .2s ease,transform .2s ease}
.department:hover{background:#eef2f0;transform:translateY(-2px)}
.dept-icon{width:52px;height:52px;margin-bottom:24px;color:#376e78;border:1px solid #7d9ba0;display:grid;place-items:center;font-size:31px;font-family:Georgia,serif;line-height:1}
.department h3{font:500 28px "Playfair Display",serif;margin:0 0 10px}
.department p{font-size:14px;line-height:1.6;margin:0 0 24px;max-width:440px}
.department>span{font-size:10px;letter-spacing:1.7px;color:#126b76;font-weight:600}

/* Aba / departamento de precatórios */
.precat-section{background:#17383d;color:#edf4f2;padding:100px 7%}
.precat-wrap{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}
.precat-section small,.precat-info small{font-size:10px;letter-spacing:2.4px;color:#9fc0c3;font-weight:600}
.precat-heading h2{font:500 clamp(42px,5vw,64px)/1.08 "Playfair Display",serif;margin:20px 0}
.precat-heading p{color:#c9d8d9;max-width:500px}
.precat-section .btn{margin-top:15px;background:#126b76}
.precat-card{min-height:360px;background:#f5f4ef;color:#20292b;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:45px}
.precat-icon{width:92px;height:76px;position:relative;margin-bottom:28px}
.precat-icon span{position:absolute;border:2px solid #4e7890;background:#f5f4ef}
.precat-icon span:nth-child(1){width:56px;height:48px;left:18px;top:16px}
.precat-icon span:nth-child(2){width:56px;height:48px;left:25px;top:10px}
.precat-icon span:nth-child(3){width:56px;height:48px;left:11px;top:22px}
.precat-card h3{font:500 25px "Playfair Display",serif;margin:0 0 12px}
.precat-card p{max-width:380px;font-size:14px;margin:0}
.precat-info{background:#f5f4ef;padding:90px 7%}
.precat-info-inner{max-width:1100px;margin:auto}
.precat-info h2{margin:20px 0 45px}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #c5ccca;border-left:1px solid #c5ccca;margin-bottom:35px}
.faq-grid article{padding:30px;border-right:1px solid #c5ccca;border-bottom:1px solid #c5ccca}
.faq-grid h3{font:500 23px "Playfair Display",serif;margin:0 0 10px}
.faq-grid p{font-size:14px;margin:0}
.anchor-target{scroll-margin-top:100px;display:block}

@media(max-width:800px){
  .department-grid{grid-template-columns:1fr;margin-top:35px}
  .department{min-height:240px;padding:30px 25px}
  .department h3{font-size:26px}
  .precat-section{padding:70px 24px}
  .precat-wrap{grid-template-columns:1fr;gap:40px}
  .precat-card{min-height:300px;padding:35px 20px}
  .precat-info{padding:70px 24px}
  .faq-grid{grid-template-columns:1fr}
}

/* Instagram */
.instagram-section{background:#e9eeec;padding:95px 7%}
.instagram-wrap{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}
.instagram-section h2{margin:20px 0 15px}
.instagram-section p{max-width:470px}
.instagram-btn{margin-top:25px;display:flex;align-items:center;gap:15px;width:min(430px,100%);padding:15px 17px;border:1px solid #9fb0ae;background:#f5f4ef;color:#213033;text-decoration:none}
.instagram-symbol{font-size:29px;line-height:1;color:#126b76}
.instagram-btn span:nth-child(2){display:flex;flex-direction:column;gap:2px;flex:1}
.instagram-btn small{font-size:9px;letter-spacing:1.8px;color:#718083}
.instagram-btn b{font-size:14px;font-weight:600}
.instagram-btn strong{font-size:20px;font-weight:400;color:#126b76}
.instagram-visual{min-height:330px;background:#193d43;color:#eef4f2;padding:25px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.instagram-visual:before,.instagram-visual:after{content:"";position:absolute;border:1px solid rgba(220,235,232,.18);border-radius:50%}
.instagram-visual:before{width:300px;height:300px;right:-110px;top:-90px}
.instagram-visual:after{width:230px;height:230px;left:-120px;bottom:-120px}
.insta-top,.insta-bottom{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;position:relative;z-index:1}
.insta-top span:last-child{color:#a9c2c3}
.insta-monogram{position:relative;z-index:1;align-self:center;width:130px;height:130px;border:1px solid #8fb0b2;border-radius:50%;display:grid;place-items:center;font:500 46px "Playfair Display",serif;color:#d9e8e7}
.insta-bottom{align-items:end}
.insta-bottom b{text-transform:none;letter-spacing:.5px;font-size:14px}
.insta-bottom span{color:#aac0c1;text-transform:none;letter-spacing:.3px}
@media(max-width:800px){
  .instagram-section{padding:70px 24px}
  .instagram-wrap{grid-template-columns:1fr;gap:35px}
  .instagram-visual{min-height:290px}
}


/* RESTAURAÇÃO DA FOTO — igual à versão enviada pelo cliente */
.professional{background:#f5f4ef}
.professional .profile{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:8%;
  align-items:center;
  margin-top:45px;
  max-width:1100px;
}
.professional .portrait{
  width:280px;
  height:500px;
  overflow:hidden;
}
.professional .portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 30%;
  display:block;
}
.professional .profile>div:last-child{padding-right:5%}
.professional .profile .dark{margin-top:12px;background:#193d43}

@media(max-width:800px){
  .professional .profile{
    grid-template-columns:1fr;
    gap:40px;
    margin-top:35px;
  }
  .professional .portrait{
    width:100%;
    height:420px;
  }
  .professional .profile>div:last-child{padding-right:0}
}

/* Logo Holmes dentro do quadrado de Precatórios */
.precat-icon{
  position:absolute;
  top:32px;
  left:32px;
  width:76px;
  height:76px;
  border:1px solid #176b75;
  border-radius:3px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5f4ef;
  overflow:hidden;
}
.precat-icon img{
  width:64px;
  height:64px;
  object-fit:contain;
  display:block;
}
@media(max-width:800px){
  .precat-icon{top:25px;left:25px;width:72px;height:72px}
  .precat-icon img{width:60px;height:60px}
}

/* LOGOS MAIORES — topo e rodapé */
.brand img{
  width:180px;
  height:76px;
}
footer img{
  width:190px;
  height:95px;
}
@media(max-width:800px){
  header{
    height:88px;
  }
  .brand img{
    width:155px;
    height:78px;
  }
  nav{
    top:88px;
  }
  footer img{
    width:190px;
    height:95px;
  }
}

/* Logo completo no card de Precatórios */
.precat-card .precat-icon{
  position:absolute;
  top:28px;
  left:50%;
  transform:translateX(-50%);
  width:105px;
  height:105px;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  display:flex;
  align-items:center;
  justify-content:center;
}
.precat-card .precat-icon img{
  width:105px;
  height:105px;
  object-fit:contain;
  display:block;
}
.precat-card em{
  margin-top:95px;
}
@media(max-width:800px){
  .precat-card .precat-icon{
    top:24px;
    width:95px;
    height:95px;
  }
  .precat-card .precat-icon img{
    width:95px;
    height:95px;
  }
  .precat-card em{margin-top:88px}
}

/* AJUSTES FINAIS — Precatórios e faixa de destaque */
.precat-section{
  background:#193d43;
}
.precat-card{
  background:transparent;
  color:#edf4f3;
  border:0;
  box-shadow:none;
}
.precat-card:before{
  display:none;
}
.precat-card em{
  color:#b8cecf;
}
.precat-card h3{
  color:#edf4f3;
}
.precat-card p{
  color:#c2d1d2;
}
.precat-card .precat-icon{
  background:transparent;
}
.precat-card .precat-icon img{
  background:transparent;
}

/* Azul mais claro para a faixa da frase */
.quote{
  background:#315f66;
}

/* Precatórios visual removido conforme solicitado */
#precatórios{display:block!important}

/* Cabeçalho — logo maior, usando a logo original sem margens vazias */
header{
  height:92px;
  padding:0 6%;
}
.brand{
  display:flex;
  align-items:center;
  height:92px;
}
.brand img{
  width:205px;
  height:82px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
@media(max-width:800px){
  header{height:82px}
  .brand{height:82px}
  .brand img{width:170px;height:76px}
  nav{top:82px}
}

/* Ajuste Instagram: conteúdo começa realmente no lado esquerdo */
.instagram-wrap{
  max-width:none;
  width:100%;
  margin:0;
  padding:0;
}
.instagram-wrap>div:first-child{
  justify-self:start;
}
.instagram-visual{
  justify-self:end;
  width:100%;
  max-width:520px;
}

/* Precatórios restaurado */
.precat-section{
  background:#193d43;
  color:#edf4f3;
  padding:100px 7%;
}
.precat-wrap{
  max-width:1250px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8%;
  align-items:center;
}
.precat-section h2{
  color:#edf4f3;
  margin:20px 0 15px;
}
.precat-section h2 i{color:#b9d1d1}
.precat-section p{color:#c3d3d3;max-width:530px}
.precat-section .btn{margin-top:18px}
.precat-card{
  min-height:360px;
  background:transparent;
  color:#edf4f3;
  border:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:45px;
  position:relative;
}
.precat-card .precat-icon{
  position:relative;
  top:auto;left:auto;transform:none;
  width:120px;height:120px;
  margin:0 0 24px;
  background:transparent;
  border:0;
}
.precat-card .precat-icon img{
  width:120px;height:120px;
  object-fit:contain;
  filter:brightness(0) invert(1);
}
.precat-card em{
  margin:0;
  color:#b8cecf;
  font-style:normal;
  font-size:10px;
  letter-spacing:2px;
}
.precat-card h3{
  color:#edf4f3;
  font:500 28px/1.15 "Playfair Display",serif;
  margin:15px 0 10px;
}
.precat-card p{color:#c3d3d3;font-size:13px;margin:0}

@media(max-width:800px){
  .instagram-wrap{grid-template-columns:1fr}
  .instagram-visual{justify-self:start;max-width:none}
  .precat-section{padding:75px 24px}
  .precat-wrap{grid-template-columns:1fr;gap:30px}
  .precat-card{min-height:320px;padding:30px 10px}
  .precat-card .precat-icon{width:100px;height:100px}
  .precat-card .precat-icon img{width:100px;height:100px}
}

/* Card de Precatórios — modelo do print, com a logo Holmes no quadrado branco */
.precat-section{
  background:#17383d;
  color:#edf4f2;
  padding:100px 7%;
}
.precat-wrap{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%;
  align-items:center;
}
.precat-section h2{
  color:#edf4f3;
  font:500 clamp(42px,5vw,64px)/1.08 "Playfair Display",serif;
  margin:20px 0;
}
.precat-section h2 i{color:#b9d1d1}
.precat-section p{color:#c9d8d9;max-width:500px}
.precat-section .btn{margin-top:15px;background:#126b76}

/* O quadrado branco */
.precat-card{
  min-height:360px;
  background:#f5f4ef;
  color:#20292b;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:45px;
  position:relative;
  border:0;
  box-shadow:none;
}
.precat-card:before{display:none}
.precat-card .precat-icon{
  position:static;
  transform:none;
  width:105px;
  height:105px;
  margin:0 0 25px;
  padding:0;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.precat-card .precat-icon img{
  width:105px;
  height:105px;
  object-fit:contain;
  display:block;
  filter:none;
}
.precat-card em{
  margin:0;
  color:#17383d;
  font-style:italic;
  font-size:14px;
  letter-spacing:.3px;
}
.precat-card h3{
  color:#20292b;
  font:500 28px/1.15 "Playfair Display",serif;
  margin:8px 0 12px;
}
.precat-card p{
  color:#657274;
  font-size:14px;
  margin:0;
}
@media(max-width:800px){
  .precat-section{padding:75px 24px}
  .precat-wrap{grid-template-columns:1fr;gap:40px}
  .precat-card{min-height:330px;padding:35px 20px}
  .precat-card .precat-icon{width:95px;height:95px}
  .precat-card .precat-icon img{width:95px;height:95px}
}

/* ALINHAMENTO FINAL: Precatórios e Localização */
.precat-section,
.location{
  width:100%;
}
.precat-wrap,
.location-wrap{
  max-width:1250px;
  margin-left:auto;
  margin-right:auto;
}
.precat-wrap{
  grid-template-columns:minmax(0,1fr) minmax(430px,520px);
  gap:7%;
  align-items:center;
}
.location-wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,520px);
  gap:7%;
  align-items:center;
}
.precat-card{
  justify-self:end;
  width:100%;
  max-width:520px;
}
.map-card{
  justify-self:end;
  width:100%;
  max-width:520px;
}

/* Logo visível no quadrado branco */
.precat-card .precat-icon{
  flex:none;
  width:125px;
  height:125px;
  margin:0 0 22px;
}
.precat-card .precat-icon img{
  width:125px;
  height:125px;
  object-fit:contain;
  filter:none;
}

@media(max-width:800px){
  .precat-wrap,
  .location-wrap{
    grid-template-columns:1fr;
    gap:40px;
  }
  .precat-card,
  .map-card{
    justify-self:stretch;
    max-width:none;
  }
}

/* Precatórios após Atuação — conteúdo alinhado à esquerda */
.precat-section .precat-wrap{
  max-width:1250px;
  margin-left:0;
  margin-right:auto;
}
.precat-section .precat-wrap>div:first-child{
  text-align:left;
  justify-self:start;
}
.precat-section h2,
.precat-section p{
  text-align:left;
}
.precat-section .precat-card{
  justify-self:end;
}
@media(max-width:800px){
  .precat-section .precat-wrap{
    margin-left:0;
    margin-right:0;
  }
  .precat-section .precat-card{
    justify-self:stretch;
  }
}

/* Localização com o conteúdo principal começando no canto esquerdo */
.location .location-wrap{
  max-width:1250px;
  margin-left:0;
  margin-right:auto;
}
.location .location-wrap>div:first-child{
  justify-self:start;
  text-align:left;
}
.location .map-card{
  justify-self:end;
}
@media(max-width:800px){
  .location .location-wrap{
    margin-left:0;
    margin-right:0;
  }
  .location .map-card{
    justify-self:stretch;
  }
}

/* Localização — mesmo azul claro da aba Atuação */
.location{
  background:#e4eae9;
}
