/* ========================================
   CARRERAS CSS - SalonBookIt
   Estilos ESPECIFICOS de la pagina de trabaja con nosotros
   ======================================== */

/* === CAREER HERO STATS === */
.career-hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}

.career-stat {
    text-align: center;
}

.career-stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gold);
}

.career-stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

/* === POSITION CARD === */
.position-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--gray-200);
}

.position-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.position-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
}

.position-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.position-tag {
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.position-tag.remote {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
}

.position-tag.commission {
    background: rgba(212, 175, 55, 0.15);
    color: #b8860b;
}

.position-tag.freelance {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}

.position-description {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

/* === POSITION COMMISSION === */
.position-commission {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.commission-title {
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.commission-title svg {
    color: var(--gold);
}

.commission-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gold);
}

.commission-desc {
    color: var(--text-muted);
    font-size: 0.9375rem;
}

/* === POSITION LIST === */
.position-list {
    margin-bottom: 1.5rem;
}

.position-list-title {
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.75rem;
}

.position-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.position-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: var(--text-muted);
}

.position-list li svg {
    color: var(--gold);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

/* === BENEFITS GRID === */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon svg {
    width: 24px;
    height: 24px;
    color: var(--gold);
}

.benefit-content h4 {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.benefit-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
}

/* === APPLY FORM === */
.apply-form {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.apply-form h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--gray-300);
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background: var(--white);
    color: var(--navy-900);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray-400);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 44px;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* === RESPONSIVE CARRERAS === */
@media (max-width: 768px) {
    .career-hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .position-header {
        flex-direction: column;
    }
}
