/* 2026 UI polish for WoW tv. Loaded after the original template styles. */
:root {
    --wowtv-bg: #071313;
    --wowtv-bg-soft: #0b1f1d;
    --wowtv-surface: #ffffff;
    --wowtv-surface-soft: #f3faf8;
    --wowtv-line: rgba(10, 47, 43, 0.12);
    --wowtv-text: #10201f;
    --wowtv-muted: #5d706e;
    --wowtv-teal: #00c9b0;
    --wowtv-teal-dark: #008f80;
    --wowtv-teal-soft: #dffbf6;
    --wowtv-lime: #d7ff68;
    --wowtv-shadow: 0 24px 70px rgba(0, 44, 38, 0.16);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: var(--wowtv-muted);
    background: var(--wowtv-bg);
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.main {
    background: #fbfffe;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--wowtv-text);
    letter-spacing: -0.01em;
}

p {
    color: var(--wowtv-muted);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
    outline: 3px solid rgba(0, 201, 176, 0.35);
    outline-offset: 4px;
}

.navbar {
    padding: 18px 0;
}

.navbar-sticky {
    background: linear-gradient(180deg, rgba(4, 18, 18, 0.9), rgba(4, 18, 18, 0));
}

.navbar-sticky-on {
    background: rgba(251, 255, 254, 0.92);
    border-bottom: 1px solid var(--wowtv-line);
    box-shadow: 0 14px 40px rgba(0, 36, 32, 0.08);
    backdrop-filter: blur(18px);
}

.navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: var(--wowtv-text);
}

.navbar-brand-regular,
.navbar-brand-sticky {
    object-fit: contain;
}

.btn,
.btn:active {
    border-radius: 999px;
    background: linear-gradient(135deg, var(--wowtv-teal), var(--wowtv-lime)) !important;
    box-shadow: 0 14px 34px rgba(0, 201, 176, 0.26);
    color: #05201d !important;
    font-weight: 800;
    letter-spacing: 0.01em;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover,
.btn:focus {
    box-shadow: 0 18px 44px rgba(0, 201, 176, 0.34);
    transform: translateY(-2px);
}

.welcome-area {
    min-height: 860px;
    background:
        radial-gradient(circle at 82% 18%, rgba(0, 201, 176, 0.38), transparent 28%),
        radial-gradient(circle at 14% 28%, rgba(215, 255, 104, 0.16), transparent 24%),
        linear-gradient(135deg, #041212 0%, #08302b 54%, #00a893 100%) !important;
}

.welcome-area.bg-overlay::after {
    background:
        linear-gradient(90deg, rgba(3, 16, 16, 0.6), rgba(3, 16, 16, 0.06)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 108px) !important;
}

.welcome-intro {
    position: relative;
    z-index: 2;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #dffff9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.welcome-intro h1 {
    margin-top: 22px;
    font-size: clamp(56px, 8vw, 112px);
    line-height: 0.92;
    font-weight: 800;
}

.welcome-intro p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 18px;
    line-height: 1.75;
}

.hero-store-buttons {
    gap: 12px;
}

.store-buttons > a,
.store-buttons > img {
    margin-right: 0;
}

.store-buttons img {
    border-radius: 16px;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.24));
    transition: transform 0.25s ease, filter 0.25s ease;
}

.store-buttons a:hover img {
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.3));
    transform: translateY(-3px);
}

.hero-proof {
    gap: 10px;
}

.hero-proof span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 700;
}

.app-showcase {
    position: relative;
    max-width: 520px;
    padding: 22px;
}

.app-showcase::before {
    position: absolute;
    content: "";
    inset: 8% 2% 0 8%;
    border-radius: 44px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04));
    box-shadow: 0 44px 90px rgba(0, 0, 0, 0.32);
    transform: rotate(-5deg);
}

.app-showcase img {
    position: relative;
    border-radius: 34px;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
}

.shape-bottom {
    opacity: 0.96;
}

.counter-area {
    margin-top: -18px;
    padding-top: 34px;
    padding-bottom: 74px;
    z-index: 2;
}

.counter-area .container {
    border: 1px solid var(--wowtv-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--wowtv-shadow);
    backdrop-filter: blur(18px);
    padding-top: 22px;
    padding-bottom: 22px;
}

.single-counter span {
    font-size: 44px;
    font-weight: 800;
}

