*{box-sizing:border-box;padding:0;margin:0}:root{--deep-purple:#1a0b2e;--cosmic-purple:#2d1b4e;--mystic-pink:#e91e63;--ethereal-blue:#3f51b5;--starlight:#fff;--moon-silver:#e8eaf6;--cosmic-gold:#ffc107;--shadow-purple:rgba(26,11,46,.8)}body,html{max-width:100vw;overflow-x:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--deep-purple) 0,var(--cosmic-purple) 50%,#1a237e 100%);color:var(--starlight);scroll-behavior:smooth}a{color:inherit;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:10}.stars{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.star{position:absolute;background:#fff;border-radius:50%;animation:twinkle 3s infinite}.star:first-child{top:20%;left:20%;width:2px;height:2px;animation-delay:0s}.star:nth-child(2){top:30%;left:70%;width:1px;height:1px;animation-delay:1s}.star:nth-child(3){top:60%;left:30%;width:3px;height:3px;animation-delay:2s}.star:nth-child(4){top:80%;left:80%;width:2px;height:2px;animation-delay:.5s}.star:nth-child(5){top:10%;left:60%;width:1px;height:1px;animation-delay:1.5s}.star:nth-child(6){top:70%;left:10%;width:2px;height:2px;animation-delay:2.5s}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:4px;height:4px;background:linear-gradient(45deg,var(--mystic-pink),var(--ethereal-blue));border-radius:50%;animation:float 6s ease-in-out infinite}.particle:first-child{top:10%;left:10%;animation-delay:0s}.particle:nth-child(2){top:20%;left:80%;animation-delay:2s}.particle:nth-child(3){top:70%;left:20%;animation-delay:4s}.particle:nth-child(4){top:80%;left:90%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.7}50%{transform:translateY(-20px) rotate(180deg);opacity:1}}.header{position:fixed;top:0;left:0;right:0;background:rgba(26,11,46,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.1);z-index:1000;padding:1rem 0}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Georgia,Times,serif;font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--mystic-pink),var(--cosmic-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:100px}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center;width:100%}.hero-text{max-width:600px}.hero-title{font-family:Georgia,Times,serif;font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:2rem;background:linear-gradient(135deg,var(--starlight),var(--moon-silver));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px hsla(0,0%,100%,.3)}.hero-subtitle{font-size:1.4rem;line-height:1.7;color:var(--moon-silver);margin-bottom:3rem;font-weight:300}.cta-button{background:linear-gradient(135deg,var(--mystic-pink),var(--ethereal-blue));color:#fff;border:none;padding:.8cm 40px;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .4s ease;box-shadow:0 20px 40px rgba(233,30,99,.3);position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:1px}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 25px 50px rgba(233,30,99,.4)}.estrella-main,.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.estrella-main{width:500px;height:500px;background:linear-gradient(135deg,var(--mystic-pink),var(--ethereal-blue));border-radius:50%;box-shadow:0 0 100px rgba(233,30,99,.5),0 0 200px rgba(63,81,181,.3),inset 0 0 100px hsla(0,0%,100%,.1);animation:pulse 4s ease-in-out infinite;overflow:hidden}.estrella-main:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent,hsla(0,0%,100%,.1),transparent);animation:rotate 8s linear infinite}.estrella-image{object-fit:cover;box-shadow:0 0 50px hsla(0,0%,100%,.2),inset 0 0 50px hsla(0,0%,100%,.1)}.estrella-image,.estrella-placeholder{width:440px;height:440px;border-radius:50%;position:relative;z-index:1;border:3px solid hsla(0,0%,100%,.3)}.estrella-placeholder{background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));display:flex;align-items:center;justify-content:center;font-size:6rem;color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.floating-card{position:absolute;width:80px;height:120px;background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));border:1px solid hsla(0,0%,100%,.3);border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:floatCard 6s ease-in-out infinite;display:flex;align-items:center;justify-content:center;font-size:2rem;z-index:10;box-shadow:0 8px 32px rgba(0,0,0,.2)}.floating-card.left-bottom{bottom:15%;left:15%;animation-delay:0s}.floating-card.right-bottom{bottom:15%;right:15%;animation-delay:2s}@keyframes floatCard{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(5deg)}}.about-section{padding:8rem 0;background:linear-gradient(135deg,rgba(233,30,99,.15),rgba(63,81,181,.15))}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center}.carousel-section{flex-direction:column}.carousel-section,.text-content{display:flex;align-items:center}.about-title{font-family:Georgia,Times,serif;font-size:3rem;margin-bottom:2rem;background:linear-gradient(135deg,var(--mystic-pink),var(--cosmic-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:left;margin-top:0}.image-carousel{position:relative;width:500px;height:500px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(233,30,99,.3)}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.carousel-slide.active{opacity:1}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--mystic-pink),var(--ethereal-blue));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;text-align:center;font-size:1.1rem}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:var(--cosmic-gold);transform:scale(1.2)}.estrella-description{font-size:1.1rem;line-height:1.8;color:var(--moon-silver)}.estrella-description p{margin-bottom:1.5rem}.centered-block{text-align:center;max-width:800px;margin:4rem auto 0}.emphasis-text{margin-bottom:2rem;font-weight:600;color:#ff9800;font-size:1.3rem}.quote-estrella{font-style:italic;color:#ff9800;font-size:1.2rem;text-align:center;margin:2rem 0;padding:1.5rem;border-left:4px solid var(--mystic-pink);background:linear-gradient(135deg,rgba(233,30,99,.15),rgba(63,81,181,.15));border-radius:0 15px 15px 0}.final-cta{padding:6rem 0;text-align:center;background:rgba(0,0,0,.4)}.cta-title{font-family:Georgia,Times,serif;font-size:3rem;margin-bottom:2rem;background:linear-gradient(135deg,var(--starlight),var(--moon-silver));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:1cm!important}.cta-text{font-size:1.3rem;color:var(--moon-silver);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.footer{background:rgba(0,0,0,.8);padding:3rem 0;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}.footer-credit{font-size:1.1rem;margin-bottom:1rem;color:var(--moon-silver)}.footer-link{color:#e91e63;text-decoration:underline}.footer-terms{color:var(--moon-silver);text-decoration:underline;margin-bottom:1rem;display:inline-block}.footer-copyright{font-size:.9rem;color:hsla(0,0%,100%,.6)}.delivery-main,.error-content,.loading-content{min-height:100vh;position:relative}.error-content,.loading-content{text-align:center;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center}.error-title,.loading-title{font-family:Georgia,Times,serif;font-size:3rem;margin-bottom:2rem;background:linear-gradient(135deg,var(--mystic-pink),var(--cosmic-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.error-title{color:#ff6b6b;background:none;-webkit-text-fill-color:#ff6b6b}.error-text{color:var(--moon-silver);font-size:1.2rem;margin-bottom:2rem}.cosmic-loader{width:50px;height:50px;border:3px solid rgba(233,30,99,.3);border-top:3px solid var(--mystic-pink);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-hero{padding:120px 0 4rem;text-align:center}.success-title{font-family:Georgia,Times,serif;font-size:4rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,var(--starlight),var(--moon-silver));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.success-subtitle{font-size:1.4rem;color:var(--moon-silver);max-width:600px;margin:0 auto}.delivery-content{padding:4rem 0}.delivery-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center}.estrella-showcase{text-align:center}.estrella-delivery-circle{width:400px;height:400px;background:linear-gradient(135deg,var(--mystic-pink),var(--ethereal-blue));border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 0 80px rgba(233,30,99,.4),0 0 160px rgba(63,81,181,.2);animation:pulse 4s ease-in-out infinite;margin:1cm auto 0}.estrella-delivery-image{width:350px;height:350px;border-radius:50%;object-fit:cover;border:3px solid hsla(0,0%,100%,.3)}.estrella-delivery-placeholder{width:350px;height:350px;border-radius:50%;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));display:flex;align-items:center;justify-content:center;font-size:5rem;color:#fff}.access-info{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:3rem}.access-title{font-family:Georgia,Times,serif;font-size:2.5rem;color:#ff9800;text-align:center}.access-buttons,.access-title{margin-bottom:3rem}.access-button{width:100%;padding:.8cm 30px;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .4s ease;margin-bottom:1rem;border:none}.access-button.primary{background:linear-gradient(135deg,var(--mystic-pink),var(--ethereal-blue));color:#fff;box-shadow:0 15px 30px rgba(233,30,99,.3)}.access-button.primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(233,30,99,.4)}.access-button.secondary{background:transparent;color:#ff9800;border:2px solid #ff9800}.access-button.secondary:hover{background:#ff9800;color:var(--deep-purple)}.warning-box{background:rgba(233,30,99,.1);border:1px solid rgba(233,30,99,.3);border-radius:15px;padding:2rem}.warning-title{color:#ff9800;font-size:1.2rem;margin-bottom:1rem}.warning-text{color:var(--moon-silver);line-height:1.6;font-size:.95rem}.contact-section,.promotion-section{padding:4rem 0 9.9rem;background:rgba(0,0,0,.3)}.contact-card,.promotion-card{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:3rem;text-align:center;max-width:800px;margin:0 auto}.contact-title,.promotion-title{font-family:Georgia,Times,serif;font-size:2rem;color:#ff9800;margin-bottom:1.5rem}.contact-text,.promotion-text{line-height:1.6;margin-bottom:2rem}.contact-info,.contact-text,.promotion-text{color:var(--moon-silver);font-size:1.1rem}.contact-link{color:var(--mystic-pink);text-decoration:underline}.que-hace-estrella-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:start}.que-hace-estrella-section .comparison-grid{background:transparent}.que-hace-estrella-section .comparison-grid>div{background:transparent;border:none;padding:0}.estrella-final-message-box{margin-top:2.4rem}.que-hace-estrella-section{padding-bottom:7.5rem;margin-top:4cm!important}.video-section{padding:6rem 0;background:linear-gradient(135deg,rgba(233,30,99,.08),rgba(63,81,181,.08));position:relative}.video-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(233,30,99,.1) 0,transparent 70%);pointer-events:none}.video-content{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:10}.video-title{font-family:Georgia,Times,serif;font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--mystic-pink),var(--cosmic-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px hsla(0,0%,100%,.2)}.video-subtitle{font-size:1.3rem;line-height:1.6;color:var(--moon-silver);margin-bottom:3rem;font-weight:300;max-width:700px;margin-left:auto;margin-right:auto}.video-container{position:relative;width:100%;max-width:800px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px rgba(233,30,99,.3),0 0 100px rgba(63,81,181,.2),inset 0 0 0 1px hsla(0,0%,100%,.1);background:linear-gradient(135deg,rgba(233,30,99,.1),rgba(63,81,181,.1));padding:3px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.video-container:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,var(--mystic-pink),var(--ethereal-blue),var(--cosmic-gold));border-radius:22px;z-index:-1;animation:borderGlow 3s ease-in-out infinite alternate}@keyframes borderGlow{0%{opacity:.5}to{opacity:.8}}.estrella-video{width:100%;height:auto;aspect-ratio:16/9;border-radius:17px;background:var(--deep-purple);position:relative;z-index:1;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto}.estrella-video::-webkit-media-controls-panel{background:linear-gradient(135deg,rgba(26,11,46,.9),rgba(45,27,78,.9))}.estrella-video::-webkit-media-controls-pause-button,.estrella-video::-webkit-media-controls-play-button{background-color:var(--mystic-pink);border-radius:50%}.video-overlay{position:absolute;top:3px;left:3px;right:3px;bottom:3px;background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,0,0,.1));border-radius:17px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:2}.video-container:hover .video-overlay{opacity:1}.play-button{width:80px;height:80px;background:linear-gradient(135deg,var(--mystic-pink),var(--ethereal-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(233,30,99,.4),0 0 50px rgba(63,81,181,.3);animation:pulse 2s ease-in-out infinite;cursor:pointer;transition:transform .3s ease}.play-button:hover{transform:scale(1.1)}.play-icon{color:#fff;font-size:2rem;margin-left:4px;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width:1024px){.about-content,.delivery-grid,.hero-content{grid-template-columns:1fr;gap:4rem;text-align:center}.cta-title,.hero-title,.success-title{font-size:3.5rem}.estrella-delivery-circle,.estrella-main{width:400px;height:400px}.estrella-delivery-image,.estrella-delivery-placeholder,.estrella-image,.estrella-placeholder{width:350px;height:350px}.image-carousel{width:400px;height:400px}.about-title,.access-title{font-size:2.5rem}.container{padding:0 15px}.access-button,.cta-button{padding:15px 30px;font-size:1.1rem}.access-info,.contact-card,.promotion-card{padding:2rem}.video-section{padding:4rem 0}.video-title{font-size:2.3rem}.video-subtitle{font-size:1.2rem;margin-bottom:2.5rem}.video-container{max-width:90%}.play-button{width:70px;height:70px}.play-icon{font-size:1.8rem}}@media (max-width:768px){.cta-title,.hero-title,.success-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.estrella-delivery-circle,.estrella-main{width:300px;height:300px}.estrella-delivery-image,.estrella-delivery-placeholder,.estrella-image,.estrella-placeholder{width:260px;height:260px}.about-title,.access-title{font-size:2rem}.access-button,.cta-button{padding:12px 25px;font-size:1rem}.access-info,.contact-card,.promotion-card{padding:1.5rem}.floating-card{opacity:0!important;pointer-events:none!important;transform:scale(0)!important}.que-hace-estrella-section{padding-bottom:1rem!important}.final-cta{padding-top:1rem!important}.estrella-final-message-box{margin-top:1rem!important;margin-bottom:.5rem!important}.about-title,.access-title{font-size:2.5rem}.container{padding:0 15px}.image-carousel{width:350px;height:350px}.about-content,.delivery-grid{gap:3rem}.access-button,.cta-button{padding:15px 30px;font-size:1.1rem}.access-info,.contact-card,.promotion-card{padding:2rem}.video-section{padding:3rem 0}.video-title{font-size:2rem;margin-bottom:1rem}.video-subtitle{font-size:1.1rem;margin-bottom:2rem;padding:0 1rem}.video-container{max-width:95%;border-radius:15px}.video-container:before{border-radius:17px}.estrella-video,.video-overlay{border-radius:12px}.play-button{width:60px;height:60px}.play-icon{font-size:1.5rem;margin-left:3px}}@media (max-width:480px){.video-section{padding:2.5rem 0}.video-title{font-size:1.8rem}.video-subtitle{font-size:1rem;padding:0 1.5rem}.play-button{width:50px;height:50px}.play-icon{font-size:1.3rem;margin-left:2px}}.gpt-instructions-section{padding:4rem 0;background:rgba(0,0,0,.3)}.gpt-instructions-card{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:3rem;max-width:800px;margin:0 auto}.gpt-instructions-title{font-family:Georgia,Times,serif;font-size:1.8rem;color:#ff9800;margin-bottom:2rem;text-align:center;font-weight:600}.gpt-instructions-content{color:var(--moon-silver)}.gpt-instructions-text{font-size:1.05rem;line-height:1.6;margin-bottom:1.2rem}.gpt-instructions-steps{background:rgba(233,30,99,.08);border:1px solid rgba(233,30,99,.2);border-radius:15px;padding:1.5rem;margin:1.5rem 0}.gpt-instructions-backup{background:rgba(63,81,181,.08);border:1px solid rgba(63,81,181,.2);border-radius:15px;padding:1.5rem;margin:1.5rem 0}.gpt-instructions-subtitle{color:#ff9800;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.gpt-instructions-warning{background:rgba(255,193,7,.08);border:1px solid rgba(255,193,7,.3);border-radius:15px;padding:1.5rem;margin:1.5rem 0}.gpt-instructions-warning .gpt-instructions-text{color:#ffecb3}@media (max-width:768px){.gpt-instructions-section{padding:3rem 0}.gpt-instructions-card{padding:2rem;margin:0 1rem}.gpt-instructions-title{font-size:1.5rem;margin-bottom:1.5rem}.gpt-instructions-text{font-size:1rem;margin-bottom:1rem}.gpt-instructions-backup,.gpt-instructions-steps,.gpt-instructions-warning{padding:1.2rem;margin:1.2rem 0}.gpt-instructions-subtitle{font-size:1.1rem}}@media (max-width:480px){.gpt-instructions-card{padding:1.5rem;border-radius:15px}.gpt-instructions-title{font-size:1.3rem;line-height:1.3}.gpt-instructions-text{font-size:.95rem;line-height:1.5}.gpt-instructions-backup,.gpt-instructions-steps,.gpt-instructions-warning{padding:1rem;border-radius:12px}}@media (max-width:1200px){.container{padding:0 15px}.hero-content{gap:4rem}.hero-title{font-size:3.8rem}.hero-subtitle{font-size:1.3rem}.estrella-main{width:450px;height:450px}.estrella-image{width:390px;height:390px}.floating-card{width:70px;height:100px;font-size:1.8rem}.about-content{gap:4rem}.about-title{font-size:2.8rem}.image-carousel{width:450px;height:450px}.estrella-description{font-size:1rem}.cta-title{font-size:2.8rem}.cta-text{font-size:1.2rem}.delivery-grid{gap:4rem}.estrella-delivery-circle{width:350px;height:350px}.estrella-delivery-image,.estrella-delivery-placeholder{width:300px;height:300px}.access-info{padding:2.5rem}.access-title{font-size:2.2rem}.access-button{padding:16px 25px;font-size:1.1rem}.warning-box{padding:1.8rem}.warning-title{font-size:1.1rem}.warning-text{font-size:.9rem}.contact-card,.promotion-card{padding:2.5rem}.contact-title,.promotion-title{font-size:1.8rem}.contact-info,.contact-text,.promotion-text{font-size:1rem}.que-hace-estrella-grid{gap:4rem}}@media (max-width:992px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text{max-width:100%}.hero-image{margin-top:3rem}.estrella-main{width:400px;height:400px}.estrella-image,.estrella-placeholder{width:340px;height:340px}.floating-card{width:60px;height:90px;font-size:1.5rem}.floating-card.left-bottom{bottom:10%;left:10%}.floating-card.right-bottom{bottom:10%;right:10%}.about-content{grid-template-columns:1fr;text-align:center}.image-carousel{margin-top:3rem;width:400px;height:400px}.delivery-grid{grid-template-columns:1fr}.estrella-showcase{order:1}.access-info{order:2}.estrella-delivery-circle{width:300px;height:300px}.estrella-delivery-image,.estrella-delivery-placeholder{width:250px;height:250px}.que-hace-estrella-grid{grid-template-columns:1fr}.que-hace-estrella-grid>div{text-align:center}.que-hace-estrella-grid img{margin:0 auto 2rem}.estrella-final-message-box{margin-top:1.5rem}.que-hace-estrella-section{padding-bottom:4rem;margin-top:2cm!important}}@media (max-width:768px){.header{padding:.8rem 0}.logo{font-size:1.8rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.cta-button{padding:15px 30px;font-size:1.1rem}.estrella-main{width:350px;height:350px}.estrella-image,.estrella-placeholder{width:290px;height:290px}.about-title{font-size:2.5rem}.image-carousel{width:350px;height:350px}.cta-title{font-size:2.5rem}.cta-text{font-size:1.1rem}.success-title{font-size:3rem}.success-subtitle{font-size:1.2rem}.estrella-delivery-circle{width:280px;height:280px}.estrella-delivery-image,.estrella-delivery-placeholder{width:230px;height:230px}.access-info{padding:2rem}.access-title{font-size:2rem}.access-button{padding:14px 20px;font-size:1rem}.warning-box{padding:1.5rem}.warning-title{font-size:1rem}.warning-text{font-size:.85rem}.contact-card,.promotion-card{padding:2rem}.contact-title,.promotion-title{font-size:1.6rem}.contact-info,.contact-text,.promotion-text{font-size:.95rem}.footer{padding:2rem 0}.footer-credit,.footer-terms{font-size:1rem}.footer-copyright{font-size:.8rem}}@media (max-width:480px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.estrella-main{width:300px;height:300px}.estrella-image,.estrella-placeholder{width:240px;height:240px}.floating-card{width:50px;height:80px;font-size:1.2rem}.about-title{font-size:2rem}.image-carousel{width:300px;height:300px}.cta-title{font-size:2rem}.cta-text{font-size:1rem}.success-title{font-size:2.5rem}.success-subtitle{font-size:1rem}.estrella-delivery-circle{width:250px;height:250px}.estrella-delivery-image,.estrella-delivery-placeholder{width:200px;height:200px}.access-info{padding:1.5rem}.access-title{font-size:1.8rem}.access-button{padding:12px 15px;font-size:.9rem}.warning-box{padding:1.2rem}.warning-title{font-size:.9rem}.warning-text{font-size:.8rem}.contact-card,.promotion-card{padding:1.5rem}.contact-title,.promotion-title{font-size:1.4rem}.contact-info,.contact-text,.promotion-text{font-size:.9rem}.footer{padding:1.5rem 0}.footer-credit,.footer-terms{font-size:.9rem}.footer-copyright{font-size:.75rem}}@media screen and (max-width:768px){body,html{overflow-x:hidden!important}.delivery-grid{grid-template-columns:1fr!important;gap:1rem!important}.delivery-content{padding:2rem 0!important}.success-hero{padding:120px 0 1rem!important}.estrella-delivery-circle{width:300px!important;height:300px!important}.estrella-delivery-image,section img[src="/estrella2.png"]{width:250px!important;height:250px!important}.estrella-showcase img[src="/abanico-cartas.png"]{width:150px!important;height:150px!important}.access-info,.mobile-responsive-block{margin-top:1rem!important;padding:1rem!important;max-width:calc(100vw - 20px)!important;width:calc(100vw - 20px)!important;box-sizing:border-box!important;background:hsla(0,0%,100%,.05)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:20px!important;overflow:hidden!important}.container{padding:0 10px!important;max-width:100vw!important;overflow-x:hidden!important}.access-info>div,.mobile-responsive-block>div{margin-bottom:1rem!important;padding:1rem!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important;overflow:hidden!important;word-wrap:break-word!important}.access-info h4,.mobile-responsive-block h4{font-size:1.1rem!important;word-wrap:break-word!important}.access-info p,.mobile-responsive-block p{font-size:.9rem!important;line-height:1.4!important;word-wrap:break-word!important}.access-title{font-size:1.8rem!important;text-align:center!important;word-wrap:break-word!important}.payment-section-mobile{margin-top:1rem!important}.estrella2-section-mobile{padding:2rem 0 1rem!important}.success-title{font-size:2.5rem!important}.success-subtitle{font-size:1.2rem!important;margin-bottom:1rem!important}.cta-button{padding:15px 25px!important;font-size:1rem!important;max-width:90%!important;word-wrap:break-word!important}.logo{font-size:1.5rem!important}.header{padding:.8rem 0!important}.estrella-final-message-box{margin-top:1rem!important}.que-hace-estrella-section{padding-bottom:2rem!important;margin-top:1rem!important}.about-content{grid-template-columns:1fr!important;gap:2rem!important}.image-carousel{width:300px!important;height:300px!important}.about-title{font-size:2.2rem!important;text-align:center!important}.estrella-description{font-size:1rem!important}.hero-content{grid-template-columns:1fr!important;gap:2rem!important;text-align:center!important}.hero-title{font-size:3rem!important}.hero-subtitle{font-size:1.2rem!important}.hero-image{order:-1!important}.estrella-main{width:300px!important;height:300px!important}.estrella-image,.estrella-placeholder{width:250px!important;height:250px!important}.estrella-placeholder{font-size:4rem!important}.floating-card{width:60px!important;height:90px!important;font-size:1.5rem!important}.floating-card.left-bottom{bottom:10%!important;left:10%!important}.floating-card.right-bottom{bottom:10%!important;right:10%!important}.cta-title{font-size:2.2rem!important}.cta-text{font-size:1.1rem!important}.footer-copyright,.footer-credit,.footer-terms{font-size:.9rem!important}*{max-width:100vw!important;box-sizing:border-box!important}div[style*="max-width: 600px"],div[style*="maxWidth: '600px'"]{max-width:calc(100vw - 20px)!important;padding:0 1rem!important;box-sizing:border-box!important}}