.hero-form-section-71ce5372 {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    font-family: inherit;
}

.hero-form-overlay-71ce5372 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}

.hero-form-container-71ce5372 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* Left Content */
.hero-left-71ce5372 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-title-71ce5372 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: inherit;
}

.hero-desc-71ce5372 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-usp-list-71ce5372 {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.hero-usp-list-71ce5372 li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
}

.hero-usp-icon-71ce5372 {
    display: inline-flex;
    margin-right: 12px;
}

.hero-usp-icon-71ce5372 svg {
    width: 20px;
    height: 20px;
}

.hero-btn-71ce5372 {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: opacity 0.3s;
}

.hero-btn-71ce5372:hover {
    opacity: 0.9;
}

.hero-btn-arrow-71ce5372 {
    margin-left: 8px;
}

/* Right Form Box */
.hero-form-box-71ce5372 {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    color: #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.hero-form-title-71ce5372 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px 0;
    line-height: 1.3;
    color: #111;
}

.hero-form-group-71ce5372 {
    margin-bottom: 15px;
}

.hero-form-group-71ce5372 input,
.hero-form-group-71ce5372 textarea,
.hero-form-group-71ce5372 select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    color: #333;
}

.hero-form-group-71ce5372 input:focus,
.hero-form-group-71ce5372 textarea:focus,
.hero-form-group-71ce5372 select:focus {
    outline: none;
    border-color: #007096;
}

.hero-form-submit-71ce5372 {
    width: 100%;
    padding: 14px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
    margin-top: 10px;
}

.hero-form-submit-71ce5372:hover {
    opacity: 0.9;
}

.hero-form-note-71ce5372 {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-form-container-71ce5372 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero-title-71ce5372 {
        font-size: 32px;
    }
    .hero-form-box-71ce5372 {
        padding: 30px 20px;
    }
}
