/* =========================================================
   OCTIGAMES - POLÍTICA DE PRIVACIDAD
   /styles/privacy.css
========================================================= */

.privacy-main{
    width:100%;
    flex:1;
    padding:34px 20px 70px;
}

#privacy-policy-section{
    width:min(980px,100%);
    margin:0 auto;
    color:#edf3fb;
}

#privacy-policy-section,
#privacy-policy-section *{
    box-sizing:border-box;
}

.privacy-page-header{
    position:relative;
    overflow:hidden;
    margin-bottom:24px;
    padding:30px 28px;
    text-align:center;
    border:1px solid rgba(31,227,253,.18);
    border-radius:26px;
    background:
        radial-gradient(circle at top,rgba(31,227,253,.13),transparent 58%),
        linear-gradient(145deg,rgba(28,38,48,.97),rgba(10,14,19,.98));
    box-shadow:
        0 20px 55px rgba(0,0,0,.38),
        0 0 32px rgba(31,227,253,.07);
}

.privacy-page-header::after{
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    right:-80px;
    bottom:-120px;
    border-radius:50%;
    background:rgba(98,255,173,.06);
    pointer-events:none;
}

.privacy-page-kicker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
    padding:7px 12px;
    border:1px solid rgba(98,255,173,.20);
    border-radius:999px;
    background:rgba(98,255,173,.07);
    color:#baffd8;
    font-size:12px;
    font-weight:950;
    letter-spacing:.06em;
    text-transform:uppercase;
}

#privacy-policy-title{
    margin:0;
    color:#1fe3fd;
    font-size:clamp(30px,5vw,44px);
    line-height:1.08;
    font-weight:1000;
    text-align:center;
    text-decoration:none;
    text-shadow:0 0 14px rgba(31,227,253,.35);
}

.privacy-page-intro{
    max-width:820px;
    margin:16px auto 0;
    color:rgba(237,243,251,.76);
    font-size:15px;
    line-height:1.75;
}

.privacy-page-updated{
    margin:16px auto 0;
    color:rgba(237,243,251,.53);
    font-size:12px;
    line-height:1.5;
}

.privacy-page-updated strong{
    color:rgba(237,243,251,.76);
}

.privacy-page-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.privacy-policy{
    position:relative;
    overflow:hidden;
    padding:22px 24px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:20px;
    background:
        linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
    box-shadow:0 10px 28px rgba(0,0,0,.18);
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease;
}

.privacy-policy:hover{
    transform:translateY(-2px);
    border-color:rgba(98,255,173,.20);
    background:
        linear-gradient(145deg,rgba(255,255,255,.072),rgba(255,255,255,.03));
}

.privacy-policy-point{
    margin:0 0 12px;
    display:flex;
    align-items:flex-start;
    gap:9px;
    color:#fff;
    font-size:18px;
    line-height:1.4;
    font-weight:950;
    text-align:left;
}

.privacy-section-number{
    flex:0 0 auto;
    color:#62ffad;
    font-weight:1000;
    text-shadow:0 0 12px rgba(98,255,173,.22);
}

.privacy-policy-text{
    margin:0;
    color:rgba(237,243,251,.73);
    font-size:14px;
    line-height:1.78;
    text-align:left;
}

.privacy-related-links{
    margin-top:18px;
    padding:19px;
    border:1px solid rgba(98,255,173,.15);
    border-radius:20px;
    background:
        linear-gradient(145deg,rgba(98,255,173,.065),rgba(31,227,253,.035));
}

.privacy-related-links > strong{
    display:block;
    margin-bottom:12px;
    color:#fff;
    font-size:14px;
    font-weight:950;
}

.privacy-related-links > div{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.privacy-related-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:8px 13px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:999px;
    background:rgba(255,255,255,.055);
    color:#edf3fb;
    text-decoration:none;
    font-size:12px;
    line-height:1.25;
    font-weight:900;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease,
        color .18s ease;
}

.privacy-related-links a:hover{
    transform:translateY(-1px);
    color:#baffd8;
    border-color:rgba(98,255,173,.30);
    background:rgba(98,255,173,.09);
}

/* RTL */
#privacy-policy-section.privacy-is-rtl{
    direction:rtl;
}

#privacy-policy-section.privacy-is-rtl .privacy-policy-point,
#privacy-policy-section.privacy-is-rtl .privacy-policy-text{
    text-align:right;
}

#privacy-policy-section.privacy-is-rtl .privacy-related-links > div{
    justify-content:flex-start;
}

@media(max-width:700px){
    .privacy-main{
        padding:22px 12px 55px;
    }

    .privacy-page-header{
        padding:24px 17px;
        border-radius:22px;
    }

    #privacy-policy-title{
        font-size:30px;
    }

    .privacy-page-intro{
        font-size:14px;
        line-height:1.7;
    }

    .privacy-policy{
        padding:18px 16px;
        border-radius:18px;
    }

    .privacy-policy-point{
        font-size:16px;
        gap:7px;
    }

    .privacy-policy-text{
        font-size:13px;
        line-height:1.7;
    }

    .privacy-related-links{
        padding:16px;
    }

    .privacy-related-links > div{
        flex-direction:column;
    }

    .privacy-related-links a{
        width:100%;
        text-align:center;
    }
}

@media(max-width:380px){
    .privacy-main{
        padding-left:9px;
        padding-right:9px;
    }

    .privacy-page-header,
    .privacy-policy{
        padding-left:13px;
        padding-right:13px;
    }
}

@media(hover:none){
    .privacy-policy:hover,
    .privacy-related-links a:hover{
        transform:none;
    }
}