.Header-module__ldgnoG__header{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);backface-visibility:hidden;justify-content:center;width:100%;padding:1.5rem 0;display:flex;position:fixed;top:0;left:0;transform:translateZ(0)}.Header-module__ldgnoG__nav{letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:3rem;font-size:.85rem;display:flex}.Header-module__ldgnoG__logo{font-family:var(--font-heading), sans-serif;text-transform:lowercase;color:var(--text-primary);margin-right:2rem;font-size:1.5rem;font-style:italic}.Header-module__ldgnoG__navLinks{color:var(--text-secondary);gap:2rem;display:flex}.Header-module__ldgnoG__navLinks a{transition:color .3s;position:relative}.Header-module__ldgnoG__navLinks a:after{content:"";background-color:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__ldgnoG__navLinks a:hover{color:var(--text-primary)}.Header-module__ldgnoG__navLinks a:hover:after{width:100%}.Header-module__ldgnoG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__ldgnoG__ctaButton{color:var(--text-primary);border:1px solid var(--border-color);font-family:var(--font-body), sans-serif;letter-spacing:.05em;cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.75rem;padding:.35rem .35rem .35rem 1.25rem;font-size:.75rem;font-weight:500;transition:all .4s;display:flex;position:relative;overflow:hidden}.Header-module__ldgnoG__ctaText{z-index:2;transition:color .4s}.Header-module__ldgnoG__ctaIcon{background:var(--text-primary);color:var(--bg-color);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .4s;display:flex}.Header-module__ldgnoG__ctaButton:before{content:"";background:var(--text-primary);z-index:1;border-radius:50px;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0;transform:translate(-101%)}.Header-module__ldgnoG__ctaButton:hover:before{transform:translate(0)}.Header-module__ldgnoG__ctaButton:hover .Header-module__ldgnoG__ctaText{color:var(--bg-color)}.Header-module__ldgnoG__ctaButton:hover .Header-module__ldgnoG__ctaIcon{background:var(--bg-color);color:var(--text-primary);transform:translate(4px)}@media (max-width:768px){.Header-module__ldgnoG__nav{display:none}}
.ContactModal-module__DkSQ-G__overlay{-webkit-backdrop-filter:blur(10px);z-index:1000;background:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ContactModal-module__DkSQ-G__fadeIn;display:flex;position:fixed;top:0;left:0}.ContactModal-module__DkSQ-G__modal{background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;width:90%;max-width:500px;padding:3rem;animation:.4s ContactModal-module__DkSQ-G__slideUp;position:relative;box-shadow:0 20px 40px #00000080}.ContactModal-module__DkSQ-G__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;transition:color .3s;position:absolute;top:1.5rem;right:1.5rem}.ContactModal-module__DkSQ-G__closeBtn:hover{color:var(--accent)}.ContactModal-module__DkSQ-G__title{font-family:var(--font-heading), sans-serif;margin-bottom:.5rem;font-size:2rem;font-style:italic}.ContactModal-module__DkSQ-G__subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem}.ContactModal-module__DkSQ-G__form{flex-direction:column;gap:1.5rem;display:flex}.ContactModal-module__DkSQ-G__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ContactModal-module__DkSQ-G__inputGroup label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.8rem}.ContactModal-module__DkSQ-G__inputGroup input,.ContactModal-module__DkSQ-G__inputGroup textarea{border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-body), sans-serif;background:#ffffff08;border-radius:4px;padding:1rem;transition:border-color .3s,background .3s}.ContactModal-module__DkSQ-G__inputGroup input:focus,.ContactModal-module__DkSQ-G__inputGroup textarea:focus{border-color:var(--accent);background:#ffffff0d;outline:none}.ContactModal-module__DkSQ-G__submitBtn{background:var(--accent);color:var(--bg-color);font-family:var(--font-body), sans-serif;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.ContactModal-module__DkSQ-G__submitBtn:hover:not(:disabled){background:#e6d8c0;transform:translateY(-2px)}.ContactModal-module__DkSQ-G__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.ContactModal-module__DkSQ-G__errorMsg{color:#ff5f56;text-align:center;margin-top:1rem;font-size:.8rem}@keyframes ContactModal-module__DkSQ-G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactModal-module__DkSQ-G__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ContactModal-module__DkSQ-G__modal{padding:2rem}}
.ThemeToggle-module__Z5gSZG__toggle{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .3s;display:flex}.ThemeToggle-module__Z5gSZG__toggle:hover{background-color:var(--card-bg);border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.ThemeToggle-module__Z5gSZG__placeholder{width:40px;height:40px}
.Hero-module__JgYmMq__hero{background:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:80vh;padding:8rem 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__container{z-index:2;text-align:center;max-width:900px;position:relative}.Hero-module__JgYmMq__badge{background:var(--card-bg);border:1px solid var(--border-color);border-radius:100px;margin-bottom:2.5rem;padding:.5rem 1.25rem;display:inline-flex}.Hero-module__JgYmMq__badgeText{letter-spacing:.1em;color:var(--accent);text-transform:uppercase;font-size:.75rem;font-weight:600}.Hero-module__JgYmMq__heroTitle{font-size:clamp(3.5rem,8vw,6rem);font-family:var(--font-heading), sans-serif;color:var(--text-primary);letter-spacing:-.03em;margin-bottom:2rem;line-height:1.05}.Hero-module__JgYmMq__heroTitle i{font-family:var(--font-body), serif;color:var(--accent);font-style:italic;font-weight:400}.Hero-module__JgYmMq__heroSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 3.5rem;font-size:1.2rem;line-height:1.6}.Hero-module__JgYmMq__ctaWrapper{justify-content:center;gap:1.5rem;display:flex}.Hero-module__JgYmMq__primaryBtn{background:var(--text-primary);color:var(--bg-color);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:1.1rem 2.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Hero-module__JgYmMq__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003}.Hero-module__JgYmMq__secondaryBtn{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:1.1rem 2.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Hero-module__JgYmMq__secondaryBtn:hover{background:var(--text-primary);color:var(--bg-color);border-color:var(--text-primary)}.Hero-module__JgYmMq__logosSection{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-top:8rem;display:flex}.Hero-module__JgYmMq__logosTitle{letter-spacing:.2em;color:var(--accent);opacity:.8;font-size:.7rem;font-weight:600}.Hero-module__JgYmMq__logos{opacity:.4;filter:grayscale();border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;width:100%;max-width:1000px;padding:2rem 0;display:flex}.Hero-module__JgYmMq__logoItem{cursor:default;transition:all .3s}.Hero-module__JgYmMq__logoItem:hover{opacity:1;filter:grayscale(0%);transform:translateY(-2px)}@media (max-width:768px){.Hero-module__JgYmMq__hero{min-height:auto;padding-top:6rem}.Hero-module__JgYmMq__ctaWrapper{flex-direction:column;gap:1rem;width:100%;max-width:300px}.Hero-module__JgYmMq__primaryBtn,.Hero-module__JgYmMq__secondaryBtn{width:100%}}
.Services-module__h5-agW__servicesSection{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1100px;margin:0 auto 8rem;display:grid}.Services-module__h5-agW__serviceCard{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);will-change:transform, background;border-radius:4px;padding:3rem 2rem;transition:background .4s,transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;transform:translateZ(0)}.Services-module__h5-agW__serviceCard:hover{background:#ffffff0d;border-color:#d4bc964d;transform:translateY(-8px)translateZ(0)}.Services-module__h5-agW__serviceNumber{color:var(--text-secondary);margin-bottom:1rem;font-size:.8rem;display:block}.Services-module__h5-agW__serviceTitle{font-family:var(--font-body), sans-serif;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.Services-module__h5-agW__serviceDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.Services-module__h5-agW__serviceLink{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;display:flex}.Services-module__h5-agW__serviceLink svg{transition:transform .3s}.Services-module__h5-agW__serviceCard:hover .Services-module__h5-agW__serviceLink{color:var(--accent)}.Services-module__h5-agW__serviceCard:hover .Services-module__h5-agW__serviceLink svg{transform:translate(4px)}@media (max-width:1024px){.Services-module__h5-agW__servicesSection{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__h5-agW__servicesSection{grid-template-columns:1fr}}
.Skills-module__-4weLa__skillsSection{width:100%;max-width:1100px;margin:0 auto 10rem;padding:0 2rem}.Skills-module__-4weLa__headerWrapper{text-align:center;margin-bottom:5rem}.Skills-module__-4weLa__preTitle{letter-spacing:.3em;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.Skills-module__-4weLa__title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-heading), sans-serif;color:var(--text-primary);line-height:1.1}.Skills-module__-4weLa__title i{font-family:var(--font-body), serif;color:var(--accent);font-style:italic;font-weight:400}.Skills-module__-4weLa__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Skills-module__-4weLa__skillCard{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);will-change:transform, background;background:#ffffff05;border-radius:20px;flex-direction:column;padding:2.5rem;transition:background .4s,transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.Skills-module__-4weLa__skillCard:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#d4bc960d,#0000 60%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.Skills-module__-4weLa__skillCard:hover{background:#ffffff0a;border-color:#d4bc964d;transform:translateY(-5px)}.Skills-module__-4weLa__skillCard:hover:before{opacity:1}.Skills-module__-4weLa__cardHeader{z-index:2;margin-bottom:1.5rem;position:relative}.Skills-module__-4weLa__skillCategory{font-size:1.25rem;font-family:var(--font-heading), sans-serif;color:var(--text-primary);display:inline-block;position:relative}.Skills-module__-4weLa__skillCategory:after{content:"";background:var(--accent);width:20px;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Skills-module__-4weLa__skillCard:hover .Skills-module__-4weLa__skillCategory:after{width:100%}.Skills-module__-4weLa__skillTags{z-index:2;flex-wrap:wrap;gap:.75rem;display:flex;position:relative}.Skills-module__-4weLa__tag{border:1px solid var(--border-color);color:var(--text-secondary);background:#ffffff08;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;transition:all .3s}.Skills-module__-4weLa__skillCard:hover .Skills-module__-4weLa__tag{color:var(--text-primary);background:#d4bc960d;border-color:#d4bc9633}@media (max-width:1024px){.Skills-module__-4weLa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Skills-module__-4weLa__grid{grid-template-columns:1fr}.Skills-module__-4weLa__skillCard{padding:2rem}}
.Work-module__dMYl4a__workSection{width:100%;max-width:1100px;margin:0 auto 10rem;padding:0 2rem}.Work-module__dMYl4a__headerWrapper{text-align:center;margin-bottom:6rem}.Work-module__dMYl4a__preTitle{letter-spacing:.3em;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.Work-module__dMYl4a__title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-heading), sans-serif;color:var(--text-primary);line-height:1.1}.Work-module__dMYl4a__title i{font-family:var(--font-body), serif;color:var(--accent);font-style:italic;font-weight:400}.Work-module__dMYl4a__workGrid{grid-template-columns:repeat(2,1fr);gap:4rem;display:grid}.Work-module__dMYl4a__workItem{isolation:isolate;flex-direction:column;gap:1.5rem;display:flex;position:relative}.Work-module__dMYl4a__small{width:85%}.Work-module__dMYl4a__workItem:nth-child(2n).Work-module__dMYl4a__small{align-self:flex-end}.Work-module__dMYl4a__workItem:nth-child(odd).Work-module__dMYl4a__small{align-self:flex-start}.Work-module__dMYl4a__imageContainer{aspect-ratio:16/10;background:var(--card-bg);border:1px solid var(--border-color);border-radius:4px;width:100%;position:relative;overflow:hidden;transform:translateZ(0)}.Work-module__dMYl4a__workItemImage{object-fit:cover;opacity:.5;filter:grayscale()blur(5px);will-change:opacity, filter, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:scale(1.1)}.Work-module__dMYl4a__workItem:hover .Work-module__dMYl4a__workItemImage{opacity:1;filter:grayscale(0%)blur();transform:scale(1)}.Work-module__dMYl4a__overlay{pointer-events:none;z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Work-module__dMYl4a__links{opacity:0;pointer-events:auto;will-change:opacity, transform;gap:.75rem;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)translateZ(0)}.Work-module__dMYl4a__workItem:hover .Work-module__dMYl4a__links{opacity:1;transform:translateY(0)translateZ(0)}.Work-module__dMYl4a__iconLink{background:var(--card-bg);height:40px;color:var(--text-primary);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);cursor:pointer;backface-visibility:hidden;text-transform:uppercase;letter-spacing:.1em;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;transition:background .3s,transform .3s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex;transform:translateZ(0)}.Work-module__dMYl4a__linkText{letter-spacing:.1em;font-size:.65rem;font-weight:700}.Work-module__dMYl4a__iconLink:hover{background:var(--accent);color:var(--bg-color);border-color:var(--accent);transform:scale(1.05)translateZ(0)}.Work-module__dMYl4a__projectInfo{will-change:transform;flex-direction:column;gap:.25rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.Work-module__dMYl4a__workItem:hover .Work-module__dMYl4a__projectInfo{transform:translate(10px)}.Work-module__dMYl4a__projectCategory{letter-spacing:.2em;color:var(--accent);text-transform:uppercase;font-size:.7rem;font-weight:700}.Work-module__dMYl4a__projectTitle{font-size:1.75rem;font-family:var(--font-heading), sans-serif;color:var(--text-primary)}.Work-module__dMYl4a__workItem:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:50%;height:100%;transition:transform .75s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.Work-module__dMYl4a__workItem:hover:after{transform:translate(400%)skew(-25deg)}@media (max-width:768px){.Work-module__dMYl4a__workGrid{grid-template-columns:1fr;gap:4rem}.Work-module__dMYl4a__small{width:100%}.Work-module__dMYl4a__workItem:hover .Work-module__dMYl4a__projectInfo{transform:none}}
.ProjectModal-module__CgSE2a__overlay{-webkit-backdrop-filter:blur(15px);z-index:1100;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.4s ProjectModal-module__CgSE2a__fadeIn;display:flex;position:fixed;top:0;left:0}.ProjectModal-module__CgSE2a__modal{background:var(--bg-color);border:1px solid var(--border-color);border-radius:12px;width:100%;max-width:900px;animation:.5s cubic-bezier(.16,1,.3,1) ProjectModal-module__CgSE2a__slideUp;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.ProjectModal-module__CgSE2a__closeBtn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ProjectModal-module__CgSE2a__closeBtn:hover{background:var(--accent);color:var(--bg-color);transform:rotate(90deg)}.ProjectModal-module__CgSE2a__content{grid-template-columns:1fr 1fr;min-height:500px;display:grid}.ProjectModal-module__CgSE2a__imageWrapper{background:#0d0d0d;width:100%;height:100%;position:relative}.ProjectModal-module__CgSE2a__projectImage{object-fit:cover}.ProjectModal-module__CgSE2a__details{flex-direction:column;justify-content:center;padding:4rem 3rem;display:flex}.ProjectModal-module__CgSE2a__category{letter-spacing:.3em;color:var(--accent);margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.ProjectModal-module__CgSE2a__title{font-family:var(--font-heading), sans-serif;color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.1}.ProjectModal-module__CgSE2a__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1rem;line-height:1.7}.ProjectModal-module__CgSE2a__actions{flex-direction:column;gap:1rem;display:flex}.ProjectModal-module__CgSE2a__primaryBtn{background:var(--text-primary);color:var(--bg-color);text-align:center;letter-spacing:.1em;border-radius:4px;padding:1.25rem;font-size:.8rem;font-weight:600;transition:all .3s}.ProjectModal-module__CgSE2a__primaryBtn:hover{background:var(--accent);transform:translateY(-2px)}.ProjectModal-module__CgSE2a__secondaryBtn{border:1px solid var(--border-color);color:var(--text-secondary);letter-spacing:.1em;cursor:pointer;background:0 0;border-radius:4px;padding:1.25rem;font-size:.8rem;font-weight:600;transition:all .3s}.ProjectModal-module__CgSE2a__secondaryBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}@keyframes ProjectModal-module__CgSE2a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProjectModal-module__CgSE2a__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ProjectModal-module__CgSE2a__modal{max-height:90vh;overflow-y:auto}.ProjectModal-module__CgSE2a__content{grid-template-columns:1fr}.ProjectModal-module__CgSE2a__imageWrapper{aspect-ratio:16/9;height:auto}.ProjectModal-module__CgSE2a__details{padding:2.5rem}.ProjectModal-module__CgSE2a__title{font-size:1.75rem}}
.Process-module__Y14LMW__processSection{width:100%;max-width:1100px;margin:0 auto 10rem;padding:0 2rem;position:relative}.Process-module__Y14LMW__headerWrapper{text-align:center;margin-bottom:6rem}.Process-module__Y14LMW__preTitle{letter-spacing:.3em;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.Process-module__Y14LMW__title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-heading), sans-serif;color:var(--text-primary);line-height:1.1}.Process-module__Y14LMW__title i{font-family:var(--font-body), serif;color:var(--accent);font-style:italic;font-weight:400}.Process-module__Y14LMW__timelineContainer{width:100%;position:relative}.Process-module__Y14LMW__centralLine{background:linear-gradient(180deg, transparent 0%, var(--border-color) 15%, var(--border-color) 85%, transparent 100%);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Process-module__Y14LMW__stepsWrapper{flex-direction:column;gap:4rem;display:flex}.Process-module__Y14LMW__stepCard{flex-direction:column;width:45%;display:flex;position:relative}.Process-module__Y14LMW__stepCard.Process-module__Y14LMW__left{text-align:right;align-self:flex-start;align-items:flex-end}.Process-module__Y14LMW__stepCard.Process-module__Y14LMW__right{text-align:left;align-self:flex-end;align-items:flex-start}.Process-module__Y14LMW__dot{background:var(--bg-color);border:2px solid var(--accent);z-index:2;border-radius:50%;width:12px;height:12px;position:absolute;top:2rem;box-shadow:0 0 10px #d4bc9680}.Process-module__Y14LMW__left .Process-module__Y14LMW__dot{right:calc(-5% - 6px - 2.5vw)}.Process-module__Y14LMW__right .Process-module__Y14LMW__dot{left:calc(-5% - 6px - 2.5vw)}.Process-module__Y14LMW__stepNumber{font-family:var(--font-heading), sans-serif;color:#ffffff08;pointer-events:none;margin-bottom:-2rem;font-size:4rem;font-weight:900;line-height:1}.Process-module__Y14LMW__stepContent{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border-radius:12px;width:100%;padding:2.5rem;transition:all .4s}.Process-module__Y14LMW__stepCard:hover .Process-module__Y14LMW__stepContent{background:#ffffff0a;border-color:#d4bc964d;transform:translateY(-5px)}.Process-module__Y14LMW__stepTitle{font-size:1.5rem;font-family:var(--font-heading), sans-serif;color:var(--text-primary);margin-bottom:1rem}.Process-module__Y14LMW__stepDesc{color:var(--text-secondary);font-size:1rem;line-height:1.7}@media (max-width:768px){.Process-module__Y14LMW__centralLine{left:20px}.Process-module__Y14LMW__stepCard{width:calc(100% - 60px);text-align:left!important;align-self:flex-end!important;align-items:flex-start!important}.Process-module__Y14LMW__left .Process-module__Y14LMW__dot,.Process-module__Y14LMW__right .Process-module__Y14LMW__dot{left:-46px;right:auto}.Process-module__Y14LMW__stepNumber{font-size:3rem}.Process-module__Y14LMW__stepContent{padding:2rem}}
.Testimonials-module__5wb8fq__testimonialsSection{width:100%;max-width:1100px;margin:0 auto 10rem;padding:0 2rem}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:4rem}.Testimonials-module__5wb8fq__preTitle{letter-spacing:.3em;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.Testimonials-module__5wb8fq__title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-heading), sans-serif;color:var(--text-primary);letter-spacing:-.02em}.Testimonials-module__5wb8fq__carouselContainer{max-width:800px;margin:0 auto;position:relative}.Testimonials-module__5wb8fq__carouselWindow{align-items:center;min-height:400px;display:flex;position:relative;overflow:hidden}.Testimonials-module__5wb8fq__card{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;width:100%;padding:4rem;position:relative}.Testimonials-module__5wb8fq__quoteIcon{color:var(--accent);opacity:.2;margin-bottom:2rem}.Testimonials-module__5wb8fq__text{color:var(--text-primary);font-size:clamp(1.2rem,2.5vw,1.5rem);line-height:1.6;font-family:var(--font-heading), sans-serif;margin-bottom:3rem;font-weight:400}.Testimonials-module__5wb8fq__footerRow{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Testimonials-module__5wb8fq__authorInfo{flex-direction:column;gap:.5rem;display:flex}.Testimonials-module__5wb8fq__author{color:var(--text-primary);font-size:1.2rem;font-weight:600}.Testimonials-module__5wb8fq__role{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;font-size:.9rem}.Testimonials-module__5wb8fq__githubLink{color:var(--text-secondary);border:1px solid var(--border-color);background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;padding:.75rem;transition:all .3s;display:flex}.Testimonials-module__5wb8fq__githubLink:hover{color:var(--accent);border-color:var(--accent);background:#ffffff14;transform:translateY(-3px)}.Testimonials-module__5wb8fq__controls{justify-content:center;align-items:center;gap:2rem;margin-top:3rem;display:flex}.Testimonials-module__5wb8fq__controlBtn{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.Testimonials-module__5wb8fq__controlBtn:hover{background:var(--text-primary);color:var(--bg-color);border-color:var(--text-primary)}.Testimonials-module__5wb8fq__dots{gap:.8rem;display:flex}.Testimonials-module__5wb8fq__dot{background:var(--border-color);cursor:pointer;border-radius:50%;width:8px;height:8px;transition:all .3s}.Testimonials-module__5wb8fq__activeDot{background:var(--accent);transform:scale(1.5)}@media (max-width:768px){.Testimonials-module__5wb8fq__card{padding:2.5rem}.Testimonials-module__5wb8fq__carouselWindow{min-height:450px}.Testimonials-module__5wb8fq__text{font-size:1.1rem}}
.FAQ-module__YTKPaG__faqSection{width:100%;max-width:1100px;margin:0 auto 8rem;padding:0 2rem}.FAQ-module__YTKPaG__title{font-size:2.5rem;font-family:var(--font-heading), sans-serif;text-align:center;margin-bottom:3rem;font-style:italic}.FAQ-module__YTKPaG__faqList{flex-direction:column;gap:1rem;display:flex}.FAQ-module__YTKPaG__faqItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:4px;transition:border-color .3s,background .3s;overflow:hidden}.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__open{background:#ffffff0a;border-color:#d4bc964d}.FAQ-module__YTKPaG__questionBtn{cursor:pointer;width:100%;color:var(--text-primary);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.FAQ-module__YTKPaG__question{font-size:1.1rem;font-weight:500;font-family:var(--font-body), sans-serif;transition:color .3s}.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__open .FAQ-module__YTKPaG__question{color:var(--accent)}.FAQ-module__YTKPaG__iconWrapper{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.FAQ-module__YTKPaG__icon{color:var(--text-secondary);font-size:1.5rem;font-weight:300;transition:transform .3s,color .3s}.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__open .FAQ-module__YTKPaG__icon{color:var(--accent);transform:rotate(90deg)}.FAQ-module__YTKPaG__answerContainer{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__open .FAQ-module__YTKPaG__answerContainer{grid-template-rows:1fr}.FAQ-module__YTKPaG__answerWrapper{overflow:hidden}.FAQ-module__YTKPaG__answerContent{padding:0 2rem 1.5rem;position:relative}.FAQ-module__YTKPaG__invisibleText{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;margin:0;font-size:.95rem;line-height:1.6}.FAQ-module__YTKPaG__typingText{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6;position:absolute;top:0;left:2rem;right:2rem}.FAQ-module__YTKPaG__cursor{width:2px;color:var(--accent);margin-left:2px;font-weight:700;animation:1s step-start infinite FAQ-module__YTKPaG__blink;display:inline-block}@keyframes FAQ-module__YTKPaG__blink{50%{opacity:0}}@media (max-width:768px){.FAQ-module__YTKPaG__questionBtn{padding:1.25rem 1.5rem}.FAQ-module__YTKPaG__answerContent{padding:0 1.5rem 1.25rem}.FAQ-module__YTKPaG__typingText{left:1.5rem;right:1.5rem}}
.Footer-module__Grjkva__footer{background:var(--bg-color);border-top:1px solid var(--border-color);width:100%;padding:8rem 2rem 15rem;position:relative;overflow:hidden}.Footer-module__Grjkva__container{z-index:5;max-width:1100px;margin:0 auto;position:relative}.Footer-module__Grjkva__topSection{grid-template-columns:2fr 1.5fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__Grjkva__logo{font-size:1.5rem;font-family:var(--font-heading), sans-serif;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:700}.Footer-module__Grjkva__tagline{color:var(--text-secondary);max-width:300px;line-height:1.6}.Footer-module__Grjkva__sectionTitle{letter-spacing:.2em;color:var(--accent);text-transform:uppercase;margin-bottom:2rem;font-size:.7rem;font-weight:600}.Footer-module__Grjkva__contactGrid{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__Grjkva__contactItem{flex-direction:column;gap:.4rem;display:flex}.Footer-module__Grjkva__label{color:var(--text-secondary);letter-spacing:.1em;font-size:.65rem}.Footer-module__Grjkva__value{color:var(--text-primary);font-size:1.1rem;font-family:var(--font-heading), sans-serif;transition:color .3s}.Footer-module__Grjkva__value:hover{color:var(--accent)}.Footer-module__Grjkva__nav{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__nav a{color:var(--text-secondary);font-size:.95rem;transition:all .3s}.Footer-module__Grjkva__nav a:hover{color:var(--text-primary);transform:translate(5px)}.Footer-module__Grjkva__copyright{color:var(--text-secondary);margin-bottom:2rem;font-size:.85rem}.Footer-module__Grjkva__bottomSection{border-top:1px solid var(--border-color);height:20rem;position:relative}.Footer-module__Grjkva__imprintedLogo{font-size:20vw;font-family:var(--font-heading), sans-serif;letter-spacing:-.05em;background:linear-gradient(180deg, var(--imprinted-text) 0%, transparent 100%);-webkit-text-fill-color:transparent;pointer-events:none;white-space:nowrap;z-index:1;-webkit-background-clip:text;background-clip:text;font-weight:900;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (max-width:1024px){.Footer-module__Grjkva__topSection{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__Grjkva__topSection{grid-template-columns:1fr;gap:3rem}.Footer-module__Grjkva__imprintedLogo{font-size:25vw}}
.CTA-module__ad7sBG__ctaSection{background:var(--bg-color);border-top:1px solid var(--border-color);width:100%;padding:10rem 2rem;position:relative;overflow:hidden}.CTA-module__ad7sBG__container{z-index:2;grid-template-columns:1fr 400px;align-items:center;gap:6rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.CTA-module__ad7sBG__content{max-width:700px}.CTA-module__ad7sBG__preTitle{letter-spacing:.3em;color:var(--accent);margin-bottom:1.5rem;font-size:.8rem;font-weight:600;display:block}.CTA-module__ad7sBG__title{font-size:clamp(3rem,7vw,4.5rem);font-family:var(--font-heading), sans-serif;color:var(--text-primary);margin-bottom:2rem;line-height:1.1}.CTA-module__ad7sBG__title i{font-family:var(--font-body), serif;color:var(--accent);font-style:italic;font-weight:400}.CTA-module__ad7sBG__description{color:var(--text-secondary);max-width:500px;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.CTA-module__ad7sBG__buttonWrapper{display:flex}.CTA-module__ad7sBG__mainButton{color:var(--text-primary);border:1px solid var(--border-color);font-family:var(--font-heading), sans-serif;letter-spacing:.1em;cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:1rem;padding:1.25rem 2.5rem;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.CTA-module__ad7sBG__mainButton:hover{background:var(--text-primary);color:var(--bg-color);border-color:var(--text-primary);transform:translateY(-5px)}.CTA-module__ad7sBG__mainButton svg{transition:transform .4s}.CTA-module__ad7sBG__mainButton:hover svg{transform:translate(5px)}.CTA-module__ad7sBG__imageWrapper{aspect-ratio:4/5;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;width:100%;position:relative;overflow:hidden}.CTA-module__ad7sBG__ctaImage{object-fit:cover;object-position:top;filter:grayscale()contrast(1.1);opacity:.8;width:100%;height:100%;transition:all .5s}.CTA-module__ad7sBG__imageWrapper:hover .CTA-module__ad7sBG__ctaImage{filter:grayscale(0%)contrast();opacity:1;transform:scale(1.05)}@media (max-width:1024px){.CTA-module__ad7sBG__container{text-align:center;grid-template-columns:1fr;gap:4rem}.CTA-module__ad7sBG__content{margin:0 auto}.CTA-module__ad7sBG__buttonWrapper{justify-content:center}.CTA-module__ad7sBG__imageWrapper{max-width:400px;margin:0 auto}}@media (max-width:768px){.CTA-module__ad7sBG__ctaSection{padding:6rem 2rem}.CTA-module__ad7sBG__title{font-size:3rem}}
