.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:1000;background:#0a0a0af2;border-bottom:1px solid #d4af371a;width:100%;padding:16px 0;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out Navbar-module__cJzEcG__slideDown;position:fixed;top:0;left:0}@keyframes Navbar-module__cJzEcG__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cJzEcG__navbar:before{content:"";background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.Navbar-module__cJzEcG__container{z-index:1;justify-content:space-between;align-items:center;gap:40px;display:flex;position:relative}.Navbar-module__cJzEcG__logo{align-items:center;transition:transform .3s;display:flex}.Navbar-module__cJzEcG__logo:hover{transform:scale(1.05)}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:60px;display:block}@media (max-width:768px){.Navbar-module__cJzEcG__logoImg{max-width:150px;max-height:50px}}.Navbar-module__cJzEcG__navLinks{flex:1;justify-content:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__navLinks a{text-transform:uppercase;letter-spacing:1px;color:#fff;padding:8px 0;font-size:.9rem;font-weight:600;transition:color .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);position:relative}.Navbar-module__cJzEcG__navLinks a:hover{transform:translateY(-2px)}.Navbar-module__cJzEcG__navLinks a:after{content:"";background:linear-gradient(90deg,var(--primary),var(--accent));width:0;height:2px;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--primary)}.Navbar-module__cJzEcG__navLinks a:hover:after{width:100%}.Navbar-module__cJzEcG__bookBtn{background:linear-gradient(135deg,var(--primary),var(--accent));color:#000;text-transform:uppercase;letter-spacing:1.5px;font-size:.875rem;font-weight:700;font-family:var(--font-heading);border-radius:50px;padding:12px 32px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:2s ease-in-out infinite Navbar-module__cJzEcG__pulse;box-shadow:0 4px 12px #d4af374d}@keyframes Navbar-module__cJzEcG__pulse{0%,to{box-shadow:0 4px 12px #d4af374d}50%{box-shadow:0 4px 20px #d4af3780}}.Navbar-module__cJzEcG__bookBtn:hover{animation:none;transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #d4af3780}@media (max-width:1024px){.Navbar-module__cJzEcG__navLinks{gap:24px}}.Navbar-module__cJzEcG__menuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cJzEcG__menuToggle span{background:#fff;border-radius:2px;width:25px;height:3px;transition:all .3s}.Navbar-module__cJzEcG__menuToggle:hover span{background:var(--primary)}@media (max-width:768px){.Navbar-module__cJzEcG__menuToggle{display:flex}.Navbar-module__cJzEcG__navLinks{background:#0a0a0afa;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:280px;height:100vh;padding:80px 40px 40px;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-4px 0 20px #0000004d}.Navbar-module__cJzEcG__navLinksOpen{right:0}.Navbar-module__cJzEcG__navLinks li{border-bottom:1px solid #ffffff1a;width:100%}.Navbar-module__cJzEcG__navLinks a{width:100%;padding:20px 0;display:block}.Navbar-module__cJzEcG__bookBtn{padding:10px 24px;font-size:.65rem}.Navbar-module__cJzEcG__logo{min-width:120px}}
.Hero-module__ZARIfG__hero{background:#0a0a0a;min-height:100vh;position:relative;overflow:hidden}.Hero-module__ZARIfG__slider{width:100%;height:100vh;position:relative}.Hero-module__ZARIfG__slide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 1.2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.Hero-module__ZARIfG__slide.Hero-module__ZARIfG__active{opacity:1;z-index:1}.Hero-module__ZARIfG__overlay{z-index:2;background:#0a0a0ab3;position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding-top:120px;display:flex;position:relative}.Hero-module__ZARIfG__tagline{color:var(--primary);letter-spacing:2px;text-transform:uppercase;opacity:0;text-shadow:0 2px 8px #00000080;margin-bottom:1rem;font-size:clamp(.875rem,1.5vw,1rem);font-weight:600;animation:.8s ease-out .3s forwards Hero-module__ZARIfG__fadeInUp,3s ease-in-out 1s infinite Hero-module__ZARIfG__float}.Hero-module__ZARIfG__title{color:#fff;opacity:0;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.2;font-family:var(--font-heading);text-shadow:0 2px 10px #00000080;margin-bottom:1.5rem;animation:.8s ease-out .5s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__subtitle{color:#fff;opacity:0;text-shadow:0 2px 8px #00000080;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);animation:.8s ease-out .7s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__sliderDots{z-index:10;gap:12px;animation:.8s ease-out 1s backwards Hero-module__ZARIfG__fadeInUp;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__dot{border:2px solid var(--primary);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.Hero-module__ZARIfG__dot.Hero-module__ZARIfG__active{background:var(--primary);transform:scale(1.2)}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Hero-module__ZARIfG__content{padding-top:100px}.Hero-module__ZARIfG__sliderDots{bottom:20px}}
.About-module__vAULUW__about{background:#f5f5f0;position:relative}.About-module__vAULUW__content{grid-template-columns:1fr 1fr;align-items:start;gap:60px;margin-bottom:80px;display:grid}.About-module__vAULUW__leftSection{flex-direction:column;gap:24px;display:flex}.About-module__vAULUW__badge{color:var(--foreground);letter-spacing:2px;text-transform:uppercase;background:0 0;border:none;border-radius:0;width:fit-content;padding:6px 16px;font-size:.75rem;font-weight:600;display:inline-block}.About-module__vAULUW__title{color:var(--foreground);margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.About-module__vAULUW__description{color:#666;margin:0;font-size:1rem;line-height:1.8}.About-module__vAULUW__features{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.About-module__vAULUW__features li{color:var(--foreground);align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;display:flex}.About-module__vAULUW__checkmark{color:var(--foreground);flex-shrink:0;margin-top:2px;font-size:1.25rem;font-weight:700}.About-module__vAULUW__rightSection{height:100%;position:relative}.About-module__vAULUW__imageContainer{align-items:flex-start;gap:20px;width:100%;max-width:600px;margin-left:auto;display:flex}.About-module__vAULUW__image{border-radius:8px;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.About-module__vAULUW__imageTop{aspect-ratio:4/5;flex:1.5}.About-module__vAULUW__imageBottom{aspect-ratio:4/5;flex:1;align-self:flex-end}.About-module__vAULUW__imageElement{object-fit:cover;border-radius:8px;width:100%;height:100%}.About-module__vAULUW__serviceCards{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px;display:grid}.About-module__vAULUW__serviceCard{background:#fff;border:1px solid #e8e8e0;border-radius:12px;align-items:flex-start;gap:24px;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 10px #0000000d}.About-module__vAULUW__serviceCard:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 8px 25px #0000001a}.About-module__vAULUW__image{transition:transform .4s cubic-bezier(.4,0,.2,1);animation:.8s ease-out backwards About-module__vAULUW__fadeInUp}.About-module__vAULUW__imageTop{animation-delay:.2s}.About-module__vAULUW__imageBottom{animation-delay:.4s}.About-module__vAULUW__image:hover{transform:scale(1.02)}.About-module__vAULUW__serviceIcon{width:64px;height:64px;color:var(--foreground);flex-shrink:0;justify-content:center;align-items:center;display:flex}.About-module__vAULUW__serviceIcon svg,.About-module__vAULUW__serviceIcon img{object-fit:contain;width:100%;height:100%}.About-module__vAULUW__iconImage{object-fit:contain;width:64px;height:64px}.About-module__vAULUW__serviceContent{flex-direction:column;flex:1;gap:12px;display:flex}.About-module__vAULUW__serviceTitle{color:var(--foreground);margin:0;font-size:1.75rem;font-weight:700}.About-module__vAULUW__serviceDescription{color:#666;margin:0;font-size:.95rem;line-height:1.8}@media (max-width:968px){.About-module__vAULUW__content{grid-template-columns:1fr;gap:40px;margin-bottom:60px}.About-module__vAULUW__imageContainer{max-width:100%;margin-left:0}.About-module__vAULUW__imageBottom{margin-left:40px}.About-module__vAULUW__serviceCards{grid-template-columns:1fr;gap:32px;margin-top:40px}}@media (max-width:768px){.About-module__vAULUW__imageContainer{flex-direction:column;gap:16px}.About-module__vAULUW__imageTop,.About-module__vAULUW__imageBottom{width:100%;margin-left:0!important}.About-module__vAULUW__imageElement{width:100%;height:auto;min-height:300px;display:block}.About-module__vAULUW__serviceIcon{min-width:64px;min-height:64px}.About-module__vAULUW__iconImage{width:64px!important;height:64px!important;display:block!important}}
.Services-module__dpHhBa__services{background:#f5f5f0;padding:120px 0;position:relative}.Services-module__dpHhBa__sectionHead{text-align:center;margin-bottom:4rem}.Services-module__dpHhBa__sectionSubtitle{color:var(--primary);letter-spacing:1px;text-transform:uppercase;background:#d4af371a;border:1px solid #d4af374d;border-radius:50px;margin-bottom:1rem;padding:6px 20px;font-size:.875rem;font-weight:600;display:inline-block}.Services-module__dpHhBa__sectionTitle{color:#2c2c2c;letter-spacing:-.02em;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.Services-module__dpHhBa__servicesContent{text-align:center;max-width:900px;margin:0 auto 4rem;animation:.8s ease-out Services-module__dpHhBa__fadeInUp}.Services-module__dpHhBa__servicesHeading{color:#2c2c2c;font-size:clamp(2rem,4vw,3rem);font-weight:800;font-family:var(--font-heading);margin:0 0 1.5rem}.Services-module__dpHhBa__servicesDescription{color:#666;margin:0 0 1rem;font-size:1.1rem;line-height:1.8}.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(3,1fr);gap:32px;width:100%;display:grid}.Services-module__dpHhBa__serviceCard{width:100%}.Services-module__dpHhBa__item{border-radius:12px;width:100%;min-height:500px;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.Services-module__dpHhBa__item:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0003}.Services-module__dpHhBa__positionRe{width:100%;height:100%;position:relative}.Services-module__dpHhBa__oHidden{overflow:hidden}.Services-module__dpHhBa__positionRe img,.Services-module__dpHhBa__serviceImage{object-fit:cover;width:100%;height:500px;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block!important}@media (max-width:768px){.Services-module__dpHhBa__serviceImage{object-fit:cover;width:100%;height:400px;min-height:400px;display:block!important}}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__positionRe img{transform:scale(1.05)}.Services-module__dpHhBa__con{z-index:2;background:linear-gradient(#0000 0%,#000000b3 50%,#000000e6 100%);padding:40px 30px 30px;position:absolute;bottom:0;left:0;right:0}.Services-module__dpHhBa__icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:2.5rem;display:flex}.Services-module__dpHhBa__con h5{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:1px;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.Services-module__dpHhBa__line{background:var(--primary);border-radius:2px;width:50px;height:2px;margin:0 auto 1.5rem}.Services-module__dpHhBa__permalink{color:#ffffffe6;text-align:center;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.Services-module__dpHhBa__colMd12{text-align:center;width:100%}.Services-module__dpHhBa__con h6{color:var(--primary);text-align:center;font-size:2rem;font-weight:800;font-family:var(--font-heading);margin:0}@keyframes Services-module__dpHhBa__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.Services-module__dpHhBa__services{padding:80px 0}.Services-module__dpHhBa__servicesGrid{grid-template-columns:1fr;gap:24px}.Services-module__dpHhBa__item{min-height:400px}.Services-module__dpHhBa__con{padding:30px 20px 20px}}
.Pricing-module__yc4bBa__pricing{background:#f5f5f0;padding:80px 0;position:relative}.Pricing-module__yc4bBa__positionRe{position:relative}.Pricing-module__yc4bBa__row{flex-wrap:wrap;margin:0 -15px;display:flex}.Pricing-module__yc4bBa__colMd12{width:100%;padding:0 15px}.Pricing-module__yc4bBa__colMd6{width:50%;padding:0 15px}.Pricing-module__yc4bBa__sectionHead{margin-bottom:2.5rem}.Pricing-module__yc4bBa__textCenter{text-align:center}.Pricing-module__yc4bBa__sectionSubtitle{color:var(--primary);letter-spacing:1px;text-transform:uppercase;background:#d4af371a;border:1px solid #d4af374d;border-radius:50px;margin-bottom:1rem;padding:6px 20px;font-size:.875rem;font-weight:600;display:inline-block}.Pricing-module__yc4bBa__sectionTitle{color:#2c2c2c;letter-spacing:-.02em;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;animation:.8s ease-out Pricing-module__yc4bBa__fadeInUp}.Pricing-module__yc4bBa__pricingContent{text-align:center;max-width:900px;margin:0 auto 3rem}.Pricing-module__yc4bBa__pricingDescription{color:#666;margin:0;font-size:1.1rem;line-height:1.8}.Pricing-module__yc4bBa__menuList,.Pricing-module__yc4bBa__mb30{margin-bottom:15px}.Pricing-module__yc4bBa__item{padding:0}.Pricing-module__yc4bBa__flex{align-items:baseline;gap:12px;display:flex}.Pricing-module__yc4bBa__title{color:#2c2c2c;flex-shrink:0;font-size:.8rem;font-weight:700}.Pricing-module__yc4bBa__dots{border-bottom:2px dotted #2c2c2c4d;flex:1;min-width:20px;height:1px;margin:0 8px}.Pricing-module__yc4bBa__price{color:#8b6f47;font-size:1rem;font-weight:800;font-family:var(--font-heading);flex-shrink:0}.Pricing-module__yc4bBa__item p{color:#8b6f47;margin:8px 0 0;font-size:.9rem;font-style:italic;line-height:1.6}.Pricing-module__yc4bBa__item p i{font-style:italic}.Pricing-module__yc4bBa__categoriesContainer{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px;margin-bottom:2rem;display:grid}.Pricing-module__yc4bBa__categorySection{background:#fff;border-radius:12px;padding:20px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out backwards Pricing-module__yc4bBa__fadeInUp;box-shadow:0 2px 10px #0000000d}.Pricing-module__yc4bBa__categorySection:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001a}.Pricing-module__yc4bBa__categoryTitle{color:#2c2c2c;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--primary);font-size:1.5rem;font-weight:800;font-family:var(--font-heading);margin:0 0 15px;padding-bottom:10px;animation:.5s ease-out .2s backwards Pricing-module__yc4bBa__fadeInUp}.Pricing-module__yc4bBa__servicesList{flex-direction:column;display:flex}.Pricing-module__yc4bBa__startsFrom{color:#8b6f47;margin-left:8px;font-size:.85rem;font-style:italic;font-weight:400}.Pricing-module__yc4bBa__vatNote{text-align:center;background:#d4af371a;border:1px solid #d4af3733;border-radius:8px;margin-top:2rem;padding:15px}.Pricing-module__yc4bBa__vatNote p{color:#8b6f47;margin:0;font-size:.95rem;font-style:italic}@media (max-width:992px){.Pricing-module__yc4bBa__categoriesContainer{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.Pricing-module__yc4bBa__categorySection{padding:25px}.Pricing-module__yc4bBa__colMd6{width:100%}.Pricing-module__yc4bBa__row{margin:0 -10px}.Pricing-module__yc4bBa__colMd6,.Pricing-module__yc4bBa__colMd12{padding:0 10px}}@media (max-width:768px){.Pricing-module__yc4bBa__pricing{padding:60px 0}.Pricing-module__yc4bBa__sectionHead{margin-bottom:2rem}.Pricing-module__yc4bBa__menuList{margin-bottom:12px}.Pricing-module__yc4bBa__title{font-size:1rem}.Pricing-module__yc4bBa__price{font-size:1.3rem}}
.Contact-module__hcVmEa__contact{background:var(--background);position:relative}.Contact-module__hcVmEa__contactHeader{text-align:center;margin-bottom:3rem;animation:.8s ease-out Contact-module__hcVmEa__fadeInUp}.Contact-module__hcVmEa__sectionTitle{color:var(--primary);letter-spacing:-.02em;margin:0 0 2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.Contact-module__hcVmEa__contactInfo{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Contact-module__hcVmEa__contactItem{text-align:center;animation:.6s ease-out backwards Contact-module__hcVmEa__fadeInUp}.Contact-module__hcVmEa__contactItem:first-child{animation-delay:.1s}.Contact-module__hcVmEa__contactItem:nth-child(2){animation-delay:.2s}.Contact-module__hcVmEa__contactItem:nth-child(3){animation-delay:.3s}.Contact-module__hcVmEa__contactItem h3{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Contact-module__hcVmEa__contactItem p{color:var(--primary);margin:0;font-size:1rem;line-height:1.6}.Contact-module__hcVmEa__contactItem a{color:var(--primary);font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.Contact-module__hcVmEa__contactItem a:hover{color:var(--accent);transform:translateY(-2px)}.Contact-module__hcVmEa__mapSection{margin-bottom:4rem}.Contact-module__hcVmEa__mapContainer{border:1px solid var(--border-color);border-radius:16px;width:100%;height:500px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 20px #0000001a}.Contact-module__hcVmEa__mapContainer:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.Contact-module__hcVmEa__infoSection{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1200px;margin:0 auto;display:grid}.Contact-module__hcVmEa__infoCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:32px}.Contact-module__hcVmEa__infoTitle{color:var(--primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.Contact-module__hcVmEa__infoText{color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.Contact-module__hcVmEa__infoLink{color:var(--primary);margin-bottom:.5rem;text-decoration:none;transition:color .3s;display:block}.Contact-module__hcVmEa__infoLink:hover{color:var(--accent)}.Contact-module__hcVmEa__workTime{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Contact-module__hcVmEa__workTime li{border-bottom:1px solid var(--border-color);justify-content:space-between;padding:8px 0;display:flex}.Contact-module__hcVmEa__workTime li:last-child{border-bottom:none}.Contact-module__hcVmEa__workTime li span:first-child{color:var(--foreground);font-weight:600}.Contact-module__hcVmEa__workTime li span:last-child{color:var(--text-muted)}@media (max-width:968px){.Contact-module__hcVmEa__contactInfo{grid-template-columns:1fr;gap:1.5rem}.Contact-module__hcVmEa__mapContainer{height:400px}.Contact-module__hcVmEa__infoSection{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{background:#000;padding:80px 0 0;position:relative}.Footer-module__S6Hkya__content{grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:60px;display:grid}.Footer-module__S6Hkya__brandSection{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__logo{align-items:center;margin-bottom:20px;animation:.8s ease-out Footer-module__S6Hkya__fadeInUp;display:flex}.Footer-module__S6Hkya__logoImg{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:80px;display:block}@media (max-width:768px){.Footer-module__S6Hkya__logoImg{max-width:150px;max-height:60px}}.Footer-module__S6Hkya__description{color:#999;max-width:400px;margin:0;font-size:.95rem;line-height:1.7;animation:.8s ease-out .2s backwards Footer-module__S6Hkya__fadeInUp}.Footer-module__S6Hkya__sectionTitle{color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__contactSection{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__contactText{color:#999;margin:0 0 8px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__contactLink{color:#d19d5a;margin-bottom:8px;font-size:.95rem;text-decoration:none;transition:color .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.Footer-module__S6Hkya__contactLink:hover{color:#cca264;transform:translate(4px)}.Footer-module__S6Hkya__workTimeSection{flex-direction:column;display:flex}.Footer-module__S6Hkya__workTime{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__workTime li{border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:12px 0;display:flex}.Footer-module__S6Hkya__workTime li:last-child{border-bottom:none}.Footer-module__S6Hkya__workTime li span:first-child{color:#fff;font-size:.95rem;font-weight:400}.Footer-module__S6Hkya__workTime li span:last-child{color:#999;font-size:.95rem}.Footer-module__S6Hkya__bottom{text-align:center;padding:32px 0}.Footer-module__S6Hkya__divider{background:#ffffff1a;width:100%;height:1px;margin-bottom:24px}.Footer-module__S6Hkya__copyright{color:#999;margin:0;font-size:.875rem}@media (max-width:1024px){.Footer-module__S6Hkya__content{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:60px 0 0}.Footer-module__S6Hkya__content{grid-template-columns:1fr;gap:40px;padding-bottom:40px}}
.LogoReveal-module__k3gFVG__logoReveal{z-index:9999;background:radial-gradient(circle,#1a1a1a 0%,#000 100%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.LogoReveal-module__k3gFVG__logoReveal.LogoReveal-module__k3gFVG__animate{animation:1.5s ease-in-out 3.5s forwards LogoReveal-module__k3gFVG__fadeOut}.LogoReveal-module__k3gFVG__logoWrapper:before{content:"";filter:blur(30px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#bf953f4d 0%,#bf953f1a 40%,#0000 70%);width:350px;height:350px;animation:3s ease-in-out infinite alternate LogoReveal-module__k3gFVG__pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes LogoReveal-module__k3gFVG__pulseGlow{0%{opacity:.4;transform:translate(-50%,-50%)scale(.8)}to{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}.LogoReveal-module__k3gFVG__logoOverlay{z-index:10;flex-direction:column;justify-content:center;align-items:center;padding:60px 100px;display:flex;position:relative}.LogoReveal-module__k3gFVG__logoWrapper{opacity:0;justify-content:center;align-items:center;animation:1.5s cubic-bezier(.22,1,.36,1) .8s forwards LogoReveal-module__k3gFVG__revealLogo;display:flex;position:relative;transform:scale(.9)}.LogoReveal-module__k3gFVG__logoImage{object-fit:contain;filter:drop-shadow(0 0 20px #bf953f4d);border-radius:12px;width:100%;max-width:300px;height:auto;transition:transform .5s}.LogoReveal-module__k3gFVG__logoWrapper:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:50%;height:100%;animation:3s infinite LogoReveal-module__k3gFVG__shimmer;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes LogoReveal-module__k3gFVG__revealLogo{0%{opacity:0;filter:blur(10px);transform:scale(.9)translateY(20px)}to{opacity:1;filter:blur();transform:scale(1)translateY(0)}}@keyframes LogoReveal-module__k3gFVG__shimmer{0%{left:-100%}20%{left:200%}to{left:200%}}@keyframes LogoReveal-module__k3gFVG__fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}
