@charset "UTF-8";.cart-modal .MuiDialog-paper{background:#0f172a;border-radius:16px;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047}@media (max-width: 600px){.cart-modal .MuiDialog-paper{border-radius:0}}.cart-modal .MuiDialog-paper .MuiDialogTitle-root{color:#e2e8f0;font-size:1.5rem;font-weight:600}.cart-modal .MuiDialog-paper .MuiDialogContent-root{color:#94a3b8}.cart-modal .MuiDialog-paper .MuiListItemText-primary{color:#e2e8f0}.cart-modal .MuiDialog-paper .MuiListItemText-secondary{color:#94a3b8}.cart-modal .MuiDialog-paper .MuiTextField-root{background:#0f172a}.cart-modal .MuiDialog-paper .MuiTextField-root input,.cart-modal .MuiDialog-paper .MuiTextField-root textarea{color:#e2e8f0}.cart-modal .MuiDialog-paper .MuiTextField-root .MuiInputLabel-root{color:#94a3b8}.cart-modal .MuiDialog-paper .MuiTextField-root .MuiFormHelperText-root{color:red}.cart-modal .MuiDialog-paper .buttonBox{display:flex;justify-content:space-between;padding:24px;gap:12px}@media (max-width: 600px){.cart-modal .MuiDialog-paper .buttonBox{flex-direction:row;justify-content:space-between}}.cart-modal .MuiDialog-paper .closeButton{border-radius:10px;color:#94a3b8}.cart-modal .MuiDialog-paper .orderButton{border-radius:10px;background:#2563eb}.mode-modal__paper{background:linear-gradient(180deg,#0f172a,#1e293b)!important;border-radius:24px!important;border:1px solid rgba(30,41,59,.5);overflow:visible!important;max-width:420px!important}.mode-modal__close{position:absolute!important;top:-12px;right:-12px;background:#ffffff1a!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e2e8f0!important;width:36px;height:36px;border:1px solid rgba(30,41,59,.5)}.mode-modal__close:hover{background:#fff3!important}.mode-modal__content{padding:2rem}.mode-modal__header{text-align:center;margin-bottom:1.5rem}.mode-modal__title{color:#e2e8f0!important;font-weight:700!important;font-size:1.5rem!important;margin-bottom:.5rem!important}.mode-modal__subtitle{color:#94a3b8!important;font-size:1rem!important}.mode-modal__options{display:flex;flex-direction:column;gap:1rem}.mode-modal__option{display:flex;align-items:center;gap:1rem;width:100%;padding:1.25rem;border-radius:16px;border:2px solid transparent;cursor:pointer;transition:all .25s ease;text-align:left}.mode-modal__option--seeker{background:linear-gradient(135deg,#22d3ee1a,#22d3ee0d);border-color:#22d3ee4d}.mode-modal__option--seeker:hover{border-color:#22d3ee99;background:linear-gradient(135deg,#22d3ee26,#22d3ee14);transform:translateY(-2px);box-shadow:0 8px 24px #22d3ee33}.mode-modal__option--seeker .mode-modal__option-icon{background:linear-gradient(135deg,#22d3ee,#06b6d4)}.mode-modal__option--employer{background:linear-gradient(135deg,#2563eb1a,#2563eb0d);border-color:#2563eb4d}.mode-modal__option--employer:hover{border-color:#2563eb99;background:linear-gradient(135deg,#2563eb26,#2563eb14);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb33}.mode-modal__option--employer .mode-modal__option-icon{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.mode-modal__option-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mode-modal__option-icon svg{font-size:26px;color:#fff}.mode-modal__option-content{flex:1}.mode-modal__option-title{color:#e2e8f0!important;font-weight:600!important;font-size:1.1rem!important;margin-bottom:4px!important}.mode-modal__option-desc{color:#94a3b8!important;font-size:.875rem!important;line-height:1.4!important}.header{background:#0f172abf!important;-webkit-backdrop-filter:saturate(150%) blur(10px);backdrop-filter:saturate(150%) blur(10px);border-bottom:1px solid #1e293b;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;z-index:1000;padding:0 32px;position:fixed!important;top:0!important;left:0;right:0;width:100%;max-width:100vw;box-sizing:border-box}.header .header__row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0}@media (max-width: 768px){.header .header__row{flex-direction:column;gap:12px;padding:12px 0}}.header .brand{display:flex;align-items:center;gap:14px}.header .brand .brand__logo{width:58px;height:58px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));cursor:pointer}@media (max-width: 768px){.header .brand .brand__logo{width:52px;height:52px}}.header .brand .brand__title{font-size:1.25rem;font-weight:700;color:#e2e8f0}.header .brand .brand__subtitle{font-size:.875rem;color:#94a3b8;cursor:pointer}.header .nav{display:flex;gap:1rem;align-items:center}@media (max-width: 900px){.header .nav{gap:.5rem}}@media (max-width: 600px){.header .nav{gap:.5rem;justify-content:center}}.header .nav__link{color:#2563eb;font-weight:500;padding:.4rem .75rem;border-radius:10px;transition:all .3s ease;position:relative}.header .nav__link:hover{background-color:#2563eb1a;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.header .nav__link.nav__link--active{color:#1043b3;font-weight:600}.header .nav__link.nav__link--active:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:60%;height:2px;background-color:#2563eb;border-radius:1px}@media (max-width: 600px){.header .nav__link{padding:.5rem .75rem;min-width:70px}}.header .header__actions{display:flex;gap:24px;align-items:center}.header .header__phone{color:#2563eb;text-decoration:none;font-weight:600;padding:.5rem .75rem;border-radius:10px;transition:all .2s ease;white-space:nowrap}.header .header__phone:hover{background:#2563eb24;transform:translateY(-1px)}.navText{font-size:.8rem!important;white-space:nowrap;text-decoration:none!important}@media (max-width: 1100px){.navText{font-size:.75rem!important}}.header__actions-mobile{display:flex;justify-content:space-between;align-items:center;width:100%}.header__actions-mobile .header__logo-mobile{height:48px;width:48px;cursor:pointer;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0)}.header__actions-mobile .header__phone-mobile{color:#2563eb;font-weight:600;font-size:1.1rem;text-decoration:none;white-space:nowrap;padding:.5rem 1rem;border-radius:10px;background:#2563eb24;transition:all .2s ease}.header__mobile{display:flex;justify-content:space-between;align-items:center;width:100%}.header__mobile .header__burger{color:#2563eb}.header__mobile .header__logo-mobile{height:52px;width:52px;cursor:pointer;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.header__mobile .header__phone-mobile{color:#2563eb;font-weight:600;font-size:1.1rem;text-decoration:none;white-space:nowrap;border-radius:10px;transition:all .2s ease}.header__burger_text{color:#2563eb;font-size:24px;margin-left:6px!important}.scroll-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#94a3b81a;overflow:visible;z-index:10}.scroll-progress__bar{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:0 2px 2px 0;box-shadow:0 0 8px #2563eb66;will-change:width}.scroll-progress__glow{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:radial-gradient(circle,#38bdf8 0%,transparent 70%);border-radius:50%;pointer-events:none;will-change:left}.scroll-progress__glow:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;height:5px;background:#38bdf8;border-radius:50%;box-shadow:0 0 6px #38bdf8,0 0 12px #38bdf880}@media (max-width: 768px){.scroll-progress{height:2px}.scroll-progress__glow{width:8px;height:8px}.scroll-progress__glow:before{width:4px;height:4px}}.mobile-drawer__content{display:flex;flex-direction:column;height:100%;padding:24px}.mobile-drawer__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px}.mobile-drawer__brand{display:flex;align-items:center;gap:12px}.mobile-drawer__logo{width:48px;height:48px;border-radius:10px}.mobile-drawer__title{font-size:1.1rem;font-weight:700;color:#e2e8f0;margin:0}.mobile-drawer__subtitle{font-size:.8rem;color:#94a3b8;margin:0}.mobile-drawer__close{width:40px;height:40px;background:#2563eb1a!important;border:1px solid #1e293b!important;border-radius:10px!important;color:#e2e8f0!important;transition:all .3s ease!important}.mobile-drawer__close:hover{background:#2563eb33!important;border-color:#2563eb!important;transform:rotate(90deg)}.mobile-drawer__close svg{font-size:24px}.mobile-drawer__nav{display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;padding:.5rem 0;justify-content:center}.mobile-drawer__link{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:1rem 24px!important;background:#0f172a!important;border:1px solid #1e293b!important;border-radius:10px!important;color:#e2e8f0!important;font-size:1rem!important;font-weight:500!important;text-transform:none!important;transition:all .3s ease!important;animation:slideInRight .4s ease forwards;opacity:0;transform:translate(-20px);min-height:52px}.mobile-drawer__link:hover,.mobile-drawer__link:active{background:#111d32!important;border-color:#2563eb!important;transform:translate(8px)}.mobile-drawer__link--active{background:linear-gradient(135deg,#2563eb33,#22d3ee1a)!important;border-color:#2563eb!important;color:#38bdf8!important}.mobile-drawer__link--active .mobile-drawer__link-arrow{color:#38bdf8;transform:translate(4px)}.mobile-drawer__link-text{flex:1;text-align:left}.mobile-drawer__link-arrow{color:#94a3b8;font-size:1.2rem;transition:all .3s ease}.mobile-drawer__footer{margin-top:auto;padding-top:8px;text-align:center}.mobile-drawer__phone{display:inline-block;padding:.4rem .9rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:10px;color:#fff!important;font-size:.85rem;font-weight:600;text-decoration:none;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;transition:all .3s ease}.mobile-drawer__phone:hover,.mobile-drawer__phone:active{transform:scale(1.05);box-shadow:0 18px 40px #00000073,0 8px 18px #00000059,0 0 30px #2563eb80}.mobile-drawer__cta{margin-top:4px;color:#94a3b8;font-size:.75rem}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{box-shadow:0 10px 30px #00000059,0 2px 12px #00000047,0 0 20px #2563eb4d}50%{box-shadow:0 10px 30px #00000059,0 2px 12px #00000047,0 0 30px #2563eb80}}.mode-toggle{display:flex;position:relative;background:#0f172ae6;border-radius:10px;padding:3px;border:1px solid rgba(30,41,59,.4)}.mode-toggle__btn{position:relative;z-index:2;display:flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:none;color:#94a3b8;font-size:.75rem;font-weight:500;cursor:pointer;transition:color .2s ease;white-space:nowrap}.mode-toggle__btn svg{font-size:16px!important}.mode-toggle__btn:hover{color:#e2e8f0}.mode-toggle__btn--active{color:#fff}.mode-toggle__slider{position:absolute;top:3px;left:3px;width:calc(50% - 3px);height:calc(100% - 6px);background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:7px;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s ease;box-shadow:0 2px 8px #2563eb66;z-index:1}.mobile-drawer__mode-toggle{display:flex;margin-top:24px;background:#0f172ae6;border-radius:10px;padding:4px;border:1px solid rgba(30,41,59,.4)}.mobile-drawer__mode-toggle-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:transparent;border:none;color:#94a3b8;font-size:.95rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s ease}.mobile-drawer__mode-toggle-btn svg{font-size:20px!important}.mobile-drawer__mode-toggle-btn:hover{color:#e2e8f0}.mobile-drawer__mode-toggle-btn--active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 2px 8px #2563eb66}.footer{background:#0f172a;border-top:1px solid #1e293b;padding:32px 0;margin-top:32px}.footer .footer__row{display:flex;justify-content:space-between;align-items:center;gap:24px}@media (max-width: 768px){.footer .footer__row{flex-direction:column;text-align:center;gap:12px}}.footer .footer__link{color:#e2e8f0;text-decoration:none;font-weight:600}.footer .footer__link:hover{color:#2563eb}.breadcrumbs{padding:24px 0;color:#94a3b8;font-size:14px;display:flex;align-items:center}.breadcrumbs a{color:#2563eb;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.animated-section{will-change:transform,opacity,filter;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .5s cubic-bezier(.16,1,.3,1),filter .5s cubic-bezier(.16,1,.3,1);height:100%}.animated-section>*{height:100%}.animated-section--fade-up{opacity:0;transform:translateY(40px)}.animated-section--fade-up.animated-section--visible{opacity:1;transform:translateY(0)}.animated-section--fade-left{opacity:0;transform:translate(-40px)}.animated-section--fade-left.animated-section--visible{opacity:1;transform:translate(0)}.animated-section--fade-right{opacity:0;transform:translate(40px)}.animated-section--fade-right.animated-section--visible{opacity:1;transform:translate(0)}.animated-section--scale{opacity:0;transform:scale(.85)}.animated-section--scale.animated-section--visible{opacity:1;transform:scale(1)}.animated-section--blur{opacity:0;filter:blur(12px);transform:translateY(40px)}.animated-section--blur.animated-section--visible{opacity:1;filter:blur(0);transform:translateY(0)}.stagger-children>*{opacity:0;transform:translateY(20px);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94)}.stagger-children>*:nth-child(1){transition-delay:.06s}.stagger-children>*:nth-child(2){transition-delay:.12s}.stagger-children>*:nth-child(3){transition-delay:.18s}.stagger-children>*:nth-child(4){transition-delay:.24s}.stagger-children>*:nth-child(5){transition-delay:.3s}.stagger-children>*:nth-child(6){transition-delay:.36s}.stagger-children>*:nth-child(7){transition-delay:.42s}.stagger-children>*:nth-child(8){transition-delay:.48s}.stagger-children>*:nth-child(9){transition-delay:.54s}.stagger-children>*:nth-child(10){transition-delay:.6s}.stagger-children>*:nth-child(11){transition-delay:.66s}.stagger-children>*:nth-child(12){transition-delay:.72s}.stagger-children.stagger-visible>*{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.animated-section{transition:none;opacity:1;transform:none;filter:none}.stagger-children>*{transition:none;opacity:1;transform:none}}.hero{padding:4rem 0;background:radial-gradient(circle at 15% 20%,rgba(34,211,238,.08),transparent 32%),linear-gradient(135deg,#2563eb1f,#0f172af2);border-bottom:1px solid rgba(148,163,184,.08);min-height:calc(100vh - 200px);display:flex;align-items:center;position:relative;overflow:hidden}.hero .hero__bg-wrapper{position:absolute;top:50%;left:10%;transform:translateY(-50%);width:45%;max-width:600px;height:70%;max-height:500px;z-index:0;pointer-events:none;border-radius:24px;overflow:hidden}@media (max-width: 1200px){.hero .hero__bg-wrapper{width:40%;left:3%}}@media (max-width: 900px){.hero .hero__bg-wrapper{display:none}}.hero .hero__bg-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:24px;opacity:.6;filter:grayscale(30%) brightness(.85)}.hero .hero__bg-overlay{position:absolute;inset:0;border-radius:24px;background:linear-gradient(135deg,#2563eb66,#0f172a99,#8b5cf64d);box-shadow:inset 0 0 60px #0f172acc,0 20px 60px #0006}.hero .hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}@media (max-width: 900px){.hero .hero__grid{grid-template-columns:1fr;text-align:center;gap:2.5rem}}.hero .hero__content{display:flex;flex-direction:column;gap:1.5rem}.hero .hero__title{font-size:3rem;font-weight:800;line-height:1.1;color:#e2e8f0}@media (max-width: 900px){.hero .hero__title{font-size:2.25rem}}@media (max-width: 480px){.hero .hero__title{font-size:1.85rem}}.hero .hero__description{font-size:1.2rem;color:#94a3b8;line-height:1.7}.hero .hero__description strong{color:#38bdf8}@media (max-width: 480px){.hero .hero__description{font-size:1rem}}.hero .hero__cta{display:flex;gap:1rem;margin-top:.5rem}.hero .hero__cta .MuiButton-root{padding:12px 28px;font-weight:600;border-radius:10px;text-transform:none;font-size:1rem;transition:all .15s ease}.hero .hero__cta .MuiButton-root:hover{transform:translateY(-2px)}@media (max-width: 900px){.hero .hero__cta{justify-content:center}}@media (max-width: 480px){.hero .hero__cta{flex-direction:column}.hero .hero__cta .MuiButton-root{width:100%}}.hero .hero__visual{position:relative}.hero .hero__images-grid{position:relative;display:grid;grid-template-columns:1.3fr 1fr;gap:16px;padding:20px}@media (max-width: 900px){.hero .hero__images-grid{max-width:500px;margin:0 auto}}.hero .hero__image{border-radius:16px;object-fit:cover;object-position:center 30%;box-shadow:0 18px 40px #00000073,0 8px 18px #00000059;transition:transform .2s ease,box-shadow .2s ease}.hero .hero__image:hover{transform:scale(1.02);box-shadow:0 28px 80px #00000080,0 12px 24px #00000061}.hero .hero__image--main{width:100%;height:320px;border:2px solid rgba(37,99,235,.3)}@media (max-width: 600px){.hero .hero__image--main{height:220px}}.hero .hero__image--secondary{width:100%;height:320px;margin-top:40px;border:2px solid rgba(34,211,238,.3)}@media (max-width: 600px){.hero .hero__image--secondary{height:220px;margin-top:20px}}.hero .hero__floating-badge{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:12px 24px;border-radius:50px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 32px #2563eb66;animation:float 4s ease-in-out infinite;transition:all .3s ease}.hero .hero__floating-badge:hover{box-shadow:0 12px 40px #2563eb99;transform:translate(-50%) scale(1.05)}@media (max-width: 600px){.hero .hero__floating-badge{padding:10px 18px;bottom:0}}.hero .hero__badge-icon{font-size:1.5rem;animation:pulse-icon 2s ease-in-out infinite}.hero .hero__badge-text{color:#fff;font-weight:700;font-size:.95rem;white-space:nowrap}.hero .hero__video{width:100%;max-width:800px;border-radius:12px;border:1px solid rgba(148,163,184,.2);box-shadow:0 18px 40px #00000073,0 8px 18px #00000059;display:block;background:#000;object-fit:cover}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-12px)}}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.formatted-text__section:not(:last-child){margin-bottom:16px}.formatted-text__section-title{color:#38bdf8!important;font-weight:600!important;font-size:.9rem!important;margin-bottom:10px!important;display:block}.formatted-text__plain{color:#e2e8f0;line-height:1.65!important}.formatted-text__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.formatted-text__item{position:relative;padding-left:20px;color:#e2e8f0;line-height:1.55}.formatted-text__item:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%}.formatted-text__item span{font-size:.9rem}.formatted-text--compact .formatted-text__section:not(:last-child){margin-bottom:10px}.formatted-text--compact .formatted-text__section-title{font-size:.8rem!important;margin-bottom:6px!important}.formatted-text--compact .formatted-text__list{gap:4px}.formatted-text--compact .formatted-text__item{padding-left:16px}.formatted-text--compact .formatted-text__item:before{top:6px;width:5px;height:5px}.formatted-text--compact .formatted-text__item span{font-size:.85rem}.formatted-text--muted .formatted-text__item{color:#94a3b8}.formatted-text--muted .formatted-text__item span{font-style:italic}.formatted-text--muted .formatted-text__plain{color:#94a3b8;font-style:italic}.product-modal .MuiDialog-paper{background:#0f172a;border-radius:16px;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;max-height:90vh;overflow:hidden}@media (max-width: 600px){.product-modal .MuiDialog-paper{border-radius:0;max-height:100vh}}.product-modal__title{color:#e2e8f0;font-size:1.5rem;font-weight:600}.product-modal__content.MuiDialogContent-root{display:flex;flex-direction:column;gap:16px;color:#94a3b8;overflow-y:auto;padding:20px 24px}.product-modal__image-container{width:100%;height:200px;min-height:200px;border-radius:10px;overflow:hidden;background:#ffffff05;flex-shrink:0}.product-modal__image{width:100%;height:200px;object-fit:cover;object-position:center;display:block}.product-modal__price{color:#38bdf8;font-weight:700!important}.product-modal__availability .MuiChip-root{font-weight:600;border-radius:20px}.product-modal__section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem!important;margin-bottom:6px}.product-modal__description,.product-modal__additional{padding:12px 14px;background:#ffffff05;border-radius:10px;border:1px solid rgba(148,163,184,.08)}.product-modal__actions.MuiDialogActions-root{display:flex;justify-content:space-between;padding:24px;gap:12px}.product-modal__actions.MuiDialogActions-root .MuiButton-root{border-radius:10px}.section{padding:4rem 0;background:linear-gradient(180deg,#070d19e6,#070d19cc)}.section .search-controls{display:flex;justify-content:center;margin-bottom:24px}.section .search-controls .search-input{background:#0f172a}.section .search-controls .search-input input{color:#e2e8f0}.section .search-controls .search-input .MuiInputLabel-root{color:#94a3b8}.section .categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}@media (min-width: 768px){.section .categories-grid{overflow-x:visible;scroll-snap-type:none}}.section .category-card{background:#0f172a;border:1px solid #1e293b;border-radius:16px;text-align:left;transition:all .2s ease;min-height:320px;display:flex;flex-direction:column;overflow:hidden}.section .category-card--clickable{cursor:pointer}.section .category-card--clickable:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000073,0 8px 18px #00000059,0 0 30px #2563eb26;border-color:#1d4ed8}.section .category-card--clickable:hover .category-card__overlay{opacity:1}.section .category-card--clickable:hover .category-card__image{transform:scale(1.05)}.section .category-card__image-wrapper{position:relative;overflow:hidden;height:180px;background:linear-gradient(145deg,#2563eb14,#22d3ee0a)}.section .category-card__image{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .3s ease}.section .category-card__overlay{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .2s ease;color:#e2e8f0}.section .category-card__overlay svg{font-size:32px;color:#38bdf8}.section .category-card__title{font-weight:600!important;color:#e2e8f0;line-height:1.3!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section .category-card__price{color:#38bdf8!important;font-weight:700!important;margin-bottom:8px!important}.section .category-card__desc{color:#94a3b8;line-height:1.5!important;margin-bottom:16px!important;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section .category-card__actions{margin-top:auto}.section .category-card__cta{border-radius:10px!important;padding:10px 16px!important;font-weight:600!important;text-transform:none!important;transition:all .15s ease!important}.section .category-card__cta:hover{transform:translateY(-2px);box-shadow:0 4px 16px #2563eb66}.section .category-card .MuiCardContent-root{flex-grow:1;display:flex;flex-direction:column;padding:16px}.section .cart-animation{width:100px;height:100px;object-fit:cover;animation:flyToCart 1.5s ease-out forwards;pointer-events:none;position:fixed}@keyframes flyToCart{0%{transform:scale(1);opacity:1}to{transform:translate(calc(100vw - 100px),20px) scale(.2);opacity:0}}@media (max-width: 600px){.section .cart-animation{animation:flyToCartMobile 1.5s ease-out forwards}@keyframes flyToCartMobile{0%{transform:scale(1);opacity:1}to{transform:translate(calc(100vw - 60px),50px) scale(.2);opacity:0}}}.section .expand-button{background:#2563eb24;color:#2563eb;border-radius:10px;transition:background .3s}.section .expand-button:hover{background:#2563eb;color:#fff}.section .card__button{height:28px;border-radius:16px!important;width:80%;align-self:center}.choiceBox{color:#e2e8f0;margin-top:12px;margin-bottom:24px;border-radius:10px;padding:12px;text-align:center}@media (max-width: 768px){.choiceBox{padding:24px}}.seekerB,.employerB{padding:2.5rem 1.5rem!important;border-radius:24px!important;font-size:24px!important;height:48px!important;width:30%!important}@media (max-width: 768px){.seekerB,.employerB{width:100%!important}}.seekerB{background-color:#22d3ee!important;color:#e2e8f0}.employerB{background-color:#2563eb!important;color:#e2e8f0}.card-confetti__piece{position:absolute;animation:card-confetti-burst ease-out forwards}.card-confetti__piece--circle{border-radius:50%}.card-confetti__piece--rect{border-radius:1px}@keyframes card-confetti-burst{0%{transform:translate(-50%,-50%) rotate(0) scale(0);opacity:0}10%{transform:translate(-50%,-50%) rotate(0) scale(1.8);opacity:1}30%{transform:translate(calc(var(--end-x) * .4 - 50%),calc(var(--end-y) * .4 - 50%)) rotate(calc(var(--rotation) * .4)) scale(1.2);opacity:.9}60%{transform:translate(calc(var(--end-x) * .75 - 50%),calc(var(--end-y) * .75 + 15px - 50%)) rotate(calc(var(--rotation) * .75)) scale(1);opacity:.7}to{transform:translate(calc(var(--end-x) - 50%),calc(var(--end-y) + 50px - 50%)) rotate(var(--rotation)) scale(.4);opacity:0}}.bonus-section.confetti-active .bonus-card{animation:card-glow .8s ease-out}@keyframes card-glow{0%{box-shadow:0 18px 40px #00000073,0 8px 18px #00000059;transform:scale(1)}40%{box-shadow:0 28px 80px #00000080,0 12px 24px #00000061,0 0 100px #8b5cf699,0 0 150px #10b98180,0 0 200px #f59e0b4d;transform:scale(1.03)}to{box-shadow:0 28px 80px #00000080,0 12px 24px #00000061,0 0 40px #8b5cf626;transform:scale(1)}}.bonus-section{padding:5rem 0;background:linear-gradient(180deg,#070d19f2,#0f172ae6,#070d19f2);position:relative;overflow:hidden}.bonus-section:before{content:"";position:absolute;top:10%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.bonus-section:after{content:"";position:absolute;bottom:10%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.bonus-section__header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.bonus-section__chip{background:#8b5cf626!important;color:#a78bfa!important;font-weight:600!important;margin-bottom:1rem!important;border:1px solid rgba(139,92,246,.3)!important}.bonus-section__chip .MuiChip-icon{color:#a78bfa!important}.bonus-section__title{font-size:2.5rem!important;font-weight:800!important;color:#e2e8f0!important;margin-bottom:1rem!important}@media (max-width: 768px){.bonus-section__title{font-size:2rem!important}}.bonus-section__subtitle{color:#94a3b8!important;font-size:1.1rem!important;max-width:600px;margin:0 auto}.bonus-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;position:relative;z-index:1}@media (max-width: 900px){.bonus-section__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.bonus-section__note{text-align:center;margin-top:2.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#8b5cf61a,#10b9811a);border-radius:12px;border:1px solid rgba(139,92,246,.2)}.bonus-section__note p{color:#e2e8f0}.bonus-section__note p strong{color:#a78bfa}.bonus-card{background:#0f172a;border-radius:20px;border:1px solid #1e293b;box-shadow:0 18px 40px #00000073,0 8px 18px #00000059;transition:all .2s ease;height:100%;display:flex;flex-direction:column;position:relative}.bonus-card .card-confetti{position:absolute;top:50%;left:50%;width:0;height:0;pointer-events:none;z-index:100;overflow:visible}.bonus-card:hover{transform:translateY(-6px);box-shadow:0 28px 80px #00000080,0 12px 24px #00000061,0 0 40px #8b5cf626;border-color:#8b5cf64d}.bonus-card__header{padding:2rem;display:flex;align-items:center;justify-content:space-between;position:relative;min-height:160px;overflow:hidden;border-radius:20px 20px 0 0}.bonus-card__header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);z-index:3}.bonus-card__bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.55;filter:grayscale(30%) brightness(.8)}.bonus-card__header-overlay{position:absolute;inset:0;opacity:.9;z-index:1;box-shadow:inset 0 0 40px #00000080}.bonus-card__icon{width:56px;height:56px;background:#fff3;border-radius:14px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:2}.bonus-card__icon svg{font-size:28px;color:#fff}.bonus-card__badge{background:#fffffff2;padding:8px 16px;border-radius:10px;position:relative;z-index:2}.bonus-card__amount{color:#1e293b!important;font-weight:800!important;font-size:1.25rem!important;line-height:1!important}.bonus-card__content{padding:1.5rem 2rem 2rem;flex-grow:1;display:flex;flex-direction:column}.bonus-card__label{color:#94a3b8!important;font-size:.7rem!important;letter-spacing:1px!important;margin-bottom:4px!important}.bonus-card__title{color:#e2e8f0!important;font-weight:700!important;margin-bottom:.75rem!important;font-size:1.4rem!important}.bonus-card__desc{color:#94a3b8!important;line-height:1.6!important;margin-bottom:1.25rem!important}.bonus-card__features{display:flex;flex-direction:column;gap:10px;margin-bottom:1.5rem;flex-grow:1}.bonus-card__feature{display:flex;align-items:flex-start;gap:10px}.bonus-card__feature p{color:#e2e8f0;font-size:.875rem;line-height:1.4}.bonus-card__feature-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.bonus-card__cta{padding:12px 24px!important;font-weight:600!important;border-radius:12px!important;text-transform:none!important;font-size:1rem!important;box-shadow:0 4px 20px #00000040!important;transition:all .15s ease!important}.bonus-card__cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000004d!important}.section{padding:4rem 0;background:linear-gradient(180deg,#0b1220eb,#070d19e6)}.section .section__head{text-align:center;margin-bottom:3rem}.section .section__head h2{font-size:2.5rem;font-weight:700;color:#e2e8f0}.section .process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.section .process-step{background:#0f172a;border:1px solid rgba(148,163,184,.16);border-radius:16px;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:all .2s ease}.section .process-step:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000073,0 8px 18px #00000059;border-color:#1d4ed8}.section .process-step:hover .process-step__image{transform:scale(1.05)}.section .process-step__image-container{position:relative;height:160px;overflow:hidden;background:linear-gradient(145deg,#2563eb1a,#22d3ee0d)}.section .process-step__image{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .3s ease}.section .process-step .step-number{position:absolute;top:12px;left:12px;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#e2e8f0;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;box-shadow:0 4px 16px #2563eb66}.section .process-step__content{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.section .process-step h6{color:#e2e8f0;font-weight:600}.section .process-step p{color:#94a3b8;line-height:1.6;font-size:.9rem}.section{padding:4.5rem 0;background:linear-gradient(180deg,#0f172ad9,#070d19f2);border-top:1px solid rgba(148,163,184,.08);text-align:center}.section .section__head{text-align:center;margin-bottom:3rem;max-width:720px;margin-left:auto;margin-right:auto}.section .section__head h2{font-size:2.5rem;font-weight:800;color:#e2e8f0;letter-spacing:-.02em}.section .section__head p{font-size:1.1rem;color:#94a3b8;margin-top:1rem}.section .benefits-list{list-style:none;padding:0;margin:0 0 2rem;justify-self:center}.section .benefits-list li{padding:.5rem 0 .5rem 2rem;position:relative;display:flex;align-items:flex-start}.section .benefits-list li:before{content:"✓";position:absolute;left:0;color:#38bdf8;font-weight:700}.section .about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.section .about-stats .stat-card{background:linear-gradient(135deg,#2563eb59,#22d3ee38);color:#e2e8f0;padding:2rem;border-radius:14px;border:1px solid rgba(37,99,235,.35);text-align:center;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047}.section .about-stats .stat-card .stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;color:#e2e8f0}.section .about-stats .stat-card .stat-label{font-size:1rem;color:#94a3b8}.section .quality-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.section .quality-grid .quality-item{background:#0f172a;border-radius:16px;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;border:1px solid rgba(148,163,184,.16);text-align:left;transition:all .2s ease;overflow:hidden;display:flex;flex-direction:column;height:100%}.section .quality-grid .quality-item:hover{transform:translateY(-4px);border-color:#1d4ed8;box-shadow:0 18px 40px #00000073,0 8px 18px #00000059}.section .quality-grid .quality-item:hover .quality-image{transform:scale(1.05)}.section .quality-grid .quality-item .quality-image-container{position:relative;height:140px;overflow:hidden;background:linear-gradient(145deg,#2563eb1a,#22d3ee0d)}.section .quality-grid .quality-item .quality-image{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .3s ease}.section .quality-grid .quality-item .quality-content{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.section .quality-grid .quality-item .quality-icon{font-size:2rem;margin-bottom:.75rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb26,#22d3ee1a);border-radius:12px}.section .quality-grid .quality-item h6{color:#e2e8f0;margin-bottom:.5rem;font-weight:600}.section .quality-grid .quality-item p{color:#94a3b8;line-height:1.6;font-size:.9rem}.section .clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.section .clients-grid .client-category{background:#0f172a;border-radius:16px;border:1px solid #1e293b;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:all .2s ease}.section .clients-grid .client-category:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000073,0 8px 18px #00000059;border-color:#1d4ed8}.section .clients-grid .client-category:hover .client-image{transform:scale(1.05)}.section .clients-grid .client-category .client-image-container{position:relative;height:160px;overflow:hidden}.section .clients-grid .client-category .client-image{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .3s ease}.section .clients-grid .client-category .client-stat{position:absolute;bottom:12px;right:12px;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 16px;border-radius:10px;text-align:center;border:1px solid rgba(255,255,255,.1)}.section .clients-grid .client-category .client-stat-number{color:#38bdf8;font-weight:800!important;line-height:1!important}.section .clients-grid .client-category .client-stat-label{color:#94a3b8;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px}.section .clients-grid .client-category .client-content{padding:1.25rem;flex-grow:1}.section .clients-grid .client-category h6{color:#e2e8f0;margin-bottom:.5rem;font-weight:600}.section .clients-grid .client-category p{color:#94a3b8;line-height:1.6;font-size:.9rem}.section .cta-section{background:radial-gradient(circle at 15% 20%,rgba(34,211,238,.12),transparent 30%),linear-gradient(130deg,#0f1b31,#1d4ed8 40%,#2563eb 55%,#22d3ee);color:#fff;padding:3.5rem 2rem;border-radius:18px;text-align:center;margin:3.5rem 0;border:1px solid rgba(255,255,255,.08)}.section .cta-section .cta-content h2{font-size:2.35rem;margin-bottom:1rem;letter-spacing:-.01em}.section .cta-section .cta-content .cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.img_zoom{width:100%;max-width:720px;object-fit:cover;object-position:center 30%;border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #00000073,0 8px 18px #00000059}.logo{width:320px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047}.team-section{text-align:left}.team-section .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.team-section .team-card{background:#0f172a;border-radius:10px;padding:1.25rem;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;border:1px solid rgba(148,163,184,.16);display:flex;flex-direction:column;gap:.6rem;text-align:left;min-height:320px;height:100%}.team-section .team-photo{width:100%;height:280px;border-radius:8px;background-size:cover;background-position:center 30%;background-repeat:no-repeat;border:1px solid rgba(255,255,255,.05)}.team-section .team-name{color:#e2e8f0;font-weight:700}.team-section .team-role{color:#38bdf8;font-weight:600}.team-section .team-focus{color:#94a3b8}.section{padding:4rem 0;background:linear-gradient(180deg,#070d19f2,#070d19e0)}.section .contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.section .contacts-grid{grid-template-columns:1fr}}.section .contact-info h2{margin-bottom:2rem;font-size:2.5rem;color:#e2e8f0}.section .contact-item{display:flex;align-items:flex-start;padding:1rem;border-bottom:1px solid #1e293b;justify-content:center!important}.section .contact-item:last-child{border-bottom:none}.section .contact-item .contact-icon{font-size:1.5rem;margin-top:.25rem}.section .contact-item .contact-details h6{margin-bottom:.5rem;color:#e2e8f0}.section .contact-item .contact-details p,.section .contact-item .contact-details span{margin-bottom:.25rem;color:#94a3b8}.section .contact-item .contact-details a{color:#2563eb;text-decoration:none;font-weight:500}.section .contact-item .contact-details a:hover{text-decoration:underline}.section .contact-form-section h2{margin-bottom:2rem;font-size:2.5rem;color:#e2e8f0}.section .contact-form-section .contact-form{padding:2rem;border-radius:12px;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;background:#0f172a;border:1px solid rgba(148,163,184,.12)}.section .contact-form-section .contact-form .MuiTextField-root{background:#0f172a}.section .contact-form-section .contact-form .MuiTextField-root input,.section .contact-form-section .contact-form .MuiTextField-root textarea{color:#e2e8f0}.section .contact-form-section .contact-form .MuiTextField-root .MuiInputLabel-root{color:#94a3b8}.section .contact-form-section .contact-form .MuiButton-root{border-radius:10px}.section .location-info{margin-top:2rem}.section .location-info h2{font-size:2.5rem;color:#e2e8f0;margin-bottom:2rem}.section .location-info .map-placeholder{background:#0f172a;border-radius:12px;padding:3rem;text-align:center;border:1px dashed #1e293b;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047}.section .location-info .map-placeholder .map-content h6{color:#e2e8f0;margin-bottom:1rem}.section .location-info .map-placeholder .map-content p{color:#94a3b8}.section .location-info .map-placeholder .map-content .map-details{margin-top:2rem;text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.section .location-info .map-placeholder .map-content .map-details h6{color:#e2e8f0;margin-bottom:1rem}.section .location-info .map-placeholder .map-content .map-details ul{list-style:none;padding:0}.section .location-info .map-placeholder .map-content .map-details ul li{padding:.25rem 0 .25rem 1.5rem;position:relative}.section .location-info .map-placeholder .map-content .map-details ul li:before{content:"•";position:absolute;left:0;color:#2563eb}.section .order-conditions{margin-top:2rem}.section .order-conditions h2{font-size:2.5rem;color:#e2e8f0;margin-bottom:2rem}.section .order-conditions .conditions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.section .order-conditions .conditions-grid .condition-card{background:#0f172a;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;border:1px solid rgba(148,163,184,.16);text-align:center}.section .order-conditions .conditions-grid .condition-card h6{color:#e2e8f0;margin-bottom:1rem;font-size:1.2rem}.section .order-conditions .conditions-grid .condition-card p{margin-bottom:.5rem;color:#94a3b8}.section .cta-section{background:radial-gradient(circle at 10% 20%,rgba(34,211,238,.12),transparent 30%),linear-gradient(130deg,#0f1b31,#1d4ed8 40%,#2563eb 55%,#22d3ee);color:#fff;padding:3.5rem 2rem;border-radius:18px;text-align:center;margin:3rem 0;border:1px solid rgba(255,255,255,.08)}.section .cta-section .cta-content h2{font-size:2.5rem;margin-bottom:1rem}.section .cta-section .cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.92}.section .cta-section .cta-content .cta-actions{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column}.section .cta-section .cta-content .cta-actions .MuiButton-outlined{border-color:#fff;color:#fff}.section .cta-section .cta-content .cta-actions .MuiButton-outlined:hover{background:#fff;color:#2563eb}.button-catalog{white-space:nowrap}@media (max-width: 768px){.button-catalog{width:80%!important}}.partners-section{padding:5rem 0;background:#070d19;border-top:1px solid rgba(148,163,184,.08);overflow:hidden}.partners-section__header{text-align:center;margin-bottom:3rem}.partners-section__label{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#2563eb33,#22d3ee26);border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#38bdf8;margin-bottom:1rem}.partners-section__title{font-size:2.5rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem}@media (max-width: 768px){.partners-section__title{font-size:2rem}}.partners-section__subtitle{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto;justify-self:center}@media (max-width: 768px){.partners-section__subtitle{font-size:1rem}}.partners-section__scroll-container{position:relative;width:100%;overflow:hidden;margin-bottom:1.5rem}.partners-section__scroll-container:before,.partners-section__scroll-container:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.partners-section__scroll-container:before{left:0;background:linear-gradient(to right,#070d19 0%,transparent 100%)}.partners-section__scroll-container:after{right:0;background:linear-gradient(to left,#070d19 0%,transparent 100%)}.partners-section__scroll-container--reverse{margin-bottom:3rem}.partners-section__track{display:flex;gap:1.5rem;animation:scroll-left 80s linear infinite;width:max-content;will-change:transform}.partners-section__track:hover{animation-play-state:paused}.partners-section__track--reverse{animation:scroll-right 85s linear infinite}.partners-section__track--reverse:hover{animation-play-state:paused}.partners-section__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#2563eb1a,#22d3ee0d);border-radius:20px;border:1px solid rgba(37,99,235,.2)}@media (max-width: 768px){.partners-section__stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem}}@media (max-width: 480px){.partners-section__stats{grid-template-columns:1fr 1fr;gap:1rem}}.partner-card{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#0f172a;border-radius:16px;border:1px solid #1e293b;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:140px;will-change:transform,box-shadow}.partner-card:hover{transform:translateY(-6px) scale(1.03);border-color:#2563eb;box-shadow:0 12px 40px #2563eb4d}.partner-card:hover .partner-card__logo{background:linear-gradient(135deg,#2563eb,#22d3ee);transform:scale(1.1) rotate(5deg)}.partner-card:hover .partner-card__logo span{color:#fff}.partner-card__logo{width:60px;height:60px;border-radius:14px;background:linear-gradient(135deg,#2563eb33,#22d3ee26);display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.partner-card__logo span{font-size:1.25rem;font-weight:800;color:#38bdf8;transition:all .3s ease}.partner-card__name{font-size:.85rem;font-weight:600;color:#94a3b8;text-align:center;white-space:nowrap;transition:color .3s ease}.partners-stat{text-align:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.partners-stat:hover{transform:translateY(-4px)}.partners-stat:hover .partners-stat__number{animation:pulse-glow 1s ease-in-out}.partners-stat__number{font-size:2.5rem;font-weight:800;color:#e2e8f0;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,#e2e8f0,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}@media (max-width: 768px){.partners-stat__number{font-size:2rem}}.partners-stat__label{font-size:.9rem;color:#94a3b8;transition:color .3s ease}@media (max-width: 768px){.partners-stat__label{font-size:.8rem}}@keyframes pulse-glow{0%,to{filter:brightness(1)}50%{filter:brightness(1.3)}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.outsourcing-section{padding:5rem 0;background:linear-gradient(180deg,#0f172af2,#070d19,#0f172ae6);border-top:1px solid rgba(148,163,184,.08);position:relative;overflow:hidden}.outsourcing-section:before{content:"";position:absolute;top:10%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 70%);pointer-events:none}.outsourcing-section:after{content:"";position:absolute;bottom:10%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(34,211,238,.1) 0%,transparent 70%);pointer-events:none}.outsourcing-section__header{text-align:center;margin-bottom:3.5rem;position:relative;z-index:1}.outsourcing-section__chip{background:linear-gradient(135deg,#2563eb40,#22d3ee33)!important;color:#38bdf8!important;font-weight:600!important;padding:4px 12px!important;margin-bottom:1.5rem!important;border:1px solid rgba(37,99,235,.3)!important}.outsourcing-section__chip .MuiChip-icon{color:#38bdf8!important}.outsourcing-section__title{font-size:2.75rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem}.outsourcing-section__title span{background:linear-gradient(135deg,#2563eb,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.outsourcing-section__title{font-size:2rem}}@media (max-width: 480px){.outsourcing-section__title{font-size:1.75rem}}.outsourcing-section__subtitle{font-size:1.15rem;color:#94a3b8;max-width:700px;margin:0 auto;line-height:1.7;justify-self:center}@media (max-width: 768px){.outsourcing-section__subtitle{font-size:1rem}}.outsourcing-section__benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;position:relative;z-index:1}@media (max-width: 992px){.outsourcing-section__benefits{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.outsourcing-section__benefits{grid-template-columns:1fr}}.outsourcing-section__savings{background:#0f172a;border-radius:24px;border:1px solid #1e293b;padding:2.5rem;margin-bottom:3rem;position:relative;z-index:1;box-shadow:0 18px 40px #00000073,0 8px 18px #00000059}@media (max-width: 768px){.outsourcing-section__savings{padding:1.5rem}}.outsourcing-section__security{position:relative;z-index:1}.benefit-card{background:#0f172a;border-radius:20px;border:1px solid #1e293b;padding:2rem;text-align:center;transition:all .3s ease;height:100%;display:flex;flex-direction:column;align-items:center}.benefit-card:hover{transform:translateY(-6px);border-color:#2563eb;box-shadow:0 18px 40px #00000073,0 8px 18px #00000059}.benefit-card__icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.benefit-card__icon svg{font-size:2rem}.benefit-card__highlight{font-size:2rem;font-weight:800;margin-bottom:.5rem}.benefit-card__title{color:#e2e8f0;font-weight:700;margin-bottom:.75rem;font-size:1.1rem}.benefit-card__description{color:#94a3b8;line-height:1.6;font-size:.9rem}.savings-header{text-align:center;margin-bottom:2rem}.savings-header__title{font-size:1.75rem;font-weight:700;color:#e2e8f0;margin-bottom:.5rem}@media (max-width: 768px){.savings-header__title{font-size:1.5rem}}.savings-header__subtitle{color:#94a3b8;font-size:1rem}.savings-table{border-radius:16px;overflow:hidden;background:#0f172a80;border:1px solid #1e293b}.savings-table__header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:linear-gradient(135deg,#2563eb33,#22d3ee26);padding:1rem 1.5rem;gap:1rem}@media (max-width: 768px){.savings-table__header{grid-template-columns:1.5fr 1fr 1fr 1fr;padding:.75rem 1rem;font-size:.8rem}}@media (max-width: 480px){.savings-table__header{grid-template-columns:1fr 1fr;gap:.5rem}.savings-table__header .savings-table__cell:nth-child(2),.savings-table__header .savings-table__cell:nth-child(3){display:none}}.savings-table__row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:1rem 1.5rem;gap:1rem;border-top:1px solid #1e293b;transition:background .2s ease}.savings-table__row:hover{background:#2563eb0d}@media (max-width: 768px){.savings-table__row{grid-template-columns:1.5fr 1fr 1fr 1fr;padding:.75rem 1rem;font-size:.85rem}}@media (max-width: 480px){.savings-table__row{grid-template-columns:1fr 1fr;gap:.5rem}.savings-table__row .savings-table__cell:nth-child(2),.savings-table__row .savings-table__cell:nth-child(3){display:none}}.savings-table__cell{color:#e2e8f0;font-weight:500;display:flex;align-items:center}.savings-table__cell--highlight{color:#38bdf8;font-weight:600}.savings-table__cell--regular{color:#ef4444}.savings-table__cell--outsource{color:#22c55e}.savings-table__cell--save{color:#22c55e;font-weight:700;font-size:1.1em}.savings-total{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#22c55e26,#22d3ee1a);border-radius:16px;border:1px solid rgba(34,197,94,.3)}@media (max-width: 600px){.savings-total{flex-direction:column;text-align:center;gap:.5rem}}.savings-total__text{color:#e2e8f0;font-size:1.1rem;font-weight:500}@media (max-width: 768px){.savings-total__text{font-size:1rem}}.savings-total__amount{font-size:2rem;font-weight:800;color:#22c55e}@media (max-width: 768px){.savings-total__amount{font-size:1.5rem}}.security-content{display:flex;gap:2rem;align-items:flex-start;background:linear-gradient(135deg,#8b5cf61a,#2563eb14);padding:2.5rem;border-radius:24px;border:1px solid rgba(139,92,246,.25)}@media (max-width: 768px){.security-content{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}}.security-icon{flex-shrink:0;width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#8b5cf6,#6366f1);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #8b5cf659}.security-icon svg{font-size:2.5rem;color:#fff}@media (max-width: 768px){.security-icon{width:70px;height:70px}.security-icon svg{font-size:2rem}}.security-text{flex:1}.security-text__title{font-size:1.5rem;font-weight:700;color:#e2e8f0;margin-bottom:1rem}@media (max-width: 768px){.security-text__title{font-size:1.25rem}}.security-text__description{color:#94a3b8;line-height:1.7;margin-bottom:1.5rem}.security-badges{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.security-badges{justify-content:center}}.security-badge{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#0f172a99;border-radius:50px;border:1px solid rgba(139,92,246,.25)}.security-badge__icon{font-size:1rem}.security-badge__text{font-size:.85rem;color:#e2e8f0;font-weight:500}.outsourcing-section__hero-image{position:relative;margin-bottom:4rem;z-index:1}.hero-image__container{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px #00000080,0 15px 40px #2563eb33}.hero-image__main{width:100%;height:400px;object-fit:cover;display:block}@media (max-width: 768px){.hero-image__main{height:300px}}@media (max-width: 480px){.hero-image__main{height:250px}}.hero-image__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f172ad9,#2563eb66,#0f172ab3)}.hero-image__content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem;z-index:2}@media (max-width: 768px){.hero-image__content{padding:1.5rem}}.hero-image__title{color:#fff;font-weight:800;margin-bottom:.75rem;font-size:2rem}@media (max-width: 768px){.hero-image__title{font-size:1.5rem}}@media (max-width: 480px){.hero-image__title{font-size:1.25rem}}.hero-image__text{color:#ffffffd9;font-size:1.1rem;margin-bottom:1.5rem;max-width:600px}@media (max-width: 768px){.hero-image__text{font-size:.95rem;margin-bottom:1rem}}.hero-image__badges{display:flex;flex-wrap:wrap;gap:.75rem}.hero-image__badge{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;font-size:.9rem;transition:all .3s ease}.hero-image__badge:hover{background:#ffffff40;transform:translateY(-2px)}.hero-image__badge span{font-size:1.1rem}@media (max-width: 480px){.hero-image__badge{font-size:.8rem;padding:.5rem 1rem}}.hero-image__floating{position:absolute;top:-30px;right:-20px;z-index:3;animation:float-image 6s ease-in-out infinite}@media (max-width: 768px){.hero-image__floating{display:none}}.hero-image__small{width:200px;height:150px;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px #0006,0 10px 25px #2563eb4d;border:3px solid rgba(255,255,255,.1)}@keyframes float-image{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-15px) rotate(-2deg)}}.outsourcing-section__remote-banner{position:relative;margin-bottom:3rem;z-index:1}.remote-banner__image-wrapper{position:relative;border-radius:24px;overflow:hidden}.remote-banner__image{width:100%;height:350px;object-fit:cover;display:block}@media (max-width: 768px){.remote-banner__image{height:450px}}.remote-banner__overlay{position:absolute;inset:0;background:linear-gradient(270deg,#0f172a4d,#0f172acc 40%,#0f172af2)}@media (max-width: 768px){.remote-banner__overlay{background:linear-gradient(180deg,#0f172a99,#0f172af2)}}.remote-banner__content{position:absolute;top:50%;left:0;transform:translateY(-50%);padding:3rem;max-width:550px}@media (max-width: 768px){.remote-banner__content{top:auto;bottom:0;transform:none;padding:2rem;max-width:100%}}.remote-banner__title{color:#fff;font-weight:800;margin-bottom:1rem;font-size:1.75rem}@media (max-width: 768px){.remote-banner__title{font-size:1.4rem}}.remote-banner__text{color:#fffc;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}@media (max-width: 768px){.remote-banner__text{font-size:.95rem}}.remote-banner__cta{background:linear-gradient(135deg,#2563eb,#6366f1)!important;padding:.9rem 2rem!important;font-weight:600!important;border-radius:12px!important;text-transform:none!important;box-shadow:0 8px 30px #2563eb66!important;transition:all .3s ease!important}.remote-banner__cta:hover{transform:translateY(-3px)!important;box-shadow:0 12px 40px #2563eb80!important}.techstack-section{padding:5rem 0;background:linear-gradient(180deg,#070d19,#0f172af2);border-top:1px solid rgba(148,163,184,.08);position:relative;overflow:hidden}.techstack-section__bg{position:absolute;top:8%;left:3%;transform:none;width:30%;max-width:380px;height:45%;max-height:320px;z-index:0;border-radius:24px;overflow:hidden}@media (max-width: 1100px){.techstack-section__bg{display:none}}.techstack-section__bg-image{width:100%;height:100%;object-fit:cover;border-radius:24px;opacity:.25;filter:grayscale(50%) brightness(.7)}.techstack-section__bg-overlay{position:absolute;inset:0;border-radius:24px;background:linear-gradient(180deg,#070d19e6,#8b5cf64d,#070d19f2);box-shadow:inset 0 0 60px #070d19e6,0 20px 50px #0006}.techstack-section__header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:1}.techstack-section__label{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#ec489933,#8b5cf626);border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#ec4899;margin-bottom:1rem}.techstack-section__title{font-size:2.5rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem}@media (max-width: 768px){.techstack-section__title{font-size:2rem}}.techstack-section__subtitle{font-size:1.1rem;color:#94a3b8;max-width:650px;margin:0 auto;line-height:1.7;justify-self:center}.techstack-section__filters{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;position:relative;z-index:1}.techstack-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;position:relative;z-index:1;margin-bottom:3rem}@media (max-width: 600px){.techstack-section__grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}}.techstack-section__counter{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.5rem;background:linear-gradient(135deg,#2563eb1f,#8b5cf614);border-radius:24px;border:1px solid rgba(37,99,235,.2);margin-bottom:3rem}@media (max-width: 768px){.techstack-section__counter{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem}}@media (max-width: 480px){.techstack-section__counter{padding:1.5rem}}.techstack-section__cta{display:flex;justify-content:space-between;align-items:center;padding:2rem 2.5rem;background:#0f172a;border-radius:20px;border:1px solid #1e293b;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047}@media (max-width: 768px){.techstack-section__cta{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem 1.5rem}}.filter-btn{padding:.5rem 1.25rem!important;border-radius:50px!important;font-size:.9rem!important;font-weight:500!important;color:#94a3b8!important;background:transparent!important;border:1px solid #1e293b!important;text-transform:none!important;transition:all .2s ease!important}.filter-btn:hover{border-color:#2563eb!important;color:#e2e8f0!important}.filter-btn--active{background:linear-gradient(135deg,#2563eb,#6366f1)!important;color:#fff!important;border-color:transparent!important}.tech-card{background:#0f172a;border-radius:16px;border:1px solid #1e293b;padding:1.25rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;will-change:transform}.tech-card:hover{transform:translateY(-8px) scale(1.05);border-color:#2563eb;box-shadow:0 12px 40px #2563eb40}.tech-card:hover .tech-card__icon{transform:scale(1.25) rotate(10deg);animation:bounce-soft .6s ease}.tech-card:hover .tech-card__name{color:#38bdf8}.tech-card__icon{width:48px;height:48px;margin:0 auto .75rem;transition:transform .4s cubic-bezier(.4,0,.2,1);object-fit:contain}@media (max-width: 600px){.tech-card__icon{width:40px;height:40px}}.tech-card__name{color:#e2e8f0;font-weight:600;font-size:.9rem;margin-bottom:.25rem}@media (max-width: 600px){.tech-card__name{font-size:.8rem}}.tech-card__category{color:#94a3b8;font-size:.75rem}.counter-item{text-align:center}.counter-item__value{font-size:3rem;font-weight:800;color:#e2e8f0;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,#e2e8f0,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.counter-item__value{font-size:2.25rem}}.counter-item__label{font-size:.9rem;color:#94a3b8}@media (max-width: 768px){.counter-item__label{font-size:.8rem}}.cta-content{display:flex;align-items:center;gap:1.25rem}@media (max-width: 768px){.cta-content{flex-direction:column;gap:1rem}}.cta-content__icon{font-size:3rem!important;color:#2563eb!important}.cta-content__text h5{color:#e2e8f0;font-weight:700;margin-bottom:.25rem}.cta-content__text p{color:#94a3b8}.cta-button{padding:.875rem 2rem!important;font-size:1rem!important;font-weight:600!important;border-radius:12px!important;text-transform:none!important;white-space:nowrap!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.cta-button:hover{transform:translateY(-3px)!important;box-shadow:0 8px 25px #2563eb66!important}@keyframes bounce-soft{0%,to{transform:scale(1.25) rotate(10deg)}50%{transform:scale(1.35) rotate(10deg)}}.testimonials-section{padding:5rem 0;background:linear-gradient(180deg,#0f172ae6,#070d19f2);border-top:1px solid rgba(148,163,184,.08);position:relative;overflow:hidden}.testimonials-section__bg{position:absolute;top:8%;right:2%;transform:none;width:30%;max-width:250px;height:55%;max-height:280px;z-index:0;border-radius:20px;overflow:hidden}@media (max-width: 1100px){.testimonials-section__bg{display:none}}.testimonials-section__bg-image{width:100%;height:100%;object-fit:cover;border-radius:20px;opacity:.45;filter:grayscale(40%) brightness(.75)}.testimonials-section__bg-overlay{position:absolute;inset:0;border-radius:20px;background:linear-gradient(135deg,#22c55e66,#0f172ab3);box-shadow:inset 0 0 50px #0f172ae6,0 15px 40px #0006}.testimonials-section__header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.testimonials-section__label{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#22c55e33,#22d3ee26);border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#22c55e;margin-bottom:1rem}.testimonials-section__title{font-size:2.5rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem}@media (max-width: 768px){.testimonials-section__title{font-size:2rem}}.testimonials-section__subtitle{font-size:1.1rem;color:#94a3b8;max-width:550px;margin:0 auto;justify-self:center}.testimonials-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;position:relative;z-index:1}@media (max-width: 992px){.testimonials-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.testimonials-section__grid{grid-template-columns:1fr}}.testimonials-section__trust{display:flex;justify-content:center;align-items:center;gap:3rem;padding:2rem;background:linear-gradient(135deg,#2563eb1a,#22d3ee0f);border-radius:20px;border:1px solid rgba(37,99,235,.2);position:relative;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.testimonials-section__trust{flex-direction:column;gap:1.5rem}}.testimonial-card{background:#0f172a;border-radius:20px;border:1px solid #1e293b;padding:1.75rem;height:100%;display:flex;flex-direction:column;transition:all .3s ease;position:relative}.testimonial-card:hover{transform:translateY(-4px);border-color:#2563eb;box-shadow:0 18px 40px #00000073,0 8px 18px #00000059}.testimonial-card__quote{position:absolute;top:1rem;right:1rem;opacity:.15}.testimonial-card__quote svg{font-size:3rem;color:#2563eb}.testimonial-card__rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-card__star{font-size:1.25rem!important;color:#fbbf24!important}.testimonial-card__text{color:#e2e8f0;font-size:.95rem;line-height:1.7;flex-grow:1;margin-bottom:1.5rem}.testimonial-card__author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #1e293b}.testimonial-card__avatar{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#8b5cf6);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.9rem}.testimonial-card__info{flex:1}.testimonial-card__name{color:#e2e8f0;font-weight:600;font-size:.95rem}.testimonial-card__position{color:#94a3b8;font-size:.8rem}.trust-item{text-align:center}.trust-item__number{font-size:2.5rem;font-weight:800;color:#e2e8f0;line-height:1;margin-bottom:.5rem}@media (max-width: 768px){.trust-item__number{font-size:2rem}}.trust-item__stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:.5rem}.trust-item__star{font-size:1.25rem!important;color:#fbbf24!important}.trust-item__label{color:#94a3b8;font-size:.9rem}.trust-divider{width:1px;height:60px;background:#1e293b}@media (max-width: 768px){.trust-divider{width:60px;height:1px}}.faq-section{padding:5rem 0;background:linear-gradient(180deg,#070d19f2,#0f172ae6);border-top:1px solid rgba(148,163,184,.08)}.faq-section__header{text-align:center;margin-bottom:3rem}.faq-section__icon{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:16px;background:linear-gradient(135deg,#f59e0b33,#f9731626);display:flex;align-items:center;justify-content:center}.faq-section__icon svg{font-size:2rem;color:#f59e0b}.faq-section__title{font-size:2.5rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem}@media (max-width: 768px){.faq-section__title{font-size:2rem}}.faq-section__subtitle{font-size:1.1rem;color:#94a3b8;max-width:500px;margin:0 auto;line-height:1.7;justify-self:center}.faq-section__content{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:flex-start}@media (max-width: 992px){.faq-section__content{grid-template-columns:1fr}}.faq-section__list{display:flex;flex-direction:column;gap:1rem}.faq-section__cta{position:sticky;top:100px}@media (max-width: 992px){.faq-section__cta{position:static}}.faq-accordion{background:#0f172a!important;border-radius:16px!important;border:1px solid #1e293b!important;box-shadow:none!important;transition:all .3s ease!important;overflow:hidden}.faq-accordion:before{display:none!important}.faq-accordion:hover{border-color:#2563eb!important}.faq-accordion.Mui-expanded{border-color:#2563eb!important;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047!important;margin:0!important}.faq-accordion__summary{padding:1.25rem 1.5rem!important;min-height:unset!important}.faq-accordion__summary.Mui-expanded{min-height:unset!important}.faq-accordion__summary .MuiAccordionSummary-content,.faq-accordion__summary .MuiAccordionSummary-content.Mui-expanded{margin:0!important}.faq-accordion__summary .MuiAccordionSummary-expandIconWrapper{color:#2563eb!important}.faq-accordion__question{font-size:1rem;font-weight:600;color:#e2e8f0;line-height:1.5;padding-right:1rem}.faq-accordion__details{padding:0 1.5rem 1.5rem!important}.faq-accordion__answer{color:#94a3b8;line-height:1.7;font-size:.95rem}.faq-cta-card{background:linear-gradient(135deg,#2563eb26,#8b5cf61a);border-radius:24px;border:1px solid rgba(37,99,235,.25);overflow:hidden;text-align:center}.faq-cta-card__image-wrapper{position:relative;height:160px;overflow:hidden;border-radius:16px 16px 0 0}.faq-cta-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;opacity:.7;filter:grayscale(30%) brightness(.85)}.faq-cta-card__image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#f59e0b4d,#0f172ae6)}.faq-cta-card:hover .faq-cta-card__image{transform:scale(1.05)}.faq-cta-card__content{padding:2rem}.faq-cta-card__emoji{font-size:3rem;margin-bottom:1rem}.faq-cta-card__title{font-size:1.25rem;font-weight:700;color:#e2e8f0;margin-bottom:.75rem}.faq-cta-card__text{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem;font-size:.9rem}.faq-cta-card__contacts{display:flex;flex-direction:column;gap:.75rem}.faq-cta-card__link{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#0f172a80;border-radius:12px;color:#e2e8f0;text-decoration:none;font-weight:500;transition:all .2s ease}.faq-cta-card__link:hover{background:#2563eb33;color:#38bdf8}.whyus-section{padding:5rem 0;background:linear-gradient(180deg,#0f172af2,#070d19);border-top:1px solid rgba(148,163,184,.08);position:relative;overflow:hidden}.whyus-section__bg-wrapper{position:absolute;top:0;left:-5%;width:50%;height:100%;z-index:0;pointer-events:none}@media (max-width: 1200px){.whyus-section__bg-wrapper{width:60%;left:-10%}}@media (max-width: 768px){.whyus-section__bg-wrapper{width:100%;left:0;opacity:.15}}.whyus-section__bg-image{width:100%;height:100%;object-fit:cover;object-position:center right;mask-image:linear-gradient(to left,transparent 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.8) 80%,black 100%);-webkit-mask-image:linear-gradient(to left,transparent 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.8) 80%,black 100%);filter:grayscale(30%) brightness(.8)}@media (max-width: 768px){.whyus-section__bg-image{mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 50%,black 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 50%,black 100%)}}.whyus-section__bg-overlay{position:absolute;inset:0;background:linear-gradient(270deg,#0f172a,#0f172ae6,#0f172a99 60%,#2563eb26)}@media (max-width: 768px){.whyus-section__bg-overlay{background:#0f172ad9}}.whyus-section__header{text-align:center;margin-bottom:2rem;position:relative;z-index:1}.whyus-section__label{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#2563eb33,#22d3ee26);border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#38bdf8;margin-bottom:1rem}.whyus-section__title{font-size:2.5rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem}@media (max-width: 768px){.whyus-section__title{font-size:2rem}}.whyus-section__subtitle{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.7;justify-self:center}.whyus-section__progress-container{width:100%;height:4px;background:#2563eb1a;border-radius:2px;margin-bottom:3rem;overflow:hidden;position:relative;z-index:1}.whyus-section__progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#22d3ee);border-radius:2px;transition:width .1s ease-out}.whyus-section__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}@media (max-width: 992px){.whyus-section__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.whyus-section__cards{grid-template-columns:1fr}}.advantage-card{background:#0f172a;border-radius:20px;border:1px solid #1e293b;padding:2rem;transition:all .3s ease;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.advantage-card:hover{border-color:#2563eb;box-shadow:0 18px 40px #00000073,0 8px 18px #00000059;transform:translateY(-6px)!important}.advantage-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.advantage-card__icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center}.advantage-card__icon svg{font-size:1.75rem}.advantage-card__metric{font-size:1.75rem;font-weight:800;line-height:1}.advantage-card__title{color:#e2e8f0;font-weight:700;margin-bottom:.75rem;font-size:1.1rem}.advantage-card__description{color:#94a3b8;line-height:1.65;font-size:.9rem;flex-grow:1}.advantage-card__line{position:absolute;bottom:0;left:0;width:100%;height:3px;transition:background .2s ease-out}.whyus-section__banner{margin-top:4rem}.success-banner{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#0f172a;border-radius:24px;border:1px solid #1e293b;overflow:hidden;box-shadow:0 18px 40px #00000073,0 8px 18px #00000059}@media (max-width: 992px){.success-banner{grid-template-columns:1fr}}.success-banner__image-side{position:relative;min-height:300px}@media (max-width: 992px){.success-banner__image-side{min-height:220px}}.success-banner__image{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:.7;filter:grayscale(25%) brightness(.85)}.success-banner__image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#2563eb80,#0f172a99,#8b5cf666);box-shadow:inset 0 0 50px #0f172ab3}.success-banner__floating-card{position:absolute;bottom:20px;right:20px;width:130px;height:90px;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #00000080,inset 0 0 20px #0f172a66;border:2px solid rgba(255,255,255,.15);animation:float-card 5s ease-in-out infinite}@media (max-width: 600px){.success-banner__floating-card{display:none}}.success-banner__floating-image{width:100%;height:100%;object-fit:cover;opacity:.8;filter:grayscale(20%)}.success-banner__content{padding:3rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.success-banner__content{padding:2rem}}.success-banner__title{color:#e2e8f0;font-weight:800;margin-bottom:1.5rem;font-size:1.5rem}@media (max-width: 768px){.success-banner__title{font-size:1.25rem}}.success-banner__stats{display:flex;gap:2rem;margin-bottom:1.5rem}@media (max-width: 600px){.success-banner__stats{flex-wrap:wrap;gap:1rem}}.success-banner__stat{text-align:center}@media (max-width: 600px){.success-banner__stat{flex:1;min-width:80px}}.success-banner__stat-number{font-size:2rem;font-weight:800;color:#38bdf8;line-height:1}@media (max-width: 768px){.success-banner__stat-number{font-size:1.5rem}}.success-banner__stat-label{font-size:.85rem;color:#94a3b8;margin-top:.25rem}.success-banner__text{color:#94a3b8;line-height:1.7;font-size:1rem}@keyframes float-card{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-10px) rotate(-1deg)}}.cta-section{padding:5rem 0;background:linear-gradient(180deg,#0f172ae6,#070d19);position:relative;overflow:hidden}.cta-section__content{position:relative;z-index:1;background:linear-gradient(135deg,#2563eb40,#8b5cf633,#22d3ee26);border-radius:32px;border:1px solid rgba(37,99,235,.4);padding:4rem;overflow:hidden;box-shadow:0 20px 60px #2563eb33,0 8px 30px #0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (max-width: 768px){.cta-section__content{padding:3rem 2rem;border-radius:24px}}@media (max-width: 480px){.cta-section__content{padding:2rem 1.5rem}}.cta-section__content-bg{position:absolute;inset:0;z-index:0;border-radius:32px;overflow:hidden}.cta-section__content-bg-image{width:100%;height:100%;object-fit:cover;opacity:.2;filter:grayscale(30%) brightness(.8)}.cta-section__content-bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#2563eb66,#0f172a99,#8b5cf64d)}.cta-section__bg-circle{position:absolute;border-radius:50%;pointer-events:none}.cta-section__bg-circle--1{top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(37,99,235,.3) 0%,transparent 70%)}.cta-section__bg-circle--2{bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle,rgba(139,92,246,.25) 0%,transparent 70%)}.cta-section__bg-circle--3{top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(34,211,238,.08) 0%,transparent 70%)}.cta-section__inner{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.cta-section__title{font-size:3rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem;line-height:1.1}@media (max-width: 768px){.cta-section__title{font-size:2.25rem}}@media (max-width: 480px){.cta-section__title{font-size:1.85rem}}.cta-section__subtitle{font-size:1.15rem;color:#94a3b8;line-height:1.7;margin-bottom:2rem}@media (max-width: 768px){.cta-section__subtitle{font-size:1rem}}.cta-section__features{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}@media (max-width: 600px){.cta-section__features{gap:1rem}}.cta-section__buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}@media (max-width: 600px){.cta-section__buttons{flex-direction:column;align-items:center}}.cta-section__btn{padding:1rem 2rem!important;font-size:1rem!important;font-weight:600!important;border-radius:14px!important;text-transform:none!important;transition:all .3s ease!important}.cta-section__btn--primary{background:linear-gradient(135deg,#2563eb,#6366f1)!important;box-shadow:0 8px 30px #2563eb66!important}.cta-section__btn--primary:hover{transform:translateY(-3px)!important;box-shadow:0 12px 40px #2563eb80!important}.cta-section__btn--secondary{color:#e2e8f0!important;border-color:#94a3b84d!important;background:#0f172a80!important}.cta-section__btn--secondary:hover{border-color:#2563eb!important;background:#2563eb1a!important}@media (max-width: 600px){.cta-section__btn{width:100%;max-width:300px}}.cta-section__note{font-size:.85rem;color:#94a3b8}.cta-feature{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#0f172a99;border-radius:50px;border:1px solid rgba(148,163,184,.15)}.cta-feature__icon{font-size:1rem}.cta-feature__text{font-size:.9rem;color:#e2e8f0;font-weight:500;white-space:nowrap}@media (max-width: 480px){.cta-feature__text{font-size:.8rem}}.industries-section{padding:5rem 0;background:linear-gradient(180deg,#070d19,#0f172af2);border-top:1px solid rgba(148,163,184,.08);position:relative;overflow:hidden}.industries-section__bg-wrapper{position:absolute;top:0;right:-5%;width:55%;height:100%;z-index:0;pointer-events:none}@media (max-width: 1200px){.industries-section__bg-wrapper{width:65%;right:-10%}}@media (max-width: 768px){.industries-section__bg-wrapper{width:100%;right:0;opacity:.12}}.industries-section__bg-image{width:100%;height:100%;object-fit:cover;object-position:center left;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.2) 15%,rgba(0,0,0,.5) 40%,rgba(0,0,0,.8) 70%,black 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.2) 15%,rgba(0,0,0,.5) 40%,rgba(0,0,0,.8) 70%,black 100%);filter:grayscale(40%) brightness(.7)}@media (max-width: 768px){.industries-section__bg-image{mask-image:none;-webkit-mask-image:none;filter:grayscale(50%) brightness(.5)}}.industries-section__bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#070d19,#070d19f2,#070d19b3 50%,#8b5cf61a)}@media (max-width: 768px){.industries-section__bg-overlay{background:#070d19d9}}.industries-section__header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.industries-section__label{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#8b5cf633,#ec489926);border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#a78bfa;margin-bottom:1rem}.industries-section__title{font-size:2.5rem;font-weight:800;color:#e2e8f0;margin-bottom:1rem}@media (max-width: 768px){.industries-section__title{font-size:2rem}}.industries-section__subtitle{font-size:1.1rem;color:#94a3b8;max-width:650px;margin:0 auto;line-height:1.7;justify-self:center}.industries-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}@media (max-width: 992px){.industries-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.industries-section__grid{grid-template-columns:1fr}}.card-3d{position:relative;transform-style:preserve-3d;height:100%;will-change:transform;animation:card-float 8s ease-in-out infinite;-webkit-user-select:none;user-select:none}@media (min-width: 769px){.card-3d{cursor:grab}}.card-3d:active{cursor:grabbing}.card-3d--dragging{animation:none!important;z-index:10;cursor:grabbing}.card-3d--dragging .card-3d__glare{opacity:1}.card-3d__glare{position:absolute;inset:0;border-radius:20px;pointer-events:none;z-index:1;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.12) 0%,transparent 60%);opacity:.5;transition:opacity .2s ease}@keyframes card-float{0%,to{transform:perspective(800px) rotateX(0) rotateY(0) scale(1)}25%{transform:perspective(800px) rotateX(-6deg) rotateY(10deg) scale(1.02)}50%{transform:perspective(800px) rotateX(4deg) rotateY(-8deg) scale(1)}75%{transform:perspective(800px) rotateX(-3deg) rotateY(-10deg) scale(1.02)}}.industry-card{background:#0f172a;border-radius:20px;border:1px solid #1e293b;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;will-change:transform,box-shadow;height:100%;display:flex;flex-direction:column}.industry-card:hover{border-color:#2563eb;box-shadow:0 25px 70px #00000073,0 10px 30px #2563eb33}.industry-card:hover .industry-card__icon{transform:scale(1.1) rotate(-5deg)}.industry-card:hover .industry-card__title{color:#38bdf8}.industry-card:hover .industry-card__image{transform:scale(1.1)}.industry-card__image-wrapper{position:relative;height:120px;overflow:hidden}.industry-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);opacity:.65;filter:grayscale(35%) brightness(.8)}.industry-card__image-overlay{position:absolute;inset:0;opacity:1;box-shadow:inset 0 -40px 40px #0f172ae6}.industry-card__content{position:relative;z-index:2;padding:1.5rem;flex:1;display:flex;flex-direction:column}.industry-card__icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .4s cubic-bezier(.4,0,.2,1)}.industry-card__icon svg{font-size:1.75rem}.industry-card__title{color:#e2e8f0;font-weight:700;margin-bottom:.75rem;font-size:1.1rem;transition:color .3s ease}.industry-card__description{color:#94a3b8;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem;flex-grow:1}.industry-card__projects{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.industry-card__project{padding:.35rem .75rem;font-size:.75rem;color:#94a3b8;background:#0f172a99;border-radius:6px;border:1px solid;transition:all .3s ease}.industry-card__clients{font-size:.9rem;font-weight:700;padding-top:1rem;border-top:1px solid #1e293b;transition:color .3s ease}.login-form{max-width:400px;margin:100px auto;padding:24px;text-align:center;background-color:#0f172a;border-radius:16px;box-shadow:0 10px 30px #00000059,0 2px 12px #00000047}@media (max-width: 768px){.login-form{margin:50px 12px;padding:12px}}.login-form .form-content{display:flex;flex-direction:column;gap:12px}.login-form .form-content .MuiTextField-root{background-color:#0f172a}.login-form .form-content .MuiTextField-root input{color:#e2e8f0}.login-form .form-content .MuiTextField-root .MuiInputLabel-root{color:#94a3b8}.login-form .form-content .MuiButton-root{border-radius:10px}html{overflow-x:hidden}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#0b1220;color:#e2e8f0;line-height:1.6;overflow-x:hidden;position:relative;width:100%;max-width:100vw}main{padding-top:90px}@media (max-width: 600px){main{padding-top:70px}}a{color:#2563eb;text-decoration:none}a:hover{color:#38bdf8}::selection{background:#2563eb40;color:#e2e8f0}.notification-container{position:fixed;top:20px;right:20px;z-index:1300;display:flex;flex-direction:column;gap:12px;max-width:400px}.notification-alert{box-shadow:0 10px 30px #00000059,0 2px 12px #00000047;border-radius:10px;background-color:#0f172a;color:#e2e8f0}
