/* ========== SERVICE PAGE STYLES ========== */
/* Extends ../styles.css — always load both */

/* ---- BREADCRUMB ---- */
.breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #16a34a;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.breadcrumb-link:hover {
    gap: 0.3rem;
}

/* ---- SERVICIO HERO ---- */
.servicio-hero {
    background: linear-gradient(160deg, #ffffff 0%, #f8faff 60%, #f0f9ff 100%);
    padding: 110px 1.5rem 64px;
    text-align: center;
}

.servicio-hero .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicio-hero-icon {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin: 1.6rem auto 2rem;
}

.servicio-hero-icon.icon-green {
    color: #16a34a;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    box-shadow: 0 12px 32px rgba(22, 163, 74, 0.2);
}

.servicio-hero-icon.icon-orange {
    color: #f97316;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    box-shadow: 0 12px 32px rgba(249, 115, 22, 0.2);
}

.servicio-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #07111f;
    margin-bottom: 1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.servicio-hero-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 580px;
    margin: 0 auto 2.2rem;
    line-height: 1.65;
}

/* ---- SERVICE DETAIL SECTION ---- */
.servicio-detail {
    background: #f8faff;
    padding: 80px 1.5rem;
}

.servicio-detail .section-header {
    margin-bottom: 3rem;
}

.servicio-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.servicio-item-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 1.8rem 1.6rem;
    box-shadow: 0 4px 20px rgba(7, 17, 31, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.servicio-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 42px rgba(22, 163, 74, 0.12);
    border-color: rgba(22, 163, 74, 0.22);
}

.servicio-item-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1.1rem;
    color: #16a34a;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    box-shadow: 0 6px 16px rgba(22, 163, 74, 0.13);
}

.servicio-item-icon.icon-orange {
    color: #f97316;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    box-shadow: 0 6px 16px rgba(249, 115, 22, 0.13);
}

.servicio-item-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #07111f;
    margin-bottom: 0.6rem;
}

.servicio-item-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ---- CTA BANNER ---- */
.servicio-cta {
    background:
        radial-gradient(circle at top left, rgba(22, 163, 74, 0.2), transparent 40%),
        radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.15), transparent 40%),
        linear-gradient(135deg, #07111f 0%, #0d2518 100%);
    padding: 80px 1.5rem;
    text-align: center;
    color: #fff;
}

.servicio-cta h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 1rem;
    color: #fff;
}

.servicio-cta p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.72);
    max-width: 520px;
    margin: 0 auto 2.2rem;
    line-height: 1.6;
}

.servicio-cta .btn-primary {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 14px 36px rgba(22, 163, 74, 0.35);
    font-size: 1rem;
    padding: 0.95rem 2.2rem;
}

.servicio-cta .btn-primary:hover {
    background: #15803d;
    box-shadow: 0 18px 42px rgba(22, 163, 74, 0.42);
}

.servicio-cta-note {
    margin-top: 1.4rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

/* ========== BOLSA DE TRABAJO PAGE ========== */

/* Hero oscuro */
.job-hero {
    background:
        radial-gradient(ellipse at 15% 50%, rgba(22, 163, 74, 0.22), transparent 50%),
        radial-gradient(ellipse at 85% 30%, rgba(249, 115, 22, 0.14), transparent 48%),
        linear-gradient(135deg, #07111f 0%, #0d2518 100%);
    padding: 120px 1.5rem 72px;
    text-align: center;
    color: #fff;
}

.job-hero .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job-hero-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #4ade80, #16a34a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #07111f;
    margin: 1.4rem auto 1.8rem;
    box-shadow: 0 14px 36px rgba(22, 163, 74, 0.35);
}

.job-hero .section-eyebrow {
    color: #86efac;
    background: rgba(22, 163, 74, 0.15);
    border-color: rgba(22, 163, 74, 0.3);
}

.job-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 3.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.job-hero-subtitle {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 560px;
    margin: 0 auto 2.4rem;
    line-height: 1.65;
}

.job-hero .btn-primary {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 14px 36px rgba(22, 163, 74, 0.38);
}

.job-hero .btn-primary:hover {
    background: #15803d;
    box-shadow: 0 18px 44px rgba(22, 163, 74, 0.45);
}

/* Sección: ¿Por qué trabajar con nosotros? */
.job-why {
    background: #fff;
    padding: 80px 1.5rem;
}

.job-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    margin-top: 3rem;
}

.job-why-card {
    background: #f8faff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 1.8rem 1.4rem;
    text-align: center;
    transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.job-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 38px rgba(22, 163, 74, 0.1);
}

