.content-wrap {
    max-width: 1170px;
}

/* Banner Section */
.zwc-banner {
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 6.94vw, 100px) 0;
    background-color: #ffdfcf;
}

.zw-product-header {
    background-color: #ffdfcf;
}

.zwc-banner .content-wrap {
    position: relative;
    z-index: 1;
}

/* Flex Layout */
.zwc-flex-wrap .zwc-field-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(30px, 4.17vw, 60px);
}

.zwc-flex-wrap .zwc-field-row .zwc-field-col {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.zwc-banner .zwc-content-section {
    flex: 0 1 45%;
    padding-top: clamp(20px, 4.17vw, 60px);
}

.zwc-banner .zwc-form-section {
    flex: 0 1 50%;
    max-width: 580px;
    position: relative;
}

.zwc-form-section::before,
.zwc-form-section::after {
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #FFFF7C;
    filter: blur(100px);
    position: absolute;
    top: 100px;
    right: -40px;
    z-index: -1;
}

.zwc-form-section::after {
    top: auto;
    bottom: 100px;
    right: auto;
    left: -10px;
    background-color: #FF7C7C;
}

/* Heading */
.zwc-banner .zwc-sec-title h1 {
    font-family: var(--primaryfont-semibold);
    font-size: clamp(28px, 4.44vw, 64px);
    line-height: 1.12;
    letter-spacing: -1.92px;
    color: #000;
    max-width: 515px;
}

/* Checklist */
.zwc-checklist {
    list-style: none;
    padding: 0;
    margin: clamp(30px, 3.47vw, 50px) 0 0;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.39vw, 20px);
}

.zwc-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}


.zwc-checklist .zwc-icon-check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 4px;
    background-color: #FFCAAF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M9.76562 0.25C9.89607 0.25 10.0247 0.278536 10.1436 0.333008C10.2587 0.385804 10.3617 0.461981 10.4482 0.555664C10.5447 0.653574 10.6215 0.771511 10.6729 0.900391C10.7241 1.02915 10.75 1.16747 10.75 1.30664C10.75 1.44578 10.724 1.58416 10.6729 1.71289C10.6215 1.84175 10.5457 1.95972 10.4492 2.05762L4.64941 8.43457L4.65039 8.43555C4.56226 8.53328 4.4557 8.61256 4.33691 8.66699C4.21826 8.72132 4.09015 8.74993 3.95996 8.75C3.8296 8.75 3.70083 8.72139 3.58203 8.66699C3.46325 8.61256 3.35668 8.53328 3.26855 8.43555V8.43457L0.537109 5.43164V5.43066C0.447565 5.33464 0.376846 5.22186 0.328125 5.09863C0.278886 4.97402 0.25217 4.84062 0.25 4.70605C0.247882 4.57141 0.270206 4.43685 0.31543 4.31055C0.360707 4.18417 0.428811 4.06676 0.516602 3.9668C0.60432 3.86701 0.710164 3.78541 0.829102 3.72852C0.948349 3.67151 1.07818 3.64118 1.20996 3.63867C1.34152 3.63619 1.47174 3.66149 1.59277 3.71387C1.68357 3.75323 1.76804 3.80699 1.84277 3.87207L1.91406 3.94141L1.91797 3.94434L3.95898 6.19824L9.0752 0.563477C9.16317 0.46604 9.26921 0.387344 9.3877 0.333008C9.50653 0.278551 9.63521 0.250015 9.76562 0.25Z' fill='%23BC4508' stroke='%23BC4508' stroke-width='0.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px 9px;
    background-position: center;
    border-radius: 50px;
}

.zwc-checklist p {
    font-family: var(--primaryfont-regular);
    font-size: clamp(16px, 1.39vw, 20px);
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #000;
    max-width: 475px;
    margin-bottom: 0;
}

/* Contact Info */
.zwc-contact-info {
    margin-top: clamp(30px, 3.47vw, 50px);
    padding-top: clamp(20px, 2.08vw, 30px);
    border-top: 1px solid #D4AE9B;
    max-width: 550px;
}

