*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;text-size-adjust:100%}#root{width:100%;min-height:100vh}button{font-family:inherit}.landing-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:url(/header-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5;z-index:0;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea80,#764ba280);z-index:0}.hero-content{max-width:900px;text-align:center;z-index:1;position:relative}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:3px 3px 8px rgba(0,0,0,.6),0 0 20px rgba(0,0,0,.4);color:#fff}.brand-name{color:gold;text-shadow:3px 3px 10px rgba(0,0,0,.8),0 0 25px rgba(255,215,0,.6)}.hero-subtitle{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.6),0 0 15px rgba(0,0,0,.3)}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;color:#fff;max-width:800px;margin-left:auto;margin-right:auto;text-shadow:2px 2px 6px rgba(0,0,0,.6),0 0 15px rgba(0,0,0,.3)}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #0003;min-height:48px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.cta-primary{background:linear-gradient(135deg,gold,#ffed4e);color:#333}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffd70066;background:linear-gradient(135deg,#ffed4e,gold)}.cta-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-secondary:hover{transform:translateY(-3px);background:#ffffff4d;border-color:#fffc;box-shadow:0 6px 20px #fff3}.features{padding:6rem 2rem;background:#fff;color:#333}.container{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:4rem;color:#667eea;text-shadow:1px 1px 3px rgba(0,0,0,.1)}.benefits .section-title{color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.6),0 0 15px rgba(0,0,0,.3)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.feature-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.feature-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #667eea4d}.feature-icon{font-size:4rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#667eea}.feature-card p{font-size:1.1rem;line-height:1.7;color:#555}.benefits{padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.benefit-item{display:flex;gap:1.5rem;background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.benefit-item:hover{background:#ffffff26;transform:translate(10px)}.benefit-icon{font-size:2rem;color:gold;font-weight:700;min-width:40px}.benefit-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.benefit-content p{font-size:1rem;line-height:1.6;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.cta-section{padding:6rem 2rem;background:#fff;color:#333;text-align:center}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#667eea}.cta-description{font-size:1.25rem;color:#666;margin-bottom:3rem}.cta-buttons-large{display:flex;flex-direction:column;gap:1.5rem;align-items:center;max-width:600px;margin:0 auto}.cta-primary-large,.cta-secondary-large,.cta-tertiary{width:100%;max-width:500px;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cta-primary-large{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.cta-primary-large:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea99}.cta-secondary-large{background:linear-gradient(135deg,gold,#ffed4e);color:#333;box-shadow:0 4px 15px #ffd70066}.cta-secondary-large:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffd70099}.cta-tertiary{background:transparent;color:#667eea;border:2px solid #667eea}.cta-tertiary:hover{background:#667eea;color:#fff;transform:translateY(-3px)}.partners-section{padding:5rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.partners-content{max-width:800px;margin:0 auto;text-align:center;background:#ffffff0d;padding:3rem 2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d}.partners-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.partners-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.3)}.partners-description{font-size:1.1rem;line-height:1.8;color:#e0e0e0;margin-bottom:2.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.partners-button{padding:1rem 3rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,gold,#ffed4e);color:#333;box-shadow:0 4px 15px #ffd70066;min-height:48px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.partners-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffd70099;background:linear-gradient(135deg,#ffed4e,gold)}.partners-button:active{transform:translateY(-1px)}.footer{padding:2rem;background:#1a1a1a;color:#fff;text-align:center}.footer p{margin:.5rem 0;color:#999}.footer-tagline{font-size:.9rem;color:#666}.telegram-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#08c,#229ed9);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #08c6,0 8px 30px #0000004d;z-index:1000;transition:all .3s ease;cursor:pointer;text-decoration:none;animation:pulse 2s infinite}.telegram-float:hover{transform:scale(1.1) translateY(-5px);box-shadow:0 6px 25px #08c9,0 12px 40px #0006;background:linear-gradient(135deg,#229ed9,#08c)}.telegram-float:active{transform:scale(.95)}.telegram-icon{width:32px;height:32px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes pulse{0%,to{box-shadow:0 4px 20px #08c6,0 8px 30px #0000004d}50%{box-shadow:0 4px 25px #08c9,0 8px 35px #0006}}@media(max-width:768px){.hero{min-height:85vh;padding:3rem 1.5rem}.hero:before{opacity:.6;background-position:center top}.hero:after{background:linear-gradient(135deg,#667eea66,#764ba266)}.hero-content{padding:0 1rem}.hero-title{font-size:2.5rem;margin-bottom:1rem;line-height:1.1;text-shadow:2px 2px 6px rgba(0,0,0,.7),0 0 15px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.5rem;margin-bottom:.75rem;text-shadow:2px 2px 5px rgba(0,0,0,.7),0 0 12px rgba(0,0,0,.4)}.hero-description{font-size:1rem;line-height:1.6;margin-bottom:2rem;padding:0 .5rem;text-shadow:1px 1px 4px rgba(0,0,0,.7),0 0 10px rgba(0,0,0,.4)}.benefits .section-title{text-shadow:2px 2px 6px rgba(0,0,0,.7),0 0 15px rgba(0,0,0,.4)}.section-title{font-size:2rem;margin-bottom:2.5rem}.cta-title{font-size:2rem}.cta-description{font-size:1.1rem}.features-grid,.benefits-list{grid-template-columns:1fr;gap:1.5rem}.cta-buttons{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.cta-primary,.cta-secondary{width:100%;padding:1.1rem 2rem;font-size:1rem;min-height:48px}.feature-card{padding:2rem 1.5rem}.benefit-item{padding:1.5rem;flex-direction:column;text-align:center}.benefit-icon{margin-bottom:.5rem}.telegram-float{width:58px;height:58px;bottom:25px;right:25px}.telegram-icon{width:30px;height:30px}.partners-section{padding:4rem 1.5rem}.partners-content{padding:2.5rem 2rem}.partners-title{font-size:2.25rem}.partners-description{font-size:1.05rem}}@media(max-width:480px){.hero{padding:2rem 1rem;min-height:75vh}.hero:before{opacity:.65}.hero:after{background:linear-gradient(135deg,#667eea59,#764ba259)}.hero-title{font-size:1.75rem;margin-bottom:.75rem;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.1rem;margin-bottom:.5rem;text-shadow:2px 2px 5px rgba(0,0,0,.8),0 0 12px rgba(0,0,0,.5)}.hero-description{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;padding:0;text-shadow:1px 1px 4px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.5)}.benefits .section-title{text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 15px rgba(0,0,0,.5)}.section-title{font-size:1.75rem;margin-bottom:2rem}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem;margin-bottom:2rem}.features,.benefits,.cta-section{padding:2.5rem 1rem}.cta-primary,.cta-secondary,.cta-primary-large,.cta-secondary-large,.cta-tertiary{padding:1rem 1.5rem;font-size:.95rem;min-height:48px;-webkit-tap-highlight-color:rgba(255,215,0,.3)}.feature-card{padding:1.5rem 1rem}.feature-icon{font-size:3rem}.feature-card h3{font-size:1.5rem}.feature-card p{font-size:1rem}.benefit-content h3{font-size:1.25rem}.benefit-content p{font-size:.95rem}.footer{padding:1.5rem 1rem}.telegram-float{width:55px;height:55px;bottom:20px;right:20px}.telegram-icon{width:28px;height:28px}.partners-section{padding:3rem 1rem}.partners-content{padding:2rem 1.5rem}.partners-icon{font-size:3rem;margin-bottom:1rem}.partners-title{font-size:2rem;margin-bottom:1rem}.partners-description{font-size:1rem;line-height:1.6;margin-bottom:2rem}.partners-button{padding:.9rem 2rem;font-size:1rem;width:100%;max-width:300px}}@media(max-width:360px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.85rem}.section-title{font-size:1.5rem}.telegram-float{width:50px;height:50px;bottom:15px;right:15px}.telegram-icon{width:26px;height:26px}.partners-section{padding:2.5rem 1rem}.partners-content{padding:1.5rem 1rem}.partners-icon{font-size:2.5rem}.partners-title{font-size:1.75rem}.partners-description{font-size:.95rem;line-height:1.5}.partners-button{padding:.85rem 1.5rem;font-size:.95rem}}@media(max-width:360px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.85rem}.section-title{font-size:1.5rem}}
