/* =========================================================
   LEGAL PAGES
   Loaded only on:
   /privacy-policy
   /cookie-policy
   /terms
   /marketing-terms
========================================================= */

.section {
    padding: 90px 30px 115px;
}

.section > .container {
    width: min(980px, 100%);
    margin: 0 auto;
}

.sectionHead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.kicker {
    color: var(--cyan);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sectionHead h1 {
    margin: 12px 0 0;
    font-size: clamp(46px, 6vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.pill {
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    color: rgba(238,242,255,.5);
    background: rgba(255,255,255,.025);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.card {
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;
    background:
        radial-gradient(650px 300px at 100% 0%, rgba(139,123,255,.055), transparent 65%),
        rgba(255,255,255,.018);
}

.pad {
    padding: clamp(26px, 5vw, 52px);
}

.contentPage {
    color: rgba(238,242,255,.66);
    font-size: 14px;
    line-height: 1.8;
}

.contentPage > :first-child {
    margin-top: 0;
}

.contentPage > :last-child {
    margin-bottom: 0;
}

.contentPage h2 {
    margin: 38px 0 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.contentPage h3 {
    margin: 26px 0 8px;
    color: rgba(255,255,255,.92);
    font-size: 17px;
    letter-spacing: -.02em;
}

.contentPage p {
    margin: 0 0 16px;
}

.contentPage ul,
.contentPage ol {
    margin: 10px 0 20px;
    padding-left: 22px;
}

.contentPage li {
    margin: 7px 0;
}

.contentPage b,
.contentPage strong {
    color: rgba(255,255,255,.92);
}

.contentPage a {
    color: #fff;
    font-weight: 750;
    text-decoration-color: rgba(102,227,255,.55);
    text-underline-offset: 3px;
}

.contentPage code {
    padding: 3px 6px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 5px;
    color: #b9ecff;
    background: rgba(102,227,255,.05);
    font-size: .9em;
}

.notice {
    padding: 15px 17px;
    border: 1px solid rgba(102,227,255,.14);
    border-radius: 11px;
    color: rgba(238,242,255,.74);
    background: rgba(102,227,255,.045);
}

.row {
    display: flex;
    align-items: center;
}

.btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 7px;
    color: rgba(255,255,255,.82);
    background: rgba(255,255,255,.035);
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.btn.primary {
    color: #06111d;
    border-color: transparent;
    background: linear-gradient(110deg, #62e8dc, #54c5ff);
}

.small {
    font-size: 11px;
}

.mut {
    color: rgba(238,242,255,.45);
}

.tableWrap {
    width: 100%;
    margin: 18px 0 24px;
    overflow-x: auto;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
}

.policyTable {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background: rgba(255,255,255,.015);
}

.policyTable th,
.policyTable td {
    padding: 14px 15px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    text-align: left;
    vertical-align: top;
}

.policyTable th {
    color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.025);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.policyTable td {
    color: rgba(238,242,255,.58);
    font-size: 12px;
    line-height: 1.55;
}

.policyTable tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 720px) {
    .section {
        padding: 62px 18px 80px;
    }

    .sectionHead {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .sectionHead h1 {
        font-size: clamp(42px, 13vw, 62px);
    }

    .pad {
        padding: 24px 20px;
    }

    .contentPage {
        font-size: 13px;
    }

    .contentPage h2 {
        margin-top: 32px;
        font-size: 21px;
    }
}

/* =========================================================
   V5 — LEGAL PAGE POLISH
   Legal pages intentionally remain dark for readability and
   consistency with the privacy / cookie panel.
========================================================= */
