:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}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}}.header{position:fixed;top:20px;left:50%;transform:translate(-50%);width:90%;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center;padding:14px 28px;border-radius:50px;background:#ffffff26;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 30px #00000040;transition:background .3s ease,box-shadow .3s ease}.header.scrolled .header-container{background:#ffffffe6;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(0,0,0,.05)}.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.header-logo img{width:150px;height:auto}.header-brand{display:flex;flex-direction:column;justify-content:center;line-height:1.1}.brand-line-1{font-family:Satoshi Variable,sans-serif;font-weight:700;font-size:18px;color:#fff;letter-spacing:.5px;transition:color .3s ease}.header.scrolled .brand-line-1{color:#111}.brand-line-2{font-family:Satoshi Variable,sans-serif;font-weight:400;font-size:13px;color:#ffffffe6;letter-spacing:.5px;transition:color .3s ease}.header.scrolled .brand-line-2{color:#444}.brand-line-2 small{font-size:.85em;opacity:.8}.header-nav a{margin-left:24px;text-decoration:none;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#fff;transition:opacity .3s ease,color .3s ease}.header.scrolled .header-nav a{color:#111}.header-nav a:hover{opacity:.7}.header.scrolled .header-nav a:hover{color:#0d4eff;opacity:1}.hero{height:100vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;padding-left:8%;color:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#000000a6,#00000040)}.hero-content{position:relative;max-width:720px}.hero-content h1{font-family:Satoshi Variable,sans-serif;font-size:52px;font-weight:700;line-height:1.15;margin-bottom:20px}.hero-content p{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;max-width:600px;margin-bottom:32px}.hero-btn{font-family:Inter,sans-serif;font-size:15px;font-weight:600;padding:14px 28px;border-radius:6px;border:none;background-color:#0d4eff;color:#fff;cursor:pointer;transition:background .3s ease}.hero-btn:hover{background-color:#003cff}.service-section{padding:100px 8%;background:linear-gradient(180deg,#fff,#f4f7ff);font-family:Inter,sans-serif}.service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px;flex-wrap:wrap;gap:30px}.service-title{font-family:Satoshi Variable,sans-serif;font-size:48px;font-weight:500;margin:0;color:#111;letter-spacing:-1px;flex:1;min-width:300px}.service-description{flex:1;min-width:300px;font-size:18px;line-height:1.6;color:#333;max-width:500px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:40px}.service-card{background:#fff;border-radius:20px;overflow:hidden;display:flex;box-shadow:0 20px 40px #141e640d;transition:transform .3s ease,box-shadow .3s ease;height:300px}.service-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px #141e641a}.service-card-image{width:40%;overflow:hidden}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card-image img{transform:scale(1.05)}.service-card-content{width:60%;padding:40px;display:flex;flex-direction:column;justify-content:center}.service-card-content h3{font-family:Satoshi Variable,sans-serif;font-size:24px;font-weight:500;margin:0 0 16px;color:#111;line-height:1.2;text-transform:uppercase}.service-card-content p{font-size:15px;line-height:1.6;color:#555;margin:0}@media(max-width:768px){.service-section{padding:60px 5%}.service-header{flex-direction:column;gap:20px}.service-title{font-size:36px}.service-grid{grid-template-columns:1fr}.service-card{height:auto;min-height:250px}}@media(max-width:600px){.service-card{flex-direction:column;height:auto}.service-card-image{width:100%;height:200px}.service-card-content{width:100%;padding:24px}}.aboutus-section{padding:100px 8%;background-color:#fff;font-family:Inter,sans-serif}.aboutus-title{font-family:Satoshi Variable,sans-serif;font-size:48px;font-weight:500;margin-bottom:60px;color:#111;letter-spacing:-1px}.aboutus-content{display:flex;align-items:center;gap:80px;justify-content:space-between}.aboutus-text{flex:1;max-width:500px}.aboutus-text p{font-size:18px;line-height:1.6;color:#333;margin-bottom:24px}.aboutus-text p:last-child{margin-bottom:0}.aboutus-image-container{flex:1.2}.aboutus-image-container img{width:100%;height:auto;border-radius:20px;display:block;box-shadow:0 20px 40px #0000000d}@media(max-width:992px){.aboutus-content{flex-direction:column;gap:40px}.aboutus-text{max-width:100%}.aboutus-image-container{width:100%}}@media(max-width:768px){.aboutus-section{padding:60px 5%}.aboutus-title{font-size:36px;margin-bottom:40px}.aboutus-text p{font-size:16px}}.testimonial-section{padding:100px 8%;background-color:#fff;font-family:Inter,sans-serif}.testimonial-title{font-family:Satoshi Variable,sans-serif;font-size:48px;font-weight:500;margin-bottom:60px;color:#111;letter-spacing:-1px;text-transform:uppercase}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.testimonial-card{display:flex;flex-direction:column}.testimonial-image-container{position:relative;margin-bottom:20px}.testimonial-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:20px;display:block}.quote-icon{position:absolute;bottom:-35px;right:15px;width:48px;height:auto}.testimonial-content{margin-top:20px}.testimonial-text{font-size:16px;line-height:1.5;color:#333;margin-bottom:24px;max-width:90%}.testimonial-author{font-family:Satoshi Variable,sans-serif;font-size:20px;font-weight:500;color:#000;text-transform:uppercase;line-height:1.2;margin:0;max-width:80%}@media(max-width:768px){.testimonial-section{padding:60px 5%}.testimonial-title{font-size:32px;margin-bottom:40px}.testimonial-grid{gap:60px}}.cta-section{padding:100px 8%;background-color:#fff;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:space-between;gap:60px}.cta-content{flex:1;max-width:600px}.cta-title{font-family:Satoshi Variable,sans-serif;font-size:48px;font-weight:500;line-height:1.1;color:#000;margin-bottom:30px;letter-spacing:-.5px;text-transform:uppercase}.cta-text{font-size:18px;line-height:1.6;color:#333;margin-bottom:40px;max-width:450px}.cta-btn{font-family:Inter,sans-serif;font-size:16px;font-weight:500;padding:14px 28px;display:inline-block;background-color:#0d4eff;color:#fff;border:none;cursor:pointer;transition:background .3s ease;border-radius:4px}.cta-btn:hover{background-color:#003cff}.cta-image-container{flex:1;display:flex;justify-content:flex-end}.cta-image-container img{width:100%;max-width:600px;height:auto;border-radius:20px;display:block;box-shadow:0 20px 40px #0000001a}@media(max-width:900px){.cta-section{flex-direction:column;padding:60px 5%;text-align:left}.cta-content{max-width:100%}.cta-title{font-size:36px}.cta-image-container{width:100%;justify-content:center}}.footer-section{background-color:#fff;font-family:Inter,sans-serif;padding:80px 8% 30px;position:relative;overflow:hidden;border-top:1px solid #eee}.footer-container{position:relative;max-width:1400px;margin:0 auto}.footer-bg-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;opacity:.05;pointer-events:none;width:60%;max-width:600px}.footer-bg-logo img{width:100%;height:auto}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;position:relative;z-index:1;margin-bottom:60px}.footer-col{flex:1;min-width:200px}.footer-col-logo{flex:1.5}.footer-logo-img{width:280px;height:auto}.footer-heading{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#003bff;text-transform:uppercase;margin-bottom:24px;margin-top:0}.footer-heading-legal{text-transform:none;font-size:16px;font-weight:500}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{text-decoration:underline;color:#333;font-size:14px;font-weight:400;transition:color .2s}.footer-links a:hover{color:#0d4eff}.footer-contact-list{list-style:none;padding:0;margin:0}.footer-contact-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:14px;color:#333;line-height:1.4}.footer-contact-list img{width:18px;height:auto;margin-top:2px}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid #eaeaea;position:relative;z-index:1}.footer-bottom p{font-size:13px;color:#666;margin:0}@media(max-width:900px){.footer-content{flex-direction:column;gap:40px}.footer-col{min-width:100%}}.contact-page{font-family:Inter,sans-serif;color:#000;padding-top:120px;background-color:#fff}.contact-container{max-width:1200px;margin:0 auto;padding:0 5% 100px;display:flex;justify-content:space-between;gap:60px;align-items:flex-start}.contact-left{flex:1;max-width:500px;padding-top:20px}.contact-title{font-family:Satoshi Variable,sans-serif;font-size:64px;font-weight:500;margin-bottom:24px;line-height:1.1;letter-spacing:-1px}.contact-description{font-size:18px;line-height:1.6;color:#333;margin-bottom:80px}.contact-info-section{margin-top:40px}.contact-section-title{font-family:Satoshi Variable,sans-serif;font-size:28px;font-weight:500;margin-bottom:30px;text-transform:uppercase}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{display:flex;align-items:center;gap:15px;margin-bottom:20px;font-size:15px;color:#333}.contact-list img{width:20px;height:auto}.contact-right{flex:1;max-width:550px}.contact-form{background:#fff;padding:40px;border-radius:20px;box-shadow:0 20px 60px #00000014;border:1px solid #f0f0f0}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:12px;font-weight:600;margin-bottom:8px;text-transform:uppercase;color:#444;letter-spacing:.5px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;background-color:#f8faff;border:1px solid #e1e7f5;border-radius:8px;font-size:15px;font-family:inherit;color:#000;outline:none;transition:border-color .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{border-color:#0d4eff}.form-group textarea{resize:vertical}.checkbox-group{margin-top:30px;margin-bottom:30px}.checkbox-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;cursor:pointer}.checkbox-item input[type=checkbox]{margin-top:4px;accent-color:#0d4eff;width:16px;height:16px}.checkbox-item span{font-size:10px;color:#202020;line-height:1.5}.submit-btn{width:100%;padding:16px;background-color:#02f;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:700;border:none;border-radius:4px;cursor:pointer;text-transform:uppercase;transition:background .3s}.submit-btn:hover{background-color:#0019bd}@media(max-width:900px){.contact-container{flex-direction:column;padding-top:40px}.contact-left,.contact-right{max-width:100%}.contact-description{margin-bottom:40px}}.toast-notification{position:fixed;top:100px;right:30px;background-color:#28a745;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:2000;font-family:Inter,sans-serif;font-size:14px;font-weight:500;animation:slideIn .3s ease-out forwards}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.terms-page{font-family:Inter,sans-serif;color:#111;background-color:#fff;padding-top:120px}.terms-container{max-width:900px;margin:0 auto;padding:0 5% 100px}.terms-title{font-family:Satoshi Variable,sans-serif;font-size:48px;font-weight:600;margin-bottom:50px;letter-spacing:-1px}.terms-section{margin-bottom:40px}.terms-section h2{font-family:Satoshi Variable,sans-serif;font-size:24px;font-weight:500;margin-bottom:15px;color:#000}.terms-section p{font-size:15px;line-height:1.6;color:#333;margin-bottom:10px}.note{margin-top:15px}.terms-list{list-style-type:none;padding-left:0;margin-top:5px}.terms-list li{font-size:15px;line-height:1.6;color:#333;padding-left:15px;position:relative;margin-bottom:5px}.terms-list li:before{content:"-";position:absolute;left:0}@media(max-width:768px){.terms-title{font-size:36px}.terms-section h2{font-size:20px}}.privacy-page{font-family:Inter,sans-serif;color:#111;background-color:#fff;padding-top:120px}.privacy-container{max-width:900px;margin:0 auto;padding:0 5% 100px}.privacy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:20px}.privacy-title{font-family:Satoshi Variable,sans-serif;font-size:48px;font-weight:600;margin:0;letter-spacing:-1px}.last-updated{background-color:#cddbff;color:#000;padding:8px 16px;border-radius:4px;font-size:13px;font-weight:500}.privacy-intro{margin-bottom:50px}.privacy-intro p{font-size:15px;line-height:1.6;color:#333;margin-bottom:20px}.privacy-section{margin-bottom:40px}.privacy-section h2{font-family:Satoshi Variable,sans-serif;font-size:24px;font-weight:500;margin-bottom:20px;color:#000}.privacy-section p{font-size:15px;line-height:1.6;color:#333;margin-bottom:15px}.privacy-list{list-style-type:disc;padding-left:20px;margin-bottom:20px}.privacy-list li{font-size:15px;line-height:1.6;color:#333;margin-bottom:10px}@media(max-width:768px){.privacy-title{font-size:36px}.last-updated{font-size:12px}}#root{width:100%}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}body{font-family:Inter,sans-serif}h1,h2,h3,h4,h5{font-family:Satoshi Variable,sans-serif}
