/* ==========================================================================
   Skillfunnel Bootcamp - estilos proprios
   Fica sempre depois de styles.css. Nada aqui vem do template.
   ========================================================================== */

/* Ancoras: o cabecalho e fixo, por isso as seccoes precisam de folga em cima */
.anchor-offset {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
  height: 0;
}

/* O hero deixou de ter o video do template; sem isto sobra um vazio grande */
.hero-section {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .hero-section { padding-bottom: 48px; }
}

/* --------------------------------------------------------------- formularios */
/* o wrapper perdeu a classe .w-form do template; a margem vinha de la */
.contact-form-block { margin: 0 0 15px; }

.form-state {
  border-radius: 10px;
  margin-top: 16px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 140%;
  display: none;
}

.form-state.is-visible { display: block; }

.form-state.is-success {
  background-color: #0f8c39;
  color: #fff;
}

.form-state.is-error {
  background-color: #fdecec;
  color: #a11c1f;
  border: 1px solid #f3c6c7;
}

.is-loading {
  opacity: .65;
  pointer-events: none;
}

/* ------------------------------------------------------------- cookie banner */
.cookie-bar {
  z-index: 9999;
  background-color: #111;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  max-width: 420px;
  padding: 22px;
  display: none;
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: auto;
  box-shadow: 0 18px 40px #00000080;
}

.cookie-bar.is-visible { display: block; }

.cookie-bar p {
  color: #b9b9b9;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 150%;
}

.cookie-bar a { color: #e2761b; text-decoration: underline; }

.cookie-bar-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  background: #1c1c1c;
  color: #fff;
  cursor: pointer;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 13px;
}

.cookie-btn.is-primary {
  background: #e2761b;
  border-color: #e2761b;
}

@media (max-width: 479px) {
  .cookie-bar { left: 16px; right: 16px; bottom: 16px; max-width: none; }
}

/* -------------------------------------------------------- paginas interiores */
.page-shell {
  padding-top: 180px;
  padding-bottom: 100px;
}

.page-narrow {
  max-width: 820px;
  margin: 0 auto;
}

.page-eyebrow {
  color: #e2761b;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 500;
}

.page-title {
  color: #fff;
  letter-spacing: -1.5px;
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 110%;
  font-weight: 500;
}

.page-updated {
  color: #7c7c7c;
  margin-bottom: 44px;
  font-size: 13px;
}

.legal-body h2 {
  color: #fff;
  letter-spacing: -.5px;
  margin: 44px 0 14px;
  font-size: 22px;
  line-height: 130%;
  font-weight: 500;
}

.legal-body h3 {
  color: #fff;
  margin: 28px 0 10px;
  font-size: 16px;
  font-weight: 500;
}

.legal-body p,
.legal-body li {
  color: #b9b9b9;
  font-size: 15px;
  line-height: 165%;
}

.legal-body p { margin: 0 0 14px; }

.legal-body ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.legal-body li { margin-bottom: 8px; }

