* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #03060f; color: #eef2ff; font-family: 'Outfit', sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 64px; padding: 0 6%; display: flex; align-items: center; justify-content: space-between; background: rgba(3,6,15,0.9); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.logo { font-size: 1.4rem; font-weight: 800; color: #fff; }
.logo span { color: #5294ff; }
.nav-links { list-style: none; display: flex; gap: 2.5rem; align-items: center; }
.nav-links a { color: #5a6480; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: #1d6aff; color: #fff !important; padding: 0.4rem 1.2rem; border-radius: 8px; }
.nav-cta:hover { background: #5294ff !important; }

section { padding: 90px 6%; }
.sec-dark { background: #060a18; }
.center { text-align: center; }
.stag { font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #5294ff; margin-bottom: 0.8rem; }
.stit { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -1px; line-height: 1.15; margin-bottom: 1rem; }
.sdesc { color: #5a6480; font-size: 1rem; font-weight: 300; max-width: 500px; line-height: 1.7; }

#inicio { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 6% 80px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 50% at 50% 20%, rgba(29,106,255,0.15) 0%, transparent 70%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(29,106,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(29,106,255,0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; max-width: 820px; }
.badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(29,106,255,0.1); border: 1px solid rgba(29,106,255,0.3); border-radius: 999px; padding: 0.3rem 1rem; font-size: 0.72rem; font-weight: 700; color: #5294ff; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2rem; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: #00e5ff; box-shadow: 0 0 8px #00e5ff; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 900; letter-spacing: -2px; line-height: 1.1; margin-bottom: 1.5rem; }
h1 em { font-style: normal; background: linear-gradient(120deg, #5294ff, #00e5ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); color: #5a6480; max-width: 560px; margin: 0 auto 2.5rem; font-weight: 300; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-azul { background: #1d6aff; color: #fff; padding: 0.9rem 2.2rem; border-radius: 10px; font-weight: 700; font-size: 1rem; display: inline-flex; align-items: center; gap: 0.5rem; box-shadow: 0 0 30px rgba(29,106,255,0.4); transition: transform 0.2s, box-shadow 0.2s; border: none; }
.btn-azul:hover { transform: translateY(-2px); box-shadow: 0 0 45px rgba(29,106,255,0.6); }
.btn-borde { background: transparent; color: #eef2ff; border: 1px solid rgba(255,255,255,0.12); padding: 0.9rem 2rem; border-radius: 10px; font-weight: 600; font-size: 1rem; display: inline-flex; align-items: center; gap: 0.5rem; transition: background 0.2s, transform 0.2s; }
.btn-borde:hover { background: rgba(255,255,255,0.05); transform: translateY(-2px); }
.plataformas { margin-top: 3rem; display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.plat { display: flex; align-items: center; gap: 0.5rem; padding: 0.45rem 1rem; background: rgba(8,12,28,0.9); border: 1px solid rgba(255,255,255,0.06); border-radius: 999px; font-size: 0.8rem; color: #5a6480; }

.ben-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1px; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
.ben-card { background: rgba(8,12,28,0.9); padding: 2.2rem; position: relative; overflow: hidden; transition: background 0.3s; }
.ben-card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #1d6aff, #00e5ff); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.ben-card:hover { background: rgba(29,106,255,0.05); }
.ben-card:hover::after { transform: scaleX(1); }
.ben-icon { width: 46px; height: 46px; background: rgba(29,106,255,0.1); border: 1px solid rgba(29,106,255,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.2rem; }
.ben-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.ben-card p { font-size: 0.875rem; color: #5a6480; line-height: 1.6; font-weight: 300; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.step { background: rgba(8,12,28,0.8); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 2.2rem; text-align: center; transition: transform 0.25s, border-color 0.25s; }
.step:hover { transform: translateY(-6px); border-color: rgba(29,106,255,0.3); }
.step-n { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #1d6aff, #5294ff); font-size: 1.3rem; font-weight: 900; color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; box-shadow: 0 0 25px rgba(29,106,255,0.4); }
.step h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; }
.step p { font-size: 0.875rem; color: #5a6480; line-height: 1.6; font-weight: 300; }

.demo-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.demo-feat { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.2rem; }
.demo-icon { width: 34px; height: 34px; min-width: 34px; background: rgba(29,106,255,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
.demo-feat h4 { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.2rem; }
.demo-feat p { font-size: 0.82rem; color: #5a6480; font-weight: 300; }
.demo-info .sdesc { margin-bottom: 2rem; }

.chat-box { background: #0b1120; border: 1px solid rgba(255,255,255,0.07); border-radius: 18px; overflow: hidden; box-shadow: 0 25px 70px rgba(0,0,0,0.5); }
.chat-top { background: #111827; padding: 0.9rem 1.2rem; display: flex; align-items: center; gap: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.chat-ava { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #e1306c, #f7a928); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.chat-name { font-size: 0.875rem; font-weight: 700; }
.chat-status { font-size: 0.7rem; color: #25d366; display: flex; align-items: center; gap: 0.3rem; }
.chat-status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #25d366; display: inline-block; }
.chat-msgs { padding: 1.2rem; height: 300px; overflow-y: auto; display: flex; flex-direction: column; gap: 0.7rem; }
.msg { max-width: 80%; padding: 0.65rem 0.9rem; border-radius: 10px; font-size: 0.82rem; line-height: 1.5; }
.msg-b { background: #1a2235; border: 1px solid rgba(255,255,255,0.06); align-self: flex-start; border-bottom-left-radius: 3px; }
.msg-u { background: #1d6aff; align-self: flex-end; border-bottom-right-radius: 3px; color: #fff; }
.msg-t { font-size: 0.65rem; color: rgba(255,255,255,0.3); margin-top: 0.1rem; }
.msg-t.r { text-align: right; }
.chat-qr { display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0.6rem 1.2rem; border-top: 1px solid rgba(255,255,255,0.06); background: #0b1120; }
.qr { background: rgba(29,106,255,0.1); border: 1px solid rgba(29,106,255,0.2); color: #5294ff; font-size: 0.72rem; font-weight: 600; padding: 0.28rem 0.7rem; border-radius: 999px; cursor: pointer; transition: background 0.2s; font-family: 'Outfit', sans-serif; white-space: nowrap; }
.qr:hover { background: rgba(29,106,255,0.25); }
.chat-inp { border-top: 1px solid rgba(255,255,255,0.06); padding: 0.8rem 1.2rem; display: flex; gap: 0.7rem; background: #111827; align-items: center; }
.chat-inp input { flex: 1; background: #0b1120; border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 0.55rem 0.9rem; color: #eef2ff; font-family: 'Outfit', sans-serif; font-size: 0.82rem; outline: none; }
.chat-inp input:focus { border-color: rgba(29,106,255,0.4); }
.send-btn { width: 34px; height: 34px; background: #1d6aff; border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
.send-btn:hover { background: #5294ff; }
.typing { display: flex; gap: 4px; align-items: center; padding: 0.5rem 0.7rem; }
.td { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.3); animation: ty 1.2s infinite ease-in-out; }
.td:nth-child(2) { animation-delay: 0.2s; }
.td:nth-child(3) { animation-delay: 0.4s; }
@keyframes ty { 0%,60%,100%{transform:translateY(0);opacity:0.3} 30%{transform:translateY(-5px);opacity:1} }

.casos-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 3rem; }
.caso { background: rgba(8,12,28,0.8); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 1.8rem; display: flex; gap: 1rem; transition: transform 0.25s, border-color 0.25s; }
.caso:hover { transform: translateY(-4px); border-color: rgba(29,106,255,0.25); }
.caso-em { font-size: 2.2rem; flex-shrink: 0; line-height: 1; }
.caso h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
.caso p { font-size: 0.83rem; color: #5a6480; line-height: 1.55; font-weight: 300; }
.caso-tag { display: inline-block; margin-top: 0.6rem; padding: 0.18rem 0.65rem; background: rgba(29,106,255,0.08); border: 1px solid rgba(29,106,255,0.18); border-radius: 999px; font-size: 0.68rem; color: #5294ff; font-weight: 600; }

.planes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; align-items: start; }
.plan { background: rgba(8,12,28,0.8); border: 1px solid rgba(255,255,255,0.06); border-radius: 18px; padding: 2.2rem; position: relative; transition: transform 0.25s; }
.plan:hover { transform: translateY(-5px); }
.plan.hot { border-color: rgba(29,106,255,0.4); background: rgba(29,106,255,0.05); box-shadow: 0 0 50px rgba(29,106,255,0.1); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, #1d6aff, #5294ff); color: #fff; font-size: 0.68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 0.28rem 1rem; border-radius: 999px; white-space: nowrap; }
.plan-name { font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #5a6480; margin-bottom: 1rem; }
.plan-price { font-size: 2.8rem; font-weight: 900; letter-spacing: -2px; margin-bottom: 0.2rem; }
.plan-price sup { font-size: 1.2rem; vertical-align: super; font-weight: 600; }
.plan-period { font-size: 0.82rem; color: #5a6480; margin-bottom: 1.8rem; }
.plan-line { height: 1px; background: rgba(255,255,255,0.06); margin-bottom: 1.5rem; }
.plan-feats { list-style: none; margin-bottom: 2rem; }
.plan-feats li { display: flex; gap: 0.65rem; margin-bottom: 0.8rem; font-size: 0.84rem; color: #5a6480; font-weight: 300; align-items: flex-start; }
.plan-feats li::before { content: "OK"; display: inline-block; color: #5294ff; font-weight: 700; font-size: 0.7rem; flex-shrink: 0; margin-top: 2px; }
.plan-btn { width: 100%; padding: 0.8rem; border-radius: 10px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.9rem; transition: transform 0.2s, box-shadow 0.2s; border: none; display: block; text-align: center; cursor: pointer; }
.plan-btn.filled { background: #1d6aff; color: #fff; box-shadow: 0 0 25px rgba(29,106,255,0.3); }
.plan-btn.filled:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(29,106,255,0.5); }
.plan-btn.ghost { background: transparent; border: 1px solid rgba(255,255,255,0.1) !important; color: #eef2ff; }
.plan-btn.ghost:hover { background: rgba(255,255,255,0.05); transform: translateY(-2px); }

.contact-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; }
.contact-cards { display: flex; gap: 1.2rem; flex-wrap: wrap; justify-content: center; max-width: 580px; width: 100%; }
.cc { background: rgba(8,12,28,0.8); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 1.6rem 1.8rem; display: flex; align-items: center; gap: 1.2rem; flex: 1; min-width: 230px; transition: border-color 0.25s, transform 0.25s, background 0.25s; }
.cc:hover { border-color: rgba(29,106,255,0.35); transform: translateY(-3px); background: rgba(29,106,255,0.05); }
.cc-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.cc-email { background: rgba(29,106,255,0.1); border: 1px solid rgba(29,106,255,0.2); }
.cc-ig { background: rgba(225,48,108,0.1); border: 1px solid rgba(225,48,108,0.2); }
.cc-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #5a6480; margin-bottom: 0.25rem; }
.cc-val { font-size: 0.95rem; font-weight: 700; color: #eef2ff; }
.cc-arrow { margin-left: auto; color: rgba(255,255,255,0.2); transition: transform 0.2s, color 0.2s; flex-shrink: 0; }
.cc:hover .cc-arrow { transform: translateX(4px); color: #5294ff; }

footer { background: #060a18; border-top: 1px solid rgba(255,255,255,0.05); padding: 2.5rem 6%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.foot-logo { font-size: 1.2rem; font-weight: 800; color: #fff; }
.foot-logo span { color: #5294ff; }
footer p { font-size: 0.8rem; color: rgba(255,255,255,0.25); margin-top: 0.3rem; }
.foot-links { display: flex; gap: 1.8rem; list-style: none; }
.foot-links a { font-size: 0.8rem; color: rgba(255,255,255,0.3); transition: color 0.2s; }
.foot-links a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.on { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
.demo-wrap { grid-template-columns: 1fr; }
.planes { grid-template-columns: 1fr; }
.casos-grid { grid-template-columns: 1fr; }
.nav-links { display: none; }
}
