/* Footer Styles */
.footer {
    background-color: #121212;
    color: #ffffff;
    padding-top: 96px;
    padding-bottom: 96px;
}

.footer p {
    color: #888888;
    margin-bottom: 0.5rem;
}

.footer h5 {
    color: #888888;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.footer ul li {
    margin-bottom: 0.5rem;
}

.footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.footer ul li a:hover {
    color: #888888;
}

.footer .badge {
    background-color: #ffffff;
    color: #000000;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
}

.footer .copyright {
    color: #888888;
    font-size: 0.875rem;
}

.footer .logo-container img {
    filter: invert(1);
}

.footer .fw-semibold {
    color: #ffffff;
}

footer a:hover {
    color: var(--primary-color) !important;
}

/* Terms Page Styles */
.terms-content {
    padding-top: 20px;
    color: var(--text-color);
    max-width: 800px;
    margin: 0 auto;
}

.back-button {
    margin-bottom: 2rem;
}

.back-button .btn-link {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
    padding: 12px 24px;
    border-radius: 30px;
    background: #fff;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
}

.back-button .btn-link:hover {
    transform: translate(-2px, -2px);
    box-shadow: 2px 2px 0 0 rgba(0,0,0,1);
    border: 1px solid #000;
}

.terms-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.terms-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.terms-section {
    margin-bottom: 2rem;
}

.terms-section ul {
    padding-left: 1.5rem;
}

.terms-section ul li {
    margin-bottom: 0.5rem;
}

.terms-section a {
    color: #0066cc;
    text-decoration: none;
}

.terms-section a:hover {
    text-decoration: underline;
} 