.single-counter h5 {
    color: var(--wowtv-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.section-heading {
    margin-bottom: 56px;
}

.section-heading > span {
    border: 1px solid var(--wowtv-line);
    background: #fff;
    color: var(--wowtv-muted);
}

.section-heading > h2 {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 800;
}

.section-heading > h2::after {
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: var(--wowtv-teal) !important;
}

.bg-gray {
    background:
        linear-gradient(180deg, #f2fbf8 0%, #ffffff 100%);
}

.features-area.style-two .image-box,
.single-review,
.single-price-plan {
    height: 100%;
    border: 1px solid var(--wowtv-line);
    border-radius: 20px;
    background: var(--wowtv-surface);
    box-shadow: 0 18px 44px rgba(3, 44, 39, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.features-area.style-two .image-box:hover,
.single-review:hover,
.single-price-plan:hover {
    border-color: rgba(0, 201, 176, 0.36);
    box-shadow: var(--wowtv-shadow);
    transform: translateY(-6px);
}

.featured-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 20px;
    background: var(--wowtv-teal-soft);
}

.featured-img img {
    filter: saturate(1.12);
}

.device-showcase {
    max-width: 1040px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid var(--wowtv-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--wowtv-shadow);
}

.device-showcase img {
    display: block;
    border-radius: 18px;
}

.screenshots-area {
    overflow: hidden;
}

.app-screenshots .single-screenshot img {
    border-radius: 28px;
    box-shadow: 0 26px 64px rgba(0, 44, 38, 0.18);
}

.review-area {
    background: #fbfffe;
}

.single-review .card-top,
.single-review .reviewer {
    background: transparent;
}

.single-review .reviewer {
    border-top: 1px solid var(--wowtv-line);
}

.review-icon svg,
.review-icon i {
    color: #ffb800 !important;
}

.price-plan-wrapper {
    align-items: stretch;
}

.single-price-plan {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 620px;
    padding-bottom: 42px !important;
}

.single-price-plan.plan-featured {
    border-color: rgba(0, 201, 176, 0.56);
    background:
        linear-gradient(180deg, rgba(0, 201, 176, 0.09), rgba(255, 255, 255, 0) 38%),
        #fff;
}

.plan-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #09201d;
    color: var(--wowtv-lime);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.plan-price h1 {
    font-weight: 800;
}

.plan-features li {
    color: var(--wowtv-muted);
}

.plan-button {
    position: static;
    left: auto;
    margin-top: auto;
    transform: none;
}

.plan-button .btn {
    min-width: 150px;
}

.team-area {
    background: #fff;
}

.team-thumb {
    box-shadow: 0 20px 54px rgba(0, 44, 38, 0.13);
}

.download-area {
    background:
        radial-gradient(circle at 25% 0%, rgba(0, 201, 176, 0.34), transparent 26%),
        linear-gradient(135deg, #041212 0%, #082b29 100%) !important;
}

.download-area.overlay-dark::after {
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 96px);
    opacity: 1;
}

.download-text h2 {
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 800;
}

.height-emulator {
    display: none !important;
    height: 0;
}

.footer-fixed {
    position: relative !important;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1 !important;
}

.footer-area,
.footer-top,
.footer-bottom {
    background: #041212;
}

.footer-area p,
.footer-area a,
.footer-area li,
.footer-area .copyright-area {
    color: rgba(255, 255, 255, 0.68);
}

.footer-title {
    color: #fff;
}

.footer-area a:hover {
    color: var(--wowtv-teal);
}

.footer-area a {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .welcome-area,
    .inner .welcome-area {
        min-height: 780px;
    }

    .navbar-inner {
        background: #fbfffe;
    }

    .navbar.navbar-dark .nav-link {
        color: var(--wowtv-text);
    }
}

@media (max-width: 767px) {
    .welcome-area,
    .homepage-5 .welcome-area {
        min-height: 0;
        padding: 118px 0 76px;
    }

    .welcome-intro p {
        font-size: 16px;
        line-height: 1.65;
    }

    .hero-store-buttons {
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
    }

    .hero-store-buttons > a,
    .hero-store-buttons > img {
        flex: 0 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .store-buttons img {
        width: 100%;
        max-width: 150px;
    }

    .hero-proof span {
        flex: 0 1 calc(50% - 5px);
        text-align: center;
    }

    .app-showcase {
        max-width: 310px;
        margin-top: 24px;
        padding: 12px;
    }

    .counter-area {
        margin-top: 0;
        padding-top: 34px;
        padding-bottom: 54px;
    }

    .counter-area .container {
        border-radius: 0;
        box-shadow: none;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .single-counter span {
        font-size: 32px;
    }

    .features-area.style-two .image-box,
    .single-review,
    .single-price-plan {
        border-radius: 16px;
    }

    .single-price-plan {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .hero-eyebrow {
        font-size: 10px;
    }

    .welcome-intro h1 {
        font-size: 54px;
    }

    .store-buttons img {
        max-width: 145px;
    }

    .hero-proof span {
        font-size: 11px;
    }
}
