/* World Cat Show Poland 2026 */
.world-show-body {
    --wcs-sky: #85cbeb;
    --wcs-sky-soft: #dff5ff;
    --wcs-sky-pale: #f2fbff;
    --wcs-blue: #254c8c;
    --wcs-blue-deep: #12346f;
    --wcs-blue-ink: #08285e;
    --wcs-white: #ffffff;
    --wcs-muted: #527096;
    --wcs-red: #df174a;
    --wcs-shadow: 0 1rem 3rem rgba(37, 76, 140, 0.16);
    --wcs-radius: 1.5rem;
    background: var(--wcs-sky-pale);
    color: var(--wcs-blue-ink);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.world-show-body .wcs-page [id],
.world-show-body .wcs-section--why[id] {
    scroll-margin-top: clamp(5.5rem, 11vw, 7.25rem);
}

.world-show-body main,
.world-show-body section,
.wcs-page {
    max-width: 100%;
}

.world-show-body .site-header {
    background: var(--wcs-sky);
}

.world-show-body .site-header .text-dark {
    color: var(--wcs-blue) !important;
}

.world-show-body .navbar {
    background: linear-gradient(90deg, var(--wcs-blue-deep), var(--wcs-blue));
    box-shadow: 0 0.6rem 1.75rem rgba(18, 52, 111, 0.18);
}

.world-show-body .navbar-nav .nav-link:hover,
.world-show-body .navbar-nav .nav-link.active {
    color: var(--wcs-sky);
}

.world-show-body .custom-btn,
.world-show-body .wcs-btn-primary {
    background: var(--wcs-blue);
    border-color: var(--wcs-blue);
    color: var(--wcs-white);
}

.world-show-body .custom-btn:hover,
.world-show-body .wcs-btn-primary:hover {
    background: var(--wcs-blue-deep);
    border-color: var(--wcs-blue-deep);
    color: var(--wcs-white);
}

.world-show-body .site-footer,
.world-show-body .site-footer-top {
    background: var(--wcs-blue-ink) !important;
}

.world-show-body .site-footer-title,
.world-show-body .site-footer-link:hover {
    color: var(--wcs-sky);
}

.wcs-page {
    overflow-x: hidden;
}

@keyframes wcsFadeLift {
    from {
        opacity: 0;
        transform: translateY(1.4rem);
        filter: blur(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes wcsTitleGlow {
    0% {
        text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }

    55% {
        text-shadow: 0 0 1.8rem rgba(255, 255, 255, 0.95);
    }

    100% {
        text-shadow: 0 0 0.35rem rgba(255, 255, 255, 0.28);
    }
}

@keyframes wcsRibbonSweep {
    from {
        opacity: 0;
        transform: translateX(-2rem) scale(0.98);
    }

    to {
        opacity: var(--wcs-ribbon-opacity, 0.96);
        transform: translateX(0) scale(1);
    }
}

@keyframes wcsCtaPulse {
    0%,
    100% {
        box-shadow:
            0 0.55rem 1.55rem rgba(37, 76, 140, 0.28),
            0 0 0 0 rgba(37, 76, 140, 0.34);
        transform: translateY(0) scale(1);
    }

    50% {
        box-shadow:
            0 0.9rem 2.2rem rgba(37, 76, 140, 0.36),
            0 0 0 0.7rem rgba(37, 76, 140, 0);
        transform: translateY(-2px) scale(1.025);
    }
}

@keyframes wcsCountPop {
    0% {
        transform: scale(0.92);
    }

    55% {
        transform: scale(1.18);
    }

    100% {
        transform: scale(1);
    }
}

.wcs-hero {
    position: relative;
    min-height: calc(100vh - 51px);
    display: flex;
    align-items: center;
    padding: clamp(7rem, 13vw, 10rem) 0 clamp(4rem, 8vw, 6rem);
    background: linear-gradient(135deg, var(--wcs-sky) 0%, #a9def4 48%, #eefaff 100%);
}

.wcs-hero::before,
.wcs-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.wcs-hero::before {
    inset: auto -10% -12rem -10%;
    height: 22rem;
    background: var(--wcs-white);
    border-radius: 50% 50% 0 0;
    opacity: 0.88;
}

.wcs-hero::after {
    --wcs-ribbon-opacity: 0.34;
    top: clamp(5.5rem, 11vw, 8rem);
    left: 0;
    z-index: 1;
    width: clamp(20rem, 40vw, 34rem);
    aspect-ratio: 1000 / 680;
    background: url('/images/wstazka.png') left top / contain no-repeat;
    filter: saturate(0.9) blur(0.2px);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
    opacity: var(--wcs-ribbon-opacity);
    animation: wcsRibbonSweep 950ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.wcs-hero-inner {
    position: relative;
    z-index: 2;
}

.wcs-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.95rem;
    margin-bottom: 1rem;
    color: var(--wcs-blue);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(37, 76, 140, 0.14);
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    animation: wcsFadeLift 650ms cubic-bezier(0.16, 1, 0.3, 1) 160ms both;
}

.wcs-hero h1 {
    --wcs-title-bubble-x: 42%;
    position: relative;
    z-index: 1;
    width: fit-content;
    max-width: 12ch;
    margin-bottom: 1.1rem;
    color: var(--wcs-blue);
    font-size: clamp(3rem, 8vw, 6.4rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-wrap: balance;
    animation:
        wcsFadeLift 780ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both,
        wcsTitleGlow 1300ms ease-out 420ms both;
}

.wcs-hero h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: var(--wcs-title-bubble-x);
    width: calc(100% + 0.7em);
    height: calc(100% + 0.38em);
    z-index: -1;
    background:
        radial-gradient(ellipse at center, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.44) 46%, rgba(255, 255, 255, 0) 74%);
    border-radius: 999px;
    filter: blur(10px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.wcs-lead {
    max-width: 42rem;
    color: var(--wcs-blue-deep);
    font-size: clamp(1.15rem, 2.2vw, 1.5rem);
    line-height: 1.45;
    font-weight: 400;
    animation: wcsFadeLift 700ms cubic-bezier(0.16, 1, 0.3, 1) 440ms both;
}

.wcs-hero-focus {
    max-width: 43rem;
    margin: 1.75rem 0 1.35rem;
    animation: wcsFadeLift 680ms cubic-bezier(0.16, 1, 0.3, 1) 540ms both;
}

.wcs-meta-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem 0.65rem;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 0.9rem;
    padding: 0.72rem 1rem;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.82) 9%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.82) 91%, rgba(255, 255, 255, 0) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.68);
    border-bottom: 1px solid rgba(37, 76, 140, 0.1);
    border-radius: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.wcs-meta-card {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.wcs-meta-card:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.45rem;
    margin-left: 0.65rem;
    background: linear-gradient(180deg, transparent, rgba(37, 76, 140, 0.22), transparent);
}

.wcs-meta-card i {
    color: var(--wcs-blue);
    font-size: 1rem;
}

.wcs-meta-label {
    display: block;
    margin: 0;
    color: var(--wcs-muted);
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.wcs-meta-value {
    display: block;
    color: var(--wcs-blue);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.15;
}

.wcs-participation-cta {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-width: min(100%, 22rem);
    padding: 0.95rem 1.25rem 0.95rem 1.5rem;
    color: var(--wcs-white);
    background: linear-gradient(135deg, var(--wcs-blue), var(--wcs-blue-deep));
    border: 2px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    box-shadow:
        0 0.55rem 1.55rem rgba(37, 76, 140, 0.28),
        0 0 0 0 rgba(37, 76, 140, 0.34);
    text-decoration: none;
    overflow: hidden;
    animation: wcsCtaPulse 1850ms ease-in-out 1200ms infinite;
}

.wcs-participation-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(105deg, transparent 0 26%, rgba(255, 255, 255, 0.32) 42%, transparent 58% 100%);
    transform: translateX(-120%);
    transition: transform 0.65s ease;
}

.wcs-participation-cta:hover,
.wcs-participation-cta:focus-visible {
    color: var(--wcs-white);
    transform: translateY(-2px);
}

.wcs-participation-cta:hover::before,
.wcs-participation-cta:focus-visible::before {
    transform: translateX(120%);
}

.wcs-participation-cta.is-clicked {
    animation: wcsCtaPulse 520ms ease-out 0s 1;
}

.wcs-participation-label {
    font-size: clamp(1.05rem, 2.1vw, 1.28rem);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.wcs-participation-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.1rem;
    padding: 0.38rem 0.72rem;
    color: var(--wcs-blue);
    background: var(--wcs-white);
    border-radius: 999px;
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    font-weight: 700;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(37, 76, 140, 0.1);
}

.wcs-participation-count.is-ticking {
    animation: wcsCountPop 220ms ease-out;
}

.wcs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    animation: wcsFadeLift 680ms cubic-bezier(0.16, 1, 0.3, 1) 850ms both;
}

.wcs-btn-primary,
.wcs-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.wcs-btn-secondary {
    color: var(--wcs-blue);
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(37, 76, 140, 0.18);
}

.wcs-btn-secondary:hover {
    color: var(--wcs-blue-deep);
    background: var(--wcs-white);
    border-color: rgba(37, 76, 140, 0.34);
}

.wcs-hero-visual {
    position: relative;
    max-width: 34rem;
    margin: 0 auto;
}

.wcs-cat-illustration {
    display: block;
    width: min(100%, 34rem);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 1.4rem 2rem rgba(18, 52, 111, 0.2));
    animation: wcsFadeLift 820ms cubic-bezier(0.16, 1, 0.3, 1) 680ms both;
}

.wcs-section {
    position: relative;
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.wcs-section--white {
    background: var(--wcs-white);
}

.wcs-section--blue {
    background:
        radial-gradient(circle at top right, rgba(133, 203, 235, 0.38), transparent 28rem),
        linear-gradient(135deg, var(--wcs-blue-ink), var(--wcs-blue));
}

.wcs-section--soft {
    background: var(--wcs-sky-pale);
}

.wcs-section--generator {
    background:
        radial-gradient(circle at 12% 0%, rgba(133, 203, 235, 0.34), transparent 22rem),
        linear-gradient(180deg, var(--wcs-white) 0%, var(--wcs-sky-pale) 100%);
}

.wcs-section--gallery {
    background: var(--wcs-sky-pale);
}

.wcs-section--location {
    background:
        radial-gradient(circle at 8% 14%, rgba(133, 203, 235, 0.28), transparent 24rem),
        linear-gradient(180deg, var(--wcs-white) 0%, #eefaff 100%);
}

.wcs-section-kicker {
    margin-bottom: 0.45rem;
    color: var(--wcs-red);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-align: center;
    text-transform: uppercase;
}

.wcs-section-title {
    margin-bottom: 1rem;
    color: var(--wcs-blue);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.035em;
}

.wcs-section--blue .wcs-section-title,
.wcs-section--blue .wcs-section-kicker,
.wcs-section--blue .wcs-section-lead {
    color: var(--wcs-white);
}

.wcs-section-lead {
    max-width: 48rem;
    margin: 0 auto 2.5rem;
    color: var(--wcs-muted);
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.wcs-generator-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 38rem;
    margin: 0 auto;
    padding: clamp(0.75rem, 2vw, 1.15rem);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.46)),
        rgba(133, 203, 235, 0.18);
    border: 1px solid rgba(37, 76, 140, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 1rem 3rem rgba(37, 76, 140, 0.14);
}

.wcs-generator-frame {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 46rem;
    background: #f0f4f8;
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
}

.wcs-gallery {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.wcs-gallery-viewport {
    overflow: hidden;
    padding: 0.5rem;
    min-width: 0;
}

.wcs-gallery-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(13rem, 18rem);
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0.5rem 0.2rem 1rem;
}

.wcs-gallery-track::-webkit-scrollbar {
    display: none;
}

.wcs-gallery-item {
    display: block;
    scroll-snap-align: start;
    background: var(--wcs-white);
    border: 1px solid rgba(37, 76, 140, 0.12);
    border-radius: 1.15rem;
    box-shadow: 0 0.75rem 2rem rgba(37, 76, 140, 0.1);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wcs-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(37, 76, 140, 0.16);
}

.wcs-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.wcs-gallery-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    color: var(--wcs-blue);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(37, 76, 140, 0.14);
    border-radius: 50%;
    box-shadow: 0 0.5rem 1.25rem rgba(37, 76, 140, 0.12);
}

.wcs-gallery-nav:hover {
    color: var(--wcs-white);
    background: var(--wcs-blue);
}

.wcs-gallery-empty {
    width: min(100%, 34rem);
    margin: 0 auto;
    padding: 1.4rem;
    color: var(--wcs-muted);
    background: rgba(255, 255, 255, 0.78);
    border: 1px dashed rgba(37, 76, 140, 0.22);
    border-radius: 1rem;
    text-align: center;
    font-weight: 400;
    white-space: normal;
}

.wcs-location-art {
    position: relative;
    padding: clamp(1rem, 3vw, 2rem);
}

.wcs-location-art::before {
    content: "";
    position: absolute;
    inset: 15% 3% 4%;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(37, 76, 140, 0.16), transparent 68%);
    filter: blur(8px);
}

