.Card-module__r9_ZKW__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;padding:40px;transition:all .4s cubic-bezier(.22,1,.36,1)}.Card-module__r9_ZKW__card:hover{background:#ffffff12;transform:translateY(-5px)}.Card-module__r9_ZKW__card h3{color:#fff;margin:20px 0 10px;font-size:1.25rem;font-weight:500}.Card-module__r9_ZKW__card p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.Card-module__r9_ZKW__cardIcon{color:var(--brand-secondary);background:var(--brand-secondary-soft);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:flex}
.WorkSection-module__VfythG__workGrid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.WorkSection-module__VfythG__videoCard{aspect-ratio:16/9;background:#222;border:1px solid #ffffff1a;border-radius:24px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.WorkSection-module__VfythG__videoCard:hover{border-color:var(--brand-accent);transform:translateY(-5px);box-shadow:0 15px 40px #bf552b4d}.WorkSection-module__VfythG__videoWrapper{aspect-ratio:16/9;pointer-events:none;border-radius:12px;width:100%;overflow:hidden}.WorkSection-module__VfythG__videoPlaceholder{color:#555;background:#222;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.WorkSection-module__VfythG__videoInfo{z-index:10;pointer-events:none;position:absolute;bottom:30px;left:30px}.WorkSection-module__VfythG__videoInfo h4{color:#fff;margin-bottom:5px;font-size:1.2rem;font-weight:500}.WorkSection-module__VfythG__videoInfo span{color:var(--brand-accent);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.WorkSection-module__VfythG__loadMoreContainer{text-align:center;margin-top:40px}.WorkSection-module__VfythG__loadMoreButton{background:var(--brand-accent);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:12px 30px;font-size:1rem;transition:transform .2s}.WorkSection-module__VfythG__loadMoreButton:hover{transform:scale(1.05)}@media (max-width:768px){.WorkSection-module__VfythG__workGrid{grid-template-columns:1fr}}
.ProcessSection-module__tGJ0qW__container{grid-template-columns:1fr 1fr;gap:60px;max-width:1000px;margin:0 auto;padding:40px 0;display:grid;position:relative}.ProcessSection-module__tGJ0qW__container:before{content:"";background:linear-gradient(to bottom,transparent,var(--brand-accent),transparent);width:2px;box-shadow:0 0 15px var(--brand-accent);opacity:.4;position:absolute;top:40px;bottom:40px;left:50%;transform:translate(-50%)}.ProcessSection-module__tGJ0qW__column{flex-direction:column;gap:60px;display:flex}.ProcessSection-module__tGJ0qW__column:last-child{margin-top:80px}.ProcessSection-module__tGJ0qW__step{opacity:0;animation:.6s forwards ProcessSection-module__tGJ0qW__fadeIn;position:relative}.ProcessSection-module__tGJ0qW__step:first-child{animation-delay:.1s}.ProcessSection-module__tGJ0qW__step:nth-child(2){animation-delay:.3s}.ProcessSection-module__tGJ0qW__number{background:var(--bg-color);border:2px solid var(--brand-accent);width:50px;height:50px;color:var(--brand-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 0 20px #bf552b33}.ProcessSection-module__tGJ0qW__step:hover .ProcessSection-module__tGJ0qW__number{background:var(--brand-accent);color:#fff;transform:scale(1.1);box-shadow:0 0 30px #bf552b99}.ProcessSection-module__tGJ0qW__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;padding:30px;transition:all .3s;position:relative}.ProcessSection-module__tGJ0qW__step:hover .ProcessSection-module__tGJ0qW__card{background:#ffffff0d;border-color:#bf552b80;transform:translateY(-5px)}.ProcessSection-module__tGJ0qW__card h3{color:#fff;margin-bottom:10px;font-size:1.5rem;font-weight:600}.ProcessSection-module__tGJ0qW__card p{color:var(--text-secondary);font-size:1rem;line-height:1.6}@keyframes ProcessSection-module__tGJ0qW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ProcessSection-module__tGJ0qW__container{grid-template-columns:1fr;gap:40px}.ProcessSection-module__tGJ0qW__container:before{display:none}.ProcessSection-module__tGJ0qW__column{gap:40px}.ProcessSection-module__tGJ0qW__column:last-child{margin-top:0}}
.Button-module__iYV4-q__btn{background:var(--brand-accent);color:#fff;font-family:var(--font-main);cursor:pointer;border:none;border-radius:50px;padding:12px 28px;font-size:.9rem;font-weight:600;transition:all .3s}.Button-module__iYV4-q__btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #bf552b66}.Button-module__iYV4-q__secondary{color:#fff;background:0 0;border:1px solid #fff}.Button-module__iYV4-q__secondary:hover{background:#ffffff1a}.Button-module__iYV4-q__green{background:var(--brand-secondary);color:#fff}.Button-module__iYV4-q__green:hover{background:#1e5c48;box-shadow:0 5px 15px #2c7f6466}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--glass-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;padding:80px 10%;display:flex}.Footer-module__S6Hkya__footerCol h4{color:#fff;margin-bottom:20px;font-size:.9rem}.Footer-module__S6Hkya__footerCol a{color:var(--text-secondary);margin-bottom:12px;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.Footer-module__S6Hkya__footerCol a:hover{color:var(--brand-accent)}.Footer-module__S6Hkya__logo{letter-spacing:-.5px;color:#fff;margin-bottom:15px;font-size:1.4rem;font-weight:700}.Footer-module__S6Hkya__copyright{color:#666;font-size:.85rem}.Footer-module__S6Hkya__logoImage{vertical-align:middle;height:50px;margin-right:10px}.Footer-module__S6Hkya__cookieButton{color:inherit;cursor:pointer;font-size:inherit;text-align:left;background:0 0;border:none;padding:0;font-family:inherit}
.ContactSection-module__jJh_sq__contactSection{flex-direction:column;justify-content:center;min-height:80vh;display:flex}.ContactSection-module__jJh_sq__contactLink{color:var(--brand-accent);font-weight:500;text-decoration:none}.ContactSection-module__jJh_sq__contactForm{flex-direction:column;gap:20px;width:100%;max-width:600px;display:flex}.ContactSection-module__jJh_sq__formGroup{flex-direction:column;gap:8px;display:flex}.ContactSection-module__jJh_sq__label{color:var(--text-secondary);font-size:.9rem}.ContactSection-module__jJh_sq__input{border:1px solid var(--glass-border);color:#fff;background:#ffffff0d;border-radius:8px;outline:none;padding:15px;font-family:inherit}.ContactSection-module__jJh_sq__input:focus{border-color:var(--brand-accent)}.ContactSection-module__jJh_sq__textarea{border:1px solid var(--glass-border);color:#fff;resize:vertical;background:#ffffff0d;border-radius:8px;outline:none;padding:15px;font-family:inherit}.ContactSection-module__jJh_sq__textarea:focus{border-color:var(--brand-accent)}.ContactSection-module__jJh_sq__submitButton{align-self:flex-start;margin-top:10px}
