.public-system-state-section {
    --public-system-ink: #171940;
    --public-system-muted: #526171;
    --public-system-teal: #006d6f;
    --public-system-green: #08a88a;
    --public-system-border: rgba(0, 109, 111, 0.13);
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background:
        radial-gradient(circle at 8% 10%, rgba(8, 168, 138, 0.13), transparent 24rem),
        radial-gradient(circle at 92% 8%, rgba(245, 166, 35, 0.11), transparent 20rem),
        linear-gradient(180deg, #f7fbfb 0%, #ffffff 56%, #f7fbfb 100%);
    display: flex;
    min-height: min(760px, calc(100vh - 8rem));
    padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.public-system-state-card {
    background:
        radial-gradient(circle at 12% 10%, rgba(8, 168, 138, 0.15), transparent 18rem),
        radial-gradient(circle at 90% 12%, rgba(0, 109, 111, 0.13), transparent 16rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 251, 0.94));
    border: 1px solid var(--public-system-border);
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(23, 25, 64, 0.13);
    color: var(--public-system-ink);
    margin: 0 auto;
    max-width: 760px;
    overflow: hidden;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    position: relative;
    text-align: center;
    width: 100%;
}

.public-system-state-glow {
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
}

.public-system-state-glow-primary {
    background: rgba(8, 168, 138, 0.16);
    height: 9rem;
    left: -4rem;
    top: -4rem;
    width: 9rem;
}

.public-system-state-glow-secondary {
    background: rgba(245, 166, 35, 0.12);
    bottom: -5rem;
    height: 11rem;
    right: -5rem;
    width: 11rem;
}

.public-system-state-logo-wrap {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(23, 25, 64, 0.08);
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(23, 25, 64, 0.09);
    display: inline-flex;
    justify-content: center;
    margin-bottom: 1.35rem;
    padding: 0.75rem 1rem;
    position: relative;
    z-index: 1;
}

.public-system-state-logo {
    max-height: 48px;
    max-width: 230px;
}

.public-system-state-icon {
    align-items: center;
    background: rgba(0, 109, 111, 0.09);
    border: 1px solid rgba(0, 109, 111, 0.18);
    border-radius: 50%;
    color: var(--public-system-teal);
    display: inline-flex;
    height: 58px;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    width: 58px;
    z-index: 1;
}

.public-system-state-icon i {
    font-size: 1.25rem;
    line-height: 1;
}

.public-system-state-copy,
.public-system-state-actions,
.public-system-state-request {
    position: relative;
    z-index: 1;
}

.public-system-state-eyebrow {
    color: var(--public-system-teal);
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 600 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.public-system-state-code {
    color: rgba(23, 25, 64, 0.12);
    font-size: clamp(4.25rem, 12vw, 7.4rem);
    font-weight: 600 !important;
    letter-spacing: -0.06em;
    line-height: 0.82;
    margin: 0.5rem 0 0.2rem;
}

.public-system-state-copy h1 {
    color: var(--public-system-ink);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
}

.public-system-state-copy p {
    color: var(--public-system-muted);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0.75rem auto 0;
    max-width: 560px;
}

.public-system-state-request {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(23, 25, 64, 0.08);
    border-radius: 999px;
    color: #5d6a78;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    font-weight: 600 !important;
    gap: 0.45rem;
    justify-content: center;
    margin-top: 1.25rem;
    max-width: 100%;
    padding: 0.48rem 0.72rem;
}

.public-system-state-request span {
    color: var(--public-system-teal);
    text-transform: uppercase;
}

.public-system-state-request code {
    color: #344054;
    white-space: normal;
    word-break: break-word;
}

.public-system-state-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    margin-top: 1.6rem;
}

.public-system-state-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 600 !important;
    gap: 0.45rem;
    justify-content: center;
    min-height: 42px;
    padding: 0.72rem 1.05rem;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.public-system-state-btn:hover,
.public-system-state-btn:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.public-system-state-btn-primary {
    background: linear-gradient(135deg, var(--public-system-teal), var(--public-system-green));
    border: 1px solid rgba(0, 109, 111, 0.2);
    box-shadow: 0 14px 32px rgba(0, 109, 111, 0.18);
    color: #fff;
}

.public-system-state-btn-primary:hover,
.public-system-state-btn-primary:focus {
    color: #fff;
}

.public-system-state-btn-secondary {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(0, 109, 111, 0.18);
    color: #075f61;
}

.public-system-state-btn-secondary:hover,
.public-system-state-btn-secondary:focus {
    color: #075f61;
}

@media (max-width: 575.98px) {
    .public-system-state-section {
        min-height: auto;
        padding: 2rem 0;
    }

    .public-system-state-card {
        border-radius: 14px;
    }

    .public-system-state-actions,
    .public-system-state-btn {
        width: 100%;
    }
}

.notyf {
    padding: 1rem !important;
    z-index: 10050 !important;
}

.notyf .trueviewly-notyf {
    background: transparent !important;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(23, 25, 64, 0.18);
    color: #171940;
    max-width: min(420px, calc(100vw - 2rem));
    overflow: visible;
    padding: 0;
    width: auto;
}

.notyf .trueviewly-notyf::before {
    background: var(--tv-notyf-accent, #006d6f);
    border-radius: 14px 0 0 14px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 12;
}

.notyf .trueviewly-notyf .notyf__wrapper {
    align-items: flex-start;
    background:
        radial-gradient(circle at 96% 0%, var(--tv-notyf-glow, rgba(8, 168, 138, 0.16)), transparent 12rem),
        rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(23, 25, 64, 0.1);
    border-radius: 14px;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 72px;
    padding: 0.95rem 1rem 0.95rem 1.1rem;
}

.notyf .trueviewly-notyf .notyf__icon {
    align-items: center;
    animation-delay: 0.08s;
    background: var(--tv-notyf-icon-bg, rgba(0, 109, 111, 0.1));
    border: 1px solid var(--tv-notyf-icon-border, rgba(0, 109, 111, 0.18));
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    margin: 0.05rem 0 0;
    opacity: 1;
    width: 36px;
}

.notyf .trueviewly-notyf .notyf__icon i {
    font-size: 0.88rem;
    line-height: 1;
}

    .notyf .trueviewly-notyf .notyf__message {
        animation-delay: 0.05s;
        color: #344054;
        font-size: 0.92rem;
        font-weight: 600 !important;
        line-height: 1.45;
        opacity: 1;
        padding: 0.1rem 0 0;
    }

.notyf .trueviewly-notyf .notyf__dismiss {
    animation-delay: 0.08s;
    height: 34px;
    margin: 0;
    opacity: 1;
    position: relative;
    width: 34px;
}

.notyf .trueviewly-notyf .notyf__dismiss-btn {
    background: rgba(23, 25, 64, 0.055);
    border: 1px solid rgba(23, 25, 64, 0.08);
    border-radius: 999px;
    height: 34px;
    opacity: 1;
    position: relative;
    width: 34px;
}

.notyf .trueviewly-notyf .notyf__dismiss-btn::before,
.notyf .trueviewly-notyf .notyf__dismiss-btn::after {
    background: #667085;
    height: 11px;
    left: 15px;
    top: 10px;
}

.notyf .trueviewly-notyf .notyf__dismiss-btn:hover,
.notyf .trueviewly-notyf .notyf__dismiss-btn:focus {
    background: rgba(0, 109, 111, 0.09);
    border-color: rgba(0, 109, 111, 0.18);
    opacity: 1;
}

.notyf .trueviewly-notyf-success {
    --tv-notyf-accent: #006d6f;
    --tv-notyf-glow: rgba(8, 168, 138, 0.16);
    --tv-notyf-icon-bg: rgba(0, 109, 111, 0.1);
    --tv-notyf-icon-border: rgba(0, 109, 111, 0.18);
}

.notyf .trueviewly-notyf-error {
    --tv-notyf-accent: #b71c1c;
    --tv-notyf-glow: rgba(183, 28, 28, 0.1);
    --tv-notyf-icon-bg: rgba(183, 28, 28, 0.09);
    --tv-notyf-icon-border: rgba(183, 28, 28, 0.18);
}

@media (max-width: 575.98px) {
    .notyf {
        padding: 0.75rem !important;
    }

    .notyf .trueviewly-notyf {
        max-width: calc(100vw - 1.5rem);
        width: calc(100vw - 1.5rem);
    }

    .notyf .trueviewly-notyf .notyf__wrapper {
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 0.85rem 0.9rem 0.85rem 1rem;
    }
}

.tv-auth-section {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 94px);
    padding: 7.75rem 0 4.5rem;
    background:
        radial-gradient(circle at 15% 12%, rgba(70, 154, 129, 0.18), transparent 32rem),
        radial-gradient(circle at 88% 8%, rgba(13, 49, 70, 0.12), transparent 28rem),
        linear-gradient(135deg, #F4FBF8 0%, #EEF7F4 46%, #FFFFFF 100%);
}

.tv-auth-section::before {
    content: "";
    position: absolute;
    inset: auto -8rem -18rem -8rem;
    height: 28rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #FFFFFF 62%);
    pointer-events: none;
}

.tv-auth-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    opacity: 0.72;
    pointer-events: none;
}

.tv-auth-glow-primary {
    width: 18rem;
    height: 18rem;
    top: 10%;
    right: 9%;
    background: rgba(70, 154, 129, 0.16);
}

.tv-auth-glow-secondary {
    width: 13rem;
    height: 13rem;
    bottom: 12%;
    left: 8%;
    background: rgba(210, 235, 224, 0.9);
}

.tv-auth-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 30rem);
    gap: 2rem;
    align-items: stretch;
}

.tv-auth-story,
.tv-auth-card {
    border: 1px solid rgba(25, 65, 77, 0.12);
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.12);
    backdrop-filter: blur(18px);
}

.tv-auth-story {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 38rem;
    padding: clamp(2rem, 4vw, 3.5rem);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 251, 248, 0.82)),
        radial-gradient(circle at 82% 18%, rgba(70, 154, 129, 0.14), transparent 16rem);
}

.tv-auth-logo-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 3rem;
}

.tv-auth-logo {
    max-height: 58px;
    width: auto;
}

.tv-auth-eyebrow,
.tv-auth-card-header span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.85rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: rgba(70, 154, 129, 0.11);
    color: #1B6B55;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tv-auth-story h1,
.tv-auth-card-header h2,
.tv-auth-success-card h2 {
    margin: 0;
    color: #071C2F;
    letter-spacing: -0.025em;
}

.tv-auth-story h1 {
    max-width: 42rem;
    font-size: clamp(2.15rem, 4vw, 4rem);
    line-height: 0.98;
    font-weight: 600 !important;
}

.tv-auth-story p {
    max-width: 38rem;
    margin: 1.35rem 0 0;
    color: #385466;
    font-size: 1.05rem;
    line-height: 1.8;
}

.tv-auth-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.tv-auth-proof-grid div {
    min-height: 10rem;
    padding: 1.1rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
}

.tv-auth-proof-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.95rem;
    border-radius: 14px;
    background: #E8F5EF;
    color: #247A61;
    font-size: 1rem;
}

.tv-auth-proof-grid strong,
.tv-auth-proof-grid span {
    display: block;
}

    .tv-auth-proof-grid strong {
        color: #102B3A;
        font-size: 0.98rem;
        font-weight: 600 !important;
    }

.tv-auth-proof-grid span {
    margin-top: 0.35rem;
    color: #5B7180;
    font-size: 0.88rem;
    line-height: 1.55;
}

.tv-auth-panel {
    align-self: center;
}

.tv-auth-card {
    padding: clamp(1.35rem, 2.5vw, 2rem);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
}

.tv-auth-card-header {
    margin-bottom: 1.45rem;
    text-align: left;
}

    .tv-auth-card-header h2 {
        font-size: clamp(1.55rem, 2.5vw, 2.15rem);
        line-height: 1.1;
        font-weight: 600 !important;
    }

.tv-auth-card-header p {
    margin: 0.75rem 0 0;
    color: #5A7080;
    font-size: 0.98rem;
    line-height: 1.65;
}

.tv-auth-form .form-group {
    margin-bottom: 1rem;
}

.tv-auth-form .form-label {
    margin-bottom: 0.45rem;
    color: #173244 !important;
    font-size: 0.82rem !important;
    font-weight: 600;
    letter-spacing: 0.015em;
}

.tv-auth-form .form-control {
    min-height: 3.25rem;
    border: 1px solid rgba(25, 65, 77, 0.15);
    border-radius: 16px;
    background: #F9FCFB;
    color: #0F2638;
    box-shadow: none;
    font-size: 0.98rem !important;
}

.tv-auth-form .form-control:focus {
    border-color: rgba(70, 154, 129, 0.72);
    background: #FFFFFF;
    box-shadow: 0 0 0 0.22rem rgba(70, 154, 129, 0.13);
}

.tv-auth-form .form-control.disabled,
.tv-auth-form .form-control:disabled {
    background: #EEF5F2;
    color: #617787;
}

.tv-auth-form .invalid-feedback,
.tv-auth-form .invalid-feedback.d-block {
    margin-top: 0.45rem;
    color: #B84255;
    font-size: 0.84rem;
    font-weight: 600 !important;
}

