.yx-lead-section {
    width: 100%;
    padding: 48px 20px;
    background: #f4f7f5;
    color: #26332d;
    box-sizing: border-box;
}

.yx-lead-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 44px;
    align-items: start;
}

.yx-lead-copy h2 {
    margin: 0 0 14px;
    color: #1f2c26;
    font-size: 28px;
    line-height: 1.4;
}

.yx-lead-copy p {
    margin: 0 0 14px;
    color: #526159;
    line-height: 1.85;
}

.yx-lead-facts {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.yx-lead-facts li {
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid #dbe4df;
    color: #394840;
}

.yx-lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.yx-field {
    min-width: 0;
}

.yx-field-wide {
    grid-column: 1 / -1;
}

.yx-field label,
.yx-field legend {
    display: block;
    margin: 0 0 7px;
    color: #27362e;
    font-size: 14px;
    font-weight: 600;
}

.yx-field input,
.yx-field select,
.yx-field textarea {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #cbd8d1;
    border-radius: 4px;
    background: #fff;
    color: #1f2924;
    box-sizing: border-box;
    font: inherit;
}

.yx-field textarea {
    min-height: 112px;
    resize: vertical;
}

.yx-field input:focus,
.yx-field select:focus,
.yx-field textarea:focus {
    outline: 2px solid #628b75;
    outline-offset: 1px;
    border-color: #628b75;
}

.yx-consent {
    grid-column: 1 / -1;
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #55645c;
    font-size: 13px;
    line-height: 1.6;
}

.yx-consent input {
    width: 16px;
    height: 16px;
    margin: 3px 0 0;
    flex: 0 0 auto;
}

.yx-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.yx-lead-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.yx-lead-submit {
    min-height: 44px;
    padding: 10px 22px;
    border: 0;
    border-radius: 4px;
    background: #315f49;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.yx-lead-submit:hover {
    background: #244d3a;
}

.yx-lead-submit:disabled {
    cursor: wait;
    opacity: 0.65;
}

.yx-lead-status {
    min-height: 24px;
    color: #315f49;
    line-height: 1.6;
}

.yx-lead-status.is-error {
    color: #a12f2f;
}

@media (max-width: 820px) {
    .yx-lead-section {
        padding: 34px 16px 92px;
    }

    .yx-lead-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body .contactus {
        display: none !important;
    }
}

@media (max-width: 560px) {
    .yx-lead-form {
        grid-template-columns: 1fr;
    }

    .yx-field-wide,
    .yx-consent,
    .yx-lead-actions {
        grid-column: auto;
    }

    .yx-lead-actions {
        align-items: stretch;
        flex-direction: column;
    }
}
