:root {
    --ewtv-red: #e10600;
    --ewtv-red-dark: #b80500;
    --ewtv-ink: #111214;
    --ewtv-muted: #667085;
    --ewtv-surface: #ffffff;
    --ewtv-page: #f5f6f8;
    --ewtv-border: #e7e9ee;
    --ewtv-radius: 16px;
    --ewtv-shadow: 0 12px 32px rgba(17, 18, 20, 0.08);
}

html {
    scroll-behavior: smooth;
}

body.primary-bg-color {
    background: var(--ewtv-page);
    color: var(--ewtv-ink);
    -webkit-font-smoothing: antialiased;
}

.header .navbar.navbar-light {
    min-height: 76px;
    background: var(--ewtv-surface);
    border-bottom: 1px solid var(--ewtv-border);
}

.header .navbar-brand {
    display: block;
    width: 220px;
    height: 50px;
    margin: 0;
    overflow: hidden;
    color: transparent !important;
    font-size: 0;
    background: url("https://earthwebtv.com/images/logo.png") left center / contain no-repeat;
}

.main-navbar-wrapper {
    background: var(--ewtv-ink) !important;
    border: 0 !important;
    box-shadow: 0 8px 24px rgba(17, 18, 20, 0.12);
}

.main-navbar-wrapper .navbar-nav > li > a,
.main-navbar-wrapper .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 600;
}

.main-navbar-wrapper .navbar-nav > li > a:hover,
.main-navbar-wrapper .navbar-nav > li.active > a,
.main-navbar-wrapper .navbar-nav .nav-link:hover {
    color: #fff !important;
    background: rgba(225, 6, 0, 0.92) !important;
}

.header .toolbar .nav-link,
.header .toolbar .btn {
    border-radius: 12px;
}

.master-breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--ewtv-border);
}

.main-content {
    padding-top: 34px;
    padding-bottom: 52px;
}

.card,
.panel,
.list-group-item,
.form-control,
.input-group-text,
.modal-content,
.alert {
    border-color: var(--ewtv-border);
}

.card,
.panel,
.modal-content {
    border-radius: var(--ewtv-radius);
    box-shadow: 0 8px 24px rgba(17, 18, 20, 0.05);
    overflow: hidden;
}

.card-header,
.panel-heading {
    border-bottom-color: var(--ewtv-border);
    font-weight: 700;
}

.btn {
    border-radius: 10px;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary,
.btn-success,
.btn-info,
#order-standard_cart .btn-success,
#order-standard_cart .btn-primary {
    color: #fff !important;
    background: var(--ewtv-red) !important;
    border-color: var(--ewtv-red) !important;
    box-shadow: 0 8px 18px rgba(225, 6, 0, 0.2);
}

.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-primary:hover {
    background: var(--ewtv-red-dark) !important;
    border-color: var(--ewtv-red-dark) !important;
}

a {
    color: var(--ewtv-red-dark);
}

a:hover {
    color: var(--ewtv-red);
}

.home-domain-search,
.domain-checker-container {
    border-radius: var(--ewtv-radius);
}

#order-standard_cart {
    color: var(--ewtv-ink);
}

#order-standard_cart .products {
    margin-top: 20px;
}

#order-standard_cart .products .row {
    display: flex;
    flex-wrap: wrap;
}

#order-standard_cart .products .row > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

#order-standard_cart .product {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    background: var(--ewtv-surface);
    border: 1px solid var(--ewtv-border);
    border-top: 4px solid var(--ewtv-red);
    border-radius: var(--ewtv-radius);
    box-shadow: var(--ewtv-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#order-standard_cart .product:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(17, 18, 20, 0.13);
}

#order-standard_cart .product header {
    padding: 20px 22px;
    color: #fff;
    background: var(--ewtv-ink);
    border: 0;
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

#order-standard_cart .product .product-desc {
    flex: 1 1 auto;
    padding: 22px 24px 12px;
    color: var(--ewtv-muted);
    line-height: 1.72;
}

#order-standard_cart .product .product-desc p {
    margin: 0;
}

#order-standard_cart .product footer {
    padding: 18px 24px 24px;
    background: #fff;
    border-top: 1px solid var(--ewtv-border);
}

#order-standard_cart .product .product-pricing {
    margin-bottom: 15px;
    color: var(--ewtv-muted);
}