.tv-auth-primary-btn,
.tv-auth-secondary-btn,
.tv-auth-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 3.25rem;
    border-radius: 999px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.tv-auth-primary-btn {
    border: 0;
    background: linear-gradient(135deg, #1F8066 0%, #14614F 100%);
    color: #FFFFFF;
    box-shadow: 0 14px 30px rgba(31, 128, 102, 0.24);
}

.tv-auth-primary-btn:hover,
.tv-auth-primary-btn:focus {
    transform: translateY(-1px);
    color: #FFFFFF;
    box-shadow: 0 18px 36px rgba(31, 128, 102, 0.3);
}

.tv-auth-primary-btn:active {
    transform: translateY(0);
}

.tv-auth-inline-btn {
    width: auto;
    padding: 0 1.35rem;
    text-decoration: none;
}

.tv-auth-secondary-btn,
.tv-auth-social-btn {
    border: 1px solid rgba(25, 65, 77, 0.14);
    background: #FFFFFF;
    color: #123044;
    text-decoration: none;
}

.tv-auth-secondary-btn {
    width: auto;
    padding: 0 1.25rem;
}

.tv-auth-social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.tv-auth-social-btn:hover,
.tv-auth-social-btn:focus,
.tv-auth-secondary-btn:hover,
.tv-auth-secondary-btn:focus {
    transform: translateY(-1px);
    border-color: rgba(70, 154, 129, 0.35);
    color: #14614F;
    box-shadow: 0 12px 24px rgba(20, 54, 66, 0.1);
}

.tv-auth-divider {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 1.2rem 0;
    color: #80919C;
    font-size: 0.78rem;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tv-auth-divider::before,
.tv-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(25, 65, 77, 0.11);
}

.tv-auth-link {
    color: #14614F;
    font-weight: 600;
    text-decoration: none;
}

.tv-auth-link:hover,
.tv-auth-link:focus {
    color: #0E493C;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.tv-auth-footer-note,
.tv-auth-terms {
    color: #607888;
    font-size: 0.9rem;
    line-height: 1.6;
}

.tv-auth-notice {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(70, 154, 129, 0.2);
    border-radius: 16px;
    background: #F0F8F4;
    color: #24485D;
    font-size: 0.92rem;
    font-weight: 600 !important;
}

.tv-auth-notice-warning {
    border-color: rgba(181, 119, 37, 0.24);
    background: #FFF8EA;
    color: #6B4B18;
}

.tv-auth-closed-state {
    padding: 1.25rem 0.5rem;
    text-align: center;
}

.tv-auth-closed-state i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: #E8F5EF;
    color: #247A61;
    font-size: 1.35rem;
}

    .tv-auth-closed-state h2 {
        margin: 0 0 0.75rem;
        color: #071C2F;
        font-size: 1.65rem;
        font-weight: 600 !important;
    }

.tv-auth-success-card {
    text-align: center;
}

.tv-auth-success-card .tv-auth-card-header {
    text-align: center;
}

.tv-auth-success-card .tv-auth-card-header span {
    margin-left: auto;
    margin-right: auto;
}

.tv-auth-success-card .tv-auth-secondary-btn {
    width: 100%;
}

.tv-auth-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.25rem;
    border: 1px solid rgba(31, 128, 102, 0.18);
    border-radius: 22px;
    background: linear-gradient(135deg, #E8F5EF 0%, #F6FBF8 100%);
    color: #1F8066;
    font-size: 1.4rem;
}

.tv-auth-form .cf-turnstile {
    overflow: visible;
    border-radius: 0;
}

@media (max-width: 1199px) {
    .tv-auth-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .tv-auth-story {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .tv-auth-section {
        padding: 8.75rem 0 2.75rem;
    }

    .tv-auth-story,
    .tv-auth-card {
        border-radius: 20px;
    }

    .tv-auth-proof-grid,
    .tv-auth-social-grid {
        grid-template-columns: 1fr;
    }

    .tv-auth-story {
        padding: 1.35rem;
    }

    .tv-auth-story h1 {
        font-size: 2rem;
        line-height: 1.05;
    }
}

@media (max-width: 420px) {
    .tv-auth-section {
        padding-top: 9.75rem;
    }

    .tv-auth-card {
        padding: 1.1rem;
    }

    .tv-auth-logo {
        max-height: 48px;
    }
}

.tv-account-section {
    position: relative;
    min-height: calc(100vh - 94px);
    padding: 7.75rem 0 4.5rem;
    background:
        radial-gradient(circle at 12% 12%, rgba(70, 154, 129, 0.16), transparent 32rem),
        radial-gradient(circle at 88% 10%, rgba(13, 49, 70, 0.1), transparent 28rem),
        linear-gradient(135deg, #F4FBF8 0%, #EEF7F4 44%, #FFFFFF 100%);
}

.tv-account-section::before {
    content: "";
    position: absolute;
    inset: auto -8rem -18rem -8rem;
    height: 28rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #FFFFFF 62%);
    pointer-events: none;
}

.tv-account-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.tv-account-glow-primary {
    width: 17rem;
    height: 17rem;
    top: 10%;
    right: 8%;
    background: rgba(70, 154, 129, 0.14);
}

.tv-account-glow-secondary {
    width: 12rem;
    height: 12rem;
    bottom: 12%;
    left: 8%;
    background: rgba(210, 235, 224, 0.88);
}

.tv-account-hero,
.tv-account-layout {
    position: relative;
    z-index: 1;
}

.tv-account-hero {
    display: grid;
    gap: 1.1rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

.tv-account-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.85rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: rgba(70, 154, 129, 0.11);
    color: #1B6B55;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tv-account-hero h1 {
    margin: 0;
    color: #071C2F;
    font-size: clamp(1.95rem, 3.2vw, 2.3rem);
    line-height: 1.04;
    font-weight: 600 !important;
    letter-spacing: -0.035em;
}

.tv-account-hero p {
    margin: 1rem 0 0;
    color: #385466;
    font-size: 1rem;
    line-height: 1.75;
}

.tv-account-nav-card,
.tv-account-card {
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 60px rgba(20, 54, 66, 0.1);
    backdrop-filter: blur(18px);
}

.tv-account-layout {
    display: grid;
    grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.tv-account-nav-card {
    align-self: start;
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
}

.tv-account-nav-title {
    margin: 0 0 0.35rem 0.25rem;
    color: #6D8290;
    font-size: 0.72rem;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tv-account-nav-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0.85rem;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #24485D;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.tv-account-nav-link i {
    width: 1.1rem;
    color: #247A61;
}

.tv-account-nav-link:hover,
.tv-account-nav-link:focus,
.tv-account-nav-link.active {
    border-color: rgba(70, 154, 129, 0.18);
    background: #F0F8F4;
    color: #123044;
    text-decoration: none;
    transform: translateY(-1px);
}

.tv-account-content {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.tv-account-card {
    padding: clamp(1.25rem, 2.4vw, 1.75rem);
}

.tv-account-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

    .tv-account-card-header span {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        margin-bottom: 0.55rem;
        padding: 0.34rem 0.62rem;
        border-radius: 999px;
        background: rgba(70, 154, 129, 0.1);
        color: #1B6B55;
        font-size: 0.68rem;
        font-weight: 600 !important;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .tv-account-card-header h2 {
        margin: 0;
        color: #071C2F;
        font-size: clamp(1.35rem, 2.4vw, 1.9rem);
        font-weight: 600 !important;
        letter-spacing: -0.025em;
        line-height: 1.08;
    }

.tv-account-card-header p {
    max-width: 38rem;
    margin: 0.55rem 0 0;
    color: #607888;
    font-size: 0.94rem;
    line-height: 1.65;
}

.tv-account-card-header > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 16px;
    background: #E8F5EF;
    color: #247A61;
}

.tv-account-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tv-account-form-grid .form-group {
    margin: 0;
}

.tv-account-form .form-label {
    margin-bottom: 0.45rem;
    color: #173244 !important;
    font-size: 0.82rem !important;
    font-weight: 600;
}

.tv-account-form .form-control {
    min-height: 3.15rem;
    border: 1px solid rgba(25, 65, 77, 0.15);
    border-radius: 16px;
    background: #F9FCFB;
    color: #0F2638;
    box-shadow: none;
    font-size: 0.95rem !important;
}

.tv-account-form .form-control:focus {
    border-color: rgba(70, 154, 129, 0.72);
    background: #FFFFFF;
    box-shadow: 0 0 0 0.22rem rgba(70, 154, 129, 0.13);
}

.tv-account-form .form-control:disabled {
    background: #EEF5F2;
    color: #617787;
}

.tv-account-form .invalid-feedback {
    margin-top: 0.45rem;
    color: #B84255;
    font-size: 0.84rem;
    font-weight: 600 !important;
}

.tv-account-card-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.tv-account-primary-btn,
.tv-account-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.05rem;
    border-radius: 999px;
    padding: 0 1.35rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.tv-account-primary-btn {
    border: 0;
    background: linear-gradient(135deg, #1F8066 0%, #14614F 100%);
    color: #FFFFFF;
    box-shadow: 0 14px 30px rgba(31, 128, 102, 0.24);
}

.tv-account-primary-btn:hover,
.tv-account-primary-btn:focus {
    transform: translateY(-1px);
    color: #FFFFFF;
    box-shadow: 0 18px 36px rgba(31, 128, 102, 0.3);
}

.tv-account-secondary-btn {
    border: 1px solid rgba(25, 65, 77, 0.14);
    background: #FFFFFF;
    color: #123044;
}

.tv-account-secondary-btn:hover,
.tv-account-secondary-btn:focus {
    transform: translateY(-1px);
    border-color: rgba(70, 154, 129, 0.35);
    color: #14614F;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(20, 54, 66, 0.1);
}

.tv-account-login-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tv-account-login-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 18px;
    background: #FFFFFF;
}

.tv-account-login-item span,
.tv-account-login-item strong {
    display: block;
}

.tv-account-login-item span {
    color: #6D8290;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tv-account-login-item strong {
    margin-top: 0.25rem;
    color: #0F2638;
    font-size: 0.96rem;
    font-weight: 600;
    word-break: break-word;
}

.tv-account-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    margin-bottom: 2.25rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #24485D;
    font-size: 0.86rem;
    font-weight: 600 !important;
    text-decoration: none;
}

.tv-account-back-link:hover,
.tv-account-back-link:focus {
    border-color: rgba(70, 154, 129, 0.3);
    color: #14614F;
}

.tv-account-section .tv-account-nav-link,
.tv-account-section .tv-account-nav-link:hover,
.tv-account-section .tv-account-nav-link:focus,
.tv-account-section .tv-account-nav-link:active,
.tv-account-section .tv-account-nav-link.active,
.tv-account-section .tv-account-primary-btn,
.tv-account-section .tv-account-primary-btn:hover,
.tv-account-section .tv-account-primary-btn:focus,
.tv-account-section .tv-account-primary-btn:active,
.tv-account-section .tv-account-secondary-btn,
.tv-account-section .tv-account-secondary-btn:hover,
.tv-account-section .tv-account-secondary-btn:focus,
.tv-account-section .tv-account-secondary-btn:active,
.tv-account-action-section .tv-account-back-link,
.tv-account-action-section .tv-account-back-link:hover,
.tv-account-action-section .tv-account-back-link:focus,
.tv-account-action-section .tv-account-back-link:active,
.tv-account-action-section .tv-auth-link,
.tv-account-action-section .tv-auth-link:hover,
.tv-account-action-section .tv-auth-link:focus,
.tv-account-action-section .tv-auth-link:active {
    text-decoration: none !important;
}

.tv-account-action-section .tv-auth-card {
    align-self: center;
}

@media (max-width: 1199px) {
    .tv-account-hero,
    .tv-account-layout {
        grid-template-columns: 1fr;
    }

    .tv-account-nav-card {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tv-account-nav-title {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .tv-account-section {
        padding: 8.75rem 0 2.75rem;
    }

    .tv-account-hero h1 {
        font-size: 1.85rem;
        line-height: 1.08;
    }

    .tv-account-nav-card,
    .tv-account-form-grid,
    .tv-account-login-grid {
        grid-template-columns: 1fr;
    }

    .tv-account-card-header,
    .tv-account-login-item {
        align-items: stretch;
        flex-direction: column;
    }

    .tv-account-card-actions,
    .tv-account-card-actions .tv-account-primary-btn,
    .tv-account-login-item .tv-account-secondary-btn {
        width: 100%;
    }
}

.tv-billing-section {
    padding-bottom: 5rem;
}

.tv-billing-hero {
    margin-bottom: 1.75rem;
}

.tv-billing-card,
.tv-order-card,
.tv-billing-empty,
.tv-billing-modal {
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 60px rgba(20, 54, 66, 0.1);
    backdrop-filter: blur(18px);
}

    .tv-billing-card-kicker,
    .tv-billing-detail-grid span,
    .tv-billing-payment-row span,
    .tv-order-total span,
    .tv-order-meta-grid span,
    .tv-billing-modal .modal-header span,
    .tv-billing-empty span {
        display: block;
        color: #6D8290;
        font-size: 0.72rem;
        font-weight: 600 !important;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

.tv-billing-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.tv-billing-content,
.tv-order-list {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.tv-billing-card,
.tv-order-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.15rem, 2.4vw, 1.65rem);
}

.tv-billing-card::before,
.tv-order-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #247A61;
}

.tv-billing-card-warning::before {
    background: #B7791F;
}

.tv-billing-card-danger::before {
    background: #B84255;
}

.tv-billing-card-top,
.tv-order-card-main,
.tv-billing-payment-row,
.tv-billing-card-footer,
.tv-order-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .tv-billing-card-top h2,
    .tv-order-card-main h2,
    .tv-billing-empty h2,
    .tv-billing-modal .modal-title {
        margin: 0.35rem 0 0;
        color: #071C2F;
        font-size: clamp(1.28rem, 2vw, 1.75rem);
        font-weight: 600 !important;
        letter-spacing: -0.025em;
        line-height: 1.1;
    }

.tv-billing-card-top p,
.tv-order-card-main p,
.tv-billing-empty p,
.tv-billing-modal .modal-body p {
    margin: 0.55rem 0 0;
    color: #607888;
    font-size: 0.94rem;
    line-height: 1.6;
}

.tv-billing-status,
.tv-order-total {
    flex: 0 0 auto;
    min-width: 11rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 18px;
    background: #F8FCFA;
    text-align: right;
}

.tv-billing-status {
    text-align: center;
}

.tv-billing-status strong,
.tv-order-total strong {
    display: block;
    margin-top: 0.45rem;
    color: #0F2638;
    font-size: 0.9rem;
    font-weight: 600;
}

.tv-billing-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 0.38rem 0.68rem;
    border: 1px solid rgba(36, 122, 97, 0.2);
    border-radius: 999px;
    background: rgba(36, 122, 97, 0.1);
    color: #14614F;
    font-size: 0.74rem;
    font-weight: 600;
}

.tv-billing-card-warning .tv-billing-pill {
    border-color: rgba(183, 121, 31, 0.22);
    background: rgba(183, 121, 31, 0.12);
    color: #8A5A14;
}

.tv-billing-card-danger .tv-billing-pill {
    border-color: rgba(184, 66, 85, 0.22);
    background: rgba(184, 66, 85, 0.11);
    color: #96364B;
}

.tv-billing-renewal-panel,
.tv-billing-attention {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 20px;
}

.tv-billing-renewal-panel {
    border: 1px solid rgba(183, 121, 31, 0.16);
    background: linear-gradient(135deg, rgba(255, 249, 236, 0.96), rgba(255, 255, 255, 0.86));
}

.tv-billing-attention {
    align-items: flex-start;
    border: 1px solid rgba(184, 66, 85, 0.16);
    background: linear-gradient(135deg, rgba(255, 242, 244, 0.96), rgba(255, 255, 255, 0.88));
}

.tv-billing-attention i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 14px;
    background: rgba(184, 66, 85, 0.1);
    color: #B84255;
}

    .tv-billing-renewal-panel strong,
    .tv-billing-attention strong {
        display: block;
        color: #122D3F;
        font-weight: 600 !important;
    }

.tv-billing-renewal-panel span,
.tv-billing-attention span {
    display: block;
    margin-top: 0.25rem;
    color: #607888;
    font-size: 0.9rem;
    line-height: 1.5;
}

.tv-billing-detail-grid,
.tv-order-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.tv-order-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tv-billing-detail-grid div,
.tv-order-meta-grid div {
    min-width: 0;
    padding: 0.95rem;
    border: 1px solid rgba(25, 65, 77, 0.09);
    border-radius: 18px;
    background: #F9FCFB;
}

    .tv-billing-detail-grid strong,
    .tv-order-meta-grid strong,
    .tv-billing-payment-row strong {
        display: block;
        margin-top: 0.35rem;
        color: #0F2638;
        font-size: 0.92rem;
        font-weight: 600 !important;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

.tv-billing-auto-renew-card {
    display: grid;
    justify-items: center;
    text-align: center;
}

.tv-billing-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0.35rem 0 0;
}

.tv-billing-switch span {
    color: #0F2638;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.tv-billing-payment-row {
    align-items: center;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 20px;
    background: #FFFFFF;
}

.tv-billing-inline-actions,
.tv-order-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.6rem;
}

.tv-billing-card-footer {
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(25, 65, 77, 0.1);
}

.tv-billing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.65rem;
    padding: 0 1rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.tv-billing-btn:hover,
.tv-billing-btn:focus {
    transform: translateY(-1px);
    text-decoration: none !important;
}

.tv-billing-btn-primary {
    border: 0;
    background: linear-gradient(135deg, #1F8066 0%, #14614F 100%);
    color: #FFFFFF !important;
    box-shadow: 0 14px 30px rgba(31, 128, 102, 0.22);
}

.tv-billing-btn-primary:hover,
.tv-billing-btn-primary:focus {
    box-shadow: 0 18px 36px rgba(31, 128, 102, 0.28);
}

.tv-billing-btn-secondary,
.tv-billing-btn-ghost,
.tv-billing-btn-update {
    border: 1px solid rgba(25, 65, 77, 0.14);
    background: #FFFFFF;
    color: #123044 !important;
}

.tv-billing-btn-secondary:hover,
.tv-billing-btn-secondary:focus,
.tv-billing-btn-ghost:hover,
.tv-billing-btn-ghost:focus,
.tv-billing-btn-update:hover,
.tv-billing-btn-update:focus {
    border-color: rgba(70, 154, 129, 0.35);
    color: #14614F !important;
    box-shadow: 0 12px 24px rgba(20, 54, 66, 0.1);
}

.tv-billing-btn-update {
    min-height: 2.35rem;
    padding: 0 0.9rem;
    border-color: rgba(31, 128, 102, 0.2);
    background: rgba(70, 154, 129, 0.08);
    color: #14614F !important;
}

.tv-billing-btn-portal {
    border: 1px solid rgba(12, 46, 67, 0.18);
    background: linear-gradient(135deg, #102C3F 0%, #174D58 100%);
    color: #FFFFFF !important;
    box-shadow: 0 14px 30px rgba(16, 44, 63, 0.18);
}

.tv-billing-btn-portal:hover,
.tv-billing-btn-portal:focus {
    color: #FFFFFF !important;
    box-shadow: 0 18px 36px rgba(16, 44, 63, 0.24);
}

.tv-billing-btn-invoice {
    border: 1px solid rgba(31, 128, 102, 0.2);
    background:
        linear-gradient(135deg, rgba(70, 154, 129, 0.12), rgba(255, 255, 255, 0.95)),
        #FFFFFF;
    color: #14614F !important;
    box-shadow: 0 12px 24px rgba(20, 54, 66, 0.08);
}

.tv-billing-btn-invoice:hover,
.tv-billing-btn-invoice:focus {
    border-color: rgba(31, 128, 102, 0.36);
    color: #0E493C !important;
    box-shadow: 0 16px 30px rgba(20, 54, 66, 0.12);
}

.tv-billing-btn-danger {
    border: 1px solid rgba(184, 66, 85, 0.18);
    background: rgba(184, 66, 85, 0.08);
    color: #96364B !important;
}

.tv-billing-btn-danger:hover,
.tv-billing-btn-danger:focus {
    border-color: rgba(184, 66, 85, 0.35);
    box-shadow: 0 12px 24px rgba(184, 66, 85, 0.12);
}

.tv-billing-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #14614F;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none !important;
}

.tv-billing-text-link:hover,
.tv-billing-text-link:focus {
    color: #0E493C;
    text-decoration: none !important;
}

.tv-order-products {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
}

.tv-order-products div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(25, 65, 77, 0.09);
    border-radius: 16px;
    background: #F9FCFB;
}

.tv-order-product-copy {
    display: grid;
    gap: 0.28rem;
    min-width: 0;
}

    .tv-order-product-copy strong {
        color: #173244;
        font-size: 0.94rem;
        font-weight: 600 !important;
    }

    .tv-order-product-copy small {
        color: #607888;
        font-size: 0.84rem;
        font-weight: 600 !important;
        line-height: 1.45;
    }

.tv-order-product-type {
    width: fit-content;
    padding: 0.26rem 0.55rem;
    border: 1px solid rgba(31, 128, 102, 0.16);
    border-radius: 999px;
    background: rgba(70, 154, 129, 0.08);
    color: #14614F;
    font-size: 0.68rem;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tv-order-products > div > strong {
    flex: 0 0 auto;
    color: #607888;
    font-size: 0.9rem;
    font-weight: 600 !important;
}

.tv-order-actions {
    margin-top: 1rem;
}

.tv-billing-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.5rem;
}

    .tv-billing-pagination a,
    .tv-billing-pagination span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 2.45rem;
        min-height: 2.45rem;
        padding: 0 0.8rem;
        border: 1px solid rgba(25, 65, 77, 0.12);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.8);
        color: #24485D;
        font-size: 0.86rem;
        font-weight: 600 !important;
        text-decoration: none !important;
    }

.tv-billing-pagination a.active {
    border-color: rgba(31, 128, 102, 0.28);
    background: #14614F;
    color: #FFFFFF;
}

.tv-billing-pagination a.disabled {
    pointer-events: none;
    opacity: 0.45;
}

.tv-billing-empty {
    display: grid;
    justify-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
}

.tv-billing-empty img {
    width: min(100%, 18rem);
    margin-bottom: 1rem;
}

.tv-billing-empty h2 {
    max-width: 32rem;
}

.tv-billing-empty p {
    max-width: 34rem;
    margin-bottom: 1.2rem;
}

.tv-billing-modal {
    overflow: hidden;
}

.tv-billing-modal .modal-header,
.tv-billing-modal .modal-footer {
    border: 0;
    padding: 1.2rem 1.35rem;
}

.tv-billing-modal .modal-body {
    padding: 0 1.35rem 1.2rem;
}

.tv-billing-payment-element {
    min-height: 3rem;
    padding: 0.8rem;
    border: 1px solid rgba(25, 65, 77, 0.14);
    border-radius: 16px;
    background: #F9FCFB;
}

.tv-billing-confirm-card {
    overflow: hidden;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.22);
}

.tv-billing-confirm-icon {
    padding: 1.4rem 1.4rem 0;
}

.tv-billing-confirm-icon div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 18px;
    background: rgba(184, 66, 85, 0.09);
    color: #B84255;
    font-size: 1.35rem;
}

.tv-billing-confirm-body {
    padding: 1rem 1.4rem 1.4rem;
}

    .tv-billing-confirm-body span {
        color: #6D8290;
        font-size: 0.72rem;
        font-weight: 600 !important;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .tv-billing-confirm-body h2 {
        margin: 0.4rem 0 0;
        color: #071C2F;
        font-size: 1.55rem;
        font-weight: 600 !important;
        letter-spacing: -0.025em;
    }

.tv-billing-confirm-body p {
    margin: 0.75rem 0 0;
    color: #607888;
    font-size: 0.94rem;
    line-height: 1.6;
}

.tv-billing-confirm-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.tv-invoice-section {
    padding-bottom: 5rem;
}

.tv-invoice-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.tv-invoice-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

.tv-invoice-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
}

.tv-invoice-card {
    overflow: hidden;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.12);
    backdrop-filter: blur(18px);
    padding: clamp(1.2rem, 3vw, 2rem);
}

.tv-invoice-card-header,
.tv-invoice-brand,
.tv-invoice-summary,
.tv-invoice-party-grid,
.tv-invoice-line-item,
.tv-invoice-bottom,
.tv-invoice-follow-up {
    display: grid;
    gap: 1rem;
}

.tv-invoice-card-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid rgba(25, 65, 77, 0.1);
}

.tv-invoice-brand {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
}

.tv-invoice-brand img {
    max-width: 170px;
    max-height: 54px;
}

    .tv-invoice-brand span,
    .tv-invoice-summary span,
    .tv-invoice-party-card span,
    .tv-invoice-section-heading span,
    .tv-invoice-line-item span,
    .tv-invoice-note span,
    .tv-invoice-totals span {
        display: block;
        color: #6D8290;
        font-size: 0.72rem;
        font-weight: 600 !important;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .tv-invoice-brand h2 {
        margin: 0.3rem 0 0;
        color: #071C2F;
        font-size: clamp(1.35rem, 2.6vw, 2rem);
        font-weight: 600 !important;
        letter-spacing: -0.025em;
    }

.tv-invoice-status-block {
    display: grid;
    justify-items: end;
    gap: 0.45rem;
}

.tv-invoice-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.4rem 0.75rem;
    border: 1px solid rgba(31, 128, 102, 0.18);
    border-radius: 999px;
    background: rgba(70, 154, 129, 0.1);
    color: #14614F;
    font-size: 0.74rem;
    font-weight: 600 !important;
}

.tv-invoice-status-block strong {
    color: #607888;
    font-size: 0.9rem;
    font-weight: 600 !important;
}

.tv-invoice-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.2rem;
}

.tv-invoice-summary div,
.tv-invoice-party-card,
.tv-invoice-note,
.tv-invoice-totals {
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 20px;
    background: #F9FCFB;
}

.tv-invoice-summary div {
    padding: 1rem;
}

    .tv-invoice-summary strong,
    .tv-invoice-party-card h3,
    .tv-invoice-line-item strong,
    .tv-invoice-note h3,
    .tv-invoice-totals strong {
        display: block;
        margin: 0.35rem 0 0;
        color: #0F2638;
        font-size: 0.95rem;
        font-weight: 600 !important;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

.tv-invoice-party-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.tv-invoice-party-card {
    padding: 1rem;
}

.tv-invoice-party-card h3 {
    font-size: 1rem;
}

.tv-invoice-party-card p {
    margin: 0.3rem 0 0;
    color: #607888;
    font-size: 0.92rem;
    line-height: 1.5;
}

.tv-invoice-lines {
    margin-top: 1.2rem;
}

.tv-invoice-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

    .tv-invoice-section-heading strong {
        color: #173244;
        font-weight: 600 !important;
    }

.tv-invoice-line-item {
    grid-template-columns: minmax(14rem, 2fr) repeat(5, minmax(6rem, 1fr)) minmax(7rem, 1fr);
    align-items: stretch;
    padding: 1rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 20px;
    background: #FFFFFF;
}

.tv-invoice-line-item + .tv-invoice-line-item {
    margin-top: 0.75rem;
}

.tv-invoice-line-main small {
    display: block;
    margin-top: 0.3rem;
    color: #607888;
    font-size: 0.84rem;
    line-height: 1.45;
}

.tv-invoice-line-total {
    text-align: right;
}

.tv-invoice-line-total strong {
    color: #14614F;
}

.tv-invoice-bottom {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    align-items: stretch;
    margin-top: 1.2rem;
}

.tv-invoice-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

.tv-invoice-note p {
    margin: 0.55rem 0 0;
    color: #607888;
    line-height: 1.6;
}

.tv-invoice-totals {
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
}

.tv-invoice-totals div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
}

