:root{--color-destacado:#7edbdb;--color-primario:#b94cff;--color-secundario:#ff4fa3}.container{max-width:1200px;margin:0 auto}.hero-home{position:relative;width:100%;min-height:85vh;display:flex;align-items:center;padding:0 8%;overflow:hidden}.hero-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75) 15%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.4) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:900px;color:#fff}.hero-texto{font-size:3.6rem;font-weight:600;line-height:1.3;margin-bottom:30px;letter-spacing:1px;text-transform:uppercase;text-shadow:0 12px 35px rgba(0,0,0,.9)}.hero-texto .destacado{color:var(--color-destacado);font-weight:750}.hero-texto .no-wrap{white-space:nowrap}.hero-boton{display:inline-block;padding:16px 50px;border-radius:40px;background:linear-gradient(135deg,var(--color-primario),var(--color-secundario));color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}.hero-boton:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,79,163,.4)}.home-intro{position:relative;margin-top:-80px;height:180px;background:linear-gradient(to bottom,rgba(0,0,0,0),#07090f 45%,#0a0d16 100%);pointer-events:none;z-index:5}.resumen-home{max-width:1200px;margin:80px auto;padding:0 20px;position:relative}.resumen-home:before{content:"";position:absolute;left:50%;top:-80px;width:2px;height:80px;background:linear-gradient(to bottom,transparent,#8a4fff,transparent);box-shadow:0 0 15px rgba(138,79,255,.4);transform:translateX(-50%)}.resumen-card{display:flex;align-items:center;gap:50px;background:#08080c;border-radius:12px;padding:50px;text-decoration:none;transition:all .5s cubic-bezier(.2,1,.3,1);border:1px solid rgba(160,224,240,.05);position:relative;overflow:hidden;margin-bottom:20px}.resumen-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(138,79,255,.1),transparent 70%);opacity:0;transition:opacity .5s ease}.resumen-card:hover{transform:translateY(-8px);border-color:rgba(138,79,255,.4);box-shadow:0 40px 80px rgba(0,0,0,.6)}.resumen-card:hover:before{opacity:1}.resumen-texto{flex:1.2;z-index:2}.resumen-texto h2{font-family:'Bebas Neue',sans-serif;font-size:42px;line-height:1;margin-bottom:15px;color:#fff;letter-spacing:1.5px;text-transform:uppercase}.resumen-texto h2:after{content:".";color:#8a4fff}.resumen-texto p{font-size:16px;line-height:1.6;color:rgba(255,255,255,.6);margin-bottom:30px;font-weight:300}.resumen-cta{display:inline-flex;align-items:center;font-size:14px;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:14px 35px;background:#8a4fff;border-radius:4px;transition:all .3s ease;clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}.resumen-card:hover .resumen-cta{background:#fff;color:#08080c;transform:scale(1.05) rotate(-2deg)}.resumen-imagen{flex:1;height:260px;border-radius:8px;overflow:hidden;position:relative;filter:grayscale(40%);transition:all .5s ease;box-shadow:0 15px 35px rgba(0,0,0,.5)}.resumen-imagen img{width:100%;height:auto;aspect-ratio:400/267;object-fit:cover;transition:transform .8s ease;display:block}.resumen-card:hover .resumen-imagen{filter:grayscale(0%);box-shadow:0 0 30px rgba(138,79,255,.3)}.resumen-card:hover .resumen-imagen img{transform:scale(1.15)}@media (max-width:480px){.resumen-card{flex-direction:column;padding:30px 20px;gap:30px;text-align:center}.resumen-texto h2{font-size:32px}.resumen-imagen{width:100%;height:200px}.resumen-cta{clip-path:none;border-radius:50px}}.home-comunidad{padding:120px 20px 160px;background-color:#020202}.comunidad-contenido{max-width:1200px;margin:0 auto}.comunidad-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:25px}.comunidad-item{border-radius:4px;overflow:hidden;position:relative}.comunidad-item.grande{grid-row:span 2}.comunidad-item.horizontal{grid-column:span 2}.comunidad-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.comunidad-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.45),transparent 65%)}.comunidad-item:hover img{transform:scale(1.08)}@media (max-width:1024px){.hero-texto{font-size:2rem}}@media (max-width:900px){.comunidad-grid{grid-template-columns:1fr;grid-auto-rows:220px}.comunidad-item.grande,.comunidad-item.horizontal{grid-row:auto;grid-column:auto}}@media (max-width:768px){.hero-home{justify-content:center;text-align:center;padding:0 6%}.hero-content{max-width:100%}.hero-texto{font-size:1.8rem}.resumen-card{flex-direction:column;padding:35px;gap:30px}.resumen-texto h2{font-size:28px}.resumen-imagen{height:220px}}@media (max-width:480px){.hero-texto{font-size:1.5rem}.hero-boton{padding:12px 28px;font-size:.95rem}}@media (max-width:1024px){.resumen-home{margin:60px auto;padding:0 24px}.resumen-home:before{top:-60px;height:60px}.resumen-card{flex-direction:column-reverse;gap:32px;padding:40px 30px}.resumen-texto,.resumen-imagen{flex:none;width:100%}.resumen-texto{text-align:left}.resumen-texto h2{font-size:36px;margin-bottom:12px}.resumen-texto p{font-size:15px;margin-bottom:24px}.resumen-imagen{height:auto;aspect-ratio:16/9;max-height:220px}.resumen-imagen img{width:100%;height:100%;object-fit:cover}}@media (min-width:1025px) and (max-width:1440px){.hero-home{min-height:72vh;padding:0 7%}.hero-content{max-width:760px}.hero-texto{font-size:2.7rem;margin-bottom:22px;line-height:1.25}.hero-boton{padding:13px 38px;font-size:.95rem}.home-intro{margin-top:-60px;height:140px}.resumen-home{margin:60px auto}.resumen-home:before{top:-60px;height:60px}.resumen-card{padding:36px;gap:36px}.resumen-texto h2{font-size:34px;margin-bottom:12px}.resumen-texto p{font-size:15px;margin-bottom:22px}.resumen-cta{font-size:13px;padding:12px 28px;letter-spacing:1.5px}.resumen-imagen{height:210px}.home-comunidad{padding:90px 20px 120px}.comunidad-grid{grid-auto-rows:220px;gap:20px}.comunidad-item{border-radius:18px}}