:root{--primary-color:#FF6600;--primary-dark:#e65c00;--secondary-color:#212529;--accent-color:#f8f9fa;--text-dark:#212529;--text-light:#f8f9fa;--bg-light:#f8f9fa;--shadow:0 4px 6px rgba(0,0,0,0.1);--shadow-lg:0 10px 30px rgba(0,0,0,0.15)}*{margin:0;padding:0;box-sizing:border-box}.redtickets-home{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-dark);overflow-x:hidden}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.hero-background{z-index:0}.hero-background,.hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0}.hero-gradient{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 50%,var(--secondary-color) 100%);opacity:1}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;color:white}.logo-container{margin-bottom:2rem;animation:fadeInDown .8s ease-out}.main-logo{height:80px;width:auto;filter:brightness(0) invert(1)}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;animation:fadeInUp .8s ease-out .2s both}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:2rem;opacity:.95;animation:fadeInUp .8s ease-out .4s both}.user-welcome{margin:2rem 0;animation:fadeInUp .8s ease-out .5s both}.user-badge{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.2);font-size:1.1rem}.user-badge svg{width:24px;height:24px}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s both}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.btn-primary{background:white;color:var(--primary-color);box-shadow:var(--shadow-lg)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(0,0,0,.2)}.btn-secondary{background:rgba(255,255,255,.1);color:white;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.features{padding:6rem 2rem;background:var(--bg-light)}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:4rem;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:white;padding:2.5rem;border-radius:16px;box-shadow:var(--shadow);transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{font-size:1rem;line-height:1.6;color:#666}.stats{padding:4rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:white}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;text-align:center}.stat-item{padding:2rem}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9;font-weight:300}.footer{padding:3rem 2rem;background:var(--secondary-color);color:var(--text-light)}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-logo{margin-bottom:1.5rem}.footer-logo img{height:40px;width:auto;filter:brightness(0) invert(1)}.footer-text{margin-bottom:1.5rem;opacity:.8}.footer-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center}.footer-links a{color:var(--text-light);text-decoration:none;transition:opacity .3s ease}.footer-links a:hover{opacity:.7}.separator{opacity:.5}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.main-logo{height:60px}.features-grid{grid-template-columns:1fr}.stats-container{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-number{font-size:2.5rem}.hero-actions{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}}