.tv-invoice-totals div + div {
    border-top: 1px solid rgba(25, 65, 77, 0.09);
}

.tv-invoice-totals strong {
    margin: 0;
}

.tv-invoice-total-paid {
    background: rgba(70, 154, 129, 0.1);
}

.tv-invoice-total-paid span,
.tv-invoice-total-paid strong {
    color: #14614F;
}

.tv-invoice-follow-up {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 1rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
}

.tv-invoice-follow-up p {
    margin: 0;
    color: #607888;
    line-height: 1.6;
}

.tv-email-preferences-section {
    padding-bottom: 5rem;
}

.tv-email-preferences-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.tv-email-preferences-intro,
.tv-email-preference-card,
.tv-email-preferences-footer {
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 60px rgba(20, 54, 66, 0.1);
    backdrop-filter: blur(18px);
}

.tv-email-preferences-intro {
    padding: clamp(1.15rem, 2.4vw, 1.55rem);
}

    .tv-email-preferences-intro span,
    .tv-email-preference-heading span,
    .tv-email-preferences-footer span {
        display: block;
        color: #6D8290;
        font-size: 0.72rem;
        font-weight: 600 !important;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

.tv-email-preferences-intro h2 {
    margin: 0.45rem 0 0;
    color: #071C2F;
    font-size: clamp(1.35rem, 2.3vw, 1.9rem);
    font-weight: 600;
    letter-spacing: -0.025em;
}

.tv-email-preferences-intro p,
.tv-email-preference-copy p,
.tv-email-preferences-footer p {
    margin: 0.55rem 0 0;
    color: #607888;
    font-size: 0.94rem;
    line-height: 1.65;
}

.tv-email-preference-list {
    display: grid;
    gap: 0.85rem;
}

.tv-email-preference-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: clamp(1rem, 2.2vw, 1.35rem);
}

.tv-email-preference-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 18px;
    background: #E8F5EF;
    color: #247A61;
    font-size: 1.1rem;
}

.tv-email-preference-copy {
    min-width: 0;
}

.tv-email-preference-heading strong {
    display: block;
    margin-top: 0.3rem;
    color: #0F2638;
    font-size: 1.02rem;
    font-weight: 600 !important;
    line-height: 1.3;
}

.tv-email-preference-control {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    min-width: 8.5rem;
}

.tv-email-preference-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.38rem 0.68rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
}

.tv-email-preference-status.is-subscribed {
    border: 1px solid rgba(36, 122, 97, 0.2);
    background: rgba(36, 122, 97, 0.1);
    color: #14614F;
}

.tv-email-preference-status.is-unsubscribed {
    border: 1px solid rgba(96, 120, 136, 0.18);
    background: rgba(96, 120, 136, 0.08);
    color: #607888;
}

.tv-email-preferences-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1rem, 2.2vw, 1.35rem);
}

.tv-email-preferences-footer p {
    max-width: 42rem;
}

.tv-email-unsubscribe-btn {
    border: 1px solid rgba(184, 66, 85, 0.18);
    background:
        linear-gradient(135deg, rgba(184, 66, 85, 0.08), rgba(255, 255, 255, 0.96)),
        #FFFFFF;
    color: #96364B !important;
    box-shadow: 0 12px 24px rgba(184, 66, 85, 0.08);
}

.tv-email-unsubscribe-btn:hover,
.tv-email-unsubscribe-btn:focus {
    border-color: rgba(184, 66, 85, 0.34);
    color: #842B3F !important;
    box-shadow: 0 16px 30px rgba(184, 66, 85, 0.13);
}

.tv-email-unsubscribe-btn i {
    color: #B84255;
}

@media (max-width: 1199px) {
    .tv-billing-layout {
        grid-template-columns: 1fr;
    }

    .tv-billing-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tv-invoice-line-item {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tv-invoice-line-main {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .tv-billing-detail-grid,
    .tv-order-meta-grid {
        grid-template-columns: 1fr;
    }

    .tv-billing-card-top,
    .tv-order-card-main,
    .tv-billing-payment-row,
    .tv-billing-card-footer,
    .tv-billing-renewal-panel,
    .tv-billing-attention {
        align-items: stretch;
        flex-direction: column;
    }

    .tv-order-total {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .tv-billing-status {
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .tv-billing-pill {
        margin-left: auto;
        margin-right: auto;
    }

    .tv-billing-inline-actions,
    .tv-order-actions,
    .tv-billing-confirm-actions,
    .tv-billing-btn {
        width: 100%;
    }

    .tv-invoice-hero,
    .tv-invoice-card-header,
    .tv-invoice-summary,
    .tv-invoice-party-grid,
    .tv-invoice-line-item,
    .tv-invoice-bottom,
    .tv-invoice-follow-up {
        grid-template-columns: 1fr;
    }

    .tv-invoice-hero-actions {
        justify-content: flex-start;
    }

    .tv-invoice-status-block,
    .tv-invoice-line-total {
        justify-items: start;
        text-align: left;
    }

    .tv-invoice-brand {
        grid-template-columns: 1fr;
    }

    .tv-invoice-brand img {
        max-width: 150px;
    }

    .tv-email-preference-card,
    .tv-email-preferences-footer {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .tv-email-preferences-footer {
        flex-direction: column;
    }

    .tv-email-preference-control {
        justify-items: stretch;
        min-width: 0;
    }

    .tv-email-preference-status,
    .tv-email-preferences-footer .tv-billing-btn {
        width: 100%;
    }
}

.tv-checkout-section {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 94px);
    padding: 7.75rem 0 4.5rem;
    background:
        radial-gradient(circle at 12% 14%, rgba(70, 154, 129, 0.16), transparent 32rem),
        radial-gradient(circle at 90% 12%, rgba(13, 49, 70, 0.12), transparent 28rem),
        linear-gradient(135deg, #F4FBF8 0%, #EEF7F4 45%, #FFFFFF 100%);
}

.tv-checkout-section::before {
    content: "";
    position: absolute;
    inset: auto -8rem -18rem -8rem;
    height: 28rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #FFFFFF 62%);
    pointer-events: none;
}

.tv-checkout-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.tv-checkout-glow-primary {
    width: 17rem;
    height: 17rem;
    top: 10%;
    right: 8%;
    background: rgba(70, 154, 129, 0.15);
}

.tv-checkout-glow-secondary {
    width: 12rem;
    height: 12rem;
    bottom: 12%;
    left: 8%;
    background: rgba(210, 235, 224, 0.9);
}

.tv-checkout-container {
    position: relative;
    z-index: 1;
}

.tv-checkout-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 1.5rem;
}

.tv-checkout-logo-link {
    display: inline-flex;
    margin-bottom: 1.75rem;
}

.tv-checkout-logo {
    max-height: 58px;
    width: auto;
}

.tv-checkout-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.85rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: rgba(70, 154, 129, 0.11);
    color: #1B6B55;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tv-checkout-hero h1 {
    max-width: 46rem;
    margin: 0;
    color: #071C2F;
    font-size: clamp(1.9rem, 3vw, 2.3rem);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.tv-checkout-hero p {
    max-width: 42rem;
    margin: 1.15rem 0 0;
    color: #385466;
    font-size: 1.04rem;
    line-height: 1.75;
}

.tv-checkout-trust-card,
.tv-checkout-accordion .card {
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 60px rgba(20, 54, 66, 0.1);
    backdrop-filter: blur(18px);
}

.tv-checkout-trust-card {
    display: grid;
    gap: 0.85rem;
    padding: 1.1rem;
    width: 100%;
}

.tv-checkout-trust-card div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #24485D;
    font-size: 0.92rem;
    font-weight: 600;
}

.tv-checkout-trust-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 14px;
    background: #E8F5EF;
    color: #247A61;
}

.tv-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.tv-checkout-main {
    min-width: 0;
}

.tv-checkout-terms-note {
    margin-bottom: 1rem;
    padding: 0.95rem 1.1rem;
    border: 1px solid rgba(70, 154, 129, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    color: #536B7A;
    font-size: 0.92rem;
    line-height: 1.65;
}

.tv-checkout-terms-note a,
.tv-checkout-link,
.tv-checkout-payment-note a {
    color: #14614F;
    font-weight: 600;
    text-decoration: none;
}

.tv-checkout-terms-note a:hover,
.tv-checkout-link:hover,
.tv-checkout-payment-note a:hover {
    color: #0E493C;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.tv-checkout-accordion {
    display: grid;
    gap: 1rem;
}

.tv-checkout-accordion .card {
    overflow: hidden;
    margin: 0;
}

.tv-checkout-accordion .card-header {
    border: 0;
    background: transparent;
    padding: 0;
}

.tv-checkout-accordion .card-header a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem;
    width: 100%;
    padding: 1.1rem 1.25rem;
    color: #0F2638 !important;
    text-decoration: none;
}

.tv-checkout-accordion .card-header a::after,
.accordion.accordion-modern-status .card .card-header a:after {
    content: none !important;
}

.tv-checkout-accordion .card-body {
    padding: 0 1.25rem 1.25rem;
}

.tv-checkout-step-title {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.tv-checkout-step-title strong,
.tv-checkout-step-title small {
    display: block;
}

.tv-checkout-step-title strong {
    color: #0F2638;
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 1.2;
}

.tv-checkout-step-title small {
    margin-top: 0.18rem;
    color: #6D8290;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 1.45;
}

.tv-checkout-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(70, 154, 129, 0.18);
    border-radius: 16px;
    background: #E8F5EF;
    color: #1F8066;
    font-size: 0.95rem;
    font-weight: 600 !important;
}

.tv-checkout-step-number-complete {
    border-color: rgba(31, 128, 102, 0.22);
    background: #1F8066;
    color: #FFFFFF;
}

.tv-checkout-step-number i {
    margin-right: 0 !important;
}

.tv-checkout-step-side-note {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.72rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #123044;
    font-size: 0.92rem;
    font-weight: 600;
    white-space: nowrap;
}

.tv-checkout-text-btn {
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 999px;
    background: #FFFFFF;
    color: #14614F;
    padding: 0.55rem 0.9rem;
    font-size: 0.82rem;
    font-weight: 600;
}

.tv-checkout-text-btn:hover,
.tv-checkout-text-btn:focus {
    border-color: rgba(70, 154, 129, 0.35);
    color: #0E493C;
    box-shadow: 0 10px 20px rgba(20, 54, 66, 0.08);
}

.tv-checkout-cart-table-wrap {
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 20px;
    background: #FFFFFF;
}

.tv-checkout-cart-table {
    margin: 0 !important;
}

.tv-checkout-cart-table td {
    border-color: rgba(25, 65, 77, 0.08) !important;
    padding: 1rem !important;
    vertical-align: middle;
}

.tv-checkout-cart-table .product-price,
.tv-checkout-cart-table .product-subtotal,
#total-checkout-cart-price,
#total-payment-cart-price {
    white-space: nowrap;
}

.tv-checkout-cart-table .product-price,
.tv-checkout-cart-table .product-subtotal {
    min-width: 8.5rem;
}

.tv-checkout-item-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
    color: #0F2638;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
}

.tv-checkout-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tv-checkout-item-meta {
    display: block;
    margin-top: 0.35rem;
    color: #6D8290;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tv-checkout-item-meta a {
    color: #14614F;
    text-transform: none;
    letter-spacing: 0;
}

.tv-checkout-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #E8F5EF;
    color: #1B6B55;
    font-size: 0.72rem;
    font-weight: 600 !important;
}

.tv-checkout-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 999px;
    background: #FFFFFF;
    color: #7B5360;
    text-decoration: none;
}

.tv-checkout-icon-btn:hover,
.tv-checkout-icon-btn:focus {
    border-color: rgba(211, 82, 102, 0.22);
    color: #B84255;
    box-shadow: 0 10px 20px rgba(20, 54, 66, 0.08);
}

.tv-checkout-cart-table .quantity {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 999px;
    background: #FFFFFF;
}

.tv-checkout-quantity {
    float: none !important;
}

.tv-checkout-cart-table .quantity .minus,
.tv-checkout-cart-table .quantity .plus,
.tv-checkout-cart-table .quantity .qty {
    border: 0 !important;
    background: transparent !important;
    color: #0F2638 !important;
    box-shadow: none !important;
}

.tv-checkout-cart-table .quantity .minus,
.tv-checkout-cart-table .quantity .plus {
    width: 2.1rem;
    font-weight: 600;
}

.tv-checkout-cart-table .quantity .qty {
    width: 3rem;
    text-align: center;
}

.tv-checkout-cart-amount,
.tv-checkout-total-label,
.tv-checkout-cart-total-amount {
    color: #171940;
    font-weight: 600;
}

.tv-checkout-cart-total-amount {
    font-size: 1.1rem;
}

.tv-checkout-step-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
}

.tv-checkout-primary-btn,
.tv-checkout-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.05rem;
    border-radius: 999px;
    padding: 0 1.35rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.tv-checkout-primary-btn {
    border: 0;
    background: linear-gradient(135deg, #1F8066 0%, #14614F 100%);
    color: #FFFFFF;
    box-shadow: 0 14px 30px rgba(31, 128, 102, 0.24);
}

.tv-checkout-primary-btn:hover,
.tv-checkout-primary-btn:focus {
    transform: translateY(-1px);
    color: #FFFFFF;
    box-shadow: 0 18px 36px rgba(31, 128, 102, 0.3);
}

.tv-checkout-primary-btn:disabled {
    opacity: 0.72;
    cursor: wait;
}

.tv-checkout-secondary-btn {
    border: 1px solid rgba(25, 65, 77, 0.14);
    background: #FFFFFF;
    color: #123044;
}

.tv-checkout-secondary-btn:hover,
.tv-checkout-secondary-btn:focus {
    transform: translateY(-1px);
    border-color: rgba(70, 154, 129, 0.35);
    color: #14614F;
    box-shadow: 0 12px 24px rgba(20, 54, 66, 0.1);
}

.tv-checkout-empty {
    background:
        radial-gradient(circle at 50% 0%, rgba(31, 128, 102, 0.09), transparent 15rem),
        #FFFFFF;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 22px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
    padding: 2rem;
    text-align: center;
}

.tv-checkout-empty img {
    max-width: 132px;
    margin-bottom: 1rem;
}

    .tv-checkout-empty h3 {
        margin: 0;
        color: #071C2F;
        font-size: 1.45rem;
        font-weight: 600 !important;
    }

.tv-checkout-empty p {
    margin: 0.5rem 0 1.2rem;
    color: #607888;
    line-height: 1.55;
    max-width: 24rem;
}

.tv-checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tv-checkout-form-grid .form-group {
    margin: 0;
}

.tv-checkout-form-grid .form-label {
    margin-bottom: 0.45rem;
    color: #173244 !important;
    font-size: 0.82rem !important;
    font-weight: 600;
}

.tv-checkout-form-grid .form-label span {
    color: #B84255;
}

.tv-checkout-form-grid .form-control {
    min-height: 3.15rem;
    border: 1px solid rgba(25, 65, 77, 0.15);
    border-radius: 16px;
    background: #F9FCFB;
    color: #0F2638;
    box-shadow: none;
    font-size: 0.95rem !important;
}

.tv-checkout-form-grid .form-control:focus {
    border-color: rgba(70, 154, 129, 0.72);
    background: #FFFFFF;
    box-shadow: 0 0 0 0.22rem rgba(70, 154, 129, 0.13);
}

.tv-checkout-form-grid .invalid-feedback,
#payment-message {
    color: #B84255;
    font-size: 0.84rem;
    font-weight: 600;
}

.tv-checkout-payment-items {
    display: grid;
    gap: 0.85rem;
}

.tv-checkout-payment-item,
.tv-checkout-payment-summary-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .tv-checkout-payment-item strong {
        color: #0F2638;
        font-weight: 600 !important;
    }

.tv-checkout-payment-item span {
    display: block;
    margin-top: 0.25rem;
    color: #718797;
    font-size: 0.86rem;
    font-weight: 600;
}

.tv-checkout-payment-summary {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 20px;
    background: #FFFFFF;
}

.tv-checkout-payment-summary-header {
    margin-bottom: 0.85rem;
    color: #607888;
    font-weight: 600;
}

.tv-checkout-payment-summary-header strong {
    color: #071C2F;
    font-size: 1.2rem;
}

.tv-checkout-payment-item {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(25, 65, 77, 0.08);
}

.tv-checkout-payment-element-wrap {
    min-height: 3rem;
    margin-top: 1rem;
    padding: 0.9rem;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 18px;
    background: #FFFFFF;
}

.tv-checkout-payment-note {
    display: flex;
    gap: 0.85rem;
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(70, 154, 129, 0.18);
    border-radius: 18px;
    background: #F0F8F4;
    color: #3E596B;
    font-size: 0.9rem;
    line-height: 1.65;
}

.tv-checkout-payment-note i {
    color: #1F8066;
    font-size: 1.05rem;
    margin-top: 0.2rem;
}

