@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}:root{--background:#ffffff;--foreground:#1d1d1f;--primary-blue:#007AFF;--light-blue:#E3F2FD;--hero-bg:linear-gradient(135deg,#007AFF,#5856D6);--text-gray:#666666;--border-gray:#e5e5e7;--card-bg:#ffffff;--shadow-light:0 4px 20px rgba(0,0,0,0.08);--shadow-medium:0 8px 30px rgba(0,0,0,0.12);--shadow-heavy:0 12px 40px rgba(0,0,0,0.15);--radius-small:8px;--radius-medium:12px;--radius-large:16px;--radius-xl:20px}*{margin:0;padding:0;box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}html{scroll-behavior:smooth}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-medium);font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer;font-size:16px;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:var(--primary-blue);color:white;box-shadow:var(--shadow-light)}.btn-primary:hover{background:#0056CC;transform:translateY(-2px);box-shadow:var(--shadow-medium)}.btn-secondary{background:white;color:var(--primary-blue);border:1px solid var(--primary-blue);box-shadow:var(--shadow-light)}.btn-secondary:hover{background:var(--primary-blue);color:white;transform:translateY(-2px);box-shadow:var(--shadow-medium)}.card{background:var(--card-bg);border-radius:var(--radius-large);padding:24px;box-shadow:var(--shadow-light);transition:all .3s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(0,0,0,.04)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-gray);z-index:1000;padding:16px 0}.navbar-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px}.logo{font-size:24px;color:var(--primary-blue)}.logo,.logo-icon{display:flex;align-items:center;font-weight:700}.logo-icon{width:32px;height:32px;background:var(--primary-blue);border-radius:6px;margin-right:8px;justify-content:center;color:white}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{color:var(--foreground);font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-blue)}.nav-actions{gap:16px}.hero,.nav-actions{display:flex;align-items:center}.hero{background:var(--gradient-blue);min-height:100vh;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:2;text-align:center;color:white;max-width:800px;margin:0 auto;padding:0 20px}.hero-title{font-size:4rem;font-weight:700;margin-bottom:24px;line-height:1.1}.hero-subtitle{font-size:1.5rem;margin-bottom:40px;opacity:.9}.hero-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:60px}.hero-buttons .btn{padding:16px 32px;font-size:18px}.platform-icons{gap:32px;opacity:.8}.platform-icon,.platform-icons{display:flex;justify-content:center}.platform-icon{width:48px;height:48px;background:rgba(255,255,255,.2);border-radius:12px;align-items:center;font-size:20px;transition:transform .3s ease}.platform-icon:hover{transform:scale(1.1)}.features{padding:120px 0;background:white}.section-title{text-align:center;font-size:3rem;font-weight:700;color:var(--primary-blue);margin-bottom:24px}.section-subtitle{text-align:center;font-size:1.25rem;color:var(--text-gray);margin-bottom:80px;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;margin-top:80px}.feature-card{text-align:center;padding:40px 24px}.feature-icon{width:80px;height:80px;background:var(--light-blue);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px;color:var(--primary-blue)}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:var(--foreground)}.feature-description{color:var(--text-gray);line-height:1.6}.download{padding:120px 0;background:#f8f9fa}.download-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:32px;gap:32px;max-width:800px;margin:0 auto}.download-item{text-align:center;padding:32px 16px;background:white;border-radius:16px;transition:transform .3s ease;position:relative}.download-item:hover{transform:translateY(-8px)}.download-icon{width:64px;height:64px;background:var(--light-blue);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px;color:var(--primary-blue)}.download-label{font-weight:600;color:var(--foreground)}.download-sublabel{font-size:.875rem;color:var(--text-gray);margin-top:4px}.testimonial{padding:120px 0;background:white}.testimonial-content{max-width:800px;margin:0 auto;text-align:center}.testimonial-title{font-size:2rem;color:var(--primary-blue);margin-bottom:60px}.testimonial-card{background:#f8f9fa;border-radius:20px;padding:40px;position:relative}.testimonial-quote{font-size:1.25rem;line-height:1.6;color:var(--foreground);margin-bottom:24px}.testimonial-author{gap:16px}.author-avatar,.testimonial-author{display:flex;align-items:center;justify-content:center}.author-avatar{width:60px;height:60px;border-radius:50%;background:var(--light-blue);font-size:24px;color:var(--primary-blue)}.author-info{text-align:left}.author-name{font-weight:600;color:var(--foreground)}.author-title{color:var(--text-gray);font-size:.875rem}.cta{padding:120px 0;background:var(--light-blue)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:24px}.cta-description{font-size:1.125rem;color:var(--text-gray);margin-bottom:40px;line-height:1.6}.footer{background:#1a1a1a;color:white;padding:80px 0 40px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-bottom:40px}.footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:24px;color:white}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#ccc;transition:color .3s ease}.footer-links a:hover{color:white}.footer-bottom{border-top:1px solid #333;padding-top:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.payment-methods{gap:16px}.payment-icon,.payment-methods{display:flex;align-items:center}.payment-icon{width:32px;height:20px;background:#333;border-radius:4px;justify-content:center;font-size:10px;color:white}.language-selector{display:flex;align-items:center;gap:8px;color:#ccc}@media (max-width:768px){.container,.navbar-content{padding:0 16px}.nav-links{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-buttons{flex-direction:column;align-items:center}.platform-icons{gap:16px}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:24px}.download-grid{grid-template-columns:repeat(2,1fr);gap:16px}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:480px){.hero-title{font-size:2rem}.download-grid{grid-template-columns:1fr}.testimonial-card{padding:24px}}