/*
Theme Name: Inspiração e Marketing
Theme URI: https://inspiracaoemarketing.com.br
Author: Inspiração & Marketing
Description: Tema exclusivo Landing Page Dark Premium com alta especificidade visual.
Version: 4.0.0
*/

/* VARIÁVEIS DE COR E IDENTIDADE VISUAL */
:root {
  --im-bg-main: #0b0f19 !important;        /* Escuro Profundo */
  --im-bg-card: #111827 !important;        /* Card Dark */
  --im-bg-border: #1f2937 !important;      /* Borda sutil */
  --im-primary: #FF3366 !important;        /* Coral Magenta */
  --im-primary-hover: #E02855 !important;  
  --im-accent-orange: #FF6B00 !important;   /* Laranja Marketing */
  --im-text-white: #ffffff !important;
  --im-text-muted: #9ca3af !important;
}

/* RESET E BASE DO SITE */
*, *::before, *::after {
  box-sizing: border-box !important;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  background-color: #0b0f19 !important;
  color: #ffffff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  line-height: 1.6 !important;
  -webkit-font-smoothing: antialiased !important;
}

/* REGRAS DO CONTAINER PRINCIPAL */
.im-landing-page {
  width: 100% !important;
  background-color: #0b0f19 !important;
}

.im-container {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* NAVBAR & LOGO SVG */
.im-navbar {
  padding: 24px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: #0b0f19 !important;
}

.im-nav-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.im-logo-svg {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
}

.im-logo-text-main {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1 !important;
}

.im-logo-text-sub {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #FF3366 !important;
  line-height: 1.2 !important;
}

.im-nav-menu {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

.im-nav-menu a {
  color: #9ca3af !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.im-btn-nav {
  background: linear-gradient(135deg, #FF3366 0%, #FF6B00 100%) !important;
  color: #ffffff !important;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
}

/* HERO SECTION */
.im-hero {
  padding: 90px 0 70px !important;
  text-align: center !important;
  background-color: #0b0f19 !important;
}

.im-badge {
  display: inline-block !important;
  background: rgba(255, 51, 102, 0.12) !important;
  border: 1px solid rgba(255, 51, 102, 0.35) !important;
  color: #FF5A82 !important;
  padding: 6px 18px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-bottom: 24px !important;
}

.im-hero h1 {
  font-size: 44px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  max-width: 880px !important;
  margin: 0 auto 24px !important;
}

.im-highlight {
  background: linear-gradient(135deg, #FF3366 0%, #FF6B00 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block !important;
}

.im-hero p {
  font-size: 18px !important;
  color: #9ca3af !important;
  max-width: 740px !important;
  margin: 0 auto 36px !important;
}

.im-btn-primary {
  display: inline-block !important;
  background: linear-gradient(135deg, #FF3366 0%, #FF6B00 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 18px 40px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  box-shadow: 0 10px 25px -5px rgba(255, 51, 102, 0.4) !important;
}

/* FAIXA DE VALOR / MÉTRICAS */
.im-metrics {
  padding: 50px 0 !important;
  background-color: rgba(31, 41, 55, 0.3) !important;
  border-top: 1px solid #1f2937 !important;
  border-bottom: 1px solid #1f2937 !important;
}

.im-grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
}

.im-metric-card h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
}

.im-metric-card p {
  font-size: 14px !important;
  color: #9ca3af !important;
  line-height: 1.6 !important;
}

/* SERVIÇOS E CARDS COM BORDAS DEFINIDAS */
.im-services {
  padding: 100px 0 !important;
  background-color: #0b0f19 !important;
}

.im-section-header {
  text-align: center !important;
  margin-bottom: 60px !important;
}

.im-section-header h2 {
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
}

.im-section-header p {
  color: #9ca3af !important;
  font-size: 17px !important;
  margin-top: 10px !important;
}

.im-grid-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 32px !important;
}

/* CARDS DARK COM BORDA E DEGRADÊ */
.im-card, 
.im-target-card, 
.im-about-box {
  background-color: #111827 !important;
  border: 1px solid #1f2937 !important;
  border-radius: 14px !important;
  padding: 40px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

.im-card-icon {
  font-size: 24px !important;
  background-color: rgba(255, 51, 102, 0.12) !important;
  color: #FF3366 !important;
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  margin-bottom: 24px !important;
}

.im-card h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 14px !important;
}

.im-card p {
  color: #9ca3af !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
}

.im-card-list {
  list-style: none !important;
  padding: 0 !important;
  border-top: 1px solid #1f2937 !important;
  padding-top: 16px !important;
}

.im-card-list li {
  font-size: 14px !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.im-card-list li::before {
  content: "✓" !important;
  color: #FF3366 !important;
  font-weight: bold !important;
}

/* SOBRE / ESPECIALISTA SOLO */
.im-about {
  padding: 90px 0 !important;
  border-top: 1px solid #1f2937 !important;
  background-color: #0b0f19 !important;
}

.im-about-grid {
  display: grid !important;
  grid-template-columns: 1fr 320px !important;
  gap: 48px !important;
  align-items: center !important;
}

.im-about-content h2 {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 18px !important;
}

.im-lead {
  font-size: 18px !important;
  color: #FF3366 !important;
  font-weight: 600 !important;
  margin-bottom: 18px !important;
}

.im-about-content p {
  color: #9ca3af !important;
  font-size: 15px !important;
  margin-bottom: 16px !important;
}

.im-box-number {
  font-size: 48px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #FF3366 0%, #FF6B00 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.im-box-text {
  font-size: 14px !important;
  color: #9ca3af !important;
  margin-top: 8px !important;
}

/* PARA QUEM É */
.im-target-section {
  padding: 90px 0 !important;
  background-color: rgba(17, 24, 39, 0.5) !important;
  border-top: 1px solid #1f2937 !important;
}

.im-target-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
}

.im-target-card h3 {
  font-size: 20px !important;
  color: #FF3366 !important;
  margin-bottom: 12px !important;
}

.im-target-card p {
  font-size: 14px !important;
  color: #9ca3af !important;
}

/* CTA FINAL */
.im-cta {
  padding: 100px 0 !important;
  text-align: center !important;
  background-color: #060911 !important;
  border-top: 1px solid #1f2937 !important;
}

.im-cta h2 {
  font-size: 34px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 18px !important;
}

.im-cta p {
  color: #9ca3af !important;
  font-size: 17px !important;
  margin-bottom: 36px !important;
}

.im-btn-wsp {
  display: inline-block !important;
  background-color: #25d366 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 18px 44px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
}

/* ESCONDE ELEMENTOS DO TEMA BASE E RODAPÉ PADRÃO */
footer, .site-footer, .wp-block-template-part {
  display: none !important;
}

/* RESPONSIVIDADE (TABLET E CELULAR) */
@media (max-width: 992px) {
  .im-grid-3, 
  .im-target-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .im-about-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .im-container {
    padding: 0 16px !important;
  }
  .im-nav-menu {
    display: none !important;
  }
  .im-nav-wrapper {
    justify-content: center !important;
  }
  .im-hero h1 {
    font-size: 26px !important;
  }
  .im-hero p {
    font-size: 15px !important;
  }
  .im-grid-3, 
  .im-grid-2, 
  .im-target-grid {
    grid-template-columns: 1fr !important;
  }
  .im-btn-primary, 
  .im-btn-wsp {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}