
    .tech-journey-section, .tech-journey-section * {
        box-sizing: border-box !important;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    }

    .tech-journey-section {
        max-width: 1000px;
        margin: 60px auto;
        padding: 0 20px;
        background-color: transparent;
    }

    .tech-journey-header {
        text-align: center;
        margin-bottom: 50px;
    }
    .tech-journey-badge {
        font-size: 12px !important;
        letter-spacing: 1.5px;
        color: #F2A15B !important;
        font-weight: 700 !important;
        display: block;
        margin-bottom: 12px;
    }
    .tech-journey-main-title {
        font-size: 36px !important;
        font-weight: 700 !important;
        color: #091344 !important;
        margin: 0 0 16px 0 !important;
        line-height: 1.3 !important;
    }
    .tech-journey-lead-text {
        font-size: 16px !important;
        color: #4B5563 !important;
        line-height: 1.7 !important;
        max-width: 800px;
        margin: 0 auto !important;
    }

    .tech-timeline-wrapper {
        position: relative !important;
        padding-left: 30px !important;
        margin: 0 auto !important;
        max-width: 860px !important;
    }
    .tech-timeline-wrapper::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 9px !important;
        width: 2px !important;
        background-color: #E5E7EB !important;
    }

    .tech-timeline-item {
        position: relative !important;
        margin-bottom: 40px !important;
    }
    .tech-timeline-item:last-child {
        margin-bottom: 0 !important;
    }

    .tech-timeline-dot {
        position: absolute !important;
        left: -27px !important;
        top: 24px !important;
        width: 14px !important;
        height: 14px !important;
        border-radius: 50% !important;
        background-color: #FFFFFF !important;
        border: 3px solid #F2A15B !important;
        z-index: 2 !important;
        box-shadow: 0 0 0 4px rgba(242, 161, 91, 0.1) !important;
    }

    .tech-timeline-content {
        background-color: #FFFFFF !important;
        border: 1px solid #E5E7EB !important;
        border-radius: 12px !important;
        padding: 24px 30px !important;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.02) !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
        position: relative !important;
    }
    .tech-timeline-content:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.06) !important;
        border-color: rgba(242, 161, 91, 0.4) !important;
    }

    .tech-timeline-year {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: #091344 !important;
        margin: 0 0 12px 0 !important;
        display: block !important;
    }
    .tech-timeline-text {
        font-size: 15px !important;
        color: #4B5563 !important;
        line-height: 1.7 !important;
        margin: 0 !important;
    }

    @media (max-width: 600px) {
        .tech-journey-main-title { font-size: 28px !important; }
        .tech-timeline-wrapper { padding-left: 20px !important; }
        .tech-timeline-wrapper::before { left: 4px !important; }
        .tech-timeline-dot { left: -21px !important; width: 12px !important; height: 12px !important; top: 20px !important;}
        .tech-timeline-content { padding: 20px !important; }
        .tech-timeline-year { font-size: 18px !important; }
    }