.wcs-location-art img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 1.25rem 2rem rgba(18, 52, 111, 0.16));
}

.wcs-location-lead {
    color: var(--wcs-muted);
    font-size: clamp(1rem, 1.6vw, 1.13rem);
    font-weight: 400;
    line-height: 1.65;
}

.wcs-location-lead strong {
    color: var(--wcs-blue);
}

.wcs-location-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.5rem;
}

.wcs-location-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.8rem;
    color: var(--wcs-blue);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(37, 76, 140, 0.12);
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: 0 0.35rem 1rem rgba(37, 76, 140, 0.07);
}

.wcs-location-points i {
    color: #4a8dcb;
}

.wcs-section--team {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(133, 203, 235, 0.36), transparent 24rem),
        radial-gradient(circle at 92% 8%, rgba(37, 76, 140, 0.12), transparent 22rem),
        linear-gradient(180deg, var(--wcs-white) 0%, var(--wcs-sky-pale) 100%);
}

.wcs-team-heading {
    max-width: 54rem;
    margin: 0 auto 2.7rem;
    text-align: center;
}

.wcs-team-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    height: 100%;
    padding: clamp(1rem, 2.2vw, 1.25rem);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(37, 76, 140, 0.12);
    border-radius: 1.15rem;
    box-shadow: 0 0.45rem 1.25rem rgba(37, 76, 140, 0.06);
}

