.theme-okyanus .v2-header {
    position: relative;
    isolation: isolate;
    padding: 27px 16px 24px;
    overflow: hidden;
    border-bottom: 1px solid rgba(68, 226, 239, .32);
    background:
        linear-gradient(90deg, rgba(0, 92, 191, .18), transparent 27%, transparent 73%, rgba(0, 240, 255, .12)),
        radial-gradient(ellipse at 50% 0%, rgba(126, 241, 255, .12), transparent 58%),
        linear-gradient(180deg, #0b1724 0%, #030a12 100%);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .42);
    text-align: center;
}

.theme-okyanus .v2-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        repeating-linear-gradient(90deg, rgba(201, 251, 255, .035) 0 1px, transparent 1px 82px),
        repeating-linear-gradient(0deg, rgba(201, 251, 255, .022) 0 1px, transparent 1px 38px);
}

.theme-okyanus .v2-header::after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    width: min(520px, 72%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(0, 92, 191, .72), rgba(126, 241, 255, .92), rgba(0, 92, 191, .72), transparent);
    box-shadow: 0 0 18px rgba(0, 240, 255, .22);
}

.theme-okyanus .v2-logo-text {
    position: relative;
    display: inline-block;
    max-width: min(720px, 92%);
    margin: 0 auto;
    padding: 0 18px;
    overflow-wrap: anywhere;
    color: #9cecf5;
    background: linear-gradient(180deg, #effdff 0%, #9cecf5 42%, #35a7bd 72%, #15566d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .45px rgba(1, 8, 14, .86);
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .9)) drop-shadow(0 0 13px rgba(0, 240, 255, .16));
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    text-align: center;
    text-transform: uppercase;
}

.theme-okyanus .v2-logo-text::after {
    content: "";
    display: block;
    width: min(300px, 68%);
    height: 1px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, transparent, rgba(0, 92, 191, .54), rgba(126, 241, 255, .7), rgba(0, 92, 191, .54), transparent);
}

.theme-okyanus .v2-cta-btn.okyanus-cta {
    position: relative;
    isolation: isolate;
    display: flex;
    width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-sizing: border-box;
    margin: 14px 0 16px;
    padding: 11px 20px;
    overflow: hidden;
    border: 1px solid rgba(68, 226, 239, .62);
    border-radius: 10px;
    color: #c9fbff;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 240, 255, .16), transparent 45%),
        linear-gradient(135deg, #06131f 0%, #02070d 48%, #09202c 100%);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, .48),
        0 0 0 1px rgba(201, 251, 255, .08) inset,
        0 0 28px rgba(0, 240, 255, .14);
    text-decoration: none;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.theme-okyanus .v2-cta-btn.okyanus-cta::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: 0;
    background: linear-gradient(105deg, transparent 0 36%, rgba(201, 251, 255, .36) 47%, transparent 58% 100%);
    transform: translateX(-118%);
    animation: okyanus-cta-glint 5.2s ease-in-out infinite;
}

.theme-okyanus .v2-cta-btn.okyanus-cta::after {
    content: "";
    position: absolute;
    inset: 7px 9px;
    z-index: 1;
    border: 1px solid rgba(68, 226, 239, .2);
    border-radius: 6px;
    pointer-events: none;
}

.theme-okyanus .v2-cta-btn.okyanus-cta:hover,
.theme-okyanus .v2-cta-btn.okyanus-cta:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(126, 241, 255, .92);
    box-shadow:
        0 22px 46px rgba(0, 0, 0, .56),
        0 0 0 1px rgba(201, 251, 255, .14) inset,
        0 0 42px rgba(0, 240, 255, .28);
}

.theme-okyanus .okyanus-cta-glyph,
.theme-okyanus .okyanus-cta-label {
    position: relative;
    z-index: 2;
}

.theme-okyanus .okyanus-cta-glyph {
    display: inline-grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: #7ef1ff;
}

.theme-okyanus .okyanus-eye-svg {
    width: 39px;
    height: 36px;
    filter: drop-shadow(0 0 8px rgba(0, 240, 255, .34));
    transition: filter .3s ease, transform .3s ease;
}

.theme-okyanus .okyanus-cta-label {
    min-width: 0;
    color: #e9feff;
    font-family: "Outfit", sans-serif;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 1px 0 #000, 0 0 16px rgba(0, 240, 255, .28);
}

.theme-okyanus .okyanus-cta:hover .okyanus-eye-svg,
.theme-okyanus .okyanus-cta:focus-visible .okyanus-eye-svg {
    transform: translateY(-1px) scale(1.04);
    filter: drop-shadow(0 0 12px rgba(126, 241, 255, .58));
}

.theme-okyanus .v2-warning.okyanus-warning {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 48px;
    align-items: center;
    box-sizing: border-box;
    margin: 0 0 16px;
    padding: 12px 15px;
    overflow: hidden;
    border: 1px solid rgba(224, 247, 252, .16);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, rgba(3, 9, 16, .98), rgba(8, 23, 34, .96));
    box-shadow: 0 16px 34px rgba(0, 0, 0, .4);
    font-size: .88rem;
    font-weight: 800;
    animation: okyanus-siren-border 1.4s ease-in-out infinite;
}

