.elementor-34 .elementor-element.elementor-element-3f9a302{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-3f9a302 */:root{
  --azul:#2c5777;
  --azul-dark:#183f5c;
  --azul-soft:#688593;
  --off:#edebec;
  --verde:#b5dbce;
  --white:#ffffff;
  --text:#193c54;
  --muted:#607987;
  --shadow:0 24px 70px rgba(44,87,119,.16);
  --radius:28px;
  --whats:#25d366;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Work Sans',sans-serif;
  background:var(--off);
  color:var(--text);
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

h1,h2,h3,.st-btn,.st-menu a,.st-kicker{
  font-family:'Microgramma D Extended','Microgramma','Eurostile Extended','Work Sans',sans-serif;
}

.st-page{
  background:var(--off);
  overflow:hidden;
}

.st-container{
  width:min(1180px,calc(100% - 48px));
  margin:auto;
}

/* HEADER */
.st-header{
  position:fixed;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  width:min(1200px,calc(100% - 32px));
  height:70px;
  z-index:999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:0 18px 0 22px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 16px 45px rgba(44,87,119,.13);
  backdrop-filter:blur(18px);
  transition:.3s;
}

.st-header.scrolled{
  height:64px;
  background:rgba(255,255,255,.96);
}

.st-logo img{
  height:50px;
  object-fit:contain;
}

.st-menu{
  display:flex;
  align-items:center;
  gap:28px;
  color:var(--azul);
  font-size:13px;
  letter-spacing:.1em;
}

.st-menu a{
  position:relative;
  white-space:nowrap;
}

.st-menu a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--azul);
  transition:.3s;
}

.st-menu a:hover:after{width:100%}

.st-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:15px 24px;
  border:0;
  font-size:13px;
  font-weight:800;
  letter-spacing:.03em;
  transition:.35s;
  cursor:pointer;
}

.st-btn.primary{
  background:linear-gradient(135deg,var(--azul),var(--azul-dark));
  color:white;
  box-shadow:0 16px 38px rgba(44,87,119,.24);
}

.st-btn.white{
  background:white;
  color:var(--azul);
  box-shadow:0 18px 42px rgba(44,87,119,.13);
}

.st-btn.whats{
  background:var(--whats);
  color:white;
  box-shadow:0 16px 38px rgba(37,211,102,.24);
}

.st-btn img{
  width:22px;
  height:22px;
}

.st-btn:hover{transform:translateY(-4px)}

.st-toggle{display:none}

/* HERO */
.st-hero{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  padding:118px 0 92px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 45%,rgba(181,219,206,.55),transparent 30%),
    radial-gradient(circle at 78% 18%,rgba(255,255,255,.38),transparent 28%),
    linear-gradient(135deg,#f8ffff 0%,#dcebec 34%,var(--azul) 100%);
}

.st-hero:before{
  content:"";
  position:absolute;
  width:680px;
  height:680px;
  left:-210px;
  bottom:40px;
  border-radius:50%;
  border:2px solid rgba(44,87,119,.12);
  box-shadow:0 0 0 80px rgba(255,255,255,.13);
}

.st-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:125px;
  background:var(--off);
  clip-path:ellipse(75% 90% at 50% 100%);
  z-index:4;
}

.st-hero-grid{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  align-items:center;
  gap:34px;
}

.st-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.65);
  border:1px solid rgba(255,255,255,.78);
  color:var(--azul);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.st-title{
  margin:22px 0 18px;
  font-size:clamp(42px,5vw,70px);
  line-height:1.02;
  letter-spacing:-.06em;
  color:var(--azul);
}

.st-title span,
.st-heading span{
  background:linear-gradient(110deg,var(--azul-dark),var(--azul),var(--azul-soft));
  -webkit-background-clip:text;
  color:transparent;
}

.st-sub{
  max-width:610px;
  color:#32576b;
  font-size:18px;
  line-height:1.6;
  margin:0;
}

.st-hero-bullets{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:26px 0 28px;
}

.st-hero-bullets div{
  padding:15px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.82);
  color:#264c63;
  line-height:1.4;
  font-size:14px;
  backdrop-filter:blur(14px);
}

