.Footer-module__UDEoiW__footer{background:var(--surface);color:var(--text);border-top:1px solid var(--border);padding-top:5rem;padding-bottom:2rem}.Footer-module__UDEoiW__top{grid-template-columns:1fr;gap:4rem;margin-bottom:5rem;display:grid}@media (min-width:1024px){.Footer-module__UDEoiW__top{grid-template-columns:1.5fr 2.5fr}}.Footer-module__UDEoiW__logo{letter-spacing:-.02em;color:var(--text);gap:.25rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__UDEoiW__logoText{color:var(--primary)}.Footer-module__UDEoiW__system{color:var(--text);margin-left:.25rem}.Footer-module__UDEoiW__tagline{opacity:.8;margin-bottom:2rem;font-size:.9rem}.Footer-module__UDEoiW__address{opacity:.6;font-size:.875rem;font-style:normal;line-height:2}.Footer-module__UDEoiW__phoneLink{color:inherit;text-decoration:none}@media (min-width:768px){.Footer-module__UDEoiW__phoneLink{pointer-events:none}}.Footer-module__UDEoiW__nav{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.Footer-module__UDEoiW__nav{grid-template-columns:repeat(4,1fr)}}.Footer-module__UDEoiW__group h4{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.8125rem}.Footer-module__UDEoiW__group ul{flex-direction:column;gap:.75rem;display:flex}.Footer-module__UDEoiW__group li{opacity:.7;transition:var(--transition-base);font-size:.9375rem}.Footer-module__UDEoiW__group li:hover{opacity:1;color:var(--primary)}.Footer-module__UDEoiW__bottom{border-top:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__UDEoiW__bottom{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__UDEoiW__copyright{opacity:.5;color:var(--muted);font-size:.75rem}.Footer-module__UDEoiW__legal{gap:2rem;display:flex}.Footer-module__UDEoiW__legal a{color:var(--text-2);font-size:.75rem}.Footer-module__UDEoiW__legal a:hover{color:var(--primary)}
.Header-module__KppamW__header{z-index:1000;width:100%;height:80px;transition:var(--transition-base);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text);background:#ffffffbf;border-bottom:1px solid #e2e8f0b3;align-items:center;display:flex;position:fixed;top:0;left:0}.Header-module__KppamW__scrolled{height:70px;box-shadow:var(--shadow);border-bottom:1px solid var(--border);background:#ffffffeb}.Header-module__KppamW__container{justify-content:space-between;align-items:center;display:flex}.Header-module__KppamW__logo{letter-spacing:-.02em;color:var(--text);flex-shrink:0;gap:.25rem;font-size:1.5rem;font-weight:700;display:flex}.Header-module__KppamW__logoImage{object-fit:contain;width:auto;height:50px}.Header-module__KppamW__logoText{color:var(--primary)}.Header-module__KppamW__system{color:var(--text);margin-left:.25rem}.Header-module__KppamW__actions{align-items:center;gap:1rem;display:flex}.Header-module__KppamW__desktopNav{display:none}@media (min-width:1024px){.Header-module__KppamW__desktopNav{display:block}}.Header-module__KppamW__navList{align-items:center;gap:2.5rem;display:flex}.Header-module__KppamW__navLink{color:var(--text);padding-block:.5rem;font-size:.9375rem;font-weight:700;transition:opacity .3s;position:relative}.Header-module__KppamW__navLink:hover{opacity:1;color:var(--primary)}.Header-module__KppamW__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition-base);position:absolute;bottom:0;left:0}.Header-module__KppamW__navLink:hover:after{width:100%}.Header-module__KppamW__hasMega{align-items:center;height:100%;display:flex;position:relative}.Header-module__KppamW__megaMenu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-lg);border:1px solid var(--border);width:900px;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;background:#fffffff2;padding:2.5rem;transition:all .3s cubic-bezier(.2,.8,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(20px)}.Header-module__KppamW__hasMega:hover .Header-module__KppamW__megaMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Header-module__KppamW__megaGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Header-module__KppamW__megaItem{border-radius:var(--radius-md);color:var(--text);background:0 0;border:1px solid #0000;flex-direction:column;padding:1.5rem;transition:background .3s;display:flex}.Header-module__KppamW__megaItem:hover{background:var(--surface-2);border-color:var(--border)}.Header-module__KppamW__megaItem strong{color:var(--primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.Header-module__KppamW__megaItem span{opacity:.8;color:var(--muted);font-size:.875rem;line-height:1.6}.Header-module__KppamW__menuBtn{z-index:1100;width:44px;height:44px;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}@media (min-width:1024px){.Header-module__KppamW__menuBtn{display:none}}.Header-module__KppamW__menuBtn span{width:24px;height:2px;transition:var(--transition-base);background:currentColor;display:block}.Header-module__KppamW__active span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__KppamW__active span:nth-child(2){opacity:0}.Header-module__KppamW__active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__KppamW__desktopOnly{display:none}@media (min-width:1024px){.Header-module__KppamW__desktopOnly{display:block}}.Header-module__KppamW__overlay{z-index:9998;background:#0006;width:100%;height:100%;animation:.3s Header-module__KppamW__fadeIn;position:fixed;top:0;left:0}@keyframes Header-module__KppamW__fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:1024px){.Header-module__KppamW__overlay{display:none}}.Header-module__KppamW__mobileMenu{background:var(--surface);z-index:9999;-webkit-overflow-scrolling:touch;width:min(85vw,400px);height:100dvh;padding:80px 1.5rem 2rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.Header-module__KppamW__open{transform:translate(0)}.Header-module__KppamW__closeBtn{color:var(--text);cursor:pointer;z-index:10000;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;width:50px;height:50px;padding:.5rem;font-size:2.5rem;line-height:1;display:flex;position:absolute;top:15px;right:15px}.Header-module__KppamW__closeBtn:hover{color:var(--primary)}.Header-module__KppamW__mobileContent{flex-direction:column;height:100%;display:flex}.Header-module__KppamW__mobileNav{flex-direction:column;gap:1.5rem;margin-bottom:auto;display:flex}.Header-module__KppamW__mobileNav>li>a{color:var(--text);padding:.5rem 0;font-size:1.25rem;font-weight:700;transition:color .2s;display:block}.Header-module__KppamW__mobileNav>li>a:hover,.Header-module__KppamW__mobileNav>li>a:focus{color:var(--primary)}.Header-module__KppamW__mobileLabel{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.8125rem;font-weight:700;display:block}.Header-module__KppamW__mobileSub{border-left:2px solid var(--border);flex-direction:column;gap:.5rem;padding-left:1rem;display:flex}.Header-module__KppamW__mobileSub a{color:var(--text);padding:.4rem 0;font-size:1rem;font-weight:400;transition:color .2s;display:block}.Header-module__KppamW__mobileSub a:hover,.Header-module__KppamW__mobileSub a:focus{color:var(--primary)}.Header-module__KppamW__mobileFooter{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}@media (max-width:374px){.Header-module__KppamW__logo{gap:.15rem;font-size:1.15rem}.Header-module__KppamW__logoImage{height:32px}}@media (max-width:330px){.Header-module__KppamW__logo{font-size:1.05rem}.Header-module__KppamW__logoImage{height:28px}.Header-module__KppamW__container{padding-inline:1rem}}
.Button-module__Ri6GEa__button{border-radius:var(--radius-full);transition:var(--transition-base);cursor:pointer;white-space:nowrap;letter-spacing:.05em;justify-content:center;align-items:center;gap:.5rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.Button-module__Ri6GEa__button:disabled{opacity:.5;cursor:not-allowed;filter:grayscale()}.Button-module__Ri6GEa__sm{padding:.5rem 1.25rem;font-size:.8125rem}.Button-module__Ri6GEa__md{padding:.75rem 2rem;font-size:.9375rem}.Button-module__Ri6GEa__lg{letter-spacing:.1em;padding:1rem 3rem;font-size:1.125rem}.Button-module__Ri6GEa__primary{background:var(--primary);color:#fff;border:1px solid #0000;box-shadow:0 4px 15px #0ea5e966}.Button-module__Ri6GEa__primary:hover{background:var(--primary-600);border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 25px #0ea5e980}.Button-module__Ri6GEa__secondary{background:var(--surface);color:var(--primary);border:1px solid var(--primary);box-shadow:var(--shadow)}.Button-module__Ri6GEa__secondary:hover{background:var(--surface-2);transform:translateY(-2px);box-shadow:0 8px 25px #0ea5e933}.Button-module__Ri6GEa__outline{border:1px solid var(--primary);color:var(--primary);background:#fafafa80}.Button-module__Ri6GEa__outline:hover{background:#0ea5e91a;transform:translateY(-2px)}.Button-module__Ri6GEa__ghost{color:var(--text-2);background:0 0}.Button-module__Ri6GEa__ghost:hover{color:var(--primary);background:var(--surface-2)}.Button-module__Ri6GEa__glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);color:var(--primary);background:#fff9}.Button-module__Ri6GEa__glass:hover{background:var(--surface);border-color:var(--primary);box-shadow:var(--shadow)}.Button-module__Ri6GEa__fullWidth{width:100%}
.Card-module__mt6GGa__card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition-base);height:100%;box-shadow:var(--shadow);flex-direction:column;display:flex;position:relative;overflow:hidden}.Card-module__mt6GGa__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 10px 40px #0ea5e933}.Card-module__mt6GGa__imageWrapper{aspect-ratio:16/9;background:var(--surface-2);width:100%;position:relative;overflow:hidden}.Card-module__mt6GGa__image{object-fit:cover;opacity:.9;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.Card-module__mt6GGa__card:hover .Card-module__mt6GGa__image{opacity:1;transform:scale(1.05)}.Card-module__mt6GGa__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.Card-module__mt6GGa__category{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.Card-module__mt6GGa__badge{background:var(--accent);color:#fff;border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 10px #ff6d004d}.Card-module__mt6GGa__title{color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.4;transition:color .3s}.Card-module__mt6GGa__card:hover .Card-module__mt6GGa__title{color:var(--primary)}.Card-module__mt6GGa__description{color:var(--text-2);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:2rem;font-size:.9375rem;line-height:1.7;display:-webkit-box;overflow:hidden}.Card-module__mt6GGa__arrow{background:var(--surface-2);width:40px;height:40px;color:var(--text);transition:var(--transition-base);border-radius:50%;justify-content:center;align-items:center;margin-top:auto;display:flex}.Card-module__mt6GGa__arrow svg{width:20px;height:20px}.Card-module__mt6GGa__card:hover .Card-module__mt6GGa__arrow{background:var(--primary);color:#fff;transform:translate(5px);box-shadow:0 0 15px #0ea5e966}
.CtaSection-module__J_9I8a__cta{background:var(--grad-cta);padding-block:var(--space-xl);color:#fff;text-align:center;position:relative;overflow:hidden}.CtaSection-module__J_9I8a__cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#fff3 0%,#0000 50%);width:140%;height:200%;position:absolute;top:-50%;left:-20%}.CtaSection-module__J_9I8a__title{letter-spacing:.05em;word-break:keep-all;overflow-wrap:break-word;margin-bottom:2rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.35}@media (max-width:768px){.CtaSection-module__J_9I8a__title{letter-spacing:.02em;line-height:1.3}}.CtaSection-module__J_9I8a__grayTitle{color:#1e293b}.CtaSection-module__J_9I8a__description{opacity:.9;margin-bottom:3.5rem;max-width:700px;margin-inline:auto;font-size:1.25rem}.CtaSection-module__J_9I8a__actions{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.CtaSection-module__J_9I8a__phone{color:#fff;justify-content:center;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-flex}@media (min-width:768px){.CtaSection-module__J_9I8a__phone{pointer-events:none;color:#fff}}.CtaSection-module__J_9I8a__phoneLabel{opacity:.8;font-size:.875rem;font-weight:400;display:block}
.Page-module__BRX3nG__pageHero{background:var(--surface);color:var(--text);text-align:center;padding-top:120px;padding-bottom:60px}@media (min-width:768px){.Page-module__BRX3nG__pageHero{padding-top:160px;padding-bottom:80px}}.Page-module__BRX3nG__pageTitle{letter-spacing:.05em;word-break:keep-all;overflow-wrap:break-word;margin-bottom:2rem;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.35}@media (max-width:768px){.Page-module__BRX3nG__pageTitle{letter-spacing:.02em;line-height:1.3}}.Page-module__BRX3nG__highlight{color:var(--primary)}.Page-module__BRX3nG__pageLead{text-align:left;color:var(--text-2);word-break:keep-all;overflow-wrap:anywhere;width:fit-content;max-width:100%;margin-inline:auto;font-size:clamp(12px,1.8vw,1.125rem);line-height:1.8}.Page-module__BRX3nG__subTitle{color:var(--primary);letter-spacing:.2em;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.Page-module__BRX3nG__sectionTitle{word-break:keep-all;overflow-wrap:break-word;letter-spacing:.04em;margin-bottom:clamp(2.5rem,5vw,3.5rem);font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.4}.Page-module__BRX3nG__anchorSection{scroll-margin-top:100px}@media (max-width:412px){.Page-module__BRX3nG__sectionTitle{letter-spacing:.02em;margin-bottom:2rem;font-size:clamp(1.75rem,6.5vw,2rem);line-height:1.3}}.Page-module__BRX3nG__breakOnMobile{display:inline-block}@media (max-width:768px){.Page-module__BRX3nG__breakOnMobile{display:block}}.Page-module__BRX3nG__addressBreak{display:none}@media (max-width:768px){.Page-module__BRX3nG__addressBreak{height:0;display:block}}.Page-module__BRX3nG__accentTitle{border-left:4px solid var(--primary);padding-left:1rem}.Page-module__BRX3nG__serviceGrid{flex-direction:column;gap:8rem;display:flex}.Page-module__BRX3nG__serviceItem{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.Page-module__BRX3nG__serviceItem{grid-template-columns:1fr 1fr}}.Page-module__BRX3nG__serviceItem:nth-child(2n){direction:rtl}.Page-module__BRX3nG__serviceItem:nth-child(2n) .Page-module__BRX3nG__serviceContent{direction:ltr}.Page-module__BRX3nG__serviceNumber{color:var(--border);margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1;display:block}.Page-module__BRX3nG__serviceName{margin-bottom:1.5rem;font-size:2rem;font-weight:700}.Page-module__BRX3nG__serviceDesc{color:var(--text-2);margin-bottom:2rem;font-size:1.125rem}.Page-module__BRX3nG__featureList{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem;display:grid}@media (min-width:480px){.Page-module__BRX3nG__featureList{grid-template-columns:1fr 1fr}}.Page-module__BRX3nG__featureList li{color:var(--text);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;display:flex}.Page-module__BRX3nG__featureList li:before{content:"✓";color:var(--primary);font-weight:700}.Page-module__BRX3nG__detailLink{color:var(--primary);align-items:center;gap:.5rem;font-weight:700;display:inline-flex}.Page-module__BRX3nG__detailLink:after{content:"→"}.Page-module__BRX3nG__visualBox{aspect-ratio:4/3;background:var(--surface-2);border-radius:var(--radius-xl);width:100%;position:relative;overflow:hidden}.Page-module__BRX3nG__visualBox:after{content:"";background:linear-gradient(135deg,#0ea5e91a,#0000);position:absolute;inset:0}.Page-module__BRX3nG__worksGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.Page-module__BRX3nG__worksGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Page-module__BRX3nG__worksGrid{grid-template-columns:repeat(3,1fr)}}.Page-module__BRX3nG__recruitLinksGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Page-module__BRX3nG__recruitLinksGrid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:960px;margin-inline:auto}}.Page-module__BRX3nG__detailHeader{background:var(--surface-2);border-bottom:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;padding-top:clamp(6rem,15vh,10rem);padding-bottom:3rem;display:flex}.Page-module__BRX3nG__detailHeader .Page-module__BRX3nG__sectionTitle{margin-bottom:0;max-width:900px;margin-inline:auto}.Page-module__BRX3nG__detailGrid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.Page-module__BRX3nG__detailGrid{grid-template-columns:2fr 1fr}}.Page-module__BRX3nG__richContent h2{border-left:4px solid var(--primary);word-break:keep-all;overflow-wrap:break-word;border-bottom:2px solid #94a3b8;margin-top:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.Page-module__BRX3nG__richContent h2.Page-module__BRX3nG__sectionTitle{border-bottom:2px solid #cbd5e1;margin-bottom:2.5rem;padding-bottom:.75rem;padding-left:1.25rem;font-size:clamp(2rem,4vw,2.5rem)}@media (max-width:412px){.Page-module__BRX3nG__richContent h2.Page-module__BRX3nG__sectionTitle{padding-bottom:.5rem;padding-left:1rem;font-size:clamp(1.75rem,6.5vw,2rem)}}.Page-module__BRX3nG__richContent p{color:var(--text-2);margin-bottom:clamp(1.5rem,3vw,2rem);font-size:clamp(.9375rem,1.5vw,1rem);line-height:1.8}.Page-module__BRX3nG__documentCard{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:3rem;padding:clamp(1.5rem,4vw,3rem)}.Page-module__BRX3nG__documentHeader{text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.Page-module__BRX3nG__documentTitle{color:var(--text);word-break:keep-all;overflow-wrap:break-word;margin-bottom:1.5rem;font-size:clamp(1.5rem,5vw,2rem);font-weight:700;line-height:1.4}.Page-module__BRX3nG__documentText{color:var(--text-2);margin-bottom:clamp(1.5rem,4vw,3rem);line-height:1.8}.Page-module__BRX3nG__documentSectionTitle{border-bottom:1px solid var(--border);color:var(--primary);word-break:keep-all;overflow-wrap:break-word;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:clamp(1.125rem,3vw,1.25rem)}.Page-module__BRX3nG__documentList{color:var(--text-2);margin-bottom:clamp(1.5rem,4vw,2rem);padding-left:clamp(1.25rem,3vw,1.5rem);line-height:1.8}.Page-module__BRX3nG__documentList li{margin-bottom:.5rem;padding-left:.25rem}.Page-module__BRX3nG__sideInfo{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);height:fit-content;padding:2.5rem;position:sticky;top:100px}.Page-module__BRX3nG__infoItem{margin-bottom:2rem}.Page-module__BRX3nG__infoLabel{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.Page-module__BRX3nG__infoValue{color:var(--text);font-size:1rem;font-weight:700}.Page-module__BRX3nG__tagStack{flex-wrap:wrap;gap:.5rem;display:flex}.Page-module__BRX3nG__tag{background:var(--surface-2);color:var(--primary);border-radius:var(--radius-sm);padding:.25rem .75rem;font-size:.75rem}.Page-module__BRX3nG__messageSection{padding-block:var(--space-xl);background:linear-gradient(#f8fbff 0%,#f0f9ff 100%)}.Page-module__BRX3nG__messageContainer{max-width:1100px;margin:0 auto;padding-inline:1rem}.Page-module__BRX3nG__messageCard{background:#fff;border-radius:20px;padding:2rem 1.25rem;box-shadow:0 20px 60px #0f172a14}@media (min-width:480px){.Page-module__BRX3nG__messageCard{padding:2.5rem}}@media (min-width:768px){.Page-module__BRX3nG__messageCard{padding:3.5rem}}@media (min-width:1024px){.Page-module__BRX3nG__messageCard{padding:56px}}.Page-module__BRX3nG__messageGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.Page-module__BRX3nG__messageGrid{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem}}.Page-module__BRX3nG__messageVisual{aspect-ratio:3/4;border-radius:var(--radius-md);position:relative;overflow:hidden}.Page-module__BRX3nG__messageTitle{color:#0f172a;margin-bottom:2rem;font-size:36px;font-weight:700;line-height:1.3}.Page-module__BRX3nG__messageText{flex-direction:column;gap:1.5rem;display:flex}.Page-module__BRX3nG__messageText p{color:#334155;margin:0;font-size:16px;line-height:2}.Page-module__BRX3nG__messageSign{color:#0f172a;text-align:right;margin-top:1.5rem;font-size:1.125rem;font-weight:700}.Page-module__BRX3nG__newsList{flex-direction:column;gap:1.5rem;max-width:1000px;margin-inline:auto;display:flex}.Page-module__BRX3nG__newsItem{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;grid-template-columns:120px 100px 1fr;align-items:center;gap:2rem;padding:2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;box-shadow:0 4px 6px #00000005}.Page-module__BRX3nG__newsItem:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 20px #0000000f}.Page-module__BRX3nG__newsDate{color:var(--text-2);font-size:.875rem;font-weight:700}.Page-module__BRX3nG__newsCategory{background:var(--surface-2);color:var(--text);border-radius:var(--radius-sm);text-align:center;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.Page-module__BRX3nG__newsTitle{color:var(--text);font-size:1.25rem;font-weight:700;line-height:1.5;transition:color .3s}.Page-module__BRX3nG__newsItem:hover .Page-module__BRX3nG__newsTitle{color:var(--primary)}@media (max-width:768px){.Page-module__BRX3nG__newsItem{grid-template-columns:auto 1fr;gap:.75rem;padding:1.25rem}.Page-module__BRX3nG__newsDate{grid-column:1/2}.Page-module__BRX3nG__newsCategory{grid-column:2/3;justify-self:start}.Page-module__BRX3nG__newsTitle{grid-column:1/3;margin-top:.25rem;font-size:1rem}}
.StatsSection-module__x3OPpG__section{padding-block:var(--space-xl);background:var(--surface)}.StatsSection-module__x3OPpG__container{max-width:1200px;margin:0 auto;padding-inline:1.5rem}.StatsSection-module__x3OPpG__header{text-align:center;margin-bottom:4rem}.StatsSection-module__x3OPpG__subTitle{color:var(--primary);letter-spacing:.2em;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.StatsSection-module__x3OPpG__title{color:var(--text);font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.StatsSection-module__x3OPpG__grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:640px){.StatsSection-module__x3OPpG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.StatsSection-module__x3OPpG__grid{grid-template-columns:repeat(5,1fr)}}.StatsSection-module__x3OPpG__card{border-radius:var(--radius-lg);border:1px solid var(--border);text-align:center;background:#fff;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #00000005}.StatsSection-module__x3OPpG__card:hover{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 20px 40px #0ea5e91a}.StatsSection-module__x3OPpG__card:before{content:"";background:var(--primary);transform-origin:0;width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.StatsSection-module__x3OPpG__card:hover:before{transform:scaleX(1)}.StatsSection-module__x3OPpG__iconWrapper{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex;position:relative}.StatsSection-module__x3OPpG__illustration{object-fit:contain;filter:drop-shadow(0 4px 8px #0000000d);transition:transform .3s}.StatsSection-module__x3OPpG__card:hover .StatsSection-module__x3OPpG__illustration{transform:scale(1.1)}.StatsSection-module__x3OPpG__valueWrapper{justify-content:center;align-items:baseline;gap:.125rem;margin-bottom:.5rem;display:flex}.StatsSection-module__x3OPpG__value{color:var(--color-primary,#0ea5e9);font-size:2.25rem;font-weight:700;line-height:1}.StatsSection-module__x3OPpG__unit{color:var(--color-primary,#0ea5e9);font-size:1rem;font-weight:700}.StatsSection-module__x3OPpG__label{color:var(--text-2);font-size:.875rem;font-weight:700}.StatsSection-module__x3OPpG__card:after{content:"";background:radial-gradient(circle,var(--primary-light)0%,transparent 70%);opacity:.1;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-20px;right:-20px}
.ScrollToTopButton-module__tBJMHG__scrollBtn{border-radius:var(--radius-full,50%);-webkit-backdrop-filter:blur(12px);width:3.5rem;height:3.5rem;color:var(--primary,#0ea5e9);cursor:pointer;z-index:99;transition:var(--transition-base,all .3s ease);background:#ffffffd9;border:1px solid #0ea5e933;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #0ea5e926}.ScrollToTopButton-module__tBJMHG__scrollBtn svg{width:1.5rem;height:1.5rem;transition:transform .3s}.ScrollToTopButton-module__tBJMHG__scrollBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 25px #0ea5e966}.ScrollToTopButton-module__tBJMHG__scrollBtn:hover svg{transform:translateY(-2px)}@media (max-width:768px){.ScrollToTopButton-module__tBJMHG__scrollBtn{width:3rem;height:3rem;bottom:1.5rem;right:1.5rem}.ScrollToTopButton-module__tBJMHG__scrollBtn svg{width:1.25rem;height:1.25rem}}
.Interviews-module__UBcYlG__interviewList{flex-direction:column;gap:3rem;display:flex}@media (min-width:768px){.Interviews-module__UBcYlG__interviewList{gap:5rem}}.Interviews-module__UBcYlG__interviewCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}@media (min-width:768px){.Interviews-module__UBcYlG__interviewCard{padding:3.5rem}}.Interviews-module__UBcYlG__personHeader{text-align:center;margin-bottom:2.5rem}@media (min-width:768px){.Interviews-module__UBcYlG__personHeader{margin-bottom:3.5rem}}.Interviews-module__UBcYlG__quote{color:var(--primary);border-radius:0 var(--radius-sm)var(--radius-sm)0;margin-bottom:1.25rem;padding:.6rem 1.5rem;font-size:1.1rem;font-weight:700;line-height:1.4;display:inline-block}@media (min-width:768px){.Interviews-module__UBcYlG__quote{margin-bottom:1.5rem;padding:.75rem 2.5rem;font-size:1.5rem}}.Interviews-module__UBcYlG__name{color:var(--text);margin-bottom:2rem;font-size:1rem;font-weight:700}@media (min-width:768px){.Interviews-module__UBcYlG__name{font-size:1.1rem}}.Interviews-module__UBcYlG__mainImageWrapper{border-radius:var(--radius-md);width:100%;max-width:800px;margin:0 auto;overflow:hidden;box-shadow:0 4px 20px #00000014}.Interviews-module__UBcYlG__mainImage{width:100%;height:auto;display:block}.Interviews-module__UBcYlG__sectionsWrapper{flex-direction:column;gap:3.5rem;width:100%;display:flex}@media (min-width:768px){.Interviews-module__UBcYlG__sectionsWrapper{gap:4.5rem}}.Interviews-module__UBcYlG__sectionItem{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:768px){.Interviews-module__UBcYlG__sectionItem{gap:2rem}}.Interviews-module__UBcYlG__sectionTitle{border-left:5px solid var(--primary);color:var(--text);padding-left:1rem;font-size:1.4rem;font-weight:700}@media (min-width:768px){.Interviews-module__UBcYlG__sectionTitle{font-size:1.6rem}}.Interviews-module__UBcYlG__sectionContent{flex-direction:column;gap:2.5rem;display:flex}@media (min-width:768px){.Interviews-module__UBcYlG__sectionContent{gap:3rem}}.Interviews-module__UBcYlG__contentRow{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}@media (min-width:768px){.Interviews-module__UBcYlG__contentRow{gap:3rem}}.Interviews-module__UBcYlG__subImageColumn{flex:300px}.Interviews-module__UBcYlG__subImageWrapper{border-radius:var(--radius-sm);width:100%;overflow:hidden;box-shadow:0 4px 15px #00000014}.Interviews-module__UBcYlG__textColumn{flex:2 400px}.Interviews-module__UBcYlG__paragraph{white-space:pre-wrap;color:var(--text-2);font-size:.95rem;line-height:1.7}@media (min-width:768px){.Interviews-module__UBcYlG__paragraph{font-size:1.1rem;line-height:2}}.Interviews-module__UBcYlG__fullWidthText{width:100%}.Interviews-module__UBcYlG__centeredImages{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}@media (min-width:768px){.Interviews-module__UBcYlG__centeredImages{gap:2rem}}.Interviews-module__UBcYlG__centeredImageWrapper{border-radius:var(--radius-sm);width:100%;max-width:800px;overflow:hidden;box-shadow:0 4px 15px #00000014}
.Jobs-module__M07fOa__jobsList{flex-direction:column;gap:3rem;display:flex}@media (min-width:768px){.Jobs-module__M07fOa__jobsList{gap:4rem}}.Jobs-module__M07fOa__jobCard{border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);background:#fff;grid-template-areas:"header""specs""desc""tech""button";gap:1.5rem;padding:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s;display:grid;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.Jobs-module__M07fOa__jobCard:hover{border-color:var(--color-primary-light);transform:translateY(-4px);box-shadow:0 12px 24px -6px #0f172a1f,0 8px 16px -6px #0f172a14}@media (min-width:768px){.Jobs-module__M07fOa__jobCard{grid-template-columns:1fr auto;grid-template-areas:"header button""specs specs""desc desc""tech tech";align-items:flex-start;gap:2.5rem;padding:3.5rem}}.Jobs-module__M07fOa__jobHeader{grid-area:header}.Jobs-module__M07fOa__jobType{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.Jobs-module__M07fOa__jobTitle{color:var(--color-gray-900);font-size:1.2rem;font-weight:700;line-height:1.3}@media (min-width:768px){.Jobs-module__M07fOa__jobTitle{font-size:2rem}}.Jobs-module__M07fOa__jobSpecs{border-top:1px solid var(--color-gray-50);border-bottom:1px solid var(--color-gray-50);grid-area:specs;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:1.5rem 0;display:grid}.Jobs-module__M07fOa__specItem{flex-direction:column;gap:.4rem;display:flex}.Jobs-module__M07fOa__specLabel{color:var(--color-gray-400);text-transform:uppercase;font-size:.75rem;font-weight:700}.Jobs-module__M07fOa__specValue{color:var(--color-gray-800);font-size:1rem;font-weight:700}.Jobs-module__M07fOa__jobDescription{color:var(--color-gray-600);grid-area:desc;font-size:.95rem;line-height:1.8}.Jobs-module__M07fOa__techSection{grid-area:tech}.Jobs-module__M07fOa__techTitle{color:var(--color-gray-700);margin-bottom:.75rem;font-size:.85rem;font-weight:700}.Jobs-module__M07fOa__techList{flex-wrap:wrap;gap:.5rem;display:flex}@media (min-width:768px){.Jobs-module__M07fOa__techList{gap:.75rem 1.25rem}}.Jobs-module__M07fOa__techTag{background:var(--surface-2,#f0f9ff);color:var(--primary,#0ea5e9);border-radius:var(--radius-sm,4px);border:1px solid #0ea5e933;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.Jobs-module__M07fOa__buttonArea{grid-area:button;justify-content:flex-end;display:flex}@media (max-width:767px){.Jobs-module__M07fOa__entryButton{width:100%}}@media (min-width:768px){.Jobs-module__M07fOa__entryButton{min-width:160px}}.Jobs-module__M07fOa__benefitsSection{background-color:var(--color-gray-50)}.Jobs-module__M07fOa__benefitsTitle{text-align:center;color:var(--color-gray-900);margin-bottom:4rem;font-size:2rem;font-weight:700}.Jobs-module__M07fOa__benefitsGrid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:640px){.Jobs-module__M07fOa__benefitsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Jobs-module__M07fOa__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:2rem}}.Jobs-module__M07fOa__benefitCard{border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);text-align:center;background:#fff;flex-direction:column;align-items:center;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.Jobs-module__M07fOa__benefitCard:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000000d}.Jobs-module__M07fOa__iconBox{width:64px;height:64px;color:var(--primary);background-color:#0ea5e914;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s;display:flex}.Jobs-module__M07fOa__benefitCard:hover .Jobs-module__M07fOa__iconBox{background-color:#0ea5e926;transform:scale(1.1)}.Jobs-module__M07fOa__benefitTitle{color:var(--color-gray-900);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.Jobs-module__M07fOa__benefitDescription{color:var(--color-gray-600);font-size:.9375rem;line-height:1.6}
.Services-module__A_tMzG__serviceGrid{flex-direction:column;gap:3rem;display:flex}@media (min-width:1024px){.Services-module__A_tMzG__serviceGrid{gap:4rem}}.Services-module__A_tMzG__serviceCard{border-radius:var(--radius-xl);border:1px solid var(--color-gray-100);background:#fff;padding:2rem;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s;position:relative;box-shadow:0 10px 30px -15px #0f172a14}.Services-module__A_tMzG__serviceCard:hover{border-color:var(--color-primary-light);transform:translateY(-8px);box-shadow:0 25px 50px -12px #0f172a1f}@media (min-width:1024px){.Services-module__A_tMzG__serviceCard{padding:4rem}}.Services-module__A_tMzG__serviceItem{grid-template-areas:"visual""content""button";align-items:flex-start;gap:2rem;display:grid}@media (min-width:1024px){.Services-module__A_tMzG__serviceItem{grid-template:"content visual""content button"/1fr 1fr;gap:1rem 5rem}}.Services-module__A_tMzG__serviceContent{grid-area:content}.Services-module__A_tMzG__serviceVisual{grid-area:visual}.Services-module__A_tMzG__serviceCard:nth-child(2n) .Services-module__A_tMzG__serviceItem{direction:rtl}.Services-module__A_tMzG__serviceCard:nth-child(2n) .Services-module__A_tMzG__serviceContent{direction:ltr}.Services-module__A_tMzG__serviceNumber{color:var(--color-gray-100);font-size:3.5rem;font-weight:700;line-height:1;font-family:var(--font-outfit),sans-serif;margin-bottom:1rem;display:block}.Services-module__A_tMzG__serviceName{color:var(--color-gray-900);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.Services-module__A_tMzG__serviceDesc{color:var(--color-gray-600);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.Services-module__A_tMzG__featureList{grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem;display:grid}@media (min-width:480px){.Services-module__A_tMzG__featureList{grid-template-columns:1fr 1fr}}.Services-module__A_tMzG__featureList li{color:var(--color-gray-800);align-items:center;gap:.75rem;font-size:.9375rem;font-weight:700;display:flex}.Services-module__A_tMzG__buttonArea{direction:ltr;grid-area:button;display:flex}@media (max-width:1023px){.Services-module__A_tMzG__buttonArea{margin-top:1rem}}@media (min-width:1024px){.Services-module__A_tMzG__buttonArea{justify-content:center;padding-top:.25rem}}.Services-module__A_tMzG__detailButton{background-color:var(--primary);border-radius:var(--radius-full);justify-content:center;align-items:center;width:100%;padding:1rem 2rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #0ea5e94d;color:#fff!important}.Services-module__A_tMzG__detailButton:hover{background-color:var(--primary-600);transform:translateY(-2px);box-shadow:0 8px 25px #0ea5e980}.Services-module__A_tMzG__featureList li:before{content:"✓";color:var(--primary);background:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;font-weight:700;display:flex}.Services-module__A_tMzG__visualBox{aspect-ratio:16/10;background:var(--color-gray-50);border-radius:var(--radius-lg);width:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Services-module__A_tMzG__visualBox:after{content:"";background:linear-gradient(135deg,rgba(var(--primary-rgb),.05),transparent);pointer-events:none;position:absolute;inset:0}
.FaqSection-module__5c86tW__section{padding-block:var(--space-xl);background:#fff}.FaqSection-module__5c86tW__container{max-width:800px;margin:0 auto;padding-inline:1.5rem}.FaqSection-module__5c86tW__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex;position:relative}.FaqSection-module__5c86tW__headerTitleArea{text-align:center}.FaqSection-module__5c86tW__subTitle{color:var(--primary);letter-spacing:.2em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.FaqSection-module__5c86tW__title{color:var(--text);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.FaqSection-module__5c86tW__toggleAllButton{border:1px solid var(--border);color:var(--primary);cursor:pointer;white-space:nowrap;background:#fff;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.FaqSection-module__5c86tW__toggleAllButton:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.FaqSection-module__5c86tW__toggleAllIcon{align-items:center;display:flex}.FaqSection-module__5c86tW__faqList{flex-direction:column;gap:1.25rem;display:flex}.FaqSection-module__5c86tW__faqItem{border:1px solid var(--border);border-radius:var(--radius-lg);background:#f0f9ff;transition:all .3s;overflow:hidden}.FaqSection-module__5c86tW__faqItem:hover{border-color:var(--primary-light);box-shadow:0 4px 12px #0ea5e914}.FaqSection-module__5c86tW__questionButton{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem;display:flex}.FaqSection-module__5c86tW__questionText{align-items:flex-start;gap:1rem;display:flex}.FaqSection-module__5c86tW__qMark{color:var(--primary);margin-top:.125rem;font-size:1.25rem;font-weight:800;line-height:1}.FaqSection-module__5c86tW__question{color:var(--text);font-size:1.125rem;font-weight:700;line-height:1.5}.FaqSection-module__5c86tW__icon{color:var(--muted);flex-shrink:0;transition:transform .3s,color .3s}.FaqSection-module__5c86tW__faqItem[data-open=true] .FaqSection-module__5c86tW__icon{color:var(--primary);transform:rotate(180deg)}.FaqSection-module__5c86tW__answerWrapper{overflow:hidden}.FaqSection-module__5c86tW__answerContent{padding:0 1.5rem 1.5rem}.FaqSection-module__5c86tW__answerInner{border-top:1px solid var(--border);align-items:flex-start;gap:1rem;padding-top:1.5rem;display:flex}.FaqSection-module__5c86tW__aMark{color:var(--muted);margin-top:.125rem;font-size:1.25rem;font-weight:800;line-height:1}.FaqSection-module__5c86tW__answer{color:var(--text-2);white-space:pre-wrap;font-size:1rem;line-height:1.8}@media (max-width:640px){.FaqSection-module__5c86tW__header{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2.4rem}.FaqSection-module__5c86tW__toggleAllButton{align-self:flex-end;position:static}.FaqSection-module__5c86tW__question{font-size:1rem}.FaqSection-module__5c86tW__qMark,.FaqSection-module__5c86tW__aMark{font-size:1.125rem}.FaqSection-module__5c86tW__questionButton{padding:1.25rem}.FaqSection-module__5c86tW__answerContent{padding:0 1.25rem 1.25rem}}
.AchievementList-module__1mj_1G__section{padding-block:var(--space-xl);background-color:var(--surface);scroll-margin-top:100px}.AchievementList-module__1mj_1G__title{border-left:4px solid var(--primary);margin-bottom:3rem;padding-left:1rem;font-size:2rem;font-weight:700}.AchievementList-module__1mj_1G__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.AchievementList-module__1mj_1G__grid{grid-template-columns:repeat(2,1fr)}}.AchievementList-module__1mj_1G__item{border:1px solid var(--border);border-radius:var(--radius-md);color:inherit;background:#fff;align-items:center;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.AchievementList-module__1mj_1G__item.AchievementList-module__1mj_1G__hasLink:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.AchievementList-module__1mj_1G__bullet{color:var(--primary);margin-right:.75rem;font-weight:700}.AchievementList-module__1mj_1G__text{flex:1;font-size:1rem;font-weight:400}.AchievementList-module__1mj_1G__comingSoon{background:var(--surface-2);color:var(--text-2);border-radius:var(--radius-sm);margin-left:.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.AchievementList-module__1mj_1G__linkIcon{color:var(--primary);opacity:.5;margin-left:.5rem;transition:opacity .2s}.AchievementList-module__1mj_1G__item:hover .AchievementList-module__1mj_1G__linkIcon{opacity:1}.AchievementList-module__1mj_1G__detailItem{background:linear-gradient(to right,#fff,var(--surface-2));border-left:3px solid var(--primary)}.AchievementList-module__1mj_1G__detailBadge{background:var(--primary);color:#fff;border-radius:var(--radius-sm);white-space:nowrap;margin-left:auto;padding:.25rem .75rem;font-size:.75rem;font-weight:700}
.Contact-module__SEXjRW__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.Contact-module__SEXjRW__grid{grid-template-columns:2fr 1fr;gap:4rem}}.Contact-module__SEXjRW__formContainer{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow);width:100%;min-width:0;padding:2rem 1.25rem}@media (min-width:480px){.Contact-module__SEXjRW__formContainer{padding:2.5rem 2rem}}@media (min-width:768px){.Contact-module__SEXjRW__formContainer{padding:3rem}}.Contact-module__SEXjRW__form{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:768px){.Contact-module__SEXjRW__form{gap:2rem}}.Contact-module__SEXjRW__group{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.Contact-module__SEXjRW__group{grid-template-columns:1fr 1fr;gap:2rem}}.Contact-module__SEXjRW__field{flex-direction:column;gap:.5rem;min-width:0;display:flex}@media (min-width:480px){.Contact-module__SEXjRW__field{gap:.75rem}}.Contact-module__SEXjRW__field label{color:var(--text);font-size:.875rem;font-weight:700;line-height:1.5}.Contact-module__SEXjRW__field input,.Contact-module__SEXjRW__field select,.Contact-module__SEXjRW__field textarea{border-radius:var(--radius-md);border:1px solid var(--border);width:100%;min-width:0;transition:var(--transition-base);background:var(--surface-3);color:var(--text);appearance:none;padding:.875rem;font-family:inherit;font-size:1rem}@media (min-width:480px){.Contact-module__SEXjRW__field input,.Contact-module__SEXjRW__field select,.Contact-module__SEXjRW__field textarea{padding:1rem}}.Contact-module__SEXjRW__field input:focus,.Contact-module__SEXjRW__field select:focus,.Contact-module__SEXjRW__field textarea:focus{border-color:var(--primary);background:var(--surface);outline:none;box-shadow:0 0 0 4px #0ea5e91a}.Contact-module__SEXjRW__field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.Contact-module__SEXjRW__privacy{align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.5;display:flex}.Contact-module__SEXjRW__privacy input[type=checkbox]{cursor:pointer;width:20px;min-width:20px;height:20px;accent-color:var(--primary);margin-top:2px}.Contact-module__SEXjRW__privacy a{color:var(--primary);font-weight:700;text-decoration:underline}.Contact-module__SEXjRW__aside{flex-direction:column;gap:2rem;display:flex}.Contact-module__SEXjRW__asideBox{background:var(--surface-2);border-radius:var(--radius-lg);padding:1.5rem}@media (min-width:480px){.Contact-module__SEXjRW__asideBox{padding:2rem}}@media (min-width:768px){.Contact-module__SEXjRW__asideBox{padding:2.5rem}}.Contact-module__SEXjRW__asideBox h3{margin-bottom:1rem;font-size:1.125rem;font-weight:700}.Contact-module__SEXjRW__phone{color:var(--primary);transition:var(--transition-base);word-break:keep-all;margin-top:1rem;font-size:clamp(1.5rem,5vw,2rem);font-weight:700;text-decoration:none;display:inline-block}@media (min-width:768px){.Contact-module__SEXjRW__phone{pointer-events:none;color:var(--primary)}}.Contact-module__SEXjRW__faq{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.Contact-module__SEXjRW__faq li{flex-direction:column;gap:.5rem;display:flex}.Contact-module__SEXjRW__faq li strong{color:var(--primary);font-size:.8125rem}.Contact-module__SEXjRW__faq li span{color:var(--text-2);font-size:.875rem}.Contact-module__SEXjRW__requiredBadge{color:#fff;vertical-align:middle;white-space:nowrap;background:#ef4444;border-radius:4px;margin-right:6px;padding:2px 6px;font-size:.6875rem}.Contact-module__SEXjRW__errorMessage{color:#ef4444;margin-top:.25rem;font-size:.875rem}.Contact-module__SEXjRW__actions{margin-top:.5rem}
.Home-module__Ho9lYW__hero{background:var(--grad-hero);flex-direction:column;align-items:center;min-height:max(600px,100dvh);padding-top:80px;padding-bottom:0;display:flex;position:relative;overflow:clip}.Home-module__Ho9lYW__hero:before{content:"";opacity:1;pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 20%,#0ea5e92e 0,#0000 28%),radial-gradient(circle at 80% 35%,#38bdf829 0,#0000 32%),radial-gradient(circle at 40% 85%,#06b6d41f 0,#0000 35%),radial-gradient(#0284c714 1px,#0000 1px) 0 0/18px 18px;position:absolute;inset:0}.Home-module__Ho9lYW__hero:after{content:"";opacity:.2;filter:saturate(1.05)contrast(1.02);pointer-events:none;z-index:0;background-image:url(/assets/images/hero_bg.png);background-position:50%;background-size:cover;position:absolute;inset:0}.Home-module__Ho9lYW__hero>*{z-index:2;position:relative}.Home-module__Ho9lYW__heroContent{z-index:10;text-align:center;flex-direction:column;flex:1;justify-content:space-between;width:100%;max-width:1600px;padding:clamp(1rem,2vh,2rem) 1rem 0;display:flex;position:relative}.Home-module__Ho9lYW__heroMain{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:auto 0;padding-top:clamp(1rem,4vh,3rem);display:flex}.Home-module__Ho9lYW__heroTag{border:1px solid var(--border);color:var(--primary);font-family:var(--font-mono);letter-spacing:.2em;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0ea5e91a;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;display:inline-block}.Home-module__Ho9lYW__heroTitle{letter-spacing:.1em;font-feature-settings:"palt" 1;margin-bottom:clamp(.5rem,2vh,1.5rem);padding-left:.08em;font-size:clamp(2.2rem,6vw,8.5rem);font-weight:700;line-height:1.35}.Home-module__Ho9lYW__titleLine{max-width:100%;display:inline-block}.Home-module__Ho9lYW__titleSegment{white-space:nowrap;display:inline-block}.Home-module__Ho9lYW__highlight{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Home-module__Ho9lYW__heroDesc{color:var(--text-2);letter-spacing:.03em;max-width:1000px;margin:0 auto clamp(1.5rem,4vh,2.5rem);font-size:clamp(.875rem,1.5vw,2rem);line-height:1.9}.Home-module__Ho9lYW__descLine{width:100%;display:inline-block}.Home-module__Ho9lYW__descPart{display:inline-block}.Home-module__Ho9lYW__heroActions{justify-content:center;gap:1.5rem;width:100%;margin-top:2rem;display:flex}@media (max-width:640px){.Home-module__Ho9lYW__heroTitle{letter-spacing:.05em;font-size:clamp(2.2rem,10vw,3.5rem);line-height:1.35}.Home-module__Ho9lYW__heroDesc{margin-top:1.25rem;margin-bottom:2rem;padding:0 1rem;font-size:.9375rem;line-height:1.8}.Home-module__Ho9lYW__heroActions{flex-direction:column;gap:.75rem;margin-top:1.5rem;padding:0 1.5rem}}@media (max-width:412px){.Home-module__Ho9lYW__heroTitle{font-size:2.6rem}}@media (max-width:393px){.Home-module__Ho9lYW__heroTitle{letter-spacing:.04em;font-size:2.5rem}}@media (max-width:375px){.Home-module__Ho9lYW__heroTitle{letter-spacing:.03em;font-size:2.4rem}.Home-module__Ho9lYW__heroDesc{margin-bottom:1.75rem;font-size:.9rem}}@media (max-width:360px){.Home-module__Ho9lYW__heroTitle{letter-spacing:.02em;padding-left:.04em;font-size:2.15rem}.Home-module__Ho9lYW__heroDesc{font-size:.875rem;line-height:1.7}.Home-module__Ho9lYW__heroMain{padding-top:2vh}}@media (max-width:330px){.Home-module__Ho9lYW__heroTitle{letter-spacing:.01em;font-size:1.95rem}.Home-module__Ho9lYW__heroDesc{margin-top:1rem;margin-bottom:1.5rem;font-size:.8125rem;line-height:1.6}.Home-module__Ho9lYW__heroActions{gap:.625rem;padding:0 1rem}}.Home-module__Ho9lYW__heroStats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:clamp(.5rem,2vw,2rem);width:100%;margin-top:clamp(1rem,3vh,2.5rem);padding-top:clamp(1rem,3vh,2rem);display:grid}.Home-module__Ho9lYW__statItem{text-align:center}.Home-module__Ho9lYW__statValue{color:var(--primary);font-size:clamp(2rem,5vw,6rem);font-weight:700;font-family:var(--font-mono);margin-bottom:clamp(.25rem,1vh,.5rem);line-height:1;display:block}.Home-module__Ho9lYW__statLabel{color:var(--muted);letter-spacing:.05em;font-size:clamp(.875rem,1.2vw,1.5rem)}@media (max-width:768px){.Home-module__Ho9lYW__heroStats{grid-template-columns:1fr 1fr 1fr;gap:.5rem}.Home-module__Ho9lYW__statValue{font-size:clamp(1.25rem,4vw,2rem)}.Home-module__Ho9lYW__statLabel{font-size:clamp(.65rem,2vw,.85rem)}}@media (max-width:480px){.Home-module__Ho9lYW__heroStats{grid-template-columns:1fr;gap:1rem}}.Home-module__Ho9lYW__sectionHeader{text-align:center;margin-bottom:5rem}.Home-module__Ho9lYW__sectionTitle{margin-bottom:1rem;font-size:clamp(1.9rem,4vw,3rem);font-weight:700}.Home-module__Ho9lYW__sectionLead{color:var(--text-2);max-width:600px;margin:0 auto}.Home-module__Ho9lYW__grid{flex-wrap:wrap;justify-content:center;gap:2.5rem 2rem;display:flex}.Home-module__Ho9lYW__grid>*{flex:320px;width:100%;max-width:400px}.Home-module__Ho9lYW__aboutSection{position:relative;overflow:hidden}.Home-module__Ho9lYW__aboutContent{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;max-width:800px;box-shadow:var(--shadow);background:#fffc;margin:0 auto;padding:4rem;position:relative}.Home-module__Ho9lYW__recruitSection{position:relative;overflow:hidden;padding-block:64px!important}.Home-module__Ho9lYW__recruitCard{background:var(--surface-2);justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex;position:relative;overflow:hidden;border-radius:32px!important;max-width:1200px!important;min-height:457px!important}.Home-module__Ho9lYW__recruitContent{z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;max-width:680px;box-shadow:var(--shadow);background:#e0f2fe1a;padding:3rem;position:relative}.Home-module__Ho9lYW__recruitBg{opacity:.6;z-index:1;position:absolute;inset:0;border-radius:32px!important}.Home-module__Ho9lYW__aboutBg{opacity:.3;z-index:1;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Home-module__Ho9lYW__recruitActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}@media (max-width:640px){.Home-module__Ho9lYW__recruitActions{flex-direction:column;align-items:stretch}}.Home-module__Ho9lYW__newsList{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;display:flex}.Home-module__Ho9lYW__newsItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition-base);align-items:center;gap:2rem;padding:1.5rem 2rem;display:flex}.Home-module__Ho9lYW__newsItem:hover{background:var(--surface-2);border-color:var(--primary);transform:translate(10px)}.Home-module__Ho9lYW__newsDate{font-family:var(--font-mono);color:var(--muted);font-size:.875rem}.Home-module__Ho9lYW__newsCategory{border:1px solid var(--primary);color:var(--primary);border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.75rem}.Home-module__Ho9lYW__newsTitle{flex:1;font-weight:400}@media (max-width:640px){.Home-module__Ho9lYW__newsItem{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-height:750px){.Home-module__Ho9lYW__hero{padding-top:70px;padding-bottom:5px}.Home-module__Ho9lYW__heroMain{padding-top:0}.Home-module__Ho9lYW__heroTitle{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem)}.Home-module__Ho9lYW__heroDesc{margin:0 auto .5rem;font-size:clamp(.8rem,1.2vw,1rem);line-height:1.5}.Home-module__Ho9lYW__heroStats{gap:.5rem;margin-top:0;padding-top:.5rem}.Home-module__Ho9lYW__statValue{margin-bottom:.2rem;font-size:clamp(1.5rem,4vw,2.5rem)}.Home-module__Ho9lYW__statLabel{font-size:clamp(.7rem,1vw,.9rem)}.Home-module__Ho9lYW__heroContent{padding-top:0}}
