.zwrm-form-wrap {
    --zwrm-width: 1120px;
    margin: 40px 0 60px;
    position: relative;
}

.zwrm-flow-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.zwrm-notice,
.zwrm-intro-card,
.zwrm-flow-form,
.zwrm-form-card {
    max-width: var(--zwrm-width);
    margin: 0 auto;
}

.zwrm-intro-card,
.zwrm-form-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.zwrm-intro-header,
.zwrm-form-header {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.zwrm-intro-card {
    text-align: left;
}

.zwrm-intro-header {
    text-align: center;
}

.zwrm-form-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--wd-primary-color, #111111);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zwrm-intro-card h2,
.zwrm-form-header h2 {
    margin: 0;
    color: var(--wd-title-color, #242424);
    font-weight: var(--wd-title-font-weight, 600);
    font-style: var(--wd-title-font-style, normal);
    font-family: var(--wd-title-font, inherit);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.18;
    text-transform: none;
}

.zwrm-intro-card p,
.zwrm-form-header p {
    margin: 0 0 14px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #4b4b4b;
    font-size: var(--wd-text-font-size, 15px);
    font-weight: 500;
    line-height: var(--wd-text-line-height, 1.6);
}

.zwrm-form-header {
    max-width: 760px;
    margin-bottom: 30px;
    text-align: left;
}

.zwrm-form-header p,
.zwrm-form-note {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.zwrm-intro-highlights {
    margin: 24px auto 0;
    max-width: 900px;
    text-align: left;
}

.zwrm-intro-highlight {
    margin: 0 0 10px;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.zwrm-intro-emphasis {
    margin: 18px 0 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #2b2b2b;
    text-align: left;
}

.zwrm-intro-legal-notes,
.zwrm-form-legal-notes {
    margin: 16px auto 0;
    max-width: 900px;
    color: #4b4b4b;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.zwrm-form-legal-notes {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.zwrm-intro-legal-notes p,
.zwrm-form-legal-notes p {
    margin: 0 0 6px;
    font-size: inherit;
    line-height: inherit;
}

.zwrm-intro-legal-notes p:last-child,
.zwrm-form-legal-notes p:last-child {
    margin-bottom: 0;
}

.zwrm-intro-cta {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.zwrm-intro-cta h3 {
    margin: 0 0 6px;
    color: var(--wd-title-color, #242424);
    font-weight: var(--wd-title-font-weight, 600);
    font-family: var(--wd-title-font, inherit);
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.zwrm-intro-cta p {
    margin: 0 0 22px;
    color: #4f4f4f;
    font-weight: 500;
}

.zwrm-reveal-toggle,
.zwrm-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    background-color: var(--wd-primary-color, #111111);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.25s ease, transform 0.25s ease;
    width: fit-content;
}

.zwrm-reveal-toggle:hover,
.zwrm-submit:hover {
    opacity: 0.9;
    color: #ffffff;
    transform: translateY(-1px);
}

.zwrm-reveal-toggle {
    margin-left: auto;
    margin-right: auto;
}

.zwrm-flow-form {
    display: none;
}

.zwrm-flow-toggle:checked ~ .zwrm-intro-card {
    display: none;
}

.zwrm-flow-toggle:checked ~ .zwrm-flow-form {
    display: block;
}

.zwrm-form-note {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 500;
}

.zwrm-request-form {
    display: grid;
    gap: 0;
}

.zwrm-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 26px;
}

.zwrm-field,
.zwrm-file-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.zwrm-field span,
.zwrm-file-field span {
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.zwrm-field input {
    width: 100%;
}

.zwrm-form-wrap input[type='email'],
.zwrm-form-wrap input[type='date'],
.zwrm-form-wrap input[type='search'],
.zwrm-form-wrap input[type='number'],
.zwrm-form-wrap input[type='text'],
.zwrm-form-wrap input[type='tel'],
.zwrm-form-wrap input[type='url'],
.zwrm-form-wrap input[type='password'],
.zwrm-form-wrap textarea,
.zwrm-form-wrap select {
    width: 100%;
    min-height: 46px;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    box-shadow: none;
    color: #1f1f1f;
    font-size: 14px;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

.zwrm-form-wrap input[type='email']:focus,
.zwrm-form-wrap input[type='date']:focus,
.zwrm-form-wrap input[type='search']:focus,
.zwrm-form-wrap input[type='number']:focus,
.zwrm-form-wrap input[type='text']:focus,
.zwrm-form-wrap input[type='tel']:focus,
.zwrm-form-wrap input[type='url']:focus,
.zwrm-form-wrap input[type='password']:focus,
.zwrm-form-wrap textarea:focus,
.zwrm-form-wrap select:focus {
    border-color: #9f9f9f;
    background-color: #fff;
}

.zwrm-form-wrap input::placeholder,
.zwrm-form-wrap textarea::placeholder {
    color: #767676;
    opacity: 1;
}

.zwrm-file-section {
    display: grid;
    gap: 20px;
    margin-top: 32px;
}

.zwrm-file-field {
    gap: 10px;
    padding: 22px 24px;
    border: 1px solid #d3d3d3;
    background: #f7f7f7;
}

.zwrm-file-field input[type="file"] {
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
}

.zwrm-file-field input[type="file"]::file-selector-button {
    margin-right: 12px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #c4c4c4;
    background: #ffffff;
    color: #222222;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.zwrm-file-field small {
    color: #545454;
    font-size: 12px;
    line-height: 1.6;
}

.zwrm-consent-list {
    display: grid;
    gap: 12px;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.zwrm-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.zwrm-checkbox input {
    margin-top: 4px;
    accent-color: var(--wd-primary-color, #111111);
}

.zwrm-actions {
    margin-top: 30px;
}

.zwrm-notice {
    margin-bottom: 24px;
    padding: 14px 18px;
    border-left: 2px solid var(--wd-primary-color, #111111);
    background: rgba(0, 0, 0, 0.02);
}

.zwrm-notice p {
    margin: 0 0 6px;
    color: #232323;
    font-weight: 500;
}

.zwrm-notice p:last-child {
    margin-bottom: 0;
}

.zwrm-notice--success {
    border-left-color: var(--wd-primary-color, #111111);
}

.zwrm-notice--error {
    border-left-color: #b42318;
}

@media (max-width: 1024px) {
    .zwrm-form-wrap {
        --zwrm-width: 100%;
    }
}

@media (max-width: 767px) {
    .zwrm-intro-card h2,
    .zwrm-form-header h2 {
        font-size: 30px;
    }

    .zwrm-field-grid {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    .zwrm-file-field {
        padding: 16px 14px;
    }
}
