.xyaih-enabled .content-layout > article.article > .article-header .article-title,
.xyaih-enabled .forum-article > .article-header .article-title,
.xyaih-enabled .content-layout > .breadcrumb,
.xyaih-enabled .content-layout > .single-head-cover,
.xyaih-enabled .content-layout > .wp-posts-content > .breadcrumb,
.xyaih-enabled .fixed-wrap-content > .breadcrumb,
.xyaih-enabled .fixed-wrap-content > .forum-single-cover {
    display: none !important;
}

.xyaih-hero {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: var(--xyaih-h-desktop, 50vh);
    margin-top: -20px;
    overflow: hidden;
    color: var(--xyaih-meta, #b3bdf9);
    background: var(--xyaih-bg, #425aef);
    text-align: center;
    isolation: isolate;
}

.xyaih-hero *,
.xyaih-hero *::before,
.xyaih-hero *::after { box-sizing: border-box; }

.xyaih-hero__backdrop {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    background: var(--xyaih-bg, #425aef);
}

.xyaih-hero__image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .18) 12%, rgba(0, 0, 0, .72) 30%, #000 48%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .18) 12%, rgba(0, 0, 0, .72) 30%, #000 48%);
}

.xyaih-hero__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(257.4deg, rgba(250, 250, 250, .2) 2%, var(--xyaih-bg, #425aef) 80%);
}

.xyaih-hero__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(20deg) scale(.95);
    transition: transform 1s ease;
}

.xyaih-hero__image--base {
    filter: blur(2.5px) saturate(.92);
}

.xyaih-hero__image--edge-blur {
    opacity: .86;
    filter: blur(16px) saturate(.88);
    transform: rotate(20deg) scale(1.02);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .88) 24%, rgba(0, 0, 0, .34) 48%, transparent 72%);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .88) 24%, rgba(0, 0, 0, .34) 48%, transparent 72%);
}

.xyaih-hero__glow { display: none; }

.xyaih-hero__inner {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: var(--xyaih-h-desktop, 50vh);
    padding: 130px 300px;
    text-align: center;
}

.xyaih-align-left .xyaih-hero__inner { align-items: flex-start; text-align: left; }
.xyaih-align-right .xyaih-hero__inner { align-items: flex-end; text-align: right; }

.xyaih-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.xyaih-align-left .xyaih-chips { justify-content: flex-start; }
.xyaih-align-right .xyaih-chips { justify-content: flex-end; }

.xyaih-chip {
    display: inline-flex;
    align-items: flex-start;
    padding: 7px 10px;
    border: 0;
    border-radius: var(--xyaih-category-radius, 7px);
    color: #fff !important;
    background: rgba(255, 255, 250, .2);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: color .3s ease, background-color .3s ease;
}

.xyaih-chip--tag {
    border-radius: var(--xyaih-tag-radius, 7px);
    background: transparent;
    opacity: .8;
}

.xyaih-chip--tag::before {
    content: "#";
    margin-right: 5px;
    color: #fff;
    opacity: .4;
}

.xyaih-chip--tag { margin-left: 15px; }
.xyaih-chip--tag + .xyaih-chip--tag { margin-left: 0; }

.xyaih-chip-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

a.xyaih-chip:hover,
a.xyaih-chip:focus-visible {
    color: var(--focus-color, var(--xyaih-bg)) !important;
    background: #fff;
}

.xyaih-hero__title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 !important;
    overflow: hidden;
    color: var(--xyaih-title, #fff) !important;
    font-size: clamp(30px, 2.5vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-wrap: balance;
}

.xyaih-align-left .xyaih-hero__title { justify-content: flex-start; text-align: left; }
.xyaih-align-right .xyaih-hero__title { justify-content: flex-end; text-align: right; }

.xyaih-meta,
.xyaih-secondary-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 14px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--xyaih-meta, #b3bdf9);
    font-size: var(--xyaih-meta-font, 16px);
    list-style: none;
}

