/* ========================================
   BASE
======================================== */

* {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    margin: 0;

    background: #F6F8FB;

    color: #263442;

    font-family:
        "Public Sans",
        Arial,
        sans-serif;

    -webkit-font-smoothing: antialiased;
}


a {
    color: inherit;
}


/* ========================================
   HEADER
======================================== */

.legal-header {
    position: sticky;

    top: 0;

    z-index: 50;

    width: 100%;

    background:
        rgba(255, 255, 255, 0.96);

    border-bottom:
        1px solid #E2E8EE;

    backdrop-filter:
        blur(12px);
}


.legal-header__container {
    width: 100%;
    max-width: 1200px;

    min-height: 68px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 24px;

    margin: 0 auto;

    padding:
        10px
        32px;
}


/* Marca */

.legal-brand {
    min-width: 0;

    display: flex;
    align-items: center;

    gap: 9px;

    color: #031633;

    text-decoration: none;
}


.legal-brand__logo {
    width: 42px;
    height: 42px;

    flex:
        0 0 42px;

    object-fit: contain;
}


.legal-brand__name {
    display: flex;
    flex-direction: column;

    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;

    white-space: nowrap;
}


.legal-brand__name span {
    margin-top: 2px;

    font-size: 12px;
    font-weight: 600;
}


/* Volver */

.legal-header__back {
    min-height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    padding:
        10px
        16px;

    border:
        1px solid #D7E0E8;

    border-radius:
        999px;

    background: #FFFFFF;

    color: #082B4C;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}


.legal-header__back:hover {
    background: #F0F5F8;

    transform:
        translateY(-1px);
}


.legal-header__back
.material-symbols-outlined {
    font-size: 20px;
}


/* ========================================
   PÁGINA
======================================== */

.privacy-page {
    padding:
        64px
        24px
        88px;
}


.privacy-article {
    width: 100%;
    max-width: 860px;

    margin: 0 auto;
}


/* ========================================
   HERO
======================================== */

.privacy-hero {
    margin-bottom: 34px;

    padding:
        44px
        48px;

    border:
        1px solid #D8E3EC;

    border-radius:
        24px;

    background: #FFFFFF;

    box-shadow:
        0 14px 40px
        rgba(3, 22, 51, 0.07);
}


.privacy-hero__label {
    display: inline-block;

    margin-bottom: 13px;

    color: #128C66;

    font-size: 12px;
    font-weight: 700;

    letter-spacing:
        0.08em;

    text-transform:
        uppercase;
}


.privacy-hero h1 {
    margin:
        0
        0
        18px;

    color: #031633;

    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;

    letter-spacing:
        -0.025em;
}


.privacy-hero__intro {
    max-width: 700px;

    margin:
        0
        0
        20px;

    color: #56616B;

    font-size: 18px;
    line-height: 1.65;
}


.privacy-hero__date {
    margin: 0;

    color: #85909B;

    font-size: 13px;
    font-weight: 600;
}


/* ========================================
   SECCIONES
======================================== */

.privacy-section {
    margin-bottom: 18px;

    padding:
        32px
        36px;

    border:
        1px solid #E0E7ED;

    border-radius:
        18px;

    background: #FFFFFF;
}


.privacy-section h2 {
    margin:
        0
        0
        18px;

    color: #082B4C;

    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}


.privacy-section p {
    margin:
        0
        0
        16px;

    color: #52606C;

    font-size: 15px;
    line-height: 1.75;
}


.privacy-section p:last-child {
    margin-bottom: 0;
}


.privacy-section strong {
    color: #263746;
}


/* Listas */

.privacy-section ul,
.privacy-section ol {
    margin:
        18px
        0
        20px;

    padding-left: 24px;
}


.privacy-section li {
    margin-bottom: 11px;

    padding-left: 4px;

    color: #52606C;

    font-size: 15px;
    line-height: 1.7;
}


.privacy-section li:last-child {
    margin-bottom: 0;
}


/* Links */

.privacy-section a,
.privacy-final-box a {
    color: #0E7C8C;

    font-weight: 700;

    text-decoration: none;

    overflow-wrap:
        anywhere;
}


.privacy-section a:hover,
.privacy-final-box a:hover {
    text-decoration: underline;
}


/* ========================================
   INFO BOX
======================================== */

.privacy-info-box {
    margin-top: 20px;

    padding: 20px;

    border:
        1px solid #D9E5EC;

    border-radius:
        14px;

    background:
        #F7FAFC;
}


.privacy-info-box p {
    margin-bottom: 14px;
}


.privacy-info-box p:last-child {
    margin-bottom: 0;
}


/* ========================================
   NOTICE
======================================== */

.privacy-notice-box {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 20px;

    padding:
        18px
        20px;

    border:
        1px solid #BDE6DB;

    border-radius:
        14px;

    background:
        #F1FAF7;
}


.privacy-notice-box
.material-symbols-outlined {
    flex-shrink: 0;

    margin-top: 1px;

    color: #128C66;

    font-size: 22px;
}


.privacy-notice-box p {
    margin: 0;

    color: #375D53;
}


/* ========================================
   ARCO
======================================== */

.privacy-arco-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 14px;

    margin-top: 20px;
}


