@import url('./tokens.css');
.terms-container {
    max-width: 720px;
    margin: 40px auto;
    padding: 0 24px 60px;
}

.terms-header {
    text-align: center;
    margin-bottom: 40px;
}

.terms-header img {
    height: 48px;
    margin-bottom: 12px;
}

.terms-header h1 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.terms-header .terms-date {
    color: var(--color-text-secondary);
    font-size: 0.82rem;
}

.terms-section {
    margin-bottom: 32px;
}

.terms-section h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--color-border);
}

.terms-section p,
.terms-section li {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 8px;
}

.terms-section ul {
    margin-left: 20px;
    margin-bottom: 12px;
}

.terms-section li {
    margin-bottom: 4px;
}

.terms-section strong {
    color: var(--color-text-primary);
}

.terms-back {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--color-primary);
    font-size: 0.9rem;
    font-weight: 500;
}

.terms-highlight {
    background: rgba(245, 158, 11, 0.1);
    border-left: 3px solid #f59e0b;
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    margin: 12px 0;
}

.terms-highlight p {
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 0 !important;
}

/* [TINFLE-REDESIGN] bolder base type — medium default across the app */
body { font-weight: 500; }
