.navbar{position:fixed;top:0;left:0;right:0;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05)}.navbar.scrolled{background:#fffffff2;box-shadow:0 1px 3px #0000000d}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#1f2937}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:#1f2937;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#6366f1}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.menu-toggle span{width:25px;height:2px;background:#1f2937;transition:all .3s ease}@media (max-width: 768px){.nav-container{padding:1rem 1.25rem}.logo{font-size:1.25rem}.menu-toggle{display:flex}.nav-links{position:fixed;top:60px;left:-100%;width:100%;height:calc(100vh - 60px);background:#fff;flex-direction:column;padding:2rem;transition:left .3s ease;box-shadow:0 4px 6px #0000001a}.nav-links.active{left:0}}@media (max-width: 480px){.nav-container{padding:.875rem 1rem}.logo{font-size:1.125rem}}.hero{position:relative;min-height:100vh;background:linear-gradient(135deg,#e0d5f7,#b8d4f0);display:flex;align-items:center;justify-content:center;padding:2rem 0;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(99,102,241,.1) 0%,transparent 50%);pointer-events:none}.bg-icon{position:absolute;pointer-events:none;opacity:.3}.bg-icon-treble{top:10%;left:5%;width:120px;height:120px;animation:float 6s ease-in-out infinite}.bg-icon-note{bottom:15%;right:8%;width:80px;height:80px;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.hero-container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.hero-text{color:#1f2937;position:relative}.hero-title{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:2rem;color:#1f2937;letter-spacing:-.02em}.title-with-soundbars{position:relative;display:inline-block}.sound-bars{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:8px;width:60px;height:40px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:#4b5563;font-weight:400;margin-bottom:1.5rem}.headphones-icon{margin-top:1rem;width:48px;height:48px;opacity:.6}.headphones-icon svg{width:100%;height:100%}.hero-form-container{display:flex;justify-content:flex-end}.hero-form{background:#fff;border-radius:1.5rem;padding:2.5rem;width:100%;max-width:480px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-form .form-group{margin-bottom:1.5rem}.hero-form .form-group label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem}.hero-form .form-group input,.hero-form .form-group textarea{width:100%;padding:.875rem;border:1px solid #e5e7eb;border-radius:.5rem;font-family:inherit;font-size:1rem;transition:all .2s ease;background:#f9fafb}.hero-form .form-group input:focus,.hero-form .form-group textarea:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.hero-form .form-group textarea{resize:vertical;min-height:100px}.btn-submit{width:100%;padding:1rem 2rem;background:#1f2937;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.btn-submit:hover:not(:disabled){background:#111827;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.form-message{padding:.75rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.form-message.success{background:#d1fae5;color:#065f46}.form-message.error{background:#fee2e2;color:#991b1b}.help-button{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:#1f2937;color:#fff;border:none;font-size:1.25rem;font-weight:600;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease;z-index:100}.help-button:hover{background:#111827;transform:scale(1.05)}@media (max-width: 968px){.hero{padding-top:6rem}.hero-content{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:3rem}.sound-bars{width:45px;height:30px;margin-left:6px}.hero-form-container{justify-content:center}.hero-form{max-width:100%}.bg-icon-treble{width:80px;height:80px}.bg-icon-note{width:60px;height:60px}}@media (max-width: 640px){.hero{padding:5rem 0 2rem;min-height:auto}.hero-container{padding:0 1.25rem}.hero-content{gap:2rem}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.sound-bars{width:30px;height:20px;margin-left:4px}.hero-subtitle{font-size:1rem;line-height:1.5;margin-bottom:1.25rem}.hero-subtitle br{display:block;margin:.5rem 0}.headphones-icon{width:40px;height:40px;margin-top:.75rem}.hero-form{padding:1.75rem 1.25rem}.help-button{bottom:1rem;right:1rem;width:40px;height:40px;font-size:1rem}.bg-icon-treble{width:60px;height:60px;top:5%;left:2%}.bg-icon-note{width:50px;height:50px;bottom:10%;right:5%}}@media (max-width: 480px){.hero{padding-top:4rem;padding-bottom:1.5rem}.hero-container{padding:0 1rem}.hero-title{font-size:1.75rem;line-height:1.15;margin-bottom:1.25rem}.sound-bars{width:25px;height:18px;margin-left:3px}.hero-subtitle{font-size:.9375rem;line-height:1.5}.hero-form{padding:1.5rem 1rem}}.for-listeners{background:#fff;padding:5rem 0;position:relative;overflow:hidden}.bg-decorative{position:absolute;pointer-events:none;opacity:.15}.bg-decorative-note-1{bottom:10%;left:5%;width:60px;height:60px}.bg-decorative-person{bottom:20%;left:15%;width:80px;height:80px}.bg-decorative-note-2{bottom:15%;right:8%;width:60px;height:60px}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.section-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;text-align:center;margin-bottom:3rem}.listeners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto}.listener-card{text-align:center}.listener-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:#9ca3af;opacity:.8;display:flex;align-items:center;justify-content:center}.listener-icon svg{width:100%;height:100%;stroke:currentColor;fill:currentColor}.listener-icon svg path,.listener-icon svg line,.listener-icon svg rect,.listener-icon svg circle,.listener-icon svg ellipse{stroke:currentColor}.listener-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.2}.listener-subtitle{font-size:1rem;color:#6b7280;line-height:1.6}@media (max-width: 968px){.listeners-grid{grid-template-columns:1fr;gap:2.5rem}.listener-title{font-size:1.5rem}.bg-decorative{display:none}.listener-icon{width:72px;height:72px}}@media (max-width: 640px){.for-listeners{padding:3rem 0}.container{padding:0 1rem}.section-label{margin-bottom:2rem}.listener-icon{width:64px;height:64px;margin-bottom:1rem}}.stay-in-loop{background:#fff;padding:5rem 0;border-top:1px solid #e5e7eb}.loop-title{font-size:3rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2.5rem;line-height:1.2}.loop-form{display:flex;gap:1rem;max-width:600px;margin:0 auto;position:relative;flex-wrap:wrap}.loop-input{flex:1;min-width:250px;padding:1rem 1.25rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#f9fafb}.loop-input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.loop-button{padding:1rem 2rem;background:#1f2937;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.loop-button:hover:not(:disabled){background:#111827;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.loop-button:disabled{opacity:.6;cursor:not-allowed}.loop-message{width:100%;padding:.75rem;border-radius:.5rem;font-size:.875rem;text-align:center;margin-top:1rem}.loop-message.success{background:#d1fae5;color:#065f46}.loop-message.error{background:#fee2e2;color:#991b1b}@media (max-width: 640px){.stay-in-loop{padding:3rem 0}.loop-title{font-size:2rem}.loop-form{flex-direction:column}.loop-input,.loop-button{width:100%}}.footer{background:#f9fafb;color:#1f2937;padding:3rem 0 1.5rem;border-top:1px solid #e5e7eb}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer-section p{color:#6b7280;line-height:1.8}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.footer-section a{color:#6b7280;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#1f2937}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb;color:#9ca3af;font-size:.875rem}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 640px){.container{padding:0 1rem}}
