.jvpp-page .tm-main > .tm-centered-content > .tm-h1 {
    display: none !important;
}

.jvpp-page .tm-main > .tm-centered-content {
    max-width: 1460px;
}

.jvpp-policy {
    --jvpp-yellow: #ffd54f;
    --jvpp-white: #f7f8fb;
    --jvpp-muted: rgba(223, 229, 241, .67);
    --jvpp-panel: rgba(37, 54, 86, .72);
    --jvpp-panel-dark: rgba(6, 17, 38, .76);
    --jvpp-border: rgba(255, 255, 255, .12);
    color: var(--jvpp-muted);
    padding: 20px 0 100px;
    font-family: inherit;
    line-height: 1.7;
}

.jvpp-policy *,
.jvpp-policy *::before,
.jvpp-policy *::after {
    box-sizing: border-box;
}

.jvpp-policy a {
    color: var(--jvpp-yellow);
    text-decoration: none;
    overflow-wrap: anywhere;
}

.jvpp-policy a:hover {
    text-decoration: underline;
}

.jvpp-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 72px);
    margin-bottom: 28px;
    border: 1px solid var(--jvpp-border);
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 213, 79, .12), transparent 27%),
        linear-gradient(135deg, rgba(35, 55, 94, .9), rgba(13, 27, 53, .96));
}

.jvpp-hero::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -85px;
    bottom: -95px;
    border: 1px solid rgba(255, 213, 79, .28);
    border-radius: 50%;
}

.jvpp-kicker {
    margin-bottom: 18px;
    color: var(--jvpp-yellow);
    font-size: 13px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.jvpp-hero h1 {
    max-width: 1050px;
    margin: 0 0 28px;
    color: var(--jvpp-white);
    font-size: clamp(42px, 6vw, 86px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.jvpp-lead {
    max-width: 1050px;
    margin: 0;
    font-size: clamp(17px, 1.5vw, 23px);
    line-height: 1.65;
}

.jvpp-contact-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.jvpp-contact-row a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 213, 79, .35);
    border-radius: 999px;
    background: rgba(255, 213, 79, .06);
    font-size: 14px;
}

.jvpp-toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 28px;
    padding: 18px;
    border: 1px solid var(--jvpp-border);
    border-radius: 24px;
    background: rgba(4, 15, 35, .48);
}

.jvpp-toc a {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 14px;
    color: var(--jvpp-white);
    transition: background .2s ease, transform .2s ease;
}

.jvpp-toc a:hover {
    background: rgba(255, 255, 255, .06);
    text-decoration: none;
    transform: translateX(3px);
}

.jvpp-toc span {
    color: var(--jvpp-yellow);
    font-size: 12px;
}

.jvpp-section {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: clamp(18px, 3vw, 42px);
    padding: clamp(28px, 4.5vw, 62px);
    margin-bottom: 18px;
    border: 1px solid var(--jvpp-border);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(31, 51, 87, .72), rgba(22, 39, 71, .54));
    scroll-margin-top: 110px;
}

.jvpp-section-number {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 213, 79, .55);
    border-radius: 50%;
    color: var(--jvpp-yellow);
    font-size: 15px;
}

.jvpp-section-content > :first-child {
    margin-top: 0;
}

.jvpp-section h2 {
    margin: 0 0 24px;
    color: var(--jvpp-white);
    font-size: clamp(27px, 3vw, 46px);
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
}

.jvpp-section h3 {
    margin: 0 0 14px;
    color: var(--jvpp-yellow);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    text-transform: uppercase;
}

.jvpp-section p {
    margin: 0 0 18px;
}

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

.jvpp-definitions > div,
.jvpp-panel {
    padding: 22px;
    border: 1px solid var(--jvpp-border);
    border-radius: 18px;
    background: var(--jvpp-panel-dark);
}

.jvpp-definitions strong {
    display: block;
    margin-bottom: 8px;
    color: var(--jvpp-yellow);
    font-weight: 500;
}

.jvpp-definitions p,
.jvpp-panel p {
    margin: 0;
}

.jvpp-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0;
}

.jvpp-list {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.jvpp-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
}

.jvpp-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: .72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--jvpp-yellow);
    box-shadow: 0 0 0 5px rgba(255, 213, 79, .08);
}

.jvpp-list.compact {
    margin-bottom: 0;
}

.jvpp-note {
    margin-top: 24px;
    padding: 20px 22px;
    border-left: 4px solid var(--jvpp-yellow);
    border-radius: 0 18px 18px 0;
    background: rgba(255, 255, 255, .055);
    color: rgba(245, 247, 251, .82);
}

