/* ═══════════════════════════════════════════
   Suporte Tecnico - Scoped Styles
   Escopo: #vrl-suporte
   ═══════════════════════════════════════════ */

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

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

#vrl-suporte .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-suporte .vrl-section-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #a4adc4;
  max-width: 680px;
  margin-bottom: 48px;
}

/* Badge */
#vrl-suporte .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-suporte .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; }
}

/* Buttons */
#vrl-suporte .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-suporte .vrl-btn-blue {
  background: #3a7bd5;
  color: #ffffff;
  border: none;
}

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

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

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

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

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

/* CTA Section */
#vrl-suporte .vrl-cta-section {
  padding: 60px 0 80px;
}

#vrl-suporte .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-suporte .vrl-cta-box .vrl-section-title {
  margin-top: 16px;
}

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

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

/* Reveal animation */
#vrl-suporte .vrl-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ═══════════════════════════════════════════
   EXCLUSIVOS
   ═══════════════════════════════════════════ */

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

/* Hero com selos de confianca */
#vrl-suporte .vrl-hero-trust {
  padding: 140px 0 60px;
}

#vrl-suporte .vrl-hero-trust-content {
  max-width: 780px;
}

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

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

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

#vrl-suporte .vrl-trust-seals {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

#vrl-suporte .vrl-trust-seal {
  display: flex;
  align-items: center;
  gap: 10px;
}

#vrl-suporte .vrl-trust-seal svg {
  width: 20px;
  height: 20px;
  stroke: #FF7A3D;
  flex-shrink: 0;
}

#vrl-suporte .vrl-trust-seal span {
  font-size: 13px;
  color: #a4adc4;
  font-weight: 500;
}

/* Modes Grid */
#vrl-suporte .vrl-modes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#vrl-suporte .vrl-mode-card {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 36px;
  transition: all 0.3s ease;
}

#vrl-suporte .vrl-mode-card:hover {
  border-color: rgba(58, 123, 213, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

#vrl-suporte .vrl-mode-primary {
  border-color: rgba(255, 122, 61, 0.15);
  background: rgba(255, 122, 61, 0.02);
}

#vrl-suporte .vrl-mode-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #FF7A3D;
  margin-bottom: 16px;
}

#vrl-suporte .vrl-mode-tag-blue {
  color: #5a9bf6;
}

#vrl-suporte .vrl-mode-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vrl-suporte .vrl-mode-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #a4adc4;
  margin-bottom: 20px;
}

#vrl-suporte .vrl-mode-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#vrl-suporte .vrl-mode-card li {
  font-size: 14px;
  line-height: 1.5;
  color: #a4adc4;
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

#vrl-suporte .vrl-mode-card li:last-child { border-bottom: none; }

#vrl-suporte .vrl-mode-card li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #FF7A3D;
  font-weight: 700;
  font-size: 13px;
}

/* Scope List */
#vrl-suporte .vrl-scope-list {
  max-width: 740px;
  margin: 0 auto;
}

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

#vrl-suporte .vrl-scope-item:last-child { border-bottom: none; }

#vrl-suporte .vrl-scope-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-top: 2px;
}

#vrl-suporte .vrl-scope-icon svg {
  width: 100%;
  height: 100%;
  stroke: #3a7bd5;
}

#vrl-suporte .vrl-scope-text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vrl-suporte .vrl-scope-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #a4adc4;
}

/* Commit Grid */
#vrl-suporte .vrl-commit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

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

#vrl-suporte .vrl-commit-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-suporte .vrl-commit-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

#vrl-suporte .vrl-commit-icon svg {
  width: 100%;
  height: 100%;
  stroke: #FF7A3D;
}

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

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

/* ══════════════════════════════════════
   MOBILE / TABLET
   ══════════════════════════════════════ */
@media (max-width: 1024px) {
  #vrl-suporte .vrl-section { padding: 60px 0; }
  #vrl-suporte .vrl-section-title { font-size: 26px; }
  #vrl-suporte .vrl-hero-trust { padding: 100px 0 40px; }
  #vrl-suporte .vrl-hero-trust h1 { font-size: 32px; }
  #vrl-suporte .vrl-trust-seals { flex-direction: column; gap: 16px; }
  #vrl-suporte .vrl-modes-grid { grid-template-columns: 1fr; }
  #vrl-suporte .vrl-commit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  #vrl-suporte .vrl-hero-trust { padding: 80px 0 32px; }
  #vrl-suporte .vrl-hero-trust h1 { font-size: 26px; }
  #vrl-suporte .vrl-hero-desc { font-size: 15px; }
  #vrl-suporte .vrl-btn { width: 100%; justify-content: center; }
  #vrl-suporte .vrl-mode-card { padding: 24px; }
  #vrl-suporte .vrl-cta-box { padding: 40px 24px; }
}