.st-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.st-hero-photo{
  min-height:630px;
  position:relative;
}

.st-doctor{
  position:absolute;
  right:-20px;
  bottom:-70px;
  width:min(575px,100%);
  z-index:3;
  filter:drop-shadow(0 34px 66px rgba(20,57,80,.32));
}

.st-hero-photo:after{
  content:"";
  position:absolute;
  z-index:4;
  left:10%;
  right:0;
  bottom:-76px;
  height:180px;
  background:linear-gradient(180deg,transparent,rgba(44,87,119,.24),var(--azul));
  filter:blur(22px);
}

.st-float-card{
  position:absolute;
  left:0;
  bottom:118px;
  z-index:6;
  width:245px;
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--shadow);
  backdrop-filter:blur(16px);
}

.st-float-card strong{
  display:block;
  color:var(--azul);
  font-size:29px;
  line-height:1.08;
}

.st-float-card p{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.5;
  font-size:14px;
}

/* SECTIONS */
.st-section{
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  padding:86px 0;
}

.st-section.light{
  background:
    radial-gradient(circle at 82% 16%,rgba(181,219,206,.35),transparent 25%),
    linear-gradient(180deg,var(--off),#f8ffff);
}

.st-section.blue-soft{
  background:
    radial-gradient(circle at 16% 22%,rgba(181,219,206,.38),transparent 27%),
    linear-gradient(135deg,#f8ffff,#eaf1f2);
}

.st-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:52px;
}

.st-heading{
  margin:14px 0 18px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.05;
  letter-spacing:-.055em;
  color:var(--azul);
}

.st-text{
  color:var(--muted);
  font-size:17px;
  line-height:1.72;
  margin:0 0 18px;
}

.st-list{
  display:grid;
  gap:12px;
  padding:0;
  margin:24px 0;
}

.st-list li{
  list-style:none;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(104,133,147,.16);
  box-shadow:0 14px 34px rgba(44,87,119,.07);
  color:#1e465f;
  font-size:16px;
}

.st-list li:before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  margin-right:10px;
  border-radius:50%;
  background:rgba(181,219,206,.62);
  color:var(--azul);
  font-weight:900;
}

/* FOTO COMPOSIÇÃO */
.st-photo-box{
  position:relative;
  min-height:560px;
}

.st-photo-main{
  position:absolute;
  left:0;
  top:30px;
  width:66%;
  height:500px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.st-photo-main img,
.st-photo-small img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.st-photo-small{
  position:absolute;
  right:0;
  top:0;
  width:42%;
  height:285px;
  border-radius:32px;
  overflow:hidden;
  border:8px solid rgba(255,255,255,.82);
  box-shadow:var(--shadow);
}

.st-photo-note{
  position:absolute;
  right:0;
  bottom:50px;
  width:46%;
  min-height:205px;
  padding:26px;
  border-radius:32px;
  background:linear-gradient(145deg,white,#edf7f7);
  border:1px solid rgba(104,133,147,.15);
  box-shadow:var(--shadow);
}

.st-photo-note strong{
  display:block;
  color:var(--azul);
  font-size:24px;
  line-height:1.16;
}

.st-photo-note span{
  display:block;
  margin-top:10px;
  color:var(--muted);
  line-height:1.5;
}

/* CARDS */
.st-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:32px;
}

.st-card{
  min-height:250px;
  padding:28px;
  border-radius:26px;
  background:linear-gradient(145deg,#ffffff,#f2f7f7);
  border:1px solid rgba(104,133,147,.15);
  box-shadow:0 20px 52px rgba(44,87,119,.09);
  position:relative;
  overflow:hidden;
  transition:.35s;
}

.st-card:before{
  content:"";
  position:absolute;
  right:-60px;
  top:-60px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(181,219,206,.55);
}

.st-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 70px rgba(44,87,119,.15);
}

.st-card-icon{
  position:relative;
  z-index:2;
  width:56px;
  height:56px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--azul),var(--azul-dark));
  color:white;
  font-weight:800;
  margin-bottom:20px;
}

.st-card h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:var(--azul);
  font-size:23px;
  letter-spacing:-.035em;
}

.st-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:var(--muted);
  line-height:1.62;
}

