/* ═══════════════════════════════════════════
   LivoRx Careers Page — Premium Design
   ═══════════════════════════════════════════ */

/* ── Hero Section ── */
.careers-hero {
    background: linear-gradient(135deg, #0a2a2c 0%, #0F8086 55%, #0d6b70 100%);
    padding: 140px 6% 90px;
    position: relative;
    overflow: hidden;
}

.careers-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="15" cy="20" r="40" fill="none" stroke="rgba(255,255,255,0.06)" stroke-width="0.5"/><circle cx="80" cy="15" r="30" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/><circle cx="50" cy="75" r="45" fill="none" stroke="rgba(255,255,255,0.04)" stroke-width="0.5"/><circle cx="90" cy="60" r="25" fill="none" stroke="rgba(255,255,255,0.07)" stroke-width="0.5"/><circle cx="25" cy="80" r="20" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></svg>');
    background-size: 500px;
    opacity: 0.9;
}

.careers-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 5rem;
    align-items: center;
}

.careers-hero-text .eyebrow {
    display: inline-block;
    color: #6ee7b7;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.careers-hero-text h1 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.careers-hero-text h1 .highlight {
    color: #6ee7b7;
}

.careers-hero-text .hero-description {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
    max-width: 540px;
}

.hero-cta-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.btn-primary-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #6ee7b7;
    color: #0a2a2c;
    padding: 0.95rem 2.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(110, 231, 183, 0.35);
}

.btn-primary-hero:hover {
    background: #a7f3d0;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(110, 231, 183, 0.45);
}

.btn-secondary-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.95rem 1.75rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease;
}

.btn-secondary-hero:hover {
    border-color: #6ee7b7;
    color: #6ee7b7;
    transform: translateY(-2px);
}

