/* MICP Estrutural 1.0 - página Home */
/* V71 fix: regras estruturais da Hero Home restauradas após modularização */
.hero-home{position:relative;min-height:760px;overflow:hidden;background:var(--bg)}
.hero-home__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0}

.hero-home__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(247,243,236,.99) 0%,rgba(247,243,236,.95) 22%,rgba(247,243,236,.68) 39%,rgba(247,243,236,.20) 58%,rgba(247,243,236,0) 78%)}
.hero-home__content{position:relative;z-index:2;width:min(1260px,calc(100vw - 116px));margin:0 auto;padding-top:150px;padding-left:20px}
.eyebrow{color:var(--gold);font-size:14px;text-transform:uppercase;font-weight:900;letter-spacing:.04em;margin:0 0 28px}
.hero-home h1{font-family:var(--serif);font-weight:400;font-size:40px;line-height:1.02;letter-spacing:-.02em;margin:0;max-width:405px}
.hero-home h1 span{color:var(--gold)}
.hero-rule{width:68px;height:3px;background:var(--gold);margin:32px 0 28px}
.hero-home__content p:not(.eyebrow){max-width:390px;font-size:13px;line-height:1.72;font-weight:400;margin:0;color:#090909}
.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--wine);color:#fff;padding:22px 34px;margin-top:220px;text-transform:uppercase;font-size:14px;font-weight:900;letter-spacing:.02em}
.button:after{content:"→";color:#c78320;font-size:17px;line-height:1}

.section{max-width:1120px;margin:0 auto;padding:70px 0}.section-question{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.section-question h2{font-family:var(--serif);font-weight:400;font-size:36px;line-height:1.14;margin:0 0 24px}.section-question p{font-size:13px;line-height:1.8;font-weight:600}.section-question img{width:100%;border-radius:4px}

@media(max-width:1360px){.site-header{height:78px;padding:0 36px}.brand{min-width:315px;gap:14px}.brand-mark{font-size:42px}.brand-line{height:36px}.brand-text{font-size:10px;max-width:185px}.main-nav{gap:23px;font-size:10.5px}.main-nav .nav-cta{padding:19px 26px;min-width:112px}.main-nav a.active:after{bottom:-22px;width:54px}.hero-home{min-height:640px}.hero-home__content{width:min(1120px,calc(100vw - 96px));padding-top:132px}.eyebrow{font-size:11px;margin-bottom:20px}.hero-home h1{font-size:37px;line-height:1.08;max-width:405px}.hero-rule{width:50px;height:2px;margin:28px 0 24px}.hero-home__content p:not(.eyebrow){max-width:390px;font-size:12.5px;line-height:1.75}.button{padding:16px 26px;margin-top:28px;font-size:11.5px}}
@media(max-width:1100px){.site-header{position:relative;height:auto;display:block;padding:22px 24px;background:var(--bg)}.brand{min-width:0}.main-nav{margin-top:18px;justify-content:flex-start;flex-wrap:wrap;gap:14px 20px}.main-nav .nav-cta{padding:14px 18px}.hero-home{min-height:560px}.hero-home__image{object-position:66% top}.hero-home__content{width:calc(100vw - 48px);padding-top:60px}.hero-home h1{font-size:40px;max-width:100%}.hero-home h1 span{white-space:normal}.hero-home__content p:not(.eyebrow){font-size:14px;max-width:100%}.section{padding:48px 24px}.section-question{grid-template-columns:1fr}}
@media(max-width:620px){.brand-mark{font-size:36px}.brand-text{font-size:9px}.hero-home{min-height:620px}.hero-home__overlay{background:linear-gradient(90deg,rgba(247,243,236,.99),rgba(247,243,236,.86))}.hero-home h1{font-size:28px}.button{width:100%}}

/* v12c: refinamento tipografico da hero - texto menor e coluna mais estreita */

/* v16: ancora o botão no limite inferior da Hero sem alterar título, imagem ou header */
@media (min-width:1101px){
  .hero-home__content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    height:760px;
  }

  .hero-home .button{
    margin-top:auto !important;
    margin-bottom:85px;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .hero-home__content{
    height:640px;
  }

  .hero-home .button{
    margin-top:auto !important;
    margin-bottom:75px;
  }
}


/* =========================================================
   V18 - SEÇÕES ABAIXO DA HERO (adaptadas da Home antiga)
   Hero e Header permanecem congelados.
   ========================================================= */

body{overflow-x:hidden;}
.strip,
.section-soft{
  padding:42px 6vw;
  background:#fbf8f3;
  border-bottom:1px solid #ded2c3;
}
.section-soft{
  text-align:center;
  background:linear-gradient(180deg,#fbf8f3,#f8f3ec);
}
.small-rule{width:44px;height:2px;background:var(--gold);margin:0 0 28px;}
.highlight{color:var(--gold);font-weight:800;}

/* Bloco: Nem sempre faltam informações */
.insight{
  display:grid;
  grid-template-columns:130px minmax(330px, .95fr) 1fr 1.2fr .9fr;
  align-items:center;
  gap:34px;
  min-height:220px;
  padding-top:18px;
  padding-bottom:18px;
}
.symbol{
  width:96px;
  height:96px;
  border:1px solid var(--gold);
  border-radius:50%;
  display:grid;
  place-items:center;
  justify-self:center;
  position:relative;
}
.symbol:before{
content:'✦';
position:absolute;
font-size:46px;
color:var(--gold);
line-height:1;
}
.symbol:after{display:none;}
.insight-title{
  align-self:center;
}
.insight-title h2{
  font-family:var(--serif);
  font-size:28px;
  line-height:1.08;
  font-weight:400;
  margin:0;
  color:var(--ink);
  max-width:390px;
}
.insight-title span{color:var(--gold)}
.mini-card{
  min-height:138px;
  border-left:1px solid #ded2c3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  font-size:13px;
  font-weight:400;
  color:#181716;
  padding-top:12px;
}
.mini-card p{
  margin:0;
  line-height:1.48;
  max-width:230px;
}
.line-icon{
  display:block;
  width:44px;
  height:44px;
  margin:0 auto 18px;
  position:relative;
  color:var(--gold);
}
.document:before{
  content:'';
  position:absolute;
  left:10px;
  top:9px;
  width:22px;
  height:26px;
  border:2px solid var(--gold);
  border-radius:1px;
}
.document:after{
  content:'';
  position:absolute;
  left:25px;
  top:9px;
  width:8px;
  height:8px;
  border-left:2px solid var(--gold);
  border-bottom:2px solid var(--gold);
  transform:skew(-8deg);
  background:var(--cream);
}
.network:before{content:'⌘';position:absolute;font-size:46px;color:var(--gold);left:2px;top:-2px;}
.network:after{display:none;}
.target:before{
  content:'';
  position:absolute;
  inset:7px;
  border:3px solid var(--gold);
  border-radius:50%;
}
.target:after{
  content:'';
  position:absolute;
  inset:15px;
  border:3px solid var(--gold);
  border-radius:50%;
  box-shadow:0 0 0 7px var(--cream);
}
.search:before{content:'⌕';font-size:42px;line-height:1;}
.folder:before{content:'▱';font-size:42px;line-height:1;}
.eye:before{content:'◉';font-size:32px;line-height:1;}

/* Aplicações */
.eyebrow{margin:0 0 4px;color:var(--gold);font-weight:900;letter-spacing:.08em;font-size:14px;text-transform:uppercase;}
.section-intro{font-family:var(--serif);font-size:15px;font-weight:400;margin:0 0 24px;color:#181716;}
.use-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:1060px;margin:0 auto 18px;}
.use-card{background:rgba(255,255,255,.48);border:1px solid #ded2c3;border-radius:4px;padding:36px 40px;display:grid;grid-template-columns:86px 1fr;text-align:left;gap:22px;}
.circle{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;color:#fff;}
.dark{background:var(--wine)}.gold{background:var(--gold)}
.approved-icon{width:46px;height:46px;display:block;}
.use-card h3{font-size:17px;line-height:1.1;margin:0 0 18px;color:#181716;}
.use-card p{font-size:14px;line-height:1.55;margin:0 0 15px;color:#181716;}
.context-line{max-width:900px;margin:6px auto 0;font-weight:800;font-size:14px;color:#181716;}

/* Bloco pergunta com mapa — imagem em todo o bloco, texto sobreposto */
.question-section{
  position:relative;
  display:grid;
  grid-template-columns:23% 28% 49%;
  min-height:420px;
  overflow:hidden;
  background-color:#fbf8f3;
  background-image:url('../../assets/support/home-question-map.webp');
  background-repeat:no-repeat;
  /* imagem integrada ao bloco, sem "quadro" isolado */
  background-size:72% auto;
  background-position:112% 50%;
  border-top:1px solid #ded2c3;
  border-bottom:1px solid #ded2c3;
  align-items:center;
}
.question-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  /* degradê longo, no mesmo raciocínio da Hero */
  background:linear-gradient(90deg,    #fbf8f3 0%,    #fbf8f3 24%,    rgba(251,248,243,.985) 42%,    rgba(251,248,243,.88) 60%,    rgba(251,248,243,.55) 76%,    rgba(251,248,243,.22) 90%,    rgba(251,248,243,0) 100%);
  pointer-events:none;
}
.question-copy,
.question-text{
  position:relative;
  z-index:2;
  background:transparent;
}
.question-copy{
  padding:42px 28px 42px 6vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.question-copy h2{
  font-family:var(--serif);
  font-weight:400;
  font-size:30px;
  line-height:1.12;
  margin:0 0 18px;
  color:#181716;
}
.question-text{
  padding:42px 22px 42px 10px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-left:0;
}
.question-text p{
  font-size:12.6px;
  line-height:1.55;
  margin:0 0 10px;
  color:#181716;
  max-width:335px;
}
.question-img{display:none;}
.question-img::before{display:none;}

/* Premissa */
.premise{display:grid;grid-template-columns:140px 1fr;gap:30px;align-items:center;padding:48px 6vw;background:#f6f1ea;border-bottom:1px solid #ded2c3;}
.premise h2{font-family:var(--serif);font-size:36px;line-height:1.15;font-weight:400;margin:0 0 12px;color:#181716;}
.premise p{max-width:760px;margin:0 0 8px;font-size:15px;line-height:1.65;color:#181716;}

/* Processo */
.process .timeline{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:1100px;margin:30px auto 0;text-align:center;}
.timeline:before{content:'';position:absolute;left:calc(10% + 13px);right:calc(10% + 13px);top:13px;border-top:1px dashed rgba(148,104,44,.65);z-index:0;}
.timeline article{position:relative;z-index:1;}
.timeline article span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;margin:0 auto 8px;background:var(--gold);color:#fff;font-size:12px;font-weight:800;box-shadow:0 0 0 4px #fbf8f3;}
.timeline .line-icon{width:36px;height:36px;margin-bottom:10px;}
.timeline h3{font-size:16px;line-height:1.15;margin:0 0 10px;color:#181716;}
.timeline p{font-size:13px;line-height:1.5;margin:0;color:#181716;}

/* Resultado */
.result{display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:24px;align-items:center;}
.result-title h2{font-family:var(--serif);font-size:30px;line-height:1.13;font-weight:400;margin:0 0 28px;color:#181716;}
.result-title p{font-size:14px;line-height:1.55;margin:0 0 8px;color:#181716;}
.result-item{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:center;border-left:1px solid #ded2c3;padding-left:22px;min-height:110px;}
.result-item h3{font-size:15px;margin:0 0 6px;color:#181716;}
.result-item p{font-size:13px;line-height:1.5;margin:0;color:#181716;}
.result-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--gold);}
.dark-dot .result-icon{background:var(--wine);border-color:var(--wine);}
.gold-dot .result-icon{background:var(--gold);border-color:var(--gold);}
.result-icon:before{content:'◎';font-size:28px;color:var(--gold);}
.dark-dot .result-icon:before,.gold-dot .result-icon:before{color:#fff;}
.result-arrow:before{content:'→';font-size:36px;color:var(--gold);}

/* Quem desenvolveu */
.developer.compact{display:flex;align-items:center;justify-content:space-between;gap:34px;padding-top:30px;padding-bottom:30px;}
.developer h2{font-family:var(--serif);font-size:20px;line-height:1.14;font-weight:400;margin:0 0 12px;color:#181716;}
.developer p{max-width:860px;font-size:14px;line-height:1.65;margin:0;color:#181716;}
.btn{display:inline-flex;align-items:center;gap:18px;border:none;cursor:pointer;font-weight:500;font-size:13px;letter-spacing:.04em;padding:17px 25px;transition:.2s;text-transform:uppercase;white-space:nowrap;}
.btn.primary{background:var(--wine);color:#fff}.btn.outline{border:1px solid var(--wine);color:var(--wine);background:transparent}.btn span{color:#c08b32;font-size:17px;line-height:0}


/* Footer */


@media(max-width:1100px){
  .insight,.use-grid,.question-section,.premise,.process .timeline,.result,.developer.compact,.contact-band{grid-template-columns:1fr;}
  .insight{gap:18px;text-align:center;}
  .symbol{margin:0 auto;}
  .mini-card{border-left:0;border-top:1px solid #ded2c3;padding-top:20px;}
  .use-card{grid-template-columns:1fr;text-align:center;justify-items:center;padding:30px 24px;}
  .question-copy,.question-text{padding:34px 24px;border-left:0;}
  .question-img{min-height:280px;}
  .timeline:before{display:none;}
  .result-item{border-left:0;border-top:1px solid #ded2c3;padding:20px 0 0;}
  .developer.compact{text-align:center;}
  .contact-band{text-align:center;justify-items:center;}
  .footer-base{display:block;text-align:center;}
  .footer-brand{justify-content:center;margin-bottom:10px;}
}
@media(max-width:620px){
  .strip,.section-soft{padding:34px 24px;}
  .insight-title h2,.premise h2{font-size:28px;}
  .question-copy h2{font-size:27px;}
  .contact-question strong{font-size:23px;}
}


/* v22 - Ícones do bloco "Nem sempre" restaurados do arquivo antigo aprovado */
.insight .symbol.compass::before{
  content:'' !important;
  width:58px;
  height:58px;
  display:block;
  background:var(--gold);
  color:transparent !important;
  font-size:0 !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 3l6.5 22.5L61 32l-22.5 6.5L32 61l-6.5-22.5L3 32l22.5-6.5L32 3z'/%3E%3Cpath d='M32 14l3.7 14.3L50 32l-14.3 3.7L32 50l-3.7-14.3L14 32l14.3-3.7L32 14z'/%3E%3Ccircle cx='32' cy='32' r='5'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 3l6.5 22.5L61 32l-22.5 6.5L32 61l-6.5-22.5L3 32l22.5-6.5L32 3z'/%3E%3Cpath d='M32 14l3.7 14.3L50 32l-14.3 3.7L32 50l-3.7-14.3L14 32l14.3-3.7L32 14z'/%3E%3Ccircle cx='32' cy='32' r='5'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
.insight .symbol.compass::after{display:none!important;content:none!important;}
.insight .line-icon{
  display:block;
  width:44px;
  height:44px;
  margin:0 auto 18px;
  background:var(--gold);
  color:transparent!important;
  position:relative;
  -webkit-mask:center/contain no-repeat;
          mask:center/contain no-repeat;
}
.insight .line-icon::before,
.insight .line-icon::after{content:none!important;display:none!important;}
.insight .line-icon.document{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18 6h21l13 13v39H18zM39 6v14h13' fill='none' stroke='black' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18 6h21l13 13v39H18zM39 6v14h13' fill='none' stroke='black' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.insight .line-icon.network{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3'%3E%3Ccircle cx='32' cy='32' r='4'/%3E%3Ccircle cx='32' cy='10' r='4'/%3E%3Ccircle cx='32' cy='54' r='4'/%3E%3Ccircle cx='10' cy='32' r='4'/%3E%3Ccircle cx='54' cy='32' r='4'/%3E%3Ccircle cx='16' cy='16' r='3.5'/%3E%3Ccircle cx='48' cy='16' r='3.5'/%3E%3Ccircle cx='16' cy='48' r='3.5'/%3E%3Ccircle cx='48' cy='48' r='3.5'/%3E%3Cpath d='M32 14v14M32 36v14M14 32h14M36 32h14M19 19l10 10M45 19L35 29M19 45l10-10M45 45L35 35'/%3E%3C/g%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3'%3E%3Ccircle cx='32' cy='32' r='4'/%3E%3Ccircle cx='32' cy='10' r='4'/%3E%3Ccircle cx='32' cy='54' r='4'/%3E%3Ccircle cx='10' cy='32' r='4'/%3E%3Ccircle cx='54' cy='32' r='4'/%3E%3Ccircle cx='16' cy='16' r='3.5'/%3E%3Ccircle cx='48' cy='16' r='3.5'/%3E%3Ccircle cx='16' cy='48' r='3.5'/%3E%3Ccircle cx='48' cy='48' r='3.5'/%3E%3Cpath d='M32 14v14M32 36v14M14 32h14M36 32h14M19 19l10 10M45 19L35 29M19 45l10-10M45 45L35 35'/%3E%3C/g%3E%3C/svg%3E");
}
.insight .line-icon.target{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='32' cy='32' r='22'/%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Cpath d='M32 4v11M32 49v11M4 32h11M49 32h11'/%3E%3C/g%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='32' cy='32' r='22'/%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Cpath d='M32 4v11M32 49v11M4 32h11M49 32h11'/%3E%3C/g%3E%3C/svg%3E");
}

/* =========================================================
   V23 - Bloco "QUANDO O MICP PODE SER ÚTIL"
   Formatação textual restaurada do arquivo antigo aprovado.
   Hero, header e bloco anterior preservados.
   ========================================================= */
.use-cases.section-soft{
  padding:42px 6vw;
  text-align:center;
  background:linear-gradient(180deg,#fbf8f3,#f8f3ec);
  border-bottom:1px solid #ded2c3;
}
.use-cases .eyebrow{
  margin:0 0 4px;
  color:var(--gold);
  font-weight:900;
  letter-spacing:.08em;
  font-size:14px;
  line-height:1.08;
  text-transform:uppercase;
}
.use-cases .section-intro{
  font-family:var(--serif);
  font-size:18px;
  line-height:1.085;
  font-weight:400;
  margin:0 0 24px;
  color:#181716;
}
.use-cases .use-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  max-width:1060px;
  margin:0 auto 18px;
}
.use-cases .use-card{
  background:rgba(255,255,255,.48);
  border:1px solid #ded2c3;
  border-radius:4px;
  padding:36px 40px;
  display:grid;
  grid-template-columns:86px 1fr;
  text-align:left;
  gap:22px;
}
.use-cases .circle{
  width:76px;
  height:76px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
}
.use-cases .approved-icon{
  width:46px;
  height:46px;
  display:block;
}
.use-cases .use-card h3{
  font-family:var(--sans);
  font-size:23px;
  line-height:1.1;
  font-weight:800;
  margin:0 0 18px;
  color:#181716;
  letter-spacing:0;
}
.use-cases .use-card p{
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  margin:0 0 15px;
  color:#181716;
}
.use-cases .highlight{
  color:var(--gold);
  font-weight:900;
}
.use-cases .context-line{
  max-width:900px;
  margin:6px auto 0;
  font-size:14px;
  line-height:1.55;
  font-weight:400 !important;
  color:#181716;
}
@media(max-width:1100px){
  .use-cases .use-grid{grid-template-columns:1fr;}
  .use-cases .use-card{grid-template-columns:1fr;text-align:center;justify-items:center;padding:30px 24px;}
}

/* v24 - Bloco "Nossa Premissa" com formatação reaproveitada do arquivo antigo aprovado */
.premise{
  display:flex;
  gap:28px;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--paper, #fbf8f3);
  padding:38px 6vw;
  border-bottom:1px solid #ded2c3;
  grid-template-columns:none;
}
.premise .symbol{
  width:92px;
  height:92px;
  flex:0 0 92px;
}
.premise .eyebrow{
  margin:0 0 4px;
  color:var(--gold);
  font-weight:900;
  letter-spacing:.08em;
  font-size:14px;
  text-transform:uppercase;
}
.premise h2{
  font-family:var(--serif);
  font-size:41px;
  line-height:1.12;
  font-weight:400;
  margin:0;
  color:#181716;
}
.premise p:last-child{
  max-width:760px;
  margin:8px 0 0;
  font-size:13px;
  line-height:1.65;
  color:#181716;
}
@media(max-width:1100px){
  .premise{flex-direction:column;gap:20px;padding:38px 24px;}
}
@media(max-width:620px){
  .premise h2{font-size:28px;}
}

/* v25: ícones do bloco "Como a aplicação inicial é desenvolvida" copiados do arquivo antigo */
.process .line-icon{
  display:block;
  width:36px;
  height:36px;
  margin:0 auto 10px;
  color:transparent;
  background:var(--gold);
  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
  -webkit-mask-position:center;
          mask-position:center;
  -webkit-mask-size:contain;
          mask-size:contain;
}
.process .line-icon::before,
.process .line-icon::after{
  content:none!important;
  display:none!important;
}
.process .line-icon.search{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='27' cy='27' r='16'/%3E%3Cpath d='M39 39l15 15'/%3E%3C/g%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='27' cy='27' r='16'/%3E%3Cpath d='M39 39l15 15'/%3E%3C/g%3E%3C/svg%3E");
}
.process .line-icon.folder{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M8%2022h18l5%206h25%27/%3E%3Cpath%20d%3D%27M8%2022v30h48V28H31%27/%3E%3Cpath%20d%3D%27M8%2052l8-18h44l-8%2018H8z%27/%3E%3C/g%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M8%2022h18l5%206h25%27/%3E%3Cpath%20d%3D%27M8%2022v30h48V28H31%27/%3E%3Cpath%20d%3D%27M8%2052l8-18h44l-8%2018H8z%27/%3E%3C/g%3E%3C/svg%3E");
}
.process .line-icon.network{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3'%3E%3Ccircle cx='32' cy='32' r='4'/%3E%3Ccircle cx='32' cy='10' r='4'/%3E%3Ccircle cx='32' cy='54' r='4'/%3E%3Ccircle cx='10' cy='32' r='4'/%3E%3Ccircle cx='54' cy='32' r='4'/%3E%3Ccircle cx='16' cy='16' r='3.5'/%3E%3Ccircle cx='48' cy='16' r='3.5'/%3E%3Ccircle cx='16' cy='48' r='3.5'/%3E%3Ccircle cx='48' cy='48' r='3.5'/%3E%3Cpath d='M32 14v14M32 36v14M14 32h14M36 32h14M19 19l10 10M45 19L35 29M19 45l10-10M45 45L35 35'/%3E%3C/g%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3'%3E%3Ccircle cx='32' cy='32' r='4'/%3E%3Ccircle cx='32' cy='10' r='4'/%3E%3Ccircle cx='32' cy='54' r='4'/%3E%3Ccircle cx='10' cy='32' r='4'/%3E%3Ccircle cx='54' cy='32' r='4'/%3E%3Ccircle cx='16' cy='16' r='3.5'/%3E%3Ccircle cx='48' cy='16' r='3.5'/%3E%3Ccircle cx='16' cy='48' r='3.5'/%3E%3Ccircle cx='48' cy='48' r='3.5'/%3E%3Cpath d='M32 14v14M32 36v14M14 32h14M36 32h14M19 19l10 10M45 19L35 29M19 45l10-10M45 45L35 35'/%3E%3C/g%3E%3C/svg%3E");
}
.process .line-icon.eye{
  width:33px!important;
  height:22px!important;
  margin-top:5px!important;
  margin-bottom:17px!important;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2070%2040%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6%2020%20C14%2011%2024%207%2035%207%20C46%207%2056%2011%2064%2020%20C56%2029%2046%2033%2035%2033%20C24%2033%2014%2029%206%2020%20Z%27%2F%3E%3Ccircle%20cx%3D%2735%27%20cy%3D%2720%27%20r%3D%276.2%27%2F%3E%3Ccircle%20cx%3D%2735%27%20cy%3D%2720%27%20r%3D%272.4%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2070%2040%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6%2020%20C14%2011%2024%207%2035%207%20C46%207%2056%2011%2064%2020%20C56%2029%2046%2033%2035%2033%20C24%2033%2014%2029%206%2020%20Z%27%2F%3E%3Ccircle%20cx%3D%2735%27%20cy%3D%2720%27%20r%3D%276.2%27%2F%3E%3Ccircle%20cx%3D%2735%27%20cy%3D%2720%27%20r%3D%272.4%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.process .line-icon.document{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18 6h21l13 13v39H18zM39 6v14h13' fill='none' stroke='black' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18 6h21l13 13v39H18zM39 6v14h13' fill='none' stroke='black' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
}


/* V27 - Resultado da Aplicação Inicial: ícones e destaque conforme arquivo antigo */
.result-title .highlight{
  color:var(--gold) !important;
  font-weight:900 !important;
}
.result-item{
  grid-template-columns:88px 1fr !important;
  column-gap:18px !important;
  align-items:start !important;
  align-content:start !important;
  min-height:200px !important;
  padding:0 22px 0 28px !important;
  border-left:1px solid var(--line) !important;
}
.result-item .result-icon{
  grid-column:1 !important;
  grid-row:1 / span 2 !important;
  align-self:start !important;
  justify-self:start !important;
  width:72px !important;
  height:72px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;
  position:relative !important;
}
.result-item.dark-dot .result-icon{
  background:var(--wine) !important;
  border:1px solid var(--wine) !important;
}
.result-item.gold-dot .result-icon{
  background:var(--gold) !important;
  border:1px solid var(--gold) !important;
}
.result-item:not(.dark-dot):not(.gold-dot) .result-icon{
  background:transparent !important;
  border:1px solid var(--gold) !important;
}
.result-icon::before{
  content:'' !important;
  display:block !important;
}
.result-icon.result-target::before,
.result-icon.result-clarity::before{
  width:38px !important;
  height:38px !important;
  background:#fff !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='32' cy='32' r='22'/%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Cpath d='M32 4v11M32 49v11M4 32h11M49 32h11'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='32' cy='32' r='22'/%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Cpath d='M32 4v11M32 49v11M4 32h11M49 32h11'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
}
.result-icon.result-arrow::before{
  width:40px !important;
  height:40px !important;
  background:var(--gold) !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 32h40M38 18l14 14-14 14' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat !important;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 32h40M38 18l14 14-14 14' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat !important;
}
.result-item h3{
  grid-column:2 !important;
  grid-row:1 !important;
  align-self:start !important;
  margin:8px 0 14px !important;
  line-height:1.15 !important;
}
.result-item p{
  grid-column:2 !important;
  grid-row:2 !important;
  margin:0 !important;
  max-width:150px !important;
  line-height:1.45 !important;
}

/* V28 - Correção do bloco O RESULTADO DA APLICAÇÃO INICIAL
   Restaura proporções, divisórias e tipografia do arquivo antigo. */
.result.strip{
  display:grid !important;
  grid-template-columns:1.5fr 1fr 1fr 1fr !important;
  align-items:stretch !important;
  gap:22px !important;
}
.result-title{
  align-self:start !important;
}
.result-title h2{
  font-size:22px !important;
  line-height:1.08 !important;
  font-weight:400 !important;
  margin:0 0 4px !important;
  color:var(--text) !important;
}
.result-title .highlight{
  font-size:13px !important;
  line-height:1.45 !important;
  max-width:320px !important;
  margin:0 0 12px !important;
  color:var(--gold) !important;
  font-weight:900 !important;
}
.result-title p:not(.highlight){
  font-size:13px !important;
  line-height:1.55 !important;
  max-width:320px !important;
  margin:0 !important;
  color:var(--text) !important;
  font-weight:400 !important;
}
.result-item{
  height:100% !important;
  min-height:118px !important;
  align-self:stretch !important;
  display:grid !important;
  grid-template-columns:70px 1fr !important;
  grid-template-rows:auto auto !important;
  column-gap:18px !important;
  align-items:start !important;
  align-content:start !important;
  padding:0 18px !important;
  border-left:1px solid var(--line) !important;
}
.result-item .result-icon{
  grid-column:1 !important;
  grid-row:1 / span 2 !important;
  align-self:start !important;
  justify-self:start !important;
  width:64px !important;
  height:64px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;
  position:relative !important;
  border:1px solid var(--gold) !important;
}
.result-item.dark-dot .result-icon{
  background:var(--wine) !important;
  border-color:var(--wine) !important;
}
.result-item.gold-dot .result-icon{
  background:var(--gold) !important;
  border-color:var(--gold) !important;
}
.result-item:not(.dark-dot):not(.gold-dot) .result-icon{
  background:transparent !important;
  border-color:var(--gold) !important;
}
.result-icon::before{
  content:'' !important;
  display:block !important;
}
.result-icon.result-target::before,
.result-icon.result-clarity::before{
  width:34px !important;
  height:34px !important;
  background:#fff !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='32' cy='32' r='22'/%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Cpath d='M32 4v11M32 49v11M4 32h11M49 32h11'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='32' cy='32' r='22'/%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Cpath d='M32 4v11M32 49v11M4 32h11M49 32h11'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
}
.result-icon.result-arrow::before{
  width:40px !important;
  height:40px !important;
  background:var(--gold) !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 32h40M38 18l14 14-14 14' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat !important;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 32h40M38 18l14 14-14 14' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat !important;
}
.result-item h3{
  grid-column:2 !important;
  grid-row:1 !important;
  align-self:start !important;
  margin:0 0 4px !important;
  font-size:14px !important;
  line-height:1.08 !important;
  color:var(--text) !important;
  font-weight:900 !important;
}
.result-item p{
  grid-column:2 !important;
  grid-row:2 !important;
  margin:0 !important;
  max-width:150px !important;
  font-size:13px !important;
  line-height:1.45 !important;
  color:var(--text) !important;
  font-weight:400 !important;
}
@media(max-width:900px){
  .result.strip{grid-template-columns:1fr !important;}
  .result-item{border-left:0 !important;border-top:1px solid var(--line) !important;padding:20px 0 0 !important;}
}

@media(max-width:900px){
  .question-section{grid-template-columns:1fr;min-height:auto;background-size:150% auto;background-position:center bottom;}
  .question-copy,.question-text{padding:34px 24px;border-left:0;}
  .question-img{min-height:0;background-position:center right;}
}

/* =========================================================
   V39 - RESPONSIVIDADE GERAL
   Ajustes apenas para tablets e celulares. Desktop permanece igual.
   ========================================================= */
@media (max-width: 1180px){
  .site-header{padding-left:28px;padding-right:28px;}
  .brand{min-width:300px;}
  .main-nav{gap:18px;font-size:10px;}
  .main-nav .nav-cta{padding:16px 20px;min-width:104px;}
}

@media (max-width: 900px){
  html,body{width:100%;overflow-x:hidden;}

  .site-header{
    position:relative;
    display:block;
    height:auto;
    padding:20px 22px;
    background:#fbf8f3;
  }
  .brand{min-width:0;gap:12px;}
  .brand-mark{font-size:38px;}
  .brand-line{height:34px;}
  .brand-text{font-size:9.5px;max-width:190px;}
  .main-nav{
    margin-top:18px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:14px 18px;
    white-space:normal;
    line-height:1.085;
  }
  .main-nav a.active:after{display:none;}
  .main-nav .nav-cta{padding:13px 18px;}

  .hero-home{min-height:auto;}
  .hero-home__image{object-position:62% top;}
  .hero-home__content{
    width:calc(100vw - 40px);
    padding:58px 0 48px;
    height:auto!important;
  }
  .hero-home h1{font-size:28px;line-height:1.06;max-width:420px;}
  .hero-home__content p:not(.eyebrow){max-width:420px;font-size:13.5px;}
  .hero-home .button{margin-top:34px!important;margin-bottom:0!important;}

  .strip,.section-soft{padding-left:24px;padding-right:24px;}
  .insight{grid-template-columns:1fr;gap:20px;text-align:center;}
  .insight-title h2{max-width:none;font-size:30px;}
  .mini-card{border-left:0;border-top:1px solid #ded2c3;min-height:auto;padding:22px 0 0;}
  .mini-card.no-border{border-top:1px solid #ded2c3;}

  .use-grid{grid-template-columns:1fr;}
  .use-card{grid-template-columns:1fr;text-align:center;justify-items:center;padding:30px 24px;}

  .question-section{
    display:block;
    min-height:0;
    background-image:none!important;
    background-color:#fbf8f3;
  }
  .question-section::before{display:none!important;}
  .question-copy,.question-text{padding:34px 24px!important;border-left:0!important;}
  .question-text p{max-width:none;}
  .question-img{
    display:block!important;
    min-height:280px!important;
    background:url('../../assets/support/home-question-map.webp') center center/cover no-repeat!important;
  }

  .premise{grid-template-columns:1fr;text-align:center;justify-items:center;}
  .process .timeline{grid-template-columns:1fr!important;gap:26px;}
  .timeline:before{display:none!important;}
  .result.strip{grid-template-columns:1fr!important;gap:22px!important;}
  .result-item{border-left:0!important;border-top:1px solid #ded2c3!important;padding:22px 0 0!important;}
  .developer.compact{display:block;text-align:center;}
  .developer .btn{margin-top:22px;}
  .contact-band{grid-template-columns:1fr!important;text-align:center;justify-items:center;gap:12px;}
  .footer-base{display:block;text-align:center;}
  .footer-brand{justify-content:center;margin-bottom:10px;}
}

@media (max-width: 520px){
  .site-header{padding:18px 18px;}
  .brand-mark{font-size:28px;letter-spacing:.12em;}
  .brand-text{font-size:8.5px;max-width:150px;}
  .main-nav{font-size:10px;gap:12px 14px;}
  .main-nav .nav-cta{width:100%;text-align:center;}

  .hero-home__content{width:calc(100vw - 36px);padding-top:46px;}
  .hero-home h1{font-size:30px;}
  .hero-rule{margin:24px 0 22px;}
  .hero-home__content p:not(.eyebrow){font-size:13px;line-height:1.65;}
  .button{width:100%;padding:16px 20px;}

  .strip,.section-soft{padding:32px 18px;}
  .insight-title h2,.premise h2{font-size:27px;}
  .section-intro{font-size:19px;}
  .use-card{padding:26px 20px;}
  .question-copy h2{font-size:26px!important;}
  .question-img{min-height:220px!important;background-size:cover!important;}
  .result-item{grid-template-columns:58px 1fr!important;column-gap:14px!important;}
  .result-item .result-icon{width:54px!important;height:54px!important;}
  .contact-question strong{font-size:18px;}
  .footer-brand span{font-size:30px;}
}


/* v41 remove decorative gold rules without collapsing vertical spacing */
.hero-rule,
.small-rule{
  background:transparent !important;
  border-color:transparent !important;
}
.main-nav a.active:after{
  background:transparent !important;
  border-color:transparent !important;
}


/* v44 gold highlights */
.use-cases .card:nth-child(2) h3,
.use-cases .card h3:has(+ p),
.highlight-gold,
.gold-text{
  color:#b08a3e !important;
}

/* =========================================================
   Página Contato - v1
   Implementação específica sem alterar a Home.
   ========================================================= */


/* v137 - restaura traços dourados da Home */
body.page-home .hero-rule{
  width:68px!important;
  height:3px!important;
  background:var(--gold)!important;
  border-color:var(--gold)!important;
  margin:32px 0 28px!important;
}
body.page-home .hero-divider{
  display:none!important;
}
body.page-home .main-nav a.active:after{
  display:block!important;
  background:var(--gold)!important;
  border-color:var(--gold)!important;
}
@media(max-width:1360px){
  body.page-home .hero-rule{
    width:50px!important;
    height:2px!important;
    margin:28px 0 24px!important;
  }
}


/* =========================================================
   v210 - Home: ícones padronizados com acabamento fino
   - preserva layout e estrutura
   - substitui apenas os desenhos/espessura dos ícones internos
   ========================================================= */
.insight .line-icon,
.process .line-icon{
  background:var(--gold) !important;
  color:transparent !important;
  -webkit-mask:center/contain no-repeat !important;
          mask:center/contain no-repeat !important;
}
.insight .line-icon::before,
.insight .line-icon::after,
.process .line-icon::before,
.process .line-icon::after{
  content:none !important;
  display:none !important;
}
.insight .line-icon.document{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 14h21l8 8v28H14z'/%3E%3Cpath d='M35 14v9h8'/%3E%3Cpath d='M22 31h13M22 38h9'/%3E%3Ccircle cx='43' cy='43' r='6'/%3E%3Cpath d='M47.5 47.5L54 54'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 14h21l8 8v28H14z'/%3E%3Cpath d='M35 14v9h8'/%3E%3Cpath d='M22 31h13M22 38h9'/%3E%3Ccircle cx='43' cy='43' r='6'/%3E%3Cpath d='M47.5 47.5L54 54'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.insight .line-icon.network{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='11' y='12' width='15' height='15' rx='2'/%3E%3Crect x='38' y='12' width='15' height='15' rx='2'/%3E%3Crect x='11' y='38' width='15' height='15' rx='2'/%3E%3Crect x='38' y='38' width='15' height='15' rx='2'/%3E%3Cpath d='M26 19.5h12M18.5 27v11M45.5 27v11M26 45.5h12M32 19.5v26'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='11' y='12' width='15' height='15' rx='2'/%3E%3Crect x='38' y='12' width='15' height='15' rx='2'/%3E%3Crect x='11' y='38' width='15' height='15' rx='2'/%3E%3Crect x='38' y='38' width='15' height='15' rx='2'/%3E%3Cpath d='M26 19.5h12M18.5 27v11M45.5 27v11M26 45.5h12M32 19.5v26'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.insight .line-icon.target{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 47c6-15 16-25 38-30'/%3E%3Cpath d='M42 15l9 2-3 9'/%3E%3Cpath d='M13 51h39'/%3E%3Ccircle cx='21' cy='42' r='3'/%3E%3Ccircle cx='34' cy='30' r='3'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 47c6-15 16-25 38-30'/%3E%3Cpath d='M42 15l9 2-3 9'/%3E%3Cpath d='M13 51h39'/%3E%3Ccircle cx='21' cy='42' r='3'/%3E%3Ccircle cx='34' cy='30' r='3'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.process .line-icon.search{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18h34M15 30h22M15 42h16'/%3E%3Ccircle cx='44' cy='42' r='7'/%3E%3Cpath d='M49 47l6 6'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18h34M15 30h22M15 42h16'/%3E%3Ccircle cx='44' cy='42' r='7'/%3E%3Cpath d='M49 47l6 6'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.process .line-icon.folder{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 20h15l5 6h18v26H13z'/%3E%3Cpath d='M19 34h26M19 42h18'/%3E%3Cpath d='M13 20v-5h13l5 5'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 20h15l5 6h18v26H13z'/%3E%3Cpath d='M19 34h26M19 42h18'/%3E%3Cpath d='M13 20v-5h13l5 5'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.process .line-icon.network{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 18h12v12H17zM35 18h12v12H35zM17 38h12v12H17zM35 38h12v12H35z'/%3E%3Cpath d='M29 24h6M23 30v8M41 30v8M29 44h6'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 18h12v12H17zM35 18h12v12H35zM17 38h12v12H17zM35 38h12v12H35z'/%3E%3Cpath d='M29 24h6M23 30v8M41 30v8M29 44h6'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.process .line-icon.eye{
  width:36px !important;
  height:36px !important;
  margin-top:0 !important;
  margin-bottom:10px !important;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 32c5-8 12-12 19-12s14 4 19 12c-5 8-12 12-19 12s-14-4-19-12z'/%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Cpath d='M18 47l28-30'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 32c5-8 12-12 19-12s14 4 19 12c-5 8-12 12-19 12s-14-4-19-12z'/%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Cpath d='M18 47l28-30'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.process .line-icon.document{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 10h22l8 8v36H18z'/%3E%3Cpath d='M40 10v9h8'/%3E%3Cpath d='M24 31h18M24 39h14'/%3E%3Cpath d='M25 48l4 4 9-10'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 10h22l8 8v36H18z'/%3E%3Cpath d='M40 10v9h8'/%3E%3Cpath d='M24 31h18M24 39h14'/%3E%3Cpath d='M25 48l4 4 9-10'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.result-icon.result-target::before{
  width:34px !important;
  height:34px !important;
  background:#fff !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 46h40'/%3E%3Cpath d='M18 40l10-12 9 7 11-17'/%3E%3Cpath d='M42 18h6v6'/%3E%3Ccircle cx='28' cy='28' r='3'/%3E%3Ccircle cx='37' cy='35' r='3'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 46h40'/%3E%3Cpath d='M18 40l10-12 9 7 11-17'/%3E%3Cpath d='M42 18h6v6'/%3E%3Ccircle cx='28' cy='28' r='3'/%3E%3Ccircle cx='37' cy='35' r='3'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
}
.result-icon.result-clarity::before{
  width:34px !important;
  height:34px !important;
  background:#fff !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 18h30M17 32h30M17 46h30'/%3E%3Cpath d='M12 18h.1M12 32h.1M12 46h.1'/%3E%3Cpath d='M49 14l5 4-5 4M49 28l5 4-5 4M49 42l5 4-5 4'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 18h30M17 32h30M17 46h30'/%3E%3Cpath d='M12 18h.1M12 32h.1M12 46h.1'/%3E%3Cpath d='M49 14l5 4-5 4M49 28l5 4-5 4M49 42l5 4-5 4'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
}
.result-icon.result-arrow::before{
  width:36px !important;
  height:36px !important;
  background:var(--gold) !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18h22c8 0 14 6 14 14s-6 14-14 14H22'/%3E%3Cpath d='M30 34l-8 12 8 12' transform='translate(0 -12)'/%3E%3Cpath d='M30 34H50'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18h22c8 0 14 6 14 14s-6 14-14 14H22'/%3E%3Cpath d='M30 34l-8 12 8 12' transform='translate(0 -12)'/%3E%3Cpath d='M30 34H50'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat !important;
}

/* v211 - Padronização tipográfica interna Home
   Referência visual: página Como Trabalhamos.
   Escopo restrito aos H3 internos de cards, etapas e resultados. */
.use-cases .use-card h3,
.process .timeline h3,
.result-item h3{
  font-family:var(--sans) !important;
  font-size:11px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
}
.process .timeline h3{
  margin:0 0 8px !important;
}
.result-item h3{
  margin:4px 0 8px !important;
}
@media(max-width:1100px){
  .use-cases .use-card h3,
  .process .timeline h3,
  .result-item h3{
    font-size:11px !important;
    line-height:1.25 !important;
  }
}


/* v345 — revisão estrutural e textual da Home */
@media (min-width:1101px){
  .process .timeline.home-timeline--four{
    grid-template-columns:repeat(4,1fr);
    max-width:980px;
  }
  .process .timeline.home-timeline--four:before{
    left:calc(12.5% + 13px);
    right:calc(12.5% + 13px);
  }
}
.developer .home-useful-link{display:inline-block;margin-top:14px;}
