
/* ========================================
   COMPONENTES GLOBAIS SKILLSET
======================================== */

/* HERO PADRÃO */
.page-hero{
  background:linear-gradient(135deg,var(--azul-profundo),#0F2A52);
  padding:80px 24px 60px;
  margin-top:68px;
  position:relative;
  overflow:hidden;
}

.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right,rgba(232,84,10,.16),transparent 28%);
  pointer-events:none;
}

.page-hero .container{
  position:relative;
  z-index:1;
}

/* TAG PADRÃO LARANJA */
.section-tag--orange{
  background:rgba(232,84,10,0.15)!important;
  color:#FF9A6C!important;
}

/* BOTÕES */
.btn-inline{
  display:inline-flex!important;
}

.btn-full{
  width:100%!important;
  justify-content:center!important;
}

/* ESPAÇAMENTO */
.section-spacing{
  padding:56px 24px;
}

/* TÍTULOS */
.title-highlight-orange{
  color:var(--laranja);
}

.title-highlight-blue{
  color:var(--azul-inst);
}

/* MOBILE */
@media(max-width:768px){

  .center-mobile{
    text-align:center!important;
  }

  .btn-mobile-full{
    width:100%!important;
    justify-content:center!important;
  }

}

/* ========================================
   UTILITÁRIOS GLOBAIS
======================================== */

.inline-flex{
  display:inline-flex!important;
}

.flex-center{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
}

.w-full{
  width:100%!important;
}

.justify-center{
  justify-content:center!important;
}

.mt-20{
  margin-top:20px!important;
}

.mt-24{
  margin-top:24px!important;
}

.p-14{
  padding:14px!important;
}

.nowrap{
  white-space:nowrap!important;
}

/* ========================================
   SISTEMA TIPOGRÁFICO GLOBAL
======================================== */

/* HERO TITLES */
.page-title{
  color:#fff;
  font-size:clamp(28px,4vw,46px);
  line-height:1.08;
  letter-spacing:-0.03em;
  margin:16px 0 12px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800;
}

/* HERO SUBTITLE */
.page-subtitle{
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.75;
  max-width:820px;
}

/* SECTION TITLE */
.section-title-standard{
  font-size:clamp(24px,3vw,40px);
  line-height:1.1;
  letter-spacing:-0.03em;
  margin:12px 0 12px;
  color:var(--preto);
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800;
}

/* SECTION DESCRIPTION */
.section-description-standard{
  color:var(--cinza-texto);
  font-size:17px;
  line-height:1.75;
  max-width:860px;
}

/* TEXT HIGHLIGHTS */
.text-orange{
  color:var(--laranja)!important;
}

.text-blue{
  color:var(--azul-inst)!important;
}

/* WHITE TITLE */
.title-white{
  color:#fff!important;
}

/* ========================================
   FORM COMPONENTS
======================================== */

.form-control{
  width:100%!important;
  padding:12px 14px!important;
  border:1.5px solid var(--borda)!important;
  border-radius:10px!important;
  font-family:inherit!important;
  font-size:14px!important;
  outline:none!important;
  transition:.2s!important;
  background:#fff!important;
}

.form-control:focus{
  border-color:var(--azul-inst)!important;
  box-shadow:0 0 0 4px rgba(26,77,143,.08)!important;
}

.form-control-lg{
  padding:14px 16px!important;
  font-size:15px!important;
}

.form-textarea{
  resize:vertical!important;
  min-height:120px!important;
}

.form-label{
  display:block!important;
  font-size:13px!important;
  font-weight:700!important;
  color:var(--cinza-texto)!important;
  margin-bottom:6px!important;
}

.alert-danger{
  background:#FEF2F2!important;
  border:1px solid #FECACA!important;
  color:#DC2626!important;
  padding:12px 16px!important;
  border-radius:10px!important;
  font-size:13px!important;
  margin-bottom:20px!important;
}

.card-default{
  background:var(--branco)!important;
  border-radius:var(--radius-lg)!important;
  border:1px solid var(--borda)!important;
}

.card-padding{
  padding:28px!important;
}

/* ========================================
   CARD CORE SYSTEM
======================================== */

.card-base{
  background:var(--branco)!important;
  border-radius:var(--radius-lg)!important;
  border:1px solid var(--borda)!important;
}

.card-shadow{
  box-shadow:var(--sombra)!important;
}

.card-hover{
  transition:var(--transition)!important;
}

.card-overflow{
  overflow:hidden!important;
}

.card-padding-sm{
  padding:20px!important;
}

.card-padding{
  padding:28px!important;
}

.card-padding-lg{
  padding:36px!important;
}

.card-padding-xl{
  padding:48px!important;
}

.card-column{
  display:flex!important;
  flex-direction:column!important;
}

.card-gap{
  gap:14px!important;
}

.card-relative{
  position:relative!important;
}

.card-center{
  text-align:center!important;
}

.card-soft{
  background:var(--fundo)!important;
  border:1px solid var(--borda)!important;
  border-radius:var(--radius-lg)!important;
}

.badge-blue-soft{
  background:var(--azul-gelo)!important;
  color:var(--azul-inst)!important;
  border-radius:100px!important;
  font-size:11px!important;
  font-weight:700!important;
  padding:4px 12px!important;
}

/* ========================================
   BLOG POST PROFISSIONAL
======================================== */

.blog-post-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:72px;
  align-items:start;
}

.blog-post-main{
  min-width:0;
}

.blog-post-sidebar{
  position:sticky;
  top:96px;
}

.post-content{
  max-width:760px;
}

.post-content p{
  font-size:17px;
  line-height:1.95;
  color:var(--cinza-texto);
  margin-bottom:22px;
}

