*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#0a0a0a;min-height:100vh}.header-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.header{justify-content:space-between;margin:0 auto;max-width:1400px;padding:20px 40px;width:100%}.header,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:36px;font-weight:700;gap:16px}.logo-text{align-items:center;display:flex}.logo-highlight,.logo-plain{color:#fff}.logo-icon{border-radius:14px;height:60px;width:60px}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#8b5cf6}.social-links{display:flex;gap:16px}.social-links a{color:#fff;font-size:20px;transition:color .2s}.social-links a:hover{color:#8b5cf6}.hero{margin:0 auto;max-width:1400px;padding:80px 40px 40px;text-align:center}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:20px}.hero-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;border-radius:20px;display:inline-block;padding:8px 20px;position:relative}.hero-highlight:before{background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:20px;content:"";inset:0;opacity:.2;position:absolute;z-index:-1}.hero-subtitle{color:#d1d5db;font-size:1.125rem;font-weight:400;line-height:1.6;margin:0 auto 40px;max-width:650px}.app-store-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:60px}.app-store-button{border-radius:12px;display:inline-block;overflow:hidden;transition:transform .2s,filter .2s}.app-store-button:hover{filter:brightness(1.1);transform:translateY(-2px)}.app-store-button img{border-radius:24px;display:block;height:220px;width:auto}.phone-slider{align-items:center;display:flex;gap:12px;justify-content:center;margin:0 auto 80px;max-width:1400px;overflow-x:auto;padding:0 20px;scroll-behavior:smooth}.phone-slider::-webkit-scrollbar{display:none}.phone-slider{-ms-overflow-style:none;scrollbar-width:none}.phone-mockup{background:linear-gradient(145deg,#1f1f23,#2d2d30);border-radius:25px;box-shadow:0 20px 40px #0009,0 0 0 1px #ffffff0d;cursor:pointer;flex:0 0 auto;height:430px;padding:8px;position:relative;transition:all .4s ease;width:200px}.phone-mockup:hover{box-shadow:0 30px 60px #000c,0 0 0 1px #ffffff26;transform:translateY(-8px) scale(1.02)}.phone-mockup:first-child{background:linear-gradient(145deg,#2d1f30,#4a2d50)}.phone-mockup:nth-child(2){background:linear-gradient(145deg,#1f2d30,#2d4a50)}.phone-mockup:nth-child(3){background:linear-gradient(145deg,#301f2d,#4a2d3d)}.phone-mockup:nth-child(4){background:linear-gradient(145deg,#1f301f,#2d4a2d)}.phone-mockup:nth-child(5){background:linear-gradient(145deg,#2f2d1f,#4a452d)}.phone-mockup:nth-child(6){background:linear-gradient(145deg,#1f2f2d,#2d4a45)}.phone-screen{background:#000;border-radius:22px;height:100%;overflow:hidden;position:relative;width:100%}.phone-screen:before{background:#333;border-radius:2px;content:"";height:4px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:60px;z-index:10}.phone-screen img{border-radius:22px;height:100%;object-fit:cover;width:100%}.reviews{margin:0 auto;max-width:1200px;padding:80px 40px}.reviews-header{margin-bottom:60px;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:16px}.section-subtitle{color:#9ca3af;font-size:1.125rem}.reviews-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:50px}.review-card{background:linear-gradient(145deg,#0f0f0f,#1a1a1a);border:1px solid #ffffff0f;border-radius:20px;padding:28px;transition:transform .2s ease,box-shadow .2s ease}.review-card:hover{box-shadow:0 8px 30px #0000004d;transform:translateY(-2px)}.review-rating{display:flex;gap:4px;margin-bottom:16px}.review-text{color:#e5e7eb;font-size:1rem;line-height:1.6;margin-bottom:20px}.review-author{color:#8b5cf6;font-weight:600}.app-ratings{display:flex;flex-wrap:wrap;gap:60px;justify-content:center}.rating-item{text-align:center}.rating-score{font-size:1.5rem;font-weight:700;margin-bottom:8px}.rating-stars{display:flex;gap:4px;justify-content:center;margin-bottom:8px}.rating-label{color:#9ca3af;font-size:.875rem}.feature-showcase{margin:0 auto;max-width:1400px;padding:80px 40px}.feature-showcase-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.feature-showcase-card{align-items:center;border-radius:32px;color:#fff;display:flex;justify-content:space-between;min-height:280px;overflow:hidden;padding:50px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.feature-showcase-card:before{background:inherit;bottom:0;content:"";left:0;opacity:.9;position:absolute;right:0;top:0;z-index:1}.feature-showcase-card>*{position:relative;z-index:2}.feature-showcase-card:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.purple-gradient{background:linear-gradient(135deg,#a855f7,#ec4899,#f97316)}.teal-gradient{background:linear-gradient(135deg,#0d9488,#06b6d4,#3b82f6)}.green-gradient{background:linear-gradient(135deg,#10b981,#059669,#047857)}.blue-gradient{background:linear-gradient(135deg,#3b82f6,#1d4ed8,#1e40af)}.pink-gradient{background:linear-gradient(135deg,#ec4899,#db2777,#be185d)}.orange-gradient{background:linear-gradient(135deg,#f97316,#ef4444,#dc2626)}.feature-showcase-content{flex:1 1;padding-right:30px}.feature-showcase-title{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:12px}.feature-showcase-subtitle{font-size:1.125rem;font-weight:400;margin-bottom:24px;opacity:.9}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{font-size:1rem;margin-bottom:12px;opacity:.95;padding-left:24px;position:relative}.feature-list li:before{color:#fffc;content:"✓";font-weight:700;left:0;position:absolute}.feature-showcase-mockup{flex:0 0 140px;margin-left:30px}.feature-showcase-mockup img{border-radius:20px;box-shadow:0 15px 30px #0006;height:auto;transition:transform .3s ease;width:100%}.feature-showcase-card:hover .feature-showcase-mockup img{transform:scale(1.05)}.features{margin:0 auto;max-width:1400px;padding:80px 40px}.features-header{margin-bottom:60px;text-align:center}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:60px}.features-summary{display:flex;justify-content:center;margin-top:60px}.summary-card{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border:1px solid #ffffff1a;border-radius:24px;max-width:600px;padding:40px;text-align:center}.summary-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700;margin-bottom:16px}.summary-description{color:#d1d5db;font-size:1.125rem;line-height:1.6;margin-bottom:32px}.summary-stats{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.stat-item{text-align:center}.stat-number{color:#a855f7;display:block;font-size:2rem;font-weight:800;margin-bottom:8px}.stat-label{color:#9ca3af;font-size:.875rem;font-weight:500}.feature-item{align-items:flex-start;display:flex;gap:20px}.feature-icon-small{align-items:center;background:linear-gradient(135deg,#374151,#4b5563);border-radius:12px;display:flex;flex-shrink:0;font-size:20px;height:48px;justify-content:center;width:48px}.feature-content{flex:1 1}.feature-title-small{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:8px}.feature-description-small{color:#9ca3af;font-size:.95rem;line-height:1.5}.footer{background:#0f0f0f;border-top:1px solid #ffffff1a;padding:60px 40px 40px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:20px}.footer-icon{border-radius:12px;height:48px;width:48px}.footer-section h3{font-size:1.25rem;font-weight:700;margin-bottom:20px}.footer-logo h3{font-size:28px;margin-bottom:0}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:40px auto 0;max-width:1200px;padding-top:40px}.footer-bottom p{color:#6b7280;font-size:.875rem}@media (max-width:768px){.header{padding:16px 20px}.nav-links{display:none}.hero{padding:60px 20px 30px}.phone-slider{justify-content:flex-start;padding:0 10px}.phone-mockup{height:340px;width:160px}.feature-showcase-grid{gap:30px;grid-template-columns:1fr}.feature-showcase-card{flex-direction:column;min-height:auto;padding:40px 30px;text-align:center}.feature-showcase-content{margin-bottom:30px;padding-right:0}.feature-showcase-mockup{flex:0 0 120px;margin-left:0}.features-grid{gap:24px;grid-template-columns:1fr}.app-ratings{gap:30px}.footer-bottom{flex-direction:column;text-align:center}.reviews-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.app-store-buttons{align-items:center;flex-direction:column}.phone-mockups{grid-template-columns:1fr 1fr;max-width:400px}.phone-mockups .phone-mockup:last-child{grid-column:1/-1;justify-self:center}}
/*# sourceMappingURL=main.d5ffb99e.css.map*/