/* Workgou · Páginas informativas de Negocios y Bolsa de Trabajo */
.wg-info-page {
    --wg-info-blue: #048ce2;
    --wg-info-blue-dark: #0274bd;
    --wg-info-ink: #172331;
    --wg-info-muted: #687b8c;
    --wg-info-line: #dfe8ef;
    --wg-info-soft: #f4f9fc;
    background: #ffffff;
    color: var(--wg-info-ink);
    overflow: hidden;
}

.wg-info-shell {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.wg-info-hero {
    position: relative;
    padding: 78px 0 66px;
    overflow: hidden;
    border-bottom: 1px solid #e2edf3;
    background:
        radial-gradient(circle at 14% 18%, rgba(4, 140, 226, .09) 0 78px, transparent 79px),
        radial-gradient(circle at 88% 76%, rgba(4, 140, 226, .07) 0 108px, transparent 109px),
        linear-gradient(180deg, #f3faff 0%, #ffffff 100%);
}

.wg-info-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    text-align: center;
}

.wg-info-kicker,
.wg-info-heading > span {
    display: block;
    color: var(--wg-info-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.wg-info-hero h1 {
    max-width: 900px;
    margin: 12px auto 18px;
    color: var(--wg-info-ink);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-align: center;
}

.wg-info-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--wg-info-muted);
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

.wg-info-actions {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
}

.wg-info-btn {
    display: inline-flex;
    min-height: 45px;
    padding: 11px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.wg-info-btn:hover {
    transform: translateY(-1px);
}

.wg-info-btn--primary {
    background: var(--wg-info-blue);
    color: #ffffff;
}

.wg-info-btn--primary:hover {
    background: var(--wg-info-blue-dark);
    color: #ffffff;
}

.wg-info-btn--secondary {
    border-color: #cbdce7;
    background: #ffffff;
    color: #234052;
}

.wg-info-btn--secondary:hover {
    border-color: var(--wg-info-blue);
    color: var(--wg-info-blue-dark);
}

.wg-info-highlights {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.wg-info-highlights span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #4d6576;
    font-size: 13px;
    font-weight: 700;
}

.wg-info-highlights svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: var(--wg-info-blue);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wg-info-section {
    padding: 72px 0;
    background: #ffffff;
}

.wg-info-section--soft {
    background: var(--wg-info-soft);
}

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

.wg-info-heading h2 {
    margin: 9px 0 11px;
    color: var(--wg-info-ink);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.14;
    text-align: center;
}

.wg-info-heading p {
    margin: 0;
    color: var(--wg-info-muted);
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}

.wg-info-steps {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wg-info-steps article,
.wg-info-feature-grid article,
.wg-info-wide-grid article {
    display: flex;
    min-width: 0;
    padding: 25px 21px;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--wg-info-line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(24, 61, 84, .045);
    text-align: center;
}

.wg-info-icon {
    position: relative;
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f6fe;
    color: var(--wg-info-blue);
}

.wg-info-icon::after {
    position: absolute;
    right: -3px;
    bottom: 3px;
    width: 13px;
    height: 13px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #8ad3f5;
    content: "";
}

.wg-info-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wg-info-steps small {
    margin-top: 15px;
    color: var(--wg-info-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wg-info-steps h3,
.wg-info-feature-grid h3,
.wg-info-wide-grid h3 {
    margin: 7px 0 8px;
    color: #203747;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.wg-info-feature-grid h3,
.wg-info-wide-grid h3 {
    margin-top: 16px;
}

.wg-info-steps p,
.wg-info-feature-grid p,
.wg-info-wide-grid p {
    margin: 0;
    color: #687b8b;
    font-size: 13.5px;
    line-height: 1.65;
    text-align: center;
}

.wg-info-feature-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1080px;
}

.wg-info-page--jobs .wg-info-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wg-info-wide-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 980px;
}

.wg-info-wide-grid article {
    padding: 30px;
}

.wg-info-page .wg-business-range-calculator {
    width: 100%;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
}

.wg-info-calculator-note {
    max-width: 760px;
    margin: 14px auto 0;
    color: #718493;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.wg-info-faq-shell {
    max-width: 920px;
}

.wg-info-faq {
    overflow: hidden;
    border: 1px solid var(--wg-info-line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(24, 61, 84, .04);
}

.wg-info-faq details + details {
    border-top: 1px solid #e7eef3;
}

.wg-info-faq summary {
    display: flex;
    min-height: 60px;
    padding: 17px 20px;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    color: #233b4c;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
    text-align: left;
}

.wg-info-faq summary::-webkit-details-marker {
    display: none;
}

.wg-info-faq summary > span {
    display: inline-flex;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f6fe;
    color: var(--wg-info-blue);
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    transition: transform .2s ease;
}

.wg-info-faq details[open] summary > span {
    transform: rotate(45deg);
}

.wg-info-faq details p {
    max-width: 820px;
    margin: -2px 0 0;
    padding: 0 20px 20px;
    color: #687b8b;
    font-size: 13.5px;
    line-height: 1.7;
    text-align: left;
}

.wg-info-final {
    padding: 58px 0 76px;
    background: #ffffff;
}

.wg-info-final__card {
    max-width: 980px;
    margin: 0 auto;
    padding: 39px 24px;
    border: 1px solid #cfe7f5;
    border-radius: 7px;
    background: linear-gradient(135deg, #edf8fe 0%, #fbfdff 100%);
    text-align: center;
}

.wg-info-final__card .wg-info-icon {
    margin: 0 auto;
}

.wg-info-final__card h2 {
    margin: 17px 0 9px;
    color: var(--wg-info-ink);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.18;
    text-align: center;
}

.wg-info-final__card > p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--wg-info-muted);
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
}

@media (max-width: 991.98px) {
    .wg-info-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wg-info-feature-grid,
    .wg-info-page--jobs .wg-info-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .wg-info-shell {
        width: calc(100% - 24px);
    }

    .wg-info-hero {
        padding: 52px 0 46px;
        background:
            radial-gradient(circle at 8% 10%, rgba(4, 140, 226, .08) 0 54px, transparent 55px),
            linear-gradient(180deg, #f3faff 0%, #ffffff 100%);
    }

    .wg-info-hero h1 {
        max-width: 560px;
        margin-top: 10px;
        font-size: 2.25rem;
        line-height: 1.1;
        text-align: center;
    }

    .wg-info-hero p {
        max-width: 540px;
        font-size: 15px;
        line-height: 1.65;
        text-align: center;
    }

    .wg-info-highlights {
        gap: 12px;
        flex-direction: column;
        margin-top: 28px;
    }

    .wg-info-section {
        padding: 52px 0;
    }

    .wg-info-heading {
        margin-bottom: 27px;
    }

    .wg-info-heading h2 {
        font-size: 29px;
        line-height: 1.17;
        text-align: center;
    }

    .wg-info-heading p {
        font-size: 14px;
        text-align: center;
    }

    .wg-info-steps,
    .wg-info-feature-grid,
    .wg-info-page--jobs .wg-info-feature-grid,
    .wg-info-wide-grid {
        grid-template-columns: 1fr;
    }

    .wg-info-steps article,
    .wg-info-feature-grid article,
    .wg-info-wide-grid article {
        width: 100%;
        padding: 24px 20px;
        align-items: center;
        text-align: center;
    }

    .wg-info-steps p,
    .wg-info-feature-grid p,
    .wg-info-wide-grid p,
    .wg-info-steps h3,
    .wg-info-feature-grid h3,
    .wg-info-wide-grid h3 {
        text-align: center;
    }

    .wg-info-page .wg-business-range-calculator {
        max-width: 100%;
    }

    .wg-info-final {
        padding: 44px 0 62px;
    }

    .wg-info-final__card {
        padding: 32px 18px;
    }

    .wg-info-final__card h2 {
        font-size: 27px;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .wg-info-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wg-info-btn {
        width: 100%;
    }

    .wg-info-faq summary {
        padding: 16px;
        font-size: 13.5px;
    }

    .wg-info-faq details p {
        padding: 0 16px 18px;
        font-size: 13px;
    }
}
