.navbar{height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:fixed;top:0;left:0;width:100%;background:transparent;z-index:999;transition:all .3s ease;transform:translateY(-100%)}.navbar.scrolled{background:#fffffff2;transform:translateY(0);box-shadow:0 2px 10px #0000001a}.navbar-container{display:flex;justify-content:space-between;height:80px;z-index:1;width:100%;padding:0 24px;max-width:1100px}.navbar-logo{color:#fff;justify-self:flex-start;cursor:pointer;text-decoration:none;font-size:2rem;display:flex;align-items:center;font-weight:700}.navbar.scrolled .navbar-logo{color:#333}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center}.nav-item{height:80px}.nav-links{color:#fff;display:flex;align-items:center;text-decoration:none;padding:0 1rem;height:100%;cursor:pointer;transition:color .3s ease}.navbar.scrolled .nav-links{color:#333}.nav-links:hover{color:#007bff}@media (max-width: 768px){.nav-menu{display:none}.navbar-container{justify-content:center}}.hero-container{background-image:linear-gradient(#00000080,#00000080),url(/assets/hero-bg-Bta4zORk.jpg);height:100vh;background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff}.hero-content{max-width:800px}.hero-title{font-size:4.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;font-weight:300}@media (max-width: 768px){.hero-container{background-attachment:scroll}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}}.concept-container{padding:6rem 2rem;background-color:#f4f4f9;text-align:center;position:relative;z-index:2}.concept-section-title{font-size:2.5rem;margin-bottom:4rem;color:#333}.concept-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:4rem;max-width:1200px;margin:0 auto}.concept-item{display:flex;flex-direction:column;align-items:center}.concept-circle{width:200px;height:200px;border-radius:50%;background:linear-gradient(145deg,#bcaaa4,#efebe9);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#4e342e;box-shadow:0 10px 20px #0000001a,0 6px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.concept-circle:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 15px 30px #4e342e33,0 10px 10px #4e342e1a}.concept-title{font-size:2.5rem;font-weight:600}.concept-subtitle{font-size:1rem;font-weight:400;margin-top:.5rem;letter-spacing:1px}.concept-summary{margin-top:4rem;max-width:800px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:2;color:#333}.concept-summary b{font-weight:600;color:#4e342e}@media (max-width: 768px){.concept-wrapper{gap:2rem}.concept-circle{width:150px;height:150px}.concept-title{font-size:2rem}.concept-summary{font-size:1rem}}.consulting-container{padding:4rem 2rem;text-align:center;background-color:#fff}.consulting-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto}.consulting-card{background:#f9f9f9;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;width:45%;min-width:300px;transition:transform .3s ease}.consulting-card:hover{transform:translateY(-10px)}.consulting-card-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.consulting-card-description{font-size:1rem;line-height:1.8}@media (max-width: 960px){.consulting-card{width:80%}}@media (max-width: 768px){.consulting-card{width:90%}}.parallax-image-container{min-height:350px;background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center}.parallax-title{font-size:3rem;font-weight:700;color:#fff;text-align:center;text-shadow:2px 2px 8px rgba(0,0,0,.7)}@media (max-width: 768px){.parallax-image-container{background-attachment:scroll;min-height:250px}.parallax-title{font-size:2.5rem}}.technologies-container{padding:4rem 2rem;text-align:center;background-color:#fff}.technologies-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto}.tech-card{background:#f9f9f9;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;width:45%;min-width:300px;transition:transform .3s ease}.tech-card:hover{transform:translateY(-10px)}.tech-card-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.tech-card-description{font-size:1rem;line-height:1.8}@media (max-width: 960px){.tech-card{width:80%}}@media (max-width: 768px){.tech-card{width:90%}}.office-container{padding:4rem 2rem;background-color:#fff;text-align:center}.office-container p{font-size:1.1rem;line-height:2;color:#333}.office-container a{color:#007bff;text-decoration:none;transition:color .3s ease}.office-container a:hover{color:#0056b3}.footer-container{background-color:#222;color:#fff;text-align:center;padding:2rem 0;position:relative;z-index:1}.back-to-top-btn{position:fixed;bottom:30px;right:30px;z-index:1000;width:50px;height:50px;background-color:#00000080;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease,transform .3s ease}.back-to-top-btn:hover{background-color:#000c;transform:translateY(-3px)}.back-to-top-btn svg{width:24px;height:24px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;background-color:#fff;color:#333}main{background-color:#fff}
