:root {
    --card: #171a21;
    --muted: #ffffff;
    --line: #2a3346;
    --shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    --radius-md: 14px;
}

main {
    padding: 2rem 0 2.2rem;
}

/* Both legal pages share one typography and spacing template. */
.policy,
.terms {
    max-width: 980px;
    margin: 0 auto;
    padding: 0.25rem 0;
}

h1 {
    font-size: clamp(1.6rem, 3.2vw, 2.1rem);
    margin-bottom: 0.45rem;
    line-height: 1.2;
}

.effective {
    color: var(--muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

h2 {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
    font-size: 1.06rem;
}

p,
li {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

ul {
    margin: 0.5rem 0 0.2rem 1.15rem;
}

li + li {
    margin-top: 0.32rem;
}

@media (max-width: 640px) {
    .policy,
    .terms {
        padding: 0.1rem 0;
    }
}

@media (max-width: 760px) {
    body {
        font-size: 15px;
        line-height: 1.62;
    }

    h1 {
        font-size: clamp(1.25rem, 6vw, 1.62rem);
        line-height: 1.24;
    }

    h2 {
        font-size: clamp(1.12rem, 5.4vw, 1.42rem);
        line-height: 1.3;
    }

    h3 {
        font-size: clamp(1rem, 4.9vw, 1.16rem);
        line-height: 1.35;
    }

    p,
    li,
    summary {
        font-size: 0.92rem;
        line-height: 1.65;
    }
}

@media (max-width: 760px) {
}
