/* ========================================
   CAREERS PAGE 2100 - ULTRA PREMIUM DESIGN
   Modern, futuristic styling for careers page
   ======================================== */

/* ===== HERO SECTION 2100 ===== */
.careers-hero-2100 {
    min-height: 75vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, #020617 0%, #0f172a 50%, #1e1b4b 100%);
}

/* Background Effects */
.hero-bg-2100 {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #020617 0%, #0f172a 50%, #1e1b4b 100%);
    z-index: 0;
}

.hero-gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: orb-float 20s ease-in-out infinite;
}

.hero-gradient-orb.orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.4) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    animation-delay: 0s;
}

.hero-gradient-orb.orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
    bottom: -150px;
    left: -100px;
    animation-delay: 5s;
}

.hero-gradient-orb.orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, transparent 70%);
    top: 40%;
    left: 30%;
    animation-delay: 10s;
}

@keyframes orb-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -40px) scale(1.05); }
    50% { transform: translate(-20px, 30px) scale(0.95); }
    75% { transform: translate(40px, 20px) scale(1.02); }
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 70%);
}

/* Hero Container */
.hero-container-2100 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

/* Breadcrumb */
.breadcrumb-2100 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    justify-content: center;
}

.breadcrumb-2100 a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.breadcrumb-2100 a:hover {
    color: #22c55e;
}

.breadcrumb-2100 .separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
}

.breadcrumb-2100 .current {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Hero Content */
.hero-content-2100 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge-2100 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 50px;
    color: #4ade80;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.hero-badge-2100 .badge-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.3), transparent);
    animation: badge-shine 3s ease-in-out infinite;
}

@keyframes badge-shine {
    0% { transform: translateX(-100%); }
    50%, 100% { transform: translateX(100%); }
}

.hero-title-2100 {
    margin-bottom: 28px;
}

.hero-title-2100 .title-line {
    display: block;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.1;
}

