/* Direção visual: reprodução fiel da landing Grupo VIP MX em preto, verde e dourado. */
:root {
  --primary: #22c55e;
  --primary-hover: #4ade80;
  --gold: #fbbf24;
  --bg: #000000;
  --card-bg: rgba(255, 255, 255, 0.03);
  --border: rgba(34, 197, 94, 0.2);
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { background: #000; }
body { min-width: 320px; overflow-x: hidden; background-color: var(--bg); color: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; }
button { font: inherit; }
.bg-glow { position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 50% -20%, rgba(34, 197, 94, 0.15), transparent 50%), radial-gradient(circle at 80% 80%, rgba(251, 191, 36, 0.05), transparent 40%); }
.particles { position: fixed; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none; }
.container { width: 100%; max-width: 500px; margin: 0 auto; padding: 20px; }
.hero { position: relative; padding: 10px 0 30px; text-align: center; }
.hero-clickable-img { display: inline-block; position: relative; width: min(100%, 380px); margin-bottom: 15px; border: 0; border-radius: 20px; outline: none; background: transparent; cursor: pointer; transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1); }
.hero-clickable-img:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(34, 197, 94, 0.4); }
.hero-clickable-img:active, .btn:active { transform: scale(0.97); }
.hero-clickable-img:focus-visible, .btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.hero-clickable-img img { display: block; width: 100%; border-radius: 20px; animation: float 6s ease-in-out infinite; }
.indicator-text { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 20px; color: #9ca3af; font-size: 0.85rem; font-weight: 500; }
.hero h1 { margin-bottom: 8px; color: #fff; font-size: 1.8rem; font-weight: 900; line-height: 1.18; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.hero h1 span { color: var(--primary); }
.hero-copy { margin-bottom: 25px; padding: 0 10px; color: #9ca3af; font-size: 0.95rem; }
.btn { display: flex; position: relative; width: 100%; align-items: center; justify-content: center; gap: 8px; overflow: hidden; margin-bottom: 12px; padding: 18px; border: 0; border-radius: 50px; background: linear-gradient(135deg, var(--primary), #16a34a); color: #fff; box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4); cursor: pointer; font-size: 1.1rem; font-weight: 800; line-height: 1; text-transform: uppercase; transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1), background 180ms cubic-bezier(0.23, 1, 0.32, 1); }
.btn:hover { transform: scale(1.03); background: linear-gradient(135deg, var(--primary-hover), var(--primary)); box-shadow: 0 10px 25px rgba(34, 197, 94, 0.6); }
.shine::after { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; content: ""; transform: rotate(45deg); background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent); animation: shine-effect 4s infinite; }
.btn-check-list { display: flex; flex-direction: column; align-items: center; gap: 6px; margin-bottom: 20px; }
.check-item { display: flex; align-items: center; gap: 6px; color: var(--primary-hover); font-size: 0.8rem; font-weight: 600; }
.section { margin-top: 35px; padding: 20px; border: 1px solid var(--border); border-radius: 24px; background: var(--card-bg); backdrop-filter: blur(10px); }
.section-title { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 15px; color: var(--primary); font-size: 1.1rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.carousel-wrapper { position: relative; width: 100%; height: 350px; overflow: hidden; margin-bottom: 15px; border-radius: 16px; background: #000; }
.carousel-slide { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; object-fit: contain; transition: opacity 0.8s ease-in-out; }
.carousel-slide.active { opacity: 1; }
.social-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; }
.proof-card { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; background: rgba(255, 255, 255, 0.05); padding: 12px; text-align: center; }
.proof-card i { display: block; margin-bottom: 5px; font-size: 1.4rem; font-style: normal; }
.proof-card span { color: #d1d5db; font-size: 0.7rem; font-weight: 700; }
.legal-footer { margin-top: 50px; padding: 25px 20px; border-top: 1px solid var(--border); background: rgba(0, 0, 0, 0.8); text-align: center; }
.legal-notice { max-width: 450px; margin: 0 auto; color: #9ca3af; font-size: 0.75rem; line-height: 1.6; }
.legal-notice strong { color: var(--gold); font-weight: 700; }
.legal-notice span { display: block; margin-top: 8px; color: #6b7280; font-size: 0.7rem; }
footer { padding: 20px 20px 40px; background: rgba(0, 0, 0, 0.8); color: #4b5563; font-size: 0.75rem; text-align: center; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes shine-effect { 0% { left: -100%; } 20%, 100% { left: 100%; } }
@media (max-width: 380px) { .container { padding: 16px; } .section { padding: 16px; } .carousel-wrapper { height: 310px; } .btn { font-size: 1rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }
