/* ==========================================
   NEXORA LEGAL PAGES
========================================== */

:root{

    --navy:#1f3b67;
    --gold:#c8a23a;
    --text:#555555;
    --line:#e7e7e7;
    --bg:#ffffff;

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    background:#fff;
    color:var(--text);
    font-family:"Outfit",sans-serif;
    line-height:1.8;
    -webkit-font-smoothing:antialiased;

}

.legal-page{

    width:100%;
    max-width:860px;
    margin:0 auto;
    background:#fff;
    padding:50px 28px 90px;

}

/* ===========================
   HERO
=========================== */

.legal-hero{

    margin-bottom:55px;

}

.legal-logo{

    width:90px;
    display:block;
    margin-bottom:35px;

}

.legal-label{

    color:var(--gold);
    font-size:13px;
    font-weight:800;
    letter-spacing:5px;
    text-transform:uppercase;
    margin-bottom:14px;

}

.legal-title{

    color:var(--navy);
    font-size:42px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:22px;

}

.legal-description{

    max-width:700px;
    font-size:20px;
    color:#5d5d5d;
    line-height:1.9;

}

/* ===========================
   CTA
=========================== */

.legal-btn{

    display:inline-flex;
    justify-content:center;
    align-items:center;

    margin-top:35px;

    min-width:240px;
    height:58px;

    padding:0 30px;

    text-decoration:none;

    background:var(--navy);

    color:#fff;

    border:2px solid var(--gold);

    border-radius:10px;

    font-weight:700;

    letter-spacing:1px;

    transition:.25s;

}

.legal-btn:hover{

    background:#173152;

}

/* ===========================
   CONTENT
=========================== */

.legal-content{

    width:100%;

}

.legal-section{

    margin:48px 0;

}

.legal-divider{

    width:100%;
    height:1px;
    background:var(--line);
    margin-bottom:30px;

}

.legal-section h2{

    color:var(--navy);
    font-size:31px;
    font-weight:800;
    margin-bottom:20px;

}

.legal-section p{

    font-size:18px;
    color:#555;
    margin-bottom:18px;
    line-height:1.9;

}

/* ===========================
   LISTS
=========================== */

.legal-section ul{

    margin:15px 0 20px 24px;

}

.legal-section li{

    margin-bottom:14px;
    font-size:18px;
    line-height:1.9;

}

/* ===========================
   LINKS
=========================== */

.legal-contact{

    margin-top:20px;

}

.legal-link{

    display:inline-block;

    color:var(--navy);

    text-decoration:none;

    font-weight:700;

    border-bottom:2px solid var(--gold);

    padding-bottom:4px;

}

.legal-link:hover{

    color:var(--gold);

}

/* ===========================
   IMAGE
=========================== */

.legal-footer-image{

    width:100%;
    margin-top:80px;

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:768px){

.legal-page{

    padding:35px 22px 70px;

}

.legal-logo{

    width:72px;

}

.legal-label{

    font-size:12px;
    letter-spacing:4px;

}

.legal-title{

    font-size:34px;

}

.legal-description{

    font-size:18px;

}

.legal-btn{

    width:100%;
    height:56px;

}

.legal-section{

    margin:40px 0;

}

.legal-section h2{

    font-size:25px;

}

.legal-section p{

    font-size:17px;

}

.legal-section li{

    font-size:17px;

}

}

/* ==========================================================
   NEXORA — CYBERMUSE-INSPIRED RESPONSIVE THEME
   MOBILE • TABLET • DESKTOP
   Square geometry • dark editorial • champagne accents
========================================================== */

:root{
    --nx-bg:#08070c;
    --nx-bg-2:#17121c;
    --nx-panel:rgba(255,255,255,.045);
    --nx-panel-strong:rgba(255,255,255,.075);
    --nx-line:rgba(255,255,255,.11);
    --nx-line-gold:rgba(234,223,207,.26);
    --nx-text:#ffffff;
    --nx-muted:rgba(255,255,255,.62);
    --nx-muted-2:rgba(255,255,255,.78);
    --nx-champagne:#eadfcf;
    --nx-gold:#d4af37;
    --nx-danger:#ff9aad;
    --nx-success:#a9efbd;
}

html,
body{
    min-height:100%;
    background:
        radial-gradient(circle at 10% 5%,rgba(141,118,255,.12),transparent 28%),
        radial-gradient(circle at 90% 75%,rgba(212,175,55,.08),transparent 30%),
        linear-gradient(135deg,var(--nx-bg),var(--nx-bg-2) 60%,#29221f) !important;
    color:var(--nx-text) !important;
}

body{
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

button,
input,
select,
textarea{
    font:inherit;
}

button,
input,
select,
textarea,
a{
    -webkit-tap-highlight-color:transparent;
}

button,
input,
select,
textarea{
    border-radius:0 !important;
}

input,
select,
textarea{
    background:rgba(255,255,255,.045) !important;
    color:#fff !important;
    border:1px solid var(--nx-line) !important;
    box-shadow:none !important;
    outline:none !important;
}

input::placeholder,
textarea::placeholder{
    color:rgba(255,255,255,.38) !important;
}

input:focus,
select:focus,
textarea:focus{
    border-color:rgba(234,223,207,.48) !important;
    box-shadow:0 0 0 2px rgba(234,223,207,.06) !important;
}

select option{
    background:#17141c;
    color:#fff;
}

::-webkit-scrollbar{
    width:5px;
    height:5px;
}
::-webkit-scrollbar-track{
    background:#09080c;
}
::-webkit-scrollbar-thumb{
    background:rgba(234,223,207,.35);
    border-radius:0;
}

@media (min-width:768px) and (max-width:1199px){
    body{
        font-size:15px;
    }
}

@media (min-width:1200px){
    body{
        font-size:16px;
    }
}


/* ================= LEGAL ================= */
.legal-page{
    width:min(100%,980px) !important;
    max-width:980px !important;
    margin:auto !important;
    background:transparent !important;
    color:#fff !important;
}
.legal-label{
    color:var(--nx-champagne) !important;
}
.legal-title,
.legal-section h2{
    color:#fff !important;
}
.legal-description,
.legal-section p,
.legal-section li{
    color:var(--nx-muted-2) !important;
}
.legal-divider{
    background:var(--nx-line) !important;
}
.legal-btn{
    border-radius:0 !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #fff !important;
}
.legal-link{
    color:var(--nx-champagne) !important;
    border-bottom-color:var(--nx-gold) !important;
}
.legal-footer-image{
    border-radius:0 !important;
    border:1px solid var(--nx-line) !important;
}

@media(max-width:767px){
    .legal-page{padding:32px 16px 60px !important;}
    .legal-title{font-size:2.15rem !important;}
    .legal-description{font-size:1rem !important;}
    .legal-section{margin:34px 0 !important;}
    .legal-section h2{font-size:1.45rem !important;}
    .legal-section p,
    .legal-section li{font-size:.95rem !important;}
}
@media(min-width:768px) and (max-width:1199px){
    .legal-page{padding:52px 38px 90px !important;}
}
@media(min-width:1200px){
    .legal-page{padding:70px 0 110px !important;}
    .legal-title{font-size:3.2rem !important;}
}
