:root {
    --ink:#17142c;
    --muted:#67647a;
    --violet:#6847ed;
    --violet-dark:#4d30c6;
    --lavender:#eeeaff;
    --mint:#8bd2b7;
    --mint-dark:#1b7255;
    --paper:#fbfaff;
    --line:#e9e5f3;
    --night:#100d25;
    --card:#fff;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
    margin:0;
    overflow-x:hidden;
    background:var(--paper);
    color:var(--ink);
    font-family:"Manrope",Arial,sans-serif;
    -webkit-font-smoothing:antialiased;
}
img { max-width:100%; }
a { color:inherit; text-decoration:none; }
.shell { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
.sr-only {
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.skip-link { position:fixed; top:-80px; left:20px; z-index:100; padding:12px 18px; background:#fff; border-radius:10px; }
.skip-link:focus { top:20px; }

.site-header {
    position:absolute; inset:0 0 auto; z-index:30;
    border-bottom:1px solid rgba(255,255,255,.12);
}
.nav { height:84px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand { display:inline-flex; align-items:center; gap:10px; font-weight:800; }
.brand .brand-isotipo { width:44px; height:auto; object-fit:contain; }
.brand .brand-logotipo { width:132px; height:auto; object-fit:contain; }
footer .brand .brand-isotipo { width:40px; }
footer .brand .brand-logotipo { width:122px; }
.brand small { padding:3px 8px; border-radius:999px; background:var(--lavender); color:var(--violet); font-size:10px; }
.site-header .brand { color:#fff; }
.nav-links { display:flex; align-items:center; gap:28px; color:#d9d5ec; font-size:14px; font-weight:600; }
.nav-links > a:not(.button):hover { color:#fff; }
.button {
    display:inline-flex; align-items:center; justify-content:center; gap:12px;
    min-height:48px; padding:0 22px; border:0; border-radius:12px;
    background:var(--violet); color:#fff; font:700 14px "Manrope",sans-serif;
    box-shadow:0 12px 28px rgba(104,71,237,.22);
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.button:hover { transform:translateY(-2px); background:var(--violet-dark); box-shadow:0 16px 34px rgba(104,71,237,.3); }
.button-small { min-height:40px; padding:0 17px; border-radius:10px; }
.button-large { min-height:56px; padding:0 27px; font-size:15px; }
.button-ghost { background:transparent; border:1px solid rgba(255,255,255,.35); box-shadow:none; }
.button-ghost:hover { background:rgba(255,255,255,.1); }
.menu-button { display:none; width:44px; height:44px; padding:10px; border:0; border-radius:10px; background:rgba(255,255,255,.12); }
.menu-button span:not(.sr-only) { display:block; height:2px; margin:5px 0; border-radius:2px; background:#fff; }

.hero {
    position:relative; min-height:780px; overflow:hidden;
    background:
        radial-gradient(circle at 76% 42%,rgba(110,72,238,.3),transparent 31%),
        linear-gradient(135deg,#0d0b20 0%,#151031 58%,#101532 100%);
    color:#fff;
}
.hero::after {
    content:""; position:absolute; inset:auto -10% -280px;
    height:430px; border-radius:50%; background:var(--paper); transform:rotate(-3deg);
}
.hero-grid { position:relative; z-index:3; min-height:750px; display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:28px; padding-top:94px; }
.hero-copy { position:relative; z-index:3; padding:70px 0 110px; }
.eyebrow { display:flex; align-items:center; gap:9px; margin-bottom:22px; color:var(--violet); font-size:12px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.eyebrow span { width:24px; height:2px; background:currentColor; }
.hero .eyebrow { color:var(--mint); }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:650px; margin-bottom:24px; font-size:clamp(46px,5.4vw,74px); line-height:1.02; letter-spacing:-.055em; }
h1 em,h2 em { color:#a997ff; font-style:normal; }
.hero-lead { max-width:590px; margin-bottom:31px; color:#c9c4dc; font-size:17px; line-height:1.75; }
.hero-actions { display:flex; align-items:center; gap:25px; flex-wrap:wrap; }
.text-link { display:inline-flex; align-items:center; gap:10px; color:#fff; font-size:14px; font-weight:700; }
.play { display:grid; place-items:center; width:36px; height:36px; padding-left:2px; border:1px solid rgba(255,255,255,.35); border-radius:50%; font-size:10px; }
.hero-proof { display:flex; align-items:center; gap:15px; margin-top:43px; }
.hero-proof p { margin:0; color:#a9a5bd; font-size:12px; line-height:1.55; }
.hero-proof strong { color:#fff; }
.avatars { display:flex; }
.avatars span {
    display:grid; place-items:center; width:34px; height:34px; margin-left:-7px;
    border:2px solid #17122f; border-radius:50%; background:#755cf0; color:#fff; font-size:11px; font-weight:800;
}
.avatars span:first-child { margin-left:0; background:var(--mint-dark); }
.avatars span:nth-child(2) { background:#c46aa5; }
.avatars span:nth-child(3) { background:#4e88df; }
.avatars span:last-child { background:#292344; }

.hero-visual {
    position:relative; align-self:center; aspect-ratio:1.18;
    margin:35px -25px 0 0; overflow:hidden; border-radius:42px;
    background:#0b1233; box-shadow:0 35px 70px rgba(0,0,0,.24);
}
.hero-visual img {
    position:relative; z-index:2; display:block; width:100%; height:100%;
    object-fit:cover; object-position:62% center;
}
.hero-glow { position:absolute; border-radius:50%; filter:blur(8px); opacity:.6; }
.hero-glow-one { width:420px; height:420px; top:115px; right:7%; background:rgba(104,71,237,.18); }
.hero-glow-two { width:250px; height:250px; bottom:80px; left:8%; background:rgba(77,186,148,.09); }
.visual-orbit { position:absolute; z-index:1; border:1px solid rgba(170,151,255,.18); border-radius:50%; }
.orbit-one { width:610px; height:610px; top:30px; left:18%; }
.orbit-two { width:760px; height:460px; top:120px; left:0; transform:rotate(-13deg); }
.floating-card {
    position:absolute; z-index:4; padding:12px 16px; border:1px solid rgba(255,255,255,.22);
    border-radius:13px; background:rgba(27,22,61,.83); box-shadow:0 18px 35px rgba(0,0,0,.25);
    backdrop-filter:blur(12px); font-size:12px; font-weight:700;
}
.live-card { top:21%; left:18%; }
.live-card i { display:inline-block; width:7px; height:7px; margin-right:7px; border-radius:50%; background:#6fe0b5; box-shadow:0 0 0 5px rgba(111,224,181,.12); }
.score-card { right:18%; bottom:22%; display:grid; }
.score-card strong { font-size:22px; color:var(--mint); }
.score-card span { color:#bdb8ce; font-size:10px; }

.trust-strip { position:relative; z-index:7; margin-top:-42px; }
.trust-grid {
    display:grid; grid-template-columns:repeat(4,1fr); padding:22px 28px;
    border:1px solid var(--line); border-radius:17px; background:#fff;
    box-shadow:0 20px 55px rgba(35,24,85,.08);
}
.trust-grid span { display:flex; align-items:center; justify-content:center; gap:10px; padding:8px 14px; border-right:1px solid var(--line); font-size:12px; font-weight:700; }
.trust-grid span:last-child { border:0; }
.trust-grid b { color:var(--violet); font-size:17px; }

.section { padding-top:120px; padding-bottom:40px; }
.section-heading { max-width:650px; margin-bottom:45px; }
.section-heading.centered { margin-inline:auto; text-align:center; }
.section-heading.centered .eyebrow { justify-content:center; }
h2 { margin-bottom:20px; font-size:clamp(36px,4.2vw,56px); line-height:1.08; letter-spacing:-.045em; }
h2 em { color:var(--violet); }
.section-heading p,.experience-copy > p { color:var(--muted); line-height:1.75; }
.feature-grid { display:grid; grid-template-columns:1.12fr .94fr .94fr; gap:18px; }
.feature-card {
    position:relative; min-height:360px; overflow:hidden; padding:32px;
    border:1px solid var(--line); border-radius:22px; background:#fff;
    box-shadow:0 14px 40px rgba(38,25,86,.05);
}
.feature-primary { background:linear-gradient(145deg,#5e40d8,#795df2); color:#fff; border:0; }
.feature-icon { display:grid; place-items:center; width:50px; height:50px; margin-bottom:50px; border-radius:14px; background:rgba(255,255,255,.16); font-size:22px; }
.feature-icon.mint { background:#dff7ed; color:#28775e; }
.feature-icon.blue { background:#e5edff; color:#426cd2; }
.feature-number { position:absolute; top:34px; right:32px; color:#aaa5ba; font-size:11px; font-weight:800; letter-spacing:.14em; }
.feature-primary .feature-number { color:#c7bbff; }
.feature-card h3 { max-width:320px; margin-bottom:14px; font-size:22px; line-height:1.25; letter-spacing:-.025em; }
.feature-card p { color:var(--muted); font-size:14px; line-height:1.65; }
.feature-primary p { color:#e2dcff; }
.mini-prompt { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:25px; padding:9px 9px 9px 15px; border:1px solid rgba(255,255,255,.2); border-radius:12px; background:rgba(22,13,66,.22); font-size:12px; }
.mini-prompt b { padding:9px 12px; border-radius:8px; background:var(--mint); color:#174f3c; }
.code-demo { display:flex; gap:7px; margin-top:35px; }
.code-demo i { width:27px; height:35px; border-radius:7px; background:#f0edfa; box-shadow:inset 0 -3px 0 #ded8f3; }
.code-demo i:nth-child(2),.code-demo i:nth-child(5) { background:#ddd5ff; }
.progress-demo { display:grid; gap:13px; margin-top:33px; }
.progress-demo span { position:relative; height:7px; overflow:hidden; border-radius:99px; background:#efedf5; }
.progress-demo span::after { content:""; position:absolute; inset:0 auto 0 0; width:var(--progress); border-radius:inherit; background:linear-gradient(90deg,var(--violet),#a895ff); }

.steps-section { margin-top:80px; padding:115px 0; background:#f1eff9; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:55px; margin:65px 0 0; padding:0; list-style:none; counter-reset:step; }
.steps li { position:relative; display:flex; align-items:flex-start; gap:19px; }
.steps li:not(:last-child)::after { content:""; position:absolute; top:25px; left:calc(100% - 14px); width:54px; border-top:1px dashed #b8b1d1; }
.steps li > span { flex:0 0 auto; display:grid; place-items:center; width:48px; height:48px; border-radius:14px; background:#fff; color:var(--violet); box-shadow:0 10px 25px rgba(50,31,120,.09); font-weight:800; }
.steps h3 { margin:2px 0 8px; font-size:18px; }
.steps p { margin:0; color:var(--muted); font-size:13px; line-height:1.65; }

.experience { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:80px; padding-top:140px; }
.experience-image {
    position:relative; aspect-ratio:4/3;
    border-radius:27px; background:#171536;
}
.experience-image::before { content:""; position:absolute; inset:10% 9% -5% -5%; z-index:-1; border-radius:35px; background:#ded7ff; transform:rotate(-4deg); }
.experience-image img {
    display:block; width:100%; height:100%;
    object-fit:cover; object-position:center; border-radius:27px;
    box-shadow:0 30px 70px rgba(31,21,73,.18);
}
.experience-badge { position:absolute; right:-25px; bottom:28px; display:grid; padding:15px 20px; border-radius:14px; background:#fff; box-shadow:0 18px 38px rgba(31,21,73,.18); }
.experience-badge strong { color:var(--mint-dark); }
.experience-badge span { margin-top:2px; color:var(--muted); font-size:11px; }
.experience-copy ul { display:grid; gap:19px; margin:30px 0 34px; padding:0; list-style:none; }
.experience-copy li { display:flex; align-items:flex-start; gap:13px; }
.experience-copy li i { display:grid; place-items:center; flex:0 0 auto; width:25px; height:25px; border-radius:50%; background:#ddf6ec; color:var(--mint-dark); font-style:normal; font-weight:800; }
.experience-copy li span { display:grid; color:var(--muted); font-size:13px; line-height:1.55; }
.experience-copy li strong { color:var(--ink); font-size:14px; }

.cta {
    position:relative; overflow:hidden; display:flex; align-items:center; justify-content:space-between; gap:40px;
    margin:90px 0 75px; padding:65px 70px; border-radius:28px;
    background:linear-gradient(125deg,#4930c3,#7357ed 65%,#6950e4); color:#fff;
}
.cta::before,.cta::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.13); border-radius:50%; }
.cta::before { width:390px; height:390px; right:-120px; top:-210px; }
.cta::after { width:260px; height:260px; right:20px; bottom:-190px; }
.cta > * { position:relative; z-index:2; }
.cta .eyebrow { color:#bff0dc; }
.cta h2 { margin-bottom:14px; font-size:clamp(34px,4vw,50px); }
.cta p { margin:0; color:#ddd7ff; }
.cta-actions { display:grid; justify-items:center; gap:12px; flex:0 0 auto; }
.button-light { background:#fff; color:var(--violet-dark); box-shadow:0 13px 30px rgba(31,17,91,.23); }
.button-light:hover { background:#f5f2ff; color:var(--violet-dark); }
.cta-actions small { color:#d9d2ff; }

footer { padding:25px 0 45px; }
.footer-grid { display:flex; align-items:center; justify-content:space-between; gap:25px; padding-top:30px; border-top:1px solid var(--line); }
.footer-grid p { margin:0; color:var(--muted); font-size:13px; }
.footer-grid > div { display:flex; gap:23px; color:var(--muted); font-size:12px; }
.footer-grid a:hover { color:var(--violet); }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width:980px) {
    .nav-links { gap:15px; }
    .nav-links > a:not(.button) { display:none; }
    .hero { min-height:auto; }
    .hero-grid { min-height:auto; grid-template-columns:1fr; padding-top:125px; }
    .hero-copy { padding:55px 0 15px; text-align:center; }
    .hero-copy .eyebrow,.hero-actions,.hero-proof { justify-content:center; }
    .hero-lead,h1 { margin-left:auto; margin-right:auto; }
    .hero-visual {
        width:min(760px,100%); aspect-ratio:1.35;
        margin:0 auto 75px; border-radius:32px;
    }
    .trust-strip { margin-top:-18px; }
    .trust-grid { grid-template-columns:1fr 1fr; }
    .trust-grid span:nth-child(2) { border-right:0; }
    .trust-grid span:nth-child(-n+2) { border-bottom:1px solid var(--line); }
    .feature-grid { grid-template-columns:1fr 1fr; }
    .feature-primary { grid-column:1/-1; }
    .experience { gap:45px; }
}

@media (max-width:700px) {
    .shell { width:min(100% - 28px,1180px); }
    .site-header { position:absolute; }
    .nav { height:72px; }
    .menu-button { display:block; }
    .nav-links {
        position:absolute; top:66px; right:14px; left:14px; display:none;
        align-items:stretch; padding:16px; border:1px solid rgba(255,255,255,.15);
        border-radius:16px; background:#211a46; box-shadow:0 20px 45px rgba(0,0,0,.28);
    }
    .nav-links.open { display:grid; }
    .nav-links > a:not(.button) { display:block; padding:10px; }
    .nav-links .button { width:100%; }
    .hero-grid { padding-top:88px; }
    .hero-copy { padding-top:46px; }
    h1 { font-size:clamp(40px,12vw,58px); }
    .hero-lead { font-size:15px; }
    .hero-actions { align-items:stretch; flex-direction:column; }
    .hero-actions .button { width:100%; }
    .hero-visual {
        width:100%; aspect-ratio:4/3; margin:15px 0 70px;
        border-radius:24px;
    }
    .hero-visual img { object-position:63% center; }
    .floating-card { transform:scale(.82); }
    .live-card { left:8%; }
    .score-card { right:8%; }
    .trust-grid { grid-template-columns:1fr; padding:14px 20px; }
    .trust-grid span { justify-content:flex-start; border-right:0; border-bottom:1px solid var(--line); }
    .trust-grid span:nth-child(3) { border-bottom:1px solid var(--line); }
    .section { padding-top:90px; }
    .feature-grid,.steps,.experience { grid-template-columns:1fr; }
    .feature-primary { grid-column:auto; }
    .feature-card { min-height:330px; }
    .steps { gap:34px; }
    .steps li:not(:last-child)::after { top:52px; bottom:-28px; left:23px; width:auto; border-top:0; border-left:1px dashed #b8b1d1; }
    .experience { gap:65px; padding-top:110px; }
    .experience-image { width:100%; aspect-ratio:4/3; border-radius:24px; }
    .experience-image img { object-position:center center; }
    .experience-badge { right:10px; bottom:-28px; }
    .cta { align-items:flex-start; flex-direction:column; margin-top:55px; padding:44px 27px; }
    .cta-actions,.cta-actions .button { width:100%; }
    .footer-grid,.footer-grid > div { align-items:flex-start; flex-direction:column; }
}

@media (prefers-reduced-motion:reduce) {
    html { scroll-behavior:auto; }
    *,*::before,*::after { animation:none!important; transition:none!important; }
    .reveal { opacity:1; transform:none; }
}
