/* Legal pages (/termeni, /confidentialitate, /cookies). Self-contained page
   stylesheet in the site's dark gold-emerald world, tuned for long-form
   reading: one measured column, calm hierarchy, no chrome beyond a back link. */

*, *::before, *::after{ box-sizing: border-box; }

html, body{
    margin: 0;
    padding: 0;
}

body{
    background:
        radial-gradient(1100px 600px at 85% -10%, rgba(20,92,68,0.14), transparent 60%),
        radial-gradient(900px 500px at -10% 110%, rgba(212,175,55,0.05), transparent 55%),
        #0f1115;
    color: rgba(245,245,245,0.72);
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
    font-size: 15.5px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

.legal{
    max-width: 760px;
    margin: 0 auto;
    padding: 36px 20px 0;
}

.legal-eyebrow{
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(246,226,122,0.75);
}

.legal h1{
    margin: 0 0 6px;
    font-size: 30px;
    font-weight: 860;
    letter-spacing: -0.3px;
    line-height: 1.15;
    color: rgba(245,245,245,0.94);
    text-wrap: balance;
}

.legal-updated{
    margin: 0 0 28px;
    font-size: 13px;
    color: rgba(245,245,245,0.42);
}

.legal-body h2{
    margin: 34px 0 10px;
    font-size: 18px;
    font-weight: 760;
    letter-spacing: -0.1px;
    color: rgba(245,245,245,0.90);
}

.legal-body p{
    margin: 0 0 14px;
}

.legal-body ul{
    margin: 0 0 14px;
    padding-left: 22px;
}

.legal-body li{
    margin-bottom: 6px;
}

.legal-body strong{
    color: rgba(245,245,245,0.88);
    font-weight: 700;
}

.legal-body a{
    color: rgba(230,196,106,0.90);
    text-decoration: none;
    border-bottom: 1px solid rgba(212,175,55,0.30);
    transition: color 140ms ease, border-color 140ms ease;
}

.legal-body a:hover{
    color: rgba(150,232,200,0.92);
    border-color: rgba(20,92,68,0.6);
}

/* Operator identification card */
.legal-id{
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1px solid rgba(212,175,55,0.14);
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    color: rgba(245,245,245,0.80);
}

.legal-note{
    margin-top: 36px;
    font-size: 13px;
    color: rgba(245,245,245,0.42);
}