/* Hero Side Card */
.careers-hero-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-card-title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hero-stat-row {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.hero-stat-icon {
    width: 44px;
    height: 44px;
    background: rgba(110, 231, 183, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-stat-icon svg {
    width: 22px;
    height: 22px;
    fill: #6ee7b7;
}

.hero-stat-value {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
}

.hero-stat-label {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

/* ── Mission Strip ── */
.careers-mission-strip {
    background: var(--white);
    padding: 60px 6%;
    border-bottom: 1px solid rgba(15, 128, 134, 0.1);
}

.mission-strip-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
}

.mission-strip-stat {
    padding: 0 2rem;
    border-right: 1px solid #e5e7eb;
}

.mission-strip-stat:last-child {
    border-right: none;
}

.mission-strip-num {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--primary-blue);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.mission-strip-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6b7280;
    font-weight: 600;
}

/* ── Why LivoRx Section ── */
.why-livorx {
    padding: 100px 6%;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px;
}

.section-header .eyebrow {
    display: inline-block;
    color: var(--primary-blue);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-header h2 {
    font-size: 2.75rem;
    color: #0a2a2c;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.section-header p {
    font-size: 1.15rem;
    color: #4b5563;
    line-height: 1.7;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.why-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(15, 128, 134, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.why-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-blue), #6ee7b7);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(15, 128, 134, 0.14);
}

.why-card:hover::after {
    transform: scaleX(1);
}

.why-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(15, 128, 134, 0.12), rgba(15, 128, 134, 0.06));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.why-card-icon svg {
    width: 26px;
    height: 26px;
    fill: var(--primary-blue);
}

.why-card h3 {
    font-size: 1.25rem;
    color: #0a2a2c;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.why-card p {
    font-size: 0.97rem;
    color: #4b5563;
    line-height: 1.75;
}

/* ── What We Build Section ── */
.what-we-build {
    padding: 100px 6%;
    background: #0a2a2c;
    position: relative;
    overflow: hidden;
}

.what-we-build::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="90" cy="10" r="50" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/><circle cx="10" cy="90" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></svg>');
    background-size: 600px;
}

.what-we-build-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.build-text .eyebrow {
    display: inline-block;
    color: #6ee7b7;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.build-text h2 {
    color: #fff;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.build-text p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem;
}

.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(110, 231, 183, 0.25);
    color: #6ee7b7;
    padding: 0.45rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.tech-badge:hover {
    background: rgba(110, 231, 183, 0.12);
    border-color: #6ee7b7;
}

.build-principles {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.build-principle {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.build-principle:hover {
    background: rgba(110, 231, 183, 0.06);
    border-color: rgba(110, 231, 183, 0.2);
}

.build-principle-num {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--primary-blue), #6ee7b7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.build-principle-text h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.build-principle-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ── Life at LivoRx ── */
.life-at-livorx {
    padding: 100px 6%;
    background: var(--white);
}

.life-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 24px;
}

.life-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 260px;
}

.life-card-1 { grid-column: span 5; }
.life-card-2 { grid-column: span 7; }
.life-card-3 { grid-column: span 4; }
.life-card-4 { grid-column: span 4; }
.life-card-5 { grid-column: span 4; }

.life-card-bg {
    position: absolute;
    inset: 0;
}

.life-card-gradient-1 { background: linear-gradient(135deg, #0F8086 0%, #0a4a4e 100%); }
.life-card-gradient-2 { background: linear-gradient(135deg, #1a3a4a 0%, #0d6b70 100%); }
.life-card-gradient-3 { background: linear-gradient(135deg, #6ee7b7 0%, #059669 100%); }
.life-card-gradient-4 { background: linear-gradient(135deg, #0a2a2c 0%, #0F8086 100%); }
.life-card-gradient-5 { background: linear-gradient(135deg, #134e4a 0%, #0d9488 100%); }

.life-card-pattern {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><circle cx="30" cy="30" r="25" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.5"/><circle cx="10" cy="10" r="15" fill="none" stroke="rgba(255,255,255,0.06)" stroke-width="0.5"/></svg>');
    background-size: 80px;
}

.life-card-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.life-card-icon-wrap {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.life-card-icon-wrap svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.life-card h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.life-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.92rem;
    line-height: 1.65;
}

.life-card-quote {
    font-style: italic;
    font-size: 1.05rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6 !important;
}

.life-quote-attr {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    margin-top: 0.75rem;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* ── Benefits Section ── */
.careers-benefits {
    padding: 100px 6%;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card {
    background: var(--white);
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(15, 128, 134, 0.08);
    transition: all 0.35s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 50px rgba(15, 128, 134, 0.13);
    border-color: rgba(15, 128, 134, 0.2);
}

.benefit-emoji {
    font-size: 2.25rem;
    display: block;
    margin-bottom: 1.1rem;
    line-height: 1;
}

.benefit-card h3 {
    font-size: 1.05rem;
    color: #0a2a2c;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.benefit-card p {
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.65;
}

/* ── Open Roles Section ── */
.open-roles {
    padding: 100px 6%;
    background: var(--white);
}

.roles-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto 48px;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.roles-header-row .section-header {
    text-align: left;
    margin: 0;
}

.roles-filter-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.role-filter-btn {
    padding: 0.55rem 1.35rem;
    border-radius: 50px;
    border: 1.5px solid #e5e7eb;
    background: transparent;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.role-filter-btn.active,
.role-filter-btn:hover {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    background: rgba(15, 128, 134, 0.06);
}

.roles-categories {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.role-category-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all 0.3s ease;
    cursor: default;
}

.role-category-card:hover {
    border-color: var(--primary-blue);
    box-shadow: 0 8px 30px rgba(15, 128, 134, 0.1);
}

.role-cat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.role-cat-icon svg {
    width: 24px;
    height: 24px;
}

.role-cat-icon.engineering { background: rgba(59, 130, 246, 0.1); }
.role-cat-icon.engineering svg { fill: #3b82f6; }
.role-cat-icon.product { background: rgba(139, 92, 246, 0.1); }
.role-cat-icon.product svg { fill: #8b5cf6; }
.role-cat-icon.clinical { background: rgba(16, 185, 129, 0.1); }
.role-cat-icon.clinical svg { fill: #10b981; }
.role-cat-icon.design { background: rgba(245, 158, 11, 0.1); }
.role-cat-icon.design svg { fill: #f59e0b; }
.role-cat-icon.growth { background: rgba(239, 68, 68, 0.1); }
.role-cat-icon.growth svg { fill: #ef4444; }
.role-cat-icon.operations { background: rgba(15, 128, 134, 0.1); }
.role-cat-icon.operations svg { fill: var(--primary-blue); }

.role-cat-info h4 {
    font-size: 1rem;
    color: #0a2a2c;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.role-cat-count {
    display: inline-block;
    font-size: 0.78rem;
    color: #9ca3af;
    font-weight: 500;
    background: #f3f4f6;
    padding: 0.2rem 0.7rem;
    border-radius: 50px;
}

/* No roles empty state */
.no-roles-banner {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f0fdfa 0%, #e6fffa 100%);
    border: 1.5px solid rgba(15, 128, 134, 0.2);
    border-radius: 24px;
    padding: 56px 60px;
    display: flex;
    align-items: center;
    gap: 3rem;
    position: relative;
    overflow: hidden;
}

.no-roles-banner::before {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(15, 128, 134, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.no-roles-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue), #0d9488);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 12px 30px rgba(15, 128, 134, 0.3);
}

.no-roles-icon svg {
    width: 36px;
    height: 36px;
    fill: #fff;
}

.no-roles-text {
    flex: 1;
}

.no-roles-text h3 {
    font-size: 1.6rem;
    color: #0a2a2c;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.no-roles-text p {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ── Talent Network ── */
.talent-network {
    padding: 100px 6%;
    background: linear-gradient(135deg, #0a2a2c 0%, #0F8086 100%);
    position: relative;
    overflow: hidden;
}

.talent-network::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="80" cy="20" r="45" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/><circle cx="20" cy="80" r="35" fill="none" stroke="rgba(255,255,255,0.04)" stroke-width="0.5"/></svg>');
    background-size: 500px;
}

.talent-network-inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.talent-network .eyebrow {
    display: inline-block;
    color: #6ee7b7;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.talent-network h2 {
    color: #fff;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.talent-network > .talent-network-inner > p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 3rem;
}

.talent-form {
    display: flex;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.25rem;
}

.talent-form-fields {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px 0 0 16px;
}

.talent-form-row {
    display: flex;
    border-bottom: 1px solid #f3f4f6;
}

.talent-form-row:last-child {
    border-bottom: none;
}

.talent-input {
    flex: 1;
    padding: 1.1rem 1.4rem;
    border: none;
    font-size: 0.97rem;
    font-family: inherit;
    color: #1f2937;
    background: transparent;
    outline: none;
    border-right: 1px solid #f3f4f6;
}

.talent-input:last-child {
    border-right: none;
}

.talent-input::placeholder {
    color: #9ca3af;
}

.talent-select {
    flex: 1;
    padding: 1.1rem 1.4rem;
    border: none;
    font-size: 0.97rem;
    font-family: inherit;
    color: #1f2937;
    background: transparent;
    outline: none;
    appearance: none;
    cursor: pointer;
    border-right: 1px solid #f3f4f6;
}

.talent-select:last-child {
    border-right: none;
}

.talent-btn {
    padding: 0 2.5rem;
    background: linear-gradient(135deg, var(--primary-blue), #0d6b70);
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 16px 16px 0;
    min-width: 140px;
}

.talent-btn:hover {
    background: linear-gradient(135deg, #0d6b70, #0a4a4e);
}

.talent-privacy-note {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.talent-privacy-note svg {
    width: 14px;
    height: 14px;
    fill: rgba(255, 255, 255, 0.5);
}

/* Success message */
.talent-success {
    display: none;
    background: rgba(110, 231, 183, 0.15);
    border: 1px solid rgba(110, 231, 183, 0.4);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
}

.talent-success.visible {
    display: block;
}

.talent-success-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.talent-success-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.talent-success h4 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.talent-success p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.97rem;
}

/* ── Interview Process Section ── */
.interview-process {
    padding: 100px 6%;
    background: var(--white);
}

.process-steps {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 56px;
    bottom: 56px;
    width: 2px;
    background: linear-gradient(to bottom, var(--primary-blue), #6ee7b7);
    opacity: 0.3;
}

.process-step {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step-num {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary-blue), #0d9488);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 20px rgba(15, 128, 134, 0.35);
}

.process-step-body {
    padding: 0.35rem 0 0;
    flex: 1;
}

.process-step-body h3 {
    font-size: 1.15rem;
    color: #0a2a2c;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.process-step-body p {
    font-size: 0.97rem;
    color: #4b5563;
    line-height: 1.7;
}

.process-step-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary-blue);
    background: rgba(15, 128, 134, 0.08);
    padding: 0.2rem 0.7rem;
    border-radius: 50px;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── Final CTA ── */
.careers-final-cta {
    padding: 80px 6%;
    background: #f8fafc;
    text-align: center;
    border-top: 1px solid rgba(15, 128, 134, 0.08);
}

.careers-final-cta-inner {
    max-width: 680px;
    margin: 0 auto;
}

.careers-final-cta h2 {
    font-size: 2.25rem;
    color: #0a2a2c;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.careers-final-cta p {
    font-size: 1.1rem;
    color: #4b5563;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.final-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-blue);
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(15, 128, 134, 0.3);
}

.final-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(15, 128, 134, 0.4);
    background: #0d6b70;
}

.final-cta-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */

@media (max-width: 1100px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .what-we-build-inner {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

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

@media (max-width: 900px) {
    .careers-hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .careers-hero-text h1 {
        font-size: 2.75rem;
    }

    .careers-hero-card {
        max-width: 500px;
    }

    .mission-strip-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .mission-strip-stat {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 2rem;
    }

    .mission-strip-stat:nth-child(2),
    .mission-strip-stat:nth-child(4) {
        border-bottom: none;
    }

    .life-grid {
        grid-template-columns: 1fr 1fr;
    }

    .life-card-1, .life-card-2 { grid-column: span 1; }
    .life-card-3, .life-card-4, .life-card-5 { grid-column: span 1; }

    .no-roles-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 32px;
    }
}

@media (max-width: 768px) {
    .careers-hero {
        padding: 120px 5% 70px;
    }

    .careers-hero-text h1 {
        font-size: 2.25rem;
    }

    .hero-cta-row {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .section-header h2 {
        font-size: 2.1rem;
    }

    .build-text h2 {
        font-size: 2.1rem;
    }

    .talent-network h2 {
        font-size: 2.1rem;
    }

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

    .roles-categories {
        grid-template-columns: 1fr;
    }

    .talent-form {
        flex-direction: column;
        border-radius: 16px;
    }

    .talent-form-fields {
        border-radius: 16px 16px 0 0;
    }

    .talent-btn {
        border-radius: 0 0 16px 16px;
        padding: 1.1rem;
        min-width: unset;
    }

    .talent-form-row {
        flex-direction: column;
    }

    .talent-input,
    .talent-select {
        border-right: none;
        border-bottom: 1px solid #f3f4f6;
    }

    .roles-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

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

@media (max-width: 600px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .life-grid {
        grid-template-columns: 1fr;
    }

    .life-card-1, .life-card-2, .life-card-3, .life-card-4, .life-card-5 {
        grid-column: span 1;
    }

    .mission-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .careers-final-cta h2 {
        font-size: 1.75rem;
    }
}
