.smartiptv-page {
    background: #071016;
    color: #f4fbff;
    font-family: "Inter", "Arial", sans-serif;
    overflow-x: hidden;
}

.smartiptv-page #wrapper,
.smartiptv-page main,
.smartiptv-page section {
    max-width: 100vw;
    overflow-x: hidden;
}

.smartiptv-page *,
.smartiptv-page *::before,
.smartiptv-page *::after {
    box-sizing: border-box;
}

.smartiptv-page a {
    color: inherit;
}

.iptv-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.iptv-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(7, 16, 22, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.iptv-nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.iptv-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.iptv-brand:hover,
.iptv-menu a:hover,
.iptv-footer a:hover {
    color: #57f2c3;
}

.iptv-brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #57f2c3, #23a6f0);
    color: #061014;
    font-weight: 900;
}

.iptv-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #b8c8d4;
    font-size: 15px;
    font-weight: 700;
}

.iptv-nav-cta,
.iptv-button,
.iptv-plan a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.iptv-nav-cta,
.iptv-button-primary,
.iptv-plan a {
    background: #57f2c3;
    color: #061014;
}

.iptv-nav-cta:hover,
.iptv-button-primary:hover,
.iptv-plan a:hover {
    color: #061014;
    background: #ffffff;
    transform: translateY(-2px);
}

.iptv-menu-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.iptv-menu-button {
    display: none;
}

.iptv-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 82px);
    padding: 92px 0 64px;
    background:
        radial-gradient(circle at 80% 20%, rgba(35, 166, 240, 0.32), transparent 32%),
        radial-gradient(circle at 15% 15%, rgba(87, 242, 195, 0.18), transparent 28%),
        linear-gradient(135deg, #071016 0%, #0c1d27 52%, #051116 100%);
}

.iptv-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 160px;
    background: linear-gradient(180deg, rgba(7, 16, 22, 0), #071016);
}

.iptv-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    align-items: center;
    gap: 70px;
}

.iptv-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    color: #57f2c3;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.iptv-hero h1,
.iptv-section h2,
.iptv-cta h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0;
}

.iptv-hero h1 {
    max-width: 760px;
    font-size: clamp(44px, 6vw, 84px);
    line-height: 0.98;
}

.iptv-hero h1 span {
    display: block;
}

.iptv-lead {
    max-width: 660px;
    margin-top: 26px;
    color: #c7d5df;
    font-size: 20px;
    line-height: 1.65;
}

.iptv-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.iptv-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.iptv-button-secondary:hover {
    border-color: #57f2c3;
    color: #57f2c3;
    transform: translateY(-2px);
}

.iptv-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.iptv-trust-row span {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #dce8ef;
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    font-weight: 700;
}

.iptv-hero-visual {
    position: relative;
    min-height: 520px;
}

.iptv-tv-frame {
    position: absolute;
    inset: 42px 0 auto auto;
    width: min(100%, 560px);
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.46);
}

.iptv-player-top {
    display: flex;
    gap: 8px;
    padding: 2px 0 14px;
}

.iptv-player-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #57f2c3;
}

.iptv-player-top span:nth-child(2) {
    background: #23a6f0;
}

.iptv-player-top span:nth-child(3) {
    background: #f6d365;
}

.iptv-player-screen {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 12px;
    background:
        linear-gradient(90deg, rgba(5, 12, 17, 0.94) 0 30%, rgba(5, 12, 17, 0.18) 30%),
        linear-gradient(135deg, rgba(87, 242, 195, 0.85), rgba(35, 166, 240, 0.9)),
        url("../images/backgroup-section/bg-4.jpg") center / cover;
}

.iptv-live-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #ff3d5a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.iptv-channel-list {
    position: absolute;
    left: 22px;
    top: 72px;
    display: grid;
    gap: 12px;
    width: 155px;
}

.iptv-channel-list span {
    padding: 12px;
    border-radius: 8px;
    color: #d7e5ed;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 800;
}

.iptv-channel-list .active {
    color: #061014;
    background: #57f2c3;
}

.iptv-play-symbol {
    position: absolute;
    left: 58%;
    top: 52%;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    transform: translate(-50%, -50%);
}

.iptv-play-symbol::after {
    content: "";
    position: absolute;
    left: 32px;
    top: 23px;
    border-left: 22px solid #071016;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.iptv-floating-card {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: 4px;
    min-width: 160px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(7, 16, 22, 0.82);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(14px);
}

.iptv-floating-card strong {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}

.iptv-floating-card span {
    color: #b8c8d4;
    font-size: 14px;
    font-weight: 700;
}

.iptv-floating-card-one {
    left: 0;
    top: 82px;
}

.iptv-floating-card-two {
    right: 28px;
    bottom: 34px;
}

.iptv-stats {
    padding: 24px 0 12px;
}