.privacy-arco-grid > div {
    padding: 18px;

    border:
        1px solid #DCE5EB;

    border-radius:
        14px;

    background:
        #F8FAFC;
}


.privacy-arco-grid strong {
    display: block;

    margin-bottom: 7px;

    color: #128C66;

    font-size: 15px;
}


.privacy-arco-grid p {
    margin: 0;

    font-size: 14px;
    line-height: 1.6;
}


/* Email ARCO */

.privacy-email {
    margin:
        18px
        0 !important;

    padding:
        15px
        18px;

    border-radius:
        12px;

    background:
        #EFF7FA;
}


/* ========================================
   CIERRE
======================================== */

.privacy-final-box {
    display: flex;
    align-items: flex-start;

    gap: 16px;

    margin-top: 28px;

    padding:
        24px;

    border-radius:
        18px;

    background:
        #031633;

    color: #FFFFFF;
}


.privacy-final-box
.material-symbols-outlined {
    flex-shrink: 0;

    color: #5DE0CF;

    font-size: 30px;

    font-variation-settings:
        'FILL' 1;
}


.privacy-final-box strong {
    display: block;

    margin-bottom: 7px;

    font-size: 17px;
}


.privacy-final-box p {
    margin: 0;

    color:
        rgba(
            255,
            255,
            255,
            0.76
        );

    font-size: 14px;
    line-height: 1.6;
}


.privacy-final-box a {
    color: #5DE0CF;
}


/* ========================================
   FOOTER
======================================== */

.site-footer {
    width: 100%;

    padding:
        38px
        32px;

    background: #031633;

    color: #FFFFFF;
}


.site-footer__container {
    width: 100%;
    max-width: 1200px;

    display: grid;

    grid-template-columns:
        1fr
        auto
        1.4fr;

    align-items: center;

    gap: 30px;

    margin: 0 auto;
}


.site-footer__brand {
    display: flex;
    flex-direction: column;

    gap: 2px;
}


.site-footer__brand strong {
    font-size: 18px;
}


.site-footer__brand span {
    font-size: 13px;

    color:
        rgba(
            255,
            255,
            255,
            0.82
        );
}


.site-footer__links {
    display: flex;
    align-items: center;

    gap: 9px;

    white-space: nowrap;
}


.site-footer__links a {
    color:
        rgba(
            255,
            255,
            255,
            0.82
        );

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;
}


.site-footer__links a:hover,
.site-footer__links a[aria-current="page"] {
    color: #5DE0CF;
}


.site-footer__links > span {
    color:
        rgba(
            255,
            255,
            255,
            0.32
        );
}


.site-footer__meta {
    text-align: right;

    color:
        rgba(
            255,
            255,
            255,
            0.58
        );

    font-size: 12px;
    line-height: 1.5;
}


.site-footer__meta p {
    margin: 0;
}


.footer__credits {
    margin-top:
        5px !important;
}


.footer__credits a {
    color:
        rgba(
            255,
            255,
            255,
            0.88
        );

    font-weight: 600;

    text-decoration: none;
}


.footer__credits a:hover {
    color: #5DE0CF;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 900px) {

    .site-footer__container {
        grid-template-columns:
            1fr
            1fr;
    }


    .site-footer__links {
        justify-content: flex-end;
    }


    .site-footer__meta {
        grid-column:
            1 / -1;

        text-align: center;
    }

}


/* ========================================
   MÓVIL
======================================== */

@media (max-width: 767px) {

    .legal-header__container {
        min-height: 62px;

        padding:
            9px
            16px;
    }


    .legal-brand__logo {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }


    .legal-brand__name {
        font-size: 12px;
    }


    .legal-brand__name span {
        font-size: 9px;
    }


    .legal-header__back {
        width: 42px;
        height: 42px;

        min-height: 42px;

        padding: 0;
    }


    .legal-header__back > span:last-child {
        display: none;
    }


    .privacy-page {
        padding:
            32px
            16px
            56px;
    }


    .privacy-hero {
        margin-bottom: 18px;

        padding:
            28px
            22px;

        border-radius:
            18px;
    }


    .privacy-hero h1 {
        font-size: 30px;
        line-height: 1.18;
    }


    .privacy-hero__intro {
        font-size: 16px;
        line-height: 1.6;
    }


    .privacy-section {
        margin-bottom: 14px;

        padding:
            24px
            20px;

        border-radius:
            16px;
    }


    .privacy-section h2 {
        font-size: 19px;
    }


    .privacy-section p,
    .privacy-section li {
        font-size: 14px;
    }


    .privacy-section ul,
    .privacy-section ol {
        padding-left: 21px;
    }


    .privacy-arco-grid {
        grid-template-columns:
            1fr;
    }


    .privacy-final-box {
        padding: 20px;
    }


    .site-footer {
        padding:
            28px
            20px
            26px;
    }


    .site-footer__container {
        display: flex;
        flex-direction: column;

        gap: 18px;
    }


    .site-footer__brand {
        align-items: center;

        text-align: center;
    }


    .site-footer__links {
        flex-wrap: wrap;

        justify-content: center;
    }


    .site-footer__meta {
        width: 100%;

        padding-top: 14px;

        border-top:
            1px solid
            rgba(
                255,
                255,
                255,
                0.12
            );

        text-align: center;
    }

}