.b2b-hotel-form-wrapper-24dc8ece {
    max-width: 820px;
    margin: 40px auto;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.b2b-form-header-24dc8ece {
    text-align: center;
    margin-bottom: 36px;
}

.b2b-form-title-24dc8ece {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}

.b2b-form-subtitle-24dc8ece {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

.b2b-hotel-form-24dc8ece {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.b2b-form-row-24dc8ece {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.b2b-form-row-full-24dc8ece {
    grid-template-columns: 1fr;
}

.b2b-form-field-24dc8ece label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.b2b-required-24dc8ece {
    color: #e74c3c;
}

.b2b-optional-24dc8ece {
    color: #9ca3af;
    font-weight: 400;
    font-size: 13px;
}

.b2b-form-field-24dc8ece input[type="text"],
.b2b-form-field-24dc8ece input[type="email"],
.b2b-form-field-24dc8ece input[type="tel"],
.b2b-form-field-24dc8ece select,
.b2b-form-field-24dc8ece textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    background: #f9fafb;
    color: #1a1a2e;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    outline: none;
    box-sizing: border-box;
}

.b2b-form-field-24dc8ece input:focus,
.b2b-form-field-24dc8ece select:focus,
.b2b-form-field-24dc8ece textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    background: #ffffff;
}

.b2b-form-field-24dc8ece input.b2b-field-error-24dc8ece,
.b2b-form-field-24dc8ece select.b2b-field-error-24dc8ece {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.b2b-field-hint-24dc8ece {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    margin-top: 4px;
}

.b2b-phone-wrapper-24dc8ece {
    display: flex;
    gap: 8px;
}

.b2b-phone-wrapper-24dc8ece select {
    width: 130px;
    flex-shrink: 0;
    padding: 12px 10px;
    font-size: 14px;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    background: #f9fafb;
    color: #1a1a2e;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.b2b-phone-wrapper-24dc8ece select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.b2b-phone-wrapper-24dc8ece input {
    flex: 1;
}

.b2b-form-field-24dc8ece textarea {
    resize: vertical;
    min-height: 100px;
}

.b2b-form-actions-24dc8ece {
    text-align: center;
    margin-top: 32px;
}

.b2b-submit-btn-24dc8ece {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    letter-spacing: 0.3px;
}

.b2b-submit-btn-24dc8ece:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.b2b-submit-btn-24dc8ece:active {
    transform: translateY(0);
}

.b2b-submit-btn-24dc8ece:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.b2b-btn-arrow-24dc8ece {
    transition: transform 0.2s ease;
}

.b2b-submit-btn-24dc8ece:hover .b2b-btn-arrow-24dc8ece {
    transform: translateX(4px);
}

.b2b-form-disclaimer-24dc8ece {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 16px;
    line-height: 1.5;
}

.b2b-form-success-24dc8ece {
    text-align: center;
    padding: 40px 20px;
}

.b2b-success-icon-24dc8ece {
    color: #10b981;
    margin-bottom: 16px;
}

.b2b-form-success-24dc8ece h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}

.b2b-form-success-24dc8ece p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

.b2b-form-error-24dc8ece {
    text-align: center;
    padding: 16px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    margin-top: 16px;
}

.b2b-form-error-24dc8ece p {
    color: #dc2626;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 768px) {
    .b2b-form-row-24dc8ece {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .b2b-hotel-form-24dc8ece {
        padding: 24px 20px;
    }

    .b2b-form-title-24dc8ece {
        font-size: 24px;
    }

    .b2b-submit-btn-24dc8ece {
        width: 100%;
        justify-content: center;
    }

    .b2b-phone-wrapper-24dc8ece {
        flex-direction: column;
    }

    .b2b-phone-wrapper-24dc8ece select {
        width: 100%;
    }
}
