.elementor-15825 .elementor-element.elementor-element-d45871c{--display:flex;--min-height:87vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:6px 6px;--row-gap:6px;--column-gap:6px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-15825 .elementor-element.elementor-element-f3e3d6d{width:100%;max-width:100%;}.elementor-15825 .elementor-element.elementor-element-848f654{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15825 .elementor-element.elementor-element-848f654:not(.elementor-motion-effects-element-type-background), .elementor-15825 .elementor-element.elementor-element-848f654 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}/* Start custom CSS for container, class: .elementor-element-d45871c *//* ====================================================================== */
/* ============ CSS MESTRE FINAL - HOMEPAGE TREINADOR DAVID ============== */
/* ====================================================================== */
/* --- [ RESET BÁSICO E CONFIGURAÇÕES GLOBAIS ] --- */
.elementor-page .elementor-section {
  padding: 0/* Zeramos o padding do Elementor para ter controle total */
  
}
/* --- [ SEÇÃO 1: HERÓI ] --- */
.td-hero {
  position: relative;
  background-image: url('https://treinadordavid.com/wp-content/uploads/2025/09/trd-david-hero.webp');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  /* Efeito Parallax */
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 25px;
  color: #ffffff;
  overflow: hidden
}
.td-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(10, 25, 47, 0.5) 100%);
  z-index: 1
}
.td-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  animation: fadeInUp 1s ease-out
}
.td-hero h1 {
  font-family: 'Oswald',sans-serif;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  text-transform: uppercase
}
.td-hero p {
  font-family: 'Inter',sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  margin: 0 auto 40px auto;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
  max-width: 700px;
  line-height: 1.7
}
.td-hero-cta {
  display: inline-block;
  font-family: 'Oswald',sans-serif;
  background: #3a7ca5;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(58, 124, 165, 0.25)
}
.td-hero-cta:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 35px rgba(58, 124, 165, 0.35);
  background: #5a9cc5
}
/* --- [ SEÇÃO 2: INTRODUÇÃO ] --- */
.td-intro-section {
  padding: 100px 25px;
  background-color: #f8f9fa
}
.td-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto
}
.td-intro-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1)
}
.td-intro-text h2 {
  font-family: 'Oswald',sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin: 0;
  color: #111
}
.td-highlight-blue {
  color: #3a7ca5
}
.td-intro-text h3 {
  font-family: 'Inter',sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #444;
  margin: 20px 0
}
.td-intro-text p {
  font-family: 'Inter',sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px
}
.td-intro-cta {
  display: inline-block;
  font-family: 'Oswald',sans-serif;
  background: #111;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease
}
.td-intro-cta:hover {
  background: #3a7ca5
}
/* --- [ SEÇÃO 3: PONTOS DE DOR ] --- */
.td-pain-section {
  padding: 80px 25px;
  background-color: #ffffff
}
.td-pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto
}
.td-pain-item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  border-left: 5px solid #3a7ca5;
  font-family: 'Inter',sans-serif;
  font-size: 1.1rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease
}
.td-pain-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08)
}
.td-pain-item strong {
  font-weight: 700;
  color: #111
}
/* --- [ SEÇÃO 4: CENTRAL DE INTELIGÊNCIA ] --- */
.td-intel-section {
  padding: 100px 25px;
  background-color: #f8f9fa
}
.td-intel-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto
}
.td-intel-header h2 {
  font-family: 'Oswald',sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: #111
}
.td-intel-header p {
  font-family: 'Inter',sans-serif;
  font-size: 1.2rem;
  color: #555;
  margin-top: 15px
}
.td-intel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto
}
.td-intel-card {
  display: block;
  text-decoration: none;
  /* <-- CORREÇÃO APLICADA */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease
}
.td-intel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12)
}
.td-intel-card img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  display: block
}
.td-intel-card-content {
  padding: 25px;
  background: #fff
}
.td-intel-card-content h3 {
  font-family: 'Oswald',sans-serif;
  margin: 0 0 10px 0;
  color: #111;
  font-size: 1.5rem
}
.td-intel-card-content p {
  font-family: 'Inter',sans-serif;
  color: #555;
  margin: 0 0 20px 0
}
.td-intel-card-content span {
  font-family: 'Oswald',sans-serif;
  font-weight: 700;
  color: #3a7ca5
}
/* --- [ SEÇÃO 5: SERVIÇOS ] --- */
.td-services-section {
  padding: 100px 25px;
  background: #111111
}
.td-services-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto
}
.td-services-header h2 {
  font-family: 'Oswald',sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: #fff
}
.td-services-header p {
  font-family: 'Inter',sans-serif;
  font-size: 1.2rem;
  color: #aaa;
  margin-top: 15px
}
.td-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto
}
.td-service-card {
  background: #1e1e1e;
  padding: 35px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #333
}
.td-service-card:hover {
  transform: translateY(-5px);
  border-color: #3a7ca5
}
.td-service-card h3 {
  font-family: 'Oswald',sans-serif;
  margin: 0 0 15px 0;
  font-size: 1.6rem;
  color: #fff
}
.td-service-card p {
  font-family: 'Inter',sans-serif;
  color: #aaa;
  margin: 0 0 25px 0
}
.td-service-cta {
  display: inline-block;
  font-family: 'Oswald',sans-serif;
  border: 2px solid #3a7ca5;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease
}
.td-service-cta:hover {
  background: #3a7ca5
}
/* --- [ SEÇÃO 6: SUA MISSÃO ] --- */
.td-mission-section {
  padding: 100px 25px;
  background: #ffffff
}
.td-mission-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto
}
.td-usmc-logo {
  height: 40px;
  width: auto;
  margin-right: 15px;
  vertical-align: middle
}
.td-mission-header h2 {
  font-family: 'Oswald',sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: #111;
  display: inline-flex;
  align-items: center
}
.td-mission-quote {
  font-family: 'Inter',sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #555;
  margin-top: 25px
}
.td-vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto
}
.td-vision-card {
  text-align: center;
  padding: 25px
}
.td-vision-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block
}
.td-vision-card h3 {
  font-family: 'Oswald',sans-serif;
  margin: 10px 0;
  font-size: 1.4rem;
  color: #111
}
.td-vision-card p {
  font-family: 'Inter',sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.7
}
/* --- [ SEÇÃO 7: PILARES DE TREINAMENTO ] --- */
.td-pillars-section {
  padding: 100px 25px;
  background: #111111
}
.td-pillars-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto
}
.td-pillars-header h2 {
  font-family: 'Oswald',sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: #fff
}
.td-pillars-header p {
  font-family: 'Inter',sans-serif;
  font-size: 1.2rem;
  color: #aaa;
  margin-top: 15px
}
.td-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto
}
.td-pillar-card {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: all 0.3s ease
}
.td-pillar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(58,124,165,0.25)
}
.td-pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 60%);
  z-index: 1
}
.td-pillar-card img {
  width: 100%;
  height: 450px;
  /* Altura fixa para consistência */
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease
}
.td-pillar-card:hover img {
  transform: scale(1.08)
}
.td-pillar-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  color: #fff;
  z-index: 2
}
.td-pillar-content h3 {
  font-family: 'Oswald',sans-serif;
  font-size: 1.8rem;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #ffffff/* <-- CORREÇÃO APLICADA */
  
}
.td-pillar-content span {
  font-family: 'Inter',sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 1;
  /* <-- CORREÇÃO APLICADA */
  color: #3a7ca5;
  /* <-- COR SUTIL POR PADRÃO */
  transition: all 0.3s ease
}
.td-pillar-card:hover .td-pillar-content span {
  color: #ffffff/* <-- COR BRILHANTE NO HOVER */
  
}
.td-pillars-footer {
  text-align: center;
  margin-top: 50px
}
.td-pillars-footer p {
  font-family: 'Inter',sans-serif;
  font-size: 1.1rem;
  color: #aaa
}
.td-pillars-footer a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline
}
/* --- [ SEÇÃO 8: FILOSOFIA FINAL ] --- */
.td-philosophy-section {
  padding: 100px 25px;
  background: #ffffff
}
.td-philosophy-quote {
  text-align: center;
  max-width: 850px;
  margin: 0 auto
}
.td-philosophy-quote p {
  font-family: 'Inter',sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px
}
.td-semper-fi {
  display: inline-block;
  font-family: 'Oswald',sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #3a7ca5;
  letter-spacing: 2px;
  text-transform: uppercase
}
/* --- [ ANIMAÇÕES GLOBAIS ] --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
/* --- [ RESPONSIVIDADE GERAL ] --- */
@media (max-width: 992px) {
  .td-intro-grid {
    grid-template-columns: 1fr;
    text-align: center
  }
  .td-intro-image {
    order: -1;
    margin-bottom: 30px
  }
  .td-intro-image img {
    max-width: 400px;
    margin: 0 auto
  }
  .td-intel-grid {
    grid-template-columns: 1fr
  }
  .td-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px
  }
}
@media (max-width: 768px) {
  .td-pillars-grid {
    grid-template-columns: 1fr;
    max-width: 450px
  }
  .td-services-grid {
    grid-template-columns: 1fr
  }
  .td-vision-grid {
    grid-template-columns: 1fr
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-848f654 */:root {
    --td-bg: #0B1220;         /* preto profundo */
    --td-white: #FFFFFF;
    --td-blue: #0EA5E9;       /* assinatura */
    --td-gold-1: #FFD43B;     /* topo do ouro */
    --td-gold-2: #C9A227;     /* meio */
    --td-gold-3: #7A5E10;     /* base/sombra */
    --td-gold-spec: #FFF2B3;  /* brilho especular */
    --td-maxw: 72ch;          /* largura de leitura acessível */
  }

  /* Seção base */
  #td-epilogo {
    background: var(--td-bg);
    color: var(--td-white);
    padding: clamp(2rem, 3vw, 3rem) 1.25rem;
    display: block;
  }
  #td-epilogo .td-wrap {
    margin: 0 auto;
    max-width: var(--td-maxw);
  }

  /* Tipografia */
  #td-epilogo .td-title {
    font-family: "Oswald", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.15;
    font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.6rem);
    margin: 0 0 1.25rem 0;
    text-wrap: balance;
  }
  #td-epilogo .td-manifesto {
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
    line-height: 1.75;
  }
  #td-epilogo .td-manifesto p {
    margin: 0 0 1.15em 0;
  }

  /* Ouro 3D “sem imagem” (acessível, alto contraste) */
  .td-gold-3d {
    background-image:
      linear-gradient(180deg, var(--td-gold-1) 0%, var(--td-gold-spec) 18%, var(--td-gold-1) 42%, var(--td-gold-2) 66%, var(--td-gold-3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:
      0 .5px 0 rgba(0,0,0,.),
      0 1px 0 rgba(0,0,0,.35),
      0 2px 2px rgba(0,0,0,.4),
      0 6px 10px rgba(0,0,0,.55);
  }

  /* Destaques opcionais (se quiser usar <strong>) */
  #td-epilogo .td-manifesto strong {
    color: var(--td-gold-1);
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
    font-weight: 600;
  }

  /* Assinatura */
  #td-epilogo .td-signature {
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #td-epilogo .td-sign-text {
    font-family: "Oswald", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: .6px;
    color: var(--td-blue);
    font-size: clamp(1rem, .9rem + .4vw, 1.125rem);
    text-transform: uppercase;
    line-height: 1.2;
  }

  /* A11y e UX 2026 */
  @media (prefers-reduced-motion: no-preference) {
    #td-epilogo .td-head { 
      animation: tdFade .6s ease-out both; 
    }
    #td-epilogo .td-manifesto p { 
      animation: tdRise .6s ease-out both; 
      animation-delay: .08s; 
    }
  }
  @keyframes tdFade { from { opacity: 0 } to { opacity: 1 } }
  @keyframes tdRise { from { opacity: 0; transform: translateY(6px) } to { opacity: 1; transform: translateY(0) } }

  /* Links dentro do texto (se houver) */
  #td-epilogo a { color: var(--td-blue); text-decoration: underline; }
  #td-epilogo a:focus-visible { outline: 2px solid var(--td-blue); outline-offset: 2px; }
</style>/* End custom CSS */