/* POLÍTICA DE PRIVACIDAD */
.politica-privacidad {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 60px 70px;
    -webkit-box-shadow: 0px 0px 27px -1px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 27px -1px rgb(0 0 0 / 12%);
}

.politica-privacidad__header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eea40d;
}

.politica-privacidad__eyebrow {
    font-size: 16px;
    color: #eea40d;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
}

.politica-privacidad h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 16px;
}

.politica-privacidad h1 strong {
    font-weight: 700;
    color: #eea40d;
}

.politica-privacidad__fecha {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

.politica-privacidad__intro {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}

.politica-privacidad__seccion {
    margin-bottom: 36px;
}

.politica-privacidad__seccion h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.politica-privacidad__seccion h2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    background: #fe6c02;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.politica-privacidad__seccion p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 14px;
    font-weight: 400;
}

.politica-privacidad__seccion ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.politica-privacidad__seccion ul li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
}

.politica-privacidad__seccion ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #eea40d;
    border-radius: 50%;
}

.politica-privacidad a {
    color: #ff7600;
    text-decoration: none;
    font-weight: 600;
}

.politica-privacidad a:hover {
    color: #bc8006;
    text-decoration: underline;
}

.politica-privacidad__contacto {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 0 0 10px !important;
}

.politica-privacidad__contacto li {
    margin-bottom: 6px;
}

.politica-privacidad__contacto li:last-child {
    margin-bottom: 0;
}

.politica-privacidad__contacto li::before {
    display: none;
}

.politica-privacidad__contacto li {
    padding-left: 0;
}

@media (max-width: 812px) {
    .politica-privacidad {
        padding: 40px 24px;
        border-radius: 8px;
    }

    .politica-privacidad h1 {
        font-size: 28px;
    }

    .politica-privacidad__seccion h2 {
        font-size: 18px;
    }

    .politica-privacidad__intro {
        font-size: 15px;
        line-height: 24px;
    }
}
