/* ============================================
   KARIYER PAGE - NextMind
   Full Redesign with Animations
   ============================================ */

/* ---- KEYFRAMES ---- */
@keyframes karGradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes karFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-15px) rotate(5deg); }
    75% { transform: translateY(10px) rotate(-3deg); }
}

@keyframes karFloat2 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-20px) rotate(-8deg); }
    66% { transform: translateY(12px) rotate(5deg); }
}

@keyframes karPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.1); }
}

@keyframes karOrbFloat {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(30px, -20px); }
    50% { transform: translate(-20px, 20px); }
    75% { transform: translate(15px, 10px); }
}

@keyframes karBadgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0,180,216,0.3); }
    50% { box-shadow: 0 0 20px 5px rgba(0,180,216,0.15); }
}

@keyframes karScrollWheel {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(8px); opacity: 0; }
}

@keyframes karTimelinePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 180, 216, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(0, 180, 216, 0); }
}

@keyframes karSlideIn {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes karAccentGlow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes karGridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, 60px); }
}

/* ---- CANVAS ---- */
.kar-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* ---- GRADIENT TEXT ---- */
.kar-gradient-text {
    background: linear-gradient(135deg, #00b4d8, #6c63ff, #f472b6, #00b4d8);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: karGradientFlow 4s ease infinite;
}

/* ---- LABEL ---- */
.kar-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00b4d8;
    margin-bottom: 1rem;
    padding: 0.5rem 1.25rem;
    background: rgba(0, 180, 216, 0.08);
    border: 1px solid rgba(0, 180, 216, 0.2);
    border-radius: 50px;
}

/* ---- SECTION HEADER ---- */
.kar-section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.kar-section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-top: 1rem;
    line-height: 1.2;
}

.kar-section-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    margin-top: 0.75rem;
}

/* ============================================
   HERO SECTION
   ============================================ */
.kar-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #050a18 0%, #0a1628 50%, #0e2a4a 100%);
}

.kar-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.kar-hero__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 30% 40%, rgba(0, 180, 216, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(108, 99, 255, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 80%, rgba(244, 114, 182, 0.05) 0%, transparent 40%);
}

.kar-hero__grid {
    position: absolute;
    width: 200%;
    height: 200%;
    background-image:
        linear-gradient(rgba(0, 180, 216, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 180, 216, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: karGridMove 20s linear infinite;
    opacity: 0.5;
}

.kar-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: karOrbFloat 15s ease-in-out infinite;
}

.kar-hero__orb--1 {
    width: 500px;
    height: 500px;
    background: rgba(0, 180, 216, 0.15);
    top: -150px;
    right: -100px;
    animation-delay: 0s;
}

.kar-hero__orb--2 {
    width: 350px;
    height: 350px;
    background: rgba(108, 99, 255, 0.12);
    bottom: -100px;
    left: -80px;
    animation-delay: -5s;
}

.kar-hero__orb--3 {
    width: 250px;
    height: 250px;
    background: rgba(244, 114, 182, 0.1);
    top: 40%;
    left: 50%;
    animation-delay: -10s;
}

/* Floating Icons */
.kar-hero__floating {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.kar-float {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.12;
}

.kar-float--1 {
    top: 15%;
    right: 12%;
    color: #00b4d8;
    animation: karFloat 8s ease-in-out infinite;
    font-size: 2rem;
}

.kar-float--2 {
    top: 65%;
    right: 8%;
    color: #6c63ff;
    animation: karFloat2 10s ease-in-out infinite;
    animation-delay: -2s;
}

.kar-float--3 {
    top: 25%;
    left: 8%;
    color: #f59e0b;
    animation: karFloat 12s ease-in-out infinite;
    animation-delay: -4s;
    font-size: 1.8rem;
}

.kar-float--4 {
    bottom: 20%;
    left: 15%;
    color: #10b981;
    animation: karFloat2 9s ease-in-out infinite;
    animation-delay: -6s;
}

.kar-float--5 {
    top: 45%;
    right: 20%;
    color: #f472b6;
    animation: karFloat 11s ease-in-out infinite;
    animation-delay: -3s;
    font-size: 1.8rem;
}

/* Hero Content */
.kar-hero__content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 2rem 0;
}

.kar-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #00b4d8;
    padding: 0.5rem 1.25rem;
    background: rgba(0, 180, 216, 0.1);
    border: 1px solid rgba(0, 180, 216, 0.25);
    border-radius: 50px;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: karSlideIn 0.8s ease forwards 0.3s;
}

.kar-hero__badge--anim {
    animation: karSlideIn 0.8s ease forwards 0.3s, karBadgePulse 3s ease-in-out infinite 1.1s;
}

.kar-hero__title {
    font-size: 3.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    opacity: 0;
    transform: translateY(30px);
    animation: karSlideIn 0.8s ease forwards 0.5s;
}

.kar-hero__desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(30px);
    animation: karSlideIn 0.8s ease forwards 0.7s;
}