/* SOLUÇÕES DOBRA 1 */
.st-solution-clean{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:42px;
  align-items:center;
}

.st-solution-image{
  border-radius:38px;
  overflow:hidden;
  height:620px;
  box-shadow:var(--shadow);
}

.st-solution-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* SOLUÇÕES DOBRA 2 */
.st-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin-top:36px;
}

.st-step{
  padding:24px;
  min-height:240px;
  border-radius:26px;
  background:white;
  box-shadow:0 18px 46px rgba(44,87,119,.08);
  border:1px solid rgba(104,133,147,.14);
}

.st-step span{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border-radius:17px;
  background:var(--azul);
  color:white;
  font-weight:800;
  margin-bottom:20px;
}

.st-step h3{
  margin:0 0 10px;
  color:var(--azul);
  font-size:20px;
  line-height:1.2;
}

.st-step p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:15px;
}

/* DEPOIMENTOS */
.st-testimonials{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:32px;
}

.st-dep{
  padding:24px;
  border-radius:24px;
  background:white;
  border:1px solid rgba(104,133,147,.14);
  box-shadow:0 18px 42px rgba(44,87,119,.08);
}

.st-dep strong{
  color:var(--azul);
  font-size:34px;
  line-height:1;
}

.st-dep p{
  color:var(--muted);
  line-height:1.55;
}

/* CTA */
.st-cta{
  border-radius:42px;
  padding:58px;
  background:
    radial-gradient(circle at 88% 20%,rgba(181,219,206,.24),transparent 28%),
    linear-gradient(135deg,var(--azul),var(--azul-dark));
  color:white;
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  box-shadow:var(--shadow);
}

.st-cta h2{
  margin:0 0 12px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.05;
  letter-spacing:-.055em;
}

.st-cta p{
  margin:0;
  max-width:760px;
  color:rgba(255,255,255,.82);
  line-height:1.7;
}

/* LOCAL */
.st-location{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:28px;
}

.st-location-card{
  padding:40px;
  border-radius:34px;
  background:white;
  border:1px solid rgba(104,133,147,.15);
  box-shadow:var(--shadow);
}

.st-location-card h3{
  margin:12px 0 18px;
  color:var(--azul);
  font-size:40px;
}

.st-map{
  min-height:430px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.st-map iframe{
  width:100%;
  height:100%;
  border:0;
}

/* FOOTER */
.st-footer{
  background:var(--azul);
  color:white;
  padding:62px 0 86px;
}

.st-footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:32px;
}

.st-footer img{
  height:60px;
  margin-bottom:18px;
}

.st-footer p,
.st-footer a{
  color:rgba(255,255,255,.76);
  line-height:1.7;
  font-size:14px;
}

.st-copy{
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.58);
  font-size:12px;
}

/* WHATS FLOAT MENOR */
.st-whats-float{
  position:fixed;
  right:24px;
  bottom:22px;
  z-index:1000;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 15px 10px 11px;
  border-radius:999px;
  background:var(--whats);
  color:white;
  font-family:'Work Sans',sans-serif;
  font-size:14px;
  font-weight:800;
  box-shadow:0 14px 36px rgba(37,211,102,.32);
  animation:stPulse 2s infinite;
}

.st-whats-float img{
  width:26px;
  height:26px;
}
/* AJUSTE DOBRA INSTAGRAM - IMAGEM MENOR */
.st-insta-grid{
  display:grid;
  grid-template-columns:1fr .82fr;
  align-items:center;
  gap:46px;
}

.st-insta-content{
  max-width:600px;
}

.st-insta-card{
  width:100%;
  max-width:520px;
  margin-left:auto;
  padding:18px;
  border-radius:32px;
  background:linear-gradient(145deg,#ffffff,#f2f7f7);
  border:1px solid rgba(104,133,147,.15);
  box-shadow:0 22px 60px rgba(44,87,119,.13);
}

.st-insta-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0 4px 14px;
}

.st-insta-top img{
  height:38px;
  width:auto;
}

