.hero{min-height:100vh;background:linear-gradient(135deg,#000000,#111111);position:relative;overflow:hidden}.hero,.hero-logo{display:flex;align-items:center}.hero-logo{justify-content:center;gap:12px;margin-bottom:0;margin-top:0}.takt-logo{width:24px;height:24px;margin-top:30px;margin-bottom:10px;object-fit:contain}.takt-text{font-size:28px;font-weight:700;color:var(--white);letter-spacing:2px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(0,136,204,.1) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(0,136,204,.05) 0,transparent 50%);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;position:relative;z-index:2}.hero-text{max-width:600px}.hero-title{font-size:64px;font-weight:800;line-height:1.1;margin-bottom:32px;background:linear-gradient(135deg,#ffffff,#cccccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:20px;line-height:1.6;color:var(--text-secondary);margin-bottom:24px;max-width:500px}.hero-subtitle{font-size:16px;line-height:1.5;color:var(--text-muted);margin-bottom:48px;max-width:500px;font-weight:500}.hero-cta{display:flex;flex-direction:column;gap:16px}.hero-subtext{font-size:14px;color:var(--text-muted);text-align:center;margin-top:8px}.phone-mockup{display:flex;justify-content:center;align-items:center}.phone-screen{width:280px;height:560px;background:#1a1a1a;border-radius:30px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.5);position:relative}.phone-screen:before{content:"";position:absolute;top:15px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:#333;border-radius:2px}.telegram-interface{height:100%;background:#000000;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.telegram-header{background:#1a1a1a;padding:16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #333}.telegram-avatar{width:40px;height:40px;background:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:18px}.telegram-info{flex:1 1}.telegram-name{font-weight:600;color:var(--text-primary);font-size:16px}.telegram-status{font-size:12px;color:#00ff00}.telegram-messages{flex:1 1;padding:16px;display:flex;flex-direction:column;gap:16px}.message{display:flex;margin-bottom:12px}.bot-message{justify-content:flex-start}.user-message{justify-content:flex-end}.message-content{max-width:80%;padding:12px 16px;border-radius:18px;font-size:14px}.bot-message .message-content{background:#1a1a1a;color:var(--text-primary)}.user-message .message-content{background:var(--accent-color);color:white}.beat-preview{background:#111111;border-radius:12px;padding:16px;border:1px solid #333}.beat-title{font-weight:600;margin-bottom:12px;color:var(--text-primary)}.beat-controls{gap:12px}.beat-controls,.play-button{display:flex;align-items:center}.play-button{width:32px;height:32px;background:var(--accent-color);border-radius:50%;justify-content:center;cursor:pointer;position:relative}.play-button:before{content:"";width:0;height:0;border-left:8px solid white;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:2px}.play-button.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(0,136,204,.7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(0,136,204,0)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(0,136,204,0)}}.beat-info{font-size:12px;color:var(--text-muted)}.user-text{color:white}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;gap:60px;text-align:center}.hero-text{max-width:100%}.hero-title{font-size:48px}}@media (max-width:768px){.hero-content{display:flex;flex-direction:column;gap:30px}.hero-text{display:contents}.hero-logo{margin-bottom:30px;order:1}.hero-title{order:2;font-size:36px;margin-bottom:20px}.hero-visual{order:3;margin-bottom:40px}.hero-description{order:4;font-size:18px;margin-bottom:12px}.hero-cta{order:5}.hero-subtitle{order:6;margin-bottom:12px}.takt-logo{width:20px;height:20px}.takt-text{font-size:22px}.phone-screen{width:200px;height:400px}}@media (max-width:480px){.hero-content{gap:20px}.hero-text{display:contents}.hero-logo{margin-bottom:20px;order:1}.hero-title{order:2;font-size:28px}.hero-visual{order:3}.hero-description{order:4}.hero-cta{order:5}.hero-subtitle{order:6}.takt-logo{width:18px;height:18px}.takt-text{font-size:20px}.phone-screen{width:180px;height:360px}}.interactive-features{background:var(--primary-color);position:relative}.interactive-features:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,136,204,.03),transparent 50%);pointer-events:none}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px;margin-bottom:80px}.feature-item{background:#000000;border:none;border-radius:16px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:none}.feature-item:before{display:none}.feature-icon{width:64px;height:64px;background:var(--gray-medium);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--accent-color);transition:all .3s ease}.feature-title{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:12px}.feature-description{font-size:14px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.feature-demo{background:var(--primary-color);border-radius:12px;padding:20px;border:1px solid var(--gray-medium)}.loop-controls{display:flex;align-items:center;gap:16px}.phone-container{display:flex;justify-content:center;align-items:center;perspective:1000px}.feature-item .phone-frame{position:relative;width:200px;height:400px;background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border-radius:30px;padding:8px;box-shadow:0 10px 20px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.1);transition:transform .3s ease;-webkit-clip-path:polygon(0 0,100% 0,100% 33%,0 33%);clip-path:polygon(0 0,100% 0,100% 33%,0 33%)}.feature-item .phone-frame,.feature-item .phone-frame:hover{transform:rotateY(0deg) rotateX(0deg)}.feature-item .phone-screen{width:100%;height:100%;background:#000;border-radius:36px;overflow:hidden;position:relative;z-index:99;padding:0}.feature-item .phone-video{width:100%;height:85%;object-fit:fill;border-radius:0;z-index:100;margin-top:20px}.feature-item .phone-home-button{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);width:30px;height:3px;background:rgba(255,255,255,.3);border-radius:2px}.loop-point{font-size:12px;color:var(--text-muted);font-family:monospace}.loop-bar{flex:1 1;height:8px;background:var(--gray-medium);border-radius:4px;position:relative;overflow:hidden}.loop-selection{position:absolute;left:25%;right:25%;height:100%;background:var(--accent-color);border-radius:4px;animation:loop-pulse 2s ease-in-out infinite}@keyframes loop-pulse{0%,to{opacity:.7}50%{opacity:1}}.bpm-control{text-align:center}.bpm-display{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:16px;font-family:monospace}.bpm-slider{display:flex;flex-direction:column;gap:8px}.bpm-track{height:6px;background:var(--gray-medium);border-radius:3px;position:relative;cursor:pointer}.bpm-thumb{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:var(--accent-color);border-radius:50%;box-shadow:0 2px 8px rgba(0,136,204,.3)}.bpm-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted)}.track-controls{display:flex;flex-direction:column;gap:12px}.track-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.track-name{font-size:14px;color:var(--text-primary);font-weight:500}.track-mute{width:20px;height:20px;border:2px solid var(--gray-medium);border-radius:50%;cursor:pointer;transition:all .3s ease}.track-mute.active{background:var(--accent-color);border-color:var(--accent-color)}.track-mute.active:before{content:"✓";color:white;font-size:12px;display:flex;align-items:center;justify-content:center;height:100%}.hand-controls{display:flex;gap:24px;justify-content:center}.hand-item{text-align:center}.hand-label{font-size:14px;color:var(--text-primary);margin-bottom:8px;font-weight:500}.hand-indicator{width:32px;height:32px;border:2px solid var(--gray-medium);border-radius:50%;margin:0 auto;transition:all .3s ease}.hand-indicator.active{background:var(--accent-color);border-color:var(--accent-color);animation:hand-pulse 1.5s ease-in-out infinite}@keyframes hand-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.comfort-practice{background:var(--gray-light);border-radius:20px;padding:60px;text-align:center;border:1px solid var(--gray-medium)}.comfort-title{font-size:32px;font-weight:700;color:var(--text-primary);margin-bottom:16px}.comfort-description{font-size:18px;color:var(--text-secondary);line-height:1.6;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.comfort-visual{display:flex;justify-content:center}.tempo-progression{display:flex;align-items:center;gap:32px;background:var(--primary-color);padding:24px 32px;border-radius:16px;border:1px solid var(--gray-medium)}.tempo-stage{text-align:center}.tempo-label{font-size:14px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.tempo-value{color:var(--accent-color);font-family:monospace}.tempo-arrow,.tempo-value{font-size:24px;font-weight:700}.tempo-arrow{color:var(--text-muted)}@media (max-width:1024px){.features-grid{grid-template-columns:1fr;gap:30px}.comfort-practice{padding:40px}.tempo-progression{flex-direction:column;gap:16px}}@media (max-width:768px){.feature-item{padding:24px}.comfort-title{font-size:24px}.comfort-description{font-size:16px}.comfort-practice{padding:40px 20px}}.creators-section{background:var(--gray-light);position:relative}.creators-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.02),transparent 50%);pointer-events:none}.creators-header{text-align:center;margin-bottom:60px}.creators-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;margin-bottom:60px}.creator-card{background:var(--primary-color);border:1px solid var(--gray-medium);border-radius:16px;padding:32px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.creator-card:before{display:none}.creator-card .card-icon{width:80px;height:80px;background:var(--gray-medium);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:var(--accent-color);transition:all .3s ease}.creator-card .card-title{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:16px}.creator-card .card-description{font-size:16px;color:var(--text-secondary);line-height:1.6}.creators-cta{text-align:center}@media (max-width:1024px){.creators-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.creators-grid{grid-template-columns:1fr;gap:24px}.creator-card{padding:24px}.creator-card .card-icon{width:60px;height:60px}.creator-card .card-title{font-size:18px}.creator-card .card-description{font-size:14px}}.final-cta{background:linear-gradient(135deg,#000000,#111111);position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(0,136,204,.1) 0,transparent 70%);pointer-events:none}.final-cta-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.telegram-icon{margin-bottom:40px;color:var(--accent-color);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.final-cta-title{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#ffffff,#cccccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.final-cta-subtitle{font-size:20px;color:var(--text-secondary);margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.final-cta-button{display:flex;justify-content:center}.final-cta-button .btn{padding:24px 48px;font-size:20px;box-shadow:0 10px 30px rgba(0,136,204,.3);animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 10px 30px rgba(0,136,204,.3)}50%{box-shadow:0 15px 40px rgba(0,136,204,.5)}}@media (max-width:768px){.final-cta-title{font-size:36px}.final-cta-subtitle{font-size:18px}.final-cta-button .btn{padding:20px 40px;font-size:18px}.telegram-icon svg{width:80px;height:80px}}@media (max-width:480px){.final-cta-title{font-size:28px}.final-cta-subtitle{font-size:16px}.final-cta-button .btn{padding:16px 32px;font-size:16px}}.footer{background:var(--primary-color);border-top:1px solid var(--gray-medium);padding:60px 0 40px}.footer-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:60px;gap:60px;margin-bottom:40px}.footer-logo{display:flex;flex-direction:column;gap:8px}.logo-text{font-size:32px;font-weight:800;color:var(--text-primary);margin:0}.logo-tagline{font-size:14px;color:var(--text-muted);margin:0;text-transform:uppercase;letter-spacing:1px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.footer-section-title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links-list li a{color:var(--text-secondary);text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links-list li a:hover{color:var(--accent-color)}.social-links{display:flex;gap:16px}.social-link{width:40px;height:40px;background:var(--gray-medium);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);text-decoration:none;transition:all .3s ease}.social-link:hover{background:var(--accent-color);color:white;transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--gray-medium);padding-top:20px;text-align:center}.copyright{font-size:14px;color:var(--text-muted);margin:0}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:1fr;gap:30px}.logo-text{font-size:28px}}