.dept-section{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);will-change:opacity,transform;padding:40px 0}.dept-section--visible{opacity:1;transform:translateY(0)}.dept-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto}.dept-section__image-col,.dept-section__image-wrapper{display:flex;justify-content:center;align-items:center}.dept-section__image-wrapper{position:relative;width:380px;height:380px}.dept-section__ring{position:absolute;inset:-15px;width:calc(100% + 30px);height:calc(100% + 30px);opacity:0;transition:opacity .8s ease;pointer-events:none;z-index:1}.dept-section__ring--1,.dept-section__ring--2{animation:none}.dept-section__ring--animate{opacity:1}.dept-section__ring--animate.dept-section__ring--1{animation:ringRotate1 18s linear infinite}.dept-section__ring--animate.dept-section__ring--2{animation:ringRotate2 22s linear infinite reverse}@keyframes ringRotate1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ringRotate2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dept-section__image{position:relative;z-index:2;width:320px;height:320px;border-radius:50%;overflow:hidden;opacity:0;transform:scale(.7);transition:opacity .9s cubic-bezier(.22,1,.36,1) .3s,transform .9s cubic-bezier(.22,1,.36,1) .3s}.dept-section__image--visible{opacity:1;transform:scale(1)}.dept-section__text-col{display:flex;flex-direction:column;justify-content:center}.dept-section__text{opacity:0;transform:translateX(40px);transition:opacity .8s cubic-bezier(.22,1,.36,1) .2s,transform .8s cubic-bezier(.22,1,.36,1) .2s}[dir=rtl] .dept-section__text{transform:translateX(-40px)}.dept-section__text--visible{opacity:1;transform:translateX(0)!important}.dept-section__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;background:rgba(25,181,241,.08);border:1px solid rgba(25,181,241,.15);margin-bottom:20px;width:-moz-fit-content;width:fit-content}.dept-section__badge-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.4}}.dept-section__badge-text{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.dept-section__header{display:flex;align-items:center;gap:18px;margin-bottom:24px}.dept-section__icon{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 24px rgba(0,0,0,.15)}.dept-section__icon svg{width:30px;height:30px}.dept-section__title{font-size:2rem!important;font-weight:900!important;color:#10243e!important;line-height:1.3;margin:0}.dept-section__subtitle{font-size:1rem;font-weight:600;color:#8896a6!important;margin-top:4px}.dept-section__points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.dept-section__point{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;border-radius:16px;background:#f7fafc;border:1px solid #e6edf5;opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1),background .3s ease,border-color .3s ease;font-size:1.05rem;font-weight:600;color:#1a2a3a;line-height:1.7}.dept-section__point:hover{background:#edf5fc;border-color:#cce5f5}.dept-section__point--visible{opacity:1;transform:translateY(0)}.dept-section__check{width:22px;height:22px;flex-shrink:0;margin-top:4px}.dept-divider{width:80px;height:3px;margin:0 auto;border-radius:999px;background:linear-gradient(90deg,#00d9ff,#007bff);opacity:.3}.dept-hero{text-align:center;padding:60px 20px 40px}.dept-hero__title{font-size:3rem!important;font-weight:900!important;line-height:1.4;margin-bottom:16px}.dept-hero__desc{font-size:1.25rem;color:#526277;max-width:700px;margin:0 auto;font-weight:500;line-height:1.8}@media (max-width:1024px){.dept-section__inner{gap:40px}.dept-section__image-wrapper{width:320px;height:320px}.dept-section__image{width:270px;height:270px}.dept-section__title{font-size:1.6rem!important}.dept-section__point{font-size:.95rem;padding:14px 16px}}@media (max-width:768px){.dept-section{padding:30px 0}.dept-section__inner{grid-template-columns:1fr;gap:24px}.dept-section__image-col{order:1!important}.dept-section__text-col{order:2!important}.dept-section__image-wrapper{width:280px;height:280px}.dept-section__image{width:240px;height:240px}.dept-section__text{transform:translateY(20px)!important}.dept-section__text--visible{transform:translateY(0)!important}.dept-section__header{gap:14px}.dept-section__icon{width:52px;height:52px;border-radius:14px}.dept-section__icon svg{width:24px;height:24px}.dept-section__title{font-size:1.5rem!important}.dept-section__point{font-size:.9rem;padding:12px 14px;gap:10px}.dept-section__check{width:18px;height:18px}.dept-hero__title{font-size:2.2rem!important}.dept-hero__desc{font-size:1.05rem}}@media (prefers-reduced-motion:reduce){.dept-section,.dept-section__image,.dept-section__point,.dept-section__ring,.dept-section__text{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}