.stanloop-work-with-me {
    width: 100%;
    max-width: 760px;
    margin: 32px auto;
    box-sizing: border-box;
}

.stanloop-work-with-me,
.stanloop-work-with-me * {
    box-sizing: border-box;
}

.stanloop-work-with-me__inner {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    padding: 24px;
    overflow: hidden;
}

.stanloop-work-with-me__eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.stanloop-work-with-me__header h2 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.15;
}

.stanloop-work-with-me__header h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.35;
}

.stanloop-work-with-me__intro p,
.stanloop-work-with-me__block p,
.stanloop-work-with-me__media-section p {
    margin: 0 0 10px;
    color: #374151;
    overflow-wrap: anywhere;
}

.stanloop-work-with-me__block,
.stanloop-work-with-me__media-kit,
.stanloop-work-with-me__form-wrap {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.stanloop-work-with-me__block h4,
.stanloop-work-with-me__media-kit h4,
.stanloop-work-with-me__form-wrap h4 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.3;
}

.stanloop-work-with-me__media-section {
    margin-top: 12px;
}

.stanloop-work-with-me__media-section h5 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.3;
}

.stanloop-work-with-me__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.stanloop-work-with-me__chips span {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.stanloop-work-with-me__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.stanloop-work-with-me__button,
.stanloop-work-with-me__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    white-space: normal;
    text-align: center;
}

.stanloop-work-with-me__button:hover,
.stanloop-work-with-me__submit:hover {
    color: #fff;
    text-decoration: none;
}

.stanloop-work-with-me__button--secondary {
    background: #f3f4f6;
    color: #111827;
}

.stanloop-work-with-me__button--secondary:hover {
    color: #111827;
}

.stanloop-work-with-me__form-note {
    margin: 0 0 14px;
    color: #4b5563;
}

.stanloop-work-with-me__form {
    margin-top: 14px;
}

.stanloop-work-with-me__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.stanloop-work-with-me__form label,
.stanloop-work-with-me__message {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.stanloop-work-with-me__form label span,
.stanloop-work-with-me__message span {
    color: #b91c1c;
}

.stanloop-work-with-me__form input,
.stanloop-work-with-me__form select,
.stanloop-work-with-me__form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    color: #111827;
    font: inherit;
    line-height: 1.35;
}

.stanloop-work-with-me__form textarea {
    resize: vertical;
}

.stanloop-work-with-me__message {
    margin-top: 14px;
}

.stanloop-work-with-me__submit {
    margin-top: 16px;
}

.stanloop-work-with-me__notice {
    margin: 12px 0;
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 700;
}

.stanloop-work-with-me__notice--success {
    background: #ecfdf5;
    color: #065f46;
}

.stanloop-work-with-me__notice--error {
    background: #fef2f2;
    color: #991b1b;
}

.stanloop-work-with-me__hp {
    position: absolute !important;
    left: -99999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

@media (max-width: 700px) {
    .stanloop-work-with-me {
        max-width: 100%;
        margin: 24px auto;
        padding-left: 0;
        padding-right: 0;
    }

    .stanloop-work-with-me__inner {
        padding: 18px;
        border-radius: 16px;
    }

    .stanloop-work-with-me__eyebrow {
        font-size: 11px;
    }

    .stanloop-work-with-me__header h2 {
        font-size: 24px;
    }

    .stanloop-work-with-me__header h3 {
        font-size: 17px;
    }

    .stanloop-work-with-me__intro p,
    .stanloop-work-with-me__block p,
    .stanloop-work-with-me__media-section p {
        font-size: 15px;
        line-height: 1.5;
    }

    .stanloop-work-with-me__chips {
        gap: 8px;
    }

    .stanloop-work-with-me__chips span {
        font-size: 12px;
        padding: 7px 10px;
    }

    .stanloop-work-with-me__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .stanloop-work-with-me__button,
    .stanloop-work-with-me__submit {
        width: 100%;
        padding: 12px 14px;
    }

    .stanloop-work-with-me__form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .stanloop-work-with-me__form input,
    .stanloop-work-with-me__form select,
    .stanloop-work-with-me__form textarea {
        font-size: 15px;
    }
}

.stanloop-work-with-me-profile-tab {
    width: 100%;
}

.stanloop-work-with-me-profile-tab .stanloop-work-with-me {
    margin-top: 0;
}