#order-standard_cart .product .product-pricing .price {
    color: var(--ewtv-ink);
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

#order-standard_cart .product .btn-order-now {
    width: 100%;
    padding: 11px 18px;
    font-size: 0.95rem;
}

#order-standard_cart .categories-collapsed,
#order-standard_cart .panel-sidebar,
#order-standard_cart .sidebar-categories {
    border-radius: 14px;
}

#order-standard_cart .header-lined h1,
.header-lined h1 {
    color: var(--ewtv-ink);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.logincontainer,
.registration-form,
.client-home-panels .card {
    border-radius: var(--ewtv-radius);
}

.form-control {
    min-height: 42px;
    border-radius: 10px;
    box-shadow: none;
}

.form-control:focus {
    border-color: rgba(225, 6, 0, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(225, 6, 0, 0.12);
}

.footer {
    background: var(--ewtv-ink);
    color: rgba(255, 255, 255, 0.72);
}

.footer a {
    color: #fff;
}

@media (max-width: 767.98px) {
    .header .navbar.navbar-light {
        min-height: 66px;
    }

    .header .navbar-brand {
        width: 168px;
        height: 42px;
    }

    .main-content {
        padding-top: 22px;
        padding-bottom: 36px;
    }

    #order-standard_cart .products .row > [class*="col-"] {
        display: block;
    }

    #order-standard_cart .product {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* EarthWebTV 2026 client-center refresh */
.header .toolbar {
    flex-direction: row;
    align-items: center;
}

.header .toolbar .ewtv-toolbar-auth {
    display: flex;
    align-items: center;
}

.header .toolbar .ewtv-toolbar-login,
.header .toolbar .ewtv-toolbar-register {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 15px !important;
    border-radius: 11px !important;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.header .toolbar .ewtv-toolbar-login {
    border: 1px solid #111214 !important;
    background: #111214 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(17, 18, 20, 0.16);
}

.header .toolbar .ewtv-toolbar-register {
    border: 1px solid var(--ewtv-red) !important;
    background: linear-gradient(135deg, #ef2019 0%, var(--ewtv-red) 100%) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(225, 6, 0, 0.22);
}

.header .toolbar .ewtv-toolbar-login:hover,
.header .toolbar .ewtv-toolbar-login:focus,
.header .toolbar .ewtv-toolbar-register:hover,
.header .toolbar .ewtv-toolbar-register:focus {
    border-color: var(--ewtv-red-dark) !important;
    background: var(--ewtv-red-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

#Secondary_Navbar-Account > .dropdown-menu {
    min-width: 230px;
    padding: 10px;
    border: 1px solid var(--ewtv-border);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(17, 18, 20, 0.16);
}

#Secondary_Navbar-Account-Register,
#Secondary_Navbar-Account-Login {
    padding: 0;
    background: transparent;
}

#Secondary_Navbar-Account-Register > a,
#Secondary_Navbar-Account-Login > a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 3px 0;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
}

#Secondary_Navbar-Account-Register > a {
    border: 1px solid var(--ewtv-red);
    background: linear-gradient(135deg, #ef2019 0%, var(--ewtv-red) 100%);
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(225, 6, 0, 0.2);
}

#Secondary_Navbar-Account-Register > a::before {
    content: "+";
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 15px;
    line-height: 1;
}

#Secondary_Navbar-Account-Login > a {
    border: 1px solid #d8dadd;
    background: #f8f9fa;
    color: #111214 !important;
}

#Secondary_Navbar-Account-Login > a::before {
    content: "\2192";
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: #e7e9ee;
    color: var(--ewtv-red-dark);
    font-weight: 900;
}

#Secondary_Navbar-Account-Register > a:hover,
#Secondary_Navbar-Account-Register > a:focus,
#Secondary_Navbar-Account-Login > a:hover,
#Secondary_Navbar-Account-Login > a:focus {
    border-color: var(--ewtv-red-dark);
    background: var(--ewtv-red-dark) !important;
    color: #fff !important;
}