.theme-okyanus .okyanus-siren-red,
.theme-okyanus .okyanus-siren-blue {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40%;
    height: 100%;
    pointer-events: none;
}

.theme-okyanus .okyanus-siren-red {
    background: linear-gradient(90deg, transparent, rgba(255, 30, 62, .3) 50%, transparent);
    animation: okyanus-sweep-lr 2s linear infinite;
}

.theme-okyanus .okyanus-siren-blue {
    background: linear-gradient(90deg, transparent, rgba(40, 120, 255, .32) 50%, transparent);
    animation: okyanus-sweep-rl 2s linear infinite;
}

.theme-okyanus .okyanus-warning-content {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    line-height: 1.35;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .84), 0 0 14px rgba(255, 255, 255, .16);
}

.theme-okyanus .okyanus-warning-content i {
    flex: 0 0 auto;
    color: #e9feff;
    filter: drop-shadow(0 0 8px rgba(255, 36, 66, .72));
    animation: okyanus-warning-pulse 1.15s ease-in-out infinite;
}

.theme-okyanus .v2-tier-title {
    --okyanus-tier-color: #7ef1ff;
    display: grid;
    grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr);
    align-items: center;
    gap: 12px;
    margin: 18px 0 12px;
    color: var(--okyanus-tier-color);
    font-family: "Outfit", sans-serif;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 13px rgba(0, 240, 255, .34);
}

.theme-okyanus .v2-tier-title::before,
.theme-okyanus .v2-tier-title::after {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--okyanus-tier-color));
    opacity: .56;
}

.theme-okyanus .v2-tier-title::after {
    background: linear-gradient(90deg, var(--okyanus-tier-color), transparent);
}

.theme-okyanus .v2-tier-section[data-tier="gold_profiles"] .v2-tier-title {
    --okyanus-tier-color: #ffb11b;
    text-shadow: 0 0 13px rgba(255, 177, 27, .34);
}

.theme-okyanus .v2-tier-section[data-tier="silver_profiles"] .v2-tier-title {
    --okyanus-tier-color: #d4e2ee;
    text-shadow: 0 0 13px rgba(212, 226, 238, .28);
}

.theme-okyanus .v2-inline-insert {
    margin: 10px 0 18px;
}

.theme-okyanus .v2-inline-banner {
    border-color: rgba(68, 226, 239, .42);
    border-radius: 10px;
    background: #06131f;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .46), 0 0 24px rgba(0, 240, 255, .1);
}

.theme-okyanus .v2-inline-banner img {
    max-height: 190px;
}

@keyframes okyanus-cta-glint {
    0%, 60% { transform: translateX(-118%); opacity: 0; }
    70% { opacity: .76; }
    84%, 100% { transform: translateX(118%); opacity: 0; }
}

@keyframes okyanus-siren-border {
    0%, 100% { box-shadow: 0 0 0 2px rgba(255, 30, 62, .82), 0 0 15px rgba(255, 30, 62, .46), 0 16px 34px rgba(0, 0, 0, .4); }
    50% { box-shadow: 0 0 0 2px rgba(40, 120, 255, .84), 0 0 18px rgba(40, 120, 255, .5), 0 16px 34px rgba(0, 0, 0, .4); }
}

@keyframes okyanus-sweep-lr {
    from { transform: translateX(-200%); }
    to { transform: translateX(400%); }
}

@keyframes okyanus-sweep-rl {
    from { transform: translateX(400%); }
    to { transform: translateX(-200%); }
}

@keyframes okyanus-warning-pulse {
    0%, 100% { transform: scale(1); opacity: .88; }
    50% { transform: scale(1.08); opacity: 1; }
}

@media (max-width: 560px) {
    .theme-okyanus .v2-header {
        padding: 22px 12px 20px;
    }

    .theme-okyanus .v2-logo-text {
        max-width: 90%;
        padding: 0 10px;
        font-size: 1.55rem;
        font-weight: 800;
    }

    .theme-okyanus .v2-logo-text::after {
        width: min(240px, 74%);
        margin-top: 8px;
    }

    .theme-okyanus .v2-cta-btn.okyanus-cta {
        min-height: 58px;
        gap: 8px;
        margin: 12px 0 14px;
        padding: 9px 11px;
    }

    .theme-okyanus .okyanus-cta-glyph {
        width: 34px;
        height: 36px;
        flex-basis: 34px;
    }

    .theme-okyanus .okyanus-eye-svg {
        width: 33px;
        height: 31px;
    }

    .theme-okyanus .okyanus-cta-label {
        font-size: .94rem;
    }

    .theme-okyanus .v2-warning.okyanus-warning {
        min-height: 46px;
        padding: 10px 11px;
        border-radius: 10px;
        font-size: .82rem;
    }

    .theme-okyanus .v2-tier-title {
        gap: 9px;
        margin: 16px 0 10px;
        font-size: .82rem;
    }

    .theme-okyanus .v2-inline-banner img {
        max-height: 140px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .theme-okyanus .v2-cta-btn.okyanus-cta::before,
    .theme-okyanus .v2-warning.okyanus-warning,
    .theme-okyanus .okyanus-siren-red,
    .theme-okyanus .okyanus-siren-blue,
    .theme-okyanus .okyanus-warning-content i {
        animation: none;
    }
}
