.tura-reclamaciones-wrapper {
    max-width: 800px;
    margin: 0 auto;
    font-family: inherit;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.tura-reclamaciones-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.tura-reclamaciones-header h2 {
    color: #1a1a1a;
    font-size: 28px;
    margin-bottom: 10px;
}

.tura-company-info {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    margin: 15px auto;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
    max-width: 500px;
}

.tura-company-info strong {
    color: #2c3e50;
}

.tura-reclamaciones-header p {
    color: #666;
    font-size: 14px;
}

.tura-form-section {
    margin-bottom: 30px;
}

.tura-form-section h3 {
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
}

.tura-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.tura-col-12 { width: 100%; padding: 10px; box-sizing: border-box; }
.tura-col-6 { width: 50%; padding: 10px; box-sizing: border-box; }

@media (max-width: 768px) {
    .tura-col-6 { width: 100%; }
}

.tura-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

.tura-form label .required {
    color: #e74c3c;
}

.tura-form input[type="text"],
.tura-form input[type="email"],
.tura-form input[type="tel"],
.tura-form select,
.tura-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fafafa;
    box-sizing: border-box;
}

.tura-form input[type="text"]:focus,
.tura-form input[type="email"]:focus,
.tura-form input[type="tel"]:focus,
.tura-form select:focus,
.tura-form textarea:focus {
    border-color: #3498db;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.tura-radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tura-radio-group label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: normal;
    cursor: pointer;
}

.tura-radio-group label input {
    margin-top: 4px;
}

.tura-radio-group small {
    display: block;
    color: #7f8c8d;
    font-size: 12px;
}

.tura-terms {
    background: #fef9e7;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #f1c40f;
}

.tura-terms label {
    margin: 0;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tura-btn-submit {
    background: #2ecc71;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
}

.tura-btn-submit:hover {
    background: #27ae60;
}

.tura-hidden {
    display: none !important;
}

#tura-form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
}

#tura-form-message.success {
    display: block !important;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#tura-form-message.error {
    display: block !important;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
