.problem-awareness {
    background: transparent;
    color: #f3f4f6;
    padding: 5rem 0 4rem;
    position: relative;
    overflow: visible;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
}

.problem-awareness * {
    hyphens: none;
    -webkit-hyphens: none;
}

.problem-awareness .container {
    max-width: min(var(--container-max), 100vw);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 5vw, 3rem);
    overflow: visible;
}

.problem-awareness__pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
    padding-top: 1rem;
    overflow: visible;
}

.problem-awareness__pillar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: visible;
    transition: color 0.2s ease;
}

.problem-awareness__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(20, 27, 45, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.12);
    color: #00D4FF;
    margin: 0 auto 1.25rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.problem-awareness__icon svg {
    width: 32px;
    height: 32px;
    stroke: #00D4FF;
    fill: none;
}

.problem-awareness__pillar-title {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: 600;
    margin: 0;
    transition: color 0.2s ease;
    color: #ffffff;
    text-shadow:
        0 0 8px rgba(0, 180, 255, 0.7),
        0 0 20px rgba(0, 140, 255, 0.4);
}

.problem-awareness__pillar-text {
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: 400;
    color: #d1d5db;
    margin: 0.75rem auto 0;
    max-width: 320px;
    transition: color 0.2s ease;
}

.problem-awareness__pillar:hover .problem-awareness__icon,
.problem-awareness__pillar:focus-within .problem-awareness__icon {
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 0 26px rgba(0, 212, 255, 0.2);
}

.problem-awareness__pillar:hover .problem-awareness__pillar-title,
.problem-awareness__pillar:focus-within .problem-awareness__pillar-title {
    color: #f3f4f6;
}

.problem-awareness__pillar:hover .problem-awareness__pillar-text,
.problem-awareness__pillar:focus-within .problem-awareness__pillar-text {
    color: #e5e7eb;
}

.problem-awareness__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    max-width: 120px;
    margin: 2.5rem auto;
    display: none;
}

.problem-awareness__story {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 3rem;
    border-top: none;
    text-align: center;
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
}

.problem-awareness__story * {
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
}

.problem-awareness__story-title {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: 700;
    margin: 0 0 1rem;
    color: #ffffff;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-inline: clamp(1.25rem, 5vw, 3rem);
    box-sizing: border-box;
}

.problem-awareness__story-text {
    font-family: var(--font-body, 'Lato', -apple-system, BlinkMacSystemFont, sans-serif);
    font-size: clamp(1rem, 1.3vw, 1.08rem);
    font-weight: 400;
    color: #d1d5db;
    line-height: 1.85;
    margin: 0 0 1.25rem;
}

.problem-awareness__story-text strong {
    color: #f3f4f6;
    font-weight: 600;
}

.problem-awareness__story-hook {
    font-family: var(--font-body);
    font-size: clamp(1.3rem, 1.5vw, 1.5rem);
    font-weight: 700;
    margin: 2rem 0 0;
}

.text-glow-white {
    color: #ffffff;
    font-weight: 700;
    text-shadow:
        0 0 8px rgba(0, 180, 255, 0.7),
        0 0 20px rgba(0, 140, 255, 0.4);
}


section.problem-awareness,
section#gruender,
.founder-section {
    border-top: none;
    border-bottom: none;
}

.founder-section {
    padding: clamp(3rem, 6vw, 4rem) 0;
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
}

.founder-section * {
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
}

.founder-section__inner {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    max-width: 850px;
    margin: 0 auto;
}

.founder-section__img {
    width: 100%;
    max-width: 520px;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 212, 255, 0.15);
    background: #141b2d;
}

.founder-section__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
}

.founder-section__quote {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    font-style: italic;
    font-weight: 500;
    color: #f3f4f6;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.founder-section__name {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    color: #00D4FF;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.founder-section__title {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.85rem;
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

.founder-section__credentials {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 0.75rem;
}

.founder-section__check {
    color: #00D98F;
    font-weight: 700;
    margin-right: 0.4rem;
}

@media (max-width: 1023px) {
    .problem-awareness__story {
        max-width: 100%;
    }

    .founder-section__inner {
        flex-direction: column;
        text-align: center;
    }

    .founder-section__img {
        margin: 0 auto;
    }

    .founder-section__credentials {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .problem-awareness {
        padding: 3rem 0 2.5rem;
    }

    .problem-awareness__pillars {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .problem-awareness__icon {
        width: 64px;
        height: 64px;
    }

    .problem-awareness__icon svg {
        width: 32px;
        height: 32px;
    }

    .problem-awareness__story-text {
        margin-bottom: 1.25rem;
    }
}