#Secondary_Navbar-Account-Login > a:hover::before,
#Secondary_Navbar-Account-Login > a:focus::before {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ewtv-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin: 34px 0 20px;
    padding: clamp(30px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(circle at 82% 18%, rgba(225, 6, 0, 0.34), transparent 32%),
        linear-gradient(135deg, #111214 0%, #1b1d21 58%, #350301 100%);
    color: #fff;
    box-shadow: 0 24px 58px rgba(17, 18, 20, 0.22);
}

.ewtv-home-hero::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border: 44px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

.ewtv-home-hero__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.ewtv-home-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffb0ad;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.ewtv-home-hero h1 {
    max-width: 680px;
    margin: 0 0 15px;
    color: #fff;
    font-size: clamp(2rem, 4.4vw, 3.55rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.ewtv-home-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.8vw, 1.14rem);
    line-height: 1.7;
}

.ewtv-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 24px;
}

.ewtv-home-hero__actions .btn {
    display: inline-flex;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
}

.ewtv-home-hero__primary {
    border-color: var(--ewtv-red) !important;
    background: var(--ewtv-red) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(225, 6, 0, 0.28);
}

.ewtv-home-hero__secondary {
    border-color: rgba(255, 255, 255, 0.24) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}

.ewtv-home-hero__primary:hover,
.ewtv-home-hero__secondary:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #111214 !important;
}

.ewtv-home-hero__mark {
    position: relative;
    z-index: 1;
    display: grid;
    width: 150px;
    height: 150px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 36px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transform: rotate(5deg);
}

.ewtv-home-hero__mark span {
    color: #fff;
    font-size: 3.1rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    transform: rotate(-5deg);
}

.ewtv-home-hero__mark small {
    position: absolute;
    right: 19px;
    bottom: 18px;
    padding: 4px 7px;
    border-radius: 7px;
    background: var(--ewtv-red);
    color: #fff;
    font-weight: 900;
    transform: rotate(-5deg);
}

.ewtv-home-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 30px;
}

.ewtv-home-trust span {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--ewtv-border);
    border-radius: 12px;
    background: #fff;
    color: #30343a;
    font-size: 0.86rem;
    font-weight: 750;
    box-shadow: 0 7px 18px rgba(17, 18, 20, 0.045);
}

.ewtv-home-trust i {
    color: var(--ewtv-red);
}

.ewtv-section-title {
    position: relative;
    padding-bottom: 12px;
    color: var(--ewtv-ink);
    font-weight: 850;
    letter-spacing: -0.025em;
}

.ewtv-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: var(--ewtv-red);
    transform: translateX(-50%);
}

.card-columns.home .card,
.action-icon-btns > div > a {
    border: 1px solid var(--ewtv-border) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(17, 18, 20, 0.065);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.card-columns.home .card:hover,
.action-icon-btns > div > a:hover {
    border-color: rgba(225, 6, 0, 0.35) !important;
    transform: translateY(-4px);
    box-shadow: 0 17px 36px rgba(17, 18, 20, 0.11);
}

.action-icon-btns > div > a .ico-container {
    color: var(--ewtv-red) !important;
}

.ewtv-register-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0 20px;
    padding: 12px 14px;
    border: 1px solid #f2c7c5;
    border-radius: 11px;
    background: #fff5f4;
    color: #67110d;
    font-size: 0.88rem;
    line-height: 1.55;
}

.ewtv-register-note__icon {
    display: inline-grid;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 7px;
    background: var(--ewtv-red);
    color: #fff;
    font-size: 0.75rem;
}

.ewtv-optional-badge {
    display: inline-block;
    margin-left: 7px;
    padding: 4px 8px;
    border: 1px solid #f2c7c5;
    border-radius: 999px;
    background: #fff5f4;
    color: var(--ewtv-red-dark);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1;
    vertical-align: middle;
}

#registration .card {
    border-top: 3px solid var(--ewtv-red);
}

