﻿.support-header {
    background: #202080;
    color: white;
    padding: 50px;
    border-radius: 20px;
}

.support-header h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.price-box {
    text-align: center;
    border: 3px solid #202080;
    border-radius: 15px;
    padding: 30px;
    background: white;
}

.price-main {
    font-size: 2.5rem;
    font-weight: bold;
    color: #202080;
}

.support-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.sample-banner {
    height: 120px;
    border: 2px dashed #adb5bd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    font-weight: bold;
    color: #6c757d;
}

.card-header {
    background: #f8f9fa;
}

.btn-primary {
    background: #202080;
    border-color: #202080;
}

.btn-primary:hover {
    background: #171761;
    border-color: #171761;
}