/* =========================================================
   LEGAL PAGES
   ========================================================= */

.gk-legal-page {
    background: #f8f7fb;
}

.gk-legal-main {
    flex: 1 0 auto;
    padding: 64px 0 88px;
}

.gk-legal-shell {
    width: min(900px, calc(100% - 40px));
    margin: 0 auto;
}

.gk-legal-hero {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.gk-legal-eyebrow {
    margin-bottom: 11px;
    color: var(--gk-purple);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.gk-legal-hero h1 {
    margin: 0;
    color: var(--gk-ink);
    font-size: clamp(42px, 7vw, 66px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
}

.gk-legal-updated {
    margin: 14px 0 0;
    color: #96909c;
    font-size: 12px;
    font-weight: 650;
}

.gk-legal-intro {
    max-width: 680px;
    margin: 22px auto 0;
    color: var(--gk-muted);
    font-size: 16px;
    line-height: 1.62;
}

.gk-legal-card {
    overflow: hidden;
    border: 1px solid var(--gk-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(36,28,54,.07);
}

.gk-legal-section {
    padding: 31px 34px;
}

.gk-legal-section + .gk-legal-section {
    border-top: 1px solid var(--gk-line);
}

.gk-legal-section h2 {
    margin: 0 0 15px;
    color: var(--gk-ink);
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.025em;
    font-weight: 800;
}

.gk-legal-section p {
    margin: 0 0 13px;
    color: #5f5965;
    font-size: 14px;
    line-height: 1.65;
}

.gk-legal-section p:last-child {
    margin-bottom: 0;
}

.gk-legal-section ul {
    margin: 9px 0 15px;
    padding-left: 22px;
    color: #5f5965;
    font-size: 14px;
    line-height: 1.65;
}

.gk-legal-section li + li {
    margin-top: 5px;
}

.gk-legal-section strong {
    color: var(--gk-ink);
    font-weight: 780;
}

.gk-legal-section a {
    color: var(--gk-purple) !important;
    font-weight: 700;
    text-decoration: none !important;
}

.gk-legal-section a:hover,
.gk-legal-section a:focus {
    text-decoration: underline !important;
}

.gk-legal-contact {
    margin: 16px 0;
    padding: 17px 19px;
    border: 1px solid var(--gk-line);
    border-radius: 15px;
    background: #faf9fc;
    color: #5f5965;
    font-size: 13px;
    line-height: 1.6;
}

.gk-legal-highlight {
    position: relative;
    background:
        radial-gradient(circle at 96% 8%, rgba(112,87,255,.08), transparent 35%),
        #fcfbff;
}

.gk-legal-badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--gk-purple-soft);
    color: var(--gk-purple);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.gk-legal-footer-note {
    padding: 22px 0 0;
    color: #9a949f;
    text-align: center;
    font-size: 11px;
}

@media (max-width: 767.98px) {
    .gk-legal-main {
        padding: 44px 0 62px;
    }

    .gk-legal-shell {
        width: min(100% - 28px, 900px);
    }

    .gk-legal-hero {
        margin-bottom: 25px;
        text-align: left;
    }

    .gk-legal-intro {
        margin-left: 0;
        margin-right: 0;
    }

    .gk-legal-card {
        border-radius: 21px;
    }

    .gk-legal-section {
        padding: 25px 22px;
    }

    .gk-legal-section h2 {
        font-size: 19px;
    }
}
