/* ================================
   서재형의 투자교실 - Mocha Mousse Theme
   Color Palette: #8B6F47, #D4A574, #F5E6D3
   Font: Nanum Gothic
================================ */

:root {
    --mocha-dark: #8B6F47;
    --mocha-medium: #D4A574;
    --mocha-light: #F5E6D3;
    --mocha-cream: #FDF8F3;
    --mocha-deep: #6B5235;
    --mocha-shadow: rgba(107, 82, 53, 0.15);
    --text-dark: #3D3225;
    --text-medium: #5C4D3D;
    --text-light: #8B7B68;
    --white: #FFFFFF;
    --success: #5A8B6F;
    --danger: #B85C5C;
    --gradient-warm: linear-gradient(135deg, #D4A574 0%, #8B6F47 100%);
    --gradient-soft: linear-gradient(135deg, #F5E6D3 0%, #D4A574 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nanum Gothic', sans-serif;
    background-color: var(--mocha-cream);
    color: var(--text-dark);
    line-height: 1.7;
    overflow-x: hidden;
    padding-bottom: 100px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ================================
   Live Notification Bubble
================================ */
.live-notification {
    position: fixed;
    bottom: 120px;
    left: 24px;
    z-index: 1000;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.live-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 32px var(--mocha-shadow);
    border: 1px solid var(--mocha-light);
}

.notification-content i {
    color: var(--mocha-dark);
    font-size: 16px;
}

.notification-text {
    font-size: 14px;
    color: var(--text-medium);
}

/* ================================
   Hero Section
================================ */
.hero {
    position: relative;
    background: url(../images/bgc.png)no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0 120px;
    overflow: hidden;
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 40%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L30 60M0 30L60 30' stroke='%23ffffff' stroke-width='0.5' opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 32px;
    border: 1px solid rgba(255,255,255,0.3);
}

.hero-badge i {
    color: #FFD700;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text {
    color: var(--white);
}

.hero-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 8px;
}

.hero-title {
    display: block;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 4px 24px rgba(0,0,0,0.2);
}

.hero-description {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
    margin-top: 24px;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
    padding: 24px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.2);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
}

.stat-label {
    display: block;
    font-size: 13px;
    opacity: 0.8;
    margin-top: 4px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.3);
}

.hero-cta-area {
    margin-top: 32px;
}

.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.95);
    color: var(--mocha-dark);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.urgency-badge i {
    color: var(--danger);
}

.urgency-badge strong {
    color: var(--danger);
    font-weight: 800;
}

.hero-image {
    display: flex;
    justify-content: center;
}

.image-frame {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    pointer-events: none;
}

.image-frame img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}

.image-badge {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    font-size: 14px;
    font-weight: 700;
    color: var(--mocha-dark);
    z-index: 2;
    white-space: nowrap;
}

.image-badge i {
    color: var(--success);
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0;
}

.hero-wave svg {
    width: 100%;
    height: 120px;
}

/* ================================
   Quote Section
================================ */
.quote-section {
    background: var(--mocha-light);
    padding: 80px 0;
}

.quote-card {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.quote-icon {
    font-size: 48px;
    color: var(--mocha-medium);
    opacity: 0.5;
    margin-bottom: 24px;
}

.quote-card blockquote {
    font-size: 28px;
    line-height: 1.6;
    color: var(--text-dark);
}

.quote-card blockquote strong {
    color: var(--mocha-dark);
}

.quote-card cite {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    color: var(--text-medium);
    font-style: normal;
}

/* ================================
   Content Grid Sections
================================ */
.about-section,
.problem-section,
.solution-section {
    padding: 100px 0;
}

.about-section {
    background: var(--mocha-light);
}

.problem-section {
    background: var(--mocha-cream);
}

.solution-section {
    background: var(--mocha-light);
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.content-grid.left-image .content-image {
    order: 1;
}

.content-grid.left-image .content-text {
    order: 2;
}

.content-grid.right-image .content-text {
    order: 1;
}

.content-grid.right-image .content-image {
    order: 2;
}

.section-tag {
    display: inline-block;
    background: var(--mocha-dark);
    color: var(--white);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.content-text h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 1.3;
}

.content-text p {
    font-size: 16px;
    color: var(--text-medium);
    margin-bottom: 16px;
}

.content-text strong {
    color: var(--mocha-dark);
}

/* Career Visual */
.career-visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.career-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--white);
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 16px var(--mocha-shadow);
    transition: all 0.3s ease;
}

