:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;height:100%}a{color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#764ba2}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{line-height:1.2}input,textarea,select{font-family:inherit}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1a1a2e}.nav-bar{display:flex;justify-content:space-between;align-items:center;padding:20px 60px;background:linear-gradient(135deg,#fffffffa,#fffffff2);box-shadow:0 8px 32px #00000014;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{font-size:28px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.5px}.nav-links{display:flex;gap:40px;margin:0;list-style:none}.nav-links a{color:#1a1a2e;text-decoration:none;font-weight:600;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-links a:hover{color:#667eea}.nav-links a:hover:after{width:100%}.hero-section{text-align:center;padding:120px 40px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff0d;border-radius:50%}.hero-section:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.hero-section>*{position:relative;z-index:1}.hero-section h1{margin:0;font-size:56px;font-weight:800;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.1)}.hero-section .subtitle{margin:20px 0 15px;font-size:24px;font-weight:600;opacity:.95;letter-spacing:.5px}.hero-section .description{font-size:18px;opacity:.9;max-width:700px;margin:0 auto 50px;line-height:1.7}.cta-buttons{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-block;padding:16px 45px;font-size:14px;font-weight:700;border-radius:50px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid white;box-shadow:0 10px 30px #00000026;text-transform:uppercase;letter-spacing:1px}.android-btn{background:#fff;color:#667eea}.ios-btn{background:transparent;color:#fff;border-color:#fff}.cta-btn:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000040}.android-btn:hover{background:#f8f9fa}.about-section{padding:120px 60px;background:#fff}.about-section h2{margin:0 0 60px;font-size:42px;font-weight:800;color:#1a1a2e;text-align:center}.about-content{max-width:1100px;margin:0 auto}.about-intro{margin-bottom:60px}.about-main{font-size:18px;line-height:1.8;color:#333;text-align:center;margin:0}.specialties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-bottom:50px}.specialty-item{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;border-radius:16px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #667eea33;position:relative;overflow:hidden}.specialty-item:before{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:#ffffff0d;border-radius:50%}.specialty-item>*{position:relative;z-index:1}.specialty-item:hover{transform:translateY(-8px);box-shadow:0 25px 50px #667eea59}.specialty-icon{font-size:48px;margin-bottom:15px;display:block}.specialty-item h3{font-size:18px;font-weight:700;margin:0 0 12px}.specialty-item p{font-size:14px;opacity:.9;margin:0;line-height:1.6}.about-bottom{text-align:center;padding-top:40px;border-top:2px solid #f0f0f0}.about-bottom p{font-size:16px;color:#555;line-height:1.8;margin:0}.features-section{padding:120px 60px;background:#fff}.features-section h2{margin:0 0 60px;font-size:42px;font-weight:800;color:#1a1a2e;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:30px;max-width:1200px;margin:0 auto}.feature-card{padding:40px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:2px solid transparent}.feature-card:hover{transform:translateY(-8px);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#fff3;box-shadow:0 20px 40px #667eea40}.feature-card h3{margin:0 0 12px;font-size:20px;font-weight:700}.feature-card p{margin:0;color:#666;line-height:1.7;font-size:15px}.feature-card:hover p{color:#ffffffe6}.contact-section{padding:120px 60px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.contact-section h2{margin:0 0 60px;font-size:42px;font-weight:800;color:#1a1a2e;text-align:center}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1100px;margin:0 auto}.contact-card{background:#fff;padding:40px;border-radius:16px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px #667eea33}.contact-icon{font-size:40px;margin-bottom:20px;display:block}.contact-card h3{margin:0 0 15px;font-size:20px;color:#1a1a2e;font-weight:700}.contact-card p{margin:0;font-size:15px;color:#666;line-height:1.7}.contact-card a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-card a:hover{color:#764ba2;text-decoration:underline}.footer{background:linear-gradient(135deg,#1a1a2e,#2d2d44);color:#fff;padding:80px 60px 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:50px;max-width:1200px;margin:0 auto 50px}.footer-section h4{margin:0 0 20px;font-size:18px;font-weight:700;color:#fff}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:12px}.footer-section a,.footer-link{color:#aaa;text-decoration:none;transition:all .3s ease;background:none;border:none;cursor:pointer;font-size:15px;padding:0;font-family:inherit}.footer-section a:hover,.footer-link:hover{color:#f093fb;text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;color:#999;font-size:14px}.footer-bottom p{margin:0}@media(max-width:768px){.nav-bar{padding:15px 20px}.nav-links{gap:15px;font-size:14px}.logo{font-size:20px}.hero-section{padding:60px 20px}.hero-section h1{font-size:32px}.hero-section .subtitle{font-size:18px}.hero-section .description{font-size:16px}.about-section,.contact-section,.features-section{padding:60px 20px}.about-section h2,.contact-section h2,.features-section h2{font-size:28px;margin-bottom:40px}.contact-grid,.features-grid{gap:20px}.cta-btn{padding:14px 32px;font-size:13px}.footer{padding:40px 20px 15px}.footer-content{gap:30px;margin-bottom:30px}}@media(max-width:480px){.nav-links{gap:10px}.hero-section{padding:40px 20px}.hero-section h1{font-size:24px}.hero-section .subtitle{font-size:16px}.hero-section .description{font-size:14px}.about-section h2,.contact-section h2,.features-section h2{font-size:22px}.cta-buttons{gap:10px}.cta-btn{padding:12px 24px;font-size:12px}.features-grid,.contact-grid,.specialties-grid{grid-template-columns:1fr}}