.wcs-team-card::before {
    content: "";
    position: absolute;
    top: 1.15rem;
    bottom: 1.15rem;
    left: 0;
    width: 0.28rem;
    background: linear-gradient(180deg, var(--wcs-sky), var(--wcs-blue));
    border-radius: 0 999px 999px 0;
    opacity: 0.46;
}

.wcs-team-card--lead {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(37, 76, 140, 0.16);
    box-shadow: 0 0.55rem 1.45rem rgba(37, 76, 140, 0.08);
}

.wcs-team-photo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    color: var(--wcs-white);
    background:
        linear-gradient(135deg, rgba(37, 76, 140, 0.72), rgba(133, 203, 235, 0.86)),
        var(--wcs-blue);
    border: 1px solid rgba(37, 76, 140, 0.1);
    border-radius: 50%;
    box-shadow: none;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    overflow: hidden;
}

.wcs-team-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.wcs-team-content {
    min-width: 0;
}

.wcs-team-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.38rem;
    padding: 0.22rem 0;
    color: var(--wcs-blue);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wcs-team-content h3 {
    margin-bottom: 0.35rem;
    color: var(--wcs-blue);
    font-size: clamp(1.22rem, 2.2vw, 1.52rem);
    letter-spacing: -0.025em;
}

.wcs-team-content p {
    margin-bottom: 0.75rem;
    color: var(--wcs-muted);
    line-height: 1.5;
    font-weight: 400;
}