#registration .card-title {
    color: var(--ewtv-ink);
    font-weight: 850;
    letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
    .header .navbar-brand {
        width: 118px;
        height: 38px;
    }

    .header .toolbar .nav-item {
        margin-left: 6px !important;
    }

    .header .toolbar .ewtv-toolbar-login,
    .header .toolbar .ewtv-toolbar-register {
        min-height: 38px;
        gap: 5px;
        padding: 7px 9px !important;
        font-size: 0.75rem;
    }

    .header .toolbar .ewtv-toolbar-login i,
    .header .toolbar .ewtv-toolbar-register i {
        display: none;
    }

    .ewtv-home-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 22px;
        padding: 28px 22px;
        border-radius: 19px;
    }

    .ewtv-home-hero__mark {
        display: none;
    }

    .ewtv-home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ewtv-home-trust {
        grid-template-columns: 1fr;
    }

    .ewtv-home-trust span {
        justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    .header .navbar-brand {
        width: 94px;
    }

    .header .toolbar .ewtv-toolbar-login,
    .header .toolbar .ewtv-toolbar-register {
        padding: 7px 8px !important;
        font-size: 0.7rem;
    }

    .header .toolbar .cart-btn {
        padding-right: 8px;
        padding-left: 8px;
    }
}

/* EarthWebTV long-form homepage */
.ewtv-home {
    --ewtv-soft-red: #fff2f1;
    --ewtv-soft-ink: #f3f4f6;
    width: 100%;
}

.ewtv-home h2,
.ewtv-home h3,
.ewtv-home p {
    text-wrap: pretty;
}

.ewtv-home-section {
    margin: 74px 0;
}

.ewtv-section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.ewtv-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ewtv-section-heading h2,
.ewtv-help-copy h2,
.ewtv-network-intro h2,
.ewtv-final-cta h2 {
    margin: 8px 0 12px;
    color: var(--ewtv-ink);
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.ewtv-section-heading p,
.ewtv-help-copy p,
.ewtv-network-intro p,
.ewtv-final-cta p {
    margin: 0;
    color: var(--ewtv-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.ewtv-kicker {
    color: var(--ewtv-red-dark);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ewtv-home-hero {
    min-height: 470px;
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.65fr);
    padding: clamp(34px, 5.5vw, 66px);
}

.ewtv-home-hero__eyebrow {
    gap: 7px;
}

.ewtv-home-hero__card {
    position: relative;
    z-index: 1;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.ewtv-home-hero__card-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 16px;
    background: var(--ewtv-red);
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 12px 26px rgba(225, 6, 0, 0.28);
}

.ewtv-home-hero__card small {
    display: block;
    margin-bottom: 7px;
    color: #ffb7b4;
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.ewtv-home-hero__card strong {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
}

.ewtv-home-hero__card p {
    margin: 12px 0 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.65;
}

.ewtv-home-hero__card a {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.ewtv-home-hero__card a:hover {
    color: #ffb7b4;
}

.ewtv-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin: 24px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.82rem;
    font-weight: 700;
    list-style: none;
}

.ewtv-hero-points i {
    margin-right: 5px;
    color: #ff6964;
}

.ewtv-quick-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 18px 0 48px;
}

.ewtv-quick-actions > a {
    display: grid;
    min-height: 96px;
    grid-template-columns: auto 1fr auto;
    gap: 13px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--ewtv-border);
    border-radius: 16px;
    background: #fff;
    color: var(--ewtv-ink);
    text-decoration: none;
    box-shadow: 0 9px 24px rgba(17, 18, 20, 0.06);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ewtv-quick-actions > a:hover {
    border-color: rgba(225, 6, 0, 0.34);
    color: var(--ewtv-ink);
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(17, 18, 20, 0.1);
}

.ewtv-quick-actions > a > i:first-child {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    background: var(--ewtv-soft-red);
    color: var(--ewtv-red);
}

.ewtv-quick-actions > a > i:last-child {
    color: #b5b9c2;
}

.ewtv-quick-actions span,
.ewtv-quick-actions strong,
.ewtv-quick-actions small {
    display: block;
}

.ewtv-quick-actions strong {
    margin-bottom: 3px;
    font-size: 0.96rem;
}

.ewtv-quick-actions small {
    color: var(--ewtv-muted);
    font-size: 0.73rem;
    line-height: 1.4;
}

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

.ewtv-plan-card {
    position: relative;
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--ewtv-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 11px 30px rgba(17, 18, 20, 0.065);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ewtv-plan-card:hover {
    border-color: rgba(225, 6, 0, 0.38);
    transform: translateY(-5px);
    box-shadow: 0 21px 44px rgba(17, 18, 20, 0.11);
}

.ewtv-plan-card--trial {
    background: linear-gradient(145deg, #fff 0%, #fff4f3 100%);
}

.ewtv-plan-card--popular {
    border-color: rgba(225, 6, 0, 0.36);
}

.ewtv-plan-badge {
    position: absolute;
    top: 19px;
    right: 19px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--ewtv-red);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ewtv-plan-icon {
    display: grid;
    width: 49px;
    height: 49px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 15px;
    background: var(--ewtv-soft-red);
    color: var(--ewtv-red);
    font-size: 1.1rem;
}

.ewtv-plan-card h3 {
    margin: 0 0 10px;
    color: var(--ewtv-ink);
    font-size: 1.15rem;
    font-weight: 850;
}

.ewtv-plan-card p {
    margin: 0 0 22px;
    color: var(--ewtv-muted);
    font-size: 0.88rem;
    line-height: 1.65;
}

.ewtv-plan-card a,
.ewtv-inline-link,
.ewtv-network-main-link {
    margin-top: auto;
    color: var(--ewtv-red-dark);
    font-size: 0.86rem;
    font-weight: 850;
    text-decoration: none;
}

.ewtv-plan-card a:hover,
.ewtv-inline-link:hover,
.ewtv-network-main-link:hover {
    color: var(--ewtv-ink);
}

.ewtv-steps-section {
    padding: clamp(28px, 5vw, 52px);
    border-radius: 24px;
    background: var(--ewtv-ink);
    color: #fff;
    box-shadow: 0 22px 52px rgba(17, 18, 20, 0.15);
}

.ewtv-steps-section .ewtv-kicker {
    color: #ff8d88;
}

.ewtv-steps-section h2 {
    color: #fff;
}

.ewtv-steps-section .ewtv-section-heading p {
    color: rgba(255, 255, 255, 0.68);
}

.ewtv-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ewtv-steps li {
    position: relative;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
}

.ewtv-steps li > span {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(255, 255, 255, 0.12);
    font-size: 1.9rem;
    font-weight: 900;
}

.ewtv-steps li > i {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 13px;
    background: var(--ewtv-red);
    color: #fff;
}

.ewtv-steps h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.02rem;
}

.ewtv-steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.84rem;
    line-height: 1.65;
}

.ewtv-help-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 42px;
    align-items: center;
}

.ewtv-help-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.ewtv-help-grid > a {
    display: grid;
    min-height: 138px;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--ewtv-border);
    border-radius: 17px;
    background: #fff;
    color: var(--ewtv-ink);
    text-decoration: none;
    box-shadow: 0 10px 27px rgba(17, 18, 20, 0.055);
}

.ewtv-help-grid > a:hover {
    border-color: rgba(225, 6, 0, 0.35);
    color: var(--ewtv-ink);
}

.ewtv-help-grid > a > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--ewtv-soft-red);
    color: var(--ewtv-red);
}

