body {
    margin: 0;
    padding: 0;
    color: #58595b;
    background-color: #ffffff;
}

.privacy-policy-container {
    margin-top: 10%;
    padding: 40px 0;
}

.content-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.top-row,
.bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    align-items: start;
}

.content-block {
    background: transparent;
}

.disclaimer-block,
.privacy-policy-block {
    display: flex;
    flex-direction: column;
}

.disclaimer-content,
.privacy-policy-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-title {
    font-family: "Arnika Variable";
    font-size: 47px;
    font-weight: 400;
    color: #141e55;
    margin-bottom: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
}

.section-meta {
    margin-top: 20px;
}

.company-name {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.effective-date {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    font-style: italic;
}

.content-text {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0.02em;
}

.subsection-title {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 25px;
}

.content-list {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 992px) {
    .top-row,
    .bottom-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .privacy-policy-container {
        padding: 15% 0;
    }

    .content-wrapper {
        padding: 0 20px;
        gap: 30px;
    }

    .section-title {
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 5%;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .top-row {
        gap: 5px;
    }

    .bottom-row {
        gap: 20px;
    }

    .section-meta {
        margin-top: 0px;
    }

    .subsection-title {
        font-size: 16px;
        line-height: 22.5px;
        font-weight: 400;
        margin: 5px 0px;
    }

    .disclaimer-content,
    .privacy-policy-content {
        gap: 20px;
    }

    .company-name {
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
    }

    .content-list {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.5px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .content-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.5px;
    }

    .section-title {
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 5%;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .content-wrapper {
        gap: 55px;
    }
}