.iptv-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.iptv-stats-grid div,
.iptv-feature-grid article,
.iptv-plan,
.iptv-steps article,
.iptv-faq-list details {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.iptv-stats-grid div {
    display: grid;
    gap: 6px;
    padding: 24px;
}

.iptv-stats-grid strong {
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
}

.iptv-stats-grid span {
    color: #b8c8d4;
    font-weight: 700;
}

.iptv-section {
    padding: 96px 0;
}

.iptv-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.iptv-section h2,
.iptv-cta h2 {
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.08;
}

.iptv-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.iptv-feature-grid article,
.iptv-plan,
.iptv-steps article {
    padding: 28px;
}

.iptv-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 8px;
    background: rgba(87, 242, 195, 0.12);
    color: #57f2c3;
    font-size: 14px;
    font-weight: 900;
}

.iptv-feature-grid h3,
.iptv-plan h3,
.iptv-steps h3,
.iptv-footer h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.iptv-feature-grid p,
.iptv-steps p,
.iptv-body-text,
.iptv-faq-list p,
.iptv-footer p,
.iptv-cta p {
    color: #b8c8d4;
    font-size: 16px;
    line-height: 1.65;
}

.iptv-feature-grid p,
.iptv-steps p {
    margin-top: 12px;
}

.iptv-plans-section,
.iptv-setup-section {
    background: #0a1720;
}

.iptv-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.iptv-plan {
    position: relative;
    display: flex;
    min-height: 430px;
    flex-direction: column;
}

.iptv-plan-featured {
    border-color: rgba(87, 242, 195, 0.58);
    background: linear-gradient(180deg, rgba(87, 242, 195, 0.14), rgba(255, 255, 255, 0.045));
}

.iptv-popular {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #23a6f0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.iptv-plan-price {
    margin: 18px 0;
    color: #57f2c3;
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
}

.iptv-plan ul {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
    color: #c7d5df;
    font-size: 16px;
    line-height: 1.45;
}

.iptv-plan li {
    list-style: none;
}

.iptv-plan li::before {
    content: "✓";
    margin-right: 10px;
    color: #57f2c3;
    font-weight: 900;
}

.iptv-plan a {
    margin-top: auto;
}

.iptv-device-layout,
.iptv-faq-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
    align-items: start;
}

.iptv-body-text {
    margin-top: 22px;
}

.iptv-device-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.iptv-device-grid span {
    min-height: 76px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #e8f1f6;
    background: rgba(255, 255, 255, 0.045);
    font-size: 17px;
    font-weight: 800;
}

.iptv-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.iptv-steps span {
    display: block;
    margin-bottom: 50px;
    color: rgba(87, 242, 195, 0.55);
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
}

.iptv-faq-list {
    display: grid;
    gap: 14px;
}

.iptv-faq-list details {
    padding: 22px 24px;
}

.iptv-faq-list summary {
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.iptv-faq-list p {
    margin-top: 14px;
}

.iptv-cta {
    padding: 80px 0;
    background:
        linear-gradient(135deg, rgba(87, 242, 195, 0.18), rgba(35, 166, 240, 0.18)),
        #0a1720;
}

.iptv-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.iptv-cta p {
    margin-top: 14px;
}

.iptv-seo-links {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background:
        radial-gradient(circle at 16% 0%, rgba(87, 242, 195, 0.16), transparent 30%),
        linear-gradient(180deg, #071016 0%, #091720 100%);
}

.iptv-seo-links::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
}

.iptv-seo-links .iptv-container {
    position: relative;
    z-index: 1;
}

.iptv-seo-links .iptv-section-heading {
    max-width: 820px;
    margin-bottom: 34px;
}

.iptv-seo-links .iptv-section-heading h2 {
    max-width: 760px;
}

.iptv-seo-links .iptv-section-heading::after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin-top: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, #57f2c3, #23a6f0);
}

.iptv-link-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
    margin-top: 0;
}

.iptv-link-grid a {
    position: relative;
    min-height: 76px;
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 18px 46px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #e8f1f6;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    font-weight: 800;
    line-height: 1.25;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.iptv-link-grid a::before {
    content: "";
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #57f2c3;
    box-shadow: 0 0 0 6px rgba(87, 242, 195, 0.1);
}

.iptv-link-grid a::after {
    content: "›";
    position: absolute;
    right: 18px;
    top: 50%;
    color: #57f2c3;
    font-size: 30px;
    line-height: 1;
    transform: translateY(-52%);
}

.iptv-link-grid a:hover {
    border-color: rgba(87, 242, 195, 0.65);
    color: #57f2c3;
    background:
        linear-gradient(135deg, rgba(87, 242, 195, 0.16), rgba(35, 166, 240, 0.08));
    transform: translateY(-3px);
}

.iptv-keyword-hero {
    padding: 140px 0 80px;
    background:
        radial-gradient(circle at 80% 20%, rgba(35, 166, 240, 0.28), transparent 30%),
        linear-gradient(135deg, #071016 0%, #0d2230 100%);
}

.iptv-keyword-hero h1 {
    max-width: 900px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.02;
    font-weight: 900;
}

.iptv-keyword-hero p:not(.iptv-eyebrow) {
    max-width: 760px;
    margin-top: 24px;
    color: #c7d5df;
    font-size: 19px;
    line-height: 1.65;
}

.iptv-keyword-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 46px;
    align-items: start;
}

.iptv-keyword-content article,
.iptv-keyword-sidebar {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    padding: 30px;
}

.iptv-keyword-content h2,
.iptv-keyword-sidebar h2,
.iptv-keyword-sidebar h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.iptv-keyword-content p,
.iptv-keyword-content li,
.iptv-keyword-sidebar p {
    color: #b8c8d4;
    font-size: 16px;
    line-height: 1.7;
}

.iptv-keyword-content p,
.iptv-keyword-content ul {
    margin-top: 14px;
}

.iptv-keyword-content h2:not(:first-child) {
    margin-top: 30px;
}

.iptv-keyword-content li {
    margin-left: 20px;
    list-style: disc;
}

.iptv-keyword-sidebar {
    position: sticky;
    top: 104px;
}

.iptv-keyword-sidebar strong {
    color: #57f2c3;
}

.iptv-keyword-sidebar .iptv-button {
    width: 100%;
    margin-top: 22px;
}

.iptv-footer {
    padding: 62px 0 30px;
    background: #050b10;
}

.iptv-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 0.7fr 0.7fr;
    gap: 40px;
}