.ewtv-help-grid strong,
.ewtv-help-grid small {
    display: block;
}

.ewtv-help-grid strong {
    margin: 3px 0 6px;
    font-size: 0.94rem;
}

.ewtv-help-grid small {
    color: var(--ewtv-muted);
    font-size: 0.75rem;
    line-height: 1.5;
}

.ewtv-affiliated-network {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    gap: 24px;
    margin: 80px 0;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid #dde1e8;
    border-radius: 26px;
    background: linear-gradient(145deg, #f9fafb 0%, #fff 58%, #fff5f4 100%);
    box-shadow: 0 24px 58px rgba(17, 18, 20, 0.09);
}

.ewtv-network-intro {
    padding-right: 14px;
}

.ewtv-network-main-link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 20px;
}

.ewtv-terea-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ewtv-terea-links > a {
    display: grid;
    min-height: 83px;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--ewtv-border);
    border-radius: 14px;
    background: #fff;
    color: var(--ewtv-ink);
    text-decoration: none;
}

.ewtv-terea-links > a:hover {
    border-color: rgba(225, 6, 0, 0.33);
    color: var(--ewtv-ink);
    box-shadow: 0 10px 22px rgba(17, 18, 20, 0.07);
}

.ewtv-terea-links > a > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: var(--ewtv-soft-red);
    color: var(--ewtv-red);
}

.ewtv-terea-links strong,
.ewtv-terea-links small {
    display: block;
}

.ewtv-terea-links strong {
    margin-bottom: 2px;
    font-size: 0.83rem;
}

