body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.hero-section{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding-top:100px;position:relative}.hero-background{animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#000,#1a1a1a 50%,#000);background-size:400% 400%}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:radial-gradient(circle at center,#dc26261a 0,#0000 70%)}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;left:0;padding:2rem 0;position:absolute;right:0;top:0;z-index:10}.logo-container{align-items:center;display:flex;justify-content:center}.logo-image{filter:brightness(1.1) contrast(1.1);height:80px;transition:transform .3s ease;width:auto}.logo-image:hover{transform:scale(1.05)}.hero-content{margin:2rem auto 0;max-width:900px;padding:2rem 1rem;position:relative;text-align:center;z-index:5}.hero-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50px;box-shadow:0 8px 25px #dc26264d;display:inline-block;margin-bottom:2rem;padding:.75rem 2rem}.badge-text{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-title{color:#fff;font-size:clamp(3rem,8vw,6rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.title-accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#dc2626,#f97316);-webkit-background-clip:text;background-clip:text;display:block;margin-top:.5rem}.hero-subtitle{color:#dc2626;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;letter-spacing:.05em;margin-bottom:2rem}.hero-description{color:#d1d5db;font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:3rem}.btn,.cta-buttons{justify-content:center}.btn{align-items:center;border:2px solid #0000;border-radius:12px;display:inline-flex;font-size:1.1rem;font-weight:700;gap:.75rem;min-width:220px;overflow:hidden;padding:1.25rem 2.5rem;position:relative;text-align:center;text-decoration:none;transition:all .3s ease}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 8px 25px #dc262666;color:#fff}.btn-primary:hover{box-shadow:0 12px 35px #dc262699;transform:translateY(-3px)}.btn-secondary{background:#0000;border-color:#dc2626;color:#dc2626}.btn-secondary:hover{background:#dc2626;box-shadow:0 12px 35px #dc262666;color:#fff;transform:translateY(-3px)}.btn-icon{font-size:1.2rem}.info-section{background:linear-gradient(180deg,#000,#111827);padding:6rem 0;position:relative}.info-section:before{background:linear-gradient(90deg,#0000,#dc2626,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#fff;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.section-subtitle{color:#9ca3af;font-size:1.2rem;margin:0 auto;max-width:600px}.info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.info-card{background:linear-gradient(145deg,#1f2937,#111827);border:1px solid #374151;border-radius:20px;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .4s ease}.info-card:before{background:linear-gradient(90deg,#dc2626,#f97316);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.info-card:hover:before{transform:scaleX(1)}.info-card:hover{border-color:#dc2626;box-shadow:0 20px 40px #dc262633;transform:translateY(-8px)}.card-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.card-title{color:#dc2626;font-size:1.5rem;font-weight:700;letter-spacing:.05em;margin-bottom:2rem}.card-content{text-align:left}.info-item{align-items:center;border-bottom:1px solid #374151;display:flex;justify-content:space-between;padding:1rem 0}.info-item:last-child{border-bottom:none}.info-label{color:#9ca3af;font-size:.95rem;font-weight:600}.info-value{color:#fff;font-weight:700;text-align:right}.category-item{align-items:center;border-bottom:1px solid #374151;display:flex;justify-content:space-between;padding:1rem 0}.category-item:last-child{border-bottom:none}.category-name{color:#dc2626;font-size:1.1rem;font-weight:700}.category-level{color:#9ca3af;font-size:.9rem;font-weight:500}.plans-section{background:linear-gradient(180deg,#111827,#000);padding:6rem 0;position:relative}.plans-section:before{background:linear-gradient(90deg,#0000,#dc2626,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.plans-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem}.plan-card{background:linear-gradient(145deg,#1f2937,#111827);border:1px solid #374151;border-radius:20px;overflow:hidden;padding:3rem;position:relative;text-align:center;transition:all .4s ease}.plan-card:before{background:linear-gradient(90deg,#dc2626,#f97316);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.plan-card:hover:before{transform:scaleX(1)}.plan-card:hover{border-color:#dc2626;box-shadow:0 20px 40px #dc262633;transform:translateY(-8px)}.plan-icon{display:block;font-size:3.5rem;margin-bottom:1.5rem}.plan-title{color:#dc2626;font-size:1.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem}.plan-description{color:#9ca3af;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.plan-features{list-style:none;margin-bottom:2.5rem;text-align:left}.plan-features li{border-bottom:1px solid #374151;color:#d1d5db;padding:.75rem 0 .75rem 2rem;position:relative}.plan-features li:last-child{border-bottom:none}.plan-features li:before{color:#dc2626;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.contact-section{background:#000;padding:6rem 0;position:relative}.contact-section:before{background:linear-gradient(90deg,#0000,#dc2626,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.contact-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 2fr}.contact-info{text-align:left}.contact-title{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.contact-description{color:#9ca3af;font-size:1.2rem;line-height:1.7}.social-links{grid-gap:1.5rem;display:grid;gap:1.5rem}.social-link{align-items:center;background:linear-gradient(145deg,#1f2937,#111827);border:1px solid #374151;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;gap:1.5rem;line-height:inherit;overflow:hidden;padding:1.5rem;position:relative;text-decoration:none;transition:all .3s ease}.social-link:before{background:linear-gradient(90deg,#0000,#dc26261a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.social-link:hover:before{left:100%}.social-link:hover{border-color:#dc2626;box-shadow:0 8px 25px #dc262633;transform:translateX(8px)}.social-link.primary{background:linear-gradient(145deg,#1f2937,#0f172a);border-color:#dc2626}.social-icon{align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:60px;justify-content:center;width:60px}.social-icon svg{height:1.5rem;width:1.5rem}.social-content{display:flex;flex-direction:column;gap:.25rem}.social-name{color:#fff;font-size:1.1rem;font-weight:700}.social-handle{color:#9ca3af;font-size:.9rem;font-weight:500}.footer{background:#000;border-top:1px solid #374151;margin-top:2rem;padding:3rem 0}.footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;min-height:80px}.footer-brand{align-items:center;display:flex;flex:1 1;gap:1.5rem;min-width:300px}.footer-logo{filter:brightness(1.1) contrast(1.1);height:60px;width:auto}.footer-text h3{color:#dc2626;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.footer-text p{color:#9ca3af;font-size:.9rem;font-weight:600}.footer-info{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:250px;text-align:right}.footer-info p{color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.footer-info strong{color:#dc2626}.footer-credit{color:#6b7280;font-size:.8rem;font-style:italic;margin-top:.5rem;opacity:.8}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-content,.contact-info{text-align:center}}@media (max-width:768px){.container{padding:0 1rem}.hero-content{padding:0}.cta-buttons{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}.info-grid{grid-template-columns:1fr}.info-card{padding:2rem}.plans-grid{grid-template-columns:1fr}.plan-card{padding:2rem}.social-links{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-brand,.footer-info{min-width:auto;text-align:center}.footer-brand{flex-direction:column}}@media (max-width:480px){.hero-section{min-height:90vh}.header{padding:1.5rem 0}.logo-image{height:60px}.contact-section,.info-section,.plans-section{padding:4rem 0}.info-card,.plan-card{padding:1.5rem}.social-link{padding:1.25rem}.social-icon{font-size:1.2rem;height:50px;width:50px}.social-icon svg{height:1.2rem;width:1.2rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#dc2626;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b91c1c}a:focus,button:focus{outline:2px solid #dc2626;outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeInUp .8s ease-out forwards}.hero-content>:first-child{animation-delay:.1s}.hero-content>:nth-child(2){animation-delay:.2s}.hero-content>:nth-child(3){animation-delay:.3s}.hero-content>:nth-child(4){animation-delay:.4s}.hero-content>:nth-child(5){animation-delay:.5s}
/*# sourceMappingURL=main.5564d2d3.css.map*/