.jvpp-footer-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid rgba(255, 213, 79, .35);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 213, 79, .09), rgba(33, 52, 87, .8));
}

.jvpp-footer-card span,
.jvpp-footer-card strong {
    display: block;
}

.jvpp-footer-card span {
    margin-bottom: 5px;
    color: var(--jvpp-muted);
}

.jvpp-footer-card strong {
    color: var(--jvpp-white);
    font-size: clamp(22px, 2.3vw, 34px);
    font-weight: 400;
}

.jvpp-footer-card > a {
    flex: 0 0 auto;
    padding: 15px 24px;
    border-radius: 999px;
    background: var(--jvpp-yellow);
    color: #0b1830;
    font-weight: 500;
}

.jvpp-footer-card > a:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .jvpp-toc,
    .jvpp-definitions,
    .jvpp-columns {
        grid-template-columns: 1fr;
    }

    .jvpp-section {
        grid-template-columns: 1fr;
    }

    .jvpp-section-number {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 640px) {
    .jvpp-policy {
        padding-bottom: 60px;
    }

    .jvpp-hero,
    .jvpp-section {
        border-radius: 20px;
    }

    .jvpp-hero h1 {
        font-size: 36px;
    }

    .jvpp-toc {
        padding: 10px;
        border-radius: 18px;
    }

    .jvpp-footer-card {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 20px;
    }
}


/* Mobile containment fixes: keep the policy page inside the viewport. */
.jvpp-page {
    overflow-x: clip;
}

.jvpp-page .tm-main,
.jvpp-page .tm-main > .tm-centered-content,
.jvpp-policy,
.jvpp-policy > *,
.jvpp-section-content {
    min-width: 0;
    max-width: 100%;
}

.jvpp-policy {
    width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

.jvpp-policy img,
.jvpp-policy iframe,
.jvpp-policy video,
.jvpp-policy table {
    max-width: 100%;
}

@media (max-width: 640px) {
    .jvpp-page .tm-main > .tm-centered-content {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow: visible !important;
    }

    .jvpp-page .tm-breadcrumbs,
    .jvpp-page .breadcrumbs,
    .jvpp-page [class*="breadcrumb"] {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .jvpp-policy {
        width: 100%;
        padding-top: 8px;
        overflow: hidden;
    }

    .jvpp-hero {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 28px 20px 30px;
        border-radius: 18px;
    }

    .jvpp-kicker {
        max-width: 100%;
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: .09em;
        overflow-wrap: anywhere;
    }

    .jvpp-hero h1 {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: clamp(30px, 10vw, 38px);
        line-height: 1.02;
        letter-spacing: -.035em;
        overflow-wrap: anywhere;
        word-break: normal;
        hyphens: auto;
    }

    .jvpp-lead {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.55;
    }

    .jvpp-contact-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        gap: 9px;
        margin-top: 22px;
    }

    .jvpp-contact-row a {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
        padding: 10px 14px;
        overflow-wrap: anywhere;
    }

    .jvpp-toc {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 9px;
    }

    .jvpp-toc a {
        min-width: 0;
        padding: 11px 10px;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .jvpp-section {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 24px 18px;
        gap: 16px;
        border-radius: 18px;
        overflow: hidden;
    }

    .jvpp-section h2 {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: clamp(25px, 8vw, 32px);
        line-height: 1.08;
        letter-spacing: -.02em;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .jvpp-section h3 {
        max-width: 100%;
        font-size: 16px;
        overflow-wrap: anywhere;
    }

    .jvpp-definitions,
    .jvpp-columns {
        width: 100%;
        min-width: 0;
    }

    .jvpp-definitions > div,
    .jvpp-panel {
        min-width: 0;
        width: 100%;
        padding: 18px 16px;
        overflow: hidden;
    }

    .jvpp-list li {
        min-width: 0;
        padding-left: 25px;
        overflow-wrap: anywhere;
    }

    .jvpp-note {
        width: 100%;
        padding: 17px 16px;
        overflow-wrap: anywhere;
    }

    .jvpp-footer-card {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 22px 18px;
        gap: 18px;
        overflow: hidden;
    }

    .jvpp-footer-card > div,
    .jvpp-footer-card > a {
        min-width: 0;
        max-width: 100%;
    }

    .jvpp-footer-card > a {
        width: 100%;
        text-align: center;
    }
}