.wcs-team-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.8rem;
}

.wcs-team-contact a,
.wcs-team-contact span {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    min-width: 0;
    padding: 0;
    color: var(--wcs-blue);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.wcs-team-contact a:hover {
    color: var(--wcs-blue-deep);
    text-decoration: underline;
}

.wcs-team-contact i {
    color: #4a8dcb;
}

.wcs-team-contact a:hover i {
    color: var(--wcs-blue);
}

.wcs-team-note {
    max-width: 40rem;
    margin: 2rem auto 0;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(37, 76, 140, 0.1);
    color: var(--wcs-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
}

.wcs-feature-card,
.wcs-judge-card,
.wcs-ring-card,
.wcs-info-card {
    height: 100%;
    padding: 1.35rem;
    background: var(--wcs-white);
    border: 1px solid rgba(37, 76, 140, 0.12);
    border-radius: var(--wcs-radius);
    box-shadow: 0 0.6rem 2rem rgba(37, 76, 140, 0.08);
}

.wcs-feature-card i,
.wcs-info-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    color: var(--wcs-white);
    background: var(--wcs-blue);
    border-radius: 1rem;
    font-size: 1.3rem;
}

.wcs-feature-card h3,
.wcs-info-card h3 {
    color: var(--wcs-blue);
    font-size: 1.35rem;
}

.wcs-feature-card p,
.wcs-info-card p {
    color: var(--wcs-muted);
    font-weight: 400;
}

.wcs-judge-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wcs-judge-avatar {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.28rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(133, 203, 235, 0.36));
    border: 1px solid rgba(37, 76, 140, 0.14);
    border-radius: 50%;
    box-shadow: 0 0.35rem 1rem rgba(37, 76, 140, 0.12);
    overflow: hidden;
}