.xyaih-meta--primary { margin-bottom: 10px; }
.xyaih-secondary-row { gap: 8px; }
.xyaih-secondary-row .xyaih-meta { width: auto; }

.xyaih-align-left .xyaih-meta,
.xyaih-align-left .xyaih-secondary-row { justify-content: flex-start; }
.xyaih-align-right .xyaih-meta,
.xyaih-align-right .xyaih-secondary-row { justify-content: flex-end; }

.xyaih-meta li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.xyaih-meta li > span:last-child,
.xyaih-meta li > a { margin-right: 4px; }

.xyaih-meta a,
.xyaih-breadcrumb a { color: var(--xyaih-meta, #b3bdf9) !important; text-decoration: none !important; }
.xyaih-meta a:hover,
.xyaih-breadcrumb a:hover { color: #fff !important; }

.xyaih-icon {
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .8;
}

.xyaih-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--xyaih-meta, #b3bdf9);
    font-size: var(--xyaih-meta-font, 16px);
}

.xyaih-wave {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 8vh;
    min-height: 50px;
    max-height: 100px;
    overflow: hidden;
}

.xyaih-parallax use { animation: xyaih-move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite; }
.xyaih-parallax use:nth-child(1) { fill: var(--body-bg-color, #f5f6f8); opacity: .3; animation-delay: -2s; animation-duration: 7s; }
.xyaih-parallax use:nth-child(2) { fill: var(--body-bg-color, #f5f6f8); opacity: .5; animation-delay: -3s; animation-duration: 10s; }
.xyaih-parallax use:nth-child(3) { fill: var(--body-bg-color, #f5f6f8); opacity: .7; animation-delay: -4s; animation-duration: 13s; }
.xyaih-parallax use:nth-child(4) { fill: var(--body-bg-color, #f5f6f8); animation-delay: -5s; animation-duration: 20s; }

@keyframes xyaih-move-forever {
    0% { transform: translate3d(-90px, 0, 0); }
    100% { transform: translate3d(85px, 0, 0); }
}

@keyframes xyaih-fade-in-up {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.xyaih-hero.is-ready .xyaih-chips,
.xyaih-hero.is-ready .xyaih-hero__title,
.xyaih-hero.is-ready .xyaih-meta,
.xyaih-hero.is-ready .xyaih-secondary-row {
    animation: xyaih-fade-in-up .5s ease-out both;
    animation-delay: .3s;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .xyaih-hero,
    .xyaih-hero__inner { min-height: var(--xyaih-h-tablet, 35vh); }
    .xyaih-hero__inner { align-items: flex-start; padding: 50px; text-align: left; }
    .xyaih-chips,
    .xyaih-hero__title,
    .xyaih-meta,
    .xyaih-secondary-row { justify-content: flex-start !important; }
    .xyaih-hero__title { font-size: 2em; text-align: left; }
}

@media screen and (max-width: 767px) {
    .xyaih-hero,
    .xyaih-hero__inner { min-height: var(--xyaih-h-mobile, 50vh); }
    .xyaih-hero__inner { align-items: center; padding: 20px 20px 70px; text-align: center; }
    .xyaih-chips,
    .xyaih-hero__title,
    .xyaih-meta,
    .xyaih-secondary-row { justify-content: center !important; }
    .xyaih-hero__title { margin: 10px 0 !important; font-size: 2rem; text-align: center; }
    .xyaih-chip--tag { display: none; }
    .xyaih-meta { padding: 0 5px; margin-top: 10px; }
    .xyaih-meta__label { display: none; }
    .xyaih-breadcrumb { font-size: 13px; }
    .xyaih-hero__image-wrap { left: 48%; }
}

@media (prefers-reduced-motion: reduce) {
    .xyaih-parallax use,
    .xyaih-hero.is-ready .xyaih-chips,
    .xyaih-hero.is-ready .xyaih-hero__title,
    .xyaih-hero.is-ready .xyaih-meta,
    .xyaih-hero.is-ready .xyaih-secondary-row { animation: none; }
    .xyaih-chip,
    .xyaih-hero__image { transition: none; }
}
