@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap";.app{min-height:100vh;background:var(--white)}.hero-section{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background-image:linear-gradient(#00000080,#00000080),url(/copia_de_24b305b0-de44-4f06-9ac4-f2dc02f10521.jpg);background-size:cover;background-position:center;background-attachment:fixed}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.3) 100%)}.hero-content{position:relative;z-index:1;max-width:600px;width:100%;text-align:center}.logo-container{margin-bottom:2rem;display:flex;justify-content:center}.hero-logo{max-width:180px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.hero-title{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:1rem;line-height:1.2;text-shadow:0 4px 12px rgba(0,0,0,.4)}.hero-subtitle{font-size:1.25rem;font-weight:400;color:var(--white);margin-bottom:2.5rem;line-height:1.5;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-form{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px #0000004d}.form-group{margin-bottom:1.25rem}.form-input{width:100%;padding:1rem 1.25rem;font-size:1rem;font-family:Poppins,sans-serif;border:2px solid #E0E0E0;border-radius:12px;transition:all .3s ease;background:var(--white);color:var(--dark)}.form-input:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 4px #00d4ff1a;transform:translateY(-2px)}.form-input::placeholder{color:#999}.form-input:disabled{background:#f5f5f5;cursor:not-allowed}.form-error{background:#ffe5e5;color:#d32f2f;padding:.75rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem;font-weight:600}.form-button{width:100%;padding:1.25rem;font-size:1.125rem;font-weight:700;color:var(--white);background:linear-gradient(135deg,var(--primary-orange) 0%,var(--dark-blue) 100%);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 8px 24px #00d4ff66}.form-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #00d4ff80}.form-button:active:not(:disabled){transform:translateY(0)}.form-button:disabled{opacity:.6;cursor:not-allowed}.trust-badge{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--primary-orange);font-size:.9rem;font-weight:600}.trust-badge svg{flex-shrink:0}@media (max-width: 768px){.hero-section{background-attachment:scroll}.hero-title{font-size:1.875rem}.hero-subtitle{font-size:1.125rem}.hero-form{padding:2rem 1.5rem}.hero-logo{max-width:140px}}@media (max-width: 480px){.hero-title{font-size:1.625rem}.hero-subtitle{font-size:1rem}.hero-form{padding:1.5rem 1.25rem}.form-button{font-size:1rem}.trust-badge{font-size:.85rem}}.reinforcement-section{padding:5rem 1rem;background:var(--white)}.reinforcement-container{max-width:1200px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;justify-items:center}.benefit-card{text-align:center;padding:2.5rem 2rem;background:var(--white);border-radius:16px;transition:all .3s ease;border:2px solid #F0F0F0;max-width:350px}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000014;border-color:var(--primary-orange)}.benefit-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--dark-blue) 100%);border-radius:50%;color:var(--white)}.benefit-title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.75rem;line-height:1.3}.benefit-description{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.reinforcement-section{padding:3.5rem 1rem}.benefits-grid{gap:2rem}.benefit-card{padding:2rem 1.5rem}.benefit-icon{width:70px;height:70px}.benefit-title{font-size:1.375rem}}@media (max-width: 480px){.reinforcement-section{padding:3rem 1rem}.benefit-card{padding:1.75rem 1.25rem}.benefit-icon{width:60px;height:60px}.benefit-icon svg{width:32px;height:32px}.benefit-title{font-size:1.25rem}.benefit-description{font-size:.9375rem}}.raffle-info-section{padding:4rem 1rem;background:var(--light-gray)}.raffle-info-container{max-width:900px;margin:0 auto}.raffle-info-content{background:var(--white);padding:3rem 2.5rem;border-radius:20px;box-shadow:0 8px 24px #00000014;text-align:center}.raffle-info-title{font-size:2rem;font-weight:800;color:var(--dark);margin-bottom:1rem;line-height:1.3}.raffle-info-subtitle{font-size:1.125rem;color:#555;line-height:1.7;margin-bottom:2.5rem}.raffle-steps{display:flex;flex-direction:column;gap:1.5rem;max-width:700px;margin:0 auto}.raffle-step{display:flex;align-items:flex-start;gap:1.25rem;text-align:left;padding:1.5rem;background:var(--light-gray);border-radius:12px;transition:all .3s ease}.raffle-step:hover{transform:translate(8px);box-shadow:0 4px 12px #0000000f}.step-number{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--dark-blue) 100%);color:var(--white);font-size:1.5rem;font-weight:800;border-radius:50%}.step-content{flex:1;padding-top:.5rem}.step-content p{font-size:1.0625rem;color:var(--dark);line-height:1.6;margin:0}@media (max-width: 768px){.raffle-info-section{padding:3rem 1rem}.raffle-info-content{padding:2.5rem 1.75rem}.raffle-info-title{font-size:1.75rem}.raffle-info-subtitle{font-size:1rem}.raffle-step{gap:1rem;padding:1.25rem}.step-number{width:45px;height:45px;font-size:1.375rem}.step-content p{font-size:1rem}}@media (max-width: 480px){.raffle-info-content{padding:2rem 1.5rem}.raffle-info-title{font-size:1.5rem}.raffle-info-subtitle{font-size:.9375rem}.raffle-step{padding:1rem}.step-number{width:40px;height:40px;font-size:1.25rem}.step-content p{font-size:.9375rem}}.raffle-rules-section{padding:4rem 1rem;background:var(--white)}.raffle-rules-container{max-width:1000px;margin:0 auto}.raffle-rules-content{background:var(--light-gray);padding:3rem 2.5rem;border-radius:20px;box-shadow:0 8px 24px #00000014}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.rule-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--white);border-radius:12px;transition:all .3s ease;border:2px solid transparent}.rule-item:hover{border-color:var(--primary-orange);transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.rule-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--dark-blue) 100%);color:var(--white);border-radius:10px}.rule-text{flex:1;font-size:.9375rem;color:var(--dark);line-height:1.6;padding-top:.5rem}.rule-text strong{display:block;font-weight:700;margin-bottom:.25rem}.instagram-link{color:var(--primary-orange);font-weight:700;text-decoration:none;transition:all .3s ease}.instagram-link:hover{text-decoration:underline;color:var(--dark-blue)}.important-notice{display:flex;align-items:flex-start;gap:1rem;padding:1.75rem;background:linear-gradient(135deg,#00d4ff1a,#0288d11a);border-radius:12px;border:2px solid var(--primary-orange)}.notice-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--primary-orange);color:var(--white);border-radius:10px}.notice-text{flex:1;font-size:1rem;color:var(--dark);line-height:1.7;padding-top:.5rem}.notice-text strong{color:var(--dark-blue);font-weight:800}@media (max-width: 768px){.raffle-rules-section{padding:3rem 1rem}.raffle-rules-content{padding:2.5rem 1.75rem}.rules-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}.rule-item{padding:1rem}.rule-icon{width:44px;height:44px}.rule-icon svg{width:24px;height:24px}.rule-text{font-size:.875rem}.important-notice{padding:1.5rem}.notice-icon{width:44px;height:44px}.notice-icon svg{width:20px;height:20px}.notice-text{font-size:.9375rem}}@media (max-width: 480px){.raffle-rules-content{padding:2rem 1.5rem}.rule-item{padding:.875rem;gap:.875rem}.rule-icon{width:40px;height:40px}.rule-icon svg{width:22px;height:22px}.important-notice{padding:1.25rem;gap:.875rem}.notice-icon{width:40px;height:40px}.notice-text{font-size:.875rem}}.connection-section{padding:5rem 1rem;background:linear-gradient(#000000bf,#000000bf),url(/copia_de_img_0996.png);background-size:cover;background-position:center;background-attachment:fixed}.connection-container{max-width:900px;margin:0 auto}.connection-content{text-align:center;padding:3rem 2rem;background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.connection-title{font-size:2.25rem;font-weight:800;color:var(--dark);margin-bottom:1.5rem;line-height:1.3;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--dark-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.connection-text{font-size:1.25rem;color:#555;line-height:1.8;max-width:700px;margin:0 auto}@media (max-width: 768px){.connection-section{padding:3.5rem 1rem}.connection-content{padding:2.5rem 1.5rem}.connection-title{font-size:1.875rem}.connection-text{font-size:1.125rem}}@media (max-width: 480px){.connection-section{padding:3rem 1rem}.connection-content{padding:2rem 1.25rem}.connection-title{font-size:1.625rem}.connection-text{font-size:1rem}}.footer{background:var(--dark);color:var(--white);padding:3rem 1rem 2rem}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-logo{margin-bottom:1.5rem}.footer-logo-img{max-width:120px;height:auto;opacity:.9}.footer-copyright{font-size:.9rem;color:#ffffffb3;margin-bottom:1rem}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-link{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-link:hover{color:var(--primary-orange)}@media (max-width: 480px){.footer{padding:2.5rem 1rem 1.5rem}.footer-logo-img{max-width:100px}.footer-copyright{font-size:.85rem}.footer-links{gap:1.5rem}.footer-link{font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-orange: #00D4FF;--primary-yellow: #FFD23F;--primary-blue: #00B4D8;--dark-blue: #0288D1;--sand: #F4A460;--white: #FFFFFF;--dark: #1A1A1A;--gray: #333333;--light-gray: #F5F5F5}body{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.delay-1{animation-delay:.2s;opacity:0}.delay-2{animation-delay:.4s;opacity:0}.delay-3{animation-delay:.6s;opacity:0}.delay-4{animation-delay:.8s;opacity:0}