.kar-hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(30px);
    animation: karSlideIn 0.8s ease forwards 0.9s;
}

.kar-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 2rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.kar-hero__btn--primary {
    background: linear-gradient(135deg, #00b4d8, #6c63ff);
    color: #fff;
    box-shadow: 0 4px 25px rgba(0, 180, 216, 0.3);
}

.kar-hero__btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(0, 180, 216, 0.45);
}

.kar-hero__btn--outline {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.kar-hero__btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 180, 216, 0.4);
    transform: translateY(-3px);
}

/* Hero Stats */
.kar-hero__stats {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(30px);
    animation: karSlideIn 0.8s ease forwards 1.1s;
}

.kar-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.kar-hero__stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00b4d8, #6c63ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.kar-hero__stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.kar-hero__stat-divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
}

/* Scroll Indicator */
.kar-hero__scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    animation: karSlideIn 0.8s ease forwards 1.5s;
}

.kar-hero__scroll span {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kar-hero__scroll-mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.kar-hero__scroll-wheel {
    width: 3px;
    height: 8px;
    background: #00b4d8;
    border-radius: 3px;
    animation: karScrollWheel 1.5s ease-in-out infinite;
}

/* ============================================
   WHY SECTION (BENEFITS)
   ============================================ */
.kar-why {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #050a18;
}

.kar-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.kar-benefit {
    position: relative;
    padding: 2.25rem 1.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
}

.kar-benefit__glow {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 180, 216, 0.15), transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.kar-benefit__glow--purple {
    background: radial-gradient(circle, rgba(108, 99, 255, 0.15), transparent 70%);
}

.kar-benefit__glow--green {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15), transparent 70%);
}

.kar-benefit__glow--gold {
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15), transparent 70%);
}

.kar-benefit:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 180, 216, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.kar-benefit:hover .kar-benefit__glow {
    opacity: 1;
}

.kar-benefit__icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(0, 180, 216, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
    color: #00b4d8;
    transition: all 0.4s ease;
}

.kar-benefit:hover .kar-benefit__icon {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(0, 180, 216, 0.2);
}

.kar-benefit__icon--purple {
    background: rgba(108, 99, 255, 0.1);
    color: #6c63ff;
}

.kar-benefit:hover .kar-benefit__icon--purple {
    box-shadow: 0 0 30px rgba(108, 99, 255, 0.2);
}

.kar-benefit__icon--green {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.kar-benefit:hover .kar-benefit__icon--green {
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.2);
}

.kar-benefit__icon--gold {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.kar-benefit:hover .kar-benefit__icon--gold {
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.2);
}

.kar-benefit h3 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.kar-benefit p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    line-height: 1.7;
}

/* ============================================
   PROCESS / TIMELINE
   ============================================ */
.kar-process {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #0a1225;
}

.kar-process__timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

.kar-process__line {
    position: absolute;
    top: 28px;
    left: 28px;
    right: 28px;
    height: 2px;
    background: linear-gradient(90deg, #00b4d8, #6c63ff, #10b981, #f59e0b);
    opacity: 0.3;
}

.kar-process__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 180px;
    position: relative;
}

.kar-process__dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00b4d8, #0090aa);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 2;
    animation: karTimelinePulse 3s ease-in-out infinite;
    transition: transform 0.3s;
}

.kar-process__step:hover .kar-process__dot {
    transform: scale(1.15);
}