.st-insta-top span{
  font-family:'Microgramma D Extended','Microgramma','Eurostile Extended','Work Sans',sans-serif;
  color:var(--azul);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

.st-insta-print{
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(44,87,119,.12);
  background:var(--off);
}

.st-insta-print img{
  width:100%;
  max-height:540px;
  object-fit:cover;
  object-position:top center;
  display:block;
}

@media(max-width:1024px){
  .st-insta-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .st-insta-card{
    max-width:100%;
    margin:0;
  }

  .st-insta-print img{
    max-height:520px;
  }
}

@media(max-width:767px){
  .st-insta-card{
    padding:12px;
    border-radius:26px;
  }

  .st-insta-top{
    padding-bottom:12px;
  }

  .st-insta-top img{
    height:36px;
  }

  .st-insta-print{
    border-radius:20px;
  }

  .st-insta-print img{
    max-height:430px;
  }
}
@media(max-width:1024px){
  .st-insta-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .st-insta-content{
    max-width:100%;
  }
}

@media(max-width:767px){
  .st-insta-card{
    padding:14px;
    border-radius:28px;
  }

  .st-insta-top{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    padding-bottom:14px;
  }

  .st-insta-top img{
    height:42px;
  }

  .st-insta-print{
    border-radius:22px;
  }
}
/* AJUSTE FINAL MOBILE - REMOVER ESPAÇOS EXCESSIVOS */
@media(max-width: 767px){

  .st-hero,
  .st-section{
    min-height: auto !important;
    padding: 56px 0 !important;
  }

  .st-hero{
    padding-top: 100px !important;
    padding-bottom: 34px !important;
  }

  .st-hero:after{
    height: 55px !important;
  }

  .st-hero-grid,
  .st-grid,
  .st-solution-clean,
  .st-location{
    gap: 28px !important;
  }

  .st-hero-photo{
    min-height: 430px !important;
    margin-top: -20px !important;
  }

  .st-doctor{
    bottom: -35px !important;
    max-height: 445px !important;
  }

  .st-float-card{
    bottom: 10px !important;
    left: 0 !important;
    width: 215px !important;
    padding: 18px !important;
  }

  .st-title{
    margin-bottom: 14px !important;
  }

  .st-hero-bullets{
    margin: 22px 0 !important;
    gap: 10px !important;
  }

  .st-photo-box{
    gap: 14px !important;
  }

  .st-photo-main,
  .st-photo-small{
    height: 330px !important;
  }

  .st-photo-note{
    min-height: auto !important;
    padding: 24px !important;
  }

  .st-solution-image{
    height: 360px !important;
  }

  .st-card,
  .st-step,
  .st-dep{
    min-height: auto !important;
  }

  .st-cards,
  .st-steps,
  .st-testimonials{
    gap: 14px !important;
    margin-top: 24px !important;
  }

  .st-list{
    margin: 20px 0 !important;
    gap: 10px !important;
  }

  .st-cta{
    padding: 28px !important;
    gap: 20px !important;
  }

  .st-location-card{
    padding: 28px !important;
  }

  .st-map{
    min-height: 300px !important;
  }

  .st-footer{
    padding-bottom: 90px !important;
  }
}
@keyframes stPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.36)}
  72%{box-shadow:0 0 0 13px rgba(37,211,102,0)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}

/* MOBILE */
@media(max-width:1024px){
  .st-menu,
  .st-header > .st-btn{
    display:none;
  }

  .st-toggle{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:50%;
    border:0;
    background:var(--azul);
    color:white;
    font-size:23px;
  }

  .st-menu.mobile-open{
    display:flex;
    position:absolute;
    top:78px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:18px;
    background:white;
    border-radius:28px;
    box-shadow:var(--shadow);
  }

  .st-menu.mobile-open a{
    width:100%;
    padding:14px;
    border-bottom:1px solid rgba(44,87,119,.08);
  }

  .st-hero,
  .st-section{
    min-height:auto;
  }

  .st-hero-grid,
  .st-grid,
  .st-solution-clean,
  .st-location,
  .st-footer-grid{
    grid-template-columns:1fr;
  }

  .st-title{
    font-size:40px;
  }

  .st-hero-bullets,
  .st-cards,
  .st-testimonials,
  .st-steps{
    grid-template-columns:1fr;
  }

  .st-hero-photo{
    min-height:500px;
  }

  .st-doctor{
    right:50%;
    transform:translateX(50%);
    bottom:-66px;
    max-height:560px;
    object-fit:contain;
  }

  .st-float-card{
    bottom:40px;
    width:220px;
  }

  .st-photo-box{
    min-height:auto;
    display:grid;
    gap:18px;
  }

  .st-photo-main,
  .st-photo-small,
  .st-photo-note{
    position:relative;
    inset:auto;
    width:100%;
    height:auto;
  }

  .st-photo-main,
  .st-photo-small{
    height:360px;
  }

  .st-solution-image{
    height:420px;
  }

  .st-cta{
    grid-template-columns:1fr;
    padding:34px;
    border-radius:32px;
  }

  .st-whats-float{
    right:16px;
    bottom:16px;
    padding:10px 14px;
    font-size:13px;
  }
}

