/*
 * Guildmaster – assets/css/signup.css
 */

.gm-signup-form-wrapper {
    max-width: 960px;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 16px #0001;
    font-family: sans-serif;
}

.gm-card-deck {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.gm-card {
    flex: 1 1 220px;
    background: #fdfdfd;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px #0001;
    text-align: center;
    max-width: 250px;
}

.gm-card h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.gm-card ul {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
    margin: 10px 0;
}

.gm-card .gm-price {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 10px 0;
}

.gm-card select {
    margin-top: 10px;
    padding: 4px 6px;
    font-size: 0.9rem;
}

.gm-card button {
    margin-top: 12px;
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

.gm-banner-card {
    background: #eef6fb;
    padding: 24px;
    margin-top: 30px;
    border: 2px solid #bbd;
    border-radius: 8px;
    text-align: center;
    box-shadow: none;
}

.gm-banner-card h3 {
    margin-top: 0;
    font-size: 1.3rem;
}

.gm-banner-card p {
    margin: 10px 0;
    font-size: 1rem;
}

.gm-banner-card select {
    margin-top: 10px;
    padding: 6px;
}

.gm-banner-card button {
    margin-top: 12px;
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

/* Clean white banner, left text, CTA button right */
.gm-banner-card {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 24px 32px;
    margin: 32px 0;
}

.gm-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gm-banner-text {
    flex: 1 1 auto;
    text-align: left;
    font-size: 1rem;
}

.gm-banner-text h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.gm-banner-text p {
    margin: 6px 0 0 0;
    line-height: 1.4;
}

.gm-banner-action {
    flex-shrink: 0;
    text-align: right;
}

.gm-banner-action .gm-price {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.gm-banner-action .gm-select {
    background: #3498db;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.95rem;
    cursor: pointer;
}