.iptv-footer p {
    max-width: 420px;
    margin-top: 18px;
}

.iptv-footer h3 {
    margin-bottom: 16px;
    font-size: 18px;
}

.iptv-footer a:not(.iptv-brand) {
    display: block;
    margin-top: 10px;
    color: #b8c8d4;
    font-weight: 700;
}

.iptv-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.iptv-footer-bottom p {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 991px) {
    .iptv-nav {
        min-height: 74px;
    }

    .iptv-menu-button {
        display: grid;
        gap: 5px;
        width: 44px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
    }

    .iptv-menu-button span {
        display: block;
        height: 2px;
        background: #ffffff;
    }

    .iptv-menu,
    .iptv-nav-cta {
        display: none;
    }

    .iptv-menu-toggle:checked ~ .iptv-menu {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 74px;
        display: grid;
        gap: 0;
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        background: #071016;
    }

    .iptv-menu-toggle:checked ~ .iptv-menu a {
        padding: 14px;
    }

    .iptv-hero {
        min-height: auto;
        padding: 70px 0 54px;
    }

    .iptv-hero-grid,
    .iptv-device-layout,
    .iptv-faq-layout {
        grid-template-columns: 1fr;
    }

    .iptv-hero-visual {
        min-height: 470px;
    }

    .iptv-tv-frame {
        inset: 20px auto auto 0;
        width: 100%;
    }

    .iptv-stats-grid,
    .iptv-feature-grid,
    .iptv-plan-grid,
    .iptv-steps,
    .iptv-link-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .iptv-keyword-content {
        grid-template-columns: 1fr;
    }

    .iptv-keyword-sidebar {
        position: static;
    }

    .iptv-cta-inner,
    .iptv-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .iptv-container {
        width: auto !important;
        max-width: none;
        margin-left: 14px;
        margin-right: 14px;
    }

    .iptv-brand {
        font-size: 17px;
    }

    .iptv-brand-mark {
        width: 38px;
        height: 38px;
    }

    .iptv-hero h1 {
        max-width: 320px;
        font-size: 38px;
        line-height: 1.08;
    }

    .iptv-hero-copy,
    .iptv-lead {
        width: min(320px, calc(100vw - 48px));
        max-width: min(320px, calc(100vw - 48px));
        overflow-wrap: anywhere;
    }

    .iptv-hero-actions,
    .iptv-trust-row,
    .iptv-tv-frame {
        width: min(320px, calc(100vw - 48px));
        max-width: min(320px, calc(100vw - 48px));
    }

    .iptv-lead {
        font-size: 17px;
    }

    .iptv-button {
        width: 100%;
    }

    .iptv-hero-visual {
        min-height: 390px;
    }

    .iptv-player-screen {
        min-height: 285px;
    }

    .iptv-channel-list {
        width: 130px;
    }

    .iptv-play-symbol {
        left: 64%;
        width: 58px;
        height: 58px;
    }

    .iptv-play-symbol::after {
        left: 25px;
        top: 18px;
        border-left-width: 17px;
        border-top-width: 11px;
        border-bottom-width: 11px;
    }

    .iptv-floating-card {
        min-width: 130px;
        padding: 14px;
    }

    .iptv-floating-card strong {
        font-size: 24px;
    }

    .iptv-floating-card-one {
        top: 0;
    }

    .iptv-floating-card-two {
        right: 0;
        bottom: 0;
    }

    .iptv-stats-grid,
    .iptv-feature-grid,
    .iptv-plan-grid,
    .iptv-steps,
    .iptv-device-grid,
    .iptv-link-grid,
    .iptv-footer-grid {
        grid-template-columns: 1fr;
    }

    .iptv-section {
        padding: 68px 0;
    }

    .iptv-plan {
        min-height: auto;
    }
}
