.navbar-container{position:fixed;width:100%;top:0;z-index:1000;display:flex;justify-content:center;align-items:center;transition:transform .6s cubic-bezier(.34,1.56,.64,1)}body.circular-nav-fixed .navbar-container{transform:translate(-200px)}.navbar{width:100%;top:0;margin-top:10px;transition:all .5s ease}.navbar.floating-navbar{background-color:#0000004d;width:400px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:40px;opacity:1}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:60px}.logo{display:flex;justify-content:center;align-items:center;height:35px;filter:none;transition:filter .5s ease}.logo:hover{filter:url(#glow)}.navbar-logo h2{margin:0;color:var(--primary-color);font-size:1.75rem}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center}.floating-navbar .navbar-menu{gap:1rem}.navbar-menu li a{color:#fff;font-weight:500;padding:0rem;display:flex;align-items:center;gap:.5rem}.nav-icon{font-size:1.2rem;display:none;align-items:center}.nav-text{display:inline}.navbar-menu li{border-radius:50%;display:flex;align-items:center;justify-content:center;height:70px;transition:all .3s ease}.navbar-menu li a:hover{filter:url(#glow);transition:all .4s cubic-bezier(.25,1.5,.5,1)}.navbar-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.navbar-toggle span{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s;border-radius:2px}.navbar.floating-navbar .navbar-toggle span{background-color:var(--text-primary)}@media (max-width: 768px){body.circular-nav-fixed .navbar-container{transform:translate(0)}}.hero{padding:6rem 0;background:url(/assets/hero-bg-CwQM5iP8.png);background-size:cover;background-attachment:fixed;background-position:center;background-repeat:no-repeat;height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000004d,#000000b3);pointer-events:none;z-index:1}.metaballs{position:absolute;top:0;left:0;width:100%;height:100%;filter:url(#goo);opacity:.5}.metaball{position:absolute;width:20px;height:20px;border-radius:50%;background-color:#fff}.hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;color:#fff}.gradient-text{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:var(--text-secondary);line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero{padding:4rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}}.circular-nav-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-secondary) 0%,#008e98 200%);position:relative;padding:4rem 0}.circular-nav-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.section-title{text-align:center;color:#fff;font-size:3rem;margin-bottom:4rem;opacity:.9}.circular-nav-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px}.center-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.center-logo img{width:150px;height:150px;object-fit:contain;filter:drop-shadow(0 0 30px rgba(255,255,255,.8));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.nav-buttons-circle{position:relative;width:500px;height:500px;transition:all .8s cubic-bezier(.68,-.55,.265,1.55)}.circular-nav-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(1),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(2),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(3),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(4),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(5),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(6){transform:rotate(calc(var(--index) * 60deg)) translate(250px) rotate(calc(var(--index) * -60deg))}.nav-buttons-circle:not(.fixed-top) .circular-nav-button:hover{background:#ffffff4d;border-color:#fff9;box-shadow:0 0 30px #30e8b099;transform:rotate(calc(var(--index) * 60deg)) translate(250px) rotate(calc(var(--index) * -60deg)) scale(1.1)}.nav-buttons-circle.fixed-top .circular-nav-button:hover{background:#30e8b033;border-color:var(--primary-color);box-shadow:0 0 20px #30e8b066;transform:scale(1.2)!important}.button-icon{font-size:2rem;margin-bottom:.25rem;display:flex;align-items:center;justify-content:center}.button-icon svg{width:2rem;height:2rem}.button-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:opacity .3s ease}.nav-buttons-circle.fixed-top{position:fixed;top:20px;left:50%;margin-left:20px;width:auto;height:auto;z-index:1001}.nav-buttons-circle.fixed-top .circular-nav-button{-webkit-backdrop-filter:blur(10px) contrast(2);backdrop-filter:blur(10px) contrast(2);position:static;width:50px;height:50px;margin:0 5px;transform:none!important;display:inline-flex;opacity:1;animation:fadeIn .5s ease-out;background:#30e8b01a;border-color:var(--primary-color);color:var(--primary-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-buttons-circle.fixed-top .circular-nav-button .button-label{display:none}.nav-buttons-circle.fixed-top .circular-nav-button .button-icon{font-size:1.5rem;margin:0}.nav-buttons-circle.fixed-top .circular-nav-button .button-icon svg{width:1.5rem;height:1.5rem}@media (max-width: 768px){.section-title{font-size:2rem;margin-bottom:2rem}.nav-buttons-circle{width:350px;height:350px}.circular-nav-button{width:80px;height:80px;margin:-40px 0 0 -40px}.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(1),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(2),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(3),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(4),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(5),.nav-buttons-circle:not(.fixed-top) .circular-nav-button:nth-child(6){transform:rotate(calc(var(--index) * 60deg)) translate(175px) rotate(calc(var(--index) * -60deg))}.nav-buttons-circle:not(.fixed-top) .circular-nav-button:hover{transform:rotate(calc(var(--index) * 60deg)) translate(175px) rotate(calc(var(--index) * -60deg)) scale(1.1)}.center-logo img{width:100px;height:100px}.button-icon{font-size:1.5rem}.button-icon svg{width:1.5rem;height:1.5rem}.button-label{font-size:.65rem}.nav-buttons-circle.fixed-top{position:fixed;margin-left:0;top:80px;left:50%;transform:translate(-50%);display:flex;justify-content:center;width:auto}.nav-buttons-circle.fixed-top .circular-nav-button{width:45px;height:45px;margin:0 3px}.nav-buttons-circle.fixed-top .circular-nav-button .button-icon{font-size:1.2rem}.nav-buttons-circle.fixed-top .circular-nav-button .button-icon svg{width:1.2rem;height:1.2rem}}.content-section{min-height:100vh;padding:6rem 2rem;display:flex;align-items:center;background-color:var(--bg-primary)}.content-section.alt{background-color:var(--bg-secondary)}.content-section h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.content-section>.container>p{text-align:center;font-size:1.25rem;margin-bottom:3rem;color:var(--text-secondary)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-item{padding:2rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow);transition:transform .3s ease}.service-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.service-item h3{color:var(--primary-color);margin-bottom:1rem}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.portfolio-item{height:250px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.team-member{text-align:center;padding:2rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow)}.member-avatar{font-size:4rem;margin-bottom:1rem}.team-member h3{color:var(--text-primary);margin-bottom:.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial{padding:2rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow)}.testimonial p{font-style:italic;margin-bottom:1rem;color:var(--text-primary)}.testimonial span{color:var(--primary-color);font-weight:600}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.pricing-card{padding:2rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow);text-align:center;transition:transform .3s ease}.pricing-card:hover{transform:translateY(-8px)}.pricing-card.featured{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;transform:scale(1.05)}.pricing-card.featured h3,.pricing-card.featured .price{color:#fff}.pricing-card h3{color:var(--primary-color);font-size:1.75rem;margin-bottom:1rem}.price{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.pricing-card ul{list-style:none;padding:0;margin-bottom:1.5rem}.pricing-card ul li{padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.pricing-card.featured ul li{border-bottom-color:#fff3}#contact-section{text-align:center}#contact-section .btn{margin-top:2rem;font-size:1.25rem;padding:1rem 3rem}@media (max-width: 768px){.content-section{padding:4rem 1.5rem}.content-section h2{font-size:2rem}.services-grid,.portfolio-grid,.team-grid,.testimonials-grid,.pricing-grid{grid-template-columns:1fr}}.footer{background-color:var(--text-primary);color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fff;margin-bottom:1rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.125rem}.footer-section p{color:#9ca3af;margin-bottom:0}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid #374151;text-align:center}.footer-bottom p{color:#9ca3af;margin:0}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}}.about-page{padding:4rem 0;min-height:calc(100vh - 400px)}.about-header{text-align:center;margin-bottom:4rem}.about-header h1{font-size:3rem;color:var(--text-primary);margin-bottom:1rem}.about-lead{font-size:1.5rem;color:var(--text-secondary)}.about-content{max-width:900px;margin:0 auto}.about-section{margin-bottom:4rem}.about-section h2{color:var(--text-primary);margin-bottom:1.5rem}.about-section p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-item{padding:1.5rem;background-color:var(--bg-secondary);border-radius:.75rem;border:1px solid var(--border-color)}.value-item h3{color:var(--primary-color);margin-bottom:.75rem;font-size:1.25rem}.value-item p{font-size:1rem;margin-bottom:0}@media (max-width: 768px){.about-page{padding:2rem 0}.about-header h1{font-size:2.5rem}.about-lead{font-size:1.25rem}.values-grid{grid-template-columns:1fr}}.contact-page{padding:4rem 0;min-height:calc(100vh - 400px);background-color:var(--secondary-color)}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{font-size:3rem;color:var(--text-primary);margin-bottom:1rem}.contact-lead{font-size:1.5rem;color:var(--text-secondary)}.contact-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.info-item p{color:var(--text-secondary);margin:0}.contact-form{background-color:var(--bg-primary);padding:2rem;border-radius:1rem;border:1px solid var(--border-color)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical}.contact-form button{width:100%}@media (max-width: 768px){.contact-page{padding:2rem 0}.contact-header h1{font-size:2.5rem}.contact-lead{font-size:1.25rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}:root{--primary-color: #30E8B0;--primary-dark: #007A5F;--secondary-color: #ABDDFF;--text-primary: #09090A;--text-secondary: #FCF7F8;--bg-primary: #ffffff;--bg-secondary: #09090A;--border-color: #e5e7eb;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{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;color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}button{cursor:pointer;font-family:inherit}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--primary-color)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{transform:translateY(-2px);background-color:var(--primary-color);color:#fff}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}
