*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.section-label{font-weight:700;font-size:14px;line-height:20px;letter-spacing:1.4px;text-transform:uppercase;color:#1db954}.section-heading{font-weight:800;font-size:36px;line-height:40px;color:#111827}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.nav{position:sticky;top:0;z-index:100;background:#fffc;border-bottom:1px solid #F3F4F6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.nav .container{display:flex;justify-content:space-between;align-items:center;height:80px}.nav-logo{display:flex;align-items:center;gap:8px}.nav-logo-icon{width:40px;height:40px;background:#1db954;border-radius:24px;display:flex;align-items:center;justify-content:center}.nav-logo-icon svg{width:18px;height:20px;fill:#fff}.nav-logo-text{font-weight:800;font-size:24px;line-height:32px;letter-spacing:-.6px;color:#111827}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{font-weight:500;font-size:14px;line-height:20px;color:#111827;transition:color .2s}.nav-link:hover{color:#1db954}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:#1db954;color:#fff;border-radius:9999px;font-weight:600;font-size:16px;line-height:24px;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #1db95433,0 4px 6px -4px #1db95433;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 20px -3px #1db95440,0 6px 8px -4px #1db95440}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px}.nav-hamburger span{display:block;width:24px;height:2px;background:#111827;margin:5px 0;border-radius:2px;transition:.3s}.hero{padding:96px 0 128px}.hero .container{display:flex;justify-content:center;align-items:center;gap:64px}.hero-content{display:flex;flex-direction:column;gap:24px;max-width:584px;flex:1}.hero-badge{display:inline-flex;align-items:center;padding:6px 16px;background:#1db9541a;border-radius:9999px;width:fit-content}.hero-badge span{font-weight:700;font-size:14px;line-height:20px;letter-spacing:1.4px;text-transform:uppercase;color:#1db954}.hero-title{font-weight:800;font-size:72px;line-height:72px;color:#111827}.hero-subtitle{font-weight:400;font-size:24px;line-height:32px;color:#4b5563;max-width:576px}.hero-actions{display:flex;gap:16px;padding-top:16px;flex-wrap:wrap}.app-store-btn{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#111827;border-radius:16px;color:#fff;border:none;cursor:pointer;transition:background .2s}.app-store-btn:hover{background:#1f2937}.app-store-btn svg{width:24px;height:24px;flex-shrink:0}.app-store-btn-text{display:flex;flex-direction:column;align-items:flex-start}.app-store-btn-text small{font-weight:700;font-size:10px;line-height:10px;text-transform:uppercase;opacity:.7}.app-store-btn-text strong{font-weight:700;font-size:18px;line-height:18px}.watch-btn{display:flex;align-items:center;justify-content:center;padding:16px 32px;background:transparent;border:2px solid #E5E7EB;border-radius:16px;font-weight:600;font-size:16px;line-height:24px;color:#111827;cursor:pointer;transition:border-color .2s,background .2s}.watch-btn:hover{border-color:#1db954;background:#1db9540d}.hero-phone{position:relative;flex-shrink:0}.phone-float-container{position:relative;z-index:2;animation:phone-float 6s ease-in-out infinite}.iphone-frame{position:relative;width:300px;height:620px;background:#1a1a1a;border-radius:52px;padding:10px;box-shadow:inset 0 0 0 1px #ffffff1a,0 0 0 2px #0a0a0a,0 20px 60px -10px #00000059,0 40px 80px -15px #00000040,0 0 80px -20px #1db95426}.iphone-btn{position:absolute;background:#2a2a2a;border-radius:2px;z-index:3}.iphone-btn-silent{width:3px;height:28px;left:-3px;top:120px;border-radius:2px 0 0 2px}.iphone-btn-vol-up{width:3px;height:44px;left:-3px;top:170px;border-radius:2px 0 0 2px}.iphone-btn-vol-down{width:3px;height:44px;left:-3px;top:224px;border-radius:2px 0 0 2px}.iphone-btn-power{width:3px;height:72px;right:-3px;top:185px;border-radius:0 2px 2px 0}.iphone-dynamic-island{position:absolute;top:18px;left:50%;transform:translate(-50%);width:100px;height:28px;background:#000;border-radius:20px;z-index:5}.iphone-screen{width:100%;height:100%;border-radius:44px;overflow:hidden;background:#000;position:relative}.iphone-screen-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.iphone-screen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:44px;background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,transparent 40%,transparent 100%);pointer-events:none;z-index:4}@keyframes phone-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.phone-blur-1{position:absolute;width:256px;height:256px;right:-48px;top:-48px;background:#1db9541a;filter:blur(32px);border-radius:9999px;z-index:0}.phone-blur-2{position:absolute;width:256px;height:256px;left:-48px;bottom:-48px;background:#1db9540d;filter:blur(32px);border-radius:9999px;z-index:0}.video-section{padding:80px 0}.video-section .container{display:flex;flex-direction:column;align-items:center}.video-section .section-label,.video-section .section-heading{text-align:center}.video-wrapper{margin-top:48px;width:100%;max-width:960px;aspect-ratio:16 / 9;border-radius:24px;overflow:hidden;background:#111827;box-shadow:0 25px 50px -12px #00000026}.video-player{width:100%;height:100%;object-fit:cover;display:block}.problem{padding:96px 0;background:#f9fafb}.problem .section-label,.problem .section-heading{text-align:center}.problem-header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px}.problem-cards{display:flex;justify-content:center;gap:32px}.problem-card{background:#fff;border:1px solid #F3F4F6;box-shadow:0 1px 2px #0000000d;border-radius:24px;padding:33px;flex:1;max-width:389px}.problem-card-icon{width:48px;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.problem-card-icon svg{width:20px;height:20px}.problem-card-icon.red{background:#fee2e2}.problem-card-icon.red svg{fill:#dc2626}.problem-card-icon.orange{background:#ffedd5}.problem-card-icon.orange svg{fill:#ea580c}.problem-card-icon.blue{background:#dbeafe}.problem-card-icon.blue svg{fill:#2563eb}.problem-card h4{font-weight:700;font-size:20px;line-height:28px;color:#111827;margin-bottom:12px}.problem-card p{font-weight:400;font-size:16px;line-height:24px;color:#4b5563}.how-it-works{padding:96px 0}.how-it-works .container{display:flex;justify-content:center;align-items:center;gap:64px}.how-content{max-width:536px;flex:1}.how-content .section-label{margin-bottom:16px}.how-content .section-heading{margin-bottom:32px}.how-steps{display:flex;flex-direction:column;gap:40px;padding-top:32px}.how-step{display:flex;gap:24px;align-items:flex-start}.how-step-number{width:48px;height:48px;background:#1db9541a;border-radius:16px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;line-height:28px;color:#1db954;flex-shrink:0}.how-step-text h4{font-weight:700;font-size:20px;line-height:28px;color:#111827;margin-bottom:8px}.how-step-text p{font-weight:400;font-size:16px;line-height:26px;color:#4b5563}.exercise-card-wrapper{background:#1db9540d;border-radius:48px;padding:48px;flex-shrink:0;width:632px}.exercise-card{background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:24px;position:relative}.exercise-card-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.exercise-card-icon{width:40px;height:40px;background:#1db9541a;border-radius:9999px;display:flex;align-items:center;justify-content:center}.exercise-card-icon svg{width:20px;height:20px;fill:#1db954}.exercise-card-header h5{font-weight:700;font-size:18px;line-height:28px;color:#111827}.exercise-card-image{width:100%;height:192px;background:#f0fdf4;border-radius:16px;margin-bottom:24px;overflow:hidden}.exercise-card-image img{width:100%;height:100%;object-fit:cover}.exercise-card h6{font-weight:800;font-size:20px;line-height:28px;color:#111827;margin-bottom:8px}.exercise-card .exercise-desc{font-weight:400;font-size:14px;line-height:20px;color:#4b5563;margin-bottom:16px}.exercise-card-footer{display:flex;justify-content:space-between;align-items:center}.exercise-card-footer a{font-weight:700;font-size:14px;line-height:20px;color:#1db954}.exercise-card-footer svg{width:16px;height:16px;fill:#1db954}.results{padding:96px 0;background:#111827}.results .container{display:flex;justify-content:center;align-items:center;gap:64px}.results-content{max-width:584px;flex:1}.results-content .section-label{margin-bottom:16px}.results-content .section-heading{color:#fff;font-size:36px;line-height:45px;margin-bottom:16px}.results-subtitle{font-weight:400;font-size:18px;line-height:29px;color:#9ca3af;padding-top:16px;margin-bottom:16px}.results-checklist{display:flex;flex-direction:column;gap:16px;padding-top:16px}.results-check{display:flex;align-items:center;gap:16px}.results-check svg{width:20px;height:20px;fill:#1db954;flex-shrink:0}.results-check span{font-weight:500;font-size:16px;line-height:24px;color:#fff}.results-stats{flex:1;max-width:584px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:32px;display:flex;flex-direction:column;align-items:center;gap:8px}.stat-value{font-weight:800;font-size:36px;line-height:40px;color:#1db954;text-align:center}.stat-label{font-weight:500;font-size:14px;line-height:20px;color:#9ca3af;text-align:center}.footer{border-top:1px solid #F3F4F6;padding:48px 0}.footer .container{display:flex;justify-content:space-between;align-items:center}.footer-logo{display:flex;align-items:center;gap:8px}.footer-logo-icon{width:32px;height:32px;background:#1db954;border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-logo-icon svg{width:11px;height:12px;fill:#fff}.footer-logo-text{font-weight:800;font-size:20px;line-height:28px;letter-spacing:-.5px;color:#111827}.footer-links{display:flex;gap:32px}.footer-link{font-weight:500;font-size:14px;line-height:20px;color:#6b7280;transition:color .2s}.footer-link:hover{color:#1db954}.footer-copy{font-weight:400;font-size:14px;line-height:20px;color:#9ca3af}.legal-page{padding:64px 0 96px;min-height:100vh}.legal-back{display:inline-block;margin-bottom:32px;font-weight:600;font-size:14px;color:#1db954;transition:opacity .2s}.legal-back:hover{opacity:.8}.legal-page h1{font-weight:800;font-size:40px;line-height:48px;color:#111827;margin-bottom:8px}.legal-updated{font-size:14px;color:#9ca3af;margin-bottom:48px}.legal-page section{margin-bottom:40px}.legal-page h2{font-weight:700;font-size:20px;line-height:28px;color:#111827;margin-bottom:12px}.legal-page p{font-size:16px;line-height:26px;color:#4b5563}.legal-page ul{list-style:disc;padding-left:24px;margin-top:8px}.legal-page li{font-size:16px;line-height:26px;color:#4b5563;margin-bottom:8px}.legal-page a{color:#1db954;text-decoration:underline}.mobile-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#0000004d}.mobile-nav-panel{position:absolute;top:80px;left:0;right:0;bottom:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:48px;gap:32px;overflow-y:auto}.mobile-nav-panel a{font-weight:600;font-size:18px;color:#111827;text-decoration:none}@media(max-width:1024px){.hero .container{flex-direction:column;text-align:center}.hero-content{align-items:center;max-width:100%}.hero-subtitle{max-width:576px}.hero-actions{justify-content:center}.problem-cards{flex-direction:column;align-items:center}.problem-card{max-width:100%}.how-it-works .container{flex-direction:column}.exercise-card-wrapper{width:100%;max-width:632px}.results .container{flex-direction:column}.results-stats{max-width:100%;width:100%}.footer .container{flex-direction:column;gap:24px;text-align:center}}@media(max-width:768px){.nav-links{display:none}.nav-hamburger{display:block}.hero{padding:48px 0 64px}.hero-title{font-size:48px;line-height:48px}.hero-subtitle{font-size:18px;line-height:28px}.iphone-frame{width:260px;height:536px;border-radius:46px;padding:8px}.iphone-screen{border-radius:40px}.iphone-screen:after{border-radius:40px}.iphone-dynamic-island{width:88px;height:24px;top:16px}.iphone-btn-silent{height:24px;top:100px}.iphone-btn-vol-up{height:38px;top:146px}.iphone-btn-vol-down{height:38px;top:194px}.iphone-btn-power{height:62px;top:160px}.section-heading{font-size:28px;line-height:34px}.problem{padding:64px 0}.video-section{padding:48px 0}.video-wrapper{margin-top:32px;border-radius:16px}.how-it-works{padding:64px 0}.exercise-card-wrapper{padding:24px;border-radius:32px}.results{padding:64px 0}.results-content .section-heading{font-size:28px;line-height:36px}.results-stats{grid-template-columns:1fr 1fr;gap:16px}.stat-card{padding:24px 16px}.stat-value{font-size:28px;line-height:32px}.footer-links{flex-wrap:wrap;justify-content:center;gap:20px}}@media(max-width:480px){.hero-title{font-size:40px;line-height:40px}.hero-actions{flex-direction:column;width:100%}.app-store-btn,.watch-btn{width:100%;justify-content:center}.iphone-frame{width:230px;height:474px;border-radius:40px;padding:7px}.iphone-screen{border-radius:35px}.iphone-screen:after{border-radius:35px}.iphone-dynamic-island{width:76px;height:22px;top:14px}.iphone-btn-silent{height:22px;top:88px}.iphone-btn-vol-up{height:34px;top:128px}.iphone-btn-vol-down{height:34px;top:170px}.iphone-btn-power{height:56px;top:140px}.problem-card{padding:24px}.how-step{flex-direction:column;gap:16px}.stat-value{font-size:24px;line-height:28px}.stat-label{font-size:12px}}
