:root {
    --bg: #07130f;
    --panel: rgba(255,255,255,.09);
    --panel-strong: rgba(255,255,255,.14);
    --text: #f8fafc;
    --muted: #b6c4bd;
    --green: #10b981;
    --green-dark: #047857;
    --gold: #f6c344;
    --gold-dark: #111827;
    --line: rgba(255,255,255,.14);
    --shadow: 0 22px 60px rgba(0,0,0,.32);
    --radius: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background: radial-gradient(circle at 20% 10%, #123829 0, transparent 34%), radial-gradient(circle at 84% 8%, #20321d 0, transparent 30%), var(--bg);
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.landing-bg { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.glow { position: absolute; width: 430px; height: 430px; border-radius: 999px; filter: blur(50px); opacity: .25; animation: floatGlow 12s ease-in-out infinite alternate; }
.glow-one { background: #10b981; top: -160px; left: -80px; }
.glow-two { background: #f6c344; right: -120px; bottom: 5%; animation-delay: -4s; }
.grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 76%); }
@keyframes floatGlow { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(50px,40px,0) scale(1.15); } }
.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    width: min(1160px, calc(100% - 28px));
    margin: 14px auto 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(7,19,15,.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 16px 46px rgba(0,0,0,.22);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.02em; }
.brand img { width: 50px; height: 36px; object-fit: contain; }
.brand span { white-space: nowrap; }
.topnav { display: flex; align-items: center; justify-content: center; gap: 2px; color: var(--muted); font-size: 13px; }
.topnav a { padding: 9px 10px; border-radius: 999px; transition: .2s ease; font-weight: 800; }
.topnav a:hover, .topnav .nav-quote { background: rgba(16,185,129,.14); color: #c9fbe2; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 999px;
    font-weight: 900;
    border: 1px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.22); }
.btn-primary { background: linear-gradient(135deg, #10b981, #0f9f6e); color: #04120d; box-shadow: 0 16px 34px rgba(16,185,129,.2); }
.btn-light { background: rgba(255,255,255,.12); border-color: var(--line); color: var(--text); }
.btn-yellow { background: var(--gold); color: #111827; border-color: rgba(246,195,68,.6); }
.btn-whatsapp { background: #25d366; color: #04120d; box-shadow: 0 16px 34px rgba(37,211,102,.2); }
.btn.wide, .wide { width: 100%; }
.section { width: min(1160px, calc(100% - 28px)); margin: 0 auto; }
.hero {
    min-height: 640px;
    padding: 66px 0 30px;
    display: grid;
    grid-template-columns: .98fr 1.02fr;
    align-items: center;
    gap: 34px;
}
.eyebrow, .section-title span, .benefit-copy span, .guarantee span { display: inline-flex; align-items: center; gap: 9px; color: #82f7be; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.eyebrow span { width: 10px; height: 10px; border-radius: 999px; background: var(--green); box-shadow: 0 0 22px var(--green); }
h1 { margin: 14px 0 12px; font-size: clamp(30px, 4.4vw, 48px); line-height: 1.02; letter-spacing: -.055em; }
h2 { margin: 8px 0 0; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.04; letter-spacing: -.045em; }
h3 { margin: 0; font-size: 19px; letter-spacing: -.025em; }
p { margin: 0; color: var(--muted); line-height: 1.58; }
.hero-text { max-width: 620px; font-size: 16px; }
.hero-video { width: min(100%, 560px); margin: 18px 0 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.08); box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.hero-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: rgba(0,0,0,.3); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 18px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-row span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: #d9e9e2; font-size: 12px; font-weight: 800; }
.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.demo-card { position: relative; width: min(100%, 650px); padding: 16px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05)); box-shadow: var(--shadow); overflow: hidden; }
.demo-card::before { content: ''; position: absolute; inset: -2px; background: radial-gradient(circle at 20% 0, rgba(16,185,129,.22), transparent 35%); pointer-events: none; }
.demo-img { position: relative; z-index: 1; width: 100%; border-radius: 18px; filter: drop-shadow(0 22px 35px rgba(0,0,0,.36)); animation: tableFloat 4.5s ease-in-out infinite; }
@keyframes tableFloat { 0%, 100% { transform: translateY(0) rotate(-.15deg); } 50% { transform: translateY(-7px) rotate(.15deg); } }
.status-pill { position: absolute; z-index: 3; padding: 9px 13px; border-radius: 12px; font-weight: 900; font-size: 12px; box-shadow: 0 16px 36px rgba(0,0,0,.24); }
.status-open { left: 30px; bottom: 26px; color: #047857; background: #dcfce7; border: 1px solid rgba(16,185,129,.55); }
.status-busy { right: 30px; top: 26px; color: #b91c1c; background: #fee2e2; border: 1px solid rgba(239,68,68,.55); }
.floating-ticket { position: absolute; z-index: 4; left: 50%; bottom: -5px; transform: translateX(-50%); width: min(310px, calc(100% - 40px)); padding: 14px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(3,12,9,.82); backdrop-filter: blur(16px); box-shadow: 0 22px 44px rgba(0,0,0,.28); }
.floating-ticket strong { display: block; font-size: 16px; margin-bottom: 3px; }
.floating-ticket span { color: var(--muted); font-size: 12px; }
.orbit-balls { position: absolute; inset: 0; pointer-events: none; }
.orbit-balls img { position: absolute; width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(0,0,0,.28)); animation: ballDrift 7s ease-in-out infinite alternate; }
.orbit-balls img:nth-child(1) { top: 12%; left: 0; }
.orbit-balls img:nth-child(2) { right: 0; bottom: 10%; animation-delay: -2s; }
.orbit-balls img:nth-child(3) { right: 9%; top: 3%; animation-delay: -4s; }
@keyframes ballDrift { from { transform: translate3d(0,0,0) rotate(0); } to { transform: translate3d(16px,-18px,0) rotate(14deg); } }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: -8px; padding-bottom: 54px; }
.stats article, .feature-card, .module-showcase, .guarantee, .benefit-list div, .pricing-card, .cta-strip { border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 18px 42px rgba(0,0,0,.16); }
.stats article { padding: 22px; }
.stats strong { font-size: 38px; letter-spacing: -.05em; }
.stats span { font-size: 23px; font-weight: 900; color: var(--green); }
.stats p { margin-top: 6px; }
.section-title { max-width: 720px; margin-bottom: 22px; }
.section-title p { margin-top: 12px; font-size: 16px; }
.features, .modules, .benefits, .guarantee { padding: 54px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { padding: 22px; min-height: 205px; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.feature-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.12); border-color: rgba(16,185,129,.34); }
.feature-card img { width: 50px; height: 50px; object-fit: contain; margin-bottom: 16px; filter: drop-shadow(0 12px 18px rgba(0,0,0,.28)); }
.feature-card p { margin-top: 9px; }
.cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px; background: linear-gradient(135deg, rgba(16,185,129,.18), rgba(246,195,68,.12)); }
.cta-strip h2 { font-size: clamp(24px, 3vw, 34px); }
.module-showcase { display: grid; grid-template-columns: 260px 1fr; min-height: 300px; overflow: hidden; }
.module-list { padding: 14px; border-right: 1px solid var(--line); display: grid; gap: 9px; align-content: start; }
.module-btn { width: 100%; min-height: 54px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.06); color: var(--text); font-weight: 900; text-align: left; padding: 0 16px; cursor: pointer; transition: .2s ease; }
.module-btn:hover, .module-btn.active { background: var(--green); border-color: var(--green); color: #04120d; }
.module-panel { display: none; padding: 36px; background: radial-gradient(circle at right top, rgba(16,185,129,.16), transparent 38%); }
.module-panel.active { display: grid; align-content: center; gap: 14px; animation: panelIn .25s ease; }
.module-panel h3 { font-size: 32px; }
.module-panel p { max-width: 660px; font-size: 17px; }
@keyframes panelIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.benefits { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: center; }
.benefit-copy p { margin-top: 14px; font-size: 16px; }
.benefit-cta { margin-top: 18px; }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.benefit-list div { padding: 18px; display: flex; gap: 12px; align-items: center; }
.benefit-list strong { width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 13px; background: rgba(16,185,129,.16); color: #7cf0b4; }
.benefit-list span { color: #e6f3ee; font-weight: 800; }
.guarantee { display: grid; grid-template-columns: 1fr .8fr; gap: 24px; padding: 30px; margin-bottom: 54px; background: linear-gradient(135deg, rgba(16,185,129,.18), rgba(255,255,255,.07)); }
.guarantee p { margin-top: 12px; }
.guarantee ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; align-content: center; }
.guarantee li { padding: 13px 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.07); color: #eaf8f2; font-weight: 800; }
.footer { width: min(1160px, calc(100% - 28px)); margin: 0 auto 26px; padding: 18px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--muted); }
.footer strong { display: block; color: var(--text); margin-bottom: 4px; }
.footer a { color: #82f7be; font-weight: 900; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px; background: #25d366; color: #04120d; font-weight: 1000; box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.whatsapp-float svg { width: 26px; height: 26px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Página de precios */
.price-page .topbar { margin-top: 14px; }
.prices-main { padding: 62px 0 42px; }
.prices-hero { text-align: center; max-width: 780px; margin: 0 auto 26px; }
.prices-hero h1 { max-width: 720px; margin-left: auto; margin-right: auto; }
.prices-hero p { font-size: 17px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.pricing-card { padding: 28px; position: relative; overflow: hidden; }
.pricing-card.highlight { border-color: rgba(246,195,68,.48); background: linear-gradient(145deg, rgba(246,195,68,.16), rgba(255,255,255,.08)); }
.price-badge { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: var(--gold); color: #111827; font-weight: 900; font-size: 12px; margin-bottom: 18px; }
.price-badge.secondary { background: rgba(16,185,129,.18); color: #a8f6cc; border: 1px solid rgba(16,185,129,.3); }
.pricing-desc { min-height: 52px; }
.price-value { margin-top: 16px; font-size: clamp(42px, 5vw, 64px); font-weight: 1000; letter-spacing: -.06em; color: #fff; }
.price-note { color: #82f7be; font-weight: 900; }
.pricing-card ul { margin: 22px 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.pricing-card li { padding: 11px 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.06); color: #eaf8f2; font-weight: 800; }
.price-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 26px 0 8px; }

@media (max-width: 980px) {
    .topnav { display: none; }
    .hero, .benefits, .guarantee { grid-template-columns: 1fr; }
    .hero { min-height: auto; padding-top: 58px; }
    .hero-video { width: 100%; max-width: none; }
    .stats, .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
    .module-showcase { grid-template-columns: 1fr; }
    .module-list { border-right: 0; border-bottom: 1px solid var(--line); }
    .cta-strip { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
    .topbar { border-radius: 22px; align-items: flex-start; flex-direction: column; }
    .topbar > .btn { width: 100%; }
    h1 { font-size: 32px; }
    .hero-actions .btn { width: 100%; }
    .hero-visual { min-height: 300px; }
    .demo-card { padding: 10px; }
    .floating-ticket { position: relative; transform: none; left: auto; bottom: auto; width: 100%; margin-top: 10px; }
    .orbit-balls { display: none; }
    .benefit-list { grid-template-columns: 1fr; }
    .guarantee { padding: 22px; }
    .footer { flex-direction: column; align-items: flex-start; padding-bottom: 68px; }
    .whatsapp-float span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Ajustes V8 página de precios */
.main-plan {
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(246,195,68,.22), 0 18px 42px rgba(0,0,0,.18);
}
.main-plan h2 {
    font-size: clamp(30px, 3.2vw, 46px);
}
.old-price {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(239,68,68,.14);
    border: 1px solid rgba(239,68,68,.32);
    color: #fecaca;
    font-weight: 900;
}
.old-price span {
    text-decoration: line-through;
    color: #fff;
}
.included-box {
    margin-top: 18px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(246,195,68,.18);
    border: 1px solid rgba(246,195,68,.42);
    color: #fff7da;
    font-weight: 900;
    line-height: 1.45;
}
.monthly-plan {
    opacity: .96;
}
