.workers-seo-page {
    --workers-ink: #071426;
    --workers-muted: #5c6b7d;
    --workers-line: #dfe7ec;
    --workers-soft: #f6f9fb;
    --workers-cyan: #7df9ff;
    --workers-aqua: #88ffcf;
    --workers-yellow: #ffff00;
    --workers-black: #000000;
    --workers-white: #ffffff;
    background: var(--workers-white);
    color: var(--workers-ink);
    overflow-x: hidden;
}

.workers-seo-page *,
.workers-seo-page *::before,
.workers-seo-page *::after {
    box-sizing: border-box;
}

.workers-seo-page .header {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(223, 231, 236, 0.92);
    backdrop-filter: blur(16px);
}

.workers-page {
    background:
        linear-gradient(180deg, rgba(125, 249, 255, 0.1), rgba(255, 255, 255, 0) 520px),
        var(--workers-white);
}

.workers-container {
    width: min(1220px, calc(100vw - 40px));
    margin: 0 auto;
}

.workers-section {
    padding: 76px 0;
}

.workers-hero {
    position: relative;
    padding: 84px 0 70px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(125, 249, 255, 0.18), rgba(136, 255, 207, 0.12) 48%, rgba(255, 255, 255, 0) 85%),
        var(--workers-white);
}

.workers-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(7, 20, 38, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 20, 38, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, black 42%, transparent);
    pointer-events: none;
}

.workers-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: 58px;
    align-items: center;
}

.workers-kicker,
.workers-section-heading > span {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 7px 11px;
    border: 1px solid rgba(125, 249, 255, 0.9);
    border-radius: 999px;
    background: rgba(125, 249, 255, 0.1);
    color: #00899c;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
}

.workers-hero h1,
.workers-section-heading h2,
.workers-contact-section h2,
.workers-form h2 {
    margin: 0;
    color: var(--workers-ink);
    font-family: "Helvetica", Arial, sans-serif !important;
    font-weight: 800;
    letter-spacing: 0;
}

.workers-hero h1 {
    max-width: 840px;
    font-size: 3.85rem;
    line-height: 1.04;
}

.workers-lead {
    max-width: 760px;
    margin: 24px 0 0;
    color: #152b45;
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.65;
}

.workers-summary {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--workers-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.workers-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
}

.workers-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: var(--workers-black);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
    cursor: pointer;
}

.workers-btn:hover,
.workers-btn:focus {
    color: var(--workers-black);
    transform: translateY(-2px);
    text-decoration: none;
}

.workers-btn svg,
.workers-whatsapp-link svg,
.workers-check-list svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.workers-btn-primary {
    background: var(--workers-yellow);
    box-shadow: 0 14px 34px rgba(255, 255, 0, 0.25);
}

.workers-btn-secondary {
    background: var(--workers-white);
    border-color: rgba(7, 20, 38, 0.16);
}

.workers-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.workers-section-heading h2 {
    font-size: 2.35rem;
    line-height: 1.14;
}

.workers-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.workers-section-heading-compact {
    margin-bottom: 22px;
}

.workers-section-heading-compact h2 {
    font-size: 1.55rem;
}

.workers-flow-section,
.workers-audience-section,
.workers-tags-section {
    background: var(--workers-soft);
}

.workers-flow-grid,
.workers-card-grid,
.workers-audience-grid,
.workers-contact-grid {
    display: grid;
    gap: 22px;
}

.workers-flow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.workers-flow-card,
.workers-info-card,
.workers-country-list article,
.workers-compliance,
.workers-form {
    border: 1px solid var(--workers-line);
    border-radius: 8px;
    background: var(--workers-white);
    box-shadow: 0 18px 46px rgba(7, 20, 38, 0.08);
}

.workers-flow-card,
.workers-info-card,
.workers-country-list article {
    padding: 24px;
}

.workers-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: var(--workers-ink);
    color: var(--workers-yellow);
    font-size: 0.88rem;
    font-weight: 900;
}

.workers-flow-card h3,
.workers-info-card h3,
.workers-country-list h3 {
    margin: 0;
    color: var(--workers-ink);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.25;
}

.workers-flow-card p,
.workers-info-card p,
.workers-country-list p,
.workers-compliance p,
.workers-form p {
    margin: 12px 0 0;
    color: var(--workers-muted);
    font-size: 0.96rem;
    line-height: 1.7;
}

.workers-two-column {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.4fr);
    gap: 44px;
    align-items: start;
}

.workers-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workers-audience-grid,
.workers-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workers-check-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.workers-check-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px 14px;
    border: 1px solid rgba(7, 20, 38, 0.1);
    border-radius: 8px;
    background: var(--workers-white);
    color: var(--workers-ink);
    font-weight: 750;
}

.workers-check-list svg {
    margin-top: 2px;
    color: #0097a8;
}

.workers-country-list {
    display: grid;
    gap: 14px;
}

.workers-tag-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.workers-tag-row span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(7, 20, 38, 0.12);
    border-radius: 999px;
    background: var(--workers-white);
    color: var(--workers-ink);
    font-size: 0.9rem;
    font-weight: 800;
}

.workers-compliance,
.workers-form {
    padding: 30px;
}

.workers-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: var(--workers-ink);
    font-weight: 900;
    text-decoration: none;
}

.workers-form {
    display: grid;
    gap: 16px;
}

.workers-hero-form {
    align-self: start;
}

.workers-form h2 {
    font-size: 1.65rem;
    line-height: 1.18;
}

.workers-compliance-wide {
    max-width: 920px;
    margin: 0 auto;
}

.workers-form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--workers-ink);
    font-weight: 800;
}

.workers-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(7, 20, 38, 0.18);
    border-radius: 8px;
    color: var(--workers-ink);
    font: inherit;
}

.workers-form input:focus {
    border-color: #00a6b6;
    outline: 3px solid rgba(125, 249, 255, 0.35);
}

.workers-form button {
    border: 0;
}

.workers-form button:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
}

.workers-form-status {
    min-height: 22px;
    color: var(--workers-muted);
    font-size: 0.92rem;
    font-weight: 800;
}

.workers-form-status.is-success {
    color: #057a35;
}

.workers-form-status.is-error {
    color: #b42318;
}

html[dir="rtl"] .workers-btn svg {
    transform: scaleX(-1);
}

@media (max-width: 1040px) {
    .workers-hero-grid,
    .workers-two-column,
    .workers-audience-grid,
    .workers-contact-grid {
        grid-template-columns: 1fr;
    }

    .workers-flow-grid,
    .workers-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .workers-container {
        width: min(100% - 28px, 1220px);
    }

    .workers-section {
        padding: 54px 0;
    }

    .workers-hero {
        padding: 58px 0 48px;
    }

    .workers-hero h1 {
        font-size: 2.35rem;
        line-height: 1.08;
    }

    .workers-lead {
        font-size: 1rem;
    }

    .workers-flow-grid,
    .workers-card-grid {
        grid-template-columns: 1fr;
    }

    .workers-section-heading h2 {
        font-size: 1.75rem;
    }

    .workers-btn {
        width: 100%;
    }
}