@media(max-width:560px){
  .st-container{
    width:min(100% - 28px,1180px);
  }

  .st-header{
    top:10px;
    height:62px;
    padding:0 14px;
  }

  .st-logo img{
    height:42px;
  }

  .st-hero{
    padding:104px 0 74px;
  }

  .st-title{
    font-size:34px;
  }

  .st-heading{
    font-size:31px;
  }

  .st-sub,
  .st-text{
    font-size:16px;
  }

  .st-btn{
    width:100%;
    padding:14px 18px;
  }

  .st-whats-float{
    left:auto;
    right:14px;
    bottom:14px;
    width:54px;
    height:54px;
    padding:0;
    justify-content:center;
  }

  .st-whats-float span{
    display:none;
  }

  .st-whats-float img{
    width:30px;
    height:30px;
  }
}


/* CABEÇALHOS CENTRALIZADOS */
.st-section-head{max-width:880px;margin:0 auto 38px}
.st-center{text-align:center}
.st-lead{max-width:780px;margin:0 auto}

/* TECNOLOGIAS */
.st-tech-section{
  background:
    radial-gradient(circle at 10% 10%,rgba(181,219,206,.42),transparent 25%),
    radial-gradient(circle at 90% 85%,rgba(44,87,119,.12),transparent 30%),
    linear-gradient(145deg,#f9ffff,#eaf2f3);
}
.st-tech-seal{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  margin-top:22px;padding:11px 18px;border-radius:999px;
  color:var(--azul);background:rgba(255,255,255,.72);
  border:1px solid rgba(44,87,119,.12);box-shadow:0 12px 30px rgba(44,87,119,.08);
  font-size:13px;font-weight:700;letter-spacing:.02em
}
.st-tech-seal b{color:var(--azul-soft)}
.st-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.st-tech-card{
  position:relative;min-height:390px;padding:30px 26px;border-radius:30px;overflow:hidden;
  background:linear-gradient(150deg,rgba(255,255,255,.96),rgba(241,247,247,.9));
  border:1px solid rgba(104,133,147,.16);box-shadow:0 20px 54px rgba(44,87,119,.1);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease
}
.st-tech-card:before{content:"";position:absolute;right:-65px;top:-65px;width:170px;height:170px;border-radius:50%;background:rgba(181,219,206,.5);transition:.4s}
.st-tech-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background:linear-gradient(90deg,var(--azul),var(--verde));transform:scaleX(0);transform-origin:left;transition:.35s}
.st-tech-card:hover{transform:translateY(-9px);box-shadow:0 30px 72px rgba(44,87,119,.16);border-color:rgba(44,87,119,.25)}
.st-tech-card:hover:before{transform:scale(1.18)}
.st-tech-card:hover:after{transform:scaleX(1)}
.st-tech-icon{position:relative;z-index:2;width:62px;height:62px;display:grid;place-items:center;margin-bottom:35px;border-radius:20px;color:#fff;background:linear-gradient(135deg,var(--azul),var(--azul-dark));box-shadow:0 15px 32px rgba(44,87,119,.24)}
.st-tech-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.st-tech-number{position:absolute;z-index:2;right:22px;top:22px;color:rgba(44,87,119,.28);font-size:13px;font-weight:800;letter-spacing:.12em}
.st-tech-card h3{position:relative;z-index:2;margin:0 0 14px;color:var(--azul);font-size:21px;line-height:1.25;letter-spacing:-.03em}
.st-tech-card p{position:relative;z-index:2;margin:0;color:var(--muted);font-size:15px;line-height:1.65}

/* FAQ */
.st-faq-section{
  background:
    radial-gradient(circle at 8% 18%,rgba(181,219,206,.38),transparent 26%),
    linear-gradient(135deg,#f8ffff,#e8f0f1)
}
.st-faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:54px;align-items:start}
.st-faq-intro{position:sticky;top:110px}
.st-faq-highlight{margin:26px 0;padding:24px;border-radius:26px;background:linear-gradient(145deg,#fff,#eef7f7);border:1px solid rgba(104,133,147,.15);box-shadow:0 18px 45px rgba(44,87,119,.08)}
.st-faq-highlight strong{display:block;margin-bottom:8px;color:var(--azul);font-size:20px;line-height:1.25}
.st-faq-highlight span{display:block;color:var(--muted);line-height:1.55}
.st-faq-list{display:grid;gap:14px}
.st-faq-item{border-radius:24px;background:rgba(255,255,255,.9);border:1px solid rgba(104,133,147,.15);box-shadow:0 16px 38px rgba(44,87,119,.07);overflow:hidden;transition:.3s}
.st-faq-item.is-open{border-color:rgba(44,87,119,.28);box-shadow:0 22px 50px rgba(44,87,119,.12)}
.st-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 25px;border:0;background:transparent;color:var(--azul);font-family:'Microgramma D Extended','Microgramma','Eurostile Extended','Work Sans',sans-serif;font-size:17px;font-weight:700;line-height:1.35;text-align:left;cursor:pointer}
.st-faq-question i{position:relative;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:rgba(181,219,206,.48)}
.st-faq-question i:before,.st-faq-question i:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;border-radius:2px;background:var(--azul);transform:translate(-50%,-50%);transition:.3s}
.st-faq-question i:after{transform:translate(-50%,-50%) rotate(90deg)}
.st-faq-item.is-open .st-faq-question i:after{transform:translate(-50%,-50%) rotate(0);opacity:0}
.st-faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s ease}
.st-faq-item.is-open .st-faq-answer{grid-template-rows:1fr}
.st-faq-answer-inner{min-height:0;overflow:hidden;padding:0 25px;color:var(--muted);font-size:15.5px;line-height:1.68}
.st-faq-item.is-open .st-faq-answer-inner{padding-bottom:24px}
.st-faq-answer p{margin:0 0 14px}
.st-faq-answer p:last-child{margin-bottom:0}
.st-faq-answer ul{display:grid;gap:8px;margin:0 0 16px;padding:0}
.st-faq-answer li{position:relative;list-style:none;padding-left:25px}
.st-faq-answer li:before{content:"✓";position:absolute;left:0;top:0;color:var(--azul);font-weight:900}

/* AJUSTES DO MENU COM NOVOS LINKS */
.st-menu{gap:19px;font-size:11px}

@media(max-width:1100px){
  .st-tech-grid{grid-template-columns:repeat(2,1fr)}
  .st-tech-card{min-height:330px}
}
@media(max-width:1024px){
  .st-faq-layout{grid-template-columns:1fr;gap:30px}
  .st-faq-intro{position:relative;top:auto}
}
@media(max-width:767px){
  .st-section-head{margin-bottom:26px;text-align:left}
  .st-center{text-align:left}
  .st-tech-seal{justify-content:flex-start;border-radius:20px;line-height:1.45}
  .st-tech-grid{grid-template-columns:1fr;gap:14px}
  .st-tech-card{min-height:auto;padding:25px 22px;border-radius:25px}
  .st-tech-icon{margin-bottom:25px}
  .st-faq-question{padding:19px 18px;font-size:15px}
  .st-faq-question i{flex-basis:34px;width:34px;height:34px}
  .st-faq-answer-inner{padding-left:18px;padding-right:18px;font-size:15px}
  .st-faq-highlight{padding:21px;border-radius:23px}
}/* End custom CSS */