:root{--color-text-primary:#404040;--color-brand:#0ea5e9;--color-border:#e5e5e5;--color-text-muted:#8b8b8b;--color-text-secondary:#707070;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:2.5rem;--transition-duration:.3s;--transition-easing:ease}@font-face{font-display:swap;font-family:Myriad Pro;font-weight:400;font-style:normal;src:url(/assets/font/MyriadPro-Regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Myriad Pro;font-weight:700;font-style:normal;src:url(/assets/font/MyriadPro-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Thin;font-weight:100;font-style:normal;src:url(/assets/font/Inter-Thin.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Light;font-weight:300;font-style:normal;src:url(/assets/font/Inter-Light.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Regular;font-weight:400;font-style:normal;src:url(/assets/font/Inter-Regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Medium;font-weight:500;font-style:normal;src:url(/assets/font/Inter-Medium.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-SemiBold;font-weight:600;font-style:normal;src:url(/assets/font/Inter-SemiBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Bold;font-weight:700;font-style:normal;src:url(/assets/font/Inter-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-ExtraBold;font-weight:800;font-style:normal;src:url(/assets/font/Inter-ExtraBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Black;font-weight:900;font-style:normal;src:url(/assets/font/Inter-Black.woff2)format("woff2")}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in-up{animation:fadeInUp var(--transition-duration)var(--transition-easing)forwards}.fade-out{animation:fadeOut var(--transition-duration)var(--transition-easing)forwards}.loading-spinner{animation:1s linear infinite spin}.success-offer{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:56px 16px 0;display:flex}.success-offer__icon{object-fit:contain;width:100px;height:100px}.success-offer__message{color:#666c71;margin:0;font-size:16px;line-height:1.6}.success-offer__message h2{font-size:26px}.success-offer__message p{font-size:18px}.success-offer__divider{background-color:#dde0e1;border:none;width:100%;height:1px;margin:48px 0}.projects{flex-direction:column;align-items:center;gap:32px;padding:48px 16px;display:flex}.projects__title{text-align:center;color:#333;margin:0;padding:0 16px;font-size:20px;font-weight:700;line-height:1.8}.projects .works-list__image{aspect-ratio:16/9}@media screen and (width>=768px){.success-offer{gap:24px;padding:72px 16px 0}.success-offer__icon{width:240px;height:240px}.success-offer__message h2{font-size:36px}.success-offer__message p{font-size:26px}.success-offer__divider{margin:64px 0}.projects{gap:40px;padding:56px 16px}.projects__title{padding:0;font-size:22px}}