.career-item:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 32px var(--mocha-shadow);
}

.career-item.highlight {
    background: var(--gradient-warm);
    color: var(--white);
}

.career-item i {
    font-size: 24px;
    color: var(--mocha-dark);
    width: 40px;
    text-align: center;
}

.career-item.highlight i {
    color: var(--white);
}

.career-item span {
    font-size: 16px;
    font-weight: 700;
}

/* Achievement Badges */
.achievement-badges {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.achievement-badges .badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-medium);
    border: 1px solid var(--mocha-medium);
}

.achievement-badges .badge i {
    color: var(--mocha-dark);
}

/* Problem Visual */
.problem-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confusion-icon {
    width: 120px;
    height: 120px;
    background: var(--mocha-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.confusion-icon i {
    font-size: 60px;
    color: var(--danger);
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
}

.float-item {
    position: absolute;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-medium);
    box-shadow: 0 4px 16px var(--mocha-shadow);
    animation: float 3s ease-in-out infinite;
}

.float-item:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
.float-item:nth-child(2) { top: 20%; right: 5%; animation-delay: 0.5s; }
.float-item:nth-child(3) { bottom: 20%; left: 5%; animation-delay: 1s; }
.float-item:nth-child(4) { bottom: 10%; right: 10%; animation-delay: 1.5s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Solution Visual */
.solution-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-icon {
    width: 120px;
    height: 120px;
    background: var(--gradient-warm);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 16px 48px var(--mocha-shadow);
}

.solution-icon i {
    font-size: 60px;
    color: var(--white);
}

.solution-elements {
    position: absolute;
    width: 100%;
    height: 100%;
}

.solution-item {
    position: absolute;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: var(--mocha-dark);
    box-shadow: 0 4px 16px var(--mocha-shadow);
    animation: float 3s ease-in-out infinite;
}

.solution-item:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
.solution-item:nth-child(2) { top: 20%; right: 5%; animation-delay: 0.5s; }
.solution-item:nth-child(3) { bottom: 20%; left: 5%; animation-delay: 1s; }
.solution-item:nth-child(4) { bottom: 10%; right: 10%; animation-delay: 1.5s; }

/* Problem & Solution Lists */
.problem-list,
.solution-list {
    list-style: none;
    margin-top: 24px;
}

.problem-list li,
.solution-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(139, 111, 71, 0.1);
}

.problem-list li:last-child,
.solution-list li:last-child {
    border-bottom: none;
}

.problem-list i {
    color: var(--danger);
    font-size: 18px;
}

.solution-list i {
    color: var(--success);
    font-size: 18px;
}

/* ================================
   Benefits Section
================================ */
.benefits-section {
    background: var(--mocha-cream);
    padding: 100px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 16px 0;
}

.section-header p {
    font-size: 16px;
    color: var(--text-medium);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.benefit-card {
    background: var(--white);
    padding: 32px 24px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 24px var(--mocha-shadow);
    transition: all 0.3s ease;
    position: relative;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px var(--mocha-shadow);
}

.benefit-card.featured {
    background: var(--gradient-warm);
    color: var(--white);
}

.benefit-icon {
    width: 72px;
    height: 72px;
    background: var(--mocha-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-icon i {
    font-size: 28px;
    color: var(--mocha-dark);
}

.benefit-card.featured .benefit-icon {
    background: rgba(255,255,255,0.2);
}

.benefit-card.featured .benefit-icon i {
    color: var(--white);
}

.benefit-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.benefit-card p {
    font-size: 14px;
    opacity: 0.8;
}

.benefit-tag {
    display: inline-block;
    margin-top: 16px;
    padding: 6px 16px;
    background: var(--mocha-light);
    color: var(--mocha-dark);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

.benefit-card.featured .benefit-tag {
    background: rgba(255,255,255,0.2);
    color: var(--white);
}

/* ================================
   Testimonials Section
================================ */
.testimonials-section {
    background: var(--mocha-light);
    padding: 100px 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.testimonial-card {
    background: var(--white);
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 4px 24px var(--mocha-shadow);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.user-avatar {
    width: 48px;
    height: 48px;
    background: var(--gradient-warm);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
}

.user-info {
    flex: 1;
}

.user-name {
    display: block;
    font-weight: 700;
    color: var(--text-dark);
}

.user-period {
    display: block;
    font-size: 12px;
    color: var(--text-light);
}

.rating {
    color: #FFB800;
    font-size: 14px;
}

.testimonial-text {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.8;
    margin-bottom: 20px;
}

.testimonial-result {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--mocha-light);
    border-radius: 12px;
    font-size: 14px;
}

.testimonial-result .before {
    color: var(--danger);
    font-weight: 700;
}

.testimonial-result .after {
    color: var(--success);
    font-weight: 700;
}

.testimonial-result i {
    color: var(--mocha-medium);
}

/* ================================
   Urgency Section
================================ */
.urgency-section {
    background: var(--mocha-cream);
    padding: 80px 0;
}

.urgency-card {
    background: var(--gradient-warm);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 16px 64px var(--mocha-shadow);
}

.urgency-content {
    display: flex;
    align-items: center;
    gap: 40px;
    color: var(--white);
}

.urgency-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.urgency-icon i {
    font-size: 36px;
}

.urgency-text {
    flex: 1;
}

.urgency-text h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
}

.urgency-text p {
    font-size: 16px;
    opacity: 0.9;
}

.urgency-counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.counter-item {
    text-align: center;
    background: rgba(255,255,255,0.2);
    padding: 16px 20px;
    border-radius: 12px;
    min-width: 70px;
}

.counter-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
}

.counter-label {
    display: block;
    font-size: 12px;
    opacity: 0.8;
}

.counter-divider {
    font-size: 24px;
    font-weight: 800;
}

/* ================================
   Disclaimer Section
================================ */
.disclaimer-section {
    background: var(--mocha-light);
    padding: 40px 0;
}

.disclaimer-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.disclaimer-content > i {
    font-size: 24px;
    color: var(--mocha-medium);
    margin-bottom: 16px;
}

.disclaimer-content p {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.8;
}

.disclaimer-content .warning {
    margin-top: 16px;
    padding: 16px;
    background: rgba(184, 92, 92, 0.1);
    border-radius: 12px;
    color: var(--danger);
    font-weight: 700;
}

.disclaimer-content .warning i {
    margin-right: 8px;
}

/* ================================
   Footer
================================ */
.footer {
    background: var(--mocha-deep);
    color: var(--white);
    padding: 32px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content p {
    font-size: 14px;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
}

/* ================================
   Fixed CTA Button
================================ */
.fixed-cta {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 100%;
    max-width: 400px;
    padding: 0 24px;
}

.cta-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--gradient-warm);
    color: var(--white);
    border: none;
    padding: 18px 32px;
    border-radius: 60px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(139, 111, 71, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 48px rgba(139, 111, 71, 0.5);
}

.cta-button i {
    font-size: 20px;
}

.cta-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--danger);
    color: var(--white);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    animation: pulse 2s infinite;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(184, 92, 92, 0.4);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* ================================
   Responsive Styles
================================ */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .hero-image {
        order: -1;
    }
    
    .image-frame {
        max-width: 300px;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .content-grid.left-image .content-image,
    .content-grid.right-image .content-image {
        order: -1;
    }
    
    .content-grid.left-image .content-text,
    .content-grid.right-image .content-text {
        order: 1;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .urgency-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 60px 0 100px;
        min-height: auto;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    /* Hero stats 一行展示优化 */
    .hero-stats {
        flex-direction: row;
        gap: 8px;
        padding: 16px 12px;
        flex-wrap: nowrap;
    }
    
    .stat-item {
        flex: 1;
        min-width: 0;
    }
    
    .stat-number {
        font-size: 20px;
    }
    
    .stat-label {
        font-size: 10px;
        white-space: nowrap;
    }
    
    .stat-divider {
        width: 1px;
        height: 30px;
        flex-shrink: 0;
    }
    
    /* 手机端居中优化 */
    .hero-text {
        text-align: center;
    }
    
    .hero-cta-area {
        display: flex;
        justify-content: center;
    }
    
    .hero-badge {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .content-text {
        text-align: center;
    }
    
    .achievement-badges {
        justify-content: center;
    }
    
    .problem-list,
    .solution-list {
        text-align: left;
    }
    
    .quote-card blockquote {
        font-size: 20px;
    }
    
    .content-text h2 {
        font-size: 28px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .urgency-card {
        padding: 32px 24px;
    }
    
    .urgency-text h3 {
        font-size: 22px;
    }
    
    .counter-item {
        min-width: 60px;
        padding: 12px 16px;
    }
    
    .counter-number {
        font-size: 24px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .live-notification {
        left: 12px;
        right: 12px;
        bottom: 100px;
    }
    
    .notification-content {
        width: 100%;
    }
    
    .problem-visual,
    .solution-visual {
        height: 300px;
    }
    
    .float-item,
    .solution-item {
        padding: 8px 14px;
        font-size: 12px;
    }
    
    .career-visual {
        max-width: 100%;
    }
    
    .career-item {
        padding: 16px 20px;
    }
    
    .career-item span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
    }
    
    .hero-badge {
        font-size: 11px;
        padding: 6px 14px;
    }
    
    .image-frame {
        max-width: 220px;
    }
    
    /* 极小屏幕hero-stats优化 */
    .hero-stats {
        padding: 12px 8px;
        gap: 4px;
    }
    
    .stat-number {
        font-size: 16px;
    }
    
    .stat-label {
        font-size: 9px;
    }
    
    .stat-divider {
        height: 24px;
    }
    
    .urgency-badge {
        font-size: 12px;
        padding: 10px 16px;
    }
    
    .cta-button {
        font-size: 16px;
        padding: 16px 24px;
    }
    
    .urgency-counter {
        gap: 4px;
    }
    
    .counter-item {
        min-width: 50px;
        padding: 10px 12px;
    }
    
    .counter-number {
        font-size: 20px;
    }
    
    .counter-divider {
        font-size: 18px;
    }
    
    .career-item {
        padding: 14px 16px;
        gap: 12px;
    }
    
    .career-item i {
        font-size: 20px;
        width: 32px;
    }
    
    .career-item span {
        font-size: 13px;
    }
}

/* ================================
   Modal Styles
================================ */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: var(--white);
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.modal-overlay.show .modal-content {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    border-bottom: 1px solid var(--mocha-light);
    background: var(--mocha-light);
    border-radius: 20px 20px 0 0;
}

.modal-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
}

.modal-close {
    width: 36px;
    height: 36px;
    border: none;
    background: var(--white);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--text-medium);
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: var(--mocha-medium);
    color: var(--white);
}

.modal-body {
    padding: 28px;
}

.modal-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--mocha-dark);
    margin: 24px 0 12px;
}

.modal-body h4:first-child {
    margin-top: 0;
}

.modal-body p {
    font-size: 14px;
    color: var(--text-medium);
    line-height: 1.8;
    margin-bottom: 12px;
}

.modal-body ul {
    list-style: none;
    margin: 12px 0;
}

.modal-body ul li {
    font-size: 14px;
    color: var(--text-medium);
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.modal-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--mocha-medium);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .modal-content {
        max-height: 85vh;
    }
    
    .modal-header {
        padding: 20px 24px;
    }
    
    .modal-header h3 {
        font-size: 18px;
    }
    
    .modal-body {
        padding: 24px;
    }
}