.checkout-loader-overlay {
    position: absolute;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 28px;
    background: rgba(244, 251, 248, 0.82);
    backdrop-filter: blur(12px);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.tv-public-popup-wrap {
    margin: 40px auto;
    max-width: 540px;
    width: calc(100% - 32px);
}

.tv-public-modal {
    background:
        radial-gradient(circle at 92% 0%, rgba(31, 128, 102, 0.1), transparent 16rem),
        #FFFFFF;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 26px;
    box-shadow: 0 28px 80px rgba(20, 54, 66, 0.2);
    overflow: hidden;
    position: relative;
}

.tv-public-modal::before {
    background: linear-gradient(90deg, #1F8066 0%, #08A88A 55%, #F5A623 100%);
    content: "";
    display: block;
    height: 0.36rem;
    inset: 0 0 auto;
    position: absolute;
}

.tv-public-modal-sm {
    margin: 40px auto;
    max-width: 520px;
    width: calc(100vw - 32px);
}

.tv-public-modal-session {
    text-align: center;
}

.tv-public-modal-header {
    align-items: flex-start;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1.55rem 1.55rem 0;
}

.tv-public-modal-header-centered {
    justify-items: center;
    grid-template-columns: 1fr;
    padding: 2.1rem 1.55rem 1.55rem;
}

.tv-public-modal-icon {
    align-items: center;
    background: linear-gradient(135deg, #E8F6F1 0%, #FFFFFF 100%);
    border: 1px solid rgba(31, 128, 102, 0.14);
    border-radius: 18px;
    color: #1F8066;
    display: inline-flex;
    font-size: 1.2rem;
    height: 3.35rem;
    justify-content: center;
    width: 3.35rem;
}

.tv-public-modal-icon-danger {
    background: linear-gradient(135deg, #FFF1F3 0%, #FFFFFF 100%);
    border-color: rgba(184, 66, 85, 0.18);
    color: #B84255;
}

.tv-public-modal-kicker {
    color: #1F8066;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 600 !important;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.tv-public-modal h2 {
    color: #171940;
    font-size: clamp(1.35rem, 2.8vw, 1.8rem);
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 0.25rem 0 0.45rem;
}

.tv-public-modal p {
    color: #607888;
    font-size: 0.95rem;
    line-height: 1.62;
    margin: 0;
}

.tv-public-modal-body {
    padding: 1.2rem 1.55rem;
}

.tv-public-modal-footer {
    align-items: center;
    background: #F7FBFA;
    border-top: 1px solid rgba(25, 65, 77, 0.08);
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 1rem 1.55rem;
}

.tv-public-form-group {
    display: grid;
    gap: 0.45rem;
}

    .tv-public-form-group label {
        color: #173244;
        font-size: 0.82rem;
        font-weight: 600 !important;
    }

.tv-public-form-group label span {
    color: #B84255;
}

.tv-public-form-group .form-control {
    background: #fff;
    border: 1px solid rgba(25, 65, 77, 0.15);
    border-radius: 16px;
    color: #173244;
    min-height: 3.15rem;
    padding: 0.7rem 0.9rem;
}

.tv-public-form-group .form-control:focus {
    border-color: rgba(31, 128, 102, 0.55);
    box-shadow: 0 0 0 0.18rem rgba(31, 128, 102, 0.13);
}

    .tv-public-form-group .invalid-feedback {
        color: #B84255;
        font-size: 0.8rem;
        font-weight: 600 !important;
    }

.tv-public-countdown-pill {
    align-items: center;
    background: #F4FAF8;
    border: 1px solid rgba(31, 128, 102, 0.14);
    border-radius: 999px;
    color: #1F8066;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 600 !important;
    gap: 0.45rem;
    justify-content: center;
    margin-top: 0.35rem;
    padding: 0.55rem 0.85rem;
}

.tv-public-countdown-pill strong {
    color: #171940;
    min-width: 1.5ch;
}

.mfp-content .tv-public-modal .mfp-close,
.mfp-content .tv-plan-summary-modal .mfp-close {
    color: #173244;
}

.tv-plan-summary-modal {
    width: min(840px, calc(100vw - 2rem));
    padding: clamp(1.25rem, 3vw, 2rem);
}

.tv-plan-summary-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: start;
    margin-bottom: 1.25rem;
}

.tv-plan-summary-header h2 {
    margin: 0;
    color: #071C2F;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.tv-plan-summary-header p {
    margin: 0.75rem 0 0;
    color: #536B7A;
    font-size: 0.98rem;
    line-height: 1.7;
}

.tv-plan-summary-price {
    min-width: 9rem;
    padding: 1rem;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 20px;
    background: #F8FCFA;
    text-align: right;
}

    .tv-plan-summary-price span,
    .tv-plan-summary-price small,
    .tv-plan-summary-price-grid span,
    .tv-plan-summary-price-grid small {
        display: block;
        color: #6D8290;
        font-size: 0.78rem;
        font-weight: 600 !important;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .tv-plan-summary-price strong {
        display: block;
        margin: 0.2rem 0;
        color: #071C2F;
        font-size: 2rem;
        font-weight: 600 !important;
        letter-spacing: -0.03em;
    }

.tv-plan-summary-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.tv-plan-summary-price-grid div,
.tv-plan-summary-feature {
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 18px;
    background: #FFFFFF;
}

.tv-plan-summary-price-grid div {
    padding: 1rem;
}

    .tv-plan-summary-price-grid strong {
        display: block;
        margin-top: 0.28rem;
        color: #0F2638;
        font-size: 1.1rem;
        font-weight: 600 !important;
    }

.tv-plan-summary-price-grid small {
    margin-top: 0.35rem;
    letter-spacing: 0;
    text-transform: none;
}

.tv-plan-summary-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    max-height: min(44vh, 30rem);
    overflow: auto;
    padding-right: 0.15rem;
}

.tv-plan-summary-feature {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.9rem;
}

.tv-plan-summary-feature i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 12px;
    background: #E8F5EF;
    color: #1F8066;
    font-size: 0.78rem;
    margin-right: 0 !important;
}

    .tv-plan-summary-feature strong {
        display: block;
        color: #0F2638;
        font-size: 0.92rem;
        font-weight: 600 !important;
        line-height: 1.3;
    }

.tv-plan-summary-feature span {
    display: block;
    margin-top: 0.2rem;
    color: #607888;
    font-size: 0.84rem;
    line-height: 1.5;
}

.tv-checkout-page #header .header-body {
    position: absolute !important;
}

html.sticky-header-active body.tv-checkout-page #header .header-body,
html.sticky-header-enabled body.tv-checkout-page #header .header-body {
    position: absolute !important;
    top: 0 !important;
}

body.tv-checkout-page #header .header-container {
    height: auto !important;
}

html.sticky-header-active body.tv-checkout-page #header.header-effect-shrink .header-container {
    min-height: inherit !important;
    height: auto !important;
}

body.tv-checkout-page .sticky-wrapper {
    height: auto !important;
}

.tv-mfp-centered .mfp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.tv-mfp-centered .mfp-content {
    width: auto;
    max-width: calc(100vw - 3rem);
    margin: 0 auto;
}

.tv-mfp-centered.mfp-wrap {
    overflow-y: auto;
}

.checkout-loader-overlay:not(.d-none) {
    opacity: 1;
}

.checkout-spinner {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 0.85rem;
    border: 4px solid rgba(31, 128, 102, 0.16);
    border-top-color: #1F8066;
    border-radius: 50%;
    animation: tv-checkout-spin 0.85s linear infinite;
}

@keyframes tv-checkout-spin {
    to {
        transform: rotate(360deg);
    }
}

#checkoutLoader p {
    margin: 0;
    color: #173244;
    font-size: 1rem;
    font-weight: 600 !important;
}

@media (max-width: 1199px) {
    .tv-checkout-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tv-checkout-section {
        padding: 8.75rem 0 2.75rem;
    }

    .tv-checkout-hero h1 {
        font-size: 1.85rem;
        line-height: 1.05;
    }

    .tv-checkout-form-grid {
        grid-template-columns: 1fr;
    }

    .tv-checkout-step-actions,
    .tv-checkout-payment-item,
    .tv-checkout-payment-summary-header {
        align-items: stretch;
        flex-direction: column;
        gap: 0.5rem;
    }

    .tv-checkout-primary-btn,
    .tv-checkout-secondary-btn {
        width: 100%;
    }

    .tv-checkout-accordion .card-header a {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .tv-checkout-item-title {
        flex-wrap: wrap;
        white-space: normal;
    }

    .tv-plan-summary-header,
    .tv-plan-summary-price-grid,
    .tv-plan-summary-feature-grid {
        grid-template-columns: 1fr;
    }

    .tv-plan-summary-price {
        text-align: left;
    }
}

.invoice-success-header {
    overflow: hidden;
}

.invoice-success-icon {
    align-items: center;
    background: #e7f4f4;
    border: 1px solid rgba(0, 109, 111, 0.16);
    border-radius: 50%;
    color: #006d6f;
    display: inline-flex;
    font-size: 1.6rem;
    height: 72px;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 72px;
}

.invoice-success-summary {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 109, 111, 0.14);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 35, 52, 0.08);
    display: inline-flex;
    gap: 2rem;
    justify-content: center;
    padding: 1rem 1.5rem;
}

.invoice-success-summary div {
    min-width: 160px;
}

    .invoice-success-summary span,
    .invoice-eyebrow,
    .invoice-summary-label,
    .invoice-party-label {
        color: #667085;
        display: block;
        font-size: 0.75rem;
        font-weight: 600 !important;
        letter-spacing: 0.04em;
        line-height: 1.4;
        text-transform: uppercase;
    }

.invoice-success-summary strong {
    color: #263238;
    display: block;
    font-size: 1rem;
    margin-top: 0.15rem;
}

.invoice-section {
    padding: 2.75rem 0 4.5rem;
}

.invoice-shell {
    margin: 0 auto;
    max-width: 1120px;
}