.zwc-contact-info h2 {
    font-family: var(--zf-primary-medium);
    font-size: clamp(18px, 1.53vw, 22px);
    line-height: 1.27;
    letter-spacing: -0.22px;
    color: #000;
}

.zwc-mail-link {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: clamp(12px, 1.88vw, 27px);
}

.zwc-icon-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(30px, 3vw, 46px);
    height: clamp(30px, 3vw, 46px);
    border-radius: clamp(5px, 2vw, 13px);
    background-color: #FFCAAF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M21.029 3.33946C24.4407 3.33955 27.2175 6.11627 27.2175 9.52794V18.4723C27.2175 21.887 24.4406 24.6607 21.029 24.6608H6.97141C3.55977 24.6608 0.782928 21.8871 0.782928 18.4723V9.52794C0.782928 6.11622 3.55969 3.33946 6.97141 3.33946H21.029ZM18.0398 14.3961C16.9663 15.4727 15.5288 16.0669 14.0017 16.067C12.5672 16.067 11.213 15.5458 10.1648 14.5934L9.95969 14.3971L3.33859 7.77599C3.07431 8.32044 2.9359 8.91893 2.93625 9.52696V18.4723C2.93625 20.6985 4.7479 22.5074 6.97141 22.5074H21.029C23.2411 22.5074 25.0448 20.7171 25.0632 18.5065V9.52696C25.0636 8.91872 24.9244 8.32059 24.6599 7.77599L18.0398 14.3961ZM6.97141 5.49278C6.15661 5.49278 5.39739 5.73796 4.76242 6.15489L11.4812 12.8766H11.4802C12.1503 13.5438 13.0444 13.9137 14.0017 13.9137C14.9556 13.9136 15.8492 13.5436 16.5193 12.8766L23.237 6.15489C22.6022 5.73813 21.8437 5.49281 21.029 5.49278H6.97141Z' fill='%23BC4508' stroke='%23BC4508' stroke-width='0.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: clamp(18px, 2.25vw, 28px);
    background-position: center;
}

.zwc-mail-link a {
    font-family: var(--primaryfont-semibold);
    font-size: clamp(16px, 1.39vw, 20px);
    line-height: 1.4;
    letter-spacing: -0.2px;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
}

/* Form Section */
.zwc-crm-form {
    background: #fff;
    border-radius: 16px;
    padding: clamp(24px, 2.78vw, 40px);
    min-height: 400px;
    height: 791px;
}

/* Responsive */
@media (max-width: 1280px) {
    .zwc-banner .zwc-content-section {
        flex: 0 1 42%;
    }

    .zwc-banner .zwc-form-section {
        flex: 0 1 52%;
    }
}

@media (max-width: 1024px) {
    .zwc-banner .zwc-content-section {
        flex: 0 1 40%;
    }

    .zwc-banner .zwc-form-section {
        flex: 0 1 55%;
        max-width: 100%;
    }

    .zwc-banner .zwc-sec-title h1 {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .zwc-flex-wrap .zwc-field-row {
        flex-direction: column;
        align-items: center;
        gap: clamp(25px, 4vw, 50px);
    }

    .zwc-icon-mail {
        border-radius: 6px;
    }

    .zwc-banner .zwc-content-section {
        text-align: center;
    }

    .zwc-banner .zwc-sec-title h1 {
        max-width: 100%;
    }

    .zwc-checklist {
        display: inline-flex;
        text-align: left;
        margin: 20px 0 10px;
    }

    .zwc-contact-info {
        max-width: 100%;
        text-align: center;
    }

    .zwc-mail-link {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .zwc-banner .zwc-sec-title h1 {
        max-width: 100%;
    }

    .zwc-banner .zwc-content-section,
    .zwc-banner .zwc-form-section {
        flex: 0 1 100%;
        max-width: 100%;
    }

    .zwc-banner .zwc-content-section {
        padding-top: 0;
    }

    .zwc-contact-info {
        max-width: 100%;
    }
}