.hero-title-2100 .title-gradient {
    background: linear-gradient(135deg, #22c55e, #3b82f6, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description-2100 {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Hero Stats */
.hero-stats-2100 {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.hero-stat-item {
    text-align: center;
}

.hero-stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #22c55e, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

/* ===== BENEFITS SECTION 2100 ===== */
.benefits-section-2100 {
    padding: 120px 0;
    background: var(--bg-primary);
    position: relative;
}

.section-container-2100 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header-2100 {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge-2100 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 50px;
    color: #22c55e;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-title-2100 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.section-title-2100 span {
    background: linear-gradient(135deg, #22c55e, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-desc-2100 {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

/* Benefits Grid */
.benefits-grid-2100 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card-2100 {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-card-2100::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--card-color, #22c55e), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.benefit-card-2100:hover {
    transform: translateY(-10px);
    border-color: var(--card-color, #22c55e);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.benefit-card-2100:hover::before {
    opacity: 1;
}

.benefit-card-2100:nth-child(1) { --card-color: #22c55e; }
.benefit-card-2100:nth-child(2) { --card-color: #3b82f6; }
.benefit-card-2100:nth-child(3) { --card-color: #a855f7; }
.benefit-card-2100:nth-child(4) { --card-color: #f59e0b; }
.benefit-card-2100:nth-child(5) { --card-color: #ec4899; }
.benefit-card-2100:nth-child(6) { --card-color: #06b6d4; }

.benefit-icon-2100 {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(59, 130, 246, 0.1));
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--card-color, #22c55e);
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.benefit-card-2100:hover .benefit-icon-2100 {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, var(--card-color, #22c55e), rgba(59, 130, 246, 0.5));
    color: white;
    border-color: transparent;
}

.benefit-card-2100 h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.benefit-card-2100 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ===== CULTURE SECTION 2100 ===== */
.culture-section-2100 {
    padding: 120px 0;
    background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    position: relative;
    overflow: hidden;
}

.culture-section-2100::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.culture-grid-2100 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.culture-content h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 24px;
}

.culture-content h2 span {
    background: linear-gradient(135deg, #22c55e, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.culture-content p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 30px;
}

.culture-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.culture-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: var(--text-primary);
}

.culture-feature i {
    width: 24px;
    height: 24px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22c55e;
    font-size: 0.8rem;
}

/* Culture Visual */
.culture-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.culture-image-card {
    background: linear-gradient(145deg, var(--bg-secondary), var(--bg-primary));
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.culture-image-card:nth-child(2) {
    transform: translateY(30px);
}

.culture-image-card:nth-child(3) {
    transform: translateY(-30px);
}

.culture-image-card:hover {
    transform: translateY(-5px);
    border-color: rgba(34, 197, 94, 0.3);
}

.culture-image-card:nth-child(2):hover {
    transform: translateY(25px);
}

.culture-image-card:nth-child(3):hover {
    transform: translateY(-35px);
}

.culture-image-card i {
    font-size: 3rem;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #22c55e, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.culture-image-card span {
    display: block;
    font-weight: 600;
    color: var(--text-primary);
}

/* ===== POSITIONS SECTION 2100 ===== */
.positions-section-2100 {
    padding: 120px 0;
    background: var(--bg-primary);
}

/* Position Filters */
.position-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 24px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    color: var(--text-secondary);
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

/* Position Cards */
.positions-list-2100 {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.position-card-2100 {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.position-card-2100::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #22c55e, #3b82f6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.position-card-2100:hover {
    transform: translateX(10px);
    border-color: rgba(34, 197, 94, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.position-card-2100:hover::before {
    opacity: 1;
}

.position-info {
    flex: 1;
}

.position-info h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.position-info p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 16px;
    line-height: 1.6;
}

.position-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.position-tag {
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
}

.position-tag.remote {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.position-tag.onsite {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.position-tag.fulltime {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

.position-tag.parttime {
    background: rgba(168, 85, 247, 0.1);
    color: #a855f7;
}

.position-tag.department {
    background: rgba(236, 72, 153, 0.1);
    color: #ec4899;
}

.position-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border: none;
    border-radius: 14px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.position-apply-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(34, 197, 94, 0.4);
}

/* ===== PROCESS SECTION 2100 ===== */
.process-section-2100 {
    padding: 120px 0;
    background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.process-timeline-2100 {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.process-timeline-2100::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #22c55e, #3b82f6, #a855f7);
}

.process-step-2100 {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.process-step-2100:last-child {
    margin-bottom: 0;
}

.process-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

.process-step-2100:nth-child(2) .process-number {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.process-step-2100:nth-child(3) .process-number {
    background: linear-gradient(135deg, #a855f7, #9333ea);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.3);
}

.process-step-2100:nth-child(4) .process-number {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
}

.process-content {
    flex: 1;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
}

.process-step-2100:hover .process-content {
    border-color: rgba(34, 197, 94, 0.3);
    transform: translateX(10px);
}

.process-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.process-content p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ===== CTA SECTION 2100 ===== */
.careers-cta-2100 {
    padding: 120px 0;
    background: linear-gradient(135deg, #020617 0%, #0f172a 50%, #1e1b4b 100%);
    position: relative;
    overflow: hidden;
}

.careers-cta-2100::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.cta-container-2100 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-icon-2100 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(59, 130, 246, 0.2));
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2.5rem;
    color: #4ade80;
}

.cta-title-2100 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 20px;
}

.cta-title-2100 span {
    background: linear-gradient(135deg, #22c55e, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-desc-2100 {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    line-height: 1.7;
}

.cta-buttons-2100 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn-primary-2100 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border: none;
    border-radius: 16px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cta-btn-primary-2100::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-btn-primary-2100:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(34, 197, 94, 0.4);
}

.cta-btn-primary-2100:hover::before {
    opacity: 1;
}

.cta-btn-primary-2100 span,
.cta-btn-primary-2100 i {
    position: relative;
    z-index: 1;
}

.cta-btn-secondary-2100 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn-secondary-2100:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

/* ===== LIGHT THEME SUPPORT ===== */
[data-theme="light"] .careers-hero-2100,
[data-theme="light"] .careers-cta-2100 {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%) !important;
}

[data-theme="light"] .hero-bg-2100 {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%) !important;
}

[data-theme="light"] .hero-gradient-orb.orb-1 {
    background: radial-gradient(circle, rgba(34, 197, 94, 0.2) 0%, transparent 70%);
}

[data-theme="light"] .hero-gradient-orb.orb-2 {
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
}

[data-theme="light"] .hero-gradient-orb.orb-3 {
    background: radial-gradient(circle, rgba(168, 85, 247, 0.15) 0%, transparent 70%);
}

[data-theme="light"] .hero-grid-pattern {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
}

[data-theme="light"] .hero-title-2100 .title-line,
[data-theme="light"] .cta-title-2100 {
    color: #1e293b !important;
}

[data-theme="light"] .hero-description-2100,
[data-theme="light"] .cta-desc-2100 {
    color: #64748b !important;
}

[data-theme="light"] .breadcrumb-2100 a {
    color: #64748b;
}

[data-theme="light"] .breadcrumb-2100 .separator {
    color: #94a3b8;
}

[data-theme="light"] .breadcrumb-2100 .current {
    color: #1e293b;
}

[data-theme="light"] .hero-stat-label {
    color: #64748b !important;
}

[data-theme="light"] .benefit-card-2100,
[data-theme="light"] .position-card-2100,
[data-theme="light"] .process-content,
[data-theme="light"] .culture-image-card {
    background: #ffffff;
    border-color: #e2e8f0;
}

[data-theme="light"] .filter-btn {
    background: #ffffff;
    border-color: #e2e8f0;
}

[data-theme="light"] .cta-btn-secondary-2100 {
    border-color: #94a3b8;
    color: #1e293b;
}

[data-theme="light"] .cta-btn-secondary-2100:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: #64748b;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .benefits-grid-2100 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .culture-grid-2100 {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .culture-visual {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .position-card-2100 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .position-apply-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .careers-hero-2100 {
        min-height: auto;
        padding: 120px 0 80px;
    }
    
    .hero-stats-2100 {
        gap: 30px;
    }
    
    .hero-stat-value {
        font-size: 2rem;
    }
    
    .benefits-grid-2100 {
        grid-template-columns: 1fr;
    }
    
    .process-timeline-2100::before {
        left: 30px;
    }
    
    .process-number {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }
    
    .cta-buttons-2100 {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn-primary-2100,
    .cta-btn-secondary-2100 {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-container-2100,
    .section-container-2100,
    .cta-container-2100 {
        padding: 0 1rem;
    }
    
    .benefit-card-2100 {
        padding: 30px 20px;
    }
    
    .process-step-2100 {
        gap: 20px;
    }
    
    .process-content {
        padding: 24px;
    }
    
    .culture-image-card:nth-child(2),
    .culture-image-card:nth-child(3) {
        transform: none;
    }
    
    .culture-image-card:nth-child(2):hover,
    .culture-image-card:nth-child(3):hover {
        transform: translateY(-5px);
    }
}
