.app{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.header{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 0;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(224,224,224,.5);box-shadow:0 1px 3px #00000008}.header-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:12px}.logo-icon-img{width:26px;height:26px;object-fit:contain;border-radius:6px}.logo-text{font-size:17px;font-weight:700;color:#2d3748}.header-nav{display:flex;gap:40px}.nav-link{color:#4a5568;text-decoration:none;font-size:16px;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#2d3748}.header-cta{padding:8px 20px;background:linear-gradient(135deg,#667eea,#5a67d8);color:#fff;border-radius:20px;text-decoration:none;font-weight:600;font-size:13px;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.header-cta:hover{background:linear-gradient(135deg,#5a67d8,#4c51bf);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.hero{background:linear-gradient(135deg,#e3f2fd,#f3e5f5);padding:80px 40px;min-height:calc(100vh - 52px);display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-left{display:flex;flex-direction:column;gap:24px}.hero-badge{display:inline-block;padding:6px 16px;background:#667eea;color:#fff;border-radius:20px;font-size:14px;font-weight:600;width:fit-content}.hero-title{font-size:3.5rem;font-weight:700;color:#2d3748;line-height:1.2}.hero-title-accent{color:#667eea}.hero-description{font-size:1.2rem;color:#4a5568;line-height:1.6}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn{padding:12px 24px;border-radius:10px;text-decoration:none;font-weight:600;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;border:none;cursor:pointer;width:200px;box-sizing:border-box;white-space:nowrap}.btn-ios{background:#2d3748;color:#fff}.btn-ios:hover{background:#1a202c;transform:translateY(-2px);box-shadow:0 8px 20px #2d37484d}.btn-ios svg{color:#fff}.btn-android{background:#fff;color:#2d3748;border:1px solid #e0e0e0}.btn-android:hover{border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.btn-android svg{color:#2d3748}.hero-right{display:flex;justify-content:center;align-items:center;position:relative}.phone-mockup{position:relative}.phone-screen{width:320px;height:640px;background:#1a202c;border-radius:25px;padding:11px;box-shadow:10px 20px 60px 20px #0000004d;position:relative;overflow:hidden}.phone-screen:before{content:"";position:absolute;top:0;left:0;right:0;height:12px;background:#1a202c;border-radius:30px 30px 0 0;z-index:1;pointer-events:none}.phone-screenshot-container{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}.phone-screenshot{position:absolute;top:0;left:0;width:100%;height:auto;min-height:100%;object-fit:cover;object-position:top center;opacity:0;transition:opacity .5s ease-in-out}.phone-screenshot.active{opacity:1}.phone-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.phone-dots span{width:8px;height:8px;border-radius:50%;background:#cbd5e0}.phone-dots span.active{background:#f97316;width:24px;border-radius:4px}.features{padding:100px 40px;background:#fff;min-height:calc(100vh - 52px);display:flex;align-items:center}.section-badge{display:inline-block;padding:8px 20px;background:#e3f2fd;color:#667eea;border-radius:20px;font-size:14px;font-weight:600;text-align:center;margin:0 auto 24px;display:block;width:fit-content}.section-title{font-size:2.5rem;font-weight:700;color:#2d3748;text-align:center;margin-bottom:16px}.section-subtitle{font-size:1.2rem;color:#718096;text-align:center;margin-bottom:60px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto}.feature-card{background:#fff;padding:28px 24px;border-radius:16px;box-shadow:0 2px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.feature-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px}.feature-icon.breath{background:#e3f2fd}.feature-icon.voice{background:#f3e5f5}.feature-icon.sensory{background:#e8f5e9}.feature-icon.album{background:#fff3e0}.feature-card h3{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:8px}.feature-card p{color:#718096;line-height:1.5;font-size:.9rem}.experience{padding:60px 40px;background:linear-gradient(135deg,#1a202c,#0f1419);color:#fff;position:relative;overflow:hidden;min-height:calc(100vh - 52px);display:flex;align-items:center}.experience:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(102,126,234,.25) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(102,126,234,.15) 0%,transparent 50%);pointer-events:none}.experience .container{position:relative;z-index:1}.experience .section-badge{background:#ffffff1a;color:#cbd5e0}.experience .section-title,.experience .section-subtitle{color:#fff}.experience-tabs{display:flex;gap:16px;justify-content:center;margin-bottom:30px;max-width:400px;margin-left:auto;margin-right:auto;width:100%}.tab-btn{padding:12px 32px;background:#ffffff1a;color:#cbd5e0;border:2px solid transparent;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:140px;flex:1}.tab-btn.active{background:#667eea;color:#fff;border-color:#667eea;box-shadow:0 2px 8px #667eea4d}.experience-card{max-width:600px;margin:0 auto;background:#2d374866;border:2px solid rgba(102,126,234,.3);border-radius:24px;padding:50px 40px;text-align:center;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:visible}.experience-circle{width:160px;height:160px;margin:0 auto 24px;background:linear-gradient(135deg,#667eea,#5a67d8);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #667eea66}.circle-inner{color:#fff;font-size:18px;font-weight:600}.experience-card-title{font-size:20px;font-weight:700;margin-bottom:6px}.experience-card-subtitle{color:#cbd5e0;font-size:13px;margin-bottom:20px}.play-btn{width:56px;height:56px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:24px;color:#2d3748;cursor:pointer;margin:0 auto;transition:all .3s ease;box-shadow:0 4px 16px #fff3}.play-btn:hover{transform:scale(1.1)}.experience-footer{text-align:center;color:#a0aec0;margin-top:30px;font-size:13px}.breath-guide{display:flex;flex-direction:column;align-items:center;gap:30px;width:100%;overflow:visible}.breath-circle{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#b5d4ff,#80b8f8);display:flex;align-items:center;justify-content:center;padding:24px;transform:scale(1);transition:transform 4s ease-in-out;flex-shrink:0}.breath-instruction{font-size:18px;text-align:center;color:#000;font-weight:600;line-height:1.5;white-space:pre-line}.breath-controls{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:400px}.breath-title{font-size:20px;color:#fff;font-weight:600;margin:0}.breath-speaker{font-size:14px;color:#aaa;margin:0 0 20px}.breath-slider-container{width:100%;margin-bottom:20px}.breath-time-container{display:flex;justify-content:space-between;width:100%;margin-bottom:8px;font-size:13px;color:#aaa;font-weight:500}.breath-slider{width:100%;height:6px;border-radius:3px;background:#2d3748;outline:none;-webkit-appearance:none;appearance:none}.breath-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#5da9ff;cursor:pointer}.breath-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#5da9ff;cursor:pointer;border:none}.breath-play-btn{width:60px;height:60px;border-radius:50%;background:#fff;border:none;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;color:#000}.breath-play-btn:hover{transform:scale(1.1)}.healing-quote{display:flex;flex-direction:column;align-items:center;gap:30px;width:100%}.quote-card{background:linear-gradient(135deg,#80b8f8,#e3f0ff);border-radius:20px;padding:40px;min-height:220px;height:220px;display:flex;align-items:center;justify-content:center;width:100%;max-width:500px}.quote-text{font-size:20px;text-align:center;color:#000;font-weight:600;line-height:1.8;white-space:pre-line}.quote-controls{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:400px}.quote-title{font-size:20px;color:#fff;font-weight:600;margin:0}.quote-speaker{font-size:14px;color:#aaa;margin:0 0 20px}.quote-buttons{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px}.quote-nav-btn{width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quote-nav-btn:hover:not(:disabled){background:#fff3;transform:scale(1.1)}.quote-nav-btn:disabled{opacity:.3;cursor:not-allowed}.quote-play-btn{width:60px;height:60px;border-radius:50%;background:#fff;border:none;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;color:#000}.quote-play-btn:hover{transform:scale(1.1)}.quote-indicators{display:flex;gap:8px;justify-content:center}.quote-indicator{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .2s ease;padding:0}.quote-indicator.active{background:#fff;width:24px;border-radius:4px}.quote-indicator:hover{background:#ffffff80}@media(max-width:768px){.breath-circle{width:160px;height:160px;padding:20px}.breath-instruction{font-size:16px}.quote-card{padding:30px 20px;min-height:180px;height:180px}.quote-text{font-size:18px}}.reviews{padding:100px 40px;background:#f8f9fa;min-height:calc(100vh - 52px);display:flex;align-items:center}.reviews .container{width:100%;display:flex;flex-direction:column;justify-content:center}.reviews .section-badge{background:#e3f2fd;color:#667eea}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}.review-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.review-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.review-icon{width:40px;height:40px;border-radius:50%;background:#e3f2fd;display:flex;align-items:center;justify-content:center;font-size:20px}.review-name{font-weight:600;color:#2d3748}.review-stars{color:#fbbf24;font-size:14px;margin-bottom:12px}.review-text{color:#718096;line-height:1.6;font-size:14px}.cta-section{padding:100px 40px;background:linear-gradient(180deg,#1a202c,#0f1419);color:#fff;text-align:center;position:relative;overflow:hidden;display:flex;align-items:center}.cta-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 30% 40%,rgba(255,255,255,.08) 1px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(255,255,255,.05) 1px,transparent 1px);background-size:60px 60px,80px 80px;opacity:.6;pointer-events:none}.cta-section .container{position:relative;z-index:1}.cta-app-icon{width:120px;height:120px;object-fit:contain;border-radius:24px;margin:0 auto 32px;display:block;position:relative;filter:drop-shadow(0 0 30px rgba(255,255,255,.3)) drop-shadow(0 0 60px rgba(255,255,255,.15))}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.cta-subtitle{font-size:1.1rem;color:#cbd5e0;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.store-btn{padding:12px 24px;border-radius:10px;text-decoration:none;font-weight:600;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;min-width:160px}.store-btn-ios{background:#fff;color:#1a202c}.store-btn-ios:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffffff26}.store-btn-ios svg{color:#1a202c}.store-btn-android{background:#4a5568;color:#fff}.store-btn-android:hover{background:#5a6578;transform:translateY(-2px)}.store-btn-android svg{color:#fff}.footer{background:#f5f5f5;padding:40px;border-top:1px solid #e0e0e0}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px}.footer-left{display:flex;align-items:center;gap:12px}.footer-logo-icon-img{width:40px;height:40px;object-fit:contain;border-radius:8px}.footer-brand{display:flex;flex-direction:column;gap:4px}.footer-logo-text{font-size:18px;font-weight:700;color:#2d3748}.footer-tagline{font-size:14px;color:#718096}.footer-right{display:flex;flex-direction:column;gap:12px;align-items:flex-end;text-align:right}.footer-links{display:flex;gap:24px}.footer-links a{color:#4a5568;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#2d3748}.footer-copyright{font-size:12px;color:#a0aec0}.footer-disclaimer{font-size:12px;color:#a0aec0;max-width:400px;line-height:1.5}@media(max-width:1024px){.hero-container{display:flex;flex-direction:column;gap:0}.hero-left{display:contents}.hero-badge{order:1;margin-bottom:16px}.hero-title{order:2;margin-bottom:16px}.hero-description{order:3;margin-bottom:30px}.hero-right{order:4;margin:0 0 30px;align-self:center}.hero-buttons{order:5}.phone-screen{width:250px;height:500px}.features-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:repeat(2,1fr)}.cta-buttons{gap:12px}.store-btn{min-width:150px}}@media(max-width:768px){.header{padding:8px 0}.header-container{padding:0 16px;flex-wrap:nowrap;gap:6px}.header-logo{flex-shrink:0;gap:6px}.logo-icon-img{width:22px;height:22px}.logo-text{font-size:15px}.header-nav{flex:1;justify-content:center;gap:10px;min-width:0}.nav-link{font-size:11px;white-space:nowrap}.header-cta{padding:6px 14px;font-size:11px;white-space:nowrap;flex-shrink:0;border-radius:16px}.hero{padding:40px 20px;min-height:auto}.hero-container{gap:30px}.hero-title{font-size:2rem;line-height:1.3}.hero-title-accent{font-size:1.8rem}.hero-description{font-size:.95rem;line-height:1.5}.hero-buttons{flex-direction:column;gap:12px;width:100%}.btn{width:100%;max-width:100%;justify-content:center}.phone-screen{width:200px;height:400px}.features,.experience,.reviews,.cta-section{padding:60px 20px}.section-title{font-size:1.75rem;line-height:1.3}.section-subtitle{font-size:.95rem;margin-bottom:40px}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:24px 20px}.feature-icon{width:48px;height:48px;font-size:24px;margin-bottom:12px}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.85rem}.experience{padding:40px 20px}.experience-tabs{gap:12px;margin-bottom:24px}.tab-btn{padding:10px 20px;font-size:14px}.experience-card{padding:30px 20px}.experience-circle{width:140px;height:140px;margin-bottom:20px}.circle-inner{font-size:16px}.experience-card-title{font-size:18px}.experience-card-subtitle{font-size:12px;margin-bottom:16px}.experience-footer{margin-top:24px;font-size:12px}.reviews-grid{grid-template-columns:1fr;gap:20px}.review-card{padding:20px}.cta-section{padding:80px 20px}.cta-app-icon{width:100px;height:100px;margin-bottom:24px}.cta-title{font-size:1.75rem;margin-bottom:16px}.cta-subtitle{font-size:.95rem;margin-bottom:36px;line-height:1.5}.cta-buttons{flex-direction:column;gap:12px;width:100%}.store-btn{width:100%;max-width:100%;min-width:auto}.footer{padding:30px 20px}.footer-container{flex-direction:column;text-align:left;gap:24px}.footer-right{align-items:flex-start;text-align:left;width:100%}.footer-links{flex-wrap:wrap;gap:16px}.footer-links a{font-size:13px}.footer-copyright,.footer-disclaimer{font-size:11px}}@media(max-width:480px){.header-container{padding:0 16px}.header-nav{gap:16px}.nav-link{font-size:13px}.hero{padding:30px 16px}.hero-title{font-size:1.75rem}.hero-title-accent{font-size:1.5rem}.hero-description{font-size:.9rem}.phone-screen{width:180px;height:360px}.features,.experience,.reviews,.cta-section{padding:50px 16px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.cta-title{font-size:1.5rem}.cta-app-icon{width:90px;height:90px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}#root{min-height:100vh}
