/* Subscription Modal Styles */
.subscription-modal-content {
    border-radius: 20px;
    padding: 20px;
}

.modal-icon svg {
    width: 80px;
    height: 80px;
}

.modal-plan-name {
    font-size: 24px;
    font-weight: 600;
    color: #2196F3;
}

.modal-plan-desc {
    color: #999;
    font-size: 14px;
}

.modal-plan-price {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

.price-interval {
    font-size: 20px;
    color: #999;
}

.proceed-payment-btn {
    background: #2196F3;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
}

.proceed-payment-btn:hover {
    background: #1976D2;
}

/* Auth Pages */
.container-login {
    background-color: #E6F3FF;
}

/* Scroll margin for anchor navigation */
section[id] {
    scroll-margin-top: 96px;
}
