.page-hero{position: relative;isolation: isolate;overflow: hidden;background: linear-gradient(135deg,var(--c-primary-dark),var(--c-primary));color: var(--c-white);padding: 1.5rem 0;text-align: center}.page-hero__zemin{position: absolute;inset: 0;z-index: -1;pointer-events: none;background: radial-gradient(circle at 1px 1px,rgba(255,255,255,.10) 1px,transparent 0) 0 0 / 22px 22px,linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.32))}.page-hero__zemin::before,.page-hero__zemin::after{content: '';position: absolute;border-radius: 50%;will-change: transform,opacity}.page-hero__zemin::before{top: -65%;left: -8%;width: min(26rem,62vw);height: min(26rem,62vw);background: radial-gradient(circle,rgba(255,255,255,.13) 0%,rgba(255,255,255,0) 70%);animation: heroLeke1 26s ease-in-out infinite alternate}.page-hero__zemin::after{right: -6%;bottom: -75%;width: min(20rem,50vw);height: min(20rem,50vw);background: radial-gradient(circle,rgba(255,255,255,.10) 0%,rgba(255,255,255,0) 70%);animation: heroLeke2 34s ease-in-out infinite alternate}@keyframes heroLeke1{from{transform: translate3d(0,0,0) scale(1);opacity: .7}to{transform: translate3d(7rem,1.5rem,0) scale(1.2);opacity: 1}}@keyframes heroLeke2{from{transform: translate3d(0,0,0) scale(1.15);opacity: .9}to{transform: translate3d(-6rem,-1.2rem,0) scale(1);opacity: .55}}.page-hero__rozet{display: inline-flex;align-items: center;gap: .4rem;margin-bottom: .5rem;padding: .22rem .7rem;border-radius: 999px;background: rgba(255,255,255,.18);font-size: .75rem;font-weight: var(--fw-semibold);letter-spacing: .02em}.page-hero__title{font-size: 1.5rem;font-weight: var(--fw-extrabold);line-height: 1.25;letter-spacing: -.01em;margin-bottom: .3rem}.page-hero__desc{max-width: 62ch;margin: 0 auto;font-size: .9375rem;line-height: 1.55;color: var(--c-white)}.page-hero__meta{display: flex;flex-wrap: wrap;justify-content: center;gap: .4rem 1.1rem;margin-top: .5rem;font-size: .8125rem;color: var(--c-white)}.page-hero__meta-oge{display: inline-flex;align-items: center;gap: .4rem}.page-hero__meta-oge i{opacity: .8}.page-hero__breadcrumb{margin-top: .6rem;font-size: .8125rem}.page-hero__yol{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: .35rem .55rem;margin: 0;padding: 0;list-style: none}.page-hero__yol li{display: inline-flex;align-items: center;gap: .55rem;color: var(--c-white);min-width: 0}.page-hero__yol li + li::before{content: '';flex: none;width: .32rem;height: .32rem;border-top: 2px solid currentColor;border-right: 2px solid currentColor;transform: rotate(45deg);opacity: .6}.page-hero__yol a{display: inline-flex;align-items: center;min-height: 24px;color: var(--c-white);font-weight: var(--fw-normal);text-decoration: none;text-underline-offset: .2em;transition: text-decoration-color var(--transition)}.page-hero__yol a:hover,.page-hero__yol a:focus-visible{text-decoration: underline}.page-hero__yol a:focus-visible{outline: 2px solid var(--c-white);outline-offset: 3px;border-radius: 3px}.page-hero__yol [aria-current="page"]{font-weight: var(--fw-semibold);min-width: 0}.page-hero__yol{flex-wrap: nowrap}.page-hero__yol li{flex: 0 0 auto}.page-hero__yol li:last-child{flex: 0 1 auto;min-width: 0}.page-hero__yol-ad{display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}@media (min-width: 1200px){.page-hero__yol-ad{max-width: 46ch}}@media (min-width: 768px){.page-hero{padding: 2rem 0}.page-hero__title{font-size: 1.875rem}.page-hero__desc{font-size: 1rem}.page-hero__breadcrumb{font-size: .875rem;margin-top: .7rem}}@media (min-width: 1200px){.page-hero{padding: 2.5rem 0}.page-hero__title{font-size: 2rem}}@media (prefers-reduced-motion: reduce){.page-hero__zemin::before,.page-hero__zemin::after{animation: none;will-change: auto}.page-hero__yol a{transition: none}}