.ewtv-terea-links small {
    color: var(--ewtv-muted);
    font-size: 0.68rem;
    line-height: 1.35;
}

.ewtv-freego-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(190px, 0.55fr) minmax(220px, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 8px;
    padding: 20px;
    border-radius: 17px;
    background: var(--ewtv-ink);
    color: #fff;
}

.ewtv-freego-card > div {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ewtv-freego-icon {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 13px;
    background: var(--ewtv-red);
}

.ewtv-freego-card small,
.ewtv-freego-card strong {
    display: block;
}

.ewtv-freego-card small {
    color: #ff9e99;
    font-size: 0.59rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.ewtv-freego-card strong {
    color: #fff;
    font-size: 1.08rem;
}

.ewtv-freego-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.55;
}

.ewtv-freego-card nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-end;
}

.ewtv-freego-card nav a {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #fff;
    font-size: 0.67rem;
    font-weight: 750;
    text-decoration: none;
}

.ewtv-freego-card nav a:hover {
    border-color: var(--ewtv-red);
    background: var(--ewtv-red);
}

.ewtv-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ewtv-faq-grid details {
    padding: 20px 21px;
    border: 1px solid var(--ewtv-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(17, 18, 20, 0.045);
}

.ewtv-faq-grid details[open] {
    border-color: rgba(225, 6, 0, 0.32);
}

.ewtv-faq-grid summary {
    color: var(--ewtv-ink);
    font-size: 0.92rem;
    font-weight: 820;
    cursor: pointer;
}

.ewtv-faq-grid p {
    margin: 13px 0 0;
    color: var(--ewtv-muted);
    font-size: 0.8rem;
    line-height: 1.65;
}

.ewtv-faq-grid a {
    color: var(--ewtv-red-dark);
    font-weight: 750;
}

.ewtv-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin: 76px 0;
    padding: clamp(28px, 5vw, 50px);
    border-radius: 23px;
    background: linear-gradient(135deg, #111214 0%, #2b0302 100%);
    box-shadow: 0 22px 54px rgba(17, 18, 20, 0.17);
}

.ewtv-final-cta .ewtv-kicker {
    color: #ff9792;
}

.ewtv-final-cta h2 {
    color: #fff;
}

.ewtv-final-cta p {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.68);
}

.ewtv-final-cta__actions {
    display: flex;
    gap: 10px;
}

.ewtv-final-cta__actions .btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 17px;
}

.ewtv-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ewtv-news-card {
    padding: 22px;
    border: 1px solid var(--ewtv-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(17, 18, 20, 0.055);
}

.ewtv-news-card time {
    color: var(--ewtv-red-dark);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.06em;
}

.ewtv-news-card h3 {
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.45;
}

.ewtv-news-card h3 a {
    color: var(--ewtv-ink);
    text-decoration: none;
}

.ewtv-news-card p {
    color: var(--ewtv-muted);
    font-size: 0.78rem;
    line-height: 1.6;
}

.ewtv-news-card > a {
    color: var(--ewtv-red-dark);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .ewtv-home-hero {
        grid-template-columns: 1fr;
    }

    .ewtv-home-hero__card {
        max-width: 520px;
    }

    .ewtv-plan-grid,
    .ewtv-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ewtv-help-section,
    .ewtv-affiliated-network {
        grid-template-columns: 1fr;
    }

    .ewtv-network-intro {
        padding-right: 0;
    }

    .ewtv-freego-card {
        grid-template-columns: 1fr;
    }

    .ewtv-freego-card nav {
        justify-content: flex-start;
    }

    .ewtv-final-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ewtv-home-section {
        margin: 56px 0;
    }

    .ewtv-home-hero {
        min-height: auto;
    }

    .ewtv-home-hero__card {
        display: block;
    }

    .ewtv-hero-points {
        display: grid;
        gap: 9px;
    }

    .ewtv-quick-actions,
    .ewtv-plan-grid,
    .ewtv-steps,
    .ewtv-help-grid,
    .ewtv-terea-links,
    .ewtv-faq-grid,
    .ewtv-news-grid {
        grid-template-columns: 1fr;
    }

    .ewtv-plan-card {
        min-height: 235px;
    }

    .ewtv-affiliated-network {
        margin: 60px 0;
        padding: 24px 18px;
        border-radius: 20px;
    }

    .ewtv-final-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}
