@charset "UTF-8";: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;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}}.home-page .features .features-grid .feature-card h3,.home-page .hero .hero-animation .animation-content .animated-text,.home-page .hero .hero-content .stats .stat-item .number,.home-page .hero .hero-content h1,.home-page .header .logo{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;color:#232323}.contact-info .contact-item,.home-page .features .features-grid .feature-card p,.home-page .hero .hero-animation .animation-content .animated-tagline,.home-page .hero .hero-animation .animation-content .animated-subtitle,.home-page .hero .hero-content .stats .stat-item .label,.home-page .hero .hero-content .subtitle,.home-page .header .nav a{font-family:Outfit,sans-serif;font-weight:400;color:#232323}.text-xxl{font-size:90px}.text-xl{font-size:70px}.text-lg{font-size:50px}.color-primary{color:#0067ff}.color-gray{color:#6e7174}.bg-light-gray{background-color:#e7ebee}.bg-off-white{background-color:#f9f9f9}.home-page{min-height:100vh;background:#F9F9F9}.home-page .header{padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;background:white;box-shadow:0 2px 10px #0000001a}.home-page .header .logo{font-size:2rem;color:#0067ff}.home-page .header .nav{display:flex;gap:2rem;flex-wrap:wrap}.home-page .header .nav a{text-decoration:none;color:#232323;font-weight:500;transition:color .3s ease;background:none;border:none;padding:0;cursor:pointer;white-space:nowrap}.home-page .header .nav a:hover{color:#0067ff}.home-page .header .cart-icon{background:#0067FF;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease;font-size:1.2rem;position:relative}.home-page .header .cart-icon:before{content:"🛒";filter:brightness(0) invert(1);display:block;line-height:1}.home-page .header .cart-icon:hover{transform:scale(1.1);background:rgb(0,82.4,204)}.home-page .hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;align-items:center;min-height:80vh}.home-page .hero .hero-content h1{font-size:90px;margin-bottom:1.5rem;line-height:1.1}.home-page .hero .hero-content h1 .accent{color:#0067ff}.home-page .hero .hero-content .subtitle{font-size:1.5rem;color:#6e7174;margin-bottom:2rem;line-height:1.6}.home-page .hero .hero-content .cta-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.home-page .hero .hero-content .cta-buttons a{text-decoration:none;padding:1rem 2rem;border-radius:8px;font-family:Outfit,sans-serif;font-weight:500;font-size:1.1rem;cursor:pointer;border:none;transition:all .3s ease;display:inline-block;text-align:center;flex:1;min-width:200px;box-sizing:border-box}.home-page .hero .hero-content .cta-buttons a.btn-primary{background:#0067FF;color:#fff}.home-page .hero .hero-content .cta-buttons a.btn-primary:hover{background:#0052cc;transform:translateY(-2px)}.home-page .hero .hero-content .cta-buttons a.btn-secondary{background:transparent;color:#232323;border:2px solid #E7EBEE}.home-page .hero .hero-content .cta-buttons a.btn-secondary:hover{border-color:#0067ff;transform:translateY(-2px)}.home-page .hero .hero-content .stats{display:flex;gap:2rem;flex-wrap:wrap}.home-page .hero .hero-content .stats .stat-item{flex:1;min-width:120px}.home-page .hero .hero-content .stats .stat-item .number{font-size:2rem;color:#0067ff;display:block}.home-page .hero .hero-content .stats .stat-item .label{color:#6e7174;font-size:.9rem}.home-page .hero .hero-animation{position:relative;width:100%;height:500px;background:linear-gradient(135deg,#0067FF 0%,#7B61FF 50%,#00D4FF 100%);border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.home-page .hero .hero-animation .floating-shapes{position:absolute;width:100%;height:100%}.home-page .hero .hero-animation .floating-shapes .shape{position:absolute;border-radius:50%;background:rgba(255,255,255,.15);animation:float 4s infinite ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-page .hero .hero-animation .floating-shapes .shape.shape-1{width:60px;height:60px;top:15%;left:8%;animation-delay:0s;animation-duration:3s}.home-page .hero .hero-animation .floating-shapes .shape.shape-2{width:100px;height:100px;top:55%;left:85%;animation-delay:.5s;animation-duration:3.5s}.home-page .hero .hero-animation .floating-shapes .shape.shape-3{width:40px;height:40px;top:75%;left:15%;animation-delay:1s;animation-duration:2.5s}.home-page .hero .hero-animation .floating-shapes .shape.shape-4{width:80px;height:80px;top:25%;left:75%;animation-delay:1.5s;animation-duration:4s}.home-page .hero .hero-animation .floating-shapes .shape.shape-5{width:50px;height:50px;top:65%;left:55%;animation-delay:.2s;animation-duration:3.2s}.home-page .hero .hero-animation .floating-shapes .shape.shape-6{width:70px;height:70px;top:35%;left:25%;animation-delay:.8s;animation-duration:3.8s}.home-page .hero .hero-animation .floating-shapes .shape.shape-7{width:90px;height:90px;top:10%;left:60%;animation-delay:1.2s;animation-duration:4.2s}.home-page .hero .hero-animation .floating-shapes .shape.shape-8{width:45px;height:45px;top:80%;left:40%;animation-delay:.4s;animation-duration:2.8s}.home-page .hero .hero-animation .floating-shapes .shape.shape-9{width:110px;height:110px;top:45%;left:5%;animation-delay:1.8s;animation-duration:4.5s}.home-page .hero .hero-animation .floating-shapes .shape.shape-10{width:55px;height:55px;top:5%;left:35%;animation-delay:.6s;animation-duration:3.6s}.home-page .hero .hero-animation .animation-content{position:relative;z-index:2;text-align:center;color:#fff}.home-page .hero .hero-animation .animation-content .animated-text{font-size:3.5rem;margin-bottom:.5rem;animation:fadeInUp .8s ease-out;text-transform:uppercase;color:#fff;font-weight:600}.home-page .hero .hero-animation .animation-content .animated-subtitle{font-size:1.8rem;opacity:.9;animation:fadeInUp .8s ease-out .3s both;color:#fff;font-weight:300;margin-bottom:.5rem}.home-page .hero .hero-animation .animation-content .animated-tagline{font-size:1.2rem;opacity:.8;animation:fadeInUp .8s ease-out .6s both;color:#fff;font-weight:400;font-style:italic}.home-page .features{padding:4rem;background:white}.home-page .features .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.home-page .features .features-grid .feature-card{text-align:center;padding:2rem;background:#F9F9F9;border-radius:12px;transition:transform .3s ease}.home-page .features .features-grid .feature-card:hover{transform:translateY(-5px)}.home-page .features .features-grid .feature-card .icon{font-size:2.5rem;margin-bottom:1rem}.home-page .features .features-grid .feature-card h3{font-size:1.2rem;margin-bottom:1rem}.home-page .features .features-grid .feature-card p{color:#6e7174}.contact-info{margin:2rem 0}.contact-info .contact-item{margin-bottom:1rem;font-size:1.1rem;padding:.5rem 0}.contact-info .contact-item strong{color:#0067ff;font-weight:500}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(15px,-25px) rotate(90deg) scale(1.1)}50%{transform:translate(-10px,15px) rotate(180deg) scale(.95)}75%{transform:translate(20px,10px) rotate(270deg) scale(1.05)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.home-page .header .nav{gap:1.5rem}.home-page .hero .hero-content h1{font-size:70px}.home-page .hero .hero-content .cta-buttons a{min-width:180px;font-size:1rem;padding:.9rem 1.8rem}.home-page .hero .hero-animation .animation-content .animated-text{font-size:3rem}.home-page .hero .hero-animation .animation-content .animated-subtitle{font-size:1.5rem}.home-page .hero .hero-animation .animation-content .animated-tagline{font-size:1.1rem}.home-page .features .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.home-page .header{padding:1rem 2rem;flex-wrap:wrap;gap:1rem;justify-content:center}.home-page .header .logo{font-size:1.5rem;flex:1;text-align:center}.home-page .header .nav{gap:1rem;justify-content:center;order:2;width:100%;margin-top:1rem}.home-page .header .nav a{font-size:.9rem;padding:.5rem 1rem;border-radius:4px;background:#F9F9F9}.home-page .header .nav a:hover{background:#E7EBEE}.home-page .header .cart-icon{order:1;margin-left:auto;width:35px;height:35px;font-size:1rem}.home-page .hero{grid-template-columns:1fr;padding:2rem;text-align:center;gap:3rem}.home-page .hero .hero-content h1{font-size:50px}.home-page .hero .hero-content .subtitle{font-size:1.1rem}.home-page .hero .hero-content .cta-buttons{justify-content:center;flex-wrap:wrap;gap:.8rem}.home-page .hero .hero-content .cta-buttons a{flex:1 1 calc(50% - .8rem);min-width:160px;font-size:.95rem;padding:.8rem 1.5rem}.home-page .hero .hero-content .stats{justify-content:center;gap:1.5rem}.home-page .hero .hero-content .stats .stat-item{flex:0 0 calc(50% - 1rem)}.home-page .hero .hero-content .stats .stat-item .number{font-size:1.5rem}.home-page .hero .hero-animation{height:400px}.home-page .hero .hero-animation .animation-content .animated-text{font-size:2.5rem}.home-page .hero .hero-animation .animation-content .animated-subtitle{font-size:1.3rem}.home-page .hero .hero-animation .animation-content .animated-tagline{font-size:1rem}.home-page .hero .hero-animation .floating-shapes .shape.shape-1,.home-page .hero .hero-animation .floating-shapes .shape.shape-2,.home-page .hero .hero-animation .floating-shapes .shape.shape-3,.home-page .hero .hero-animation .floating-shapes .shape.shape-4,.home-page .hero .hero-animation .floating-shapes .shape.shape-5,.home-page .hero .hero-animation .floating-shapes .shape.shape-6,.home-page .hero .hero-animation .floating-shapes .shape.shape-7,.home-page .hero .hero-animation .floating-shapes .shape.shape-8,.home-page .hero .hero-animation .floating-shapes .shape.shape-9,.home-page .hero .hero-animation .floating-shapes .shape.shape-10{width:40px;height:40px}.home-page .features{padding:2rem;margin-top:2rem}.home-page .features .features-grid{grid-template-columns:1fr;gap:1.5rem}.home-page .features .features-grid .feature-card{padding:1.5rem}}@media (max-width: 480px){.home-page .header{padding:1rem;flex-direction:column;align-items:center}.home-page .header .logo{order:1;flex:none;margin-bottom:1rem}.home-page .header .nav{order:2;width:100%;justify-content:center;margin-top:0;margin-bottom:1rem}.home-page .header .nav a{font-size:.85rem;padding:.4rem .8rem;flex:1;text-align:center;min-width:0}.home-page .header .cart-icon{order:3;margin-left:0;width:32px;height:32px;font-size:.9rem}.home-page .hero{padding:1rem}.home-page .hero .hero-content .cta-buttons{flex-direction:column;gap:.8rem}.home-page .hero .hero-content .cta-buttons a{flex:1;min-width:100%;font-size:.9rem;padding:.8rem 1.2rem;width:100%}.home-page .hero .hero-content .stats{flex-direction:column;gap:1rem}.home-page .hero .hero-content .stats .stat-item{flex:0 0 100%;text-align:center}.home-page .hero .hero-content .stats .stat-item .number{font-size:1.3rem}.home-page .hero .hero-animation{height:300px}.home-page .hero .hero-animation .animation-content .animated-text{font-size:2rem}.home-page .hero .hero-animation .animation-content .animated-subtitle{font-size:1.1rem}.home-page .hero .hero-animation .animation-content .animated-tagline{font-size:.9rem}.home-page .features{padding:1rem}}.quote{position:relative;display:inline-block;font-style:italic;color:#232323;line-height:1.6;font-size:1.4rem;font-weight:300;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.05);animation:fadeInQuote 1s ease-out}.quote .quote-mark{font-size:2rem;color:#0067ff;vertical-align:top}.quote-author{display:block;margin-top:1rem;font-size:1.1rem;font-weight:500;color:#6e7174;text-align:right;animation:fadeInQuote 1.4s ease-out}@keyframes fadeInQuote{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
