body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

.nav-scrolled {
    background-color: rgba(10, 0, 58, 0.97) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.terms-section h2 {
    font-size: 1rem;
    font-weight: 800;
    color: #0A003A;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-bottom: 0.875rem;
    margin-top: 2.75rem;
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.terms-section h2 .section-num {
    font-size: 0.65rem;
    font-weight: 900;
    color: #4ADE80;
    letter-spacing: 0.15em;
    flex-shrink: 0;
}

.terms-section p {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.terms-section ul {
    list-style: none;
    padding: 0;
    margin: 0.375rem 0 0.875rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.terms-section ul li {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.7;
    padding-left: 1.5rem;
    position: relative;
}

.terms-section ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #4ADE80;
    font-weight: 700;
}

/* Cookie type badge */
.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.5rem 0 1.25rem 0;
}

.cookie-table th {
    text-align: left;
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #94a3b8;
    padding: 0 1rem 0.6rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.cookie-table td {
    font-size: 0.875rem;
    color: #475569;
    padding: 0.75rem 1rem 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
    line-height: 1.5;
}

.cookie-table tr:last-child td {
    border-bottom: none;
}

.cookie-table td:first-child {
    font-weight: 600;
    color: #0A003A;
    white-space: nowrap;
}

.badge {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.2rem 0.55rem;
    border-radius: 99px;
}

.badge-required {
    background: #dcfce7;
    color: #15803d;
}

.badge-optional {
    background: #fef9c3;
    color: #854d0e;
}