/* Fases 6A y 6B: promoción y servicios del Marketplace de Negocios. */
.wg-growth-page {
    background: #f5f8fa;
    padding: 44px 0 70px;
}

.wg-growth-shell {
    max-width: 1120px;
}

.wg-growth-heading {
    margin: 0 auto 34px;
    max-width: 760px;
    text-align: center;
}

.wg-growth-heading h1 {
    color: #162b3c;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -0.035em;
    margin: 8px 0 12px;
}

.wg-growth-heading p {
    color: #647586;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.wg-growth-section {
    margin-top: 34px;
}

.wg-growth-section > h2 {
    color: #243a4b;
    font-size: 21px;
    margin: 0 0 16px;
    text-align: center;
}

.wg-growth-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wg-growth-card {
    background: #fff;
    border: 1px solid #dfe8ee;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    text-align: center;
}

.wg-growth-icon {
    align-items: center;
    background: #e9f6fe;
    border-radius: 6px;
    color: #048ce2;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    margin: 0 auto 16px;
    width: 46px;
}

.wg-growth-icon svg {
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 24px;
}

.wg-growth-card h3 {
    color: #1e3343;
    font-size: 19px;
    margin: 0 0 9px;
}

.wg-growth-card > p {
    color: #657687;
    flex: 1;
    line-height: 1.55;
    min-height: 74px;
}

.wg-growth-card > strong {
    color: #142a3b;
    font-size: 22px;
}

.wg-growth-card > small {
    color: #718191;
    margin: 4px 0 13px;
}

.wg-growth-card form {
    border-top: 1px solid #e7edf1;
    margin-top: 16px;
    padding-top: 16px;
}

.wg-growth-card form > label:not(.wg-growth-consent) {
    color: #435565;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.wg-growth-card select {
    background: #fff;
    border: 1px solid #d4e0e7;
    border-radius: 5px;
    margin-top: 7px;
    padding: 10px;
    width: 100%;
}

.wg-growth-consent {
    align-items: flex-start;
    color: #657687;
    display: flex;
    font-size: 11px;
    gap: 7px;
    margin: 12px 0;
    text-align: left;
}

.wg-growth-consent input {
    accent-color: #048ce2;
    margin-top: 2px;
}

.wg-growth-card .wg-business-btn {
    justify-content: center;
    width: 100%;
}

.wg-growth-footer {
    margin-top: 30px;
    text-align: center;
}

.wg-growth-orders {
    display: grid;
    gap: 14px;
}

.wg-growth-order {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe8ee;
    border-radius: 6px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr auto;
    padding: 20px;
}

.wg-growth-order h2 {
    color: #203646;
    font-size: 18px;
    margin: 8px 0 3px;
}

.wg-growth-order p {
    color: #6b7b89;
    margin: 0;
}

.wg-growth-order__meta {
    text-align: right;
}

.wg-growth-order__meta small {
    color: #718191;
    display: block;
}

.wg-growth-result {
    background: #eef8fe;
    border-radius: 5px;
    grid-column: 1 / -1;
    padding: 14px;
}

.wg-growth-preferences {
    margin-top: 22px;
}

.wg-growth-badge {
    background: #048ce2;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    left: 12px;
    padding: 6px 9px;
    position: absolute;
    top: 12px;
}

.wg-growth-verified {
    color: #087bbd;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 850px) {
    .wg-growth-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .wg-growth-page {
        padding: 28px 0 48px;
    }

    .wg-growth-grid,
    .wg-growth-order {
        grid-template-columns: 1fr;
    }

    .wg-growth-order__meta {
        text-align: left;
    }
}