.wcs-judge-avatar .fi {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1px rgba(8, 40, 94, 0.08);
}

.wcs-judge-name {
    display: block;
    color: var(--wcs-blue);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
}

.wcs-judge-meta {
    display: block;
    color: var(--wcs-muted);
    font-size: 0.95rem;
}

.wcs-ring-card {
    color: var(--wcs-white);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
        var(--wcs-blue-deep);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 0.75rem 2.3rem rgba(8, 40, 94, 0.24);
}

.wcs-ring-card h3 {
    color: var(--wcs-white);
    font-size: 1.45rem;
}

.wcs-ring-card p {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 400;
}

.wcs-ring-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wcs-ring-list li {
    padding: 0.45rem 0.75rem;
    color: var(--wcs-blue);
    background: var(--wcs-white);
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
}

.wcs-note {
    padding: clamp(1.4rem, 4vw, 2rem);
    background: linear-gradient(135deg, rgba(133, 203, 235, 0.24), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(37, 76, 140, 0.12);
    border-radius: var(--wcs-radius);
}

.wcs-note h3 {
    color: var(--wcs-blue);
}

.wcs-note p,
.wcs-note li {
    color: var(--wcs-muted);
    font-weight: 400;
}

.wcs-contact-link {
    color: var(--wcs-blue);
    font-weight: 700;
}

.wcs-practical-info {
    display: grid;
    gap: 1rem;
    max-width: 52rem;
    margin: 0 auto;
}

.wcs-practical-block {
    padding: clamp(1.1rem, 2.5vw, 1.45rem) clamp(1.15rem, 2.8vw, 1.6rem);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(37, 76, 140, 0.1);
    border-radius: 1.15rem;
    box-shadow: 0 0.35rem 1.1rem rgba(37, 76, 140, 0.05);
}

.wcs-practical-block h3 {
    margin-bottom: 0.55rem;
    color: var(--wcs-blue);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.wcs-practical-block p {
    margin: 0;
    color: var(--wcs-muted);
    line-height: 1.6;
    font-weight: 400;
}

.wcs-practical-block p + p {
    margin-top: 0.75rem;
}

.wcs-practical-payments {
    line-height: 1.7;
}

.wcs-pricing-shell {
    max-width: 44rem;
    margin: 0 auto;
    padding: 0.35rem;
    background: linear-gradient(135deg, rgba(133, 203, 235, 0.45), rgba(37, 76, 140, 0.12));
    border-radius: calc(var(--wcs-radius) + 0.15rem);
    box-shadow: var(--wcs-shadow);
}

.wcs-pricing-grid {
    display: grid;
    gap: clamp(1.5rem, 3vw, 2rem);
    max-width: 58rem;
    margin: 0 auto;
    align-items: stretch;
}

@media (min-width: 992px) {
    .wcs-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.wcs-pricing-block {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

.wcs-pricing-block-header {
    flex: 0 0 auto;
    margin-bottom: 0.85rem;
}

.wcs-pricing-heading {
    margin-bottom: 0.45rem;
    color: var(--wcs-blue);
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
}

.wcs-pricing-heading::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3px;
    margin: 0.45rem auto 0;
    border-radius: 999px;
}

.wcs-pricing-block--member .wcs-pricing-heading::after {
    background: linear-gradient(90deg, var(--wcs-red), #ff5c87);
}

.wcs-pricing-block:not(.wcs-pricing-block--member) .wcs-pricing-heading::after {
    visibility: hidden;
}

.wcs-pricing-note {
    margin: 0;
    color: var(--wcs-muted);
    font-size: 0.92rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.45;
    min-height: calc(0.92rem * 1.45);
}

.wcs-pricing-note--spacer {
    visibility: hidden;
    user-select: none;
}

.wcs-pricing-shell--member {
    background: linear-gradient(135deg, rgba(223, 23, 74, 0.14), rgba(133, 203, 235, 0.42));
}

.wcs-pricing-grid .wcs-pricing-shell {
    flex: 1 1 auto;
    max-width: none;
    display: flex;
    flex-direction: column;
}

.wcs-pricing-grid .wcs-pricing-shell .table-responsive {
    flex: 1 1 auto;
}

.wcs-pricing-table {
    width: 100%;
    height: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wcs-white);
    border-radius: var(--wcs-radius);
    overflow: hidden;
}

.wcs-pricing-table thead th {
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, var(--wcs-blue-deep), var(--wcs-blue));
    color: var(--wcs-white);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    border: none;
}

.wcs-pricing-table thead th:first-child {
    text-align: left;
    width: 48%;
}

.wcs-pricing-table thead th:not(:first-child) {
    width: 26%;
}

.wcs-pricing-table tbody th,
.wcs-pricing-table tbody td {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid rgba(37, 76, 140, 0.1);
    vertical-align: middle;
    height: 4.35rem;
}

.wcs-pricing-table tbody tr:last-child th,
.wcs-pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.wcs-pricing-table tbody tr:nth-child(even) {
    background: rgba(133, 203, 235, 0.08);
}

.wcs-pricing-table tbody th {
    color: var(--wcs-blue);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

.wcs-pricing-table tbody th small {
    display: block;
    margin-top: 0.15rem;
    color: var(--wcs-muted);
    font-size: 0.86rem;
    font-weight: 400;
}

.wcs-pricing-table tbody td {
    text-align: center;
}

.wcs-pricing-amount {
    display: inline-block;
    color: var(--wcs-blue-deep);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.wcs-pricing-amount--member {
    color: var(--wcs-red);
}

.wcs-pricing-amount--free {
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.wcs-pricing-was {
    display: block;
    margin-top: 0.15rem;
    color: var(--wcs-muted);
    font-size: 0.82rem;
    font-weight: 400;
    text-decoration: line-through;
    opacity: 0.85;
    min-height: calc(0.82rem * 1.35);
}

.wcs-pricing-was--spacer {
    visibility: hidden;
    text-decoration: none;
    opacity: 0;
    user-select: none;
}

.wcs-pricing-row--discount {
    background: rgba(223, 23, 74, 0.06) !important;
}

@media (max-width: 575px) {
    .wcs-pricing-table thead th,
    .wcs-pricing-table tbody th,
    .wcs-pricing-table tbody td {
        padding: 0.85rem 0.75rem;
        height: 4.1rem;
    }

    .wcs-pricing-table thead th {
        font-size: 0.78rem;
    }

    .wcs-pricing-table tbody th {
        font-size: 0.92rem;
    }

    .wcs-pricing-amount {
        font-size: 1rem;
    }
}

.wcs-section--why .wcs-section-title {
    margin-bottom: 1.5rem;
}

.wcs-why-item {
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(37, 76, 140, 0.1);
}

.wcs-why-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.wcs-why-item h3 {
    margin-bottom: 0.45rem;
    color: var(--wcs-blue);
    font-size: clamp(1.1rem, 2vw, 1.28rem);
}

.wcs-why-item p {
    margin: 0;
    color: var(--wcs-muted);
    line-height: 1.65;
    font-weight: 400;
}

@media (max-width: 991px) {
    .wcs-hero {
        padding-top: 6.5rem;
    }

    .wcs-hero::after {
        --wcs-ribbon-opacity: 0.5;
        top: 5rem;
        left: 0;
        width: 25rem;
    }

    .wcs-hero h1,
    .wcs-lead {
        max-width: none;
        text-align: center;
    }

    .wcs-hero h1 {
        --wcs-title-bubble-x: 48%;
        max-width: min(100%, 12ch);
        margin-left: auto;
        margin-right: auto;
    }

    .wcs-kicker,
    .wcs-hero-actions {
        justify-content: center;
    }

    .wcs-hero-focus {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .wcs-meta-grid {
        justify-content: center;
    }

    .wcs-hero-visual {
        margin-top: 2.5rem;
    }
}

@media (max-width: 575px) {
    .wcs-section {
        overflow-x: clip;
    }

    .wcs-section .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wcs-hero h1 {
        --wcs-title-bubble-x: 51%;
    }

    .wcs-meta-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.7rem;
        justify-content: stretch;
        width: 100%;
        padding: 0.85rem;
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid rgba(37, 76, 140, 0.1);
        border-radius: 0.85rem;
    }

    .wcs-meta-card {
        align-items: flex-start;
        gap: 0.45rem;
        min-width: 0;
        padding: 0;
        text-align: left;
    }

    .wcs-meta-card:not(:last-child)::after {
        display: none;
    }

    .wcs-meta-card i {
        margin-top: 0.1rem;
    }

    .wcs-meta-label {
        font-size: 0.62rem;
    }

    .wcs-meta-value {
        font-size: 0.86rem;
        line-height: 1.18;
    }

    .wcs-hero-actions {
        align-items: center;
        flex-direction: row;
        justify-content: center;
        gap: 0.45rem 0.6rem;
        width: 100%;
    }

    .wcs-hero-actions .wcs-btn-primary,
    .wcs-hero-actions .wcs-btn-secondary {
        padding: 0.48rem 0.78rem;
        color: var(--wcs-blue);
        background: rgba(255, 255, 255, 0.64);
        border: 1px solid rgba(37, 76, 140, 0.18);
        border-radius: 999px;
        box-shadow: 0 0.25rem 0.9rem rgba(37, 76, 140, 0.08);
        font-size: 0.92rem;
        text-decoration: none;
    }

    .wcs-hero-actions .wcs-btn-primary:hover,
    .wcs-hero-actions .wcs-btn-secondary:hover {
        color: var(--wcs-blue-deep);
        background: rgba(255, 255, 255, 0.9);
        border-color: rgba(37, 76, 140, 0.28);
    }

    .wcs-participation-cta {
        min-width: 0;
        width: 100%;
    }

    .wcs-generator-shell {
        margin-left: 0;
        margin-right: 0;
        padding: 0.6rem;
        border-radius: 1rem;
    }

    .wcs-generator-frame {
        border-radius: 0.8rem;
    }

    .wcs-gallery {
        grid-template-columns: 1fr;
    }

    .wcs-gallery-nav {
        display: none;
    }

    .wcs-gallery-track {
        grid-auto-columns: minmax(13rem, 78vw);
    }

    .wcs-team-card {
        flex-direction: row;
        gap: 0.8rem;
        padding: 0.9rem;
    }

    .wcs-team-card::before {
        top: 0.9rem;
        right: auto;
        bottom: 0.9rem;
        left: 0;
        width: 0.22rem;
        height: auto;
        border-radius: 0 999px 999px 0;
    }

    .wcs-team-photo {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 0.75rem;
    }

    .wcs-team-note {
        margin-top: 1.35rem;
        padding-top: 1rem;
        font-size: 0.84rem;
    }

    .wcs-team-contact {
        flex-direction: row;
        gap: 0.25rem 0.55rem;
    }

    .wcs-team-contact a,
    .wcs-team-contact span {
        width: auto;
        justify-content: flex-start;
        text-align: left;
        font-size: 0.82rem;
    }

    .wcs-team-heading {
        margin-bottom: 1.5rem;
    }

    .wcs-section--team {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .wcs-team-content h3 {
        margin-bottom: 0.2rem;
        font-size: 1.12rem;
    }

    .wcs-team-label {
        margin-bottom: 0.18rem;
        font-size: 0.64rem;
        letter-spacing: 0.06em;
    }

    .wcs-team-content p {
        margin-bottom: 0.45rem;
        font-size: 0.9rem;
        line-height: 1.38;
    }

    .wcs-hero::after {
        --wcs-ribbon-opacity: 0.42;
        top: 5.5rem;
        left: 0;
        width: 19rem;
    }

    .wcs-judge-card {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .world-show-body {
        scroll-behavior: auto;
    }

    .wcs-hero::after,
    .wcs-kicker,
    .wcs-hero h1,
    .wcs-lead,
    .wcs-hero-focus,
    .wcs-meta-card,
    .wcs-participation-cta,
    .wcs-participation-count,
    .wcs-hero-actions,
    .wcs-cat-illustration {
        animation: none;
    }
}