.legal-body a { color: #e2761b; }

.legal-body strong { color: #fff; font-weight: 500; }

.legal-note {
  border: 1px solid #2a2a2a;
  border-left: 3px solid #e2761b;
  border-radius: 10px;
  background: #111;
  margin: 24px 0;
  padding: 18px 20px;
}

.legal-note p { margin: 0; font-size: 14px; }

@media (max-width: 767px) {
  .page-shell { padding-top: 140px; padding-bottom: 70px; }
  .page-title { font-size: 32px; }
}

/* ------------------------------------------------------- cabecalho simples */
.simple-header {
  z-index: 100;
  width: 100%;
  padding: 28px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.simple-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ------------------------------------------------------------ pagina obrigado */
.thanks-card {
  border: 1px solid #1f1f1f;
  border-radius: 18px;
  background: #0c0c0c;
  margin-top: 32px;
  padding: 34px;
}

.thanks-steps {
  counter-reset: step;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thanks-steps li {
  counter-increment: step;
  color: #b9b9b9;
  margin-bottom: 18px;
  padding-left: 44px;
  font-size: 15px;
  line-height: 160%;
  position: relative;
}

.thanks-steps li:before {
  content: counter(step);
  background: #e2761b;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------------------------------------------- 404 */
.error-code {
  color: #e2761b;
  letter-spacing: -6px;
  margin: 0;
  font-size: 120px;
  line-height: 100%;
  font-weight: 500;
}

/* -------------------------------------------- CTA dentro do menu em telemovel */
/* O botao do cabecalho desaparece abaixo de 767px; sem isto o menu fica sem accao */
.nav-mobile-cta { display: none; }

@media screen and (max-width: 991px) {
  .nav-mobile-cta {
    display: inline-flex;
    margin-top: 24px;
  }
}

/* ==========================================================================
   Rodape
   Um so rodape para o index e para as paginas interiores.
   Gerado por _build/common.py -> footer_html()
   ========================================================================== */
.ft {
  background-color: #060606;
  border-top: 1px solid #1a1a1a;
  padding: 72px 0 32px;
}

.ft a {
  color: #9a9a9a;
  text-decoration: none;
  transition: color .18s ease;
}

.ft a:hover,
.ft a:focus-visible {
  color: #e2761b;
}

.ft-top {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) 3fr;
  gap: 56px;
  padding-bottom: 56px;
}

/* ------------------------------------------------------------------- marca */
.ft-logo-link {
  display: inline-block;
  margin-bottom: 22px;
}

.ft-logo {
  width: 148px;
  height: auto;
  display: block;
}

.ft-tagline {
  color: #8a8a8a;
  max-width: 320px;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 165%;
}

.ft-contact {
  margin: 0;
  font-size: 14px;
  line-height: 190%;
}

.ft-contact span {
  color: #6d6d6d;
  font-size: 13px;
}

/* ------------------------------------------------------------------ colunas */
.ft-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.ft-col-title {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
}

.ft-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-list li {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 150%;
}

.ft-list li:last-child { margin-bottom: 0; }

.ft-list a { word-break: break-word; }

/* -------------------------------------------------------- bloco legal fixo */
.ft-legal {
  border-top: 1px solid #1a1a1a;
  padding: 28px 0;
}

.ft-legal p {
  color: #6d6d6d;
  max-width: 900px;
  margin: 0 0 10px;
  font-size: 12.5px;
  line-height: 170%;
}

.ft-legal p:last-child { margin-bottom: 0; }

.ft-legal strong { color: #9a9a9a; font-weight: 500; }

.ft-legal a { color: #8a8a8a; text-decoration: underline; }

/* ------------------------------------------------------------------- fundo */
.ft-bottom {
  border-top: 1px solid #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 28px;
  padding-top: 26px;
}

.ft-bottom span {
  color: #6d6d6d;
  font-size: 13px;
}

.ft-bottom-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.ft-bottom-links a { font-size: 13px; }

.ft-cookie-btn {
  border: 0;
  background: none;
  color: #9a9a9a;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
  text-decoration: underline;
  transition: color .18s ease;
}

.ft-cookie-btn:hover { color: #e2761b; }

/* --------------------------------------------------------------- responsivo */
@media screen and (max-width: 991px) {
  .ft { padding-top: 56px; }

  .ft-top {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-bottom: 44px;
  }

  .ft-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; }

  .ft-tagline { max-width: 520px; }
}

@media screen and (max-width: 479px) {
  .ft { padding-top: 48px; }

  .ft-nav { grid-template-columns: 1fr; gap: 30px; }

  .ft-logo { width: 132px; }

  .ft-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .ft-bottom-links { gap: 18px; }
}

/* Compromisso na compra: fica ao lado do botao de checkout */
.checkout-consent {
  color: #6b6b6b;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
}

.checkout-consent a { color: #6b6b6b; text-decoration: underline; }

.checkout-consent a:hover { color: #e2761b; }
