:root{
  --bg:#f7f9ff; --card:#fff; --ink:#10182b; --muted:#5c6680; --line:#e7ecfa;
  --blue:#246bff; --cyan:#16c7e8; --purple:#7334ff; --green:#24c77a; --pink:#ff4fa3;
  --shadow:0 24px 70px rgba(24,44,96,.16);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink)}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.section-pad{padding:88px 6vw}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:16px 6vw;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px}.brand-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#e6f7ff,#eee8ff);font-size:24px}.brand strong{display:block;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.brand small{display:block;color:var(--muted);font-weight:700;margin-top:1px}.nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:800;text-transform:uppercase}.nav-cta{padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;box-shadow:0 12px 28px rgba(36,107,255,.24)}.menu-toggle{display:none;border:0;background:#eef3ff;border-radius:12px;padding:10px;font-size:20px}
.hero{min-height:760px;display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center;overflow:hidden;background:radial-gradient(circle at 95% 20%,#c9f6ff 0,#f7f9ff 36%,#fff 70%)}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:900;letter-spacing:.09em;text-transform:uppercase;font-size:12px}.eyebrow:before{content:"";width:28px;height:3px;border-radius:9px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.eyebrow.light{color:#fff}.eyebrow.light:before{background:#fff}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.96;margin:18px 0;font-weight:950;letter-spacing:-.06em}.hero h1::first-line{color:#10182b}.hero-copy p{font-size:20px;line-height:1.65;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin:34px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border-radius:16px;font-weight:900;border:1px solid transparent}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;box-shadow:0 18px 34px rgba(36,107,255,.28)}.btn.ghost{background:#fff;border-color:#cbd8ff;color:var(--blue)}.btn.white{background:#fff;color:var(--blue);box-shadow:0 18px 34px rgba(0,0,0,.14)}.value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:640px}.value-strip span{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 12px;font-size:13px;font-weight:900;color:#273453;text-align:center}.hero-visual{position:relative;min-height:560px}.device{position:absolute;background:#111827;border:10px solid #111827;border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.device img{width:100%;height:100%;object-fit:cover}.laptop{right:0;top:0;width:76%;height:350px}.tablet{left:0;bottom:40px;width:58%;height:300px;transform:rotate(-4deg)}.phone{right:4%;bottom:0;width:44%;height:220px;border-width:8px;border-radius:26px;transform:rotate(5deg)}
.section-head{text-align:center;max-width:820px;margin:0 auto 44px}.section-head h2,.branding-copy h2,.cta h2{font-size:clamp(32px,4vw,54px);line-height:1.05;letter-spacing:-.04em;margin:14px 0}.section-head p,.branding-copy p,.cta p{color:var(--muted);font-size:18px;line-height:1.65}.compact{margin-bottom:28px}.cards{display:grid;gap:22px}.cards.four{grid-template-columns:repeat(4,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:0 14px 38px rgba(24,44,96,.08)}.card .icon{font-size:32px}.card h3{font-size:20px;margin:18px 0 8px}.card p{color:var(--muted);line-height:1.55;margin:0}.game-types{background:#fff}.game-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.game-grid article{background:linear-gradient(180deg,#fff,#f6f8ff);border:1px solid var(--line);border-radius:22px;padding:22px;min-height:160px;box-shadow:0 12px 28px rgba(24,44,96,.08)}.game-grid b{display:block;font-size:18px;margin-bottom:14px}.game-grid span{color:var(--muted);line-height:1.45;font-size:14px}.branding-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:center;background:linear-gradient(135deg,#f7fbff,#eefcff)}.check-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:14px}.check-list li{font-weight:800;color:#273453}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;background:var(--green);color:#fff;border-radius:50%;margin-right:10px;font-size:13px}.brand-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px}.brand-gallery img{height:230px;width:100%;object-fit:cover;border-radius:24px;box-shadow:var(--shadow);border:8px solid #fff}.brand-gallery img:first-child{grid-column:1/3;height:330px}.use-cases{background:#fff}.chips{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.chips span{padding:14px 18px;border-radius:999px;background:#f1f5ff;border:1px solid var(--line);font-weight:900;color:#273453}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.timeline div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 12px 28px rgba(24,44,96,.08)}.timeline b{font-size:19px}.timeline p{color:var(--muted);line-height:1.5}.cta{margin:30px 6vw 0;padding:50px;border-radius:34px;background:linear-gradient(135deg,var(--blue),var(--cyan) 55%,var(--green));color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta p{color:rgba(255,255,255,.9)}.footer{padding:34px 6vw;background:#10182b;color:#fff;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer span{color:#b6c0d6}
@media (max-width:1050px){.hero,.branding-section{grid-template-columns:1fr}.hero-visual{min-height:500px}.cards.four,.game-grid,.timeline{grid-template-columns:repeat(2,1fr)}.nav{position:absolute;top:75px;left:6vw;right:6vw;display:none;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.nav.open{display:flex}.menu-toggle{display:block}}
@media (max-width:640px){.section-pad{padding:64px 22px}.hero{padding-top:42px}.hero-visual{min-height:440px}.laptop{width:92%;height:250px}.tablet{width:72%;height:220px}.phone{width:62%;height:170px}.cards.four,.game-grid,.timeline{grid-template-columns:1fr}.value-strip{grid-template-columns:repeat(2,1fr)}.brand-gallery{grid-template-columns:1fr}.brand-gallery img,.brand-gallery img:first-child{grid-column:auto;height:220px}.cta{margin:20px 22px;padding:32px;display:block}.cta .btn{margin-top:20px}.footer{display:block}.footer span{display:block;margin-top:8px}}

/* Página de ejemplos */
.examples-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center;background:linear-gradient(135deg,#ffffff,#eef6ff 58%,#f2fff9)}
.examples-hero h1{font-size:clamp(42px,5.6vw,74px);line-height:.98;margin:18px 0;letter-spacing:-.06em;font-weight:950}.examples-hero p{font-size:19px;line-height:1.65;color:var(--muted);max-width:720px}.examples-stack{position:relative;min-height:480px}.examples-stack img{position:absolute;border-radius:28px;border:8px solid #fff;box-shadow:var(--shadow);object-fit:cover}.examples-stack img:nth-child(1){right:0;top:0;width:72%;height:270px}.examples-stack img:nth-child(2){left:0;bottom:40px;width:58%;height:260px;transform:rotate(-4deg)}.examples-stack img:nth-child(3){right:6%;bottom:0;width:48%;height:220px;transform:rotate(4deg)}
.examples-section{background:#fff}.example-filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:0 0 32px}.example-filters button{border:1px solid var(--line);background:#f6f8ff;color:#273453;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer}.example-filters button.active{background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;box-shadow:0 12px 28px rgba(36,107,255,.20)}.examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.example-card{display:grid;grid-template-columns:42% 58%;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 16px 42px rgba(24,44,96,.10)}.example-card img{width:100%;height:100%;min-height:330px;object-fit:cover}.example-card>div{padding:28px}.example-tag{display:inline-flex;color:var(--blue);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.example-card h3{font-size:25px;letter-spacing:-.03em;margin:10px 0}.example-card p,.example-card li{color:var(--muted);line-height:1.55}.example-card ul{padding-left:18px;margin:14px 0 22px}.example-link{display:inline-flex;padding:13px 18px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;font-weight:900}.demo-note{background:linear-gradient(135deg,#f7fbff,#eefcff)}.demo-note>div{max-width:980px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:30px;padding:36px;box-shadow:var(--shadow)}.demo-note code{background:#f1f5ff;padding:3px 6px;border-radius:7px;color:#273453;font-weight:800}
@media (max-width:1050px){.examples-hero{grid-template-columns:1fr}.examples-grid{grid-template-columns:1fr}.examples-stack{min-height:430px}}
@media (max-width:640px){.examples-stack{min-height:380px}.examples-stack img:nth-child(1){width:88%;height:210px}.examples-stack img:nth-child(2){width:68%;height:190px}.examples-stack img:nth-child(3){width:62%;height:160px}.example-card{grid-template-columns:1fr}.example-card img{min-height:210px}.examples-hero h1{font-size:42px}}