.invoice-toolbar {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.invoice-title {
    color: #263238;
    font-size: 1.6rem;
    font-weight: 600 !important;
}

.invoice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.invoice-card {
    background: #fff;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(15, 35, 52, 0.08);
    padding: 2rem;
}

.invoice-card-header {
    align-items: center;
    border-bottom: 1px solid #edf0f4;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

.invoice-brand img {
    max-height: 42px;
    max-width: 170px;
}

.invoice-status-block {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.invoice-status {
    background: #e9f7ef;
    border: 1px solid #bfe8cd;
    border-radius: 999px;
    color: #2e7d32;
    font-size: 0.78rem;
    font-weight: 600 !important;
    line-height: 1;
    padding: 0.45rem 0.8rem;
    text-transform: uppercase;
}

.invoice-date {
    color: #667085;
    font-size: 0.9rem;
}

.invoice-summary {
    background: #f8fbfb;
    border: 1px solid rgba(0, 109, 111, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.5rem;
    padding: 1rem;
}

.invoice-summary strong {
    color: #263238;
    display: block;
    font-size: 1rem;
    margin-top: 0.25rem;
}

.invoice-party-card {
    border: 1px solid #d9dee7;
    border-radius: 8px;
    height: 100%;
    padding: 1.25rem;
}

    .invoice-party-card h5 {
        color: #263238;
        font-size: 1rem;
        font-weight: 600 !important;
        margin: 0.45rem 0 0.6rem;
    }

.invoice-party-card p {
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.45;
    margin-bottom: 0.25rem;
}

.invoice-line-items {
    margin-top: 1.75rem;
}

.invoice-table {
    border: 1px solid #d9dee7;
    border-radius: 8px;
    overflow: hidden;
}

    .invoice-table thead th {
        background: #263238;
        border: 0;
        color: #fff;
        font-size: 0.78rem;
        font-weight: 600 !important;
        padding: 0.8rem 0.9rem;
        white-space: nowrap;
    }

.invoice-table tbody td {
    border-color: #edf0f4;
    color: #3f4a54;
    font-size: 0.92rem;
    padding: 1rem 0.9rem;
    vertical-align: top;
}

.invoice-table tbody td strong {
    color: #263238;
    display: block;
}

.invoice-table tbody td span {
    color: #667085;
    display: block;
    font-size: 0.82rem;
    margin-top: 0.2rem;
}

.invoice-bottom {
    align-items: flex-start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) 320px;
    margin-top: 1.75rem;
}

.invoice-note {
    background: #f8f9fb;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    padding: 1.25rem;
}

    .invoice-note h5 {
        color: #263238;
        font-size: 1rem;
        font-weight: 600 !important;
        margin-bottom: 0.35rem;
    }

.invoice-note p {
    color: #667085;
    margin-bottom: 0;
}

.invoice-totals {
    border: 1px solid #d9dee7;
    border-radius: 8px;
    overflow: hidden;
}

.invoice-totals div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.85rem 1rem;
}

.invoice-totals div + div {
    border-top: 1px solid #edf0f4;
}

.invoice-totals span {
    color: #667085;
    font-size: 0.92rem;
}

.invoice-totals strong {
    color: #263238;
}

.invoice-totals .invoice-total-paid {
    background: #e7f4f4;
}

    .invoice-totals .invoice-total-paid span,
    .invoice-totals .invoice-total-paid strong {
        color: #006d6f;
        font-size: 1.05rem;
        font-weight: 600 !important;
    }

.invoice-follow-up {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
    text-align: center;
}

.invoice-follow-up p {
    color: #667085;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .invoice-toolbar,
    .invoice-card-header,
    .invoice-follow-up {
        align-items: stretch;
        flex-direction: column;
    }

    .invoice-actions {
        justify-content: flex-start;
    }

    .invoice-status-block {
        align-items: flex-start;
    }

    .invoice-summary,
    .invoice-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .invoice-success-summary {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        width: 100%;
    }

    .invoice-success-summary div { min-width: 0; }

    .invoice-card { padding: 1.25rem; }

    .invoice-actions .btn { width: 100%; }
}

.trueviewly-maintenance-banner {
    background: linear-gradient(90deg, #171940 0%, #006d6f 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 36px rgba(23, 25, 64, 0.12);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

#header .trueviewly-maintenance-banner.header-top {
    min-height: 0;
    overflow: hidden;
}

.trueviewly-maintenance-banner__inner {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    min-height: 40px;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: center;
}

.trueviewly-maintenance-banner__icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.trueviewly-maintenance-banner__message {
    line-height: 1.45;
}

@media (max-width: 575px) {
    .trueviewly-maintenance-banner {
        font-size: 0.82rem;
    }

    .trueviewly-maintenance-banner__inner {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
}

.trueviewly-hero {
    overflow: hidden;
}

.trueviewly-hero-image {
    border: 1px solid rgba(23, 25, 64, 0.08);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(23, 25, 64, 0.14);
    margin-left: 1.25rem;
}

.trueviewly-workflow-card {
    background: #fff;
    border: 1px solid rgba(36, 50, 74, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(36, 50, 74, 0.08);
    height: 100%;
    padding: 2rem;
    text-align: center;
}

.trueviewly-workflow-card i {
    align-items: center;
    background: #e7f4f4;
    border-radius: 50%;
    color: #006d6f;
    display: inline-flex;
    font-size: 1.75rem;
    height: 72px;
    justify-content: center;
    margin-bottom: 1.25rem;
    width: 72px;
}

    .trueviewly-workflow-card h4 {
        color: #263238;
        font-weight: 600 !important;
        margin-bottom: 0.75rem;
    }

.trueviewly-workflow-card p {
    color: #667085;
    margin-bottom: 0;
}

.trueviewly-trust-list {
    background: #fff;
    border: 1px solid rgba(36, 50, 74, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(36, 50, 74, 0.08);
    padding: 1.5rem;
}

.trueviewly-trust-list div {
    align-items: flex-start;
    display: flex;
    gap: 0.85rem;
    padding: 0.85rem 0;
}

.trueviewly-trust-list div + div {
    border-top: 1px solid #edf0f4;
}

.trueviewly-trust-list i {
    color: #006d6f;
    font-size: 1.1rem;
    margin-top: 0.15rem;
}

.trueviewly-trust-list span {
    color: #3f4a54;
    font-weight: 600;
}

.trueviewly-public-header {
    overflow: hidden;
}

.tv-policy-section {
    background:
        radial-gradient(circle at 8% 2%, rgba(8, 168, 138, 0.1), transparent 22rem),
        radial-gradient(circle at 92% 16%, rgba(245, 166, 35, 0.1), transparent 22rem),
        linear-gradient(180deg, #F7FBFA 0%, #FFFFFF 54%, #F8FAF9 100%);
    padding: 2.3rem 0 5rem;
}

.tv-policy-layout {
    align-items: start;
    display: grid;
    gap: 1.1rem;
    grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
    margin: 0 auto;
}

.tv-policy-rail {
    align-self: start;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 22px;
    box-shadow: 0 18px 52px rgba(20, 54, 66, 0.08);
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
}

    .tv-policy-rail span,
    .tv-policy-kicker {
        color: #1F8066;
        display: inline-flex;
        font-size: 0.72rem;
        font-weight: 600 !important;
        letter-spacing: 0.13em;
        text-transform: uppercase;
    }

.tv-policy-rail span {
    margin-bottom: 0.45rem;
    padding: 0 0.35rem;
}

.tv-policy-rail a {
    border-radius: 13px;
    color: #4D6373;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0.68rem 0.75rem;
    text-decoration: none !important;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.tv-policy-rail a:hover,
.tv-policy-rail a:focus {
    background: #F1F8F5;
    color: #14614F;
    transform: translateX(2px);
}

.trueviewly-policy-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.09);
    margin: 0 auto;
    max-width: 920px;
    padding: 2.1rem;
}

.tv-policy-document {
    max-width: none;
}

.tv-policy-intro {
    background:
        radial-gradient(circle at 88% 0%, rgba(31, 128, 102, 0.13), transparent 16rem),
        linear-gradient(135deg, #FFFFFF 0%, #F3FAF7 100%);
    border: 1px solid rgba(31, 128, 102, 0.11);
    border-radius: 22px;
    margin-bottom: 1.7rem;
    padding: 1.25rem;
}

.trueviewly-policy-card h2 {
    align-items: center;
    color: #171940;
    display: flex;
    font-size: 1.22rem;
    font-weight: 600;
    gap: 0.75rem;
    line-height: 1.2;
    margin: 2rem 0 0.7rem;
    scroll-margin-top: 125px;
}

.trueviewly-policy-card h2::before {
    background: linear-gradient(135deg, #1F8066 0%, #08A88A 100%);
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 0.58rem;
    width: 0.58rem;
}

.trueviewly-policy-card h2:first-of-type {
    margin-top: 0;
}

.trueviewly-policy-card p {
    color: #4D6373;
    font-size: 0.98rem;
    line-height: 1.75;
}

.trueviewly-policy-card .lead {
    color: #173244;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.7;
    margin: 0.45rem 0 0.85rem;
}

.tv-policy-updated {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 999px;
    color: #607888 !important;
    display: inline-flex;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0.45rem 0.72rem;
}

.trueviewly-policy-card a {
    color: #006D6F;
    font-weight: 600 !important;
    text-decoration: none;
}

.trueviewly-policy-card a:hover,
.trueviewly-policy-card a:focus {
    color: #1F8066;
    text-decoration: underline;
}

.tv-policy-action-btn {
    margin-top: 0.25rem;
}

.tv-contact-layout {
    align-items: stretch;
    display: grid;
    gap: 1.1rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    margin: 0 auto;
}

.tv-contact-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.09);
    padding: 1.55rem;
}

.tv-contact-primary {
    background:
        radial-gradient(circle at 86% 0%, rgba(8, 168, 138, 0.12), transparent 20rem),
        rgba(255, 255, 255, 0.94);
}

.tv-contact-card h2 {
    color: #171940;
    font-size: clamp(1.45rem, 2.4vw, 2.05rem);
    font-weight: 600;
    line-height: 1.08;
    margin: 0.35rem 0 0.65rem;
}

.tv-contact-card p {
    color: #4D6373;
    line-height: 1.65;
}

.trueviewly-contact-method {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(31, 128, 102, 0.14);
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(20, 54, 66, 0.075);
    color: #173244;
    display: flex;
    gap: 1rem;
    margin: 1.2rem 0;
    padding: 1rem;
    text-decoration: none !important;
}

.trueviewly-contact-method:hover,
.trueviewly-contact-method:focus {
    border-color: rgba(31, 128, 102, 0.35);
    box-shadow: 0 20px 52px rgba(31, 128, 102, 0.13);
    color: #173244;
}

.trueviewly-contact-method i {
    align-items: center;
    background: linear-gradient(135deg, #E8F6F1 0%, #FFFFFF 100%);
    border: 1px solid rgba(31, 128, 102, 0.12);
    border-radius: 16px;
    color: #1F8066;
    display: inline-flex;
    font-size: 1.15rem;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.trueviewly-contact-method strong,
.trueviewly-contact-method span span {
    display: block;
}

    .trueviewly-contact-method strong {
        color: #171940;
        font-size: 0.95rem;
        font-weight: 600 !important;
    }

    .trueviewly-contact-method span span {
        color: #006D6F;
        font-weight: 600 !important;
        margin-top: 0.15rem;
    }

.tv-contact-guidance {
    background: #F7FBFA;
    border: 1px solid rgba(25, 65, 77, 0.08);
    border-radius: 20px;
    padding: 1rem;
}

.tv-contact-guidance h3 {
    color: #171940;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.7rem;
}

.tv-contact-guidance ul {
    color: #4D6373;
    display: grid;
    gap: 0.55rem;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tv-contact-guidance li {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.tv-contact-guidance li::before {
    background: #1F8066;
    border-radius: 999px;
    content: "";
    height: 0.42rem;
    margin-top: 0.55rem;
    width: 0.42rem;
}

.tv-contact-business {
    background: #F7FBFA;
    border: 1px solid rgba(25, 65, 77, 0.08);
    border-radius: 20px;
    display: grid;
    gap: 0.35rem;
    margin: 1rem 0;
    padding: 1rem;
}

    .tv-contact-business strong {
        color: #171940;
        font-weight: 600 !important;
    }

    .tv-contact-business span {
        color: #607888;
        font-weight: 600 !important;
    }

.tv-contact-note {
    align-items: flex-start;
    background: #F4FAF8;
    border: 1px solid rgba(31, 128, 102, 0.12);
    border-radius: 18px;
    display: flex;
    gap: 0.75rem;
    padding: 0.9rem;
}

.tv-contact-note + .tv-contact-note {
    margin-top: 0.75rem;
}

.tv-contact-note i {
    color: #1F8066;
    margin-top: 0.25rem;
}

.tv-contact-note p {
    font-size: 0.88rem;
    font-weight: 600;
    margin: 0;
}

.tv-contact-note-warning {
    background: #FFF8E8;
    border-color: rgba(245, 166, 35, 0.24);
}

.tv-contact-note-warning i {
    color: #B87912;
}

.trueviewly-footer-logo {
    background: #fff;
    border-radius: 8px;
    max-height: 44px;
    padding: 0.4rem 0.55rem;
}

.tv-header-actions {
    align-items: center;
    display: inline-flex;
    gap: 0.6rem;
    margin-left: 1rem;
}

.tv-header-actions .btn {
    line-height: 1.25;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .trueviewly-hero-image { margin-left: 0; }

    .trueviewly-policy-card { padding: 1.75rem; }

    .tv-header-actions {
        gap: 0.45rem;
        margin-left: 0.5rem;
    }

    .tv-header-actions .btn {
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
    }
}

@media (max-width: 575px) {
    .tv-header-actions .btn {
        font-size: 0.78rem !important;
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }
}

:root {
    --tv-ink: #171940;
    --tv-text: #263238;
    --tv-muted: #667085;
    --tv-line: rgba(23, 25, 64, 0.1);
    --tv-soft: #f7fbfb;
    --tv-mint: #e7f4f4;
    --tv-teal: #006d6f;
    --tv-green: #08a88a;
    --tv-amber: #f5a623;
}

.tv-hero {
    background:
        radial-gradient(circle at 10% 10%, rgba(8, 168, 138, 0.18), transparent 26rem),
        radial-gradient(circle at 86% 18%, rgba(245, 166, 35, 0.16), transparent 24rem),
        linear-gradient(180deg, #fbfcfc 0%, #eff1f3 100%);
    overflow: hidden;
    padding: 9rem 0 6rem;
}

.tv-eyebrow {
    color: var(--tv-teal);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}

.tv-hero h1,
.tv-section h2,
.tv-pricing-intro h2,
.tv-final-cta h2 {
    color: var(--tv-ink);
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    line-height: 1.04;
}

.tv-hero h1 {
    font-size: clamp(2.35rem, 3.7vw, 4.15rem);
    margin-bottom: 1.3rem;
}

.tv-hero-copy,
.tv-section-intro,
.tv-pricing-intro p,
.tv-final-cta p {
    color: var(--tv-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.tv-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 2rem 0 1.5rem;
}

.tv-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.8rem;
}

.tv-proof-strip span {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--tv-line);
    border-radius: 999px;
    color: #3f4a54;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 600;
    gap: 0.45rem;
    padding: 0.55rem 0.8rem;
}

.tv-proof-strip i {
    color: var(--tv-teal);
}

.tv-hero-intelligence-board {
    background:
        radial-gradient(circle at 16% 12%, rgba(148, 241, 219, 0.18), transparent 16rem),
        radial-gradient(circle at 92% 6%, rgba(245, 166, 35, 0.2), transparent 18rem),
        linear-gradient(145deg, #111733 0%, #102436 56%, #0d3137 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 32px;
    box-shadow: 0 34px 100px rgba(17, 23, 51, 0.28);
    min-height: 590px;
    overflow: hidden;
    padding: 1.2rem;
    position: relative;
}

.tv-hero-intelligence-board::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.tv-hero-board-orbit {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
}

.tv-hero-board-orbit-one {
    height: 24rem;
    right: -11rem;
    top: -9rem;
    width: 24rem;
}

.tv-hero-board-orbit-two {
    bottom: -12rem;
    height: 30rem;
    left: -12rem;
    width: 30rem;
}

.tv-hero-board-main,
.tv-hero-pdf-card,
.tv-hero-api-card {
    position: relative;
    z-index: 1;
}

.tv-hero-board-main {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 26px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
    max-width: 520px;
    padding: 1.05rem;
}

.tv-hero-board-topline,
.tv-hero-location-card,
.tv-hero-decision-grid,
.tv-hero-workflow-row {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
}

.tv-hero-board-topline {
    margin-bottom: 0.85rem;
}

.tv-hero-board-topline span,
.tv-hero-location-card span,
.tv-hero-score-card span,
.tv-hero-decision-note span,
.tv-hero-driver-list span,
.tv-hero-pdf-card span,
.tv-hero-api-card span {
    color: var(--tv-muted);
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

    .tv-hero-board-topline strong {
        background: #e7f6f1;
        border: 1px solid rgba(8, 168, 138, 0.18);
        border-radius: 999px;
        color: #176d5a;
        font-size: 0.78rem;
        font-weight: 600 !important;
        padding: 0.42rem 0.68rem;
        white-space: nowrap;
    }

.tv-hero-location-card {
    background: #f6fbfa;
    border: 1px solid #e0ecec;
    border-radius: 20px;
    margin-bottom: 0.85rem;
    padding: 0.85rem;
}

    .tv-hero-location-card strong {
        color: var(--tv-ink);
        display: block;
        font-size: 1.05rem;
        font-weight: 600 !important;
        line-height: 1.2;
        margin-top: 0.28rem;
    }

    .tv-hero-location-card em {
        background: #fff;
        border: 1px solid #dfe7ec;
        border-radius: 999px;
        color: #53616d;
        font-size: 0.72rem;
        font-style: normal;
        font-weight: 600 !important;
        padding: 0.38rem 0.58rem;
        white-space: nowrap;
    }

.tv-hero-decision-grid {
    align-items: stretch;
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    margin-bottom: 0.85rem;
}

.tv-hero-score-card,
.tv-hero-decision-note,
.tv-hero-driver-list div,
.tv-hero-pdf-card,
.tv-hero-api-card {
    background: #fff;
    border: 1px solid #e5ecef;
    border-radius: 18px;
}

.tv-hero-score-card {
    padding: 0.9rem;
    text-align: center;
}

    .tv-hero-score-card strong {
        color: var(--tv-ink);
        display: block;
        font-size: 3.6rem;
        font-weight: 600 !important;
        letter-spacing: -0.06em;
        line-height: 0.9;
        margin: 0.55rem 0 0.45rem;
    }

    .tv-hero-score-card em {
        background: #fff6e8;
        border: 1px solid rgba(245, 166, 35, 0.28);
        border-radius: 999px;
        color: #a76000;
        display: inline-flex;
        font-size: 0.82rem;
        font-style: normal;
        font-weight: 600 !important;
        padding: 0.35rem 0.62rem;
    }

.tv-hero-decision-note {
    padding: 0.95rem 1rem;
}

.tv-hero-decision-note p {
    color: #2d3943;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
    margin: 0.35rem 0 0;
}

.tv-hero-driver-list {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 0.9rem;
}

.tv-hero-driver-list div {
    border-left: 4px solid #8aa0aa;
    padding: 0.78rem 0.8rem;
}

.tv-hero-driver-list div.is-earthquake { border-left-color: #8e5c9f; }
.tv-hero-driver-list div.is-wildfire { border-left-color: #c94f3d; }
.tv-hero-driver-list div.is-severe-weather { border-left-color: #406ccf; }

    .tv-hero-driver-list strong {
        color: var(--tv-ink);
        display: inline-block;
        font-size: 1.55rem;
        font-weight: 600 !important;
        line-height: 1;
        margin-top: 0.38rem;
    }

    .tv-hero-driver-list em {
        color: #596975;
        display: block;
        font-size: 0.78rem;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 1.15;
        margin-top: 0.2rem;
    }

.tv-hero-workflow-row {
    background: #f7faf9;
    border: 1px solid #e6eeee;
    border-radius: 16px;
    padding: 0.7rem;
}

    .tv-hero-workflow-row span {
        align-items: center;
        color: #344552;
        display: inline-flex;
        font-size: 0.78rem;
        font-weight: 600 !important;
        gap: 0.42rem;
    }

.tv-hero-workflow-row i {
    color: var(--tv-teal);
}

.tv-hero-pdf-card {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
    padding: 0.8rem;
    position: absolute;
    right: 1.1rem;
    top: 6.4rem;
    width: 180px;
}

.tv-hero-pdf-card::before,
.tv-hero-pdf-card::after {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    content: "";
    inset: 0;
    position: absolute;
    transform: translate(-0.8rem, 0.8rem) rotate(-4deg);
    z-index: -1;
}

.tv-hero-pdf-card::after {
    opacity: 0.62;
    transform: translate(-1.45rem, 1.45rem) rotate(-7deg);
}

    .tv-hero-pdf-card strong {
        color: var(--tv-ink);
        display: block;
        font-size: 0.9rem;
        font-weight: 600 !important;
        line-height: 1.2;
        margin: 0.22rem 0 0.7rem;
    }

.tv-hero-pdf-card img {
    border: 1px solid #e5ecef;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(17, 23, 51, 0.14);
    display: block;
    height: 170px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}

.tv-hero-api-card {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.9);
    bottom: 1.2rem;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
    padding: 0.9rem 1rem;
    position: absolute;
    right: 1rem;
    width: 260px;
}

    .tv-hero-api-card strong {
        color: var(--tv-ink);
        display: block;
        font-size: 0.98rem;
        font-weight: 600 !important;
        line-height: 1.28;
        margin-top: 0.28rem;
    }

.tv-product-frame {
    background: #fff;
    border: 1px solid rgba(23, 25, 64, 0.08);
    border-radius: 18px;
    box-shadow: 0 34px 90px rgba(23, 25, 64, 0.18);
    overflow: hidden;
    position: relative;
}

.tv-product-frame::before {
    background: linear-gradient(135deg, rgba(8, 168, 138, 0.22), rgba(245, 166, 35, 0.16));
    border-radius: 999px;
    content: "";
    height: 15rem;
    position: absolute;
    right: -5rem;
    top: -6rem;
    width: 15rem;
}

.tv-product-frame-report {
    background:
        radial-gradient(circle at 90% 0%, rgba(245, 166, 35, 0.18), transparent 15rem),
        linear-gradient(145deg, #ffffff 0%, #f7fbfb 100%);
}

.tv-product-toolbar {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #edf0f4;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    position: relative;
    z-index: 1;
}

.tv-product-toolbar div {
    display: flex;
    gap: 0.35rem;
}

.tv-product-toolbar span {
    background: #d9dee7;
    border-radius: 50%;
    display: block;
    height: 0.62rem;
    width: 0.62rem;
}

.tv-product-toolbar span:first-child { background: #ff6b6b; }
.tv-product-toolbar span:nth-child(2) { background: #f5a623; }
.tv-product-toolbar span:nth-child(3) { background: #08a88a; }

.tv-product-toolbar strong {
    color: var(--tv-ink);
    font-size: 0.88rem;
}

.tv-report-workspace {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(0, 1.75fr) minmax(190px, 0.65fr);
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.tv-report-browser,
.tv-report-inspector {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #dfe7ec;
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(23, 25, 64, 0.08);
}

.tv-report-browser {
    overflow: hidden;
}

.tv-report-browser-top {
    align-items: center;
    background: var(--tv-ink);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.9rem 1rem;
}

.tv-report-browser-top span,
.tv-overall-card span,
.tv-risk-module-grid span,
.tv-contribution-list span,
.tv-sample-page-card span {
    color: var(--tv-muted);
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tv-report-browser-top span {
    color: rgba(255, 255, 255, 0.58);
}

.tv-report-browser-top strong {
    color: #fff;
    display: block;
    font-size: 1.02rem;
    line-height: 1.25;
}

.tv-report-browser-top em {
    background: rgba(148, 241, 219, 0.16);
    border: 1px solid rgba(148, 241, 219, 0.36);
    border-radius: 999px;
    color: #94f1db;
    font-style: normal;
    font-weight: 600;
    padding: 0.42rem 0.7rem;
    white-space: nowrap;
}

.tv-overall-card {
    align-items: center;
    background:
        radial-gradient(circle at 85% 20%, rgba(245, 166, 35, 0.2), transparent 12rem),
        #f9fbfb;
    border-bottom: 1px solid #edf0f4;
    display: grid;
    gap: 1.1rem;
    grid-template-columns: 118px minmax(0, 1fr);
    padding: 1rem;
}

    .tv-overall-card strong {
        color: var(--tv-ink);
        display: block;
        font-size: 3rem;
        font-weight: 600 !important;
        line-height: 0.95;
        margin-top: 0.2rem;
    }

    .tv-overall-card em {
        color: #b66a00;
        display: block;
        font-style: normal;
        font-weight: 600 !important;
        margin-top: 0.2rem;
    }

.tv-overall-card p {
    color: #3f4a54;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0;
}

.tv-risk-module-grid {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0.85rem;
}

.tv-risk-module-grid div {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 10px;
    padding: 0.72rem 0.78rem;
}

.tv-risk-module-grid div.is-alert {
    border-color: rgba(197, 67, 67, 0.25);
}

.tv-risk-module-grid div.is-warn {
    border-color: rgba(245, 166, 35, 0.35);
}

    .tv-risk-module-grid strong {
        color: var(--tv-ink);
        display: inline-block;
        font-size: 1.35rem;
        font-weight: 600 !important;
        line-height: 1;
        margin: 0.25rem 0.38rem 0 0;
    }

    .tv-risk-module-grid em {
        color: #53616d;
        display: inline-block;
        font-size: 0.78rem;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 1.15;
    }

.tv-risk-module-grid .is-alert em {
    color: #b54141;
}

.tv-risk-module-grid .is-warn em {
    color: #b66a00;
}

.tv-report-inspector {
    display: flex;
    flex-direction: column;
    padding: 0.9rem;
}

.tv-report-inspector h3 {
    color: var(--tv-ink);
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.18;
    margin: 0.2rem 0 0.85rem;
}

.tv-contribution-list {
    display: grid;
    gap: 0.75rem;
}

.tv-contribution-list span {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.tv-contribution-list strong {
    color: var(--tv-ink);
}

.tv-contribution-list em {
    color: var(--tv-teal);
    font-style: normal;
}

.tv-contribution-list i {
    background: #e6eef0;
    border-radius: 999px;
    display: block;
    height: 7px;
    overflow: hidden;
    position: relative;
}

.tv-contribution-list i::after {
    background: linear-gradient(90deg, var(--tv-teal), #f5a623);
    border-radius: inherit;
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
}

.tv-contribution-list i.is-hydrology::after { width: 51%; }
.tv-contribution-list i.is-severe-weather::after { width: 45%; }
.tv-contribution-list i.is-wildfire::after { width: 77%; }
.tv-contribution-list i.is-environmental::after { width: 46%; }
.tv-contribution-list i.is-earthquake::after { width: 90%; }

.tv-inspector-note {
    background: linear-gradient(135deg, rgba(8, 168, 138, 0.12), rgba(245, 166, 35, 0.1));
    border: 1px solid rgba(8, 168, 138, 0.2);
    border-radius: 12px;
    color: var(--tv-ink);
    margin-top: auto;
    padding: 0.75rem;
}

    .tv-inspector-note strong {
        display: block;
        font-size: 0.95rem;
        font-weight: 600 !important;
        margin-bottom: 0.2rem;
    }

    .tv-inspector-note span {
        color: #53616d;
        display: block;
        font-size: 0.8rem;
        font-weight: 600 !important;
        line-height: 1.35;
    }

.tv-product-body {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
    padding: 1.2rem;
    position: relative;
    z-index: 1;
}

.tv-product-map {
    background: linear-gradient(145deg, #eef7f2, #f7fbfb);
    border: 1px solid #dce8ea;
    border-radius: 14px;
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.tv-map-grid {
    background-image:
        linear-gradient(rgba(23, 25, 64, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 25, 64, 0.06) 1px, transparent 1px);
    background-size: 34px 34px;
    inset: 0;
    position: absolute;
}

.tv-map-water {
    background: rgba(0, 109, 111, 0.18);
    border: 1px solid rgba(0, 109, 111, 0.22);
    border-radius: 999px;
    position: absolute;
}

.tv-map-water-1 {
    height: 110px;
    left: 8%;
    top: 18%;
    transform: rotate(-20deg);
    width: 78%;
}

.tv-map-water-2 {
    bottom: 12%;
    height: 150px;
    right: -12%;
    transform: rotate(24deg);
    width: 68%;
}

.tv-map-pin {
    background: var(--tv-green);
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(8, 168, 138, 0.35);
    height: 34px;
    left: 45%;
    position: absolute;
    top: 44%;
    width: 34px;
}

.tv-map-pin::after {
    background: rgba(8, 168, 138, 0.16);
    border-radius: 50%;
    content: "";
    height: 86px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    z-index: -1;
}

.tv-map-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--tv-line);
    border-radius: 12px;
    bottom: 1.2rem;
    box-shadow: 0 18px 38px rgba(23, 25, 64, 0.12);
    left: 1.2rem;
    padding: 1rem;
    position: absolute;
    width: calc(100% - 2.4rem);
}

    .tv-map-card small,
    .tv-risk-score span,
    .tv-signal-row span,
    .tv-report-header span,
    .tv-report-summary span,
    .tv-report-metric span {
        color: var(--tv-muted);
        display: block;
        font-size: 0.74rem;
        font-weight: 600 !important;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

.tv-map-card strong {
    color: var(--tv-ink);
    display: block;
    font-size: 1.05rem;
    margin: 0.15rem 0;
}

    .tv-map-card span {
        color: var(--tv-green);
        font-weight: 600 !important;
    }

.tv-product-panel {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.tv-risk-score,
.tv-signal-row,
.tv-product-actions span {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    padding: 1rem;
}

.tv-risk-score {
    background: var(--tv-ink);
}

.tv-risk-score span {
    color: rgba(255, 255, 255, 0.68);
}

.tv-risk-score strong {
    color: #fff;
    display: block;
    font-size: 2rem;
    line-height: 1.1;
    margin: 0.25rem 0;
}

    .tv-risk-score em {
        color: #94f1db;
        display: block;
        font-style: normal;
        font-weight: 600 !important;
    }

.tv-signal-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.tv-signal-row strong {
    color: var(--tv-ink);
}

.tv-signal-row.is-warn strong {
    color: #b66a00;
}

.tv-product-actions {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr 1fr;
}

    .tv-product-actions span {
        color: var(--tv-teal);
        font-size: 0.82rem;
        font-weight: 600 !important;
        text-align: center;
    }

.tv-section {
    padding: 6rem 0;
}

.tv-section h2,
.tv-pricing-intro h2 {
    font-size: clamp(2.1rem, 3.4vw, 3.7rem);
    margin-bottom: 1rem;
}

.tv-problem {
    background: #fff;
}

.tv-insight-card,
.tv-feature-card,
.tv-report-preview,
.tv-workflow-list,
.tv-trust-grid,
.tv-final-cta {
    background: #fff;
    border: 1px solid var(--tv-line);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(23, 25, 64, 0.07);
}

.tv-insight-card,
.tv-feature-card {
    height: 100%;
    padding: 2rem;
}

.tv-insight-card i,
.tv-feature-card i {
    align-items: center;
    background: var(--tv-mint);
    border-radius: 14px;
    color: var(--tv-teal);
    display: inline-flex;
    font-size: 1.35rem;
    height: 54px;
    justify-content: center;
    margin-bottom: 1.2rem;
    width: 54px;
}

.tv-insight-card h3,
.tv-feature-card h3,
.tv-workflow-list h3 {
    color: var(--tv-ink);
    font-size: 1.12rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
}

.tv-insight-card p,
.tv-feature-card p,
.tv-workflow-list p {
    color: var(--tv-muted);
    line-height: 1.65;
    margin-bottom: 0;
}

.tv-report-section,
.tv-workflow-section,
.tv-trust-section {
    background: var(--tv-soft);
}

.tv-check-list {
    list-style: none;
    margin: 1.6rem 0 0;
    padding: 0;
}

.tv-check-list li {
    align-items: flex-start;
    color: #3f4a54;
    display: flex;
    font-weight: 600;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
}

.tv-check-list i {
    color: var(--tv-green);
    margin-top: 0.2rem;
}

.tv-report-preview {
    overflow: hidden;
}

.tv-report-header {
    align-items: center;
    background: var(--tv-ink);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.25rem;
}

.tv-report-header span {
    color: rgba(255, 255, 255, 0.6);
}

.tv-report-header strong {
    color: #fff;
    display: block;
    font-size: 1.25rem;
}

    .tv-report-header button {
        background: #fff;
        border: 0;
        border-radius: 999px;
        color: var(--tv-ink);
        font-size: 0.82rem;
        font-weight: 600 !important;
        padding: 0.7rem 1rem;
    }

.tv-report-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 1.25rem;
}

.tv-report-summary {
    background: #f8fbfb;
    border: 1px solid #dce8ea;
    border-radius: 12px;
    grid-column: 1 / -1;
    padding: 1.25rem;
}

.tv-report-summary strong {
    color: var(--tv-ink);
    display: block;
    font-size: 1.45rem;
    margin: 0.25rem 0 0.4rem;
}

.tv-report-summary p {
    color: var(--tv-muted);
    margin-bottom: 0;
}

.tv-report-metric {
    border: 1px solid #edf0f4;
    border-radius: 12px;
    padding: 1rem;
}

.tv-report-metric strong {
    color: var(--tv-ink);
    display: block;
    font-size: 1.15rem;
    margin-top: 0.2rem;
}

.tv-report-footnote {
    align-items: flex-start;
    background: #fff8ed;
    border-top: 1px solid #f0d5a7;
    color: #5b4630;
    display: flex;
    font-size: 0.9rem;
    font-weight: 400;
    gap: 0.7rem;
    line-height: 1.55;
    padding: 1rem 1.25rem;
}

.tv-report-footnote i {
    margin-top: 0.2rem;
}

.tv-product-section {
    background: #fff;
}

.tv-audience-section {
    background: #fff;
}

.tv-audience-grid,
.tv-data-grid,
.tv-before-after,
.tv-sample-report-grid {
    display: grid;
    gap: 1rem;
}

.tv-audience-grid {
    grid-template-columns: repeat(3, 1fr);
}

.tv-audience-grid div,
.tv-data-grid div,
.tv-before-after > div,
.tv-sample-report-shell,
.tv-sample-summary-card,
.tv-sample-map-card,
.tv-sample-table,
.tv-sample-disclaimer {
    background: #fff;
    border: 1px solid var(--tv-line);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(23, 25, 64, 0.07);
}

.tv-audience-grid div {
    padding: 1.65rem;
}

.tv-audience-grid i {
    align-items: center;
    background: var(--tv-mint);
    border-radius: 12px;
    color: var(--tv-teal);
    display: inline-flex;
    font-size: 1.25rem;
    height: 48px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 48px;
}

.tv-audience-grid h3,
.tv-data-grid strong,
.tv-before-after h3 {
    color: var(--tv-ink);
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.tv-audience-grid p,
.tv-data-grid p {
    color: var(--tv-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.tv-data-section {
    background:
        radial-gradient(circle at 12% 12%, rgba(8, 168, 138, 0.12), transparent 24rem),
        #fff;
}

.tv-data-grid {
    grid-template-columns: repeat(2, 1fr);
}

.tv-data-grid div {
    padding: 1.2rem;
}

.tv-data-grid span {
    color: var(--tv-teal);
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.tv-before-after-section {
    background: var(--tv-soft);
}

.tv-before-after {
    grid-template-columns: 1fr 1fr;
}

.tv-before-after > div {
    padding: 2rem;
}

.tv-before-after ul {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
}

.tv-before-after li {
    align-items: flex-start;
    color: #3f4a54;
    display: flex;
    font-weight: 500;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.tv-before i {
    color: #b66a00;
}

.tv-after i {
    color: var(--tv-green);
}

.tv-after {
    background:
        radial-gradient(circle at 92% 12%, rgba(8, 168, 138, 0.16), transparent 16rem),
        #fff;
}

.tv-workflow-list {
    overflow: hidden;
}

.tv-workflow-list div {
    align-items: flex-start;
    display: grid;
    gap: 1rem;
    grid-template-columns: 56px minmax(0, 0.35fr) minmax(0, 1fr);
    padding: 1.4rem;
}

.tv-workflow-list div + div {
    border-top: 1px solid #edf0f4;
}

.tv-workflow-list span {
    align-items: center;
    background: var(--tv-ink);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-weight: 600;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.tv-pricing-section {
    background:
        radial-gradient(circle at 10% 12%, rgba(8, 168, 138, 0.12), transparent 24rem),
        radial-gradient(circle at 92% 8%, rgba(245, 166, 35, 0.12), transparent 22rem),
        #fff;
}

.tv-pricing-shell {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--tv-line);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(23, 25, 64, 0.08);
    padding: 1.35rem;
}

.tv-pricing-section .pricing-table {
    margin: 0;
    row-gap: 1rem;
}

.tv-pricing-section .pricing-table > .col-lg-12 {
    margin-bottom: 1rem !important;
}

.tv-pricing-section .pricing-table .btn-badge {
    background: #fff;
    border-color: rgba(0, 109, 111, 0.28);
    box-shadow: 0 12px 28px rgba(23, 25, 64, 0.06);
    color: var(--tv-teal);
}

.tv-pricing-section .pricing-table .btn-badge:hover {
    background: var(--tv-teal);
    border-color: var(--tv-teal);
    color: #fff;
}

.tv-free-plan-strip {
    align-items: center;
    background:
        radial-gradient(circle at 94% 0%, rgba(245, 166, 35, 0.16), transparent 13rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 251, 0.96));
    border: 1px solid rgba(0, 109, 111, 0.16);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(23, 25, 64, 0.07);
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    overflow: hidden;
    padding: 1.1rem 1.25rem;
    position: relative;
    text-align: left;
}

.tv-free-plan-strip::before {
    background: linear-gradient(180deg, var(--tv-green), var(--tv-teal));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.tv-free-plan-strip-content {
    padding-left: 0.25rem;
}

.tv-free-plan-kicker {
    color: var(--tv-teal);
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.tv-free-plan-strip h3 {
    color: var(--tv-ink);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.2rem;
}

.tv-free-plan-strip p {
    color: var(--tv-muted);
    font-size: 0.96rem;
    line-height: 1.5;
    margin: 0;
}

.tv-free-plan-strip-actions {
    flex: 0 0 auto;
}

.tv-free-plan-strip-actions .btn {
    margin: 0;
    min-width: 160px;
}

.pricing-table.custom-pricing-table-style-1 .tv-pricing-plan-column {
    display: flex;
}

.pricing-table.custom-pricing-table-style-1 .tv-pricing-plan-column > .plan {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.pricing-table.custom-pricing-table-style-1 .tv-pricing-plan-column > .plan .plan-features {
    flex: 1 1 auto;
}

.pricing-table.custom-pricing-table-style-1 .tv-pricing-plan-column > .plan .plan-footer {
    margin-top: auto;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan {
    background: #fff;
    border: 1px solid var(--tv-line);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(23, 25, 64, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan.plan-featured {
    background:
        radial-gradient(circle at 88% 0%, rgba(245, 166, 35, 0.18), transparent 13rem),
        var(--tv-ink);
    border-color: rgba(23, 25, 64, 0.24);
    box-shadow: 0 26px 70px rgba(23, 25, 64, 0.16);
    transform: none;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-header {
    background: transparent !important;
    border-bottom: 1px solid #edf0f4;
    min-height: 220px;
    padding: 1.6rem 1.4rem 1.2rem !important;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-header {
    border-bottom-color: rgba(255, 255, 255, 0.14);
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan h4 {
    font-size: 1.35rem !important;
    letter-spacing: -0.01em;
    margin-top: 0 !important;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan p {
    color: var(--tv-muted);
    line-height: 1.55;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan.plan-featured p,
.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan.plan-featured .price-label {
    color: rgba(255, 255, 255, 0.72) !important;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-price {
    padding: 1.15rem 0 0 !important;
}

    .tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .price {
        color: var(--tv-ink);
        font-size: 3rem;
        font-weight: 600 !important;
        letter-spacing: -0.04em;
    }

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .price-unit {
    font-size: 1.35rem;
    top: -0.65em;
}

    .tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .price-label {
        color: var(--tv-muted);
        font-weight: 600 !important;
        letter-spacing: 0.08em;
    }

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-features {
    border: 0;
    flex: 1;
    padding: 1.35rem 1.4rem 0;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-features ul {
    display: grid;
    gap: 0.75rem;
}

    .tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-features ul li {
        border: 0;
        color: #3f4a54;
        font-weight: 600 !important;
        line-height: 1.45;
        padding: 0;
    }

        .tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-features ul li::before {
            color: var(--tv-green);
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 600 !important;
            margin-right: 0.55rem;
        }

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-features ul li {
    color: rgba(255, 255, 255, 0.86);
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-footer {
    border: 0;
    padding: 1.35rem 1.4rem 1.5rem !important;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-footer .btn {
    margin-bottom: 0.85rem !important;
    width: 100%;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-footer p {
    font-size: 0.82rem !important;
    line-height: 1.45;
    padding: 0 !important;
}

.tv-pricing-section .pricing-table.custom-pricing-table-style-1 .plan .plan-popular-tag {
    background: var(--tv-amber);
    color: #171940 !important;
}

.tv-pricing-section .custom-dots-rect-5 {
    display: none;
}

@media (max-width: 767px) {
    .tv-free-plan-strip {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .tv-free-plan-strip-actions,
    .tv-free-plan-strip-actions .btn {
        width: 100%;
    }
}

.tv-pricing-page-section {
}

.tv-pricing-component {
    display: grid;
    gap: 1rem;
}

.tv-pricing-component .tv-free-plan-strip {
    align-items: center;
    border-radius: 22px;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 1rem;
}

.tv-free-plan-visual,
.tv-pricing-plan-visual {
    align-items: center;
    background: #F4FAF8;
    border: 1px solid rgba(23, 25, 64, 0.08);
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
}

.tv-free-plan-visual {
    border-radius: 18px;
    height: 74px;
    width: 74px;
}

.tv-free-plan-visual img,
.tv-pricing-plan-visual img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tv-pricing-controls {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(0, 109, 111, 0.14);
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(23, 25, 64, 0.08);
    display: flex;
    justify-content: center;
    justify-self: center;
    margin: 0.35rem 0;
    padding: 0.32rem;
    position: relative;
    width: min(100%, 430px);
}

.tv-pricing-cycle-indicator {
    background: linear-gradient(135deg, #1F8066 0%, #14614F 100%);
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(31, 128, 102, 0.24);
    content: "";
    inset: 0.32rem auto 0.32rem 0.32rem;
    position: absolute;
    transition: transform 0.28s ease, width 0.28s ease;
    width: calc(50% - 0.32rem);
}

.tv-pricing-controls.is-yearly .tv-pricing-cycle-indicator {
    transform: translateX(100%);
}

.tv-pricing-cycle-btn {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #5D7483;
    display: inline-flex;
    flex: 1 1 0;
    gap: 0.5rem;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0 0.75rem;
    position: relative;
    transition: color 0.2s ease, transform 0.18s ease;
    z-index: 1;
}

.tv-pricing-cycle-btn:hover,
.tv-pricing-cycle-btn:focus {
    color: var(--tv-teal);
    outline: 0;
    transform: translateY(-1px);
}

.tv-pricing-cycle-btn.is-active,
.tv-pricing-cycle-btn.is-active:hover,
.tv-pricing-cycle-btn.is-active:focus {
    color: #fff;
}

.tv-pricing-cycle-btn span {
    font-size: 0.9rem;
    font-weight: 600;
}

    .tv-pricing-cycle-btn strong {
        background: rgba(23, 25, 64, 0.06);
        border-radius: 999px;
        color: inherit;
        font-size: 0.72rem;
        font-weight: 600 !important;
        letter-spacing: 0.06em;
        padding: 0.35rem 0.55rem;
        text-transform: uppercase;
    }

.tv-pricing-cycle-btn.is-active strong {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.tv-pricing-card-grid {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tv-pricing-card {
    background: #fff;
    border: 1px solid var(--tv-line);
    border-radius: 24px;
    box-shadow: 0 20px 56px rgba(23, 25, 64, 0.08);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.tv-pricing-card-popular {
    background:
        radial-gradient(circle at 92% 0%, rgba(245, 166, 35, 0.2), transparent 13rem),
        linear-gradient(180deg, #171940 0%, #102132 100%);
    border-color: rgba(23, 25, 64, 0.24);
    box-shadow: 0 28px 76px rgba(23, 25, 64, 0.18);
}

.tv-pricing-card-header {
    border-bottom: 1px solid #EDF0F4;
    min-height: 304px;
    padding: 1.25rem;
    position: relative;
}

.tv-pricing-card-popular .tv-pricing-card-header {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.tv-pricing-plan-visual {
    border-radius: 20px;
    height: 88px;
    margin-bottom: 1rem;
    width: 88px;
}

.tv-pricing-card-popular .tv-pricing-plan-visual {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.tv-pricing-plan-fit {
    color: var(--tv-teal);
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.tv-pricing-card-popular .tv-pricing-plan-fit {
    color: #BDEFE4;
}

.tv-pricing-card h3 {
    color: var(--tv-ink);
    font-size: 1.45rem;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 0.5rem;
}

.tv-pricing-card p {
    color: var(--tv-muted);
    line-height: 1.55;
    margin: 0;
}

.tv-pricing-card-popular h3 {
    color: #fff;
}

.tv-pricing-card-popular p {
    color: rgba(255, 255, 255, 0.72);
}

.tv-pricing-price-row {
    border-bottom: 1px solid #EDF0F4;
    padding: 1.15rem 1.25rem;
}

.tv-pricing-card-popular .tv-pricing-price-row {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.tv-pricing-price {
    align-items: baseline;
    display: flex;
    gap: 0.25rem;
}

.tv-pricing-price span {
    color: var(--tv-muted);
    font-size: 1.2rem;
    font-weight: 600;
}

    .tv-pricing-price strong {
        color: var(--tv-ink);
        font-size: 3.25rem;
        font-weight: 600 !important;
        letter-spacing: -0.05em;
        line-height: 1;
    }

.tv-pricing-price small {
    color: var(--tv-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.tv-pricing-price-row > p {
    color: var(--tv-muted);
    font-size: 0.84rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.tv-pricing-card-popular .tv-pricing-price span,
.tv-pricing-card-popular .tv-pricing-price strong,
.tv-pricing-card-popular .tv-pricing-price small,
.tv-pricing-card-popular .tv-pricing-price-row > p {
    color: rgba(255, 255, 255, 0.78);
}

.tv-pricing-card-popular .tv-pricing-price strong {
    color: #fff;
}

.tv-pricing-component .js-yearly-plan-price {
    display: none;
}

.tv-pricing-feature-list {
    align-content: start;
    display: grid;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 1.2rem 1.25rem;
    min-height: 345px;
}

.tv-pricing-feature-list li {
    align-items: flex-start;
    color: #3F4A54;
    display: grid;
    font-weight: 600;
    gap: 0.65rem;
    grid-template-columns: auto minmax(0, 1fr);
    line-height: 1.45;
}

.tv-pricing-feature-list li.is-muted {
    color: #7E8C96;
}

.tv-pricing-feature-list i {
    align-items: center;
    background: #E8F5EF;
    border-radius: 10px;
    color: #1F8066;
    display: inline-flex;
    height: 1.85rem;
    justify-content: center;
    margin: 0 !important;
    width: 1.85rem;
}

.tv-pricing-feature-list li.is-muted i {
    background: #F1F4F5;
    color: #9AA7AF;
}

.tv-pricing-card-popular .tv-pricing-feature-list li {
    color: rgba(255, 255, 255, 0.84);
}

.tv-pricing-card-popular .tv-pricing-feature-list li.is-muted {
    color: rgba(255, 255, 255, 0.54);
}

.tv-pricing-card-popular .tv-pricing-feature-list i {
    background: rgba(189, 239, 228, 0.12);
    color: #BDEFE4;
}

.tv-pricing-card-footer {
    padding: 0 1.25rem 1.25rem;
}

.tv-pricing-card-footer .tv-public-btn {
    width: 100%;
}

.tv-pricing-card-footer p {
    font-size: 0.82rem;
    line-height: 1.45;
    margin-top: 0.85rem;
}

.tv-pricing-card-footer a {
    color: var(--tv-teal);
    font-weight: 600;
    text-decoration: none;
}

.tv-pricing-card-popular .tv-pricing-card-footer a {
    color: #BDEFE4;
}

@media (max-width: 1199px) {
    .tv-pricing-card-grid {
        grid-template-columns: 1fr;
    }

    .tv-pricing-card-header {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .tv-pricing-component .tv-free-plan-strip {
        grid-template-columns: 1fr;
    }

    .tv-free-plan-visual {
        height: 86px;
        width: 86px;
    }

    .tv-pricing-controls {
        align-items: stretch;
        width: 100%;
    }

    .tv-pricing-cycle-btn {
        flex-direction: column;
        gap: 0.18rem;
        justify-content: center;
        min-height: 3.25rem;
        padding: 0.35rem 0.4rem;
        width: auto;
    }

    .tv-pricing-cycle-btn strong {
        font-size: 0.66rem;
        padding: 0.25rem 0.42rem;
    }
}

.tv-trust-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}

.tv-trust-grid div {
    align-items: flex-start;
    display: flex;
    gap: 0.8rem;
    min-height: 112px;
    padding: 1.25rem;
}

.tv-trust-grid div:nth-child(odd) {
    border-right: 1px solid #edf0f4;
}

.tv-trust-grid div:nth-child(n + 3) {
    border-top: 1px solid #edf0f4;
}

.tv-trust-grid i {
    color: var(--tv-teal);
    font-size: 1.2rem;
    margin-top: 0.15rem;
}

.tv-trust-grid span {
    color: var(--tv-ink);
    font-weight: 600;
    line-height: 1.45;
}

.tv-final-cta {
    background:
        radial-gradient(circle at 14% 20%, rgba(8, 168, 138, 0.2), transparent 18rem),
        linear-gradient(135deg, var(--tv-ink), #23275a);
    margin-top: 5rem;
    padding: 3.5rem;
    text-align: center;
}

.tv-final-cta h2,
.tv-final-cta p {
    color: #fff;
}

.tv-final-cta p {
    margin: 0 auto 1.6rem;
    opacity: 0.78;
}

.tv-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}

.tv-sample-section {
    background:
        radial-gradient(circle at 8% 4%, rgba(8, 168, 138, 0.1), transparent 24rem),
        radial-gradient(circle at 90% 12%, rgba(245, 166, 35, 0.1), transparent 24rem),
        linear-gradient(180deg, #F7FBFA 0%, #FFFFFF 54%, #F8FAF9 100%);
    padding: 2.4rem 0 5rem;
}

.tv-sample-report-shell {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
}

.tv-sample-report-top {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.09);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1.35rem;
}

.tv-sample-report-top h2 {
    color: var(--tv-ink);
    font-size: clamp(1.65rem, 2.6vw, 2.45rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin-bottom: 0.45rem;
}

.tv-sample-report-top p {
    color: var(--tv-muted);
    font-weight: 600;
    margin-bottom: 0;
}

.tv-sample-report-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    margin-bottom: 1rem;
}

.tv-sample-map-card,
.tv-sample-summary-card {
    padding: 1rem;
}

.tv-sample-summary-card {
    background:
        radial-gradient(circle at 95% 0%, rgba(245, 166, 35, 0.15), transparent 14rem),
        #fff;
}

.tv-sample-summary-card > span,
.tv-sample-score-list span {
    color: var(--tv-muted);
    display: block;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tv-sample-summary-card > strong {
    color: var(--tv-ink);
    display: block;
    font-size: 2rem;
    font-weight: 600;
    margin: 0.2rem 0 0.6rem;
}

.tv-sample-summary-card p {
    color: var(--tv-muted);
    line-height: 1.65;
}

.tv-sample-score-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.tv-sample-score-list div {
    align-items: center;
    background: #F8FBFA;
    border: 1px solid rgba(25, 65, 77, 0.08);
    border-radius: 15px;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.85rem 0.95rem;
}

.tv-sample-score-list strong {
    color: var(--tv-ink);
}

.tv-sample-table {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(20, 54, 66, 0.08);
    overflow: hidden;
}

.tv-sample-table-row {
    display: grid;
    gap: 1rem;
    grid-template-columns: 0.8fr 0.8fr 1.4fr;
    padding: 1.05rem 1.2rem;
}

.tv-sample-table-row + .tv-sample-table-row {
    border-top: 1px solid rgba(25, 65, 77, 0.08);
}

.tv-sample-table-row span {
    color: #4D6373;
    line-height: 1.55;
}

.tv-sample-table-head {
    background: linear-gradient(135deg, #112238 0%, #173244 100%);
}

    .tv-sample-table-head span {
        color: #fff;
        font-size: 0.78rem;
        font-weight: 600 !important;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

.tv-sample-disclaimer {
    align-items: flex-start;
    background: #FFF8E8;
    border: 1px solid rgba(245, 166, 35, 0.24);
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(20, 54, 66, 0.06);
    color: #5b4630;
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
    padding: 1rem 1.2rem;
}

.tv-sample-disclaimer p {
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

.tv-sample-disclaimer i {
    margin-top: 0.2rem;
}

.tv-real-pdf-showcase {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
}

.tv-real-pdf-showcase-secondary {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.05fr);
    margin-top: 1rem;
}

.tv-real-pdf-page {
    background:
        radial-gradient(circle at 10% 0%, rgba(31, 128, 102, 0.08), transparent 18rem),
        #F8FAFA;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.09);
    padding: 0.9rem;
}

.tv-real-pdf-page img {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(23, 25, 64, 0.14);
    display: block;
    height: auto;
    width: 100%;
}

.tv-real-pdf-page-featured img {
    max-height: 980px;
    object-fit: contain;
    object-position: top center;
}

.tv-real-pdf-summary {
    background:
        radial-gradient(circle at 95% 0%, rgba(245, 166, 35, 0.13), transparent 16rem),
        rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.09);
    padding: 1.5rem;
}

.tv-real-pdf-summary h3 {
    color: var(--tv-ink);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 600;
    line-height: 1.18;
    margin-bottom: 0.75rem;
}

.tv-real-pdf-summary p {
    color: var(--tv-muted);
    line-height: 1.65;
}

.tv-sample-pages-section {
    background:
        radial-gradient(circle at 4% 0%, rgba(8, 168, 138, 0.08), transparent 20rem),
        rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.08);
    margin-top: 1rem;
    padding: 1.4rem;
}

.tv-sample-pages-heading {
    align-items: flex-end;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
    margin-bottom: 1.25rem;
}

.tv-sample-pages-heading h3 {
    color: var(--tv-ink);
    font-size: clamp(1.45rem, 2.2vw, 2.05rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.12;
    margin-bottom: 0;
}

.tv-sample-pages-heading p {
    color: var(--tv-muted);
    font-weight: 600;
    line-height: 1.62;
    margin-bottom: 0;
}

.tv-sample-page-gallery {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tv-sample-page-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(20, 54, 66, 0.07);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.tv-sample-page-card img {
    background: #F5F8F8;
    border-bottom: 1px solid rgba(25, 65, 77, 0.08);
    box-sizing: border-box;
    display: block;
    height: 340px;
    object-fit: contain;
    object-position: top center;
    padding: 0.55rem;
    width: 100%;
}

.tv-sample-page-card div {
    padding: 1rem;
}

    .tv-sample-page-card strong {
        color: var(--tv-ink);
        display: block;
        font-size: 1.02rem;
        font-weight: 600 !important;
        line-height: 1.25;
        margin: 0.25rem 0 0.45rem;
    }

.tv-sample-page-card p {
    color: var(--tv-muted);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .tv-product-body,
    .tv-report-workspace {
        grid-template-columns: 1fr;
    }

    .tv-hero-intelligence-board {
        display: grid;
        gap: 1rem;
        min-height: 0;
    }

    .tv-hero-board-main {
        max-width: none;
    }

    .tv-hero-pdf-card,
    .tv-hero-api-card {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: auto;
    }

    .tv-hero-pdf-card {
        align-items: center;
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr) 160px;
    }

    .tv-hero-pdf-card strong {
        margin-bottom: 0;
    }

    .tv-hero-pdf-card img {
        height: 130px;
    }

    .tv-product-map {
        min-height: 330px;
    }

    .tv-sample-page-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tv-hero {
        padding: 7rem 0 4rem;
    }

    .tv-audience-grid,
    .tv-data-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tv-before-after,
    .tv-sample-report-grid {
        grid-template-columns: 1fr;
    }

    .tv-real-pdf-showcase,
    .tv-real-pdf-showcase-secondary {
        grid-template-columns: 1fr;
    }

    .tv-sample-pages-heading,
    .tv-sample-page-gallery {
        grid-template-columns: 1fr;
    }

    .tv-sample-page-card {
        display: grid;
        grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
    }

    .tv-sample-page-card img {
        border-bottom: 0;
        border-right: 1px solid #edf0f4;
        height: 360px;
        min-height: 0;
    }

    .tv-workflow-list div {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .tv-workflow-list p {
        grid-column: 2;
    }
}

@media (max-width: 575px) {
    .tv-hero h1 { font-size: 2.25rem; }

    .tv-section { padding: 4rem 0; }

    .tv-product-body,
    .tv-report-workspace,
    .tv-hero-decision-grid,
    .tv-hero-driver-list,
    .tv-overall-card,
    .tv-report-grid,
    .tv-trust-grid,
    .tv-audience-grid,
    .tv-data-grid,
    .tv-before-after,
    .tv-sample-report-grid,
    .tv-sample-table-row {
        grid-template-columns: 1fr;
    }

    .tv-hero-intelligence-board {
        border-radius: 24px;
        padding: 0.85rem;
    }

    .tv-hero-board-main {
        border-radius: 20px;
        padding: 0.85rem;
    }

    .tv-hero-location-card,
    .tv-hero-workflow-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .tv-hero-board-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
    }

    .tv-hero-pdf-card {
        grid-template-columns: 1fr;
    }

    .tv-hero-pdf-card img {
        height: 220px;
    }

    .tv-sample-report-top {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 22px;
        padding: 1.15rem;
    }

    .tv-trust-grid div,
    .tv-trust-grid div:nth-child(odd),
    .tv-trust-grid div:nth-child(n + 3) {
        border-right: 0;
        border-top: 1px solid #edf0f4;
    }

    .tv-trust-grid div:first-child { border-top: 0; }

    .tv-report-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .tv-risk-module-grid,
    .tv-sample-page-card {
        grid-template-columns: 1fr;
    }

    .tv-sample-page-card img {
        border-bottom: 1px solid #edf0f4;
        border-right: 0;
        height: 400px;
        min-height: 0;
    }

    .tv-sample-section {
        padding: 1.4rem 0 3.5rem;
    }

    .tv-real-pdf-page,
    .tv-real-pdf-summary,
    .tv-sample-pages-section,
    .tv-sample-table,
    .tv-sample-disclaimer {
        border-radius: 20px;
    }

    .tv-final-cta { padding: 2rem; }
}

.trueviewly-cookie-table table {
    background: #fff;
    border: 0;
    border-collapse: separate;
    border-radius: 18px;
    border-spacing: 0;
    box-shadow: inset 0 0 0 1px rgba(25, 65, 77, 0.09);
    overflow: hidden;
}

.trueviewly-cookie-table th {
    background: #F4FAF8;
    border-color: rgba(25, 65, 77, 0.08) !important;
    color: #171940;
    font-weight: 600 !important;
}

.trueviewly-cookie-table td {
    border-color: rgba(25, 65, 77, 0.08) !important;
    color: #4D6373;
    line-height: 1.55;
    vertical-align: middle;
}

.trueviewly-cookie-table td:first-child {
    color: #171940;
    font-weight: 600;
}

.trueviewly-cookie-table td:last-child {
    color: #1F8066;
    font-weight: 600;
}

.tv-cookie-banner {
    align-items: center;
    background:
        radial-gradient(circle at 8% 10%, rgba(8, 168, 138, 0.16), transparent 12rem),
        #fff;
    border: 1px solid rgba(23, 25, 64, 0.12);
    border-radius: 16px;
    bottom: 1.25rem;
    box-shadow: 0 26px 70px rgba(23, 25, 64, 0.18);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 50%;
    max-width: 1120px;
    padding: 1.2rem;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    z-index: 10050;
}

.tv-cookie-banner[hidden],
.tv-cookie-dialog[hidden],
.tv-cookie-dialog-backdrop[hidden] {
    display: none !important;
}

.tv-cookie-banner__content h2,
.tv-cookie-dialog h2 {
    color: #171940;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0.15rem 0 0.45rem;
}

.tv-cookie-banner__content p,
.tv-cookie-dialog__intro,
.tv-cookie-choice p {
    color: #667085;
    line-height: 1.6;
    margin-bottom: 0;
}

.tv-cookie-kicker {
    color: #006d6f;
    display: block;
    font-size: 0.72rem;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tv-cookie-banner__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.tv-cookie-link-button {
    background: transparent;
    border: 0;
    color: #006d6f;
    cursor: pointer;
    font-weight: 600 !important;
    padding: 0.35rem 0.25rem;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.tv-cookie-dialog-backdrop {
    background: rgba(15, 32, 48, 0.54);
    backdrop-filter: blur(6px);
    inset: 0;
    position: fixed;
    z-index: 10060;
}

.tv-cookie-dialog {
    background:
        radial-gradient(circle at 94% 0%, rgba(31, 128, 102, 0.12), transparent 18rem),
        #fff;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 26px;
    box-shadow: 0 34px 90px rgba(20, 54, 66, 0.28);
    left: 50%;
    max-height: calc(100vh - 2rem);
    max-width: 760px;
    overflow: auto;
    padding: 1.4rem;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2rem);
    z-index: 10070;
}

.tv-cookie-dialog::before {
    background: linear-gradient(90deg, #1F8066 0%, #08A88A 55%, #F5A623 100%);
    content: "";
    display: block;
    height: 0.36rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tv-cookie-dialog-open {
    overflow: hidden;
}

.tv-cookie-dialog__header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(25, 65, 77, 0.08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.tv-cookie-dialog__close {
    align-items: center;
    background: #F4FAF8;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 999px;
    color: #171940;
    display: inline-flex;
    font-size: 1.45rem;
    height: 40px;
    justify-content: center;
    line-height: 1;
    width: 40px;
}

.tv-cookie-dialog__intro {
    margin: 1rem 0;
}

.tv-cookie-choice-list {
    display: grid;
    gap: 0.8rem;
}

.tv-cookie-choice {
    align-items: center;
    background: #F8FBFA;
    border: 1px solid rgba(25, 65, 77, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1rem;
}

.tv-cookie-choice:first-child {
    grid-template-columns: minmax(0, 1fr) auto;
}

.tv-cookie-choice h3 {
    color: #171940;
    font-size: 1.02rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
}

.tv-cookie-required-pill {
    background: rgba(8, 168, 138, 0.12);
    border-radius: 999px;
    color: #006d6f;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
    white-space: nowrap;
}

.tv-cookie-switch {
    display: inline-flex;
    margin: 0;
}

.tv-cookie-switch input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.tv-cookie-switch span {
    background: #cfd8dc;
    border-radius: 999px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    transition: background 0.2s ease;
    width: 54px;
}

.tv-cookie-switch span::after {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(23, 25, 64, 0.2);
    content: "";
    height: 24px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: transform 0.2s ease;
    width: 24px;
}

.tv-cookie-switch input:checked + span {
    background: #08a88a;
}

.tv-cookie-switch input:checked + span::after {
    transform: translateX(24px);
}

.tv-cookie-switch input:focus-visible + span {
    outline: 3px solid rgba(8, 168, 138, 0.3);
    outline-offset: 3px;
}

.tv-cookie-dialog__footer {
    align-items: center;
    background: #F7FBFA;
    border-top: 1px solid rgba(25, 65, 77, 0.08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 1rem -1.4rem -1.4rem;
    padding: 1rem 1.4rem;
}

.tv-cookie-dialog__footer a {
    color: #006d6f;
    font-weight: 600;
}

.tv-cookie-dialog__footer div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .tv-cookie-banner,
    .tv-cookie-dialog__footer,
    .tv-cookie-choice:first-child {
        grid-template-columns: 1fr;
    }

    .tv-cookie-banner__actions,
    .tv-cookie-dialog__footer,
    .tv-cookie-dialog__footer div {
        align-items: stretch;
        flex-direction: column;
    }

    .tv-cookie-banner__actions .btn,
    .tv-cookie-dialog__footer .btn {
        width: 100%;
    }

    .tv-cookie-required-pill {
        justify-self: flex-start;
    }
}

/* Public shared shell */
.tv-public-header .header-body {
    background: rgba(255, 255, 255, 0.88) !important;
    border-bottom: 1px solid rgba(23, 25, 64, 0.08) !important;
    box-shadow: 0 18px 46px rgba(23, 25, 64, 0.08);
    backdrop-filter: blur(18px);
}

html.sticky-header-active .tv-public-header .header-body {
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 16px 40px rgba(23, 25, 64, 0.12);
}

.tv-public-header .header-container {
    min-height: 82px !important;
}

.tv-public-header .header-logo img {
    height: auto;
    max-height: 58px;
    max-width: 190px;
}

.tv-public-main-nav .nav-pills > li > a.nav-link {
    color: #173244 !important;
    font-size: 0.88rem;
    font-weight: 600 !important;
    letter-spacing: 0;
    padding: 0.6rem 0.8rem !important;
    text-decoration: none;
}

.tv-public-main-nav .nav-pills > li > a.nav-link:hover,
.tv-public-main-nav .nav-pills > li > a.nav-link:focus {
    color: #1F8066 !important;
}

.tv-public-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 600;
    gap: 0.5rem;
    justify-content: center;
    line-height: 1;
    min-height: 2.75rem;
    padding: 0 1.15rem;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
    white-space: nowrap;
}

.tv-public-btn-primary {
    background: linear-gradient(135deg, #1F8066 0%, #14614F 100%);
    border: 1px solid transparent;
    box-shadow: 0 14px 30px rgba(31, 128, 102, 0.24);
    color: #fff !important;
}

.tv-public-btn-primary:hover,
.tv-public-btn-primary:focus {
    box-shadow: 0 18px 36px rgba(31, 128, 102, 0.3);
    color: #fff !important;
    transform: translateY(-1px);
}

.tv-public-btn-secondary {
    background: #fff;
    border: 1px solid rgba(25, 65, 77, 0.14);
    color: #123044 !important;
}

.tv-public-btn-secondary:hover,
.tv-public-btn-secondary:focus {
    border-color: rgba(70, 154, 129, 0.35);
    box-shadow: 0 12px 24px rgba(20, 54, 66, 0.1);
    color: #14614F !important;
    transform: translateY(-1px);
}

.tv-header-actions {
    margin-left: 0.85rem;
}

.tv-public-menu-toggle {
    align-items: center;
    background: #fff !important;
    border: 1px solid rgba(25, 65, 77, 0.14) !important;
    border-radius: 999px !important;
    color: #173244 !important;
    height: 42px;
    justify-content: center;
    margin-left: 0.55rem;
    width: 42px;
}

.tv-public-nav-feature {
    position: relative;
}

.tv-public-icon-button {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(23, 25, 64, 0.08);
    color: #173244 !important;
    display: inline-flex !important;
    font-size: 0.95rem;
    font-weight: 600 !important;
    height: 42px;
    justify-content: center;
    position: relative;
    text-decoration: none !important;
    width: 42px;
}

.tv-public-icon-button:hover,
.tv-public-icon-button:focus {
    border-color: rgba(31, 128, 102, 0.35);
    color: #1F8066 !important;
}

.tv-public-icon-button .cart-info {
    position: absolute;
    right: -0.35rem;
    top: -0.35rem;
}

    .tv-public-icon-button .cart-qty {
        align-items: center !important;
        background: #B84255 !important;
        border: 2px solid #fff !important;
        border-radius: 999px !important;
        color: #fff !important;
        display: inline-flex !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        height: 1.35rem !important;
        justify-content: center !important;
        line-height: 1 !important;
        min-width: 0;
        padding: 0;
        width: 1.35rem !important;
    }

.tv-public-dropdown {
    background: #fff !important;
    border: 1px solid rgba(23, 25, 64, 0.1) !important;
    border-radius: 18px !important;
    box-shadow: 0 26px 70px rgba(23, 25, 64, 0.18) !important;
    margin-top: 0.85rem !important;
    min-width: 300px;
    overflow: hidden;
    padding: 0 !important;
}

.tv-public-dropdown-header {
    background:
        radial-gradient(circle at 8% 10%, rgba(8, 168, 138, 0.16), transparent 12rem),
        #F8FBFB;
    border-bottom: 1px solid rgba(23, 25, 64, 0.08);
    padding: 1rem;
}

.tv-public-dropdown-kicker,
.tv-public-eyebrow {
    color: #006D6F;
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tv-public-dropdown-header strong {
    color: #171940;
    display: block;
    font-size: 0.98rem;
    font-weight: 600 !important;
    line-height: 1.35;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.tv-public-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0.55rem;
}

.tv-public-dropdown-list a {
    align-items: center;
    border-radius: 12px;
    color: #173244;
    display: flex;
    font-size: 0.92rem;
    font-weight: 600;
    gap: 0.65rem;
    padding: 0.75rem;
    text-decoration: none !important;
}

.tv-public-dropdown-list a:hover,
.tv-public-dropdown-list a:focus {
    background: #F4FAF8;
    color: #14614F;
}

.tv-public-dropdown-list i {
    align-items: center;
    background: #E8F5EF;
    border-radius: 10px;
    color: #1F8066;
    display: inline-flex;
    height: 1.8rem;
    justify-content: center;
    margin: 0 !important;
    width: 1.8rem;
}

.tv-public-cart-dropdown {
    min-width: 360px;
}

.tv-public-cart-items {
    display: grid;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    max-height: 360px;
    overflow: auto;
    padding: 0.9rem;
}

.tv-public-cart-items li {
    align-items: center;
    background: #F8FBFB;
    border: 1px solid rgba(23, 25, 64, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0.75rem;
}

.tv-public-cart-thumb {
    align-items: center;
    background: #F4FAF8;
    border: 1px solid rgba(23, 25, 64, 0.08);
    border-radius: 14px;
    display: inline-flex;
    height: 54px;
    justify-content: center;
    overflow: hidden;
    width: 54px;
}

.tv-public-cart-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tv-public-cart-details p {
    margin: 0;
}

.tv-public-cart-details a {
    color: #171940;
    display: block;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none !important;
}

.tv-public-cart-details p:last-child {
    align-items: center;
    color: #667085;
    display: flex;
    font-size: 0.82rem;
    gap: 0.45rem;
    margin-top: 0.25rem;
}

.tv-public-cart-details strong {
    color: #1F8066;
}

.tv-public-cart-remove {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(184, 66, 85, 0.18);
    border-radius: 999px;
    color: #B84255 !important;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    text-decoration: none !important;
    width: 34px;
}

.tv-public-cart-total {
    align-items: center;
    border-top: 1px solid rgba(23, 25, 64, 0.08);
    color: #667085;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    padding: 0.9rem 1rem 0;
}

    .tv-public-cart-total strong {
        color: #171940;
        font-size: 1rem;
        font-weight: 600 !important;
    }

.tv-public-cart-actions {
    padding: 1rem;
}

.tv-public-cart-actions .tv-public-btn {
    width: 100%;
}

.tv-public-cart-empty {
    align-items: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(31, 128, 102, 0.09), transparent 12rem),
        #F8FBFA;
    border: 1px solid rgba(25, 65, 77, 0.08);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    margin: 1rem;
    padding: 1.15rem;
    text-align: center;
}

.tv-public-cart-empty img {
    max-width: 96px;
}

    .tv-public-cart-empty strong {
        color: #171940;
        font-weight: 600 !important;
        margin-top: 0.5rem;
    }

.tv-public-cart-empty p {
    color: #667085;
    line-height: 1.5;
    margin: 0.35rem 0 0.6rem;
}

    .tv-public-cart-empty a {
        color: #006D6F;
        font-weight: 600 !important;
        text-decoration: none !important;
    }

.tv-public-cart-empty .tv-public-btn {
    color: #fff !important;
    margin-top: 0.15rem;
}

.tv-public-page-hero {
    background:
        radial-gradient(circle at 8% 0%, rgba(8, 168, 138, 0.12), transparent 19rem),
        linear-gradient(180deg, #FBFCFC 0%, #F4FAF8 100%);
    overflow: hidden;
    padding: 7.1rem 0 2.15rem;
    position: relative;
}

.tv-public-page-hero .container {
    display: block;
    position: relative;
    z-index: 1;
}

.tv-public-page-hero-inner { }

.tv-public-breadcrumb {
    align-items: center;
    color: #607888;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    font-weight: 600;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.tv-public-breadcrumb a {
    color: #006D6F;
    text-decoration: none !important;
}

.tv-public-breadcrumb a:hover,
.tv-public-breadcrumb a:focus {
    color: #1F8066;
}

.tv-public-page-hero h1 {
    color: #171940;
    font-size: clamp(1.95rem, 3.6vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.02;
    margin: 0.2rem 0 0.55rem;
}

.tv-public-page-hero p {
    color: #4D6373;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.tv-public-page-hero-panel {
    display: none;
}

.tv-public-page-hero-panel div {
    background: linear-gradient(135deg, rgba(31, 128, 102, 0.14), rgba(255, 255, 255, 0.88));
    border: 1px solid rgba(23, 25, 64, 0.06);
    border-radius: 18px;
    height: 76px;
}

.tv-public-page-hero-panel div:nth-child(2) {
    background: linear-gradient(135deg, rgba(245, 166, 35, 0.16), rgba(255, 255, 255, 0.88));
}

.tv-public-page-hero-panel div:nth-child(3) {
    background: linear-gradient(135deg, rgba(184, 66, 85, 0.12), rgba(255, 255, 255, 0.88));
}

.tv-topup-section {
    background:
        radial-gradient(circle at 8% 6%, rgba(8, 168, 138, 0.09), transparent 22rem),
        radial-gradient(circle at 88% 12%, rgba(245, 166, 35, 0.1), transparent 24rem),
        linear-gradient(180deg, #F7FBFA 0%, #FFFFFF 58%, #F8FAF9 100%);
    padding: 2.4rem 0 5rem;
}

.tv-topup-shell {
    margin: 0 auto;
}

.tv-topup-command {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.09);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 1.35rem;
    position: relative;
}

.tv-topup-command::after {
    background: linear-gradient(135deg, rgba(31, 128, 102, 0.14), rgba(255, 255, 255, 0));
    border-radius: 999px;
    content: "";
    height: 210px;
    position: absolute;
    right: -70px;
    top: -105px;
    width: 210px;
}

.tv-topup-eyebrow,
.tv-topup-cycle-card span,
.tv-topup-section-heading span,
.tv-topup-payment-header span,
.tv-topup-review-list span,
.tv-topup-usage-panel span {
    color: #1F8066;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 600 !important;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.tv-topup-command h2 {
    color: #171940;
    font-size: clamp(1.55rem, 2.5vw, 2.2rem);
    font-weight: 600;
    line-height: 1.06;
    margin: 0.3rem 0 0.55rem;
}

.tv-topup-command p {
    color: #4D6373;
    font-size: 0.98rem;
    line-height: 1.62;
    margin: 0;
    max-width: 720px;
}

.tv-topup-command-icon {
    align-items: center;
    background: linear-gradient(135deg, #E9F7F2 0%, #FFFFFF 100%);
    border: 1px solid rgba(31, 128, 102, 0.16);
    border-radius: 20px;
    color: #1F8066;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.35rem;
    height: 58px;
    justify-content: center;
    position: relative;
    width: 58px;
    z-index: 1;
}

.tv-topup-context-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.tv-topup-cycle-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(20, 54, 66, 0.055);
    padding: 1rem;
}

    .tv-topup-cycle-card strong {
        color: #171940;
        display: block;
        font-size: 1rem;
        font-weight: 600 !important;
        margin: 0.35rem 0 0.25rem;
    }

.tv-topup-cycle-card p {
    color: #607888;
    font-size: 0.86rem;
    line-height: 1.5;
    margin: 0;
}

.tv-topup-layout {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
}

.tv-topup-main-card,
.tv-topup-payment-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.09);
}

.tv-topup-main-card {
    padding: 1.15rem;
}

.tv-topup-payment-card {
    display: flex;
    flex-direction: column;
    padding: 1.15rem;
    position: sticky;
    top: 108px;
}

.tv-topup-usage-panel {
    background:
        linear-gradient(135deg, rgba(23, 25, 64, 0.03), rgba(31, 128, 102, 0.08));
    border: 1px solid rgba(25, 65, 77, 0.08);
    border-radius: 18px;
    margin-bottom: 1.2rem;
    padding: 1rem;
}

.tv-topup-usage-panel > div:first-child {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

    .tv-topup-usage-panel strong {
        color: #171940;
        font-size: 1.05rem;
        font-weight: 600 !important;
    }

.topup-meter {
    background: rgba(23, 25, 64, 0.08);
    border-radius: 999px;
    height: 0.62rem;
    overflow: hidden;
}

.topup-meter > span {
    background: linear-gradient(90deg, #1F8066 0%, #08A88A 100%);
    border-radius: inherit;
    display: block;
    height: 100%;
}

.tv-topup-meter-footer {
    color: #607888;
    display: flex;
    font-size: 0.82rem;
    font-weight: 600;
    justify-content: space-between;
    margin-top: 0.65rem;
}

.tv-topup-section-heading {
    margin-bottom: 1rem;
}

.tv-topup-section-heading h3,
.tv-topup-payment-header h3,
.tv-topup-unavailable h3 {
    color: #171940;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.18;
    margin: 0.25rem 0 0.35rem;
}

.tv-topup-section-heading p,
.tv-topup-payment-header p,
.tv-topup-unavailable p {
    color: #607888;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

.tv-topup-pack-grid {
    display: grid;
    gap: 0.75rem;
}

.topup-pack.tv-topup-pack {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(20, 54, 66, 0.045);
    cursor: pointer;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 1rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.topup-pack.tv-topup-pack:hover,
.topup-pack.tv-topup-pack.is-selected {
    border-color: rgba(31, 128, 102, 0.42);
    box-shadow: 0 18px 44px rgba(31, 128, 102, 0.12);
    transform: translateY(-1px);
}

.topup-pack.tv-topup-pack.is-selected {
    background: linear-gradient(135deg, #FFFFFF 0%, #F2FBF7 100%);
}

.topup-pack.tv-topup-pack.is-disabled {
    cursor: not-allowed;
    opacity: 0.46;
    transform: none;
}

.tv-topup-pack-check {
    align-items: center;
    background: #F1F6F5;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 999px;
    color: #98A8B0;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.topup-pack.is-selected .tv-topup-pack-check {
    background: #1F8066;
    border-color: #1F8066;
    color: #fff;
}

.tv-topup-pack-copy strong,
.tv-topup-pack-price strong {
    color: #171940;
    display: block;
    font-size: 1rem;
    font-weight: 600 !important;
}

.tv-topup-pack-copy small,
.tv-topup-pack-price small {
    color: #607888;
    display: block;
    font-size: 0.78rem;
    font-weight: 600 !important;
    line-height: 1.35;
    margin-top: 0.15rem;
}

.tv-topup-pack-price {
    text-align: right;
}

.tv-topup-payment-header {
    margin-bottom: 1rem;
}

.tv-topup-review-list {
    border: 1px solid rgba(25, 65, 77, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

.tv-topup-review-list div {
    background: rgba(248, 250, 249, 0.72);
    display: flex;
    gap: 0.85rem;
    justify-content: space-between;
    padding: 0.85rem 0.95rem;
}

.tv-topup-review-list div + div {
    border-top: 1px solid rgba(25, 65, 77, 0.08);
}

.tv-topup-review-list span {
    color: #607888;
    letter-spacing: 0.08em;
}

    .tv-topup-review-list strong {
        color: #171940;
        font-size: 0.88rem;
        font-weight: 600 !important;
        text-align: right;
    }

.topup-payment-shell {
    background: #fff;
    border: 1px solid rgba(25, 65, 77, 0.12);
    border-radius: 18px;
    margin-bottom: 1rem;
    min-height: 178px;
    padding: 1rem;
}

.topup-payment-loading {
    align-items: center;
    color: #607888;
    display: flex;
    font-size: 0.9rem;
    font-weight: 600;
    gap: 0.55rem;
    justify-content: center;
    min-height: 128px;
}

.topup-error {
    background: #FFF5F6;
    border: 1px solid rgba(184, 66, 85, 0.2);
    border-radius: 16px;
    color: #8D2E3F;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0.85rem 0.95rem;
}

.tv-topup-pay-button,
.tv-topup-return-button {
    width: 100%;
}

.tv-topup-return-button {
    margin-top: 0.65rem;
}

.tv-topup-trust-note {
    align-items: flex-start;
    background: #F4FAF8;
    border: 1px solid rgba(31, 128, 102, 0.12);
    border-radius: 16px;
    color: #4D6373;
    display: flex;
    font-size: 0.82rem;
    font-weight: 600;
    gap: 0.65rem;
    line-height: 1.5;
    margin-top: 0.9rem;
    padding: 0.85rem;
}

.tv-topup-trust-note i {
    color: #1F8066;
    margin-top: 0.18rem;
}

.topup-loader {
    align-items: center;
    background: rgba(247, 251, 250, 0.72);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    display: none;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 20;
}

.topup-loader.is-visible {
    display: flex;
}

.tv-topup-loader-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(25, 65, 77, 0.1);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(20, 54, 66, 0.14);
    color: #171940;
    display: flex;
    font-weight: 600;
    gap: 0.8rem;
    padding: 1rem 1.15rem;
}

.tv-topup-spinner {
    animation: tv-checkout-spin 0.85s linear infinite;
    border: 2px solid rgba(31, 128, 102, 0.16);
    border-top-color: #1F8066;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.35rem;
    width: 1.35rem;
}

.tv-topup-spinner-sm {
    height: 1rem;
    width: 1rem;
}

.tv-topup-unavailable {
    align-items: flex-start;
    background:
        linear-gradient(135deg, rgba(245, 166, 35, 0.1), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(245, 166, 35, 0.22);
    border-radius: 20px;
    display: flex;
    gap: 1rem;
    padding: 1.2rem;
}

.tv-topup-unavailable .tv-public-btn {
    margin-top: 1rem;
}

.tv-topup-unavailable-icon {
    align-items: center;
    background: #FFF8E8;
    border-radius: 999px;
    color: #B87912;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.tv-public-footer {
    background:
        radial-gradient(circle at 12% 0%, rgba(8, 168, 138, 0.28), transparent 26rem),
        radial-gradient(circle at 88% 18%, rgba(245, 166, 35, 0.12), transparent 22rem),
        linear-gradient(180deg, #0E2531 0%, #07141F 100%);
    color: rgba(255, 255, 255, 0.72);
    margin-top: 0;
    overflow: hidden;
    padding: 4.5rem 0 1.6rem;
    position: relative;
}

.tv-public-footer::before {
    background:
        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: 46px 46px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 72%);
    pointer-events: none;
    position: absolute;
}

.tv-public-footer .container {
    position: relative;
    z-index: 1;
}

.tv-public-footer-hero {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
    margin-top: 1rem;
}

.tv-public-footer-brand,
.tv-public-footer-cta {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.tv-public-footer-brand {
    background:
        radial-gradient(circle at 10% 0%, rgba(189, 239, 228, 0.12), transparent 22rem),
        rgba(255, 255, 255, 0.055);
    padding: 2rem;
}

.tv-public-footer-logo-link {
    display: inline-flex;
    margin-bottom: 1.4rem;
}

.tv-public-footer-eyebrow {
    color: #BDEFE4 !important;
    display: block;
    font-size: 0.72rem !important;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin-bottom: 0.6rem;
    max-width: none !important;
    text-transform: uppercase;
}

.tv-public-footer-brand h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.3rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 0.98;
    margin: 0;
    max-width: 760px;
}

.tv-public-footer-brand p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.75;
    margin: 1rem 0 0;
    max-width: 680px;
}

.tv-public-footer-cta {
    align-content: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    display: grid;
    padding: 1.5rem;
}

.tv-public-footer-cta > span {
    color: #BDEFE4;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tv-public-footer-cta h3 {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.16;
    margin: 0.6rem 0 1.25rem;
}

.tv-public-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tv-public-btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff !important;
}

.tv-public-btn-ghost:hover,
.tv-public-btn-ghost:focus {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(189, 239, 228, 0.36);
    color: #BDEFE4 !important;
    transform: translateY(-1px);
}

.trueviewly-footer-logo {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    display: block;
    max-height: 58px;
    padding: 0.5rem 0.72rem;
    width: auto;
}

.tv-public-footer-proof {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1rem 0 1rem;
}

.tv-public-footer-proof div {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    display: flex;
    gap: 0.75rem;
    padding: 0.95rem;
}

.tv-public-footer-proof i {
    align-items: center;
    background: rgba(189, 239, 228, 0.12);
    border: 1px solid rgba(189, 239, 228, 0.16);
    border-radius: 13px;
    color: #BDEFE4;
    display: inline-flex;
    height: 2.2rem;
    justify-content: center;
    margin: 0 !important;
    width: 2.2rem;
}

.tv-public-footer-proof span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
}

.tv-public-footer-links {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tv-public-footer-link-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 22px;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.14);
    min-height: 100%;
    padding: 1.15rem;
}

.tv-public-footer-link-card-header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    gap: 0.7rem;
    margin-bottom: 0.95rem;
    padding-bottom: 0.9rem;
}

.tv-public-footer-link-card-header span {
    align-items: center;
    background: rgba(189, 239, 228, 0.12);
    border: 1px solid rgba(189, 239, 228, 0.16);
    border-radius: 13px;
    color: #BDEFE4;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.tv-public-footer-link-card-header i {
    margin: 0 !important;
}

.tv-public-footer h3 {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin: 0;
    text-transform: uppercase;
}

.tv-public-footer ul {
    display: grid;
    gap: 0.55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tv-public-footer li {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.5;
}

.tv-public-footer a {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 600;
    text-decoration: none !important;
}

.tv-public-footer a:hover,
.tv-public-footer a:focus {
    color: #BDEFE4;
}

.tv-public-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
}

.tv-public-footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.84rem;
    margin: 0;
    text-align: center
}

.tv-public-state-section {
    background:
        radial-gradient(circle at 12% 8%, rgba(8, 168, 138, 0.16), transparent 24rem),
        linear-gradient(180deg, #FBFCFC 0%, #EFF5F3 100%);
    min-height: 72vh;
    padding: 10rem 0 5rem;
}

.tv-public-state-card {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(23, 25, 64, 0.08);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(23, 25, 64, 0.12);
    display: grid;
    gap: 1.35rem;
    grid-template-columns: auto minmax(0, 1fr);
    margin: 0 auto;
    max-width: 840px;
    padding: 2rem;
}

.tv-public-state-icon {
    align-items: center;
    background: #E8F5EF;
    border: 1px solid rgba(31, 128, 102, 0.14);
    border-radius: 20px;
    color: #1F8066;
    display: inline-flex;
    font-size: 1.45rem;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.tv-public-state-breadcrumb {
    margin-bottom: 0.8rem;
}

.tv-public-state-card h1 {
    color: #171940;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0.35rem 0 0.9rem;
}

.tv-public-state-card p {
    color: #607888;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 0.75rem;
}

.tv-public-state-card .tv-public-state-lead {
    color: #173244;
    font-size: 1.08rem;
    font-weight: 600 !important;
}

.tv-public-state-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.tv-cookie-banner__actions .tv-public-btn,
.tv-cookie-dialog__footer .tv-public-btn {
    min-height: 2.65rem;
}

@media (max-width: 1199px) {
    .tv-public-page-hero .container {
        grid-template-columns: minmax(0, 1fr);
    }

    .tv-public-page-hero-panel {
        display: none;
    }

    .tv-public-footer-hero,
    .tv-public-footer-proof,
    .tv-public-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tv-topup-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .tv-topup-payment-card {
        position: static;
    }

    .tv-policy-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .tv-policy-rail {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem;
        position: static;
    }

    .tv-policy-rail span {
        flex: 0 0 100%;
    }

    .tv-policy-rail a {
        background: #F7FBFA;
        border: 1px solid rgba(25, 65, 77, 0.08);
    }
}

@media (max-width: 991px) {
    .tv-public-header .header-container {
        min-height: 76px !important;
    }

    .tv-public-header .header-logo img {
        max-height: 52px;
        max-width: 170px;
    }

    .tv-public-main-nav nav {
        background: #fff;
        border: 1px solid rgba(23, 25, 64, 0.1);
        border-radius: 18px;
        box-shadow: 0 22px 60px rgba(23, 25, 64, 0.14);
        left: 1rem;
        padding: 0.75rem;
        position: absolute;
        right: 1rem;
        top: calc(100% + 0.75rem);
        z-index: 20;
    }

    .tv-public-main-nav .nav-pills {
        flex-direction: column;
    }

    .tv-public-main-nav .nav-pills > li > a.nav-link {
        border-radius: 12px;
        padding: 0.8rem 0.9rem !important;
    }

    .tv-public-main-nav .nav-pills > li > a.nav-link:hover,
    .tv-public-main-nav .nav-pills > li > a.nav-link:focus {
        background: #F4FAF8;
    }

    .tv-topup-context-grid {
        grid-template-columns: 1fr;
    }

    .tv-contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .tv-public-page-hero,
    .tv-public-state-section {
        padding-top: 8.5rem;
    }

    .tv-public-footer-hero,
    .tv-public-footer-proof,
    .tv-public-footer-links {
        grid-template-columns: 1fr;
    }

    .tv-public-footer-brand,
    .tv-public-footer-cta {
        border-radius: 22px;
        padding: 1.35rem;
    }

    .tv-public-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .tv-public-state-card {
        grid-template-columns: 1fr;
        padding: 1.4rem;
    }

    .tv-public-dropdown {
        min-width: min(92vw, 360px);
        right: 0 !important;
    }

    .tv-topup-section {
        padding: 1.4rem 0 3.5rem;
    }

    .tv-topup-command {
        border-radius: 20px;
        padding: 1.1rem;
    }

    .tv-topup-command-icon {
        display: none;
    }

    .topup-pack.tv-topup-pack {
        align-items: flex-start;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tv-topup-pack-price {
        grid-column: 2;
        text-align: left;
    }

    .tv-topup-review-list div {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;
    }

    .tv-topup-review-list strong {
        text-align: left;
    }

    .tv-topup-unavailable {
        flex-direction: column;
    }

    .tv-policy-section {
        padding: 1.4rem 0 3.5rem;
    }

    .trueviewly-policy-card,
    .tv-contact-card {
        border-radius: 22px;
        padding: 1.25rem;
    }

    .tv-policy-rail {
        border-radius: 20px;
        padding: 0.85rem;
    }

    .tv-policy-rail a {
        flex: 1 1 auto;
        font-size: 0.82rem;
        justify-content: center;
        text-align: center;
    }

    .trueviewly-policy-card h2 {
        align-items: flex-start;
        font-size: 1.12rem;
    }

    .trueviewly-contact-method {
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .tv-header-actions {
        display: none;
    }

    .tv-public-header .header-logo img {
        max-width: 150px;
    }

    .tv-public-cart-dropdown {
        min-width: min(92vw, 340px);
    }

    .tv-public-cart-items li {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tv-public-cart-remove {
        grid-column: 1 / -1;
        justify-self: flex-end;
    }

    .tv-public-state-actions .tv-public-btn {
        width: 100%;
    }
}