.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.scrolled .navbar-logo,.navbar.scrolled .nav-links{color:#333}.navbar-container{display:flex;justify-content:space-between;height:80px;z-index:1;width:100%;padding:0 24px;max-width:1100px}@media (max-width: 767px){.navbar-container{justify-content:center}}.navbar-logo{color:#fff;justify-self:flex-start;cursor:pointer;text-decoration:none;font-size:2rem;display:flex;align-items:center;font-weight:700}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center}@media (max-width: 767px){.nav-menu{display:none}}.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}.nav-links:hover{color:#007bff}.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}@media (max-width: 767px){.hero-container{background-attachment:scroll}}.hero-content{max-width:800px}.hero-title{font-size:4.5rem;font-weight:700;margin-bottom:1rem}@media (max-width: 767px){.hero-title{font-size:3rem}}.hero-subtitle{font-size:1.5rem;font-weight:300}@media (max-width: 767px){.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}@media (max-width: 767px){.concept-wrapper{gap:2rem}}.concept-item{display:flex;flex-direction:column;align-items:center}.concept-circle{width:100px;height:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#4e342e}@media (max-width: 1024px){.concept-circle{width:80px;height:80px}}@media (max-width: 767px){.concept-circle{width:60px;height:60px}}.concept-title{font-family:Yuji Boku,serif;font-size:3.5rem;font-weight:400}@media (max-width: 767px){.concept-title{font-size:2.3rem}}.concept-subtitle{font-size:1rem;font-weight:400;margin-top:.5rem;letter-spacing:1px}.concept-summary{margin:4rem auto 0;max-width:800px;font-size:1.1rem;line-height:2;color:#333}.concept-summary b{font-weight:600;color:#4e342e}@media (max-width: 767px){.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{padding:2rem;border-radius:10px;width:45%;min-width:300px;transition:transform .3s ease}@media (max-width: 1024px){.consulting-card{width:40%}}@media (max-width: 767px){.consulting-card{width:90%}}.consulting-card-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.consulting-card-description{font-size:1rem;line-height:1.8}.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}@media (max-width: 767px){.parallax-image-container{background-attachment:scroll;min-height:250px}}.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: 767px){.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{padding:2rem;border-radius:10px;width:45%;min-width:300px}@media (max-width: 1024px){.tech-card{width:40%}}@media (max-width: 767px){.tech-card{width:90%}}.tech-card-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.tech-card-description{font-size:1rem;line-height:1.8}.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}
