@import url(https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700;900&display=swap);:root{--primary-color:#0aefff;--secondary-color:#00ff7f;--background-dark:#0d0c1d;--background-light:#16152d;--text-color:#dbe2fb;--text-muted:#8c8d9e;--font-family:"Exo 2",sans-serif;--max-width:1100px}body{background-attachment:fixed;background-color:#0d0c1d;background-color:var(--background-dark);background-image:url(https://www.transparenttextures.com/patterns/stardust.png);color:#dbe2fb;color:var(--text-color);font-family:Exo\ 2,sans-serif;font-family:var(--font-family);margin:0;overflow-x:hidden}h1,h2,h3{font-weight:700;letter-spacing:1px}h1{color:#fff;font-size:4rem;font-weight:900}p{color:#8c8d9e;color:var(--text-muted);line-height:1.8}.btn,p{font-size:1.1rem}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-weight:700;padding:1rem 2.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#0aefff,#00ff7f);background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));box-shadow:0 0 15px #0aefff;box-shadow:0 0 15px var(--primary-color);color:#0d0c1d;color:var(--background-dark)}.btn-primary:hover{box-shadow:0 0 25px #0aefff;box-shadow:0 0 25px var(--primary-color);transform:scale(1.05) translateY(-5px)}.btn-secondary{background:#0000;border:2px solid #0aefff;border:2px solid var(--primary-color);color:#0aefff;color:var(--primary-color)}.btn-secondary:hover{background:#0aefff;background:var(--primary-color);color:#0d0c1d;color:var(--background-dark);transform:scale(1.05) translateY(-5px)}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d0c1dcc;justify-content:space-between;left:0;padding:1rem 5%;position:fixed;right:0;top:0;width:auto;z-index:1000}.header,.header-logo{align-items:center;display:flex}.header-logo{color:#0aefff;color:var(--primary-color);font-size:2rem;font-weight:900;gap:10px}.header-nav a{border-bottom:2px solid #0000;color:#dbe2fb;color:var(--text-color);cursor:pointer;font-size:1.1rem;margin:0 1rem;padding-bottom:5px;transition:color .3s ease}.header-nav a.active,.header-nav a:hover{border-bottom:2px solid #0aefff;border-bottom:2px solid var(--primary-color);color:#0aefff;color:var(--primary-color)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.section{border-bottom:1px solid #ffffff1a;display:flex;justify-content:center;padding:8rem 5%}.section:last-of-type{border-bottom:none}.section-content-wrapper{max-width:1100px;max-width:var(--max-width);text-align:center;width:100%}.hero-section{align-items:center;display:flex;min-height:100vh}.hero-rocket{animation:float 4s ease-in-out infinite;color:#0aefff;color:var(--primary-color);font-size:5rem;margin-bottom:2rem}.hero-section h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text}.hero-section p{font-size:1.5rem;margin:1.5rem auto 2.5rem;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.section-title h2{display:inline-block;font-size:3rem;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.section-title h2:after{background:linear-gradient(90deg,#0aefff,#00ff7f);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-title p{margin:0 auto 4rem;max-width:700px}.card-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background-color:#16152d;background-color:var(--background-light);border:1px solid #ffffff1a;border-radius:15px;padding:2.5rem 2rem;text-align:center}.card-icon{color:#0aefff;color:var(--primary-color);font-size:4rem;margin-bottom:1.5rem}.card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.pricing-card-features{list-style:none;margin:2rem 0;padding:0}.pricing-card-features li{color:#8c8d9e;color:var(--text-muted);margin-bottom:1rem}.pricing-card-features li svg{color:#00ff7f;color:var(--secondary-color);margin-right:10px}.contact-form{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:600px;width:100%}.contact-form input,.contact-form textarea{border:1px solid #ffffff1a;border-radius:8px;color:#dbe2fb;color:var(--text-color);font-size:1rem;padding:1rem}.contact-form input,.contact-form textarea,.footer{background-color:#16152d;background-color:var(--background-light)}.footer{padding:2rem 5%;text-align:center}.footer-socials{margin-bottom:1rem}.footer-socials a{color:#8c8d9e;color:var(--text-muted);font-size:1.8rem;margin:0 1rem;transition:color .3s ease}.footer-socials a:hover{color:#0aefff;color:var(--primary-color)}@media (max-width:768px){h1{font-size:3rem}.section-title h2{font-size:2.5rem}.hero-section p{font-size:1.2rem}.section{padding:6rem 5%}.header{flex-direction:column;padding:.5rem 5%}.header-nav{margin-top:.5rem}.header-nav a{font-size:1rem;margin:0 .5rem}}@media (max-width:480px){h1{font-size:2.5rem}.section-title h2{font-size:2rem}.hero-section p{font-size:1rem}.header-nav{flex-wrap:wrap;justify-content:center}.card-grid{grid-template-columns:1fr}}.section-header{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;margin-bottom:4rem;text-align:left;width:100%}.section-header-title h2{display:inline-block;font-size:3rem;margin:0;padding-bottom:.5rem;position:relative}.section-header-title h2:after{background:linear-gradient(90deg,#0aefff,#00ff7f);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.section-header-subtitle p{border-left:3px solid #0aefff;border-left:3px solid var(--primary-color);color:#8c8d9e;color:var(--text-muted);font-size:1.1rem;margin:0;padding-left:1.5rem}@media (max-width:768px){.section-header{gap:1.5rem;grid-template-columns:1fr;text-align:center}.section-header-title h2:after{left:50%;transform:translateX(-50%)}.section-header-subtitle p{border-left:none;margin:0 auto;max-width:600px;padding-left:0}}.see-more-container{margin-top:3rem;text-align:center;width:100%}.care-plan-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem;text-align:left;width:100%}.care-plan-item{align-items:center;background-color:#16152d;background-color:var(--background-light);border-radius:10px;display:flex;font-size:1.1rem;gap:1rem;padding:1.5rem}.care-plan-item svg{color:#00ff7f;color:var(--secondary-color);flex-shrink:0;font-size:1.5rem}.price-details{border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;margin:1.5rem 0;padding:1.5rem 0}.price-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.price-item:last-child{margin-bottom:0}.price-label{color:#8c8d9e;color:var(--text-muted);font-size:1rem}.price-value{color:#fff;font-size:1.5rem;font-weight:700}.logo-btn{background:none;border:none;color:#0aefff;color:var(--primary-color);cursor:pointer;font-size:2rem;font-weight:900;transition:color .2s}.logo-btn:hover{color:#00ff7f;color:var(--secondary-color)}.portfolio-card-content{display:flex;flex-direction:column;height:100%}.portfolio-card-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.5rem 0}.tech-tag{background-color:#0aefff1a;border-radius:50px;color:#0aefff;color:var(--primary-color);font-size:.8rem;font-weight:600;padding:.25rem .75rem}.portfolio-card-content p{flex-grow:1}.btn{align-items:center;display:inline-flex;gap:.5rem;justify-content:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner{animation:spin 1s linear infinite}.submit-button-content{align-items:center;display:flex;gap:10px;justify-content:center}
/*# sourceMappingURL=main.2fa2a06e.css.map*/