.post-content h2{
  font-size:34px!important;
  line-height:1.2!important;
  margin:52px 0 18px!important;
  border-bottom:none!important;
  padding-bottom:0!important;
}

.post-content h3{
  font-size:24px!important;
  line-height:1.3!important;
  margin:38px 0 14px!important;
}

.post-content ul,
.post-content ol{
  margin:0 0 24px 26px!important;
}

.post-content li{
  margin-bottom:12px!important;
  line-height:1.85!important;
}

.blog-reading-progress{
  position:fixed;
  top:68px;
  left:0;
  width:100%;
  height:3px;
  background:transparent;
  z-index:999;
}

.blog-reading-progress-bar{
  height:3px;
  width:0%;
  background:var(--laranja);
  transition:.15s;
}

.blog-sidebar-card{
  background:var(--branco);
  border:1px solid var(--borda);
  border-radius:18px;
  padding:24px;
  margin-bottom:24px;
}

.blog-sidebar-title{
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--cinza-claro);
  margin-bottom:16px;
}

.blog-toc a{
  display:block;
  padding:10px 0;
  border-left:2px solid transparent;
  padding-left:14px;
  color:var(--cinza-texto);
  text-decoration:none;
  transition:.2s;
  line-height:1.5;
}

.blog-toc a:hover{
  border-color:var(--laranja);
  color:var(--preto);
}

@media(max-width:980px){

  .blog-post-layout{
    grid-template-columns:1fr;
    gap:40px;
  }

  .blog-post-sidebar{
    position:relative;
    top:auto;
  }

  .post-content{
    max-width:100%;
  }

}

/* FOOTER TRUST */
.footer-trust{
  max-width:1180px;
  margin:0 auto 36px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding:0 24px;
}
.footer-trust-item{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:16px;
}
.footer-trust-item strong{
  display:block;
  color:#fff;
  font-size:13px;
  margin-bottom:5px;
}
.footer-trust-item span{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1.45;
}
.footer-social a{
  width:auto!important;
  min-width:38px;
  padding:0 12px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}@media(max-width:900px){
  .footer-trust{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:560px){
  .footer-trust{
    grid-template-columns:1fr;
  }
}

/* ========================================
   FOOTER PREMIUM FINAL
======================================== */

footer{
  background:linear-gradient(180deg,#0B2E59 0%, #09264A 100%);
  padding:70px 0 0;
  position:relative;
  overflow:hidden;
}

footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.06), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.04), transparent 28%);
  pointer-events:none;
}

.footer-trust{
  max-width:1180px;
  margin:0 auto 44px;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  position:relative;
  z-index:2;
}

.footer-trust-item{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  border-radius:18px;
  padding:18px;
  transition:.25s;
}

.footer-trust-item:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.11);
}

.footer-trust-item strong{
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:14px;
  margin-bottom:8px;
}

.footer-trust-item span{
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.6;
}

.footer-grid{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px 44px;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:42px;
  position:relative;
  z-index:2;
}

.footer-brand img{
  margin-bottom:18px;
}

.footer-brand p{
  color:rgba(255,255,255,.76);
  line-height:1.9;
  font-size:15px;
  margin-bottom:22px;
  max-width:420px;
}

.footer-social{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.footer-social a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  padding:11px 16px!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:700!important;
  text-decoration:none!important;
  transition:.2s;
}

.footer-social a:hover{
  background:var(--laranja)!important;
  transform:translateY(-2px);
}

.footer-col h4{
  color:#fff;
  font-size:17px;
  margin-bottom:22px;
  position:relative;
  padding-bottom:10px;
}

.footer-col h4::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:46px;
  height:3px;
  border-radius:999px;
  background:var(--laranja);
}

.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col li{
  margin-bottom:14px;
}

.footer-col a{
  color:rgba(255,255,255,.76);
  text-decoration:none;
  transition:.2s;
  line-height:1.5;
  font-size:14px;
}

.footer-col a:hover{
  color:#fff;
  padding-left:4px;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding:24px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  align-items:center;
  color:rgba(255,255,255,.6);
  font-size:13px;
  position:relative;
  z-index:2;
}

.footer-bottom a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
}

.footer-bottom a:hover{
  color:#fff;
}

@media(max-width:1100px){

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer-trust{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:700px){

  .footer-grid{
    grid-template-columns:1fr;
    gap:36px;
  }

  .footer-trust{
    grid-template-columns:1fr;
  }

  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }

}


/* FIX DOUBLE BORDER FOOTER */
.footer-bottom{
  border-bottom:none!important;
  box-shadow:none!important;
}

footer hr{
  display:none!important;
}

.footer-grid + .footer-bottom{
  margin-top:0!important;
}


/* WHATSAPP FLOAT FINAL - ISOLADO */
.whatsapp-float{
  position:fixed!important;
  right:28px!important;
  bottom:28px!important;
  width:58px!important;
  height:58px!important;
  border-radius:999px!important;
  background:#25D366!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:9999!important;
  box-shadow:0 12px 28px rgba(37,211,102,.35)!important;
  text-decoration:none!important;
  font-size:0!important;
  line-height:0!important;
  overflow:hidden!important;
}
.whatsapp-float svg{
  width:30px!important;
  height:30px!important;
  color:#fff!important;
  fill:#fff!important;
  display:block!important;
}
.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.04)!important;
}
.whatsapp-float::before,
.whatsapp-float::after{
  content:none!important;
  display:none!important;
}




/* AJUSTE SVG WHATSAPP FOOTER */
.footer-social a.footer-social-whatsapp svg{
  width:18px !important;
  height:18px !important;
  display:block !important;
  margin:auto !important;
}

