*, *::before, *::after { box-sizing: border-box; }
html { background: #e5e7eb; line-height: 1.5; -webkit-text-size-adjust: 100%; }
body { margin: 0 auto; max-width: 448px; min-height: 100vh; font-family: Arial, sans-serif; font-size: 16px; color: #fff; background: radial-gradient(circle at top, #334155, #020617 65%); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .bold { font-weight: 700; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.header { padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-icon { width: 48px; height: 48px; border-radius: 12px; background: #dc2626; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.brand-copy { min-width: 0; }
.brand h1 { font-size: 20px; line-height: 28px; }
.brand p { color: #9ca3af; font-size: 12px; line-height: 16px; }
.online { color: #4ade80; font-size: 14px; line-height: 20px; flex-shrink: 0; white-space: nowrap; }
.hero { padding: 32px 24px 0; text-align: center; }
.program-badge { display: inline-block; background: rgb(239 68 68 / .2); padding: 8px 20px; border-radius: 9999px; font-size: 14px; line-height: 20px; }
.flag { display: inline-block; vertical-align: -1px; }
.hero h2 { margin-top: 24px; font-size: 36px; line-height: 1.25; }
.hero p { margin-top: 20px; color: #d1d5db; }
.button { display: inline-block; border-radius: 9999px; font-weight: 700; max-width: 100%; text-align: center; }
.hero-button { margin-top: 32px; padding: 16px 40px; background: #dc2626; box-shadow: 0 0 35px rgb(239 68 68 / .35); }
.section { padding: 20px; }
.dashboard { margin-top: 32px; }
.status-card { background: rgb(255 255 255 / .1); backdrop-filter: blur(8px); border: 1px solid rgb(255 255 255 / .1); border-radius: 24px; padding: 24px; }
.status-top { display: flex; justify-content: space-between; align-items: flex-start; }
.status-top h2 { font-size: 30px; line-height: 36px; }
.status-flag { margin-top: 6px; }
.muted { color: #9ca3af; }
.small { font-size: 14px; line-height: 20px; }
.tiny { font-size: 12px; line-height: 16px; }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.stats > div { background: rgb(0 0 0 / .3); border-radius: 12px; padding: 16px; }
.reward-card { background: linear-gradient(to right, #dc2626, #f97316); border-radius: 24px; padding: 24px; }
.reward-label { opacity: .8; }
.reward-card h2 { font-size: 48px; line-height: 48px; margin-top: 12px; }
.reward-caption { margin-top: 12px; }
.reward-checks { margin-top: 20px; background: rgb(255 255 255 / .2); border-radius: 12px; padding: 16px; }
h3 { font-size: 20px; line-height: 28px; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.gallery img { border-radius: 12px; height: 112px; width: 100%; object-fit: cover; }
.women-card { background: #fff; color: #1f2937; border-radius: 24px; padding: 24px; }
.women-card h3 { text-align: center; }
.qualities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.qualities > div { background: #fdf2f8; border-radius: 12px; padding: 16px; text-align: center; }
.qualities > div + div { background: #fef2f2; }
.chat-card { background: #fff; border-radius: 24px; padding: 20px; color: #1f2937; margin-top: 16px; }
.message { background: #f3f4f6; border-radius: 12px; padding: 16px; }
.reply { background: #fee2e2; margin-top: 12px; }
.closing { padding: 32px; text-align: center; }
.closing h2 { font-size: 30px; line-height: 36px; }
.closing p { color: #d1d5db; margin-top: 12px; }
.whatsapp-button { margin-top: 24px; background: #22c55e; padding: 16px 48px; }
.float { animation: floating 2s infinite; }
@keyframes floating { 50% { transform: translateY(-5px); } }
.floating-contact { display: inline-block; position: fixed; bottom: 20px; right: 20px; background: #22c55e; padding: 16px 24px; border-radius: 9999px; box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); cursor: pointer; z-index: 10; }
footer { text-align: center; font-size: 12px; line-height: 16px; color: #6b7280; padding: 24px 20px; }
@media (max-width: 448px) {
  footer { padding-bottom: 96px; }
}
@media (max-width: 360px) {
  .header { gap: 8px; }
  .brand { gap: 8px; }
  .brand-icon { width: 40px; height: 40px; }
  .brand h1 { font-size: 18px; line-height: 25px; }
  .online { font-size: 12px; }
  .hero h2 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) { .float { animation: none; } }
