.pq-1c28fc05-wrapper {
    font-family: inherit;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.pq-1c28fc05-title {
    margin-bottom: 30px;
    font-size: 32px;
}

.pq-1c28fc05-step {
    display: none;
    animation: fadeIn 0.4s ease;
}

.pq-1c28fc05-step.active {
    display: block;
}

.pq-1c28fc05-step h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.pq-1c28fc05-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.pq-1c28fc05-option {
    padding: 15px 30px;
    font-size: 18px;
    border: 2px solid #0073aa;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    max-width: 300px;
}

.pq-1c28fc05-option:hover {
    border-color: #005177;
    background: #005177;
}

.pq-1c28fc05-results {
    animation: fadeIn 0.4s ease;
}

.pq-1c28fc05-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pq-1c28fc05-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.pq-1c28fc05-card img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}

.pq-1c28fc05-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pq-1c28fc05-btn {
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    display: inline-block;
}

.pq-1c28fc05-btn:hover {
    background: #005177;
    color: #fff;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
