/* PMT Legal pages — privacy, terms, CEO message */

:root {
    --pmt-legal-accent: #13B5EA;
    --pmt-legal-header: #003865;
    --pmt-legal-text: #4b5563;
}

body.pmt-legal-page .header-1.header-2 .header-main .header-right .theme-btn {
    background-color: var(--pmt-legal-accent);
}

body.pmt-legal-page .header-1.header-2 .header-main .header-right .theme-btn:hover {
    background-color: var(--pmt-legal-header);
}

.pmt-legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.pmt-legal-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--pmt-legal-text);
    margin-bottom: 2rem;
}

.pmt-legal-block {
    margin-bottom: 2rem;
}

.pmt-legal-block h2 {
    font-size: 1.35rem;
    color: var(--pmt-legal-header);
    margin-bottom: 0.85rem;
}

.pmt-legal-block p,
.pmt-legal-block li {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--pmt-legal-text);
    margin-bottom: 0.85rem;
}

.pmt-legal-block ul {
    padding-left: 1.25rem;
    margin-bottom: 0.85rem;
}

.pmt-legal-updated {
    margin-top: 2.5rem;
    font-size: 0.95rem;
    color: var(--pmt-legal-text);
}

.pmt-legal-ceo-photo img {
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 56, 101, 0.12);
}

.pmt-legal-ceo-letter p {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--pmt-legal-text);
    margin-bottom: 1rem;
}

.pmt-legal-ceo-signature {
    margin-top: 2rem;
}

.pmt-legal-ceo-name {
    font-weight: 700;
    color: var(--pmt-legal-header);
    margin-bottom: 0.25rem !important;
}

.pmt-legal .breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

.pmt-legal .breadcrumb-wrapper__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.pmt-legal .breadcrumb-wrapper .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .pmt-legal-ceo-photo {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .pmt-legal-ceo-photo img {
        max-width: 260px;
    }
}
