:root{
  --primary:#0b5ea8;
  --primary-dark:#084b86;
  --secondary:#f28c28;
  --navy:#0b2340;
  --text:#203246;
  --muted:#647487;
  --light:#f4f8fc;
  --border:#dfe8f1;
  --white:#fff;
  --shadow:0 20px 60px rgba(15,63,109,.14);
  --shadow-soft:0 12px 34px rgba(15,63,109,.10);
  --radius:24px;
  --transition:.25s ease;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Segoe UI",Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1240px,calc(100% - 64px));margin:auto}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,232,241,.9)}
.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{height:86px;width:auto}
.desktop-nav{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:800;color:var(--navy)}
.desktop-nav a{position:relative;padding:10px 0}
.desktop-nav a::after{content:"";position:absolute;left:0;bottom:2px;width:0;height:3px;border-radius:99px;background:var(--secondary);transition:var(--transition)}
.desktop-nav a:hover::after{width:100%}
.header-cta{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border-radius:13px;background:var(--primary);color:#fff;font-weight:900;transition:var(--transition)}
.header-cta:hover{transform:translateY(-2px);background:var(--primary-dark)}

.hero{position:relative;overflow:hidden;padding:86px 0 76px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.hero-orb{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}
.orb-one{width:420px;height:420px;background:radial-gradient(circle,rgba(32,151,246,.17),rgba(32,151,246,0));right:-80px;top:40px}
.orb-two{width:330px;height:330px;background:radial-gradient(circle,rgba(242,140,40,.14),rgba(242,140,40,0));left:-130px;bottom:-140px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);align-items:center;gap:56px;position:relative}
.hero-copy{max-width:650px}
.eyebrow{font-size:14px;line-height:1;text-transform:uppercase;letter-spacing:2.2px;font-weight:900;color:var(--primary);margin-bottom:22px}
.hero h1{font-size:clamp(46px,5.3vw,72px);line-height:1.03;letter-spacing:-2.4px;color:var(--navy);margin-bottom:26px}
.hero-lead{max-width:610px;font-size:21px;color:var(--muted);line-height:1.65;margin-bottom:28px}
.sport-chips{display:flex;flex-wrap:wrap;gap:11px;margin-bottom:34px}
.sport-chips span{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border:1px solid var(--border);background:#fff;border-radius:999px;color:var(--primary);font-weight:800;font-size:14px;box-shadow:0 6px 20px rgba(15,63,109,.05)}
.store-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.store-badge-link{display:inline-flex;align-items:center;transition:var(--transition);border-radius:10px}
.store-badge-link:hover{transform:translateY(-3px)}
.store-badge{display:block;width:auto;height:54px;object-fit:contain}
.availability{margin-top:16px;color:var(--muted);font-size:14px}

.hero-visual{position:relative;min-height:580px;display:grid;place-items:center}
.phone-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:linear-gradient(145deg,rgba(11,94,168,.18),rgba(242,140,40,.18));filter:blur(4px)}
.phone{position:relative;width:285px;height:570px;background:#10151b;border:8px solid #10151b;border-radius:48px;padding:8px;box-shadow:0 36px 72px rgba(8,35,64,.28);transform:rotate(4deg);z-index:2}
.phone-camera{position:absolute;width:92px;height:24px;border-radius:0 0 14px 14px;background:#10151b;top:0;left:50%;transform:translateX(-50%);z-index:4}
.phone-screen{width:100%;height:100%;overflow:hidden;border-radius:35px;background:#fff}
.phone-screen img{width:100%;height:100%;object-fit:cover;object-position:top;transition:opacity .35s ease}
.floating-card{display:none;position:absolute;display:flex;align-items:center;gap:12px;min-width:190px;padding:13px 16px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);border-radius:18px;box-shadow:0 18px 44px rgba(8,35,64,.16);backdrop-filter:blur(12px);z-index:3}
.floating-card>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eef6ff;font-weight:900;color:var(--primary)}
.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:14px}.floating-card small{font-size:12px;color:var(--muted)}
.card-ranking{right:0;top:115px}.card-picks{left:2px;bottom:105px}

.benefits{position:relative;padding:0 0 74px;background:#f8fbff}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.benefits article{display:flex;align-items:flex-start;gap:13px;min-height:142px;padding:22px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 28px rgba(15,63,109,.06)}
.benefits article>span{font-size:25px;line-height:1.2}.benefits strong,.benefits small{display:block}.benefits strong{font-size:15px;color:var(--navy);margin-bottom:5px}.benefits small{font-size:12px;line-height:1.5;color:var(--muted)}

.offer-section,.how-section{padding:96px 0}
.section-heading{max-width:720px;margin-bottom:42px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2,.download-panel h2{font-size:clamp(34px,4vw,50px);line-height:1.12;letter-spacing:-1.5px;color:var(--navy);margin-bottom:16px}.section-heading p:not(.eyebrow){font-size:18px;color:var(--muted)}
.offer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:start}
.offer-card{height:100%;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-soft)}
.offer-card-header{display:flex;align-items:center;gap:13px;padding:24px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#f7fbff,#fff)}
.offer-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#edf6ff;font-size:25px}
.offer-card h3{font-size:24px;line-height:1.2;color:var(--navy)}
.offer-competitions{padding:5px 24px 24px}
.competition-group{padding:19px 0;border-bottom:1px solid var(--border)}
.competition-group:last-child{border-bottom:0;padding-bottom:0}
.competition-group h4{font-size:16px;line-height:1.35;color:var(--navy);margin-bottom:10px}
.mode-list{display:flex;flex-wrap:wrap;gap:7px;list-style:none}
.mode-list li{padding:6px 10px;border-radius:999px;background:var(--light);border:1px solid #e7eef6;color:var(--primary-dark);font-size:12px;font-weight:800}
.offer-empty,.noscript-note{grid-column:1/-1;text-align:center;color:var(--muted)}

.how-section{background:var(--light)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:980px;margin:auto}
.steps-grid article{background:#fff;border:1px solid var(--border);border-radius:22px;padding:30px;box-shadow:0 12px 30px rgba(15,63,109,.06)}
.step-number{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:var(--primary);color:#fff;font-size:20px;font-weight:900;margin-bottom:22px}
.steps-grid h3{font-size:21px;color:var(--navy);margin-bottom:8px}.steps-grid p{color:var(--muted)}

.download-section{padding:96px 0}
.download-panel{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:52px 58px;border-radius:28px;background:linear-gradient(135deg,var(--primary),#0a75ca);box-shadow:0 24px 64px rgba(11,94,168,.25)}
.download-panel h2{color:#fff;margin:0;max-width:640px}.eyebrow-light{color:#cfeaff}.store-actions.compact{justify-content:flex-end;flex:0 0 auto}

.site-footer{background:var(--navy);color:#fff;padding:62px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr .65fr .85fr;gap:50px;align-items:start}
.brand-plate{display:inline-flex;align-items:center;justify-content:center;min-width:250px;padding:12px 18px;background:#fff;border-radius:16px}
.brand-plate img{height:70px;width:auto}
.footer-brand p{max-width:360px;margin-top:15px;color:#b9c8d7}
.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#dce6ef}
.prodik-credit{display:flex;flex-direction:column;align-items:flex-start;gap:10px;color:#dce6ef}
.prodik-credit>span{font-size:13px}
.prodik-plate{display:flex;align-items:center;justify-content:center;width:230px;height:82px;padding:11px 14px;background:#fff;border-radius:14px;overflow:hidden}
.prodik-plate img{width:100%;height:100%;object-fit:contain}
.prodik-credit small{color:#9fb2c5}
.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:22px;color:#94a9bd;font-size:13px}

@media (max-width:1100px){
  .desktop-nav{display:none}.hero-grid{grid-template-columns:1fr 420px;gap:30px}.hero h1{font-size:54px}.benefits-grid{grid-template-columns:repeat(2,1fr)}.offer-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.prodik-credit{grid-column:1/-1}
}

@media (max-width:780px){
  .container{width:min(100% - 36px,1240px)}.header-inner{height:82px}.brand img{height:72px}.header-cta{padding:0 16px;font-size:14px}.hero{padding:56px 0 60px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center;margin:auto}.sport-chips,.store-actions{justify-content:center}.hero h1{font-size:clamp(40px,12vw,58px)}.hero-lead{font-size:18px}.hero-visual{min-height:540px}.phone{width:250px;height:500px}.card-ranking{right:6px}.card-picks{left:6px}.benefits-grid,.offer-grid,.steps-grid{grid-template-columns:1fr}.benefits{padding-bottom:56px}.offer-section,.how-section{padding:72px 0}.download-panel{flex-direction:column;align-items:flex-start;padding:40px 28px}.store-actions.compact{justify-content:flex-start}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:6px}
}

@media (max-width:520px){
  .header-cta{display:none}.brand img{height:70px}.hero-visual{min-height:490px}.phone{width:225px;height:450px}.floating-card{display:none;min-width:158px;padding:10px 12px}.card-ranking{top:88px;right:-5px}.card-picks{left:-5px;bottom:72px}.benefits article{min-height:auto;padding:17px}.store-badge{height:48px}.brand-plate{min-width:0;width:100%;max-width:290px}.brand-plate img{height:64px}.prodik-plate{width:220px}
}

/* ===========================
   PÁGINA: CÓMO JUGAR
=========================== */
.guide-hero{padding:82px 0;background:linear-gradient(180deg,#fff 0%,#f5f9fd 100%);border-bottom:1px solid var(--border)}
.guide-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);align-items:center;gap:64px}
.guide-hero h1{max-width:720px;font-size:clamp(48px,6vw,76px);line-height:1.03;letter-spacing:-2.7px;color:var(--navy);margin-bottom:22px}
.guide-hero p:not(.eyebrow){max-width:720px;font-size:20px;color:var(--muted)}
.guide-hero-card{padding:28px;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-soft)}
.guide-hero-card ol{display:grid;gap:18px;list-style:none}
.guide-hero-card li{display:flex;align-items:center;gap:15px}
.guide-hero-card li>span{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:var(--primary);color:#fff;font-weight:900}
.guide-hero-card strong,.guide-hero-card small{display:block}.guide-hero-card strong{color:var(--navy);font-size:15px}.guide-hero-card small{color:var(--muted);font-size:13px}
.guide-section{padding:82px 0 100px}
.guide-nav{position:sticky;top:112px;z-index:8;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;width:max-content;max-width:100%;margin:0 auto 44px;padding:10px;background:rgba(255,255,255,.94);border:1px solid var(--border);border-radius:999px;box-shadow:var(--shadow-soft);backdrop-filter:blur(14px)}
.guide-nav a{padding:9px 15px;border-radius:999px;color:var(--primary-dark);font-weight:800;font-size:14px;transition:var(--transition)}
.guide-nav a:hover{background:var(--light)}
.guide-sport{scroll-margin-top:150px;padding:38px;margin-bottom:34px;background:#fff;border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow-soft)}
.guide-sport-header{display:flex;align-items:center;gap:18px;margin-bottom:26px}
.guide-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:18px;background:#edf6ff;font-size:30px}
.guide-sport-header .eyebrow{margin-bottom:3px}
.guide-sport-header h2{font-size:clamp(28px,3vw,40px);line-height:1.12;letter-spacing:-1px;color:var(--navy)}
.guide-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.guide-cards section{padding:22px;border:1px solid var(--border);border-radius:18px;background:var(--light)}
.guide-cards h3{font-size:18px;color:var(--navy);margin-bottom:8px}
.guide-cards p{color:var(--muted);font-size:14px}
.rule-details{margin-top:22px;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff}
.rule-details summary{cursor:pointer;list-style:none;padding:17px 20px;color:var(--primary-dark);font-weight:900;position:relative}
.rule-details summary::-webkit-details-marker{display:none}
.rule-details summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:22px;color:var(--secondary)}
.rule-details[open] summary::after{content:"−"}
.rule-details div{padding:0 22px 20px;color:var(--muted)}
.rule-details ul{padding-left:20px}.rule-details li+li{margin-top:8px}

@media (max-width:980px){
  .guide-hero-grid{grid-template-columns:1fr}.guide-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-hero-card{max-width:720px}
}
@media (max-width:700px){
  .guide-hero{padding:56px 0}.guide-hero h1{font-size:clamp(42px,13vw,62px)}.guide-hero p:not(.eyebrow){font-size:18px}.guide-section{padding:56px 0 72px}.guide-nav{top:92px;width:100%;border-radius:20px}.guide-sport{padding:24px 20px}.guide-sport-header{align-items:flex-start}.guide-cards{grid-template-columns:1fr}.guide-icon{flex-basis:50px;width:50px;height:50px;font-size:25px}
}


/* ===========================
   V0.5: PÁGINAS Y FUNCIONALIDAD
=========================== */
.instagram-notice{background:#fff3e7;border-bottom:1px solid #f4c48f;color:#71400e}
.instagram-notice[hidden]{display:none}
.instagram-notice .container{display:flex;gap:12px;justify-content:center;align-items:center;padding:10px 0;font-size:14px}
.footer-grid{grid-template-columns:1.1fr .6fr .75fr .85fr}
.footer-contact{display:flex;flex-direction:column;gap:10px;color:#dce6ef}
.footer-contact strong{color:#fff;margin-bottom:3px}
.simple-hero{padding:76px 0 64px;background:linear-gradient(180deg,#fff 0%,#f5f9fd 100%);border-bottom:1px solid var(--border)}
.simple-hero h1{max-width:820px;font-size:clamp(46px,6vw,72px);line-height:1.04;letter-spacing:-2.4px;color:var(--navy);margin-bottom:18px}
.simple-hero p:not(.eyebrow){max-width:760px;font-size:19px;color:var(--muted)}
.faq-section,.legal-section{padding:76px 0 96px}
.faq-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;align-items:start}
.faq-list{display:grid;gap:14px}
.faq-item{border:1px solid var(--border);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(15,63,109,.05)}
.faq-item summary{cursor:pointer;list-style:none;padding:20px 58px 20px 22px;font-weight:900;color:var(--navy);position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--secondary)}
.faq-item[open] summary::after{content:'−'}
.faq-item div{padding:0 22px 20px;color:var(--muted)}
.help-card{position:sticky;top:120px;padding:26px;border-radius:22px;background:var(--light);border:1px solid var(--border)}
.help-card h2{color:var(--navy);margin-bottom:8px}.help-card p{color:var(--muted);margin-bottom:20px}.help-card .header-cta{width:100%}
.legal-document{max-width:920px}
.legal-document h2{font-size:24px;line-height:1.25;color:var(--navy);margin:36px 0 12px}
.legal-document p{margin:0 0 16px;color:#45586b}
.legal-document a{color:var(--primary);text-decoration:underline}
@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr}.prodik-credit{grid-column:auto}}
@media(max-width:820px){.faq-layout{grid-template-columns:1fr}.help-card{position:static}.footer-grid{grid-template-columns:1fr}.instagram-notice .container{flex-direction:column;gap:2px;text-align:center}}


/* ===========================
   V1.0: CONVERSIÓN Y PUBLICACIÓN
=========================== */
.hero-primary-action{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px}
.primary-download{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 32px;border-radius:15px;background:var(--primary);color:#fff;font-size:17px;font-weight:900;box-shadow:0 14px 34px rgba(11,94,168,.24);transition:var(--transition)}
.primary-download:hover{background:var(--primary-dark);transform:translateY(-2px)}
.hero-primary-action small{color:var(--muted);font-size:13px}
.offer-description{padding:18px 24px 0;color:var(--muted);font-size:14px;line-height:1.55}
.download-options{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex:0 0 auto}
.download-qr{display:flex;flex-direction:column;align-items:center;gap:7px;color:#fff;font-size:12px;text-align:center;max-width:112px}
.download-qr img{width:92px;height:92px;padding:7px;border-radius:12px;background:#fff}
.mobile-download-bar{display:none}

@media(max-width:780px){
  .hero-primary-action{align-items:center}
  .download-options{width:100%;justify-content:flex-start}
  .download-qr{display:none}
  body{padding-bottom:68px}
  .mobile-download-bar{display:flex;position:fixed;left:14px;right:14px;bottom:12px;z-index:90;align-items:center;justify-content:center;height:52px;border-radius:15px;background:var(--primary);color:#fff;font-weight:900;box-shadow:0 16px 36px rgba(11,35,64,.28)}
}

.store-badges img,.store-buttons img,.app-stores img{height:56px!important;width:auto!important;vertical-align:middle;}

.floating-card,.hero-card{display:none!important}.store-badges img,.store-buttons img,.app-stores img{height:56px!important;width:auto!important}

.floating-card,.hero-card,.hero-floating,.card-floating{display:none!important}.store-badges img,.store-buttons img,.app-stores img{height:56px!important;width:auto!important}
