html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background:#fafafa}.container{max-width:1200px;margin:0 auto;padding:0 24px}.navbar{background:#fff;border-bottom:1px solid #dbdbdb;position:sticky;top:0;z-index:1000;padding:12px 0;box-shadow:0 1px #0000001a}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand h1{font-size:1.75rem;color:#262626;font-weight:600;cursor:pointer;transition:opacity .2s;letter-spacing:-.5px}.nav-brand h1:hover{opacity:.7}.nav-right{display:flex;align-items:center;gap:24px}.nav-menu{display:flex;list-style:none;gap:32px;margin:0;padding:0}.nav-menu a{text-decoration:none;color:#262626;font-weight:400;font-size:.9375rem;transition:color .2s;position:relative}.nav-menu a:hover{color:#8e8e8e}.nav-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#262626;transition:width .2s}.nav-menu a:hover:after{width:100%}.hero{padding:100px 0 120px;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:float 20s infinite linear;opacity:.3}.hero-content{max-width:800px;margin:0 auto;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:70px 50px;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff80;border:1px solid rgba(255,255,255,.8);position:relative;z-index:1}.hero-title{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:28px;line-height:1.1;letter-spacing:-1.5px;animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:1.25rem;color:#555;line-height:1.75;margin-bottom:48px;font-weight:400;animation:fadeInUp .8s ease-out .2s both}.functions-section{margin-top:48px;padding-top:40px;border-top:2px solid #f0f0f0;animation:fadeInUp .8s ease-out .4s both}.functions-section h2{font-size:1.5rem;font-weight:700;color:#262626;margin-bottom:16px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.function-list{font-size:1.125rem;color:#666;font-weight:500;line-height:1.8}.section{padding:100px 0;background:#fafafa;position:relative}.section-product,.section-about,.section-contact{background:linear-gradient(135deg,#fff,#fafafa);border-radius:24px;margin:32px auto;max-width:900px;padding:70px 56px;box-shadow:0 10px 40px #00000014,0 0 0 1px #0000000a;border:1px solid rgba(219,219,219,.5);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.section-product:hover,.section-about:hover,.section-contact:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000001f,0 0 0 1px #0000000f}.section-product:before,.section-about:before,.section-contact:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb)}.section-icon{font-size:4rem;margin-bottom:24px;display:block;animation:float 3s ease-in-out infinite}.section-title{font-size:2.75rem;font-weight:800;color:#000;margin-bottom:24px;text-align:center;letter-spacing:-1px;position:relative}.section-description{font-size:1.1875rem;color:#666;line-height:1.8;text-align:center;max-width:750px;margin:0 auto;font-weight:400}.contact-info{display:flex;flex-direction:column;gap:16px;align-items:center;margin-top:40px}.contact-item-wrapper{display:flex;align-items:center;gap:16px;padding:0;background:transparent;border:none;transition:all .3s ease}.contact-item-wrapper:before{display:none}.contact-item-wrapper:hover{transform:none;box-shadow:none;border:none}.contact-icon{font-size:1.5rem;margin:0;filter:none;transition:transform .3s ease}.contact-item-wrapper:hover .contact-icon{transform:scale(1.1)}.contact-email,.contact-phone,.contact-address{font-size:1.125rem;color:#262626;margin:0;line-height:1.6;text-align:left;font-weight:400;transition:color .3s ease}.contact-item-wrapper:hover .contact-email,.contact-item-wrapper:hover .contact-phone,.contact-item-wrapper:hover .contact-address{color:#667eea}.contact-email{font-weight:500;color:#0095f6;text-decoration:none;cursor:pointer}.contact-email:hover{color:#1877f2;text-decoration:underline}.legal-section{min-height:60vh;padding:60px 0;background:#fafafa}.legal-content{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;padding:48px;box-shadow:0 2px 16px #0000000a;border:1px solid #dbdbdb}.legal-text{line-height:1.8;color:#000;margin-bottom:2rem}.legal-text p{margin-bottom:1rem;font-size:.9375rem;color:#000}.legal-text p strong{font-weight:600;color:#000;font-size:1rem}.legal-text ul{margin:1rem 0;padding-left:2rem}.legal-text li{margin-bottom:.5rem;font-size:.9375rem;line-height:1.6;color:#000}.back-button{background:#0095f6;color:#fff;border:none;padding:10px 24px;font-size:.9375rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s}.back-button:hover{background:#1877f2}.footer{background:#fff;border-top:1px solid #dbdbdb;padding:32px 0;text-align:center;margin-top:40px}.footer-links{display:flex;justify-content:center;gap:32px;margin-bottom:16px}.footer-links a{color:#8e8e8e;text-decoration:none;font-size:.875rem;transition:color .2s;font-weight:400}.footer-links a:hover{color:#262626}.footer-copyright{color:#8e8e8e;font-size:.8125rem;margin-top:16px;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) translate(0)}33%{transform:translateY(-10px) translate(10px)}66%{transform:translateY(10px) translate(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.hero-content{animation:fadeInUp .8s ease-out}.section-product,.section-about,.section-contact{animation:fadeInUp .6s ease-out}.section-product{animation-delay:.1s;animation-fill-mode:both}.section-about{animation-delay:.2s;animation-fill-mode:both}.section-contact{animation-delay:.3s;animation-fill-mode:both}@media (max-width: 768px){.container{padding:0 16px}.nav-menu{gap:20px;font-size:.875rem}.hero{padding:60px 0}.hero-content{padding:40px 24px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.section-product,.section-about,.section-contact{padding:40px 24px;margin:16px}.contact-info{grid-template-columns:1fr}.section-icon{font-size:3rem}.nav-right{gap:16px}.legal-content{padding:32px 24px}}@media (max-width: 480px){.nav-menu{display:none}.hero{padding:40px 0}.hero-content{padding:32px 20px}.hero-title{font-size:2rem}.section{padding:40px 0}.section-product,.section-about,.section-contact{padding:32px 20px;margin:12px}.contact-info{grid-template-columns:1fr;gap:16px}.contact-item-wrapper{padding:24px 20px}.section-icon{font-size:2.5rem}.footer-links{flex-direction:column;gap:16px}}*{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;background:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