.kar-process__dot--purple {
    background: linear-gradient(135deg, #6c63ff, #5048c7);
    animation-delay: 0.5s;
}

.kar-process__dot--green {
    background: linear-gradient(135deg, #10b981, #0d9065);
    animation-delay: 1s;
}

.kar-process__dot--gold {
    background: linear-gradient(135deg, #f59e0b, #d48806);
    animation-delay: 1.5s;
}

.kar-process__info h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.kar-process__info p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.85rem;
    line-height: 1.5;
}

/* ============================================
   POSITIONS SECTION
   ============================================ */
.kar-positions {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #050a18;
}

.kar-jobs {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.kar-job {
    position: relative;
    padding: 2rem 2rem 2rem 2.5rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.kar-job__accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #00b4d8, rgba(0, 180, 216, 0.2));
    border-radius: 4px 0 0 4px;
    animation: karAccentGlow 3s ease-in-out infinite;
}

.kar-job__accent--purple {
    background: linear-gradient(180deg, #6c63ff, rgba(108, 99, 255, 0.2));
}

.kar-job__accent--green {
    background: linear-gradient(180deg, #10b981, rgba(16, 185, 129, 0.2));
}

.kar-job:hover {
    border-color: rgba(0, 180, 216, 0.2);
    background: rgba(255, 255, 255, 0.04);
    transform: translateX(6px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.kar-job__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.kar-job__header h3 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.kar-job__tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.kar-job__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.8rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    transition: all 0.3s;
}

.kar-job:hover .kar-job__tag {
    border-color: rgba(255, 255, 255, 0.12);
}

.kar-job__tag--new {
    background: rgba(0, 180, 216, 0.1);
    border-color: rgba(0, 180, 216, 0.2);
    color: #00b4d8;
}

.kar-job__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(0, 180, 216, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #00b4d8;
    flex-shrink: 0;
    transition: all 0.3s;
}

.kar-job__icon--purple {
    background: rgba(108, 99, 255, 0.1);
    color: #6c63ff;
}

.kar-job__icon--green {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.kar-job:hover .kar-job__icon {
    transform: rotate(5deg) scale(1.1);
}

.kar-job > p {
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.kar-job__requirements {
    margin-bottom: 1.25rem;
}

.kar-job__requirements strong {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
    display: block;
    margin-bottom: 0.5rem;
}

.kar-job__requirements ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.kar-job__requirements li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    padding-left: 1.25rem;
    position: relative;
}

.kar-job__requirements li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #00b4d8;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
}

.kar-job__apply {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.75rem;
    background: linear-gradient(135deg, #00b4d8, #0090aa);
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.kar-job__apply::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.5s ease;
}

.kar-job__apply:hover::before {
    left: 100%;
}

.kar-job__apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 180, 216, 0.35);
}

.kar-job__apply--purple {
    background: linear-gradient(135deg, #6c63ff, #5048c7);
}

.kar-job__apply--purple:hover {
    box-shadow: 0 6px 25px rgba(108, 99, 255, 0.35);
}

.kar-job__apply--green {
    background: linear-gradient(135deg, #10b981, #0d9065);
}

.kar-job__apply--green:hover {
    box-shadow: 0 6px 25px rgba(16, 185, 129, 0.35);
}

.kar-job__apply i {
    transition: transform 0.3s;
}

.kar-job__apply:hover i {
    transform: translateX(4px);
}

/* ---- GENERAL APPLICATION ---- */
.kar-general {
    margin-top: 3rem;
    text-align: center;
}

.kar-general__card {
    position: relative;
    background: rgba(0, 180, 216, 0.04);
    border: 1px solid rgba(0, 180, 216, 0.12);
    border-radius: 24px;
    padding: 3.5rem;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.4s ease;
}

.kar-general__card:hover {
    border-color: rgba(0, 180, 216, 0.25);
    transform: translateY(-4px);
}

.kar-general__glow {
    position: absolute;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 180, 216, 0.08), transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.kar-general__icon {
    font-size: 2.5rem;
    color: #00b4d8;
    margin-bottom: 1.25rem;
    display: block;
}

.kar-general__card h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.kar-general__card p {
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1.75rem;
    font-size: 1rem;
    line-height: 1.7;
}

.kar-general__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 2.25rem;
    background: linear-gradient(135deg, #00b4d8, #6c63ff);
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 180, 216, 0.25);
}

.kar-general__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 180, 216, 0.4);
}

/* ============================================
   CTA SECTION
   ============================================ */
.kar-cta {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #0a1225;
    overflow: hidden;
}

.kar-cta__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.kar-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    animation: karPulse 6s ease-in-out infinite;
}

.kar-cta__orb--1 {
    width: 400px;
    height: 400px;
    background: rgba(0, 180, 216, 0.12);
    top: -100px;
    left: 25%;
}

.kar-cta__orb--2 {
    width: 300px;
    height: 300px;
    background: rgba(108, 99, 255, 0.1);
    bottom: -100px;
    right: 25%;
    animation-delay: -3s;
}

.kar-cta__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.kar-cta__content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.kar-cta__content p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.kar-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #00b4d8, #6c63ff);
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 25px rgba(0, 180, 216, 0.3);
}

.kar-cta__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(0, 180, 216, 0.45);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .kar-benefits { grid-template-columns: repeat(2, 1fr); }
    .kar-hero__title { font-size: 3rem; }
    .kar-process__timeline { flex-wrap: wrap; gap: 2rem; justify-content: center; }
    .kar-process__line { display: none; }
}

@media (max-width: 768px) {
    .kar-benefits { grid-template-columns: 1fr; }
    .kar-hero { min-height: 90vh; }
    .kar-hero__title { font-size: 2.2rem; }
    .kar-hero__desc { font-size: 1rem; }
    .kar-hero__stats { flex-direction: column; align-items: flex-start; gap: 0.75rem; padding: 1rem 1.5rem; }
    .kar-hero__stat-divider { display: none; }
    .kar-hero__scroll { display: none; }
    .kar-job__header { flex-direction: column; gap: 1rem; }
    .kar-hero__actions { flex-direction: column; }
    .kar-hero__btn { justify-content: center; }
    .kar-section-header h2 { font-size: 2rem; }
    .kar-cta__content h2 { font-size: 2rem; }
    .kar-float { display: none; }
    .kar-general__card { padding: 2rem; }
}
    .kar-job__header h3 { font-size: 1.1rem; }
}