.job-why-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin: 0 auto 1.1rem;
    color: #16a34a;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    box-shadow: 0 6px 16px rgba(22, 163, 74, 0.13);
}

.job-why-card:nth-child(even) .job-why-icon {
    color: #f97316;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    box-shadow: 0 6px 16px rgba(249, 115, 22, 0.13);
}

.job-why-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #07111f;
    margin-bottom: 0.5rem;
}

.job-why-card p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* Sección: Áreas de reclutamiento */
.job-areas {
    background: #f8faff;
    padding: 80px 1.5rem;
}

.job-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem;
    margin-top: 3rem;
}

.job-area-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 1.6rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 4px 16px rgba(7, 17, 31, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.job-area-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: #16a34a;
    transform: scaleY(0);
    transition: transform 0.25s ease;
    border-radius: 0 2px 2px 0;
}

.job-area-card:nth-child(even)::before {
    background: #f97316;
}

.job-area-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 34px rgba(22, 163, 74, 0.12);
    border-color: rgba(22, 163, 74, 0.22);
}

.job-area-card:nth-child(even):hover {
    box-shadow: 0 12px 34px rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.22);
}

.job-area-card:hover::before {
    transform: scaleY(1);
}

.job-area-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #16a34a;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
}

.job-area-card:nth-child(even) .job-area-icon {
    color: #f97316;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
}

.job-area-body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.97rem;
    font-weight: 700;
    color: #07111f;
    margin-bottom: 0.3rem;
}

.job-area-body p {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.45;
    margin: 0;
}

/* Sección: Perfil que buscamos */
.job-profile {
    background: #fff;
    padding: 80px 1.5rem;
}

.job-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 3rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.job-profile-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.1rem 1.3rem;
    background: #f8faff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.job-profile-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4ade80, #16a34a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: #fff;
    margin-top: 0.1rem;
}

.job-profile-item p {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

/* Sección: Proceso de selección */
.job-process {
    background: #f8faff;
    padding: 80px 1.5rem;
}

.worker-login-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 0.7rem 1rem;
    border-radius: 12px;
    color: #2f8f5b;
    background: #e9f5f0;
    border: 1px solid rgba(47, 143, 91, 0.18);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.profile-only-application .job-form-card {
    display: none;
}

.profile-first-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: min(100%, 920px);
    margin: 0 auto;
    padding: 2rem;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(45, 138, 160, 0.16);
    box-shadow: 0 18px 50px rgba(11, 31, 51, 0.09);
}

.profile-first-card h3 {
    margin: 0 0 0.45rem;
    color: #07111f;
    font-size: 1.25rem;
}

.profile-first-card p {
    margin: 0;
    color: #5f7288;
    line-height: 1.65;
}

.profile-first-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 0;
    min-width: 240px;
}

.profile-first-actions .btn-primary {
    justify-content: center;
}

.job-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 3rem;
    position: relative;
}

.job-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5%);
    right: calc(12.5%);
    height: 2px;
    background: linear-gradient(90deg, #16a34a, #f97316);
    z-index: 0;
}

.job-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.job-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.2rem;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.28);
    background: linear-gradient(135deg, #16a34a, #15803d);
}

