/* ═══════════════════════════════════════════
   Marketing Digital - Scoped Styles
   Escopo: #vrl-marketing
   ═══════════════════════════════════════════ */

#vrl-marketing .vrl-section {
  padding: 80px 0;
}

#vrl-marketing .vrl-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

#vrl-marketing .vrl-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 16px 0 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vrl-marketing .vrl-section-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #a4adc4;
  max-width: 680px;
  margin-bottom: 48px;
}

#vrl-marketing .vrl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 122, 61, 0.08);
  border: 1px solid rgba(255, 122, 61, 0.2);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FF7A3D;
}

#vrl-marketing .vrl-badge-dot {
  width: 6px;
  height: 6px;
  background: #FF7A3D;
  border-radius: 50%;
  display: inline-block;
  animation: vrlPulse 2s ease-in-out infinite;
}

@keyframes vrlPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

#vrl-marketing .vrl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vrl-marketing .vrl-btn-blue {
  background: #3a7bd5;
  color: #ffffff;
  border: none;
}

#vrl-marketing .vrl-btn-blue:hover {
  background: #5a9bf6;
  transform: translateY(-2px);
}

#vrl-marketing .vrl-btn-outline {
  background: transparent;
  color: #eef0f8;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

#vrl-marketing .vrl-btn-outline:hover {
  border-color: #FF7A3D;
  color: #FF7A3D;
}

#vrl-marketing .vrl-btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  border: none;
}

#vrl-marketing .vrl-btn-whatsapp:hover {
  background: #22c55e;
  transform: translateY(-2px);
}

#vrl-marketing .vrl-cta-section {
  padding: 60px 0 80px;
}

#vrl-marketing .vrl-cta-box {
  text-align: center;
  padding: 56px 40px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
}

#vrl-marketing .vrl-cta-box .vrl-section-title {
  margin-top: 16px;
}

#vrl-marketing .vrl-cta-box .vrl-section-sub {
  max-width: 520px;
  margin: 12px auto 32px;
}

#vrl-marketing .vrl-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

#vrl-marketing .vrl-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#vrl-marketing .vrl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#vrl-marketing .vrl-accent { color: #FF7A3D; }

/* Hero Editorial */
#vrl-marketing .vrl-hero-editorial {
  padding: 140px 0 80px;
}

#vrl-marketing .vrl-hero-editorial-content {
  max-width: 780px;
}

#vrl-marketing .vrl-hero-editorial h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin: 20px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vrl-marketing .vrl-hero-editorial-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #FF7A3D, #3a7bd5);
  border-radius: 2px;
  margin: 24px 0;
}

#vrl-marketing .vrl-hero-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #a4adc4;
  margin-bottom: 36px;
}

#vrl-marketing .vrl-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Platforms */
#vrl-marketing .vrl-platforms-section { padding-top: 0; }

#vrl-marketing .vrl-platform-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

#vrl-marketing .vrl-platform-badge {
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #eef0f8;
  transition: all 0.3s ease;
}

#vrl-marketing .vrl-platform-badge:hover {
  border-color: rgba(58, 123, 213, 0.2);
  background: rgba(58, 123, 213, 0.05);
}

/* Quote Stack */
#vrl-marketing .vrl-quote-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#vrl-marketing .vrl-quote-block {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-left: 3px solid #FF7A3D;
  border-radius: 0 14px 14px 0;
  padding: 28px 28px 28px 24px;
  position: relative;
  transition: all 0.3s ease;
}

#vrl-marketing .vrl-quote-block:hover {
  border-left-color: #5a9bf6;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

#vrl-marketing .vrl-quote-mark {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 122, 61, 0.15);
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 20px;
}

#vrl-marketing .vrl-quote-block p {
  font-size: 15px;
  line-height: 1.6;
  color: #eef0f8;
  font-style: italic;
}

/* Numbered Grid */
#vrl-marketing .vrl-numbered-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

#vrl-marketing .vrl-numbered-card {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 28px;
  transition: all 0.3s ease;
}

#vrl-marketing .vrl-numbered-card:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 123, 213, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

#vrl-marketing .vrl-numbered-num {
  font-size: 32px;
  font-weight: 700;
  color: #FF7A3D;
  margin-bottom: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vrl-marketing .vrl-numbered-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vrl-marketing .vrl-numbered-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #a4adc4;
}

/* ROI Split */
#vrl-marketing .vrl-roi-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: flex-start;
}

#vrl-marketing .vrl-roi-left .vrl-section-title {
  margin-top: 16px;
}

#vrl-marketing .vrl-roi-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #a4adc4;
  margin-top: 16px;
}

#vrl-marketing .vrl-roi-right {
  padding-top: 20px;
}

#vrl-marketing .vrl-roi-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

#vrl-marketing .vrl-roi-item:last-child { border-bottom: none; }

#vrl-marketing .vrl-roi-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

#vrl-marketing .vrl-roi-check svg {
  width: 100%;
  height: 100%;
  stroke: #FF7A3D;
}

#vrl-marketing .vrl-roi-item span {
  font-size: 15px;
  line-height: 1.5;
  color: #a4adc4;
}

/* ══════════════════════════════════════
   MOBILE / TABLET (até 1024px)
   ══════════════════════════════════════ */
@media (max-width: 1024px) {
  #vrl-marketing .vrl-section { padding: 60px 0; }
  #vrl-marketing .vrl-section-title { font-size: 26px; }
  #vrl-marketing .vrl-hero-editorial { padding: 100px 0 60px; }
  #vrl-marketing .vrl-hero-editorial h1 { font-size: 32px; }
  #vrl-marketing .vrl-quote-stack { grid-template-columns: 1fr; }
  #vrl-marketing .vrl-numbered-grid { grid-template-columns: 1fr 1fr; }
  #vrl-marketing .vrl-roi-split { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 480px) {
  #vrl-marketing .vrl-hero-editorial { padding: 80px 0 40px; }
  #vrl-marketing .vrl-hero-editorial h1 { font-size: 26px; }
  #vrl-marketing .vrl-btn { width: 100%; justify-content: center; }
  #vrl-marketing .vrl-numbered-grid { grid-template-columns: 1fr; }
  #vrl-marketing .vrl-platform-badge { flex: 0 0 calc(50% - 6px); text-align: center; }
  #vrl-marketing .vrl-cta-box { padding: 40px 24px; }
}
