/* ===== CAREERS PAGE ===== */

/* Hero */
.careers-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0 80px;
}

.careers-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.careers-badge {
    display: inline-block;
    background: var(--primary-green);
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 30px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.careers-hero-title {
    font-size: clamp(48px, 10vw, 120px);
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: -2px;
    margin-bottom: 40px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.careers-meta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.meta-tag {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(134, 242, 37, 0.4);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-green);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Sections */
.careers-section {
    padding: 100px 0;
    position: relative;
}

.careers-section-dark {
    background: rgba(255, 255, 255, 0.02);
}

.careers-block {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.careers-section-title {
    color: var(--primary-green);
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.careers-subtitle {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--text-white);
}

.careers-intro {
    font-size: clamp(16px, 2vw, 20px);
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 50px;
}

.careers-text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.careers-text-block p {
    font-size: clamp(16px, 1.8vw, 19px);
    color: var(--text-gray);
    line-height: 1.8;
}

.careers-lead {
    font-size: clamp(22px, 3vw, 32px) !important;
    font-weight: 700;
    color: var(--text-white) !important;
    line-height: 1.4 !important;
}

.careers-highlight {
    padding: 24px 30px;
    background: rgba(134, 242, 37, 0.06);
    border-left: 3px solid var(--primary-green);
    border-radius: 0 8px 8px 0;
}

.green-text {
    color: var(--primary-green);
    font-weight: 800;
}

/* Content Grid (The Concept) */
.content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.content-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
}

.content-card:hover {
    border-color: rgba(134, 242, 37, 0.3);
    background: rgba(134, 242, 37, 0.04);
    transform: translateY(-2px);
}

.content-card-icon {
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-green);
    letter-spacing: 2px;
    margin-bottom: 16px;
    opacity: 0.7;
}

.content-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--text-white);
}

.content-card p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Role List */
.role-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.role-item {
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.role-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.role-item-label {
    font-size: 13px;
    font-weight: 800;
    color: var(--primary-green);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.role-item p {
    font-size: 17px;
    color: var(--text-gray);
    line-height: 1.7;
}

/* Economics Cards */
.economics-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.economics-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 36px;
}

.economics-card-highlight {
    background: rgba(134, 242, 37, 0.04);
    border-color: rgba(134, 242, 37, 0.2);
}

.economics-card-header {
    font-size: 13px;
    font-weight: 800;
    color: var(--primary-green);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.economics-card p {
    font-size: 17px;
    color: var(--text-gray);
    line-height: 1.7;
}

.math-breakdown {
    margin-bottom: 20px;
}

.math-line {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-white);
    padding: 8px 0;
}

.math-result {
    font-size: 24px;
    font-weight: 800;
    margin-top: 8px;
}

.math-note {
    font-size: 16px !important;
    opacity: 0.8;
}

/* Traits Grid */
.traits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.trait-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 36px;
    transition: all 0.3s ease;
}

.trait-card:hover {
    border-color: rgba(134, 242, 37, 0.3);
    transform: translateY(-2px);
}

.trait-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 14px;
}

.trait-card p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.7;
}

/* Support List */
.support-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.support-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.support-icon {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: var(--primary-green);
    border-radius: 50%;
    margin-top: 10px;
    box-shadow: 0 0 12px rgba(134, 242, 37, 0.4);
}

.support-item h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 6px;
}

.support-item p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Apply Section */
.careers-apply {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.careers-apply .careers-section-title {
    text-align: center;
    font-size: clamp(20px, 3vw, 28px);
}

.careers-apply .careers-intro {
    text-align: center;
}

.apply-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.95) 0%, rgba(26, 26, 26, 0.95) 100%);
    border: 1px solid rgba(134, 242, 37, 0.2);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.career-form .submit-button {
    margin-top: 10px;
    width: 100%;
    height: auto;
    padding: 18px 50px;
}

/* Logo link */
.logo-link {
    display: inline-block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .careers-hero {
        padding: 100px 0 60px;
    }

    .careers-hero-title {
        font-size: clamp(36px, 8vw, 56px);
        letter-spacing: -1px;
    }

    .careers-section {
        padding: 70px 0;
    }

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

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

    .apply-form-wrapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .careers-hero-title {
        font-size: clamp(32px, 11vw, 48px);
        letter-spacing: -1px;
    }

    .meta-tag {
        font-size: 11px;
        padding: 8px 14px;
    }

    .careers-meta {
        gap: 10px;
    }

    .math-line {
        font-size: 17px;
    }

    .math-result {
        font-size: 20px;
    }
}

@media (max-width: 380px) {
    .careers-hero-title {
        font-size: clamp(28px, 10vw, 40px);
    }
}