.job-step:nth-child(2) .job-step-number { background: linear-gradient(135deg, #22c55e, #16a34a); }
.job-step:nth-child(3) .job-step-number { background: linear-gradient(135deg, #f97316, #ea580c); box-shadow: 0 8px 24px rgba(249,115,22,0.28); }
.job-step:nth-child(4) .job-step-number { background: linear-gradient(135deg, #fb923c, #f97316); box-shadow: 0 8px 24px rgba(249,115,22,0.22); }

.job-step h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #07111f;
    margin-bottom: 0.5rem;
}

.job-step p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Sección: Formulario de postulación */
.job-form-section {
    background: #fff;
    padding: 80px 1.5rem;
}

.job-form-card {
    max-width: 820px;
    margin: 3rem auto 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    padding: 2.8rem 2.6rem;
    box-shadow: 0 12px 48px rgba(7, 17, 31, 0.09);
}

/* ---- FORM SECTION TITLES ---- */
.form-section-title {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-step-num {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.35);
    margin-top: 2px;
}

.form-section-title h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #07111f;
    margin: 0 0 0.15rem;
}

.form-section-title p {
    font-size: 0.83rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

.form-section-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2rem 0;
}

.req {
    color: #ef4444;
    font-weight: 700;
}

.form-opt {
    color: #9ca3af;
    font-size: 0.8rem;
    font-weight: 400;
}

/* ---- CV UPLOAD ZONE ---- */
.cv-upload-zone {
    position: relative;
    border: 2px dashed #d1d5db;
    border-radius: 14px;
    background: #f9fafb;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    overflow: hidden;
}

.cv-upload-zone:hover,
.cv-upload-zone.cv-drag-over {
    border-color: #16a34a;
    background: rgba(22, 163, 74, 0.04);
}

.cv-upload-zone.cv-drag-over {
    border-style: solid;
}

.cv-upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 0;
}

.cv-upload-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 2.4rem 1.5rem;
    text-align: center;
    pointer-events: none;
}

.cv-upload-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #16a34a;
    margin-bottom: 0.3rem;
}

.cv-upload-text {
    font-size: 0.9rem;
    color: #374151;
    margin: 0;
    line-height: 1.5;
}

.cv-upload-browse {
    color: #16a34a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    pointer-events: auto;
    cursor: pointer;
}

.cv-upload-hint {
    font-size: 0.78rem;
    color: #9ca3af;
}

.cv-upload-preview {
    display: none;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.4rem;
}

.cv-preview-icon {
    font-size: 1.8rem;
    color: #ef4444;
    flex-shrink: 0;
}

.cv-preview-info {
    flex: 1;
    min-width: 0;
}

.cv-preview-name {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cv-preview-size {
    display: block;
    font-size: 0.78rem;
    color: #6b7280;
    margin-top: 0.1rem;
}

.cv-remove-btn {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
}

.cv-remove-btn:hover {
    background: #fee2e2;
    color: #ef4444;
    border-color: #fca5a5;
}

.cv-upload-error {
    font-size: 0.82rem;
    color: #ef4444;
    margin: 0.4rem 0 0;
    min-height: 1.2em;
}

/* ---- SUBMIT & DISCLAIMER ---- */
.btn-submit-full {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
}

.form-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1rem;
    font-size: 0.78rem;
    color: #9ca3af;
    text-align: center;
}

.form-disclaimer i {
    color: #16a34a;
    font-size: 0.75rem;
}

/* ---- WHATSAPP CTA SECTION ---- */
.support-wa-section {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    padding: 64px 1.5rem;
}

.support-wa-card {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: #fff;
    border-radius: 22px;
    padding: 2.2rem 2.4rem;
    box-shadow: 0 12px 40px rgba(22, 163, 74, 0.12);
    border: 1px solid rgba(22, 163, 74, 0.15);
    max-width: 900px;
    margin: 0 auto;
}

.support-wa-icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.support-wa-body {
    flex: 1;
    min-width: 0;
}

.support-wa-body h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #07111f;
    margin-bottom: 0.5rem;
}

.support-wa-body p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.support-wa-tips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.support-wa-tips span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #16a34a;
}

.btn-wa-main {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 1.8rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-wa-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
}

@media (max-width: 700px) {
    .support-wa-card {
        flex-direction: column;
        text-align: center;
        padding: 1.8rem 1.4rem;
    }
    .support-wa-tips {
        justify-content: center;
    }
    .btn-wa-main {
        width: 100%;
        justify-content: center;
    }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .servicio-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .job-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .job-areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .job-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 1rem;
    }

    .job-steps::before {
        display: none;
    }

    .profile-first-actions {
        width: 100%;
        min-width: 0;
    }

    .profile-first-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .servicio-hero {
        padding: 100px 1rem 48px;
    }

    .servicio-detail {
        padding: 56px 1rem;
    }

    .servicio-cta {
        padding: 60px 1rem;
    }

    .servicio-items-grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .servicio-hero h1 {
        font-size: clamp(1.7rem, 8vw, 2.2rem);
    }

    .job-hero {
        padding: 100px 1rem 56px;
    }

    .job-hero h1 {
        font-size: clamp(1.8rem, 8vw, 2.4rem);
    }

    .job-why,
    .job-areas,
    .job-profile,
    .job-process,
    .job-form-section {
        padding: 56px 1rem;
    }

    .profile-first-card {
        padding: 1.5rem;
    }

    .job-why-grid,
    .job-areas-grid {
        grid-template-columns: 1fr;
    }

    .job-profile-grid {
        grid-template-columns: 1fr;
    }

    .job-steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .job-form-card {
        padding: 1.8rem 1.2rem;
        border-radius: 16px;
    }

    .form-section-title {
        gap: 0.75rem;
    }

    .cv-upload-placeholder {
        padding: 1.8rem 1rem;
    }
}
