/* Enhanced JL-Studios Style CSS with Blue Accents */

/* Global Heading Styles - Enhanced Professional Typography */
h1, h2, h3, h4, h5, h6,
.main-title,
.faq-title,
.card-title,
.heading_feature {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.1 !important;
    color: #0a0a0a !important;
}

/* Sophisticated heading hierarchy */
h1, .main-title {
    font-weight: 200 !important;
    letter-spacing: -0.04em !important;
}

h2 {
    font-weight: 300 !important;
    letter-spacing: -0.03em !important;
}

h3, h4, h5, h6 {
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
}

/* Feature Card Heading - Editorial Style */
.heading_feature {
    font-size: clamp(2.5rem, 6vw, 4rem) !important;
    font-weight: 200 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.1 !important;
    margin-bottom: 1.5rem !important;
    color: #0a0a0a !important;
}

/* Main Page Container - Enhanced Background */
.about-page {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    min-height: 100vh;
    color: #0a0a0a;
    position: relative;
}

/* Blue Accent Background Elements */
.about-page::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100vh;

    pointer-events: none;
    z-index: 1;
}

/* Enhanced CTA Button Styling with Blue Accents */
 .about-page .rounded-button-jl {
        background-color: whitesmoke!important;  /* Angepasst an neuen Hintergrund */
        color: black !important;
        border-color: black !important;
    }

   .about-page .rounded-button-jl:hover {
        background-color: black !important;
        color: white !important;
        border-color: black !important;
    }



/* Professional Topic Buttons with Blue Accents */
    .topic-button {
        color: #000;
        text-decoration: none;
        font-weight: 600;
        padding: 1rem 2rem;  /* Vergrößert */
        border: 3px solid #000;  /* Dickerer Rahmen */
        border-radius: 50px;
        background-color: whitesmoke;  /* Angepasst an neuen Hintergrund */
        transition: all 0.3s ease;
        display: inline-block;
        font-size: 1.1rem;  /* Vergrößert */
        cursor: pointer;
        user-select: none;
        white-space: nowrap;
        text-transform: none;
        font-family: inherit;
        letter-spacing: 0.02em;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .topic-button:hover {
        background-color: #000;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }

.topic-button:hover::before {
    left: 0;
}

.topic-button:focus {
        outline: 3px solid rgba(0, 0, 0, 0.3);
        outline-offset: 2px;
    }

.topic-button:focus {
    outline: 2px solid rgba(99, 102, 241, 0.5);
    outline-offset: 2px;
}

.topics-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Enhanced Project Button with Blue Elements */

    .project-button-container {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
    }

    .project-button {
        font-family: 'Bebas Neue', sans-serif;
        font-size: clamp(16px, 2.2vw, 20px);
        color: white;
        border: 2px solid black;
        border-radius: 50px;
        padding: clamp(1px, 0.2vw, 4px) clamp(16px, 2.5vw, 20px);
        display: inline-flex;
        align-items: center;
        gap: clamp(8px, 1vw, 12px);
        cursor: pointer;
        background: black;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        text-decoration: none;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        will-change: transform, background-color, border-color;
        user-select: none;
        height: auto;
        min-height: 40px;
    }

    .project-button:hover {
        background-color: black;
        color: white !important;
        transform: translateY(-2px);
        text-decoration: underline;
    }

.project-button.transparent {
 opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
}

.project-button.inverted {
    color: black !important;
    background: white !important;
    border: 2px solid white !important;
}

.project-button.inverted:hover {
    background-color: black !important;
    color: white !important;
    border-color: white !important;
}

/* Enhanced Hero Section with Blue Accents */
.hero-container {
    position: relative;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding: 6rem 0;
    margin-left: 5%;
    margin-right: 5%;
}

/* Blue accent element for hero */
.hero-container::before {
    content: '';
    position: absolute;
    top: 2rem;
    left: -2rem;
    width: 4px;
    height: 200px;
    background: linear-gradient(180deg, #6366f1 0%, rgba(99, 102, 241, 0.1) 100%);
    border-radius: 2px;
    z-index: 4;
}

.background-layers {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 16px;
    overflow: hidden;
}

.bg-square {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;

}

.bg-square-3 {
    background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
    top: 2rem;
    left: 2rem;
    z-index: 1;
      display: none!important;
}

.bg-square-2 {
    background: linear-gradient(135deg, #f1f5ff 0%, #e0e7ff 100%);
    top: 1rem;
    left: 1rem;
    z-index: 2;
      display: none!important;
}

.bg-square-1 {
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 4rem;
    box-sizing: border-box;
    border: 1px solid rgba(99, 102, 241, 0.1);
    position: relative;
}

/* Blue accent line inside hero */
.bg-square-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;

    border-radius: 16px 16px 0 0;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 4rem;
}

.content-left {
    flex: 1;
    max-width: 600px;
}

.main-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 200;
    line-height: 1.1;
    color: #0a0a0a;
    text-transform: none;
    margin-bottom: 2rem;
    letter-spacing: -0.04em;
    position: relative;
}

/* Blue accent for main title */
.main-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    border-radius: 5px;
}

.description {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    color: #525252;
    text-transform: none;
    font-family: 'Inter', sans-serif;
    max-width: 500px;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    max-width: 500px;
    height: 350px;
    border-radius: 12px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15);
    position: relative;
}

.image-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(255,255,255,0.1), transparent);
    border-radius: 50%;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Enhanced Feature Cards */
.feature-cards-wrapper {
    margin: 6rem 0;
    padding: 0 4.5%;
}

/* Topics Section Enhancement with Blue Accents */
.topics-section {
    padding: 6rem 5% !important;
    position: relative;
}

.topics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;

}

.topics-section h2 {
    font-size: clamp(2.5rem, 6vw, 4rem) !important;
    font-weight: 200 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.1 !important;
    margin-bottom: 2rem !important;
    color: #0a0a0a !important;
    position: relative;
}

.topics-section h2::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 60px;
    height: 2px;
    background: #6366f1;
    border-radius: 1px;
}

/* Professional Service Cards with Blue Accents */
.services-section {
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 6rem;
    background: transparent;
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #6366f1, transparent);
}

.services-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
    margin: 0 auto;
}

.service-card {
    width: 250px;
    font-family: 'DM Sans', sans-serif;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1) translateY(0px);
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    border-radius: 20px!important;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.service-card:hover::before {
    left: 0;
}

.service-card:hover {
    transform: scale(1.02) translateY(-4px);
}

.card-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 0px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card:hover .card-wrapper {
    border-color: rgba(99, 102, 241, 0.3);
}

.card-wrapper:after {
    display: none;
}

.card-image {
    display: block;
    max-width: 100%;
    height: 200px;
    width: 100%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.card-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    position: relative;
}

.card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;

}

.card-title {
    color: #0a0a0a;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.card-body {
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    text-align: left;
    color: #525252;
    font-family: 'Inter', sans-serif;
}

.card-body p {
    margin: 0;
    width: 100%;
    color: #525252;
}

/* Enhanced FAQ Section with Blue Accents */

/* Blue floating elements */
.about-page::after {
    content: '';
    position: fixed;
    bottom: 10%;
    left: -50px;
    width: 100px;
    height: 100px;

    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* Responsive Enhancements */
@media (max-width: 1024px) {
    .background-layers {
        height: 550px;
    }

    .bg-square-1 {

    }

    .main-title {
        font-size: 3rem;
    }

    .image-placeholder {
        width: 350px;
        height: 280px;
    }

    .service-card {
        width: 280px;
        flex: 0 0 280px;
    }

    .hero-container::before {
        left: -1rem;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .project-button-container {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .hero-container {
        padding: 4rem 0;
    }

    .hero-container::before {
        display: none;
    }

    .background-layers {
        height: auto;
        min-height: 600px;
    }

    .bg-square-1 {
        padding: 2rem;
    }

    .bg-square-3 {
        top: 1.5rem;
        left: 3rem;
    }

    .bg-square-2 {
        top: 0.75rem;
        left: 3rem;
    }

    .content-wrapper {
        flex-direction: column;
        text-align: left;
        gap: 2rem;
    }

    .content-left {
        max-width: 100%;
    }

    .main-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .description {
        font-size: 1rem;
        max-width: 100%;
    }

    .image-placeholder {
        width: 100%;
        max-width: 400px;
        height: 250px;
    }

    .services-container {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .service-card {
        width: 100%;
        max-width: 320px;
        flex: none;
    }

    .topics-buttons {
        gap: 0.75rem;
    }

    .topic-button {
        font-size: 0.85rem;
        padding: 0.75rem 1.25rem;
    }

    .faq-section {
        padding: 4rem 5%;
    }

    .faq-question {
        font-size: 1rem;
    }

    .faq-item:hover {
        padding-left: 0.5rem;
    }
}

@media (max-width: 480px) {
    .hero-container {
        padding: 3rem 0;
    }

    .bg-square-1 {
        padding: 1.5rem;
    }

    .main-title {
        font-size: 2rem;
        letter-spacing: -0.02em;
    }

    .bg-square-3 {
        top: 1rem;
        left: 3rem;
    }

    .bg-square-2 {
        top: 0.5rem;
        left: 3rem;
    }

    .project-button {
        padding: 0.75rem 1.25rem;
        font-size: 0.85rem;
    }

    .topics-section {
        padding: 4rem 5% !important;
    }

    .service-card {
        width: 100%;
    }

    .about-page::before {
        width: 50px;
    }
}
 .image-container {
            position: relative;
            overflow: hidden;
            background: #f5f5f5;
        }

